@font-face {
  font-family: "Josefin Sans";
  src: url("../Fonts/JosefinSans-Regular.ttf") format("ttf"),
}


#countainer{
  position: absolute;
  width: 100%;
  height: max-content;
  top: 0;
  left: 0;
  display: block;
  overflow-x: hidden;
  background-color: #fffdf8;
}
header{
  position: relative;
  width: 100%;
  height: max-content;
}

/* fixed jump */
#fix-jump{
  position: fixed;
  width: 40px;
  height: 40px;
  left: 92%;
  top: 90%;
  background-color: rgb(255, 230, 0);
  border-radius: 50px;
  z-index: 10;
  box-shadow: 0 0 10px black;
}
#fix-jump>a{
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  place-items: center;
}

  /* navbar style */
nav{
position: relative;
width: 100%;
height: 150px;
display: flex;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.514);
z-index: 10;
}
#logo{
  background-color: rgb(255, 230, 0);
  position: relative;
  width: 20%;
  height: 100%;
  display: flex;
  justify-content: center;
  place-items: center;
}
#logo img{
  position: relative;
  width: 170px;
  height: 170px;
}
#navbar, #navbar-image{
  background-image: linear-gradient(rgba(0, 0, 0, 0.801), rgba(0, 0, 0, 0.397));
  position: relative;
  width: 60%;
  height: 100%;
  display: flex;
  justify-content: center;
  place-items: center;
  gap: 9%;
  font-family: 'Roboto', sans-serif;
}
#navbar-image{
width: 20%;
}
#navbar-image>img{
  cursor: pointer;
}
.nav{
  position: relative;
  color: rgb(255, 255, 255);
  padding-bottom: 10px;
  padding-top: 10px;
}
.nav:before{
  content : "";
  position: absolute;
  top: 30px;
  left    : 44%;
  bottom  : 0;
  height  : 1px;
  width   : 4px;  /* or 100px */
  border-bottom: 2px solid rgb(255, 230, 0);
  transition: .3s;
}
.nav:hover::before{
  width: 100%;
  left: 0;
  transition: .3s;
}
#navbar>input:hover{
  border-bottom: 2px solid rgb(255, 230, 0);
}
#mobile-menu-nav{
  display: none;
}


/* searchdiv section */
#searchbar{
  background-color: rgba(0, 0, 0, 0.486);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none;
  place-items: center;
  justify-content: center;
}
#searchbar>form{
  background-color: rgba(0, 0, 0, 0.856);
  position: relative;
  width: 45%;
  height: 25%;
  display: flex;
  flex-direction: column;
  place-items: center;
  justify-content: center;
  margin-bottom: 10%;
  border-radius: 4px;
  gap: 20%;
}
#search-close{
  position: absolute;
  cursor: pointer;
  top: 8%;
  left: 92%;
}
#searchbar>form>span{
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 2.3vw;
  color: #e4e4e4;
}
#searchbar>form>div{
  position: relative;
  display: flex;
  justify-content: center;
  place-items: center;
  gap: 5%;
  width: 100%;
}
#searchbar>form>div>input{
  position: relative;
  border: none;
  outline: none;
  width: 75%;
  height: 100%;
  border-bottom: 2px solid rgb(51, 51, 51);
  background-color: #f3f3f3;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  border-radius: 5px;
  color: rgb(0, 0, 0);
}
#searchbar>form>div>button{
  position: relative;
  background-color: transparent;
  cursor: pointer;
  border: 2px solid white;
  border-radius: 10px;
}
/* navbar ends here */





