/*menu bar*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
} 

nav
{  
  display: flex;
  height: 80px;
  width: 100%;
  background: #000000;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 100px;
  flex-wrap: wrap;
}

nav .logo{
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}

nav ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

nav ul li{
  margin: 0 5px;
}

nav ul li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

nav ul li a.active,
nav ul li a:hover{
  color: #111;
  background: #fff;
}

nav .menu-btn i{
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}

input[type="checkbox"]{
  display: none;
}

@media (max-width: 1000px){
  nav{
    padding: 0 40px 0 50px;
  }
}




/* MOBILE DEVICES*/





@media (max-width: 920px) 
{
  nav .menu-btn i{
    display: block;
  }
  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }
  nav ul{
    position: fixed;
    top: 80px;
    left: -100%;
    background: #111;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
  }
  #click:checked ~ ul{
    left: 0;
  }
  nav ul li{
    width: 100%;
    margin: 40px 0;
  }
  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  #click:checked ~ ul li a{
    margin-left: 0px;
  }
  nav ul li a.active,
  nav ul li a:hover{
    background: none;
    color: cyan;
  }

  
  #newsletter .grid
  {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  #newsletter h1
  {
    text-align: center;
    padding-right: 20px;
  }


  button.button_1
  {
    width: 100%;
    margin-top: 10px;
  }


  #boxes .box img
  {
    float: none;
    border-radius: 60%;
    width: 150px;
    border-color: #fff;
    margin-right: 100px;
  }
  
  #boxes .grid
  {
    display: grid;
    grid-template-rows: 0.2fr 1fr;
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .notavail h1
  {
    float: none;
  }

  
  .vid
  {
    max-width: 330px;
  }
  

}




/*MOBILE PROPERTIES ENDS*/




.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
  width: 100%;
  padding: 0 30px;
  color: #1b1b1b;
}

.content div{
  font-size: 40px;
  font-weight: 700;
}

body
{
  font: 15px/ 1.5 arial;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4; 
  
}

/*global*/
.container
{
  max-width: 1100px;
  margin: 0 auto;
  overflow: auto;
  padding: 0 40px;
}





.button_1
{
  height: 28px;
  background: #000000;
  border: 1;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  border-radius: 5px;
}

.button_1:hover
{
  height: 28px;
  background: #ffffff;
  border: 5;
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
  border-radius: 5px;
}

.dark
{
  padding: 15px;
  background: #35424a;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

#showcase h1
{
  margin-top: 100px;
  font-size: 55px;
  margin-bottom: 10px;
}

#showcase p
{
  font-size: 20px;
}


/*showcase*/

#showcase
{
  min-height: 500px;
  background-image: url("../imag/blurred-classroom-with-teacher-pink-uniform_38066-78.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align:center;
  background-color: #ffffff;
}


#showcase h1
{
  margin-top: 100px;
  font-size: 55px;
  margin-bottom: 10px;
}

#showcase p
{
  font-size: 20px;
}

/*newsletter*/
#newsletter
{
  padding: 20px;
  color: #ffffff;
  background-color: #000000;
}


#newsletter h1
{
  padding-top: 5px;
  padding-left: 5px;
  float: left;
}

#newsletter form
{
  float:right;
  margin-top: 5px; 
}


#newsletter .flex
{
  justify-content: space-between;
}



.flex
{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#newsletter input
{
  padding: 5px;
  height: 30px;
  width: 300px;
}

#subscription
{
  padding: 20px;
  color: #ffffff;
  background-color: #000000;
}

#subscription .contains
{
  width: 80%;
  margin: auto;
  overflow: hidden;
}

#subscription h1
{
  padding-top: 5px;
  padding-left: 5px;
  float: left;
}


/*boxes*/

#boxes
{
  /*margin-top: 20px;*/
  background-image: url(../imag/wallpaperflare.com_wallpaper.jpg);
}


#boxes .box
{
  float: left;
  width: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 100px;
}

#boxes .box img
{
  border-radius: 60%;
  border-color: #ffffff;
  width: 150px;
}

#boxes .intro
{
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  color: #ffffff;

 /* background-color: #ede6e8;*/
}




/*footer*/
footer
{
  padding:20px;
  margin-top:1px;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
}

.footer p
{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
}


.les 
{
  margin-top: 40px;
}

.les a
{
  text-decoration: none;
}

.btn
{
  display: inline-block;
  width: 150px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #000;
  color: #000;
  border:none;
  border-radius: 5px;
  text-align: center;
}


.btn-outline
{
  background-color: transparent;
  border: 1px #000 solid;
  margin-bottom: 30px;
}

.btnp
{
  display: inline-block;
  width: 150px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #000;
  color: #000;
  border:none;
  border-radius: 5px;
  text-align: center;
}


.btn-outlinep
{
  background-color: transparent;
  border: 1px #000 solid;
  margin-bottom: 30px;
}

.btn:hover
{
  transform: scale(.98);
  background-color: #fff;
  color: #000; 
}

.btn-dark
{
  background-color: #000;
  color: #fff;
}


/*gallery image text*/

.notavail
{
  text-align: center;
  margin-top: 120px;
}

.notavail h1
{
  color: #808080;
}
