@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    padding: 0px;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    overflow-x: hidden;
    object-fit: cover;

}


/* */

.course-price-video {
    overflow: hidden;
    object-fit: cover;
}

.course-price-video img {
    max-width: 350px;
    max-height: 400px;
    object-fit: cover;
}

.row .course-price {
    border: 2px solid black;
    height: fit-content;
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgb(94, 94, 94);
    top: 180px;
    left: 70%;
}

@media (max-width: 1000px)
{
    .row .course-price{
        display: none;
    }

    .row .full-stack-about{
        width: 98% !important;
        margin-left: 5px !important; 
    }

    .price-page{
        display:block !important;
        margin-top: -300px;
    }  

    .price-page-fullstack{
        display:block !important;
        /* margin-top: -100px; */
    }

    .industries-we-serve{
        margin-top: 0 !important;
    }

    .batch-box-section .batch-box{
        display: flex;
        justify-content: space-around;
    }
    

    .batch-box-main{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .batch-box-section{
        display: flex;
        justify-content: flex-start;
    }
    
}
@media (max-width: 500px)
{
    .full-stack-head{
        height:20vh !important;
    }
    .full-stack-head h2{
        font-size: 25px !important;
    }
    .price-page{
        display:block !important;
        margin-top: -200px;
    } 

    .price-page-fullstack{
        display:block !important;
        margin-top: 180px;
    }
    .col-lg-1{
        display: none;
    }
    .col-lg-3{
        display: none;
    }
    .batch-box-section{
        justify-content: center;
    }
}

.price-page-fullstack{
    display: none
}
@media (max-width: 350px)
{
    .full-stack-head{
        height:20vh !important;
    }
    .full-stack-head h2{
        font-size: 22px !important;
    }
    .price-page{
        display:block !important;
        margin-top: 0;
    } 
    .batch-box-section{
        justify-content: center;
    }
}

@media (min-width: 1000px){
    .col-md-2{
        display: none;
    }

    .online-class-section .col-lg-4{
        flex: 0 0 32.333333%;
        margin-bottom: 10px;
    }
}

.online-class-section .col-lg-4{
    margin-bottom: 10px;
}

.course-price-includes ul{
    padding-left: 0;
}

/* this is whatsapp fixed */

.whatsapp {
    pointer-events: all;
    cursor: pointer;
    position: fixed;
    z-index: 997;
    top: 92%;
    left: 7%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%), 0 2px 32px 0 rgb(0 0 0 / 16%);
    background-color: #4fce5d;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    transition: 0.5s ease;
}

.whatsapp .fa-whatsapp {
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}

.whatsapp:hover {
    background-color: white;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%), 0 2px 32px 0 rgb(0 0 0 / 16%);
}

.whatsapp:hover .fa-whatsapp {
    color: black;
}


/* */

.yt-video-front {
    padding: 50px;
}

.yt-video-content {
    padding: 50px;
}

/* Talk to Expert */


.talk-to-expert-fixed button {
    transform: rotate(90deg) translate(0%, -50%);
    padding: 8px 15px;
    background-color: #1a397c;
    position: fixed;
    right: -52px;
    top: 50%;
    z-index: 60;
    color: rgb(233, 231, 231);
    border-radius: 0;
    border: none;
    cursor: pointer;
    font-size: 16px;
    /* font-weight: 600; */
    transition: all 0.5s ease;
}

.talk-to-expert-fixed button:hover {
    background-color: black;
    color: white;
}



/* Video */

.front-image {
    text-align: center;
}

/* 
.front-image h1{
    font-size: 80px;
    font-weight: 600;
    transition: 0;
} */

/* .front-image a{
    text-decoration: none;
    display: inline-block;
    font: inherit;
    border: 2px solid #fff;
    padding: 14px 70px;
    border-radius: 50px;
} */
/* 
.navbar{
    position: absolute !important;
    background: transparent !important;
    top: 0;
} */

