*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: montserrat;
}

:root{
    --main-color:#B99F46;
    --bg-color:#000000;
    --bg-color:#171717;
    --para-color:#504e4d;
    --line-color:rgb(176, 176, 176);
    --p-text-color: rgb(162, 161, 161); 
}
.main{
    padding: 100px 0px;
    width: 80%;
    margin: auto;
}

li{
    list-style: none;
}
a{
    text-decoration: none;
}
.heading{
    font-size: 40px;
    margin: auto;
    width: max-content;
    font-weight: 400;
}
.line{
    width: 100%;
    height: 2px;
    margin: 20px auto 20px auto;
    background-color: var(--line-color);
}
.course-explore{  
    background-image: linear-gradient(35deg, rgb(5, 5, 5), rgb(57, 57, 57) , rgb(5, 5, 5)); 
    width: 100%;
    margin: auto;
}
.course-explore .row{
    width: 100%;
    margin: auto;
    justify-content: space-between;
}
.course-explore .row .col1{
    width: 50%;
}
.course-explore .row .col1 h1{
    color: var(--main-color);
    font-weight: 600;
}
.course-explore .row .col1 p {
    color: var(--p-text-color);
    font-size: 15px;
}
.course-explore .row .col1 i{
    color: white;
    font-size: 12px;
    margin-bottom: 30px;
    width: fit-content;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
}
.course-explore .row .col1 a{
    margin: 0px 0PX;
    font-size: 15px;
    color: white;
    border-radius: 5px;
    padding: 10px 25px 12px 25px;
    font-weight: 600;
    background-color: var(--main-color);
    border:1px solid var(--main-color);
}
.course-explore .row .col1 a:hover{
    color: black;
}
.course-explore .row .col2{
    width: 50%;
    height: 100%;
    display: grid;
}
.course-explore .row .col2 img{
    place-self: center;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px  20px rgb(10, 10, 10);
}
/* five-block */
.five-block{
    background-color: #171717;
    color: var(--p-text-color);
}
.five-block .container .row{
    padding: 10px 0px;
}
.five-block .container .row .col{
    text-align: center;
    border-right: 1px solid var(--line-color);
    display: grid;
    height: 80px;
    justify-content: center;
    place-content: center;
}
.five-block .container .row .last{
    border-right: none;
}

/* sec-three */
.sec-three .row{
    display: flex;
    width: 100%;
    margin: auto;
    place-items: center;
    justify-content: space-between;
}
.sec-three .col1{
    padding: 0%;
    width: 50%;
}
.sec-three .row .col2{
    width: 50%;
    height: 100%;
    display: grid;
}
.sec-three .row .col2 img{
    place-self: center;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px  20px rgb(10, 10, 10);
}

.sec-three .row .col1 p{
    width: 90%;
    margin-top: 8px;
    color: var(--p-text-color);
    font-size: 13px;
}
.sec-three .row .col1 .container{
    width: 100%;
    padding: 0%;
}
.sec-three .row .col1 .container .col{
    width: 45%;
}
/* Potential */
.Potential{
    background-image: linear-gradient(35deg, rgb(5, 5, 5), rgb(57, 57, 57) , rgb(5, 5, 5)); 
    color: var(--p-text-color);
}
.Potential .main .container{
    margin-top: 20px;
}
.Potential .main .container .row .col{
    width: 50%;
    font-weight: 600;
    display: grid;
    justify-items: center;
    height: auto;
}
.Potential .main .container .row .col div{
    width: 60%;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid rgb(234, 233, 233);
    font-size: 14px;
    display: flex;
    align-items: center;
} 
.Potential .main .container .row .col img{
    width: 50px;
    padding: 5px;
} 

/* Course Curriculum */
.Curriculum {
    background-color: #f0f0f0;
}
.Curriculum .main .topics::-webkit-scrollbar{
    height: 0px;
}
.Curriculum .main .topics::-webkit-scrollbar-track{
    background-color: transparent;
}

.Curriculum .main .heading{
    font-size: 40px;
    text-transform: capitalize;

}

.Curriculum .main .topics{
    width: 100%;
    padding: 10px;
    display: flex;
    overflow-x: scroll;

}
.Curriculum .main .topics section{
    background-color: rgb(222, 197, 54);
    color: black;;
    padding: 10px 30px;
    border-radius: 5px;
    font-weight: 500;
    width: max-content;
    margin-right: 30px;
    cursor: pointer;
}

.Curriculum .main .module{

    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
    /* box-shadow: 0px 0px 10px black; */
    background-color: rgb(255, 255, 255);
}
/* .Curriculum .main .module {
    overflow-x: scroll;
} */
.Curriculum .main .module .row1::-webkit-scrollbar{
    width: 0px;
}
.Curriculum .main .module .row1::-webkit-scrollbar-track{
    background-color: transparent;
}

.Curriculum .main .module .row1{
    width: 50%;
    height: 100%;
    padding: 0px;
    overflow-y: scroll;
}
.Curriculum .main .module .row2::-webkit-scrollbar{
    width: 0px;
}
.Curriculum .main .module .row2::-webkit-scrollbar-track{
    background-color: transparent;
}
.Curriculum .main .module .row2{
    width: 49%;
    height: 100%;
    border: 1px solid var(--p-text-color);
    border-radius: 5px 5px 0px 0px;
    margin: 10px 10px 10px 0px;
    overflow-y: scroll;
    position: absolute;
    top: 0%;
    right: 0%;
}
.Curriculum .main .module .row1 .col{
 border-bottom: 1px solid rgb(128, 128, 128);
 width: 100%;
 margin-top: 0px;
 display: flex;
 height: max-content;
}
.Curriculum .main .module .row1 .head{
    width: 90%;
    padding: 10px;
}
.Curriculum .main .module .row1 .head p{
    font-size: 12px;
}
.Curriculum .main .module .row1 .head h5{
    font-size: 15px;
    margin-top: -10px;
    width: 95%;
}
.Curriculum .main .module .row1 img{
    width: 30px;
    height: 30px;
    display: grid;
    place-self: center;
}
.Curriculum .main .module .row2 .col{
    border-bottom: 1px solid var(--p-text-color);
    width: 100%;
    margin-bottom: 10px;
    display: flex; 
}
.Curriculum .main .module .row2 .col p{
    width: 90%;
    padding: 15px 10px 0px 10px;
}
.Curriculum .main .module .row2 .col i{
    color: black;
    display: grid;
    justify-self: end;
    place-self: center;
}

/* english */
.english {
    height: 100%;
}
.english  .row{
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}
.english .row .col{
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    font-weight: 500;
    border: 2px solid rgb(0, 0, 0);
}
.english .row .col:hover{
    color: var(--main-color);
    border: 2px solid var(--main-color);
}



