@tailwind base;
@tailwind components;
@tailwind utilities;

* {
    font-weight: 400 !important;
    user-select: none;
}

html,
body {
    @apply m-0 p-0 box-border;
}

body {
    font-family: var(--primary-font);
}
.heroSection-background-gradient {
    /* background-image: url("../assets/images/background/hero-background1.jpg"); */
    background-image: url("../coconetImagesNew/images/background/hero-background1.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-heading {
    font-family: var(--primary-font);
}
.flyingplane {
    width: 530px;
}
.flyingplaneOnetime {
    width: 490px;
}

.header-content span {
    font-weight: 900 !important;
}

.header-content p {
    font-weight: 600 !important;
}

.plan-section h2 {
    font-weight: 800 !important;
    color: var(--primary-color);
}

.plan-subheader {
    font-weight: 500 !important;
    color: var(--slate-blue);
}

.speed-text {
    font-weight: 800 !important;
}

.speed-text span {
    font-weight: 600 !important;
}

.unlimited-text {
    font-weight: 700 !important;
    color: var(--slate-blue);
}

.price-text {
    font-weight: 700 !important;
    color: var(--slate-blue);
}

.price-text span {
    font-weight: 600 !important;
    color: var(--slate-blue);
}

.badge-text {
    font-weight: 700 !important;
}

.popular-button {
    font-weight: 600 !important;
    border: 1.5px solid var(--slate-blue);
    color: var(--slate-blue);
}

.app-content h2 {
    font-weight: 800 !important;
}

.app-content p {
    font-weight: 600 !important;
}

.offer-section h2 {
    font-weight: 800 !important;
}
.offer-section p {
    font-weight: 600 !important;
}

.offer-card {
    background: var(--custom-card-color);
    opacity: 70;
}

.offerCardsContainer h4 {
    font-weight: 800 !important;
}

.offer-card button {
    font-weight: 600 !important;
}

.recommendContainer p:nth-child(1) {
    font-weight: 800 !important;
}

.recommendContainer p:nth-child(2) {
    font-weight: 600 !important;
}

footer a {
    font-weight: 600 !important;
}

.text-about {
    font-weight: 700 !important;
}
.text-trade {
    font-weight: 700 !important;
}

#nav-links li a,
#paymentButton {
    font-family: var(--primary-font);
}
.app-content {
    /* background: linear-gradient(to bottom, var(--soft-sky-blue), var(--pale-blue)); */
    /* background-color:var(--ice-blue); */
}

#paymentButton {
    background-color: var(--button-color);
}

.header-text-content h2 span {
    color: var(--primary-color);
}

.app-content h2 {
    color: var(--primary-color);
}

.offer-section h2 {
    color: var(--primary-color);
}

.recommend {
    color: var(--primary-color);
}

.header-text-content h2 {
    color: var(--deep-teal);
}

.header-text-content p {
    color: var(--ash-gray);
}
.popular-button text {
    color: var(--slate-blue);
}

