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


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;

}
.Courses{
    /* margin-top: 150px; */
    margin-bottom: 60px;
}

.Courses h2{
    font-weight: bolder;
    font-size: 40px;
    padding: 20px 0;
    align-items: center;
    text-align: center;
}


.course-content{
    /* height: 70vh; */
    height: 100%;
    width: 100vw;
    /* margin-bottom: 100px !important; */
    /* max-width: 1200px !important;
    margin: auto !important; */
    /* border: 2px solid grey; */
    /* background-color: gainsboro; */
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    /* text-align: center; */
   
}

.course-content .course-list{
    flex: 0 0 30%;
    border-right: 1px solid black;
    padding-left: 30px;
    padding-top: 20px;
    position: sticky;
    top:0;
    
}

.course-content .course-list h3{
    font-weight: bold;
    padding-left: 30px;
}

.course-content .course-list p{
    padding-left: 30px;
}

.course-content .course-list ul{
    list-style-type: none;
}

.course-content .course-list ul li{
    position: relative;
    padding-top: 20px;
    padding-bottom: 4px;
    font-size: 17.5px;
    font-weight: 600;
    cursor: pointer;
}

.course-content .course-list ul li:hover{
    color: #00008B;
}

/* .tech-stack-content .tech-stack-list ul li:active */

/* .tech:hover{ */
    /* background: blue; */
/* } */
/* .unl{
    padding: 0px 0px 0px 3px;
    display: inline-block;
    text-decoration: underline !important;
} */
/* Course Video */


.course-info-row{
    margin-bottom: 50px !important;
}

/*  */
.course-content .course-video{
    flex: -1 0 35%;
    /* height: 20%; */
    /* margin-bottom: 0; */
    /* height: 100% !important; */
    width: 100%;
    /* object-fit: cover; */
    display: inline-block;
    /* vertical-align: baseline; */
}

.course-content .course-video video{
    flex: 0 0 35%;
    border-radius: 20px;
    min-height: 100%;
    
    height: 60vh;
    /* width: 100vw; */
    /* width: 40vw; */
    /* flex: 0 0 30%; */
    /* height: 120vh !important; */
    /* -webkit-transform: scaleX(2); 
    -moz-transform: scaleX(2); */
    /* width: 60%; */
}

.course-about-section .course-button{
    display: flex;
    justify-content: center;
    /* gap: 1rem; */
    width: 100%;
    position: relative;
    bottom: 5%;
}

.course-about-section .course-button button{
    background-color: rgb(18, 18, 18);
    padding: 15px 10px;
    width: 100%;
    font-size: 18px;
}

.course-content .course-video .course-button{
    display: flex;
    justify-content: center;
    gap: 1rem;
    width: 100%;

    position: relative;
    bottom: 4%;
}

.course-content .course-video .course-button button{
    background-color: black;
    padding: 10px 10px;
    width: 100%;
    font-size: 18px;
}

