html,
body {
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
}


img{
    display: flex;
}

body{
    font-family: "Montserrat", serif;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    overflow-y: auto;
}

hr {
    width: 80%;
    margin-top: 60px;
    background-color: rgba(0, 0, 0, 0.15);
    height: 1px;
    border: none;
}

header{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .navigation {
    width: 40px;
    height: auto;
    display: none;
}

header .header-logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #533C2F;
}

header .header-logo img{
    height: 65.74px;
    width: auto;
    margin-bottom: 10px;
    margin-top: 21.51px;
}

header .header-text{
    display: flex;
    gap: 20px;
    color: #533C2F;
}

header a{
    text-decoration: none;
    color: #6E6E6E;
    font-weight: 600;
    transition: 0.3s;
}

header .header-text a:hover {
    color: #000000;
}

header .header-button{
    background-color: #EB874B;
    border-radius: 36px;
    padding: 12px 24px;
    border: 1px solid #d47a44;
    color: #FFFFFF;
    transition: 0.3s;
    cursor: pointer;
}

header .header-button:hover {
    transform: scale(1.05);
}

section{
    width: 80%;
    display: flex;
}
section .section-hero {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 78px;
}

section .section-hero .container {
    width: 45%;
}

section .section-hero .container .title {
    font-weight: 600;
    font-size: 35px;
}
section .section-hero .container .title span {
    color: #EB874B;
}

.section-hero .container .description {
    font-size: 18px;
    font-weight: 400;
    opacity: 60%;    
    margin: 40px 0;
}

section .section-hero .container .section-button {
    display: flex;
    gap: 24px;
    align-items: center;
}

section .section-hero .container #section-button { 
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EB874B;
    padding: 12px 24px;
    border-radius: 36px;
    border: 1px solid #d47a44;
    color: #FFFFFF;
    transition: 0.3s;
    cursor: pointer;
}

section .section-hero .container #section-button:hover {
    transform: scale(1.05);
}

section .section-hero .container .line {
    width: 1px;
    height: 19px;
    background-color: #bbbbbb;
}

section .section-hero .container .users {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
}

section .section-hero .img {
    width: 55%;
}

.section-follow-us { 
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}


.section-map {
    display: flex;
    justify-content: center;
    margin-top: 150px;
    flex-direction: column;
    width: 80%;
}

.section-map .container {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 30px;
}

.section-map .container .title {
    font-size: 40px;
    font-weight: 600;
}

.section-map .container .title span {
    color: #EB874B;
}

.section-map .container button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EB874B;
    padding: 12px 24px;
    border-radius: 36px;
    border: 1px solid #d47a44;
    color: #FFFFFF;
    transition: 0.3s;
    cursor: pointer;
}

.section-map button:hover {
    transform: scale(1.05);
}

.section-discover{
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 150px;
}

.section-discover .app {
    display: flex;
    align-items: center; 
    justify-content: space-between;
}

.section-discover .app .container {
    width: 47.5%;
}

.section-discover .app .title {
    gap: 8px;
    font-size: 40px;
    font-weight: 600;
}

.section-discover .app .title span {
    color: #EB874B;
}

.section-discover .app .description {
    font-size: 18px;
    opacity: 60%;
    margin: 24px 0;
}

.section-discover .app button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EB874B;
    padding: 12px 24px;
    border-radius: 36px;
    border: 1px solid #d47a44;
    color: #FFFFFF;
    transition: 0.3s;
    cursor: pointer;
}

.section-discover .app button:hover {
    transform: scale(1.05);
}

.section-discover .app .img {
    width: 47.5%;
}

.section-discover .explore {
    display: flex;
    gap: 36px;
    margin-top: 100px;
    justify-content: center;
}

.section-discover .explore .container {
    background-color: #533C2F;
    display: flex;
    border-radius: 40px;
    justify-content: space-evenly;
    align-items: center;
    width: 60%;
    padding: 64px 56px;
    gap: 30px;
}

