@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css);

/* @import url(css/animate.css); */
/* Global */
:root {
    --BlueColor: #0f1244;
    --YellowColor: #fdc700;

    --Poppins: "Poppins", sans-serif;
}

img {
    max-width: 100%;
}

::selection {
    background-color: var(--YellowColor);
    color: #fff;
}

html {
    scroll-behavior: smooth;
    transition: 0.5s;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 30px;
    margin: 0px;
    padding: 0px;
    font-family: var(--Poppins);
}

ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

li {
    padding: 0px;
    margin: 0px;
    font-size: 15px;
    font-family: var(--Poppins);
}

a {
    font-size: 15px;
    text-decoration: none;
    font-family: var(--Poppins);
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    font-family: var(--Poppins);
}

body {
    padding: 0px;
    margin: 0px;
    box-sizing: content-box;
    font-family: var(--Poppins);
    overflow-x: hidden;
}

span {
    padding: 0px;
    margin: 0px;
    font-family: var(--Poppins);
}

input {
    font-family: var(--Poppins);
}

textarea {
    font-family: var(--Poppins);
}

button {
    font-family: var(--Poppins);
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

select:focus {
    outline: none;
}

header {
    background-color: var(--BlueColor);
}

.header_social_media i {
    margin-right: 15px;
}

.header_email-and-phone ul li {
    margin-left: 17px;
}

.logo img {
    width: 100%;
}

.logo {
    width: 10%;
}

.sticky .row-grid {
    display: flex;
    align-items: center;

    justify-content: space-between;
}

.navigation-side ul {
    display: flex;

}

.navigation-side ul li {
    margin-right: 40px;
    font-weight: 500;
}

.navigation-side ul li a {
    color: #444;
    font-size: 18px;
}

.whatsapp a {
    background: #075e54;
    padding: 10px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 8px rgba(0, 94, 84, 0.3);
}

.hero-content span {
    display: inline-flex;
    align-items: center;
    gap: 2.5px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(0.375rem);
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    cursor: default;
    font-size: 14px;
}

@media (min-width: 1024px) {
    .hero-content span {
        padding-left: 1.25rem;
        /* lg:px-5 */
        padding-right: 1.25rem;
        /* lg:px-5 */
        padding-top: 0.625rem;
        /* lg:py-2.5 */
        padding-bottom: 0.625rem;
        /* lg:py-2.5 */
    }
}

/* Hover effect */
.hero-content span:hover {
    background-color: rgba(255, 255, 255, 0.15);

}

.slider {
    padding: 100px;
    background-position: center;
    background-attachment: fixed;

}

.hero-content h1 {
    font-size: 41px;
    color: #fff;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 28px;
}

.hero-content p {
    font-size: 15px;
    color: rgba(191, 219, 254, 0.9);

}

.cover-bg {
    /* background: var(--YellowColor); */
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: var(--YellowColor);
    padding: 30px;
    border-radius: 20px;
}

.cover-bg span {
    font-size: 22px;
    text-align: center;
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
}

.cover-bg form input {
    width: 45%;
    height: 45px;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 50px;
    margin-bottom: 15px;
}

.cover-bg form select {
    width: 45%;
    border-radius: 50px;
    height: 45px;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 15px;
}

.cover-bg form {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.cover-bg button {
    border: none;
    background: var(--BlueColor);
    padding: 10px 30px;
    color: #fff;
    border-radius: 30px;

}

.slider-btn a {
    padding: 10px 30px;
    border-radius: 30px;
    background: var(--YellowColor);
}

.aabout_content img {
    border-radius: 15px;
}

.about_content small {
    background: var(--BlueColor);
    padding: 5px 15px;
    border-radius: 100px;
    font-size: 12px;
}

.about_content h2 {
    font-size: 45px;
    font-weight: 400;
}

.about_content h2 span {
    font-weight: 600;
}

.about-section {
    background: url(../img/row-bgimage-2.png);
}

.about_img img {
    border-radius: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#toTop {
    position: fixed;
    bottom: 50px;
    right: 30px;
    cursor: pointer;
    z-index: 9999;
    transition: 0.5s;
}

.accordion {
    width: 100%;
    margin: 20px auto;
    border-radius: 50px;
}

.accordion-header {
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-weight: 400;
    padding: 10px 15px;
}

.accordion-content {
    display: none;

}

.arrow {
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.accordion-item {
    border-radius: 50px;
    background-image: linear-gradient(to bottom right, #1e3a8a, #1e40af);
    color: #ffffff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);

}

.faqs .title span {
    font-size: 32px;
    font-weight: 600;
}

.accordion-item:first-of-type {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
}

.accordion-item:last-of-type {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    white-space: nowrap;

    box-sizing: border-box;
    background-color: var(--YellowColor);
    /* optional border */
}

.marquee {
    display: inline-block;
    font-weight: 600;
    padding-left: 100%;
    animation: scroll-left-right 50s linear infinite;
}

@keyframes scroll-left-right {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee span {
    margin-right: 60px;
}

.marquee i {
    color: var(--BlueColor);
}

.map iframe {
    border-radius: 35px;
    filter: grayscale(1);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.5s;
}

.map iframe:hover {

    filter: grayscale(0);
}

footer {
    background: #fff url(../img/footer1_bg.png);
}

.footer-hyper {
    display: block;
    text-align: center;
    color: var(--BlueColor);
    font-size: 35px;
    margin-bottom: 2px;
    font-weight: 600;
    display: block;
    margin-bottom: 17px;
}


.footer-btn a {
    color: white;

    background-color: var(--YellowColor);
    font-size: small;
    margin: auto;
    border-radius: 9999px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget p {
    line-height: 25px;
}

.full-widget {
    border-radius: 30px;
    padding: 30px;
    background: var(--BlueColor) url(../img/bgs2.png);
    background-position: center;
}

.small-widget span {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: var(--BlueColor);
}


.small-widget a {
    font-size: 14px;
}

.small-widget ul li {
    margin-bottom: 8px;
    border-bottom: 1px solid #15273a;
}

.small-widget a {
    color: #000;
    font-size: 13px;
}

.footer-content {
    text-align: center;

}

.footer-content span {
    font-size: 4rem;
    font-family: var(--Poppins);
    display: block;
    background: linear-gradient(to bottom, #0f1244, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    white-space: nowrap;
    font-weight: 600;
    line-height: 90px;
}

.copy-right {
    background: #f1f1f1;
}

.glow {
    animation: 1s ease-in-out infinite alternate glow
}

@keyframes glow {
    0% {
        text-shadow: 0 0 10px #f3fffd, 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #f3fffd, 0 0 60px #f3fffd, 0 0 70px #f3fffd
    }

    to {
        text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #016098, 0 0 60px #f3fffd, 0 0 70px #f3fffd, 0 0 80px #f3fffd
    }
}

.bounce {
    animation: bounce 965 1.6s ease infinite;
    transform-origin: 50%
}

@keyframes bounce {
    0% {
        transform: translateY(0)
    }

    12.5% {
        transform: translateY(0)
    }

    25% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-15px)
    }

    62.5% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-15px)
    }

    to {
        transform: translateY(0)
    }
}

.pulse {
    animation: 2s infinite pulse-animation
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 #23c76473
    }

    to {
        box-shadow: 0 0 0 20px #23c76473
    }
}

.circle1 {
    /* z-index: 9999; */
    border-radius: 50%;
    position: fixed;
    bottom: 50px;
    left: 30px;
    box-shadow: 0 0 2px 2px #23c76473
}

.up-down-animation {
    animation: 10s linear infinite MoveUpDown
}

@keyframes MoveUpDown {

    0%,
    to {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-30px)
    }
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay {
        overflow-y: auto;
    }

    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