.back-video {
    /* position: absolute; */
    width: 100%;
    /* max-width: 1200px; */
    height: ;
    /* top:1; */
    /* left: 0;
    right: 0; */
    /* z-index: -1; */
    object-fit: contain;
}

.video-container {
    width: 100%;
    height: 100%;
    position: relative;
}

@media (max-width:1150px) {
    .fluid-container .front-image .row .front-card h4 {
        font-size: 17px !important;
        line-height: 50px;
        display: flex;
        text-align: initial;
        margin-left: 20px;
    }
}

.front-image .row a {
    text-decoration: none;
    display: inline-block;
    font: inherit;
    /* border: 2px solid #fff; */
    text-align: center;
    font-size: 20px;

    border-radius: 50px;
}

.front-image {
    position: relative;
}

/* Typing And Typed Text */

.video-container p {
    font-size: 4.5vw;
    width: 90%;
    color: rgb(217, 217, 249);
}

.front-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    padding: 0.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    overflow: hidden;
    /* bottom: 80%; */
    /* height: 100vh; */
    /* display: flex;
     justify-content: center;
     align-items: center; */
    /* transform: translate(-50%, -50%); */
}

.front-text span.typed-text {
    font-weight: bold;
    font-size: 6vw;
    color: #2110a5;
}

/* .front-text span.cursor {
    display: inline-block;
    background-color: rgb(120, 45, 45);
    margin-left: 0.1rem;
    width: 2px;
    animation: blink 1s infinite;
  } */
.front-text span.cursor.typing {
    animation: none;
}


/* Video Added Caed */

.fluid-container .front-image .row {
    width: 100vw;
    /* max-width: 90%; */
    margin: auto;
    /* align-items: center !important; */
    position: relative;
    left: 25;
    /* margin-bottom: 200px; */
    bottom: -35%;
    margin-bottom: 20px;
    /* transform: translateX(-50%); */
    flex-wrap: wrap !important;
}

.col-3 {
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* width: auto !important; */
}

.col-3 h4 {
    font-weight: bold;
    color: white;
    font-size: 23px;
}

/* .col-3 span{
    line-height: 2px;
} */

.fluid-container .front-image .row .front-card {
    background-color: #0093E9 !important;
    background-image: linear-gradient(160deg, #242ea1 0%, #0c1027 100%) !important;
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, 0.5);
    bottom: 80px;
    border: 2px solid black;
    margin: auto;
    border-radius: 30px;
    /* background-color: #05203c; */
    color: rgb(190, 209, 255);
    padding: 29px 10px;
    min-height: 100%;
    margin-bottom: 20px;
    text-align: center;
    align-items: center;
}

.fluid-container .front-image .row .front-card:hover {
    background-color: black !important;
    background: black;
    cursor: pointer;
}

/* .glr{
    position: absolute;
    width: 50px;
    height: 250px;
    background: white;
    transform: translateX(-200px) skew(-45deg);
    animation: animate 5s linear infinite;
}
@keyframes animate{
    0%{
        transform: translateX(-200px) skew(-45deg);
    }
    50%{
        transform: translateX(600px) skew(-45deg);
    }
    100%{
        transform: translateX(-200px) skew(-45deg);
    }
} */

.fluid-container .front-image .row .front-card h4 {
    font-size: 20px;
    line-height: 50px;
    display: flex;
    text-align: initial;
    margin-left: 20px;
}

.fluid-container .front-image .row .front-card span {
    line-height: 30px;
    display: flex;
    text-align: initial;
    margin-left: 20px;

}

.col-3 {
    max-width: 100% !important;
}


.line {

    width: 35px;
    height: 4px;
    background: rgb(0, 0, 120);
    margin-bottom: 10px;
}



/* 
.fluid-container .front-image .row .front-card:hover{
    background-color: black;
    cursor: pointer;
}

.fluid-container .front-image .row .front-card h4{
    line-height: 50px;

}

.fluid-container .front-image .row .front-card span{
    line-height: 30px;

} */