.section-discover .explore .img {
    width: 40%;
}

.section-discover .explore .container .content {
    display: flex;
    flex-direction: column;
}

.section-discover .explore .container .content .title {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.section-discover .explore .container .content .title span {
    color: #EB874B;
}

.section-discover .explore .container .content .description {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
}

.section-discover .explore .container .explore-app {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    border-radius: 25px;
    gap: 9px;
    padding: 20px;
}

.section-discover .explore .container .explore-app .button {
    display: flex;
    gap: 10px;
}

.section-discover .explore .container .explore-app button {
    color: #EB874B;
    background-color: #FFECE1;
    border-radius: 9.5px;
    padding: 6px 9px;
    border: 0px;
    font-weight: 600;
    font-size: 8px;
}

.section-discover .explore .container .explore-app .date {
    display: flex;
    font-size: 10px;
    font-weight: 400;
    color: #555555;
    gap: 4.05px;
}
.section-discover .explore .container .explore-app .date img {
    height: 9.41px;
    width: auto;
}

.section-discover .explore .container .explore-app .text {
    font-size: 14px;
    font-weight: 600;
    color: #2b2b2b;
}


.section-discover .map-view {
    display: flex;
    gap: 36px;
    margin-top: 100px;
    justify-content: center;
}

.section-discover .map-view .container {
    background-color: #533C2F;
    display: flex;
    border-radius: 40px;
    width: 70%;
    justify-content: space-evenly;
    align-items: center;
    padding: 64px 56px;
    gap: 30px;
}

.section-discover .map-view .container .content {
    display: flex;
    flex-direction: column;
}

.section-discover .map-view .container .content .title {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.section-discover .map-view .container .content .title span {
    color: #EB874B;
}

.section-discover .map-view .container .content .description {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
}

.section-discover .map-view .container .map-view-app {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: row;
    border-radius: 12px;
    gap: 9px;
    padding: 20px;
    align-items: center;
}

.section-discover .map-view .container .map-view-app .content {
    display: flex;
    flex-direction: column;
    gap: 9px;
    justify-content: center; 
}

.section-discover .map-view .container .map-view-app a {
    margin-left: 70px;
}

.section-discover .map-view .container .map-view-app .button {
    display: flex;
    gap: 10px;
}

.section-discover .map-view .container .map-view-app button {
    color: #EB874B;
    background-color: #FFECE1;
    border-radius: 9.5px;
    padding: 6px 9px;
    border: 0px;
    font-weight: 600;
    font-size: 8px;
}

.section-discover .map-view .container .map-view-app .img {
    width: 80px;
}

.section-discover .map-view .container .map-view-app .date {
    display: flex;
    font-size: 10px;
    font-weight: 400;
    color: #555555;
    gap: 4.05px;
}
.section-discover .map-view .container .map-view-app .date img {
    height: 9.41px;
    width: auto;
}

.section-discover .map-view .container .map-view-app .text {
    font-size: 14px;
    font-weight: 600;
    color: #2b2b2b;
}

.section-discover .map-view .img {
    width: 30%;
}


.section-discover .direction {
    display: flex;
    justify-content: center;
    gap: 36px;
    margin-top: 100px;
}

.section-discover .direction .container {
    background-color: #533C2F;
    display: flex;
    border-radius: 40px;
    width: 60%;
    justify-content: center;
    align-items: center;
    padding: 64px 56px;
    gap: 30px;
}

.section-discover .direction .container .content {
    display: flex;
    flex-direction: column;
}

.section-discover .direction .container .content .title {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.section-discover .direction .container .content .title span {
    color: #EB874B;
}

.section-discover .direction .container .content .description {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
}

.section-discover .direction .img {
    width: 40%;
}

.section-reviews {
    display: flex;
    flex-direction: column;
    margin-top: 150px;
    width: 100%;
}

.section-reviews .title {
    font-size: 40px;
    font-weight: 600;
    color: #000000;
}

.section-reviews .reviewers {
    width: 100%;
}

.section-reviews .reviewers .container {
    box-sizing: border-box;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    padding: 24px;
    gap: 24px;
    box-shadow: 3px 3px 15px -5px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: 16px;
    flex-shrink: 0;
}

.section-reviews .reviewers .container .name {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.section-reviews .arrows {
    display: flex;
    gap: 16px;
}

.section-reviews .arrows .img-left {
    background-color: #FFFFFF;
    border-radius: 158.4px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
    position: relative;
}

.section-reviews .arrows .img-left img {
    display: block;
    transition: 0.3s ease;
}

.section-reviews .arrows .img-left:hover {
    background-color: #EB874B;
}

.section-reviews .arrows .img-left .hover-left {
    position: absolute;
    opacity: 0;
}

.section-reviews .arrows .img-left:hover .hover-left {
    opacity: 1;
}
.section-reviews .arrows .img-left:hover .default-left {
    opacity: 0;
}

.section-reviews .arrows .img-right {
    background-color: #FFFFFF;
    border-radius: 158.4px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
    position: relative;
}

.section-reviews .arrows .img-right img {
    display: block;
    transition: 0.3s ease;
}

.section-reviews .arrows .img-right:hover {
    background-color: #EB874B;
}

.section-reviews .arrows .img-right .hover-right {
    position: absolute;
    opacity: 0;
}

.section-reviews .arrows .img-right:hover .hover-right {
    opacity: 1;
}
.section-reviews .arrows .img-right:hover .default-right {
    opacity: 0;
}

.swiper {
    margin-top: 40px;
    width: 100%;
}

.swiper-wrapper {
    display: flex;
    height: unset;
}

.swiper-slide {
    flex-shrink: 0;
    width: calc(100% / 3); /* Adjust based on desired slides per view */
}

.swiper-button-prev,
.swiper-button-next {
    margin-top: 30px;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: unset;
}

.section-partner {
    background-color: #533C2F;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 100px 150px;
    margin-top: 150px;
    border-radius: 40px;
    gap: 50px;

}


.section-partner .title {
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}

.section-partner .title span {
    color: #EB874B;
}

.section-partner .description {
    color: #FFFFFF;
    display: flex;
    text-align: center;
}

.section-partner button {
    background-color: #EB874B;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    padding: 12px 24px;
    gap: 8px;
    border: 0px;
    transition: 0.3s;
    cursor: pointer;
}

.section-partner button:hover {
    background-color: rgba(235, 135, 75, 0.5);
}

.section-questions {
    display: flex;
    flex-direction: column;
    margin-top: 100px;  }
  
  .section-questions .title {
    display: flex;
    justify-content: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
  }
  
  .section-questions .container {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  
  .question {
    background-color: #FFFFFF;
    padding: 30px 40px;
    border-radius: 24px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  
  .question .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
  }
  
  .question .answer {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    opacity: 50%;
    line-height: 1.5;
    display: none; /* Hidden by default */
  }
  
  .question.expanded .answer {
    display: block; /* Show when expanded */
  }
  
  .question.expanded .toggle-icon {
    transform: rotate(180deg); /* Rotate the icon when expanded */
    transition: transform 0.3s ease;
  }
  
  .toggle-icon {
    transition: transform 0.3s ease;
  }

footer {
    background-color: #533C2F;
    width: 100%;
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 40px 40px 0 0;
}

footer a {
    text-decoration: none;
}

footer .footer-container {
    padding: 25px 0 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    border-top: 1px solid #FFFFFF;
}

footer .footer-container:first-child {
    flex-direction: column;
    padding: 90px 0;
    justify-content: center;
    border: none;
    width: 80%;
}

footer .footer-container .title {
    font-size: 45px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}

footer .footer-container .title span {
    color: #EB874B;
}

footer .footer-container .description {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 15px;
}

footer .footer-container button {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border: none;
    padding: 12px 24px;
    margin-top: 50px;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 36px;
    transition: 0.2s;
    cursor: pointer;
}

footer .footer-container button:hover {
    transform: scale(1.05);
}

footer .footer-container .social-media {
    display: flex;
    gap: 8px;
}

footer .footer-container .social-media img {
    background-color: #EB874B;
    border-radius: 78.21px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

footer .footer-container .navigation {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    gap: 8px;
}

footer .footer-container .navigation a {
    color: #FFFFFF;
    padding: 6px 24px;
    transition: 0.3s;
}

footer .footer-container .navigation a:hover {
    color: #bbbbbb;
}

footer .footer-container .navigation .line {
    height: 18px;
    width: 1px;
    background-color: #FFFFFF;
    opacity: 50%;
}

@media only screen and (max-width: 968px) {
    
    .section-discover .direction .container img {
        order: 1;
    }
    .section-discover .direction .container .content {
        order: 2;
    }
}

@media only screen and (max-width: 1050px) {
    .section-discover .map-view .container {
        flex-direction: column;
    }
}

@media only screen and (max-width: 676px) {
    footer .footer-container .navigation {
        flex-direction: column;
    }
    footer .footer-container .navigation {
        flex-direction: column;
    }
    footer .footer-container .navigation .line {
        display: none;        
        }
}

@media only screen and (max-width: 1075px) {
    .section-follow-us {
    padding-top: 40px;
    }
}

@media only screen and (max-width: 461px) {
    .section-map .container {
    flex-direction: column;    
    align-items: center; 
    gap: 20px;   
    }
}

@media only screen and (max-width: 800px) {
    header {
        margin-top: 20px;
    }
    header .header-logo {
        font-size: 12px;
    }
    header .header-logo img {
        width: 50px;
        height: auto;
    }
    header .header-button {
        padding: 8px 10px;
        font-size: 12px;
    }
    header .navigation {
        width: 30px;
    }
    .section-partner {
    padding: 50px 50px; 
    margin-top: 70px; 
    gap: 20px; 
    }
    .section-partner .title {
        font-size: 20px;
    }
    .section-partner .description {
        font-size: 12px; 
    }
    section .section-hero .container .title {
        font-size: 22px;
    }
    .section-hero .container .description {
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    section .section-hero .img {
        width: 45%;
    }
    section .section-hero .container {
        width: 55%;
    }
    section .section-hero .container #section-button {
        padding: 8px 10px;
        font-size: 10px;
    }
    section .section-hero .container #section-button img {
        width: 20px;
    }
    section .section-hero .container .users {
        font-size: 12px;
    }
    .section-follow-us {
        font-size: 12px;
    }
    .section-follow-us img {
        width: 25px;
    }
    .section-map {
        margin-top: 50px;
    }
    .section-map .container {
        margin-bottom: 20px;
    }
    .section-map .container .title {
        font-size: 20px;
    }
    .section-map .container button {
        padding: 8px 10px;
        font-size: 10px;
    }
    .section-map .container button img {
        width: 15px;
    }
    .section-discover {
        margin-top: 50px;
    }
    .section-discover .app .img {
        width: 36%;
    }
    .section-discover .app .container {
        width: 60%;
    }
    .section-discover .app .title {
        font-size: 21px;
    }
    .section-discover .app .description {
        font-size: 10px;
    }
    .section-discover .app button {
        padding: 8px 10px;
        font-size: 10px;
    }
    .section-discover .app button img {
        width: 15px;
    }
    .section-discover .explore {
        gap: 10px;
        align-items: center;
    }
    .section-discover .explore .container .content .title {
        font-size: 10px;
    }
    .section-discover .explore .container .content .description {
        font-size: 5px;
        margin-top: 8px;
    }
    .section-discover .explore .container .explore-app img {
        width: 70px;
    }
    .section-discover .explore .container .explore-app .text {
        font-size: 8px;
    }
    .section-discover .explore .container .explore-app .date {
        font-size: 5px;
    }
    .section-discover .explore .container .explore-app .button button {
        padding: 4px;
        font-size: 5px;
    }
    .section-discover .explore .container .explore-app .date img {
        height: 6px;
    }
    .section-discover .explore .container {
        padding: 20px 20px;
        gap: 10px;
    }
    .section-discover .explore .container .explore-app {
        padding: 10px 12px;
        gap: 5px;
    }
    .section-discover .explore .img {
        width: 35%;
        height: fit-content;
    }
    .section-discover .map-view .container {
        padding: 20px 20px;
        gap: 10px;
        width: 50%;
    }
    .section-discover .map-view .img {
        width: 35%;
        height: fit-content;
    }
    .section-discover .map-view .container .content .title {
        font-size: 12px;
    }
    .section-discover .map-view .container .content .description {
        font-size: 6px;
        margin-top: 10px;
    }
    .section-discover .map-view .container .map-view-app .date img {
        height: 6px;
    }
    .section-discover .map-view .container .map-view-app {
        padding: 10px 12px;
        gap: 7px;
    }
    .section-discover .map-view .container .map-view-app .img {
        width: 50px;
    }
    .section-discover .map-view .container .map-view-app a {
        margin-left: 10px;
    }
    .section-discover .map-view .container .map-view-app .date {
        font-size: 5px;
    }
    .section-discover .map-view .container .map-view-app .text {
        font-size: 8px;
    }
    .section-discover .map-view .container .map-view-app button {
        font-size: 5px;
        padding: 4px;
    }
    .section-discover .map-view .container .map-view-app .content {
        gap: 5px;
    }
    .section-discover .map-view {
        gap: 10px ;
        margin-top: 50px;
        align-items: center;
    }
    .section-discover .map-view .container .map-view-app .button {
        font-size: 5px;
    }
    .section-discover .direction .container {
        padding: 20px 20px;
        gap: 10px;
        width: 60%;
    }
    .section-discover .direction .container .content .title {
        font-size: 10px;
    }
    .section-discover .direction .container .content .description {
        font-size: 6px;
        margin-top: 10px;
    }
    .section-discover .direction .container img {
        width: 55px;
    }
    .section-discover .direction {
        margin-top: 50px;
        gap: 10px;
        align-items: center;
    }
    .section-discover .direction .img {
        width: 40%;
        height: fit-content;
    }
    .section-reviews {
        margin-top: 90px;
    }
    .section-reviews .title {
        font-size: 27px;
    }
    .section-questions .title {
        font-size: 27px;
    }
    .question .answer {
        font-size: 12px;
    }
    .question .text {
        font-size: 14px;
    }
    footer .footer-container .title {
        font-size: 30px;
    }
    footer .footer-container .description {
        font-size: 12px;
    }
    footer .footer-container:first-child {
        padding: 60px 0;
    }
    footer .footer-container button {
        margin-top: 30px;
        font-size: 10px;
        padding: 8px 12px;
    }
    footer .footer-container button img {
        width: 15px;
    }
    footer .footer-container .navigation a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 485px) {
    header .header-logo img {
    margin-top: 0;
    }
}

@media only screen and (max-width: 415px) {
    
    section .section-hero .container .line {
        display: none;
        }
}

@media only screen and (max-width: 900px) {
    header .navigation {
    display: flex;
    cursor: pointer;
    }
    header .header-text {
        position: absolute;
        top: 116px;
        left: 0;
        right: 0;
        width: 30vw;
        transition: 0.2s;
        flex-direction: column;
        gap: 0;
        border-radius: 0 30px;
        overflow: hidden;
        background-color: transparent;
    }   

    header .header-text.active {
        background-color: #EB874B;
    }

    header .header-text a {
        display: block;
        width: fit-content;
        margin: 30px auto 30px auto;
        text-align: center;
        color: #FFFFFF;
        transition: 0.3s;
        opacity: 0;
    }

    header .header-text.active a {
        opacity: 1;
    }
}