/**
* Template Name: Kafika
*/

/*--------------------------------------------------------------

# Header -1

--------------------------------------------------------------*/
.header-one.sticked {
  position: fixed;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  background-color: rgb(30, 27, 27);
  -webkit-animation: fadeInDown 1s ease-in-out;
  -moz-animation: fadeInDown 1s ease-in-out;
  top: 0;
  left: 0;
  -webkit-transition: 0.09s;
  -o-transition: 0.09s;
  transition: 0.09s;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../img/manu-close-icon.svg);
  width: 40px;
  height: 40px;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-light .collapsed .navbar-toggler-icon {
  background-image: url(../img/menu-icon.svg);
  width: 40px;
  height: 40px;
}

.header-one .container-fluid {
  max-width: 1590px;
}

.header-one a.navbar-brand {
  padding: 0px 60px 0px 0px;
  margin: 0;
}

.header-one .navbar-nav .nav-item .nav-link {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: white;
}

.header-one .navbar {
  padding: 15px 0;
}

.navbar-toggler {
  padding: 2px 7px;
  font-size: 18px;
}

.header-one a.nav-link {
  margin-right: 30px;
}

.header-one div#navbarSupportedContent {
  background-color: rgb(30, 27, 27);
}

.header-one .navbar-nav .nav-item .nav-link:hover,
.header-one .navbar-nav .nav-item .nav-link.active {
  color: var(--secondary-color);
}

.header-one input.form-control.me-2 {
  padding: 10px 20px 10px 55px !important;
  border: 1.5px solid #b28e6a;
  border-radius: 100px;
  font-size: 18px;
  color: var(--secondary-color);
  background: transparent;
  -webkit-box-shadow: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px;
}

.header-one form.serach-bar {
  margin-right: 20px;
}

.header-one i.fas.fa-search {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 23px;
  font-size: 18px;
  color: var(--secondary-color);
}

.serach-bar input::-webkit-input-placeholder {
  color: var(--secondary-color);
}

.serach-bar input::-moz-placeholder {
  color: var(--secondary-color);
}

.serach-bar input:-ms-input-placeholder {
  color: var(--secondary-color);
}

.serach-bar input::-ms-input-placeholder {
  color: var(--secondary-color);
}

.serach-bar input::placeholder {
  color: var(--secondary-color);
}

.header-one a.phone-btn {
  width: 58px;
  height: 58px;
  background-color: var(--primary-color);
  border-radius: 100px;
  position: relative;
}

.header-one i.fas.fa-phone-alt {
  color: #fff;
  position: absolute;
  top: 17px;
  left: 18px;
  font-size: 24px;
}

.header-one .dropdown-menu {
  background-color: #534930;
}

.header-one .dropdown-item {
  color: #fff;
}

.header-one .dropdown-item:focus,
.header-one .dropdown-item:hover {
  color: #ffffff;
  background-color: #b28e6a;
}

.dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  vertical-align: middle;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;

    -webkit-transform: translate3d(0, -100%, 0);

    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);
  }
}

/******************* responsive ********************/

@media (max-width: 1399.98px) {
  .header-one a.phone-btn {
    width: 52px;
    height: 52px;
  }

  .header-one a.navbar-brand {
    padding: 0px 30px 0px 0px;
  }

  .dropdown-toggle::after {
    margin: 0 !important;
  }

  .header-one i.fas.fa-phone-alt {
    top: 16px;
    left: 16px;
    font-size: 20px;
  }

  .header-one a.nav-link {
    margin-right: 12px;
  }

  .header-one form.serach-bar {
    margin-right: 10px;
  }

  .header-one .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }

  .header-one i.fas.fa-search {
    font-size: 16px;
  }

  .header-one input.form-contro {
    padding: 10px 65px 10px 50px !important;
    font-size: 16px;
  }
}

@media (max-width: 1199.98px) {
  .header-one input.form-control {
    padding: 10px 20px 10px 50px !important;
    width: 250px;
  }

  .header-one .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }

  .header-one a.navbar-brand {
    padding: 0px 30px 0px 0px;
  }

  .header-one a.navbar-brand img {
    width: 140px;
  }

  .header-one form .serach-bar {
    width: 255px;
  }
}

@media (max-width: 991.98px) {
  .header-one div#navbarSupportedContent {
    padding: 20px 0 0 0;
  }

  .header-one form.serach-bar {
    display: none !important;
  }

  .header-one a.phone-btn {
    display: none;
  }
}
