/** ################################################
###################################  marquee
############################################################################### **/


.marquee {
    position: relative;
    border: 1px solid #777;
    background: linear-gradient(110deg, #fdcd3b 60%, #ffed4b 60%);
    font-family: 'Oswald', serif;
    color: #0089fa;
}

.marquee,
.marquee .headertext {
    padding: 7px;
    background-color: #fff;
    color: #626060;
    font-weight: bold;
}

.marquee .headertext {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 15px 10px;
    border-right: 1px solid #777;
    background: #C8102E;
    color: #fff;
    text-shadow: 1px 1px #111;
}

.marquee marquee {
    line-height: 1.5;
    color: #0089fa;
}

.marquee marquee p {
    margin: 0;
    color: #0067ED
}


/** ########################

end marque #################
############################################# **/

/*-- feature --*/
#feature {
    width: 100%;
    padding: 70px 0;
}

.title-text {
    text-align: center;
    padding-bottom: 70px;
    font-family: "Rajdhani", sans-serif;
}

.title-text p {
    margin: auto;
    font-size: 20px;
    color: hsl(221, 83%, 53%);
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: inline-block;
    font-family: "Rajdhani", sans-serif;
}

.title-text p::after {
    content: '';
    width: 50px;
    height: 35px;
    background: linear-gradient(hsl(221, 83%, 53%), #fff);
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
    transform: rotate(10deg);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.title-text h1 {
    font-size: 50px;
    font-family: "Rajdhani", sans-serif;
}

.feature-box {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;

}

.features {
    flex-basis: 50%;

}

.features-img {
    flex-basis: 50%;
    margin: auto;
}

.features-img img {
    width: 70%;
    border-radius: 10px;
}

.features h1 {
    text-align: left;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 2.2rem;
    font-family: "Rajdhani", sans-serif;
    color: #0b2e8e;
}

.features-desc {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    font-family: "Open Sans", sans-serif;
}

.feature-icon .fa {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    border-radius: 8px;
    color: #0b2e8e;
    border: 1px solid #0b2e8e;
}

.feature-text p {
    padding: 0 20px;
    text-align: initial;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

@media screen and (max-width:770px) {
    .title-text h1 {
        font-size: 35px;
    }

    .features {
        flex-basis: 100%;

    }

    .features-img {
        flex-basis: 100%;

    }

    .features-img img {
        width: 100%;
        border-radius: 10px;
    }

}



/* Overall section styling */
.features-section {
    text-align: center;

    background-color: #fff;
    position: relative;
    display: block;
    padding: 5%;
    z-index: 1;


}



.features-section:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 435px;
    background-color: var(--jetly-primary);
    content: "";
    z-index: -1;
}

.features-section-two {

    position: absolute;
    top: 0;
    left: 50%;
    background-color: #F7F6F0;
    transform: translateX(-50%);
    width: 100%;
    height: 435px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: .60;
    z-index: -1;


}


/*
################################################################################################
#########################################  Service ##############################################
################################################################################################ */


.services-content {
    gap: 20px;
    padding: 20px;
}

.customized-card {
    margin: 0.8rem 0;
}

.card {
    background-color: #f0f9ff;
    /* Adjust background color */
    border-radius: 10px;
    padding: 5rem 30px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin: 10px 0;
    height: 100%;

}

.card img {
    width: 60px;
    /* Icon size */
    margin: 10px auto;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: 0.3s ease;
}


.transition {
    transition-duration: 0.3s;
}


.bgChangeOnHover {
    position: relative;
    z-index: 1;
}

.bgChangeOnHover::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    bottom: 0;
    background: #d8f3d3;
    height: 0;
    transition-duration: 0.4s;
    z-index: -1;
}

.card p {
    font-size: 0.9em;
}

.bg_grad {
    background-image: linear-gradient(to right top, #f3f2ff, #e9f7ff, #e2fcff, #e4fff7, #f1ffeb);
    background-image: linear-gradient(to right top, #CBEDEE, #F3F2F3);
}

.bg_grad2 {
    background-image: linear-gradient(45deg,
            hsl(60deg 47% 93%) 0%,
            hsl(68deg 48% 93%) 11%,
            hsl(75deg 48% 94%) 22%,
            hsl(83deg 48% 95%) 33%,
            hsl(92deg 47% 95%) 44%,
            hsl(101deg 46% 96%) 56%,
            hsl(111deg 44% 96%) 67%,
            hsl(122deg 42% 97%) 78%,
            hsl(132deg 43% 97%) 89%,
            hsl(140deg 43% 97%) 100%);
}

.bg_grad3 {
    background-image: linear-gradient(to right top, #34495E, #34495E, #e2fcff, #34495E, #f1ffeb);
    background-image: linear-gradient(to right top, #CBEDEE, #34495E);
}

.service_link {
    text-decoration: none;
    color: #212529;
}

.service_link:focus,
.service_link:hover {
    color: #212529;
}

.bgChangeOnHover {
    position: relative;
    z-index: 1;
}

.bgChangeOnHover::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    bottom: 0;
    background: #d8f3d3;
    height: 0;
    transition-duration: 0.4s;
    z-index: -1;
}

.bgChangeOnHover:hover::before {
    height: 100%;
}

.glance {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    /* animation: gradient 15s ease infinite; */
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.card-glance {
    background-color: #0b2e8e;
    border-radius: 10px;
    padding: 5rem 30px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin: 10px 0;
}


/**  ---  service --- */
#service {
    width: 100%;
    padding: 70px 0;
    background: #efefef;
}

.service-box {

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
}

.single-service {
    flex-basis: 40%;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
}

.single-service img {
    width: 100%;
    border-radius: 7px;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 7px;
    cursor: pointer;
    background: linear-gradient(rgba(0, 0, 0, 0.5), #0b2e8e);
    opacity: 0;
    transition: 1s;
}

.single-service:hover .overlay {
    opacity: 1;
}

.service-desc {
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: 1s;
}

hr {
    background: #fff;
    height: 2px;
    border: 0;
    margin: 15px auto;
    width: 60%;
}

.service-desc p {
    font-size: 14px;
}

.single-service:hover .service-desc {
    opacity: 1;
    bottom: 40%;
}

@media screen and (max-width:770px) {
    .single-service {
        flex-basis: 100%;
        margin-bottom: 30px;
    }

    .service-desc p {
        font-size: 12px;
    }

    hr {
        margin: 5px auto;
    }

    .single-service:hover .service-desc {
        bottom: 25% !important;
    }
}

.air_plan {
    position: relative;
}

.airplane1 {
    position: absolute;
    width: 250px;
    height: auto;
    bottom: 0;
    right: 0;
    animation: fly1 5s linear infinite;
    z-index: 10000;
}

.airplane2 {
    position: absolute;
    width: 250px;
    height: auto;
    bottom: 0;
    /* Start from the bottom */
    left: 0;
    z-index: 10000;
    /* Start from the left */
    animation: fly4 12s linear infinite;

}

@keyframes fly1 {
    0% {
        transform: translate(0, 0);
        /* Start at the bottom right */
    }

    50% {
        transform: translate(50, 50);
        /* Start at the bottom right */
    }

    100% {
        transform: translate(-100vw, -100vh);
        /* Move to the top left */
    }
}


@keyframes fly4 {
    0% {
        transform: translate(0, 0);
        /* Start at the bottom left */
    }

    100% {
        transform: translate(75vw, -90vh);
        /* Move to the top right and rotate */
    }
}