/* @font-face {
    font-family: gordita;
    src: url('../fonts/gordita/gordita-bold-webfont.woff');
    font-weight: 800;
    font-display: hidden;
}
@font-face {
    font-family: gordita;
    src: url('../fonts/gordita/gordita-medium-webfont.woff');
    font-weight: 700;
    font-display: hidden;
}
@font-face {
    font-family: gordita;
    src: url('../fonts/gordita/gordita-regular-webfont.woff');
    font-weight: 400;
    font-display: hidden;
} */


/* h1 , h2 , h3 , h4 , h5 , h6 , p{
    font-family: gordita !important;
} */





.container {
    max-width: 1140px;
  }
  .navbar-toggler-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.navbar-toggler {
  background: white;
}

  nav.navbar.navbar-expand-xl.py-0 .navbar-toggler-icon {
      background: 50%/100% 1;
      background: white;
  }
  nav.navbar.navbar-expand-xl.py-0 li.nav-item:hover {
      background: #800080;
  }
  nav.navbar.navbar-expand-xl.py-0 li.nav-item:hover a {
      color: white;
  }
  ul.dropdown-menu.show li a {
      color: black !important;
  }
  
  nav .navbar-brand {
    overflow: hidden;
    max-height: 107px;
  }
  nav .navbar-brand img {
   
    max-width: 155px !important;
    height: 155px;
    transform: translateY(-23px);
    background: rgba(255, 255, 255, 0);
  }
  nav .nav-item .nav-link {
    padding: 13px 20px !important;
    background-color: transparent;
    text-decoration: none;
    box-shadow: none;
    font-family: gordita, sans-serif;
  
    font-size: 14px;
    text-transform: none;
    line-height: 42px;
    letter-spacing: 0px;
    white-space: nowrap;
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav .nav-item a.nav-link {
    font-weight: 600px !important;
    color: rgb(241, 236, 236);
  }
  nav .nav-item .nav-link:hover {
    color:#800080;
  }
  form > i.fa-magnifying-glass {
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  .form-btn {
    margin: 0 15px;
    background-color: #fa2185;
    width: 173px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66px;
    font-size: 14px;
    color: white;
    font-weight: 700;
    text-decoration: none;
    box-shadow: none;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(250, 33, 133);
    border-radius: 4px;
    font-family: gordita, sans-serif;
  }
  button.form-btn:hover {
    background: #dd1772 !important;
}
  .form-btn > p {
    margin-bottom: 0px;
  }
  button.navbar-toggler {
    border: none;
    outline: none;
    color: white;
  }
  
  #hero-section .hero-content h2 {
    color: #291b2f;
    font-size: 64px;
    font-weight: 700;
    text-transform: none;
    line-height: 72px;
    letter-spacing: 0px;
  }
  .social_iconss i {
    color: #4d1f5e;
    font-size: 20px;
    padding: 4px;
}
  .nav-form{
    display: none;
  }
  @media (max-width:1200px){
    .nav-form{
      margin-bottom: 10px;
    }
    
  
  }

  @media (max-width:592px){
    .nav-form{
      flex-direction: column;
      margin-bottom: 10px;
    }
    .nav-form i{
      margin: 20px;
  
    }
    .nav-form button{
      width: 95%;
  
    }
  }
  
  /* <!-- ==============  navbar  end ==================--> */