/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
@import url(animate.min.css);
@import url(font-awesome.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);
@import url(slick.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.3/css/mdb.min.css);
@import url(jquery.fancybox.min.css);

@font-face {
    font-family: "Righteous";
}

@font-face {
    font-family: 'Berlin Sans FB Demi';
    src: url('../../design/fonts/BRLNSDB.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #FFFFFF;
    background: #000000;
    font-size: 14px;
    font-family: Poppins;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.swal-icon--error__line--right {

    right: 12px;
    top: 35px;
}

.swal-icon--error__line--left {

    left: 12px;
    top: 35px;
}
.header_section {
    padding: 10px 0;
    background: #000000;
    position: relative;
    min-height: 130px;
}

.header_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #000 !important;
}

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 130px;
    max-width: 250px;
}

.logo-footer{
    max-height: 200px;
    max-width: 420px;
}


.navbar {
    flex: 0 0 auto;
}

.navbar-toggler{
    background-color: #000 !important;
    margin-top: 30px;
}

.collapse {
    display: none;
}

.show {
    display: block !important;
}


.navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}

.nav-item {
    margin: 5px 0;
}

.nav-link {
    color: #FFFFFF !important;
    border-bottom: 1px solid #FFA500;
    padding-bottom: 5px;
    transition: border-color 0.3s;
}

