@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Acme');
@import url('https://fonts.googleapis.com/css?family=Abril Fatface');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  /* text-align: center; */
  /* position: sticky; */
}

.logger {
  text-align: right;
}


body {
  background-color: #f3f5f9;
  /* background-image: url("../img/bg.png"); */
  /* background-attachment: fixed; */
  /* background-clip: border-box; */
  background-position: center;
  background-size: cover;
  background: #88ecff;
}
.lecturers li{
  padding-left: 90px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.wrapper {
  display: flex;
  position: relative;
  width: 100%;
  padding-left: 50px;
  overflow: auto;
}

.side-bar {
  width: 50px;
  transition: width 1s;
  overflow: hidden;
  position: fixed;
  border-radius: 12px;
  top: 175px;
  box-shadow: 0px 10px 20px 0px grey;
  backdrop-filter: blur(50px);
}

.side-bar:hover {
  width: 190px;
}

.side-bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

i {
  margin-right: 18px;
}

.side-bar ul li a {
  display: block;
  width: 199px;
  padding: 17px 16px;
  height: 100%;
  text-decoration: none;
  font: menu;
  font-size: 14px;
  box-sizing: border-box;
  color: #000000;
  font-size: 17px;
}

.side-bar ul li i {
  width: 15px;
  box-sizing: border-box;
}

.wrapper .main_content .header {
  text-align: center;
  padding: 15px;
  font-size: 30px;
  background: rgb(19 17 17);
  color: #ecf4fb;
  border-radius: 20px;
  margin: 9px;
  /* box-shadow: 0px 0px 99px 0px #80808070; */
  font-weight: 900;
  z-index: 0;
  margin-top: 215px;
}

#courses {
  display: ruby-text;
  background-color: rgb(176 170 224 / 0%);
  display: grid;
  padding: 50px 200px 200px 200px;
  overflow: auto;
}


#courses h3,
a {
  /*margin-right: 20px;*/
}

.apply {
  margin-top: 2%;
  margin-bottom: 2%;
  margin: 2%;
  background-color: rgb(54 54 151 / 0%);
  padding: 0.7rem 1rem;
  color: #fff;
  border: none;
  border-radius: 50%;
  float: right;
  height: 50px;
  width: 50px;
  transition: background-color 0.5s;
}

.apply:hover {
  background-color: #cc31e2;
}

.main_content {
  margin: 9px;
  border-radius: 20px;
  /* backdrop-filter: blur(90px); */
  overflow: auto;
  /* background: #f0f8ff00; */
  /* top: 0px; */
  width: 100%;
}

.background {
  /* background-color: #00e4fb; */
  /* background-image: url("../img/bg.png"); */
  /* background-clip: border-box; */
  /* background-position: center; */
  /* background-size: cover; */
  overflow: hidden;
  box-sizing: border-box;
  /* padding-top: 180px; */
  border-radius: 15px;
  box-shadow: 0px 0px 15px 0px grey;
  transform: scale(1);
  transition: transform 0.55s, box-shadow 0.5s cubic-bezier(0.93, 0.8, 0.58, 1);
}

.background:hover {
  box-shadow: 0px 0px 20px 0px grey;
  transform: scale(1.009);
}

.heading {
  padding: 9px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  font: 'Abril Fatface';
}

.para {
  overflow: auto;
  background: #80008000;
  padding: 5px;
  font-size: 10px;
  width: 100%;
}

.link {
  overflow: hidden;
/*  margin-left: 720px;*/
  transition: 2s;
  margin-bottom: 10px;

}
h3{
  padding-left: 150px;
  padding-top: 23px;

}
p{
  padding-left: 400px;
}

.mod{
  padding-left: 275px;
}

.avatar {
  margin-top: 20px;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-left: 375px;
}

ul .avatar{
  margin-top: 20px;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-left: 100px;  
}

ul li{
  /* padding-left: 75px; */
  /* padding-right: 50px; */
  /* padding: 20px; */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  font-weight: bold;
  font: Acme;
}
.mod li{
    padding-top: 18px;
    padding-left: 0px;
    font-weight: bold;
    padding-bottom: 0px;
}

.fix {
  background: #e4ff00b8;
  background-image: linear-gradient(to bottom right, #0025ffd4, #88ecff);
  font: Acme;
  border-radius: 15px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
  color: #040807;
  transition: 2s;
}
.heading h2{
  text-align: center;
   transition: 1s; 
  /* padding-top:40px; */
}

#icon{
  /* transition: 2s; */
}