.col-3 {
    max-width: 100% !important;
}




/* Enroll Container */
.enroll-container {
    color: white;
    background: no-repeat;
    background-image: url("images/abc.png");
    background-position: 100%;
    background-position-x: center;
    object-fit: cover !important;
    width: 100%;
    height: 102vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.enroll-container h2 {
    font-size: 60px;
    font-weight: 600;
}

.enroll-container a {
    margin-top: 20px;
    font-size: 25px;
}

.enroll-container .enroll-button {
    border-radius: 20px;
    box-shadow: 0 1px 12px 0 black;
}

.enroll-container .enroll-button:hover {
    box-shadow: 0 5px 13px 0 black;
}



/* Free Demo */


.free-demo {
    /* text-align: center; */
    max-width: 1200px;
    margin: auto;

    margin-top: 50px !important;
    margin-bottom: 50px !important;

}

.free-demo h2,
.free-demo p {
    text-align: center;
}


.free-demo .content {
    padding: 15px;
    border: 1px solid rgb(161, 159, 159);
    border-radius: 10px;
}

.free-demo .demo-container {

    display: flex;
    justify-content: space-between;
}

.free-demo .demo-container .demo-content span {
    font-weight: bold;
}

.free-demo .demo-container .demo-content input {
    padding: 6px;
    border-top: none;
    border-left: none;
    border-right: none;
    /* border-radius: 7px; */
    box-shadow: none;
}

.free-demo .content .demo-button {
    margin-top: 5px;
    padding: 10px;
    /* border-radius: 5px; */
    text-align: center !important;
}

.demo-content {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.free-demo .content button {
    padding: 10px;
    background-color: rgb(33, 88, 227);
    font-size: 15px;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    cursor: pointer;
    border: none;

}


@media (max-width: 800px) {
    .free-demo .content .demo-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 60%;
    }

    .free-demo .content .demo-container .demo-content {
        margin-top: 38px;
        margin-left: 10px;
    }

}



/* Why US */


.why-us h2 {
    align-items: center;
    text-align: center;
    margin-top: 30px;
}

.why-us p {
    text-align: center;
    max-width: 1200px;
    margin: auto;
    line-height: 28px;
    width: 60%;
    margin-bottom: 20px;

}

.why-us img {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.why-us button {
    display: flex;
    align-items: center;
    margin: auto;
    font-size: 20px;
    padding: 14px;
    cursor: pointer;
    color: black;
    background-color: yellow;
    font-weight: 550;
    border-radius: 10px;
    margin-bottom: 20px !important;
}


@media (max-width: 650px) {
    .why-us img {
        width: 92%;
    }
}

/* cta container */



.cta-container {
    padding-top: 30px;
    line-height: 40px;
    align-items: center;
    text-align: center;
    width: 100%;
}


.cta-container h2 {
    padding: 20px;
    padding-top: 40px;
    max-width: 1200px;
    margin: auto !important;
    font-size: 35px;
}

.cta-container h5 {
    padding-bottom: 20px;
    font-size: 15px;
    max-width: 1200px;
    margin: auto !important;
}


.cta-container .blue-container {
    /* margin-top: 10px; */
    border-radius: 30px;
    /* background-color: rgb(31, 37, 152); */
    background-color: #3f4584;
    background-image: linear-gradient(19deg, #3f4584 0%, #393ddf 100%);

    color: white;
    padding: 0 20px;
    /* width: 50%; */
    max-width: 1200px;
    margin: auto !important;
    /* margin-left: 25%; */
    align-items: center;
    text-align: center;
    margin-bottom: 50px !important;
}

.cta-container .blue-container-text {
    padding-top: 20px;
}

.cta-container-button button {
    font-size: 15px;
    background-color: rgb(236, 244, 221);
    color: black;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    cursor: pointer;
    min-width: 64px;
    padding: 10px;
    border-radius: 9px;
    margin-bottom: 15px;
    border: 1px solid rgba(123, 186, 140, 0.5);
}

.cta-container-button button:hover {
    background-color: black;
    color: white;
}

/* Social Container */

.social-container {
    width: 100% !important;
    max-width: none;
    align-items: center;
    justify-content: space-between;
    /* border: 2px solid blue; */
    background-color: rgb(18, 9, 61) !important;
    padding: 40px;
    /* object-fit: cover !important; */
}

.social-container-text {
    text-align: center;

}

.social-container-link {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 50px;
    /* border: 2px solid blue; */
}

.social-container-link a {
    font-size: 30px;
}

.social-container-link-insta {
    color: rgb(133, 17, 36);
}


@media(max-width: 900px) {
    .fluid-container .front-image .row {
        flex-direction: column;
        max-width: 75%;
    }

    /* .back-video{
        object-fit: fill;

    } */
}


@media(max-width: 650px) {
    .fluid-container .front-image .row {
        flex-direction: column;
        max-width: 100%;
    }

    .back-video {
        overflow-x: hidden;
        object-fit: fill;
        width: 200%;
        height: 100%;
    }

}

@media(max-width: 400px) {
    .fluid-container .front-image .row {
        flex-direction: column;
        max-width: 100%;
    }

    /* .back-video{
        width: 250%;
    } */

    .fluid-container .front-image .row .front-card {
        display: none;
    }

    .yt-video-front {
        padding: 0 5px;
    }

    .e-learning-section .container {
        margin-top: 0;
    }

    .yt-video-content {
        padding: 5px;
    }

    .yt-video-content h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .yt-video-content p {
        font-size: 16px;
    }

    .yt-video-content ul li .d-flex .ps-4 {
        padding-left: 20px !important;
    }


    .dedicated-links {
        padding: 0;
    }

    .course-content .course-video {
        flex: 0 0 100% !important;
        padding-left: 20px !important;
        padding-right: 0;

    }

    .course-about-section {
        flex: 0 0 100% !important;
        padding-left: 30px !important;
        padding-right: 0;
    }

    .course-button button a {
        font-size: 15px;
    }

    .course-about-section .course-about .intro h3 a{
        font-size: 17px;
    }

    .course-about-section .course-about .intro p{
        font-size: 11px;
        text-align: center;
    }

    .developer-program .price .content #item h6{
        font-size: 13px !important;
        font-weight: bold;
    }

    .info .info-text h6{
        font-size: 13px;
    }

    .info .info-text p{
        font-size: 12px;
    }

    .get-in-touch-content .img-section {
        padding: 0;
        margin-bottom: 18px;
    }

    .get-in-touch-content .get-in-content {
        padding: 3px;
    }

    .get-in-touch-content .get-in-content .first-row,
    .get-in-touch-content .get-in-content .second-row {
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 16px;
        gap: 16px;
    }

    .reason-container h2 {
        font-size: 30px;
        padding: 5px;
    }

    .reason-cont .reason span {
        font-size: 18px !important;
    }

    .reason-container-content {
        padding: 11px !important;
    }


    .enroll-container {
        height: 60vh;
    }

    .enroll-container h2 {
        font-size: 29px !important;
    }

    .enroll-container p {
        font-size: 15px !important;
    }

    .enroll-container a {
        font-size: 18px;
    }


    .testimonial .row .col-lg-4 {
        padding: 0 25px;
    }

    .video-test {
        padding: 0 !important;
    }

    .video-test:hover {
        box-shadow: none !important;
    }

    .card-text {
        padding: 20px 2px !important;
    }

    .free-demo h2 {
        font-size: 20px;
        font-weight: bold;
        padding: 5px;
    }

    .free-demo p {
        text-align: start;
        font-size: 15px;
        padding: 5px;
    }

    .free-demo .content {
        padding: 5px;
    }

    .free-demo .content .demo-container {
        width: 100%;
    }


    .tech-stack .tech-stack-head h2 {
        font-size: 25px;
        padding: 0 8px;
    }

    .tech-stack .tech-stack-head p {
        font-size: 15px;
        padding: 0 8px;
    }

    .tech-stack-image .tab-pane .img-plat .row .tech-tab-img {
        display: flex;
        flex-direction: column;
    }

    .tech-stack-image .tab-pane .img-plat .row .tech-tab-img img {
        margin-bottom: 20px;
        width: 100%;
    }

    .tech-stack-image .tab-pane .img-plat .row2 {
        display: none;
    }


    .why-us h2 {
        padding: 0 8px;
        font-size: 22px;
        text-align: center;
    }

    .why-us p {
        padding: 0 8px;
        text-align: start;
        margin: 0;
        width: 100%;
        padding-bottom: 10px;
    }

    .why-us img {
        border-radius: 0 !important;
        width: 100%;
        padding: 0;
    }

    .work-at h2 {
        padding: 0 5px;
        font-size: 22px;
        text-align: start
    }

    .work-at span {
        padding: 0 -15px !important;
        font-size: 15px !important;
        text-align: start
    }

    .logos {
        width: unset !important;
    }


    .Break-through .head h2 {
        padding: 0;
        font-size: 20.5px;
        text-align: start;
    }

    .Break-through .head span {
        padding: 0;
        font-size: 15px;
        text-align: start !important;
    }


    .cta-container h2 {
        padding: 5px 10px;
        font-size: 23px;
        text-align: start;
    }

    .cta-container h5 {
        padding: 10px;
        padding-bottom: 15px;
        text-align: start;
    }

    .cta-container .blue-container {
        border-radius: 5px;
        padding: 0 !important;
        margin: 0 !important;
        height: 49vh;
    }

    .cta-container h2 {
        padding: 5px 10px;
        font-size: 23px;
        text-align: start;
        line-height: 33px;
    }

    .cta-container-button {
        display: flex;
        gap: 10px;
        padding: 10px;
    }

    .cta-container-button button a {
        font-size: 16px;
        line-height: 23px;
    }

    .cta-container-button button {
        margin: 10px 5px;
    }

    .pn_reviews {
        margin: 0 !important;
        padding: 0 !important;
    }

    .pn_reviews .container .col-md-12 .text-center {
        font-size: 25px;
        padding: 5px;
        margin: 0;
        text-align: start !important;
    }

    .pn_reviews .container {
        padding: 0 !important;
    }


    /* Cards


*/


    .nftProject {
        margin-top: 0 !important
    }

    .homenftProject .container {
        max-width: 75%;
        gap: 20px !important;
    }

    .homenftProject {
        background: #ededed;
        /* margin-top: -100px */
    }


    .homenftProject .nftInside .nftLogo {
        margin: 0 !important
    }

    .homenftProject .nftInside:hover,
    .homenftProject .nftInside.active-view {
        /* background: #1c73f8; */
        margin-top: 0
    }

    .homenftProject .nftInside .winner {
        margin: 15px 0
    }

    .homenftProject .nftInside h3 {
        font-size: 20px;
        width: 90%;
        margin-top: 5px
    }

    .homenftProject .linkboxnft {
        margin-top: 20px
    }

    .homenftProject .nftInside h3::after {
        display: none
    }

    .homenftProject .nftInside img {
        width: 200px
    }


    .card-container .front-card {
        /* bottom: 80px; */
        border: 2px solid black;
        margin: auto;
        border-radius: 23px;
        background-color: #05203c;
        color: rgb(190, 209, 255);
        position: relative;
        padding: 29px 10px;
        min-height: 100%;
        margin-bottom: 20px;
        text-align: center;
        align-items: center;
    }

    /* .card-container .front-card:hover{
    background-color: black;
    cursor: pointer;
} */

    .card-container .front-card h4 {
        line-height: 50px;

    }

    .card-container .front-card span {
        line-height: 30px;

    }
}

.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
  }