@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quantico:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* font-family: "Lato", sans-serif; */
/* font-family: "Montserrat", sans-serif; */
/* font-family: "Quantico", sans-serif; */
/* font-family: "Orbitron", sans-serif; */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --lato: "Lato", sans-serif;
    --moseraat: "Montserrat", sans-serif;
    --quantico: "Quantico", sans-serif;
    --orbit: "Orbitron", sans-serif;
    --tag-color: #BD4360;
    --heading-color: #ffffff;
}

body {
    background-image: url("../images/banner.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Common Class */
.container {
    max-width: 1240px;
}

.section_padding {
    padding: 150px 0;
}

.section_tag {
    color: var(--tag-color);
    font-size: 24px;
    font-family: var(--quantico);
}

.section_heading {
    width: 71%;
    font-size: 44px;
    line-height: 1.18;
    font-family: var(--quantico);
    color: var(--heading-color);
    padding: 0 0 80px 0;
    margin: 0 auto;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* common element */
a {
    text-decoration: none;
    color: white;
    font-family: var(--lato);
}

ul {
    list-style: none;
}

/* -----------NAVBAR------------------ */
.navbar_styling_custom {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: transparent;
    border-bottom: 3px solid #513960;
}

.navlogo-text {
    font-family: var(--orbit);
    font-size: 32px;
    font-weight: 600;
}

.navbar_flex_position {
    /* border: 1px solid black; */
    width: 80%;
}

.nav_list li {
    padding: 0 25px;
}

.nav_list .nav_items li a {
    font-family: var(--lato) !important;
    font-size: 18px;
    font-weight: 700;
}

.form_side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* border: 1px solid black; */
    width: 20%;
}

.form_side .language,
button {
    margin-left: 25px;
}

.language i {
    font-size: 20px;
}

.language span {
    font-family: var(--moseraat);
    font-weight: 700;
    font-size: 20px;
    margin-left: 10px;
}

/* -------------Banner----------- */
.banner {
    background-image: url("../images/banner_image.png");
    background-position: right;
    background-repeat: no-repeat;
    height: 100vh;
    /* position: relative; */
    padding: 180px 0;
}

.banner_text {
    font-family: var(--moseraat);
    font-size: 30px;
}

.banner_heading {
    font-size: 90px;
    font-family: var(--quantico);
    width: 41%;
    padding: 40px 0;
    margin: 20px 0;
    position: relative;
}

.banner_heading::after {
    content: url("../images/after_banner.png");
    position: absolute;
    top: 75%;
    left: 90%;
}

.banner h1,
span {
    color: white;
}

.education_simulation span {
    padding: 0 50px;
}

/* AI_DEV_TOOLS */
.ai_dev_tools_text {
    background-image: url("../images/ai_hand_back.png");
    background-position: start;
    background-repeat: no-repeat;
}


.pagination_custom {
    margin-top: 45px;
    position: static;
}

.swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
}

/* Active (selected) bullet */
.swiper-pagination-bullet-active {
    background-color: #EB0BDB;
}

/* About_Us */
.about_us_tag {
    font-size: 20px;
}

.about_us_image img {
    width: 100%;
}

/* Services */
.card_style {
    border-radius: 15px;
    position: relative;
    width: 100% !important;
    height: 100% !important;
}

.sub_images {
    width: 20%;
    position: absolute;
    top: 42.5%;
    left: 10%;
}

.card-body {
    padding: 60px;
}

/* Pricing */
.pricing .card_padding {
    padding: 50px 30px;
}

.pricing .card-title {
    font-family: var(--quantico);
    font-size: 34px;
    font-weight: 700;
}

.pricing .card-text {
    font-family: var(--lato);
    font-size: 18px;
}

.pricing .middle_card_body {
    margin-bottom: 60px;
}

.pricing .middle_card_body_background {
    background-color: #EB0BDB;
    color: white;
}

.pricing .price {
    font-family: var(--quantico);
    font-size: 36px;
    font-weight: 700;
}

.pricing .middle_card_body_background .price span {
    font-size: 24px;
    color: white;
}

.pricing .price span {
    font-size: 24px;
    color: black;
}

.pricing .price_tag {
    font-family: var(--lato);
    font-size: 18px;
}

.pricing .price_tag span {
    margin-left: 20px;
    font-weight: 900;
}

.pricing_list {
    margin: 32px 0 80px 0;
}

.pricing_list ul li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-family: var(--lato);
    font-size: 18px;
}