#content{
  transition: 2s;
  padding-left: 50px;

}

.fix2 {
  background: #e4ff00b8;
  background-image: linear-gradient(to bottom right, #0025ffd4, #88ecff);
  font: Acme;
  border-radius: 15px;
  min-height: 50px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
  color: #040807;
  transition: 2s;
}
.heading2 h2{
  text-align: center;
  transition: 2s;
  /* padding-top:40px; */
}

#icon2{
  /* transition: 2s; */
}

#content2{
  transition: 2s;
  padding-left: 50px;
}
.link2 {
  overflow: hidden;
/*  margin-left: 720px;*/
  transition: 2s;

}
.fix3 {
    background: #e4ff00b8;
    background-image: linear-gradient(to bottom right, #0025ffd4, #88ecff);
    font: Acme;
    border-radius: 15px;
    min-height: 50px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
    color: #040807;
    transition: 2s;
}
.heading3 h2{
  text-align: center;
  transition: 2s;
  /* padding-top:40px; */
}

#icon3{
  /* transition: 2s; */
}

#content3{
  transition: 2s;
  padding-left: 50px;
}
.link3 {
  overflow: hidden;
/*  margin-left: 720px;*/
  transition: 2s;

}

.fix4 {
    background: #e4ff00b8;
    background-image: linear-gradient(to bottom right, #0025ffd4, #88ecff);
    font: Acme;
    border-radius: 15px;
    min-height: 50px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
    color: #040807;
    transition: 2s;
}
.heading4 h2{
  text-align: center;
  transition: 2s;
  /* padding-top:40px; */
}

#icon4{
  /* transition: 2s; */
}

#content4{
  transition: 2s;
  padding-left: 50px;
}
.link4 {
  overflow: hidden;
/*  margin-left: 720px;*/
  transition: 2s;

}

.fix5 {
    background: #e4ff00b8;
    background-image: linear-gradient(to bottom right, #0025ffd4, #88ecff);
    font: Acme;
    border-radius: 15px;
    min-height: 50px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    overflow: hidden;
    color: #040807;
    transition: 2s;
}
.heading5 h2{
  text-align: center;
  transition: 2s;
  /* padding-top:40px; */
}

#icon5{
  /* transition: 2s; */
}

#content5{
  transition: 2s;
  padding-left: 50px;
}
.link5 {
  overflow: hidden;
/*  margin-left: 720px;*/
  transition: 2s;

}
#arrow-icon {
  height: 40px;
  position: relative;
  top: -6px;
  left: -10px;
}

.lecturers{
  padding-left: 275px;
}
.dephead{
  padding-left: 360px;
  font-weight: bold;
}
img{
  margin-bottom: 15px;
}
@media only screen and (max-width: 1300px) {
  #courses {
    display: ruby-text;
    background-color: rgb(176 170 224 / 0%);
    display: grid;

    padding: 50px 0px 200px 0px;
    overflow: auto;
    
  }

  .wrapper {
    padding-left: 0px;
  }

  .background {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 800px) {
  #courses {
    display: ruby-text;
    background-color: rgb(176 170 224 / 0%);
    display: grid;

    padding: 50px 0px 200px 0px;
    overflow: auto;
    
  }
  .heading h2{
    text-align: left;
  }

  .content{
    margin-left: -200px;
    padding-left: 50px;
  }

  .heading2 h2{
    text-align: left;
  }

  .content2{
    margin-left: -200px;
    padding-left: 50px;
  }

  .heading3 h2{
    text-align: left;
  }

  .content3{
    margin-left: -200px;
    padding-left: 50px;
  }


  .heading4 h2{
    text-align: left;
  }

  .content4{
    margin-left: -200px;
    padding-left: 50px;
  }

  .heading5 h2{
    text-align: left;
  }

  .content5{
    margin-left: -200px;
    padding-left: 50px;
  }


  .mod li{
    padding-top: 25px;
    font-weight: bold;
    
  }
  .mod{
    padding-left: 159px;
  }
  .avatar{
    margin-left: 259px;
  }

  .lecturers{
    padding-left: 159px;
  }
  .dephead{
    padding-left: 259px;
  }

  .wrapper {
    padding-left: 0px;
  }

  .background {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 315px) {
  
}
