﻿/*------------------------------Navbar Start-----------------------------------------*/

.navbar {
  background-color: #2E0754;
  padding: 10px 15px;
  height: 90px;
}

.fixed-top {
  top: 0;
  width: 100%;
  z-index: 1030;
}

.shadow {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand img {
  height: 70px;
}

.navbar-nav .nav-link {
  color: white;
  font-size: 16px;
  margin: 0 10px;
}

.navbar-nav .nav-link:hover {
  color: #d4d5ff;
}

.navbar-nav .nav-link.active-link {
  color: #d4d5ff !important;
  font-weight: 500;

}

.navbar-collapse {
  background-color: #2E0754;
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
  width: 100%;
  line-height: 27px;
}


.navbar-toggler {
  border: none;
  outline: none;
}

.lang-switch {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-right: 10px;
  background-color: white;
  padding: 7px 9px;
  border-radius: 5px;
  font-family: 'Cairo', sans-serif;
  transition: color 0.3s ease-in-out;
}

.lang-switch img {
  width: 25px;
  height: 15px;
  margin-left: 5px;
}

.dropdown-toggle::after {
  display: none !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}



.lang-btn {
  outline: none;
  border: none;
}

.lang-btn:hover {
  color: #d4d5ff;
}


.dropdown-menu {
  background-color: #212529;
  border-radius: 5px;
  min-width: 150px;
  border: none;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.dropdown.show .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
}


.dropdown-menu .dropdown-item {
  color: white;
  font-size: 14px;
  transition: background-color 0.3s ease-in-out, padding-left 0.3s ease-in-out;
}


.dropdown-menu .dropdown-item:hover {
  background-color: #343a40;
  padding-left: 15px;
}

/*------------------------------header closing-----------------------------------------*/

.header-middle-right {
  width: 50%;
  height: auto;
  float: right;
  width: calc(50% - 0px);
  margin-top: 23px;
}

.header-middle-right .header-phone,
.header-middle-right .header-mail {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #60626D;
  display: inline;
  min-width: 220px;
  margin-right: 40px;
}

.header-middle-right .header-phone svg,
.header-middle-right .header-mail svg {
  float: left;
  margin-right: 12px;
  max-width: 100%;
  height: auto;
}


.header-middle-right .header-phone b a,
.header-middle-right .header-mail b a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  display: block;
  margin-top: 8px;
}

.header-middle-right ul {
  float: right;
}

.header-middle-right ul li {
  float: left;
}

li.header-enquiry {
  margin-top: 12px;
}

.enquiry-btn:hover {
  background: linear-gradient(180deg, #DF1818 -8.14%, #BF2932 100%);
  border: solid 1px #DF1818;
  color: #fff;
}


/***************** Search Start *******************/

.nav-search {
  padding: 0px 20px;
  min-height: 27px;
  margin: 8px auto;
}

form.form-search {
  margin-bottom: 0px;
  width: 225px;
  height: 35px;
  margin: 0px 20px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
}

form#searchform-mob {
  margin-bottom: 0px;
  width: auto;
  height: 44px;
  margin: 0px 20px;
  background: #F4F1F1;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}

.nav-search input {
  height: 35px;
  float: left;
  text-align: left;
  border-radius: 4px 0px 0px 4px;
  border: none;
  width: 180px;
  padding: 12px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background: transparent !important;
}

.nav-search input::placeholder {
  color: #fff;
  opacity: 1;
}

.nav-search img {
  vertical-align: middle;
}

.nav-search img {
  border-radius: 0px 4px 4px 0px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding: 9px 5px;
}

.nav-phone {
  min-height: 44px;
  vertical-align: middle;
  float: left;
  margin: 12px 15px;
}

li.nav-phone a img {
  vertical-align: middle;
}

li.nav-phone a span {
  vertical-align: middle;
}

.nav-phone span {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #000000;
}

.header-top.nav-fix .header-search {
  display: none;
}

.header-top-right {
  float: right;
  text-align: right;
}

.header-top-right .Enquiry {
  float: right;
}

.header-bottom .nav-acc {
  display: none;
}

li.nav-arabic {
  margin: 15px 0px;
}

/***************** Search End *******************/

li.nav-acc {
  padding-top: 5px;
  padding-left: 10px;
}

.nav-acc-text {
  font-family: 'Work Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding-left: 5px;
  vertical-align: middle;
}

.cart-count-wish,
.cart-count-cart {
  position: absolute;
  top: 30px;
  bottom: 0;
  background: #D8452C;
  padding-top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 10px;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-count-wish {
  right: 65px;
}

.cart-count-cart {
  right: 15px;
}

.nav-fix .nav-lister li ul.social-media {
  display: none;
}

.header-bottom.nav-fix .nav-search {
  display: none;
}

.social-media {
  margin-top: 0px !important;
  padding-top: 0px !important;
  border: none !important;
}

.mob-nav-arabic img {
  filter: brightness(0);
  height: 24px;
  width: 46px;
}

.mob-head-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.search-container-control {
  position: absolute;
  right: 0px;
  width: 100%;
  display: none;
  top: 80px;
  z-index: 1000;
  background: #fff;
}

.search-container-control.opened {
  display: inline-block;
}

.search-input-field {
  text-overflow: ellipsis;
  padding: 12px 10px 12px 15px;
  width: 100%;
  background: transparent;
  color: #fff;
  ;
}

.search-input-field::placeholder {
  color: #fff;
}

.search-close-icon {
  background: #CCCCFF;
  border: none;
  cursor: pointer;
  padding: 0px 14px;
  display: flex;
  align-items: center;
}

.search-btn-submit {
  background: #CCCCFF;
  border: none;
  cursor: pointer;
  padding: 0px 14px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-left: none;
}

.search-btn-submit img {
  filter: brightness(0);
}

.search-open-cls img {
  filter: brightness(0);
  width: 24px;
}

.search-btn-submit i {
  font-size: 20px;
  color: #fff;
}

.form-search {
  display: flex;
}

.nav-search-close-icon {
  width: 18px;
  filter: brightness(0) invert(1);
}

.search-container-control .nav-search-close-icon {
  margin: 0px !important;
  filter: brightness(0);
}

.mob-search-sec {
  padding: 15px;
  background: #DF1818;
  top: 70px;
}

.mob-search-sec .form-search {
  width: 100% !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mob-search-sec .form-search img {
  width: 18px;
}

.mob-search-sec .form-search {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

@media(min-width: 768px) and (max-width: 1024px) {
  .search-container-control {
    padding-right: 30px;
  }
}