// footer-section
.bb-footer-section {
background-color: var(--secondary-color-2);
padding-top: 110px;
@include screen-1200 {
padding-top: 80px;
}
@include screen-992 {
padding-top: 60px;
}
.copyright-text {
border-top: 1px solid var(--stroke-color);
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
margin-top: 110px;
a {
color: var(--primary-color);
}
@include screen-1200 {
margin-top: 80px;
}
@include screen-992 {
margin-top: 60px;
}
@include screen-768 {
margin-top: 30px;
}
p {
font-family: var(--font-outfit);
font-size: 20px;
text-align: center;
@include screen-1200 {
font-size: 18px;
}
@include screen-768 {
font-size: 16px;
}
}
}
}
.footer-widget {
color: var(--primary-color);
font-family: var(--font-outfit);
font-style: normal;
font-weight: 500;
line-height: 40px;
@include screen-768 {
line-height: 170%;
}
.foo-title {
color: var(--primary-color);
font-family: var(--font-outfit);
font-style: normal;
font-weight: 500;
line-height: 30px;
}
ul {
li {
a {
color: var(--paragraph-color);
font-family: var(--font-outfit);
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 30px;
@include screen-1440 {
font-size: 18px;
line-height: 120%;
}
@include screen-992 {
font-size: 16px;
}
&:hover {
color: var(--primary-color);
}
}
}
}
.foo-text {
color: var(--paragraph-color);
font-family: var(--font-outfit);
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 30px;
@include screen-1440 {
font-size: 18px;
line-height: 120%;
}
@include screen-992 {
font-size: 16px;
}
}
.social-icons-wraper {
.social-icon-link {
width: 40px;
height: 40px;
background-color: var(--primary-color);
color: var(--white-color);
transition: var(--transition);
@include screen-992 {
width: 30px;
height: 30px;
}
&:hover {
transform: rotate(360deg);
}
}
}
}
.js-cookie-consent.cookie-consent {
padding: 20px 30px;
display: flex;
align-items: center;
gap: 20px;
justify-content: space-between;
flex-wrap: wrap;
}
.js-cookie-consent-agree {
min-height: 38px;
font-size: 14px;
padding: 8px 20px;
color: var(--h2-color);
border: 1px solid var(--secondary-color);
position: relative;
z-index: 1;
background-color: var(--secondary-color);
}