@media only screen and (max-width: 1610px) and (min-width: 1536px) {
    .cloud-2 {
        right: -5rem !important;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
    .mountainRiverSection {
        margin-top: -160px!important;
    }
    .flyingplane {
        width: 400px !important;
        margin-right: 6.25rem !important;
    }
    .flyingplaneOnetime {
        width: 400px;
    }
    .header-text-content h2 {
        font-size: 50px !important;
    }
    .cloud-1 {
        margin-right: 3.75rem !important;
        transform: translateY(-132px) !important;
        width: 120px !important;
    }
    .cloud-2 {
        right: 0 !important;
        transform: translateY(-220px) !important;
    }
    .cloud-3 {
        right: 90px !important;
        width: 85px !important;
    }
    .cloud-4 {
        width: 160px !important;
    }
    .cloud-5 {
        width: 90px !important;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 860px) {
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .flyingplane {
        width: 300px !important;
    }
    .flyingplaneOnetime {
        width: 300px;
    }
    .header-text-content h2 {
        font-size: 30px !important;
        line-height: 40px !important;
    }
    .header-text-content p {
        font-size: 16px !important;
    }
    .cloud-1 {
        margin-right: 1rem !important;
        transform: translateY(-90px) !important;
        width: 120px;
    }
    .cloud-2 {
        width: 65px;
        right: -3rem !important;
        transform: translateY(-150px) !important;
    }
    .cloud-3 {
        right: 25px !important;
        width: 70px !important;
    }
    .cloud-5 {
        width: 75px !important;
    }
    .cloud-4 {
        width: 130px !important;
    }
    .mountain2 {
        top: -0.6% !important;
    }
    .mountain3 {
        top: 23.6% !important;
    }
    .offerCardsContainer {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 859px) and (min-width: 768px) {
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .flyingplane {
        width: 230px !important;
        margin-right: 8.5rem !important;
    }
    .flyingplaneOnetime {
        width: 240px !important;
        margin-right: 8.5rem !important;
    }
    .header-text-content h2 {
        font-size: 25px !important;
        line-height: 40px !important;
    }
    .header-text-content p {
        font-size: 14px !important;
    }
    .cloud-1 {
        margin-right: 6.5rem !important;
        transform: translateY(-70px) !important;
        width: 100px;
    }
    .cloud-2 {
        width: 70px;
        right: 2rem !important;
        transform: translateY(-120px) !important;
    }
    .cloud-3 {
        right: 9rem !important;
        width: 55px !important;
    }
    .cloud-4 {
        width: 120px !important;
    }
    .cloud-5 {
        width: 60px !important;
    }
    .header-text-content {
        padding-left: 40px !important;
    }
    .nav-brand {
        width: 135px;
    }
    nav {
        padding-left: 40px;
        padding-right: 40px;
    }
    .mountain2 {
        top: -0.7% !important;
    }
    .mountain3 {
        top: 23.5% !important;
    }
}
@media only screen and (max-width: 767px) {
    .header-content {
        flex-direction: column !important;
    }
    .planeSection {
        margin-top: 0px !important;
    }
    .mountain2 {
        top: -0.5% !important;
    }
    .mountain3 {
        top: 23.5% !important;
    }
    .nav-brand {
        width: 130px;
    }
    .cloud-5 {
        width: 40px !important;
    }
    .header {
        padding-top: 40px !important;
        padding-bottom: 25px !important;
    }
    .offer-card {
        width: 80% !important;
    }
    .offer-card:nth-child(1) {
        margin-bottom: 20px !important;
    }
    .offer-card:nth-child(2) {
        margin-bottom: 20px;
    }
    .offerCardsContainer {
        padding-top: 10px !important;
    }
    .recommend {
        line-height: 45px !important;
    }
    .recommendContainer {
        padding-top: 96px !important;
    }
    .cloud-6 {
        width: 40px !important;
    }
    .cloud-7 {
        width: 60px !important;
    }
    .cloud-8 {
        width: 50px !important;
    }
    .cloud-9 {
        width: 45px !important;
    }
    .cloud-10 {
        width: 45px !important;
    }
    .callUs{
        font-size: 13px!important;
        padding: 10px 20px!important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 640px) {
    .flyingplane {
        width: 370px !important;
        margin-right: 6.25rem !important;
    }
    .flyingplaneOnetime {
        width: 370px;
        margin-right: 6.25rem !important;
    }
    .cloud-1 {
        margin-right: 2.5rem !important;
        transform: translateY(-105px) !important;
        width: 160px;
    }
    .cloud-2 {
        width: 95px;
        right: -2.8rem !important;
        transform: translateY(-190px) !important;
    }
    .cloud-3 {
        right: 5rem !important;
    }
    .cloud-5 {
        right: 5rem !important;
    }
    .planeSection {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1351px) and (min-width: 1281px) {
    .cloud-2 {
        right: -5rem !important;
    }
}

@media only screen and (max-width: 1023px) and (min-width: 767px) {
    .girl-with-laptop {
        padding-top: 80px !important;
    }
}

@media only screen and (max-width: 1800px) and (min-width: 1400px) {
    .mountain2 {
        top: 0% !important;
    }
    .mountain3 {
        top: 23.4% !important;
    }
    .offerCardsContainer {
        width: 80% !important;
    }
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
    .mountain2 {
        top: -0.5% !important;
    }
    .mountain3 {
        top: 23.1% !important;
    }
    .offerCardsContainer {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1400px) {
    .mountain2 {
        top: -0.4% !important;
    }
}

@media only screen and (min-width: 1801px) {
    .mountain3 {
        top: 23.5% !important;
    }
}

@media only screen and (max-width: 639px) and (min-width: 481px) {
    .flyingplane {
        width: 320px !important;
        margin-right: 6.25rem !important;
    }
    .flyingplaneOnetime {
        width: 320px !important;
        margin-right: 6.25rem !important;
    }
    .cloud-1 {
        margin-right: 4.8rem !important;
        transform: translateY(-95px) !important;
        width: 110px;
    }
    .cloud-2 {
        width: 80px;
        right: -0.5rem !important;
        transform: translateY(-150px) !important;
    }
    .cloud-3 {
        right: 80px !important;
        width: 70px !important;
    }
    .cloud-5 {
        right: 80px !important;
        width: 75px !important;
    }
}

@media only screen and (max-width: 480px) {
    .flyingplane {
        width: 240px !important;
        margin-right: 0 !important;
    }
    .flyingplaneOnetime {
        width: 240px !important;
        margin-right: 0 !important;
    }
    .cloud-1 {
        margin-right: 4.8rem !important;
        transform: translateY(-75px) !important;
        width: 80px;
    }
    .cloud-2 {
        width: 60px;
        right: 0.5rem !important;
        transform: translateY(-120px) !important;
    }
    .cloud-3 {
        right: 90px !important;
        width: 50px !important;
    }
    .planeSection {
        margin-top: 50px;
    }
    .cloud-4 {
        display: none;
    }
    .header-text-content h2 {
        font-size: 40px !important;
        line-height: 50px !important;
    }
    .header-text-content p {
        font-size: 16px !important;
    }
    .header-content {
        padding-top: 30px !important;
    }
    .app-content {
        padding-top: 50px !important;
    }
    .laptopGirl {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
    .mountain2 {
        top: -0.5% !important;
    }
    .mountain3 {
        top: 23.5% !important;
    }
    .offerCardsContainer {
        width: 98% !important;
    }
}

@media only screen and (max-width: 1099px) {
    .getNow {
        font-size: 10px !important;
        padding: 4px 14px !important;
    }
    .aroundTheCityHeader{
        padding-bottom: 80px;
        padding-top: 0px!important;
    }
    #laptopGir {
        padding-top: 0px!important;
    }
}

@media only screen and (max-width: 680px) {
    .girl-with-laptop {
        padding-top: 60px !important;
    }
    .callUs{
        padding: 4px 20px!important;
    }
}

@media only screen and (max-width: 572px) {
    .plan-section h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .plan-section p {
        font-size: 16px;
        line-height: 27.28px;
    }

    .laptopGirl h2 {
        font-size: 36px;
        line-height: 44px;
    }
}
@media only screen and (max-width: 678px) and (min-width: 573px) {
    .app-content {
        padding-top: 60px !important;
    }
}

@media only screen and (max-width: 572px) {
    .app-content h2 {
        font-size: 36px;
        line-height: 44px;
    }
    .app-content p {
        font-size: 16px;
        line-height: 27.28px;
    }
}

/* @media only screen and (max-width: 680px) {
  .app-content {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 866px) and (min-width: 679px) {
  .app-content {
    margin-top: -60px;
  }
}

@media only screen and (min-width: 1544px) {
  .app-content {
    margin-top: -100px;
  }
} */
/*
  .flip-horizontal {
    transform: scaleX(-1)!important;
  } */

.popular-card:hover .popular-button {
    background-color: var(--button-color);
    border-color: var(--white);
    color: var(--white) !important;
}

.popular-card:hover .popular-text {
    color: var(--white);
}

.popular-card h4 {
    color: var(--olive-green);
}

.image-default {
    opacity: 1;
}

.image-hover {
    opacity: 0;
}

.popular-card:hover .image-default {
    opacity: 0;
}

.popular-card:hover .image-hover {
    opacity: 1;
}
.image-default,
.image-hover {
    transition: opacity 0.3s ease;
}

.offer-card:hover .icon-default {
    opacity: 0;
}

.offer-card:hover .icon-hover {
    opacity: 1;
}

.offer-card:hover .arrow-default {
    opacity: 0;
}

.offer-card:hover .arrow-hover {
    opacity: 1;
}
.offer-card:hover {
    /* background: var(--aqua-green) !important;   */
    background: var(--custom-card-hover);
}

.offerCardsContainer h4 {
    color: var(--bright-green);
}

@media only screen and (min-width: 1544px) {
    .app-content {
        padding-bottom: 0px !important;
    }
}

.mountainRiverSection {
    position: relative;
    margin-top: -260px;
    /* background: linear-gradient(180deg, #f6fcfe00, #d6f2fc); */
    background: linear-gradient(180deg, transparent, #f6fbfe, #f1fafe);
}
.mountain1 {
    width: 70vw;
    display: flex;
}

.mountain2 {
    width: 100vw;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    justify-content: flex-end;
}
.mountain3 {
    width: 70vw;
    display: flex;
    position: absolute;
    top: 16.5%;
}
.mountain4 {
    width: 100vw;
    display: flex;
    margin-right: 0;
    justify-content: flex-end;
}

#mobile-menu li {
    margin-top: 0 !important;
    margin-bottom: 2px !important;
}

.animate-float {
    animation: floatAnimation 5s ease-in-out infinite;
}

footer {
    font-family: var(--primary-font);
}

@keyframes floatAnimation {
    0%,
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    25% {
        transform: translate(10px, -10px) rotate(-2deg) scale(1.05);
    }
    50% {
        transform: translate(-10px, 10px) rotate(2deg) scale(0.95);
    }
    75% {
        transform: translate(5px, -5px) rotate(-1deg) scale(1.02);
    }
}

@media only screen and (min-width: 1281px) and (min-width: 1440px) {
    .mountainRiverSection {
        margin-top: -220px!important;
    }
}

.cloud-4-animation {
    animation: cloud4Animation 20s ease-in-out infinite;
}

@keyframes cloud4Animation {
    0% {
        transform: translateX(250px);
        opacity: 0;
    }
    30% {
        transform: translateX(125px);
        opacity: 1;
    }
    70% {
        transform: translateX(-125px);
        opacity: 1;
    }
    100% {
        transform: translateX(-250px);
        opacity: 0;
    }
}

.flyingplane {
    animation: flyingPlane 15s normal infinite;
}

.flyingplaneOnetime {
    animation: flyingPlaneOnetimeAnim 6s ease-in-out forwards,
        flyingplaneRunningAnim 3.5s 7s ease-in-out forwards,
        flyingplaneFlyAnim 8s 11s infinite;
}

@keyframes flyingPlane {
    0% {
        transform: translate(650px, -550px) rotate(-50deg);
    }
    15% {
        transform: translate(0, 50px) rotate(0deg);
    }
    30% {
        transform: translate(80px, 50px) rotate(5deg);
    }
    50% {
        transform: translate(-1600px, -500px) rotate(20deg);
    }
    51% {
        transform: translate(-1600px, -1000px) rotate(20deg);
    }
    52% {
        transform: translate(800px, -1000px) rotate(-80deg);
    }
    65% {
        transform: translate(270px, 150px) rotate(-0deg);
    }
    75% {
        transform: translate(350px, 150px) rotate(5deg);
    }
    100% {
        transform: translate(-1800px, -200px) rotate(10deg);
        transition-timing-function: ease-in;
    }
}
@keyframes flyingPlaneOnetimeAnim {
    0% {
        transform: translate(650px, -550px) rotate(-50deg);
    }
    25% {
        transform: translate(0, 50px) rotate(0deg);
    }
    50% {
        transform: translate(80px, 50px) rotate(5deg);
    }
    100% {
        transform: translate(-1600px, -500px) rotate(20deg);
    }
}
@keyframes flyingplaneRunningAnim {
    0% {
        transform: translate(800px, -400px) rotate(-30deg);
        opacity: 0.2;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes flyingplaneFlyAnim {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    30% {
        transform: translate(-5px, -50px) rotate(3deg) scale(1);
    }
    65% {
        transform: translate(0px, 50px) rotate(-2deg) scale(0.99);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1);
    }
}

@media (max-width: 1099px) and (min-width: 768px) {
    @keyframes flyingPlane {
        0% {
            transform: translate(650px, -550px) rotate(-50deg);
        }
        15% {
            transform: translate(100px, 50px) rotate(0deg);
        }
        30% {
            transform: translate(180px, 50px) rotate(5deg);
        }
        50% {
            transform: translate(-1600px, -500px) rotate(20deg);
        }
        51% {
            transform: translate(-1600px, -1000px) rotate(20deg);
        }
        52% {
            transform: translate(800px, -1000px) rotate(-80deg);
        }
        65% {
            transform: translate(150px, 150px) rotate(-0deg);
        }
        75% {
            transform: translate(200px, 150px) rotate(5deg);
        }
        100% {
            transform: translate(-1800px, -200px) rotate(10deg);
        }
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
    .cloud-7 {
        width: 60px;
    }
    .cloud-8 {
        width: 50px !important;
    }
    .cloud-9 {
        width: 70px !important;
    }
    .mountainRiverSection{
        margin-top: -180px;
    }
}

@media (max-width: 767px) {
    .mountainRiverSection{
        margin-top: -170px;
    }
    .header-text-content{
        margin-top: 20px;
    }
    .downloadAppImage{
        width: 100px!important;
    }
    .recommendSectionText{
        transform: translateY(-20px)!important;
    }
    .alertify .ajs-dialog{
        max-width: 90%!important;
    }
    @keyframes flyingPlane {
        0% {
            transform: translate(650px, -550px) rotate(-50deg);
        }
        15% {
            transform: translate(100px, 50px) rotate(0deg);
        }
        30% {
            transform: translate(180px, 50px) rotate(5deg);
        }
        50% {
            transform: translate(-1600px, -500px) rotate(20deg);
        }
        51% {
            transform: translate(-1600px, -1000px) rotate(20deg);
        }
        52% {
            transform: translate(800px, -1000px) rotate(-80deg);
        }
        65% {
            transform: translate(80px, 0px) rotate(-0deg);
        }
        75% {
            transform: translate(100px, 0px) rotate(5deg);
        }
        100% {
            transform: translate(-1800px, -200px) rotate(10deg);
        }
    }
    .cloud-3 {
        right: -70px !important;
    }
    .cloud-5 {
        right: -0px !important;
    }
}
@media (min-width: 768px) {
    .plan-card1.animate-card1 {
        animation: plan-card1-animation 2s ease normal;
    }

    .plan-card2.animate-card2 {
        animation: plan-card2-animation 2s ease normal;
    }

    .plan-card3.animate-card3 {
        animation: plan-card3-animation 2s ease normal;
    }

    .plan-card4.animate-card4 {
        animation: plan-card4-animation 2s ease normal;
    }

    .plan-card5.animate-card5 {
        animation: plan-card5-animation 2s ease normal;
    }

    .plan-card6.animate-card6 {
        animation: plan-card6-animation 2s ease normal;
    }
}

@keyframes plan-card1-animation {
    0% {
        transform: translate(-500px, -400px) scale(0);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes plan-card2-animation {
    0% {
        transform: translate(0, -200px) scale(0);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes plan-card3-animation {
    0% {
        transform: translate(500px, -400px) scale(0);
    }
    100% {
        transform: translate(0, 0) scale(1);
    }
}

@keyframes plan-card4-animation {
    0% {
        transform: translate(-500px, 400px) scale(0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
}

@keyframes plan-card5-animation {
    0% {
        transform: translate(0, 200px) scale(0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
}

@keyframes plan-card6-animation {
    0% {
        transform: translate(500px, 400px) scale(0);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}
@keyframes pulsePlus {
    0%,
    100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

.header-text-content h2 {
    animation: fadeIn 3s ease forwards;
}

.header-text-content p {
    animation: slideIn 3s ease forwards;
}

.header-text-content button {
    animation: pulsePlus 2s ease-in-out infinite;
}

.cloud-4 {
    position: relative;
    opacity: 0;
    transform: translateX(-100px);
    animation: cloudMove 8s ease-in-out infinite;
}

@keyframes cloudMove {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translateX(350px);
        opacity: 0;
    }
}

.cloud-3 {
    opacity: 0;
    transform: translateX(0);
    /* animation: cloud3Move 20s ease-in-out normal; */
    animation: cloud3Move 13s ease-in-out normal;
}

@keyframes cloud3Move {
    0% {
        transform: translateX(0);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translateX(-300px);
        opacity: 0;
    }
}

.cloud-5 {
    opacity: 0;
    transform: translateX(0);
    /* animation: cloud3Move 16s ease-in-out normal; */
    animation: cloud3Move 9s ease-in-out normal;
}

.cloud-6 {
    opacity: 0;
    transform: translateX(-80px);
    animation: cloud6Move 10s ease-in-out 12s infinite;
}

.cloud-7 {
    opacity: 0;
    transform: translateX(-120px);
    animation: cloud7Move 10s ease-in-out 14s infinite;
}

.cloud-8 {
    opacity: 0;
    transform: translateX(-100px);
    animation: cloud8Move 7s ease-in-out 10s infinite;
}

.cloud-9 {
    opacity: 0;
    transform: translateX(-60px);
    animation: cloud9Move 12s ease-in-out 16s infinite;
}

.cloud-10 {
    opacity: 0;
    transform: translateX(-80px);
    animation: cloud6Move 10s ease-in-out 17s infinite;
}

.cloud-11 {
    opacity: 0;
    transform: translateX(-120px);
    animation: cloud7Move 10s ease-in-out 19s infinite;
}

.cloud-13 {
    opacity: 0;
    transform: translateX(-60px);
    animation: cloud9Move 12s ease-in-out 20s infinite;
}

@keyframes cloud3Move {
    0% {
        transform: translateX(0);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        transform: translateX(-450px);
        opacity: 0;
    }
}

@keyframes cloud6Move {
    0% {
        transform: translateX(-80px);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        transform: translateX(500px);
        opacity: 0;
    }
}

@keyframes cloud7Move {
    0% {
        transform: translateX(-120px);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        transform: translateX(450px);
        opacity: 0;
    }
}

@keyframes cloud8Move {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        transform: translateX(600px);
        opacity: 0;
    }
}

@keyframes cloud9Move {
    0% {
        transform: translateX(-60px);
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    85% {
        opacity: 1;
    }
    100% {
        transform: translateX(450px);
        opacity: 0;
    }
}

/* style for packages.html */

.row {
    padding-inline: 7.5rem;
}
.card {
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #eeeeee;
}

/* .nav-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  background-color: rgba(0, 102, 102, 0.1);
  border-radius: 40px;
  padding: 8px 8px;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.nav-tabs > .nav-item {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 32px;
  color: #2c323f !important;
}
.nav-tabs > .nav-item > .nav-link.active {
  border-radius: 32px !important ;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding-inline: 24px;
  background: linear-gradient(114.1deg, #397a04 -15.96%, #9ac405 368.6%);
  font-weight: 600;
}
.nav-tabs > .nav-item > .nav-link {
  color: #2c323f;
}

.nav-tabs > .nav-item > :hover {
  box-shadow: none;
  border: 1px solid transparent;
  background-color: transparent;
} */

a {
    color: var(--slate-blue) !important;
    text-decoration: none !important;
}

.getNow {
    font-family: var(--primary-font);
}
.bottomBar {
    border-bottom: 1px solid var(--pale-gray) !important;
}

.trackingWider:hover a {
    letter-spacing: 1px;
    transition: letter-spacing 0.3s ease;
}

.aroundTheCity {
    font-weight: 800 !important;
    color: var(--primary-color);
    /* position: absolute; */
    /* top: 0; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* padding-top: 60px; */
}

@media only screen and (max-width: 1500px) and (min-width: 1200px) {
    .plan-section {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .plan-section {
        padding-bottom: 40px;
    }
    .aroundTheCity {
        padding-top: 0px;
        top: -60px;
        width: 100%;
    }
}

.boy-with-mobile {
    padding-bottom: 400px;
}

@media only screen and (max-width: 1800px) {
    .boy-with-mobile {
        padding-bottom: 21%;
    }
}

.nunito {
    font-family: var(--primary-font);
}

.bg-custom-icon-gradient {
    background-image: linear-gradient(#1c6f1e 0%, #2f9132 57%, #2ab626 100%);
}

.bg-button-color {
    --tw-bg-opacity: 1;
    background-color: rgb(255 152 82 / var(--tw-bg-opacity, 1));
}

.zoomOut {
    transform: scale(0.9);
}

@media only screen and (max-width: 1024px) {
    .zoomOut {
        transform: scale(1) !important;
    }
}

@media only screen and (max-width: 767px) {
    .headerContainer {
        padding-bottom: 30px !important;
    }
}

.gradient-text {
    font-size: 2rem;
    font-weight: bold;
    background: linear-gradient(to bottom, #2ab626, #2f9431);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.offer-card:hover .gradient-text {
    background: linear-gradient(to bottom, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.modalHeader {
    font-family: var(--primary-font);
    padding-left: 10px;
    border-left: 5px solid #2a962c;
}
.modalInputField {
    width: 100%;
    padding: 10px 10px!important;
    /* box-shadow: 0px 0px 8px 2px #ededed inset; */
    border: 1px solid #ebebeb;
    border-radius: 10px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.modalInputField:focus {
    border: 1px solid #2a962c;
    box-shadow: none;
}

#modalInputField:focus-visible{
    border: 1px solid #2a962c!important;
    box-shadow: none;
}
.referralOffer {
    font-family: var(--primary-font);
    font-size: 14.5px;
    letter-spacing: 1px;
}
.referralOfferDescription {
    font-family: var(--primary-font);
    font-size: 11.5px;
    letter-spacing: 1px;
    width: 100% !important;
}

.modalCloseButton {
    color: #e93d3d !important;
    padding: 6px 15px;
    border-radius: 30px;
    border: 1px solid #f18282;
}

.modalSubmitButton {
    color: #fff !important;
    padding: 6px 15px;
    border-radius: 30px;
    border: 1px solid #328d35;
    background: linear-gradient(270deg, #4cb656, #1b741e);
}

.textAreaRequirement {
    font-family: var(--primary-font);
    font-size: 14px;
}

.recommendContainerImages {
    transform: scale(0.75);
}

.cloud-4 {
    width: 150px;
}

.cloud-3 {
    width: 70px !important;
}

.cloud-5 {
    width: 60px !important;
}

.cloud-7 {
    width: 80px;
}

.referButton:hover {
    color: #fff !important;
}

.alertify .ajs-dialog{
    border-radius: 25px !important;
}

.alertify .ajs-header{
    border-radius: 25px 25px 0 0 !important;
    padding: 1.5rem 2rem 1rem 2rem!important;
}

.alertify .ajs-footer {
    border-radius: 0 0 25px 25px !important;
}

.ajs-header{
    font-family: var(--primary-font)!important;
    font-weight: 600 !important;
}

.ajs-content{
    font-family: var(--primary-font)!important;
    letter-spacing: 1px!important;
}

.alertify .ajs-dialog{
    background-color: #eaf7ea!important;
    max-width: 700px !important;
}
.ajs-ok {
    background: linear-gradient(270deg, #4cb656, #1b741e)!important;
    border-radius: 8px!important;
}
.ajs-cancel{
    border-radius: 8px!important;
    border: 1px solid #dfdfdf;
}
