body {
background: #fcf6e5;
}
#faqs-hero {
padding: 227px 0 200px;
background-image: url(//tamatanga.com/wp-content/uploads/2024/03/faq-bg.png);
background-position: bottom right;
background-repeat: no-repeat;
background-size: cover;
}
.faqs-hero {
text-align: center;
position: relative;
}
.faqs-hero > img {
position: absolute;
top: 100%;
right: 15%;
}
.faqs-hero h1 {
font-size: 5rem;
margin: 0;
height: fit-content;
line-height: 1;
color: #fffcf4;
}
#faqs {
margin-top: 75px;
background-image: url(//tamatanga.com/wp-content/uploads/2023/09/Hover-Right-Image.png);
background-position: top right;
background-repeat: no-repeat;
background-size: auto clamp(10%, 100vh, 100vh);
}
.faqs {
display: flex;
justify-content: space-between;
}
.faqs .questions,
.faqs .box-tracks {
width: calc(70% - 25px);
}
.faqs .box .btn-dark-blue {
transform: rotate(4deg);
}
.faqs .box > img {
max-width: 100%;
}
.each-accordion {
width: 100%;
}
.accordion-toggle {
width: 100%;
padding: 10px 0;
background-color: transparent;
border-radius: 0;
border: none;
text-align: left;
position: relative;
padding-right: 30px;
}
.accordion-toggle::after {
content: "";
background-image: url(//tamatanga.com/wp-content/uploads/2023/09/dropdown-arrow.svg);
background-position: center;
height: 13px;
width: 21px;
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
transition: 0.5s ease-in-out;
}
.accordion-toggle.open::after {
transform: translateY(-50%) rotate(-180deg);
}
.accordion-toggle h4 {
margin-bottom: 0;
}
.accordion-container {
width: 100%;
height: 0px;
overflow: hidden;
transition: 0.5s ease-in-out;
margin-bottom: 20px;
}
.accordion-text {
padding: 10px 0;
}
.faqs .box-tracks {
position: relative;
width: calc(30% - 25px);
}
.faqs .box {
position: sticky;
top: 50px;
background: url(//tamatanga.com/wp-content/uploads/2023/06/Red-Box.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
-webkit-mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/mask.png);
mask-image: url(//tamatanga.com/wp-content/uploads/2023/09/mask.png);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
mask-size: 100% 100%;
-webkit-mask-size: 100% 100%;
padding: 50px;
}
.faqs .box h3 {
margin-top: 100px;
color: #fcf6e5;
}
#terms {
margin-top: 75px;
padding-bottom: 150px;
}
.terms {
text-align: center;
}
.terms a {
font-size: 1.2rem;
} @media screen and (max-width: 1900px) {
} @media screen and (max-width: 1200px) {
#faqs {
margin-top: 0;
}
}
@media screen and (max-width: 1112px) {
} @media screen and (max-width: 992px) {
.faqs .questions {
width: 100%;
}
.faqs .box-tracks {
width: 100%;
margin-top: 50px;
}
.faqs {
display: block;
}
#faqs {
background-image: none;
}
} @media screen and (max-width: 768px) {
} @media screen and (max-width: 576px) {
#faqs-hero {
padding: 175px 0 100px;
}
.faqs-hero h1 {
font-size: 4rem;
}
.faqs-hero > img {
right: 10%;
width: 20%;
}
} @media screen and (max-width: 375px) {
.faqs-hero h1 {
font-size: 3.5rem;
}
.faqs-hero > img {
display: none;
}
}