/* footer starts from here */
#mobile-footer-data{
  display: none;
}
footer{
  background-color: #161616;
  position: relative;
  width: 100%;
  height: max-content;
  display: flex;
  flex-direction: column;
}
#footer-data{
  position: relative;
  display: flex;
  justify-content: center;
  height: 300px;
  gap: 2%;
}
#footerlogo, #mobile-footerlogo{
  position: relative;
  width: 35%;
  height: 100%;
  display: flex;
  justify-content: center;
  place-items: start;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 30px;
}
#footerlogo>a, #mobile-footerlogo>a{
  position: relative;
  display: flex;
  place-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  color: white;
}
#footerlogo>a>img, #mobile-footerlogo>a>img{
  width: 100px;
}
.fnav , #fcontact{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  place-items: center;
  gap: 10%;
  width: 15%;
  font-family: 'Josefin Sans', sans-serif;
  color: rgb(180, 180, 180);
  margin-top: 40px;
}
.fnav1{
  width: 100%;
}
.fnav2{
  width: 110%;
}
#fcontact{
  width: 35%;
  gap: 25px;
}
#topnav,  #fcontact>span{
  padding-bottom: 20px;
  font-size: 17px;
}
.fcontact{
  position: relative;
  display: flex;
  justify-content: center;
  place-items: center;
}
#fphone, #fmail{
  gap: 10px;
}
.fcontact>a , .fnav>a{
  color: white;
}
/* copyright section */
#copyright-section{
  position: relative;
  display: flex;
  justify-content: center;
  place-items: center;
  width: 100%;
  border-bottom: 2px solid #353535;
}
#copyright-icon{
  position: relative;
  bottom: 5%;

}
#footer-copyright{
  position: relative;
  flex-direction: row;
  display: flex;
  color: #818181;
  font-size: 15px;
  font-family: 'Josefin Sans', sans-serif;
  width: 60%;
}
#up-jump{
  position: relative;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  place-items: center;
}
#footer-jump{
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
html{
  scroll-behavior: smooth;
}
/* footer ends here */


.yellow-underline{
  border-bottom: 2px solid rgb(255, 230, 0);
}
.yellow-text{
  color: rgb(255, 230, 0);
  text-shadow: 0 0 5px black;
}
*{
    text-decoration: none !important;
}


/* 990px resp */
@media only screen and (max-width: 990px) {
  #searchbar>form{
    width: 60%;
  }
  #search-close{
    left: 89%;
  }
  #searchbar>form>span{
    font-size: 3.3vw;
  }
}

/* 701 wide resp */
@media only screen and (max-width:701px){

  #fix-jump{
    left: 85%;
  }
  #logo{
    width: 30%;
  }
  #navbar{
    display: none;
  }

  #navbar-image{
    width: 100%;
    display: flex;
    position: relative;
    justify-content: end;
    place-items: center;
    gap: 8%;
    font-family: 'Roboto', sans-serif;
    padding-right: 8%;
  }
  #mobile-menu-nav{
    position: relative;
    display: flex;
    color: white;
    font-family: 'Roboto', sans-serif;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  /* searchbar design */
  #searchbar>form>span{
    font-size: 4vw;
  }
  #searchbar>form{
    width: 65%;
  }
  /* footer */
  #flogo-text{
    flex-direction: column;
    font-size: 25px;
  }
  #footer-copyright{
    width: 75%;
  }
    /* footer */
    #footer-data{
      display: none;
    }
    #mobile-footer-data{
      position: relative;
      display: flex;
      flex-direction: column;
      place-items: center;
      justify-content: center;
      height: max-content;
      gap: 70px;
    }
    #mobile-footerlogo{
      width: 90%;
      height: 25%;
      place-items: start;
    }
    #flogo-mobile-text{
      flex-direction: column;
    }
    #fmobile-nav{
      width: 100%;
      height: max-content;
      position: relative;
      display: flex;
      justify-content: center;
      place-items: start;
      gap: 14%;
      margin-top: 0;
      
    }
    .fmobile-nav1 , #fmobile-contact{
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      place-items: center;
      gap: 30px;
      width: 30%;
      font-family: 'Josefin Sans', sans-serif;
      color: rgb(180, 180, 180);
      margin-top: 0;
    }
    #fmobile-contact{
      width: 100%;
      margin-bottom: 50px;
    }
    .fmobile-nav1>a{
      display: flex;
      justify-content: center;
    }
    .fmobile-contact>a, .fmobile-nav1>a{
      color: white;
      width: 100%;
    }
    #searchbar>div{
      width: 90%;
    }
}


/* 561px res */
@media only screen and (max-width: 561px){
  #searchbar>form{
    width: 80%;
  }
  #searchbar>form>span{
    font-size: 5vw;
  }
}




@media only screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}