.pricing_list ul li::before {
    content: url("../images/diamond.png");
    margin-right: 35px;
}

.button_padding {
    padding: 15px 30px;
    border-radius: 35px;
    font-family: var(--lato);
    font-size: 18px;
    font-weight: 700;
}

.small_card_margin {
    margin: 22px 0 50px 0;
}

.small_card_margin li {
    margin-bottom: 16px;
}

.small_card_price {
    margin-top: 50px;
    margin-bottom: 0;
}

/* gallery */


/* Blog */
.latest_blog_content {
    position: relative;
}

.latest_blog_image img {
    width: 100%;
}

/* .latest_blog_content::after {
    content: url("../images/arc.png");
    position: absolute;
    left: 100%;
    top: 100%;
} */


/* FAQ */
.faq_content {
    width: 53%;
    margin: 0 auto;
    text-align: left;
}

.faq_content .section_heading {
    font-size: 44px;
    width: 100%;
}

.faq_content .section_text {
    font-size: 18px;
    font-family: var(--lato);
}

.faq_content .section_tag {
    display: inline-block;
    padding: 0 160px;
}

.accordian_background {
    background-color: transparent !important;
}

.accordion {
    width: 100%;
    margin: 0 auto;
    font-family: Arial, sans-serif;

}

.accordion-header {
    background-color: transparent !important;
    color: white;
    padding: 15px;
    cursor: pointer;
    position: relative;
}

.accordion-header::after {
    content: ">";
    /* right arrow */
    position: absolute;
    right: 20px;
    transition: transform 0.3s;
}

.accordion-header.active::after {
    content: ">";
    transform: rotate(90deg);
}

.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: transparent;
    color: white;
    padding: 0 15px;
}







/* ------------------------------Responsive--------------------------------- */
@media screen and (max-width:1399px) {
    .nav_list li {
        padding: 0 15px;
    }

    .nav_list li a {
        font-size: 14px;
    }

    .language span {
        font-size: 14px;
    }
}

@media screen and (max-width:1199px) {
    .banner_heading {
        font-size: 70px;
        width: 41%;
        padding: 20px 0;
        margin: 40px 0;
    }

    .banner_heading::after {
        top: 78%;
        left: 70%;
    }
}

@media screen and (max-width:991px) {
    .banner_content {
        background-color: rgba(0, 0, 0, .2);
    }

    .banner_text {
        font-family: var(--moseraat);
        font-size: 25px;
    }

    .banner_heading {
        font-size: 70px;
        width: 90%;
        font-weight: 900;
    }

    .faq_content {
        width: 100%;
    }

    .sub_images {
        width: 10%;
        position: absolute;
        top: 65%;
        left: 5%;
    }


}

@media screen and (max-width:757px) {
    .section_heading {
        width: 100%;
    }

    .banner_lower {
        justify-content: space-between !important;
    }

    .education_simulation span {
        padding: 0 25px;
    }

    .sub_images {
        width: 10%;
        position: absolute;
        top: 62%;
        left: 5%;
    }

    .card-body {
        padding: 40px 30px;
    }

}

@media screen and (max-width:575px) {
    .banner_heading {
        font-size: 55px;
        width: 100%;
        padding: 15px 0;
        margin: 30px 0;
    }

    .banner_heading::after {
        content: url("../images/after_banner.png");
        width: 30%;
        overflow: hidden;
        position: absolute;
        top: 85%;
        left: 50%;
    }

    .sub_images {
        width: 10%;
        position: absolute;
        top: 55%;
        left: 5%;
    }
}

@media screen and (max-width:320px) {
    .banner_heading {
        font-size: 36px;
    }

    .banner_text {
        font-size: 12px;
        font-weight: 400;
    }

    .navigate .right_arrow {
        left: 80%;
    }
}