.course-content .course-about{
    flex: 0 0 50%;
    height: fit-content;
    width: fit-content !important;
    /* background-color: #02305f !important;
    background-image: linear-gradient(160deg, #1d125f 0%, #63b2c2 100% )!important; */
    background-color: #3f4584;
    background-image: linear-gradient(19deg, #3f4584 0%, #393ddf 100%);
    /* overflow: scroll; */
    
}

/* .course-content .developer-program:hover{
    background-color: #02305f !important;
    background: red;
} */
    /* border-right: 1px solid black;
    padding-left: 30px;
    padding-top: 20px;
} */


.container-class {
    padding-top: 90.5%;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 80%;
  }
  
  /* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

/*Services */

/* li.services.active {
    color: #00008B;
    transition: all 0.3s linear;
}

li.services.active::after {
    transform: translateX(30px);
} */

li.services:hover + .line{
    color: rgb(201, 56, 34);

    /* margin-left: 30px; */
    /* width: 70px;
    transition: all 1s linear; */
}
/* .services::after {
    content: '';
    width: 30px;
    background: #333;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
} */

/* .services::after {
    content: '';
    width: 24px;
    background: #333;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
} */

.dedicated-links .right_choice_tile {
    opacity: 0;
    padding: .3125rem 0;
    visibility: hidden;
    background-color: #1d73f8;
    display: block;
    transition: width .6s ease-out;
    width: 0;
    padding: 1px 0;
    margin: 10px 0;
    transition: .6s ease-out
}

.dedicated-links:hover .right_choice_tile {
    opacity: 1;
    visibility: visible;
    width: 5rem
}

.info-tech-image .img-plat{
    padding-top: 30px;
    padding-left: 30px;
    /* border: 1px solid gray; */
}

.info-tech-image .img-plat img{
    border: 1px solid grey;
    padding: 20px;
}

/* Developer Program */
.developer-program{
    overflow: scroll;
    /* height: 75vh; */
    height: 100%;
    border: 2px solid black;
    /* max-width: 1200px; */
    /* margin: 20px; */
    /* width: 25%; */
    /* margin: auto; */
    background-color: rgb(42, 41, 41);
    border-radius: 20px;

}

.developer-program .intro{
    text-align: center;
    padding: 0 20px;
    color: white;
    line-height: 25px;
}

.developer-program .intro h3{
    font-size: 1.6vw;
    text-align: center;
}
.developer-program .intro p{
    text-align: initial;
    line-height: 23px;
    font-size: 1vw;
}

.developer-program .price{
    display: flex;
    justify-content: center;
    gap: 3rem;
    /* border: 2px solid black; */
}

.developer-program .price .content{
    display: flex;
    gap: 0.9rem;
    border: 2px solid black;
    border-radius: 10px;
    background-color: yellow;
    /* background-image: linear-gradient(160deg, #c7d279 0%, #fbfcf1 100%); */
    /* background-color: rgb(223 223 49); */
    padding: 3px;

}

.developer-program .price .content p{
    margin-bottom: 0 !important;
}

.developer-program .price .content #item h6{
     font-size: 15px;
}

.developer-program .price .content #item p{
    font-size: 12px;
}

.developer-program .info{
    margin-top: 10px;
    display: flex;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    background-color: #1d4a78;
    background-image: linear-gradient(160deg, #14161e 0%, #0d103b 100%)
            
    /* border: 2px solid black; */
}

.developer-program .info .info-text{
    flex: 0 0 100%;
    border: 2px solid black;
    border-radius: 20px;
    overflow: hidden;
    /* padding: 5px; */
    /* margin-left: 7px; */
    line-height: 20px;
    text-align: center;
    background-color: aliceblue ;

}



.developer-program .details-button{
    display: flex;
    justify-content: center;
    gap: 1.1rem;
    /* color: black; */
    background-color: white;
    border-radius: 0 0 20px 20px;

}

.developer-program .details-button .new-button button{
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    background-color: black;
    color: white;
    /* border: none; */
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 8px;
}

.developer-program .details-button .new-button button:hover{
    background-color: rgb(42, 65, 239);
}

/*

style="
    
                    background-color: #117eeb;
                    background-image: linear-gradient(160deg, #2b3b75 0%, #4cb5e9 100%)
                  "

                  */

@media (max-width: 1200px) {

    

    .developer-program .info .info-text {
        flex: 0 0 100%;
    }

    .developer-program .info{
        flex-direction: column;
    }
    h6{
        line-height: 0.5;
    }
    .course-content .course-about {
        height: fit-content;
    }
    .course-content .course-list{
        overflow: scroll;
    }
}

@media (max-width: 900px)
{
    .course-info-row  .course-video{
        margin-left: 20px;
    }
    .course-content .course-list h3{
        display: none;
    }

    .course-content .course-list p{
        display: none;
    }

    .course-content .course-list{
        flex: 0 0 100%;
        padding: 10px 10px;
        border-radius: 20px;
        border: none;
        /* position: sticky;
        top: 0; */
        margin-bottom: 30px;
        z-index: 9999;
        background-color: black;
        /* color: white; */
        /* overflow: scroll; */
        overflow: scroll;
    }

    .course-content .course-list ul{
        display: flex;
        justify-content: space-between;
    }

    .course-content .course-list ul li{
        font-size: 15px;
        color: white;
        margin-left: 20px;
        white-space: nowrap;
    }
} 

@media (max-width: 600px)
{
    .course-content .course-video {
        flex: 0 0 80%;

        margin: auto;
    }

    .course-content .course-about {
        flex: 0 0 80%;
        /* width: 80%; */
    }


} 