* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
.instrument-sans {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.charm-regular {
  font-family: "Charm", cursive;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Instrument Sans", sans-serif;
}

.topbar {
  background: linear-gradient(#d2a905, #EFBF04);
  /* background-color: #EFBF04;  */
  padding: 8px 20px;
  color: rgb(159, 46, 5);
  color: #222222;
  font-weight: bold;
  text-align: center;
}

.navbar-brand span {
  font-size: 30px;

}

.navbar-brand span:hover {
  /* color: #EFBF04; */
  color: rgb(247, 213, 149);
  filter: drop-shadow(0 0 0.85rem rgb(63, 63, 64));

}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}


.dropdown-menu {
  background-image: linear-gradient(to top, #572d03, rgb(114, 33, 4) 40%);
  border: none;
  transition: all 0.3s ease-in-out;
}

.dropdown-menu a {

  color: #FFF;
}

.dropdown-menu a:hover {
  background-image: linear-gradient(to top, #572d03, rgb(114, 33, 4) 40%);


  color: #EFBF04;
}

.navbar-nav .nav-link {
  color: #ffffff !important;
  /* Bright white for all links */
  opacity: 1;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #EFBF04 !important;
  /* Keep hover/active white */
}
  .custom-toggler {
    padding: 1px;
    width: 32px;
    height: 32px;
 
  }

  .custom-toggler .navbar-toggler-icon {
  
    background-size: 70% 70%;
  }

@media(max-width: 576px) {
  .topbar {
    font-weight: normal;
  }

  .navbar-brand img {
    width: 50px;
    height: 50px;
  }

  .navbar-brand span {
    font-size: 22px;

  }

  .navbar-nav .nav-link {
    font-size: 14px !important;
  }

}
/* ------------------------- 
      hero-section
 ------------------------- */

.hero-section {
    background-image: url(images/tap-7024478_1280.jpg);
    height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 100px;
    padding-right: 20%;
}

.let-us {
    /* background-color: rgb(49, 105, 189); */
    text-align: center;
   
    border-radius: 10px;

}
.let-div {
    background-color: rgb(49, 105, 189);
     padding: 20px;

}

.fom {
    /* padding-top: 10px */
    border-radius: 10px;
    /* box-shadow: 10px 2px 2px 2px rgb(248, 248, 249); */

}
.let-form {
        box-shadow: 2px 2px 6px 2px rgb(226, 226, 245);
        padding:30px;

}

.Send-Now {
    background-color: rgb(89, 102, 218);
    color: white;
    border: none;
 padding: 10px 40px;
    font-weight: 500;
}
 /* .............................
        footer
   ................................ */

.s-footer {
    
    background: linear-gradient(#d2a905,#EFBF04);
  
}

.l-footar {
      display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */


    padding: 10px 0;
}

.nutty {
    color: rgb(0, 0, 0);
}
.logos{
    display: flex;
    color: rgb(0, 0, 0);
    gap: 15px;

}
.b-box{
  width: 50px;
  height: 50px;
  background-color:  rgb(114, 33, 4);
  text-align: center;
  border-radius: 5px;
  position:fixed;
  right: 10px;
  top:90%;
  box-shadow: -2px 1px 1px 1px rgb(47, 46, 46);
}
.b-box i{
padding-top: 15px;
}
.b-box a{
  color: white;
}