@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');
body{
    font-family: 'Poppins', sans-serif;
}

.right {
    float: right;
    float: inline-end;
  
  }
  .navbar .nav-link {
    color: rgb(0, 0, 0) !important;
  
  }
  


  .input-field {
    max-width: 120%;
    width: 100%;
    height: 65%;
    background-color: #f0f0f0;
    margin: 10px 0;
    border-radius: 40px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 0 0.4rem;
    position: relative;
  
  }

  .input-field i {
    text-align: center;
    line-height: 55px;
    color: #acacac;
    font-size: 1.5rem;
  }
  .input-field input {
    background: none;
    outline: none;
    border: none;
    line-height: 1;
    /* font-weight: 600; */
    font-size: 1.2rem;
    color: #333;
    text-transform: uppercase;
  }
  
  .input-field input:placeholder-shown {
    color: #aaa;
    font-weight: 500;
  }

  .butn.transparent {
    margin: 0;
    background: none;
    border: 2px solid #fff;
    width: 130px;
    height: 41px;
    font-weight: 600;
    font-size: 0.8rem;
  }
  
  .butn {
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 48px;
    color: white;
    background-color: #1a36c3;
    text-transform: uppercase;
    font-weight: 600;
    /* margin: 10px 0; */
    transition: all 0.5s;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .butn:hover {
    background-color: rgb(0, 23, 228);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    color: white;
  }
  .search-btn {
    height: 45%;
    width: 30%;
    margin-left: 68%;
    margin-top: 0;
  }

  .search {
    margin-bottom: 10%;
  }

  #search {
    height: 55%;
    width: 60%;
    transition: all 1s;
    border-bottom: 2;
    border-top: none;
    border-right: none;
    border-left: none;
    background: none;
    box-shadow: rgba(46, 46, 46, 0.35) -5px 10px 10px;
  }
  
  #search:focus-within {
    width: 80%;
    border: none;
    border-bottom: 2;
    border-top: none;
    border-right: none;
    border-left: none;
    background: none;
    outline: none;
    box-shadow: rgba(46, 46, 46, 0.35) -5px 10px 10px;
  }
  .contain::before {
    content: '';
    position: absolute;
    height: 2000px;
    width: 2000px;
    /* top: 120%;
    left: 40%;  */
    background-image: linear-gradient(45deg, #204cdb 30%, #2600bfda 70%);
    /* transform: translateY(-50%); */
    border-radius: 50%;
    background-attachment: fixed;
    overflow: hidden;
  
  }

  .nav-item {
    font-weight: 500;
    font-size: larger;
    padding-left: 4%;
  }

  .nav-link {
    justify-content: center;
    border-radius: 30px;
  }
  
  .nav-item:hover {
    background-color: rgba(51, 51, 51, 0.093);
    width: 100%;
    border-radius: 30px;
    height: 45px;
  }

  .dropdown-item {
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
  }
  
  .sign {
    position: relative;
    float: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 5%;
    margin-top: 4%;
    width: 48%;
  }

  .button-size-lg {
    width: 150px;
    height: 49px;
  }
  
  .button-size-md {
    width: 130px;
    height: 41px;
  }
  
  .button-size-auto {
    width: fit-content;
  
  }

  @media(max-width:552px) {
    .hide {
    margin-top: -4%;
    }

  }

  .nav-list{
    margin-left: 2%;
  }

  .about{
    font-weight: 500;
    font-size: larger;
    padding-left: 4%;
  }

  .hide{
    text-align: center;
  }
/* .navbar-brand{
  text-align: center;
  align-items: center;
  align-content: center;
} */

@media (max-width:890px) {
  .hide{
    float: right;
    width: 45%;
    margin-top: -2%;
    margin-right: 25%;
  }
  
}

@media (min-width:890px) {
  .hide{
    float: right;
    width: 18%;
    margin-top: -2%;
    width:45%;
    margin-right: 35%;
  }
  
}

.navbar-brand{
  margin-right: auto;
  margin-left: auto;
}