@font-face {
  font-family: kayak;
  src: url(fonts/kayak.otf);
  
}
@font-face {
  font-family: studio;
  src: url(fonts/studio.otf);
  
}
@font-face {
    font-family: paul;
    src: url('fonts/paul.otf');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: din;
    src: url('fonts/din.woff2');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: dinm;
    src: url('fonts/dinm.woff2');
    font-weight: 300;
    font-style: normal;

}
@font-face {
    font-family: prod;
    src: url('fonts/product.ttf');
    font-weight: 300;
    font-style: normal;

}
body{
  background-color: #2A2A2A;
  margin:0;
}


a{
  text-decoration: none;
}
/***********HEADER**********/

.cross{

  float: right;
  margin-top: 50px;
  margin-right: 50px;
  cursor: pointer;
  color: #fff;
  font-size: 45px;
  }
.hamburger{
  width: 25px;
  height: 20px;
  float: right;
  margin-top: 50px;
  margin-right: 50px;
  cursor: pointer;
  opacity: 0;
}
.hamburger div{
  width: 29px;
    height: 3px;
  background-color: #FFF;
  margin-top: 5px;
  opacity: 0;
}
.hamul {

  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  margin-top: 0px;
  background-color: #2a2a2a;    
  display: none;
  z-index: 2000;
}
.hamul ul{
  list-style-type: none;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: table;
  margin-top: 50px;
}
.hamul li{
  cursor: pointer;
  text-align: center;
  font-size: 25px;
    color: #fff;
    padding: 5px; 
    margin-top: 8px;
    font-family: studio;
    text-decoration: none;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    display: table;
}
.header{z-index: 1000;

    overflow: auto;
    white-space: nowrap;    
}
.headerimg{
  width: 80px;
  float: left;
  padding:  10px;
  margin-top: 20px;


}

.headerul li{
  float: right;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
    color: #FFF;
    padding: 10px; 
    margin-right: 5px;
    margin-top: 12px;
    font-family: studio;



}

/***********HEADER**********/

.waves{
  width: 100%;
  overflow: hidden;
  margin-left: 0px;
  padding: 0px;
}

.tag{
    color: #fff;
    text-align: center;
   font-family: prod; 
   letter-spacing: 1px;
   font-size: 70px;
   text-shadow: 2px 2px rgba(0,0,0,.2);
   margin-top: 25vh;  
  transition: .8s;
  user-select: none;
  -webkit-user-select: none;
   background: url(waves.svg) no-repeat center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 351px;
  padding-top: 350px;
  margin-top: -100px;
}

.tag sup{
    text-transform: uppercase;
  font-family: paul;
  font-weight: 100px;   
  font-size: 13px;
  letter-spacing: 2px;
  text-align: center;
  background-color: #006ee6;
  color: #fff;
  margin-top: -10px;
  padding: 1px 3px 1px 4px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.img{
  width:370px;
  height:300px;
  background-color:red;
  border-radius: 10%;
  margin-left: 20px;
}

.img1{
  width:370px;
  height:300px;
  background-color:red;
  border-radius: 10%;
  margin-left: 20px;
  margin-top: 60px;
}



.width{
  position: relative;
  width: 20%;
  float: left;
  margin-top: 50px;
  margin-left: 40px;
}

.imgcont{
  height: 300px;
  width: 250px;
  margin-bottom: 30px;
  background-color: #fff;
/*  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;*/
  box-shadow:  rgba(68,68,68,.2) 6px 6px 7px;
  border-bottom: 4px solid #1681fa;
}

.eveimg{
  width: 170px;
  height: 170px;
  margin-top: 10px;
  border-radius: 100%;
  align-items: center;
}

.evedes{
  text-align: center;
  font-size: 24px;
  margin-top: 25px;
  color: #444;
  font-family: din;
  text-decoration: none;
  text-transform: capitalize;
}

.eveline{
  width: 200px;
  height: 1px;
  border: 2px solid #1881fa;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  background-color: transparent;
  margin-left: 2.5vh;
  margin-top: 15px;
  color: palegreen;
}

.eve{
   text-align: center;
  font-size: 18px;
  margin-top: -9px;
  color: #888;
  text-decoration: none;
  text-transform: capitalize;
  font-family: din;
}

.end{
  font-size: 20px;
  color: white;
  margin-top: 3000px;
  text-align: center;
}


/***************HEADER*****************/
@media (max-width: 450px){
.headerul  {
  display: none;
}
}
@media(max-width: 900px)
{

.headerul  {
  display: none;
}
  .hamburger{
    opacity: 1;
  }
  .hamburger div{
    opacity: 1;
  }
/***************HEADER*****************/



@media(max-width: 1200px)
{
  .width{
    width: 25%;
  }
}
@media(max-width: 1090px)
{
  .width{
    width: 40%;
  }
}
@media(max-width: 659px)
{
  .width{
    width: 100%;
    margin-left: 0px;
  }
  .tag{
    font-size: 50px;
  }
}
