*{
    font-family: 'Heebo', sans-serif;
}

/* Navbar start */
.logo{
    margin-left: 100px;
}
#navigtion{
    margin-left: 500px;
    font-weight: bold;    
}
/* Navbar end */
/* ...................................................... */
/* main content start */
.custom-button {
    background-color: #6D1D8E;
    color: #fff; 
    padding: 10px 20px;
    border: none; 
    border-radius: 25px;
    cursor: pointer; 
    position: relative;
    bottom: 100px;
    left: 200px;
    height: 50px;
    width: 160px;
    font-weight: bold;
  }
  .custom-button:hover {
    background-color: #f5deff; 
    color: #6D1D8E;
  }
  .mtop h1{
    color: #6D1D8E;
    font-weight: bolder;
    font-size: 50px;
    font-family: 'Times New Roman', Times, serif;
  }

  /* Search bar  */
  .custom-search-bar {
    display: flex;
    align-items: center;
    background-color: transparent;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    padding: 5px;
    width: 1000px; /* Adjust the width as needed */
    height: 60px;
  }

  .search-input {
    flex: 1;
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 16px;
  }

  .search-icon {
    color: #6D1D8E;
    padding: 5px;
    background-color: white;
    border-radius: 50%;
  }
  /* Search bar end */
  .mbottom{
    background-color: rgb(255, 255, 255);
    height: 2050px;
    width: 1250px;
    position: absolute;
    left: 140px;
    top: 1100px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .mbone{
    background-color: rgb(255, 255, 255);
    width:95%;
    height: 1000px;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    left: 30px;
    display: flex;
  }
  .mbtwo{
    background-color: rgb(255, 255, 255);
    width:95%;
    height: 1000px;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    position: relative;
    left: 30px;
    display: flex;
    padding-top: 30px;
  }
  .btncourse{
    background-color: rgb(249, 249, 249);
    height: 55px;
    width: 150px;
    border-radius: 50px;
    color: #6D1D8E;
    font-weight: bold;
    border-color: #6D1D8E;
  }
  .btncourse:hover{
    background-color: #6D1D8E;
    color: white;

  }
  .course1{
    background-color: rgb(249, 249, 249);
    height: 950px;
    width: 350px;
    justify-content:center;
    padding-top: 20px;
    border-radius: 10px;
  }
  .course1:hover{
    background-color: white;
    box-shadow: 2px 2px 15px silver;
  }
  .course1 h4{
    color: #6D1D8E;
    font-weight: bold;
  }
  .course1 h5{
    color: #6D1D8E;
    font-weight: bold;
    font-size: large;
  }
  .course2{
    background-color: rgb(249, 249, 249);
    height: 950px;
    width: 350px;
    justify-content: center;
    padding-top: 20px;
    border-radius: 10px;
  }
  .course2:hover{
    background-color: white;
    box-shadow: 2px 2px 15px silver;
  }
  .course2 h4{
    color: #6D1D8E;
    font-weight: bold;
  }
  .course2 h5{
    color: #6D1D8E;
    font-weight: bold;
    font-size: large;
  }
  .clogo{
    border-radius: 50%;
  }
/* main content end */

/* footer start */
footer{
  position: relative;
  top: 2200px;
  background: #311616;
  height: 1610px;
  width: 100%;
}
.topfoot{
  background-color: #ffffff;
  height: 1010px;
  width: 100%;
}

#joinbtn{
  height: 50px;
  width: 150px;
  border-radius: 50px;
  color: #6D1D8E;
  font-weight: bolder;
  position: relative;
  left: 700px;
  bottom: 160px;
}
#joinbtn:hover{
  background-color: #6D1D8E;
  color: white;
}
.bottomfoot{
  display: flex;
  height: 600px;
  background: #ffffff;
  width: 100%;
}
.foots{
  background-color: #ffffff;
  height: 500px;
  width: 300px;
  margin-left: 65px;
  margin-top: 20px;
}
.foots h5{
  color: #6D1D8E;
  font-weight: bold;
}
.foots a{
  text-decoration: none;
}
.foots a p{
  color: black;
}
.foots hr{
  color: #6D1D8E;
}
.social{
  display: flex;
  justify-content: space-evenly;
}
.socialogo{
  border-radius: 50%;
}
/* foooter end */