@import url('https://fonts.googleapis.com/css2?family=Atma:wght@400&display=swap');
*{
    box-sizing: border-box;
    list-style-type:none ;
    margin: 0;
    padding: 0;
    outline: none;
    /*text-decoration: none;*/
    font-family: 'Roboto', sans-serif;
    user-select: none;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Roboto', sans-serif;
}
.faq-section {
    background: #E9E9E9;
    padding: 50px 0;
}
.faq{

}
.faq P {
    text-align: center;
    font-size: 14px;
}
.faq span {
    font-weight: 700;
}
.faq h3{
    font-family: "Montserrat", Sans-serif;
    font-size: 40px;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
}
.intro-section{
    height: 600px;
    background: blue;
    animation: mymove 5s infinite;
}
@keyframes mymove {
    from {background-color: green;}
    to {background-color: blue;}
}
.Headtitle {
    color: #fafafa;
    font-size: 50px;
    padding: 30px 100px 90px;
    font-family: 'atma', cursive;
    font-weight: 700;
    text-align: center;
    height: 150px;
}
.sidebar{
    background: #062F69;
    height: 440px;
    padding: 20px;
    margin-top: 0px;
}
.sidebar p {
    font-size: 16px;
    color: #fff;
    font-family: arial;
    line-height: 20px;
}
.sidebar i{
    color: yellow;
}
#countdown{
    height: 90px;
    padding: 10px 0;
    display: block;
}
#countdown span{
    width: 50px;
    height: 30px;
    padding: 18px;
    background-image: linear-gradient(115deg, #2F1FFF 2%, #FF1751 100%);
    color: #ffffff;
    border-radius: 10px;
    font-size: 25px;
    margin-right: 10px;
}
.sidebar h4{
    font-size: 23px;
    text-align: center;
    color: #fff;
    line-height: 0px;
}
.sidebar h3{
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-top: 30px;
    font-weight: 100;
}
.sidebar [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
    border-radius: 10px;
}
.sidebh3 span{
    color: #0386e7;
    font-weight: 700;
    font-size: 17px;
}
.sidebh3 del {
    color: #ee0909;
    font-weight: 700;
    font-size: 17px;
}
.enrollbg {
    background: #f10000;
    padding: 8px;
    display: block;
    border-radius: 10px;
    width: 315px;
}
.enrollbg h2{
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    line-height: 30px;
}
.enrollbg p{
    text-align: center;
    color: #ffffff;
    line-height: 9px;
}
.typed-cursor{
    display: none;
}

.ourcoursebg{
    background: linear-gradient(rgba(8, 8, 8, 0.74), rgba(0, 0, 0, 0.85)), url('../images/homecodebg.jpeg');
    background-attachment: fixed;
    padding: 70px 0;
}
.ourcourse{

}
.ourcourse h2{
    text-align: center;
    color: #2e48c9;
    font-size: 41px;
    font-weight: 900;
    font-family: 'Atma';
}
.ourcourse h3{
    text-align: center;
    color: #fff;
    font-weight: 100;
}
.ourcourse h4{
    text-align: center;
    color: #ed1d32;
}
.card i{
    text-align: center !important;
    color: #2e48c9;
    font-size: 50px;
    margin: 0 105px;
}
.card h4{
    font-size: 19px;
    text-align: center;
    color: #ed1d32;
    text-transform: uppercase;
    font-weight: 900;
}
.card-body{}

/*Our Project*/
.ourprojectbg{
    padding: 60px 0;
}
.ourproject{}
.ourproject h2{
    text-align: center;
    color: #2e48c9;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Atma';
}
.ourproject p{
    text-align: center;
    color: #000b16;
    font-weight: 400;
    font-size: 18px;
    padding: 0 100px;
    line-height: 26px;
    /* font-family: 'Atma'; */
}
.project{background: #2e48c9;padding: 5px;border-radius: 10px;overflow: hidden;}
.project img{border-radius: 10px 10px 0 0;transition: 0.5s all ease-in-out;border: 2px solid #2e48c9;}
.project img:hover{
    transform: scale(1.2);
    cursor: zoom-in;
}
.project h3{text-align: center;color: #fff;padding: 10px;}

/*Investment*/
.investbg{
    background: #001843;
    border: 5px solid #2e48c9;
    border-left: 0;
    border-right: 0;
    padding: 50px 0;
}
.invest{}
.invest h3 {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    font-family: 'atma', sans-serif;
    line-height: 49px;
}
.invest h4{
    color: #f80000;
    font-size: 24px;
}
.invest ul li{
    font-size: 18px;
    color: #fff;
    /* content: "f105"; */
}
.invest ul li i{
    color: #0070bb;
}
.investbtn{
    padding: 70px 0;
}
.mentorbg{
    padding: 60px 0;
}
.mentor img {
    padding: 10px;
    /*border: 6px solid #2e48c9;*/
    border-radius: 10px;
    background: red;
    animation: mymove 5s infinite;
}
@keyframes mymove {
    from {background-color: red;}
    to {background-color: blue;}
}
.mentor p{
    font-family: "Atma", Sans-serif;
    font-size: 19px;
    text-align: justify;
    line-height: 30px;
}
.mentor h4{
    font-family: "Atma", Sans-serif;
    font-weight: bolder;
}
.mentor h5{
    font-family: "Atma", Sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.rainbow {
    position: relative;
    z-index: 0;
    width: 400px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    padding: 2rem;

    &::before {
        content: '';
        position: absolute;
        z-index: -2;
        left: -50%;
        top: -50%;
        width: 200%;
        height: 200%;
        background-color: #399953;
        background-repeat: no-repeat;
        background-size: 50% 50%, 50% 50%;
        background-position: 0 0, 100% 0, 100% 100%, 0 100%;
        background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
        animation: rotate 4s linear infinite;
    }

    &::after {
        content: '';
        position: absolute;
        z-index: -1;
        left: 6px;
        top: 6px;
        width: calc(100% - 12px);
        height: calc(100% - 12px);
        background: white;
        border-radius: 5px;
        animation: opacityChange 3s infinite alternate;
    }
}

@keyframes opacityChange {
    50% {
        opacity:1;
    }
    100% {
        opacity: .5;
    }
}
.whybg{
    padding: 70px 0;
    background: #CCCCCC;
}
.why{}
.why h2{
    font-family: "Atma", Sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #ff0505;
}
.why i {
    color: #06a7e5;
    font-weight: 700;
}
.why ul li{
    font-family: "Atma", Sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.whycode{
    transition: all 1s ease 0s;
    display: block;
    background: #3b3a3a;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 2px 3px 10px rgb(241, 235, 235);
    height: 400px;
}
.num{
    font-size: 20px;
    color: #ccc;
    /* float: left; */
}
.text {
    color: #cb6b00;
    font-size: 17px;
    /* float: left; */
    display: block;
}

#typed-strings, #typed-strings1{
    display: none;
}
.fonts{
    color: #0a58ca !important;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframe-container iframe {
    position: absolute;
    top: 0;
    border: 0;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width:400px) {
    .card i {
        margin: 0 150px;
    }
}