* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  height: 100vh;
  width: 100%;
}
.hero {
  display: flex;
  width: 100%;
  height: 70vh;
  background-color: #2d2f31;
  margin-top: 15px;
}

.detail {
  position: relative;
  top: 60px;
  left: 45px;
  font-family: "DM Serif Text", serif;
  /* font-weight: 400; */
  color: #fff;
}

.detail h1 {
  font-size: 40px;
  font-weight: 700;
}

.detail p {
  font-size: 18px;
  margin-top: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.detail button {
  width: 100px;
  margin-top: 20px;
  padding: 4px;
  background-color: #eceb98;
  border: none;
  font-family: cursive;
  font-weight: 900;
  font-size: 15px;
  margin-right: 25px;
}

.detail span {
  margin-right: 5px;
  color: #f69c08;
  font-size: 18px;
}

.detail i {
  color: #f69c08;
  font-size: 14px;
}

.detail .student {
  color: #fff;
  margin-left: 15px;
}

.detail .create {
  font-size: 14px;
  /* margin-top: -px;  */
  font-family: sans-serif;
}

.detail .data {
  font-size: 14px;
  cursor: pointer;
}

.update {
  /* display: flex;
    justify-content: space-between; */
  margin-top: 15px;
  margin-left: 10px;
}

.update span {
  font-size: 16px;
  /* margin-left: 10px; */
  color: #fff;
}

.update i {
  color: #fff;
  margin-right: 8px;
}

.language {
  margin-top: 5px;
}

.image img {
  position: relative;
  top: 50px;
  left: 150px;
  height: 350px;
  width: 400px;
}

.explore-topic h2 {
  font-size: 28px;
  margin-top: 30px;
  margin-left: 90px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.explore-topic button{
    margin-top: 30px;
  margin-left: 100px;
  height: 45px;
  width: 110px;
  border-radius: 200px;
  border: 2px solid #000;
  font-size: 15px;
  font-weight: 500;
}

.explore-topic .btn{
    margin-top: 30px;
    margin-left: 100px;
    height: 45px;
    width: 150px;
    margin-right: -70px;
    border-color: #000;
}


.course-include{
  margin-top: 10px;
}
.course-include h2{
  font-size: 24px;
  font-weight: 600;
  margin-top: 50px;
  margin-left: 100px;
}

 .include{
  display: flex;
  margin-left: 120px;
  margin-top: 20px;
}

.include .left{
  position: relative;
  left: 10px;
}
.include .right{
  position: relative;
  left: 70px;
}

.ex1 {
  margin-top: 15px;
}
.ex1 i{
margin-right: 10px;
font-size: 22px;
color: #0f0e0ede;
}

.ex1 span{
  font-size: 18px;
  font-weight: 400;
  color: #131212c9;
}

.coding-exercise{
  display: flex;
}

.coding-exercise .content{
  margin-left: 130px;
  margin-top: 80px;
}


.content h2{
  color: #000000ec;
}
.content p{
  margin-top: 13px;
  color: #000000b6;
  margin-left: 8px;
}

.coding-exercise-img img{
  position: relative;
  top: 50px;
  left: 30px;
  height: 200px;
  width: 300px;
  border-radius: 5px;
  box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.257);
}

.course-details{
  display: flex;
}

.info h2{
 font-size: 30px;
 margin-top: 92px;
 margin-left: 100px;
}

.syllabus{
  display: flex;
  width: 50%;
  /* border: 1px solid ; */
  margin-left: 20px;
  margin-right: 150px;
  /* height: 100vh; */
}

.syllabus li{
  /* display: flex; */
  position: relative;
  left: 150px;
  top: 30px;
  list-style-type: square;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: justify;
  color: #070707c8;
}

.enroll-form{
  position: fixed;
 top: 248px;
 left: 690px;
 display: flex;
  background-color:rgb(255, 249, 249);
  border-radius: 15px;
  box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.3);
  height: 370px;
  width: 650px;
}

.enroll-form .left{
  height: 100%;
  width: 50%;
}
.enroll-form .left img{
  height: 100%;
  width: 100%;
  border-radius: 15px;
}

.enroll-form .right{
  position: relative;
  top: 20px;
  left: 40px;
}

.enroll-form .right input{
  margin-bottom: 20px;
  height: 32px;
  width: 250px;
  background-color: rgb(232, 230, 230);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.237);
  border: none;
  border-radius: 5px;
}
.enroll-form .right h3{
  margin-bottom: 15px;
  font-size: 24px;
  text-align: center;
}

.enroll-form .right input::placeholder{
   font-size: 15px;
   text-transform: capitalize;
   color: rgb(24, 24, 24,0.5);
   font-weight:600;
}


.enroll-form .right button{
  height: 40px;
  width: 110px;
  border-radius: 20px;
  border: none;
  position: relative;
  left: 57px;
  top: -5px;
  /* color: #fff; */
  background-color: rgb(20, 20, 234);
  font-weight: 600;
  font-size: 13px;
}
.enroll-form .right button a{
  color: rgba(0, 0, 0, 0.643) ;
  text-decoration: none;
}

.enroll-form .right button:hover{
  background-color: #ffffff;
  color: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.requirement h2{

  margin-top: 60px;
  margin-left: 50px;
}
.requirement ul {
  margin-left: 70px;
  margin-top: 20px;
}

.requirement ul li{
  font-size: 17px;
  margin-bottom: 10px;
  color: #070707c8;
}



.review{
  width: 600px;
  height: 350px;
  /* background-color: violet; */
  position: relative;
  top: 50px;
  left: 50px;
  margin-bottom: 100px;
  box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.285);
  border-radius: 10px;

}

.review h2{
  font-size: 32px;
 position: relative;
 top: 25px;
 left: 35px;
}
.review img{
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: relative;
  top: 60px;
  left: 25px;
}
.review span{
  font-size: 22px;
  color: #000000c7;
  position: relative;
  top: 15px;
  left: 30px;
}

.review i{
  color: #f69c08;
  position: relative;
  top: 40px;
  left: -60px;
}

.review p{
  font-size: 18px;
  /* font-weight: 500; */
  position: relative;
  top: 70px;
  left: 15px;
  color: #00000088;
  /* text-align: justify; */
}