
  @import url('https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap');



* {

    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
  

}




h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}


.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  width: 20px;
  height: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
  mix-blend-mode: difference;
  filter: saturate(10px);
}



.mobile-nav-toggle img{
  height: 30px;
  width: 30px;
}


nav a {
    color: #fff;
    text-decoration: none;
  }
  
 .navbar a:hover {
    color: #37b3ed;
    text-decoration: none;
  }

  .active{
    color: #37b3ed;


  }




.container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    transition: all ease-in-out 0.5s;
    z-index: 9997;
    transition: all 0.5s;
    padding: 0 15px;
    background-color: #000000;
    overflow-y: auto;
   
}

.prof-img {

    font-size: 1.2rem;
   
}
.prof-img h1{
  color: #fff;
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 600;

    text-align-last: center;
    font-family: "Poppins", sans-serif;
  
}


.prof-img img{
    width: 150px;
  
    border: 2px solid #37b3ed;
    border-radius: 50%;
  
    margin: 10px;

}

.socialIcons a {
    width: 30px;
    margin: 12px;
  

}
.socialIcons img {
    padding:1px;
    border-radius: 50%;
    border: 2px solid #2c2f3f;


}
.socialIcons img:hover {

    border: 2px solid #37b3ed;


}


.sidebar nav li {
    list-style: none;
    padding: 0.5rem 0;

    font-size: 20px;
    color: aliceblue;
}

.copyright-section {
  color: #bbbbbb;
  font-size: 10px;
 
  margin: 60px 0px 0px 0px;
}





/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 100vh;
    background-color: #000;

  }
  
  #hero:before {
    content: "";
  
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  
  #hero .hero-container {
    position: relative;
    z-index: 2;
    min-width: 300px;

  }
  
  #hero h1 {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
  }
  
  #hero p {
    color: #fff;
    margin-bottom: 50px;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
  }
  
  #hero p span {
    color: #fff;
    padding-bottom: 4px;
    letter-spacing: 1px;
    border-bottom: 3px solid #149ddd;
  }

  
  #main {
    margin-left: 0;
  }





  #main {
    margin-left: 300px;
  
  }
  
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 30px;
    overflow: hidden;
  }
  
  .section-bg {
    background: #f5f8fd;
  }
  
  .section-title {
    padding-bottom: 30px;
  }
  
  .section-title h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    color: #000000;
  }
  
  .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background:  #37b3ed;
    bottom: 0;
    left: 0;
  }
  
  .section-title p {
    margin: 10px 10px;
    text-align: center;
    font-size: 20px;

  }







