/* fonts of website */
@font-face {
    font-family: yese;
    src: url(../../fonts/YesevaOne-Regular.ttf);
  }
  @font-face {
    font-family: Raleway;
    src: url(../../fonts/static/Raleway-Medium.ttf);
  }
.search{
    height: 30px;
    width: 30px;
}

nav{
    background-color: transparent;
    height: 80px;
    width: 100%;
}
label.logo{
    line-height: 80px;
}
.logoimg{
    height: 50px;
    width: 150px;
}
.bar{
    margin-top: 10px;
}
nav .ul{
    float: right;
}

nav .ul .li{
    display: inline-block;
    line-height: 80px;
    margin: 0 5px;
}
.li1{
    background-color: #ffffff;
    display: inline-block;
    line-height: 10px;
    margin: 0  5px;
    padding: 5px 10px;
    border-radius: 10px;
}
.a1{
    font-size: 14px;
}
nav .ul .li .a{
       font-size: 17px;
       padding: 7px 13px;
       border-radius: 3px;
       text-transform: uppercase;
}
.a{
    color: grey;
}
.a.active,.a:hover{
    color: white;
    font-size: 18px;
    border: 1px solid grey;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    transition: .5s;
}
.check-btn{
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
.home-txt{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 80vh;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: 'yese';
}
.btn-light{
    font-family: 'Raleway';
    font-weight: bold;
    text-transform: capitalize;
}
.h-h1{
    font-size: 90px;
}
.h-h2{
    font-size: 30px;
    margin: 20px;
}
.h-h3{
    margin: 20px;
}