.banner_section{
    position: relative;
    background-image: url('../../design/images/freetaxi-main.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 850px;
}

.call-now-button {
    position: absolute;
    bottom: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 227px;
    height: 72px;
    gap: 0;
    border: 4px solid rgba(57, 181, 74, 1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #DA7D30;
    color: white;
    text-decoration: none;
    font-family: Inter;
    font-size: 24px;
    font-weight: 400;
    line-height: 29.05px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s, opacity 0.3s;
}

.call-now-button:hover {
    background-color: #9e5721;
    color:#FFFFFF;
    text-decoration: none;
}
.about_us_section {
    position: relative;
    background-image: url('../../design/images/about_us_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    min-height: 693px;
    overflow: hidden;
}

.about_us_section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../../design/images/about_us_bg_hover.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}

.about_us_section:hover::after {
    opacity: 1;
}

.about_us_text {
    position: relative;
    z-index: 2;
    float: left;
    width: 330px;
    padding: 10px;
    box-sizing: border-box;
    font-family: Bellota Text;
    font-size: 16px;
    font-weight: 700;
    line-height: 20.13px;
    text-align: center;
    margin-top: 60px;
    margin-left: 130px;
}

.about_us_section::after,
.about_us_text:after {
    content: "";
    display: table;
    clear: both;
}

.about_us_title {
    font-family: "Berlin Sans FB Demi";
    font-size: 64px;
    font-weight: 700;
    line-height: 72.25px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 45px;
    margin-bottom: 40px
}

.service_button {
    width: 242px;
    height: 76px;
    font-family: "Berlin Sans FB Demi", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: white;
    background: none;
    border: 4px solid transparent;
    border-image-source: linear-gradient(263.12deg, #39B54A 22.71%, #194F20 100%);
    border-image-slice: 1;
    margin-top: 40px;
    display: inline-block;
    text-decoration: none;
    line-height: 65px;
    text-transform: none;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.service_button:hover{
    background: rgba(218, 125, 48, 1);
    color:white;
    text-decoration: none;
}


.close-btn {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 25px;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.tariff_section {
    background:
        linear-gradient(90deg, #DA7D30 0%, rgba(118, 68, 26, 0.09) 55.5%, rgba(116, 67, 26, 0.03) 100%),
        linear-gradient(270deg, #DA7D30 0%, rgba(118, 68, 26, 0.09) 55.5%, rgba(116, 67, 26, 0.03) 100%);
    background-position: 99.5% 0, 2% 0;
    background-size: 200% 100%, 200% 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}


.tariff_image img {
    border-radius: 8px;
    width: 380px;
    height: 620px;
    rotate: -3.09deg;
    margin-right: 160px;

}

.tariff_list ul {
    list-style-type: none;
    padding: 0;
    margin-top: 70px;
    font-family: Thabit, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 19px;
    text-align: left;
}

.tariff_list ul li {
    margin-bottom: 15px;
}

.tariff_title {
    font-family: 'The Girl Next Door', sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 176.91px;
    text-align: left;
    margin-bottom: 20px;
    color: rgba(218, 125, 48, 1);
}

    .services_section {
        position: relative;
        background-image: url('../../design/images/service_bg.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        height: 690px;
        padding-left: 20px;
        overflow: hidden;
    }
    @keyframes moveImageFromRight {
        0% {
            transform: translateX(140%);
        }
        100% {
            transform: translateX(80%);
        }
    }

@media (min-width: 1024px) and (max-width: 1150px) {
    @keyframes moveImageFromRight {
        0% {
            transform: translateX(140%);
        }
        100% {
            transform: translateX(50%);
        }
    }

    .services_section .animated-image {
        animation: moveImageFromRight 2s ease-in-out forwards;
    }
}

@media (min-width: 1151px) and (max-width: 1400px) {
    @keyframes moveImageFromRight {
        0% {
            transform: translateX(140%);
        }
        100% {
            transform: translateX(60%);
        }
    }

    .services_section .animated-image {
        animation: moveImageFromRight 2s ease-in-out forwards;
    }
}

    .services_section .animated-image {
        animation: moveImageFromRight 2s ease-in-out forwards;
        position: absolute;
        width: auto;
        height: auto;
        z-index: 1;
    }

.content {
    max-width: 600px;
    max-height: 500px;
}

.title {
    color: rgba(218, 125, 48, 1);
    margin: 0;
    font-family: Poppins, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 72.25px;
    text-align: center;
}

.title-line {
    width: 400px;
    height: 58px;
    background: linear-gradient(180deg, #39B54A -37.93%, rgba(25, 79, 32, 0.13) 72.41%);
    margin: 8px 0 20px;
}

.image-row {
    margin-top: 100px;
    color: rgba(218, 125, 48, 1);
    gap: 70px;
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.service-image {
    width: 100%;
    max-width: 110px;
    margin-bottom: 10px;
    height: auto;
}

.image-row .service-item:nth-child(2) .service-image {
    max-width: 100px;
}

.image-row .service-item:nth-child(3) .service-image {
    max-width: 100px;
    margin-bottom: 10px;
}

.service-link {
    display: inline-block;
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(218, 125, 48, 1);
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: center;
}

.book-button {
    margin-top: 70px;
    padding: 8px 16px;
    width: 180px;
    color: #fff;
    background: rgba(218, 125, 48, 1);
    cursor: pointer;
    border: 4px solid rgba(57, 181, 74, 1);
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: center;
}

.contract-input {
    border-bottom: 2px dotted rgba(218, 125, 48, 1) !important;
    color: rgba(218, 125, 48, 1) !important;
    padding: 10px;
}

.contract-input::placeholder {
    color: rgba(218, 125, 48, 1);
    font-family: Thabit;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.4300000071525574px;
}

.contract-btn {
    background-color:  rgba(218, 125, 48, 1);
    color: white;
    padding: 10px 20px;
    border: 1px solid rgba(57, 181, 74, 1);
    transition: background-color 0.3s ease;
    width: 123px;
    height: 43px;
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.4300000071525574px;
    text-align: center;
    margin-top: 50px;
}

.contact-btn:hover {
    background-color: #9e5721;
    cursor: pointer;
}

.contract-title{
    color: rgba(218, 125, 48, 1);
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px;

}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black with opacity */
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: rgba(0, 0, 0, 0.75);
    margin: 5% auto;
    width: 70%;
    max-width: 700px;
    z-index: 2;
}

.main-book-bg{
    background-image: url('../../design/images/sideway_taxi.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-width: 1000px;
    overflow: hidden;
    z-index: 1;
}

.main-book-bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: -1 ;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.airport-form {
    text-align: center;
}

.title-section {
    margin-bottom: 20px;
}

.airplane-icon {
    width: 120px;
    height: 120px;
}

.title-section h2 {
    color: rgba(218, 125, 48, 1);
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: center;
}

.main-location-icon {
    color: #ffa500;
    font-size: 30px;
    margin-top: 10px;
}

.direction {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    background-color: rgba(218, 125, 48, 1);
    padding: 15px;
    max-width: 350px;
    margin: 0 auto;
}

.select2-container .select2-selection--single {
    background-color: rgba(218, 125, 48, 1) !important;
    color: white !important;
    border:none !important;
}

.select2-container .select2-selection--single:hover {
    background-color: #fbdc3f !important;
}

.select2-container .select2-results__option {
    background-color: rgba(218, 125, 48, 1) !important;
    color: white !important;
}

.select2-container .select2-results__option--highlighted {
    background-color: #fbdc3f !important;
}

.select2-container .select2-results__option[aria-selected="true"] {
    background-color: #fbdc3f !important;
}

.select2-container .select2-selection__rendered {
    color: white !important;
}

.list-font-size {
    font-size: 16px;
    padding: 0 !important;
}

.option_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
    color: #fff;
}

.location-icon {
    color: #333;
    font-size: 18px;
}

.date-time-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.date-container , .time-container{
    background-color: #333;
}

.date-time-input {
    background-color: #111;
    color: #00aaff;
    border: 2px solid #333;
    border-radius: 5px;
    padding: 8px 12px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.date-time-input:focus {
    outline: none;
    border-color: #ffa500;
}
.container-form-main {
    position: relative;
    z-index: 2;
    padding: 20px;
    max-width: 650px;
    width: 100%;
}

.title-section-book h2 {
    text-align: center;
    color: #ff7b30;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: "Berlin Sans FB Demi", sans-serif;
}

.location-container {
    margin-bottom: 20px;
}

.location-input-container {
    margin-bottom: 10px;
}

.location-label {
    display: block;
    font-size: 16px;
    color: #ff7b30;
    margin-bottom: 5px;
    text-align: left;
}

.location-input {
    width: 100% !important;
    padding: 12px !important;
    border: 2px solid rgba(57, 181, 74, 1) !important;
    border-radius: 5px !important;
    background: rgba(218, 125, 48, 0.47) !important;
    color: white !important;
    font-size: 16px !important;
}

.info-input{
    color: white !important;
    font-size: 16px !important;
    text-align: center;
}

.location-input::placeholder,.info-input::placeholder {
    color: #fff;
    opacity: 0.7;
    text-align: center;
}

.submit-btn {
    width: 120px;
    height: 45px;
    margin-top: 50px;
    background-color: rgba(218, 125, 48, 1);
    border: 1px solid rgba(57, 181, 74, 1);
    color: #fff;
    cursor: pointer;
    font-family: Inter;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.4300000071525574px;
    text-align: center;
}

.contact_us_section{
    height: 490px;
    background: rgba(14,14,14,255);
    text-align: center;
    padding: 20px;
}

.contact-us-title {
    color: rgba(218, 125, 48, 1);
    font-family: Impact, sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}

.contact-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.contact-image {
    width: 40px;
    height: 40px;
}

.second-image {
    width: 55px;
    height: 55px;
}

.third-image {
    width: 51px;
    height: 46px;
}

.contact-info {
    font-family: Tillana;
    font-size: 24px;
    font-weight: 400;
    line-height: 39.41px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    text-shadow:
        -1px -1px 0 rgba(218, 125, 48, 1),
        1px -1px 0 rgba(218, 125, 48, 1),
        -1px 1px 0 rgba(218, 125, 48, 1),
        1px 1px 0 rgba(218, 125, 48, 1);
}

.footer_section {
    background: rgba(236, 156, 89, 1);
    height: 132px;
    border: 2px solid rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px 40px;
    overflow: hidden;
}

.footer_section::before,
.footer_section::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background-color: black;
    transform: skewY(-40deg);

}

.footer_section::before {
    top: -130px;
}

.footer_section::after {
    bottom: -130px;
}

.footer-item {
    display: flex;
    align-items: center;
}
.footer-info{
    font-family: Tillana;
    font-size: 24px;
    font-weight: 400;
    line-height: 39.41px;
    text-align: left;
    margin-left: 15px;
    padding: 0;
}

.image_section{
    background-image: url('../../design/images/taxi-front.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 448px;
}

.copyright_section{
    background: linear-gradient(180deg, rgba(218, 125, 48, 0.27) 27.27%, rgba(118, 68, 26, 0.09) 82.77%, rgba(116, 67, 26, 0) 127.27%);
    height: 94px;
    font-family: Inter;
    font-size: 8px;
    font-weight: 400;
    line-height: 9.68px;
    text-align: left;
    color: #FFFFFF;
}

.copyright_section a{
    color: #FFFFFF;
    text-decoration: underline !important;
    margin-left: 4px;
    margin-right: 4px;
}

.copyright_symbol {
    color: rgba(236, 156, 89, 1);
}

.footer_line {
    height: 10px;
    background:rgba(218, 125, 48, 1);
    border: 1px solid rgba(0, 0, 0, 1);
    width: 100%;
}
.copyright_text{
    margin-top:40px
}

.mobile_footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.mobile_footer a{
    color: #FFFFFF;
    text-decoration: underline !important;
    margin-left: 4px;
    margin-right: 4px;
}

/* Mobile-specific styles under the .mobile class */
.mobile .header_section {
    min-height: 60px;
    padding: 5px 0;
}

.mobile .header_main {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.mobile .logo {
    position: static;
    transform: none;
    margin-left: 15px;
    max-height: 40px;
    max-width: 120px;
}

.mobile .navbar-toggler {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.mobile .navbar-nav {
    margin-top: 18px;
    align-items: flex-end;
}

.mobile .banner_section {
    position: relative;
    background-image: url('../../design/images/mobile_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 915px;
}

.mobile .button_wrapper {
    position: absolute;
    top: 580px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile .service_button {
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile .copyright_text {
    font-family: Inter;
    font-size: 5px;
    font-weight: 400;
    line-height: 6.05px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.mobile .services_section {
    background-image: url('../../design/images/mobile_bg.png');
    position: relative;
    overflow: hidden;
    background-size: contain;
    padding-top: 130px;
    padding-left: 0;
    height: 915px;
}

.mobile .services_section::before {
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(173.19deg, rgba(16, 61, 22, 0.51) -100%, rgba(57, 181, 74, 0.64) -15%, rgba(22, 71, 28, 0) 90%);
    z-index: 1;
    pointer-events: none;
}

.mobile .services_section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.83);
    z-index: 0;
    pointer-events: none;
}

.mobile .services_section .content,
.mobile .services_section .animated-image {
    position: relative;
    z-index: 2;
}

.mobile .services_section .animated-image {
    transform: none;
}

.mobile .service-item-1 .service-image {
    height: 85px;
    width: 79px;
}

.mobile .service-item-2 .service-image {
    height: 77px;
    width: 77px;
}

.mobile .service-item-3 .service-image {
    height: 98px;
    width: 98px;
}

#preloadImage img {
    width: 300px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    z-index: 9999;
    animation: zoomInOut 4s ease-in-out forwards;
}

@keyframes zoomInOut {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1; /
    }
    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 1;
    }
    70% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}
.button_wrapper {
    visibility: hidden;
}

body.loading {
    overflow: hidden;
}

.new-image-wrapper {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 500px;
    height: auto;
    z-index: 9999;
}

@keyframes slideIn {
    0% {
        transform: translate(100%, -50%);
        visibility: visible;
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%);
        visibility: visible;
        opacity: 1;
    }
}

.new-image-wrapper.slide-in {
    animation: slideIn 1.5s ease-in-out forwards;
}

.loading .content {
    display: none;
}

.mobile .airport-form-container, .mobile .contract-form-container, .mobile .book-form-container{
    position: relative;
    z-index: 2;
    margin-top: 60px;

}

.mobile .book-form-container{
    width: 80%;
    margin: 0 auto;
}

.mobile .title-section-book h2{
    font-size: 36px;
}

.price_section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
    background:
        linear-gradient(180deg, rgba(16, 61, 22, 0.51) -118.51%, rgba(57, 181, 74, 0.64) -17.62%, rgba(22, 71, 28, 0) 96.57%),
        linear-gradient(0deg, rgba(218, 125, 48, 0.52) 22%, rgba(118, 68, 26, 0.09) 84.81%, rgba(116, 67, 26, 0) 120.18%);
    background-size: 100% 10%, 100% 10%;
    background-position: top, bottom;
    background-repeat: no-repeat;
}

.price_section_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
}

.price_image {
    flex: 1;
    max-width: 400px;
    margin-right: 20px;
    position: relative;
}

.price_image img {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease;
}

.final-position {
    transform: scale(1.4);
}

.price_text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

.price_text h1 {
    font-family: The Girl Next Door;
    font-size: 36px;
    font-weight: 400;
    line-height: 66.34px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    margin-top: 100px;
    width: 70px;
    color: rgba(218, 125, 48, 1);;
}


.price_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100%;
    font-family: Thabit;
    font-size: 12px;
    font-weight: 700;
    line-height: 18.51px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.price_list ul {
    flex: 1;
    list-style: none;
    padding: 0;
    margin:  20px;
}

.price_list ul:nth-of-type(2) {
    margin-top: 70px;
    margin-bottom: 80px;
}

.price_list ul li {
    margin-bottom: 10px;
    font-size: 13px;
    color: #fff;
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    pointer-events: auto;
}
.service_button.price {
    align-self: center;
    width: 120px;
    height: 40px;
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 18.15px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.preloader img {
    max-width: 400px;
    height: auto;
    transition: transform 1s ease, opacity 1s ease;
}

#preloader {
    display: none;
}

.preloader-final-position {
    animation: shrinkAndMovePreloader 3s ease forwards;
    opacity: 0;
    pointer-events: none;
}

@keyframes shrinkAndMovePreloader {
    0% {
        transform: scale(1) translateX(0) translateY(0);
        opacity: 1;
    }
    100% {
        transform: scale(0.2) translateX(-80vw) translateY(-20vh);
        opacity: 0;
    }
}














