@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

*{
    margin: 0;
    padding: 0; 
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    
  }

  :is(h1, h2, h3, h4, h5, h6, button, .order) {
    font-family: 'Libre+Baskerville', serif; 
    font-weight: 400 !important;
    
}

  p{
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    word-spacing: 10px;
    font-weight: 300 !important;
  }

  button{
    font-size: 12px;
  }


  strong{
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 300 !important;
  }

html{
  scroll-behavior: smooth;
}
body{
  
  background: #fff;
  overflow: scroll;
  height: 100vh;
  width: 100vw;

  --color1: #181818 ;
  --color2: #fff ;
  /* scroll-snap-type: y mandatory;
  overflow-y: scroll; */
}

.container{
    position: fixed;
    top: 50;
    left: 0;
    margin: auto;
    width: 100%;
    background-color: #fff;
    z-index: 100;
}
.nav-bar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  position: relative;
  background-color: var(white);
  padding: 12px 20px;
}
.logo-sm img {height: 40px;width: 200px;}

.menu {display: flex;}
.menu li {padding-left: 30px;}
.menu li a {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  color: var(--color1);
  text-align: center;
  transition: 0.15s ease-in-out;
  position: relative;
  text-transform: uppercase;
}
.menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--color1);
  transition: 0.15s ease-in-out;
}
.menu li a:hover:after {width: 100%;}
.open-menu , .close-menu {
  position: absolute;
  color: var(--color1);
  cursor: pointer;
  font-size: 1.5rem;
  display: none;
}
.open-menu {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.close-menu {
  top: 20px;
  right: 20px;
}
#check {display: none;}
@media(max-width: 900px){
  .menu {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 80%;
      height: 100vh;
      position: fixed;
      top: 0;
      right: -100%;
      z-index: 100;
      background-color: var(--color2);
      transition: all 0.2s ease-in-out;
      border-left: 2px solid black;
      box-shadow: -10px 0px 50px 1px #505050;
  }
  .logo-sm { opacity: 0; transition-duration: 0.5s;}

  .menu li {margin-top: 40px;}
  .menu li a {padding: 10px;}
  .open-menu , .close-menu {display: block;}
  #check:checked ~ .menu {right: 0;}
}

/* Floating Social Media Bar Style Starts Here */

.fl-fl {
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -160px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    border-radius: 10px;
  }
  .float-sm a{
    color: white;
  }
  
  .fa, .fa-brands {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
  }
  
  .fl-fl:hover {
    right: 0;
  }
  
  .fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px!important;
    vertical-align: top!important;
  }
  
  .float-fb {
    background: #316FF6;
    bottom: 10%;
  }

  .float-ig {
    
    background-image: linear-gradient(to top, #f9ce34, #ffaf31, #ff903d, #ff704d, #ff5160, #f9396e, #ef1f7e, #e0008f, #cf00a0, #b800b3, #960ec5, #6228d7);
    bottom: 24%;
  }

  .float-wu{
    background: #2abc5b;
    bottom: 17%;

  }

  @media (max-height: 700px) {
    .float-fb {
      bottom: 15%;
  
    }
  
    .float-ig {
      
      background-image: linear-gradient(to top, #f9ce34, #ffaf31, #ff903d, #ff704d, #ff5160, #f9396e, #ef1f7e, #e0008f, #cf00a0, #b800b3, #960ec5, #6228d7);
      bottom: 39%;
    }
  
    .float-wu{
      background: #2abc5b;
      bottom: 27%;
  
    }
  } 

  /* Floating Social Media Bar Style Ends Here */



  footer{
    bottom: 0;
    width: 100%;
    background-color: silver;
    margin-top: 50px;
    display: flex;
    text-align: center;
  }

  footer p{
    padding: 50px 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  footer .fa{
    color: #181818;
  }

  footer i:hover{
    color: white;
  }

  footer a{
    color: #181818;
  }
  footer a:hover{
    color: white;
  }
  