@media (1600px >= width) {

}
@media (1440px >= width) {

}
@media (max-width: 1200px) {
    .container {
        padding: 0px 30px;
    }
    #decouverte-detail {
        .main-content {
            .main-decouverte-detail {
                .container {
                    .decouverte-detail {
                        .wrap-decouverte-detail {
                        grid-template-columns: 700px 1fr;
                        }
                        .tour-plan {
                            grid-template-columns: 700px 1fr;
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 1024px) {
    #home, #decouverte, #histoire {
        .banner {
            .wrap-banner {
                height: 490px;
            }
        }
        .main-content {
            .transportation-serives {
                .services-grid {
                    flex-direction: column;
                    gap: 30px;
                    .service-card {
                        width: 100%;
                    }
                }
            }
            .decouverte-du-cambodge {
                .container {
                    .decouverte-itineraires {
                        padding: 0px;
                        .wrap-itineraires {
                            grid-template-columns: repeat(auto-fit, minmax(555px, 1fr));
                            gap: 15px;
                        }
                    }
                }
            }
        }
    }
    #decouverte-detail {
        .main-content {
            .main-decouverte-detail {
                .container {
                    .decouverte-detail {
                        .wrap-decouverte-detail {
                        grid-template-columns: 600px 1fr;
                        }
                        .tour-plan {
                            grid-template-columns: 500px 1fr;
                        }
                    }
                }
            }
        }
    }
    #contact {
        .main-content {
            .contact-du-cambodge {
                .container {
                    .form-contact {
                        .wrap-contact {
                            grid-template-columns: 1fr;
                            gap: 30px;
                            .send-message,
                            .address {
                            width: 100%;
                            max-width: 100%;
                            }
                        }
                    }
                }
            }
        }
    }
    #about-us {
        .main-content {
            .main-about-us {
                .container {
                    .about-us {
                        .people-love-me {
                            .tripadivisor-slide-wrapper {
                                .tripadivisor-slide {
                                gap: 15px;
                                a.card { width: 220px; padding: 12px; }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 992px) {
    #decouverte-detail {
        .main-content {
            .main-decouverte-detail {
                .container {
                    .decouverte-detail {
                        .wrap-decouverte-detail {
                        grid-template-columns: 1fr;
                        }
                        .tour-plan {
                            grid-template-columns: 1fr;
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 920px) {
    #home,
    #histoire,
    #decouverte,
    #decouverte-detail,
    #contact,
    #about-us {
        header {
                nav {
                padding: 15px;
                ul {
                    display: none;
                }
                .menu-toggle {
                    display: block;
                    &.active {
                    .open-icon {
                        display: none;
                    }
                    .close-icon {
                        display: block;
                    }
                    }
                }
                #menu {
                    display: none;
                    position: absolute;
                    left: 0;
                    top: 0px;
                    background: #20448a;
                    flex-direction: column;
                    width: 100%;
                    padding: 130px 0 30px;
                    z-index: 1000;
                    &.active {
                    display: flex;
                    }
                    li {
                        position: relative;
                        padding: 12px 50px 12px 15px;
                        text-align: left;
                        &::after {
                            content: "";
                            position: absolute;
                            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
                            bottom: 0;
                            left: 15px;
                            right: 15px;
                        }
                        a {
                            display: block;
                            color: #ffffff;
                            text-decoration: none;
                            &:hover {
                                color: var(--white-color);
                                background-color: transparent;
                            }
                        }
                        span {
                            display: block;
                            position: absolute;
                            right: 15px;
                            top: 50%;
                            transform: translateY(-50%);
                        }
                        span img {
                            width: 16px;
                            height: 16px;
                        }
                        &.active {
                            background-color: transparent;
                        }
                        &:hover {
                            background-color: transparent;
                        }
                    }
                }
            }
        }
        .main-content {
            .hero-bg {
                height: 70vh;
            }
            .card-section {
                .card-list {
                    display: grid;
                    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
                }
            }
            .decouvrez-regions {
                .container {
                    .wrap-regions {
                        .regions {
                            display: grid;
                            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                            gap: 20px;
                        }
                    }
                }
            }
        }
    }
    #about-us {
        .main-content {
            .main-about-us {
                .container {
                    .about-us {
                        .about-me {
                            .wrap-about-me {
                                grid-template-columns: 1fr;
                                gap: 10px;
                            }
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 820px) {
    #home, #decouverte {
        .main-content {
            .hero-bg {
                .wave-container {
                    .welcome-text {
                        .text-box {
                            .welcome-title {
                                text-align: center;
                                .accent-span {
                                    color: #000;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 768px) {
    #home, #decouverte, #histoire {
        .banner {
            .wrap-banner {
                height: 390px;
            }
        }
        .main-content {
            .hero-bg {
                height: 55vh;
            }
            .decouvrez-angkor-pas {
                .container {
                    .wrap-angkor-pas {
                        flex-direction: column;
                        align-items: center;
                            .content {
                            width: 100%;
                        }
                    }
                }
            }
            .decouverte-du-cambodge {
                .container {
                    .decouverte-itineraires {
                        .wrap-itineraires {
                            display: flex;
                            .card {
                                display: flex;
                                flex-direction: column;
                                .card-body {
                                    max-width: 100%;
                                    .visual {
                                        .wrap-ribbon {
                                            position: relative;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 600px) {
    #home, #decouverte {
        .main-content {
            .hero-bg {
                .wave-container {
                    .welcome-text {
                        flex-direction: column;
                        gap: 0px;
                        .profile-circle {
                            width: 120px;
                            height: 120px;
                            margin-bottom: 0px;
                        }
                    }
                }
            }
            .decouverte-du-cambodge {
                .container {
                    .decouverte-itineraires {
                        .wrap-itineraires {
                            flex-direction: column;
                        }
                    }
                }
            }
        }
    }
    footer {
        .container {
            .wrap-footer {
                padding: 0px;
                text-align: left;
                .card {
                    .title h2::after {
                        transform: translateX(0%);
                    }
                    ul li {
                        justify-content: start;
                    }
                    .content {
                        text-align: left;
                        .wrap-content {
                            align-items: flex-start;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 500px) {
}
@media (480px >= width) {
    #home, #decouverte {
        .main-content {
            .hero-bg {
                background-image: url(../img/svg/sp-banner/sp-banner.svg);
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                position: relative;
                height: 100vh;
                .wave-container {
                    .welcome-text {
                        bottom: 70px;
                    }
                }
            }
            .card-section {
                .card-list {
                    grid-template-columns: 1fr;
                    .card-link {
                        .card-image {
                            .flip-card-inner {
                                .front {
                                    h3 {
                                        font-size: 16px;
                                    }
                                }
                                .back {
                                    p {
                                        font-size: var(--fz-14px);
                                    }
                                }
                            }
                        }
                    }
                }
            }
            .decovert-nos-service {
                .container {
                    .main-title {
                        h2 {
                            font-size: 22px;
                            line-height: 1.4;
                        }
                    }
                }
            }
            .memoires-de-voyageurs {
                .header-slide {
                    h2 {
                        font-size: 32px;
                    }
                    .wrap-tag {
                        span {
                            font-size: var(--fz-14px);
                            margin: 0px;
                        }
                    }
                }
            }
            .decouverte-du-cambodge {
                .container {
                    padding: 0px 15px;
                    .decouverte-itineraires {
                        .wrap-itineraires {
                            padding: 0px 15px;
                        }
                        .tour-header {
                            .main-title {
                                font-size: 24px;
                            }
                            .subtitle {
                                font-size: 20px;
                            }
                            .wrapper-tags {
                                font-size: 16px;
                                gap: 5px;
                                .tag {
                                    font-size: 14px;
                                }
                            }
                        }
                    }
                }
            }
            .envoyer-message {
                .wrap-message {
                    .card {
                        h2 {
                            font-size: 24px;
                        }
                    }
                }
            }
            .transportation-serives {
                .title-section {
                    h1 {
                        font-size: 28px;
                    }
                }
            }
            .decouvrez-regions {
                .container {
                    padding: 0px 20px;
                    .wrap-regions {
                        .header-title {
                            h2 {
                                font-size: 28px;
                            }
                        }
                    }
                }
            }
            .decouvrez-angkor-pas {
                .container {
                    padding: 0px 20px;
                }
            }
            .temoignages-voyageurs {
                .container {
                    padding: 0px;
                    .temoignages {
                        .header-title {
                            h2 {
                                font-size: 28px;
                            }
                        }
                    }
                }
            }
        }
    }
    #decouverte-detail {
        .main-content {
            .main-decouverte-detail {
                .container {
                    padding: 0px 15px;
                    .decouverte-detail {
                        .tour-plan {
                            .wrap-tour-plan {
                                .day-plan {
                                    .day-header {
                                        .day-title {
                                            font-size: 16px;
                                        }
                                        .day-button {
                                            font-size: 12px;
                                            width: 30%;
                                            padding: 8px 10px;
                                            margin-right: 5px;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    #home,
    #histoire,
    #decouverte,
    #decouverte-detail {
        header {
            nav {
                #menu {
                    li {
                        a {
                            font-size: 18px;
                        }
                        span img {
                            width: 12px;
                            height: 12px;
                        }
                    }
                }
            }
        }
    }
    #contact {
        .main-content {
            .contact-du-cambodge {
                .container {
                    .form-contact {
                        .contact-title {
                            font-size: 40px;
                        }
                        .wrap-contact {
                            .send-message {
                                h2 {
                                    font-size: 24px;
                                }
                                form {
                                    .form-group {
                                        label {
                                            font-size: 14px;
                                        }
                                        input,
                                        textarea {
                                            font-size: 14px;
                                            &::placeholder {
                                                font-size: 14px;
                                            }
                                        }
                                        .submit {
                                            font-size: 14px;
                                            padding: 10px 20px;
                                        }
                                    }
                                }
                            }
                            .address {
                                .contact-address {
                                    h2 {
                                        font-size: 24px;
                                    }
                                    .our-address p,
                                    .email-us p {
                                        font-size: 14px;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    #politique-de-confidentialite {
        .main-content {
            .main-privacy-policy {
                .container {
                    .wrap-privacy-policy {
                        padding: 0px;
                        .privacy-policy {
                            .card {
                                .card-title {
                                    padding: 16px 0px;
                                    h2 {
                                        padding: 0px 10px;
                                    }
                                }
                                .content {
                                    padding: 0 10px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
    #about-us {
        .main-content {
            .main-about-us {
                .container {
                    .about-us {
                        .people-love-me {
                            .tripadivisor-slide-wrapper {
                                .tripadivisor-slide {
                                    a.card {
                                        width: 65%;
                                    }
                                }
                                .slide-btn {
                                    display: none;
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
@media (max-width: 375px) {

}
@media (max-width: 320px) {

}

