/*=================================
Template name: Travgo Travel Mobile App Template
Version: 1.0.0
Author: Website Stock       
Author url: https://themeforest.net/user/website_stock/portfolio  

===================================*/

/*===============================================
 common css 
================================================*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root {
    --primary: rgb(174, 47, 51);
    --secondary: #F6F8FE;
    --primary-text: #111111;
    --secondary-text: #78828A;
    --sky: #3BA5FA;
    --success: #00C566;
    --alert: #E53935;
    --warning: #FACC15;
    --additional1: #6C6C6C;
    --additional2: #E3E7EC;
    --additional3: #F7F7F7;
    --additional4: #E9EBED;
    --additional5: #FF784B;
    --gray-10: #FDFDFD;
    --gray-20: #ECF1F6;
    --gray-30: #E3E9ED;
    --gray-40: #D1D8DD;
    --gray-50: #BFC6CC;
    --gray-60: #9CA4AB;
    --gray-70: #78828A;
    --gray-80: #66707A;
    --gray-90: #434E58;
    --gray-100: #171725;
}

/* scrollbar hide */
.scrollbar-hidden::-webkit-scrollbar {
    display: none;
    width: 0;
    scrollbar-width: none;
}

.scrollbar-hidden {
    scrollbar-width: none;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

body::-webkit-scrollbar {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

img,
svg {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

.dz-clear:after {
    clear: both;
    display: block;
    content: '';
}

.dz-flex-style {
    display: flex;
    justify-content: space-between;
}

button {
    border: 0;
    cursor: pointer;
    text-align: center;
    background: transparent;
}

button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

.dz-icon-btn-design {
    padding-left: 16px;
}

.dz-ml-8 {
    margin-left: 8px;
}

.dz-mr-8 {
    margin-right: 8px;
}


/*===============================================
 preloader css 
================================================*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: white;
    z-index: 99999;
}

.preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    animation: mymove 2s linear infinite;
    -webkit-animation: mymove 2s linear infinite;
}


@keyframes mymove {
    0% {
        opacity: 1;
        transform: scale(1) translate(-50%, -50%);
        -webkit-transform: scale(1) translate(-50%, -50%);
        -moz-transform: scale(1) translate(-50%, -50%);
        -ms-transform: scale(1) translate(-50%, -50%);
        -o-transform: scale(1) translate(-50%, -50%);
    }

    50% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(0.8);
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        -moz-transform: translate(-50%, -50%) scale(0.8);
        -ms-transform: translate(-50%, -50%) scale(0.8);
        -o-transform: translate(-50%, -50%) scale(0.8);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
    }
}

/*===============================================
 device css 
================================================*/
.device-iphone-x {
    height: 700px;
    width: 390px;
}

.device-iphone-x .device-frame {
    height: 700px;
    width: 390px;
    box-shadow: inset 0 0 2px 2px #c8cacb, inset 0 0 0 5px #e2e3e4;
    padding: 20px;
    border-radius: 50px;
}

.device-iphone-x .device-sensors,
.device-iphone-x .device-stripe,
.device-iphone-x .device-power,
.device-iphone-x .device-header,
.device-iphone-x .device-btns {
    display: none;
}

.device-ipad-pro .device-frame {
    background: black;
}

/*===============================================
 main css 
================================================*/
.dz-main .dz-qr-code {
    position: fixed;
    right: 30px;
    bottom: 10px;
    width: 200px;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 10px 2px 95px hsla(0, 0%, 0%, 0.08);
    border: 1px solid var(--gray-20);
    background: white;
    z-index: 99;
}

.dz-main .dz-qr-code p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding-top: 10px;
}

.dz-main .dz-qr-code img {
    width: 100%;
}

.dz-main {
    padding-top: 110px;
}

.dz-main h1 {
    font-size: 40px;
    color: var(--primary-text);
    padding-top: 20px;
    padding-bottom: 30px;
}

.dz-main p {
    font-size: 17px;
    line-height: 30px;
    color: var(--gray-60);
}

.dz-main .dz-feature {
    padding-top: 30px;
    padding-bottom: 30px;
}

.dz-main .dz-feature li {
    font-size: 18px;
    line-height: 36px;
    color: var(--primary-text);
    display: flex;
    align-items: center;
}

.dz-main .dz-feature li i {
    padding-right: 15px;
    color: var(--primary);
}

.dz-main #tab {
    display: none;
}

/* sidebar */
.dz-main .dz-sidebar {
    position: absolute;
    top: 70px;
    right: 30px;
    z-index: 99;
}

.dz-main .dz-buy,
.dz-main .dz-buttons li a {
    display: inline-block;
    line-height: 50px;
    width: 200px;
    text-align: center;
    font-size: 18px;
    color: white;
    background: var(--success);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.dz-main .dz-buttons li:not(:last-child) {
    padding-bottom: 20px;
}

.dz-main .dz-buttons li a {
    background: var(--primary);
}

.dz-main .dz-buy i,
.dz-main .dz-buttons li a i {
    padding-right: 10px;
}

.dz-main .dz-align {
    align-items: center;
}


/* feature */
.dz-all-feature {
    padding-top: 85px;
}

.dz-all-feature .dz-title {
    padding-bottom: 40px;
}

.dz-all-feature .dz-title h2 {
    text-align: center;
    font-size: 32px;
    color: var(--primary-text);
}

.dz-all-feature .dz-item {
    padding: 30px;
    margin: 10px;
    box-shadow: 10px 2px 95px hsla(0, 0%, 0%, 0.08);
}

.dz-all-feature .dz-item i {
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 40px;
    background: var(--primary);
}

.dz-all-feature .dz-item h3 {
    font-size: 20px;
    color: var(--primary-text);
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 10px;
}

.dz-all-feature .dz-item p {
    font-size: 16px;
    line-height: 26px;
    color: var(--gray-60);
}

/* footer */
.dz-footer {
    background: var(--primary);
    margin-top: 40px;
}

.dz-footer p {
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

/* small-screen */
.dz-small-screen {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background: white;
    width: 100%;
    height: 100vh;
}

.dz-small-screen .dz-all {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
}

.dz-small-screen h1 {
    font-size: 32px;
    color: var(--primary-text);
    padding-top: 20px;
}

.dz-small-screen p {
    font-size: 16px;
    color: var(--gray-70);
    padding-top: 10px;
    padding-bottom: 40px;
}

.dz-small-screen ul li {
    padding-top: 20px;
}

.dz-small-screen ul li a {
    display: block;
    width: 300px;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.dz-small-screen ul li:first-child a {
    background: var(--primary);
}

.dz-small-screen ul li:last-child a {
    background: var(--success);
}

.dz-small-screen ul li a i {
    padding-right: 10px;
}

/*===============================================
 responsive css 
================================================*/
@media (min-width: 1200px) and (max-width: 1400px) {
    .dz-main .dz-qr-code {
        right: auto;
        left: 30px;
    }

    .dz-main .dz-sidebar {
        top: 30px;
        right: 100px;
    }

    .dz-main .dz-buttons {
        display: flex;
    }

    .dz-main .dz-buttons li:first-child {
        padding-right: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .dz-main .dz-text-part {
        padding-bottom: 50px;
    }

    .dz-main .dz-sidebar {
        top: 100%;
    }
}

@media (min-width: 280px) and (max-width: 991px) {
    .dz-small-screen {
        display: block;
    }

    section.dz-big-screen {
        display: none !important;
    }
}

.dz-item {
    transition: all 0.3s ease-in-out;
}

.dz-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.dz-item i {
    transition: all 0.2s ease-in-out;
}

.dz-item:hover i {
    transform: scale(1.2);
}

.dz-item h3 {
    transition: color 0.2s ease-in-out;
}

.dz-item:hover h3 {
    color: var(--primary);
}


.modal-contact {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    animation: fadeIn 0.3s;
}

.modal-content {
    background-color: #fff;
    margin: 3% auto;
    padding: 0;
    width: 90%;
    max-width: 600px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    animation: slideIn 0.4s ease-out;
}

.modal-header {
    background: linear-gradient(135deg, var(--primary) 0%, #2c3e50 100%);
    padding: 40px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    color: white;
}

.header-content {
    margin-top: 20px;
}

.header-content i {
    font-size: 48px;
    margin-bottom: 15px;
}

.header-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: white;
}

.header-content p {
    opacity: 0.9;
    font-size: 16px;
}

.close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
    cursor: pointer;
    color: white;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.close-modal:hover {
    opacity: 1;
}

#contactForm {
    padding: 40px;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-group label {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.form-group textarea + label {
    top: 25px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 2px solid #eee;
    border-radius: 12px;
    font-size: 16px;
    transition: all 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(var(--primary-rgb), 0.1);
    outline: none;
}

.form-group textarea {
    height: 120px;
    resize: none;
}

.btn-primary {
    background: var(--primary);
    border: none;
    padding: 15px 30px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--primary-rgb), 0.3);
}

.btn-primary i {
    transition: transform 0.3s;
}

.btn-primary:hover i {
    transform: translateX(5px);
}

@media (max-width: 576px) {
    .modal-content {
        margin: 0;
        height: 100vh;
        max-width: 100%;
        border-radius: 0;
    }
    
    .modal-header {
        border-radius: 0;
    }
}

.device-button {
    display: none;
}

.device-button.active {
    display: block;
}

/* Par défaut, on affiche le bouton tablette */
.device-button[data-device="tab"] {
    display: block;
}

.language-switcher {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}

.language-switcher .ph {
    color: white;
}

.language-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.current-lang {
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.language-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: white;
    border-radius: 15px;
    padding: 8px;
    min-width: 150px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.language-switcher.active .language-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-option {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s ease;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.language-option:hover {
    background: #f5f5f5;
}

.language-option.active {
    background: var(--primary);
    color: white;
}