@font-face {
  font-family: "ReemKufi-Bold";
  src: url("../fonts/ReemKufi/ReemKufi-Bold.ttf");
}
@font-face {
  font-family: "ReemKufi-Medium";
  src: url("../fonts/ReemKufi/ReemKufi-Medium.ttf");
}
@font-face {
  font-family: "ReemKufi-Regular";
  src: url("../fonts/ReemKufi/ReemKufi-Regular.ttf");
}
@font-face {
  font-family: "ReemKufi-SemiBold";
  src: url("../fonts/ReemKufi/ReemKufi-SemiBold.ttf");
}
@font-face {
  font-family: "Nunito-Black";
  src: url("../fonts/Nunito/Nunito-Black.ttf");
}
@font-face {
  font-family: "Nunito-BlackItalic";
  src: url("../fonts/Nunito/Nunito-BlackItalic.ttf");
}
@font-face {
  font-family: "Nunito-Bold";
  src: url("../fonts/Nunito/Nunito-Bold.ttf");
}
@font-face {
  font-family: "Nunito-BoldItalic";
  src: url("../fonts/Nunito/Nunito-BoldItalic.ttf");
}
@font-face {
  font-family: "Nunito-ExtraBold";
  src: url("../fonts/Nunito/Nunito-ExtraBold.ttf");
}
@font-face {
  font-family: "Nunito-ExtraBoldItalic";
  src: url("../fonts/Nunito/Nunito-ExtraBoldItalic.ttf");
}
@font-face {
  font-family: "Nunito-ExtraLight";
  src: url("../fonts/Nunito/Nunito-ExtraLight.ttf");
}
@font-face {
  font-family: "Nunito-ExtraLightItalic";
  src: url("../fonts/Nunito/Nunito-ExtraLightItalic.ttf");
}
@font-face {
  font-family: "Nunito-Italic";
  src: url("../fonts/Nunito/Nunito-Italic.ttf");
}
@font-face {
  font-family: "Nunito-Light";
  src: url("../fonts/Nunito/Nunito-Light.ttf");
}
@font-face {
  font-family: "Nunito-LightItalic";
  src: url("../fonts/Nunito/Nunito-LightItalic.ttf");
}
@font-face {
  font-family: "Nunito-Medium";
  src: url("../fonts/Nunito/Nunito-Medium.ttf");
}
@font-face {
  font-family: "Nunito-MediumItalic";
  src: url("../fonts/Nunito/Nunito-MediumItalic.ttf");
}
@font-face {
  font-family: "Nunito-Regular";
  src: url("../fonts/Nunito/Nunito-Regular.ttf");
}
@font-face {
  font-family: "Nunito-SemiBold";
  src: url("../fonts/Nunito/Nunito-SemiBold.ttf");
}
@font-face {
  font-family: "Nunito-SemiBoldItalic";
  src: url("../fonts/Nunito/Nunito-SemiBoldItalic.ttf");
}

@media (min-width: 992px) {
  .nav2 {
    position: sticky;
    top: 0;
    z-index: 999;
  }
}

@media (min-width: 1600px){
    .container {
        max-width: 1540px;
    }
}
.bg-grey {
  background: #f1f1f1;
}
.search-form input {
  border-radius: 20px;
  background: transparent;
  border: 1px solid #ced4da;
}
.search-form .btn-search {
  background-color: transparent;
}
.search-form .btn-search:focus {
  box-shadow: none;
}
.search-form input:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}
@media (max-width: 991px) {
  .top-navbar {
    display: none;
  }
}
.nav2 .navbar .navbar-nav,
.top-navbar .navbar .navbar-nav{
  gap: 20px;
}

@media (max-width: 320px) {
  .navbar-light .navbar-toggler{
    font-size: 12px;
  }
}
.home-swiper, .home-swiper .swiper {
  height: calc(100vh - 83px);
}
.home-swiper .swiper-slide{
    height:100%;
}
/*.home-swiper .swiper-slide.slide-1{*/
/*    display: flex;*/
/*    align-content: center;*/
/*}*/

@media (max-width: 991px) {
    .home-swiper, .home-swiper .swiper {
        height: calc(80vh - 83px);
    }
    .home-swiper .swiper-slide h1{
        margin-top: 35%;
        padding-left:10%;
        padding-right: 10%;
    }
}
.home-swiper .swiper-slide.slide-1 {
  background: url("../images/Image 58.png") 0 0 no-repeat;
  background-size: cover !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.home-swiper .swiper-slide h1 {
  font-size: 95px;
  color: #fcfcfc;
  font-family: "ReemKufi-Regular";
  max-width: 800px;
  line-height: 127px;
}
.home-swiper .for {
  font-family: "Vivaldi";
  font-size: 80px;
  color: #fcfcfc;
}
@media (min-width: 600px) and (max-width: 991px) {
  .home-swiper .swiper-slide h1 {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
  .home-swiper .swiper-slide.slide-1 {
    height: 100%;
  }
  .home-swiper .swiper-slide h1 {
    font-size: 50px;
    line-height: 70px;
  }
  .home-swiper .for{
    font-size: 60px;
  }
}
@media (max-width: 559px){
  .home-swiper .swiper-slide h1 {
    font-size: 30px;
    line-height: 50px;
  }
  .home-swiper .for{
    font-size: 50px;
  }
  .home-swiper .swiper-slide.slide-1 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 280px) {
  .home-swiper .swiper-slide h1 {
    font-size: 20px;
  }
  .home-swiper .for{
    font-size: 25px;
  }
}

.home-swiper .swiper-pagination-bullet {
  width: 101px;
  background-color: #fff;
  opacity: 0.4;
  border-radius: 4px;
}
@media (max-width: 418px) {
  .home-swiper .swiper-pagination-bullet {
    width: 60px;
  }
}
.home-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.navbar-nav .nav-item .nav-link,
.dropdown-menu .dropdown-item {
  font-family: "ReemKufi-Bold";
  font-size: 14px;
  color: #393939;
  line-height: 15px;
}
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
.dropdown-item.active,
.dropdown-item:active {
  background: none;
}
/* .dropdown-menu .dropdown-item {
  padding: 15px 0;
} */
.nav-search {
  position: relative;
}
.nav-search:hover input#searchbox,
.nav-search input#searchbox:active,
.nav-search input#searchbox:focus {
    width: 492px;
    border-radius: 10px;
    height: 50px;
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: -14px;
    right: -10px;
}
@media (max-width: 991px) {
  .nav-search:hover input#searchbox,
  .nav-search input#searchbox:active,
  .nav-search input#searchbox:focus {
    width: 200px;
    right: 0px;
  }
}
.nav-search input#searchbox {
  width: 0px;
  opacity: 0;
  z-index: 1;
  position: absolute;
  height: 50px;
    top: -14px;
    right: -10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav-item .nav-link span{
  background: linear-gradient(to bottom, #ffa200, #fece3e);;
  text-align: center;
  width: 20px;
  top: 20%;
  margin-left: -10px;
  border-radius: 50%;
  height: 20px;
  padding-top: 2px;
}
@media (max-width: 320px) {
  .nav-item .nav-link svg{
    width: 20px;
    height: 20px;
  }
}


.sect-serve h2 {
  font-family: "ReemKufi-Bold";
  font-size: 43px;
  color: #393939;
  max-width: 500px;
}
.sect-serve p {
  font-family: "Nunito-SemiBold";
  font-size: 14px;
  color: #393939;
}
.sect-serve a {
  color: #ffaf29;
  font-family: "Nunito-SemiBold";
  font-size: 20px;
}
.sect-serve a span {
  font-size: 27px;
}
.sect-serve a:hover {
  text-decoration: none;
}

.bg-darkblue p {
  color: #ffffff;
  font-family: "Nunito-SemiBold";
  font-size: 14px;
}
.bg-darkblue .card-footer {
  background: transparent;
  border: none;
}
.bg-darkblue .card-footer p {
  color: #393939;
  font-family: "ReemKufi-Regular";
  font-size: 16px;
  position: relative;
  display:inline-block;
}
.bg-darkblue a {
  text-decoration: none;
}
.bg-darkblue a:hover p {
  color: #ffaf29;
}
@media (min-width: 1200px) {
    .bg-darkblue a p::before {
    content: "";
    background: #fff;
    position: absolute;
    left: -100px;
    transition: all 0.5s ease;
  }
  .bg-darkblue a:hover p::before {
    content: "";
    background: #ffaf29;
    width: 40px;
    height: 2px;
    top: 12px;
    left: -50px;
    position: absolute;
  }
}

/* @media (min-width: 1024px) {
    .bg-darkblue a:hover p::before{
        left: -12px;
    }
} */
/* @media (max-width: 768px) {
    .bg-darkblue a:hover p::before{
        left: 63%;
    }
}
@media (max-width: 415px) {
    .bg-darkblue a:hover p::before{
        left: 125px;
    }
}
@media (max-width: 320px) {
    .bg-darkblue a:hover p::before{
        left: 65px;
    }
}
@media (max-width: 280px){
    .bg-darkblue a:hover p::before {
        left: 25px;
    }    
} */
.bg-darkblue .card {
  border: none;
  border-radius: 0;
}
.bg-yellow {
  width: 200px;
  height: 200px;
  background: #fece3e;
  box-shadow: 0 3px 6px #ffaf29 inset;
  border-radius: 50%;
}
.bg-darkblue .bg-yellow p {
  color: #393939;
  font-family: "Nunito-SemiBold";
  font-size: 14px;
  text-align: center;
  max-width: 144px;
}
.bg-darkblue .bg-yellow a {
  font-family: "ReemKufi-Bold";
  font-size: 14px;
  color: #393939;
}

.bg-trend h6 {
  color: #363636;
  font-family: "ReemKufi-Bold";
  font-size: 43px;
}
.bg-trend a {
  color: #363636;
}
.bg-trend .card {
  background-color: #fff;
  border: none;
  filter: drop-shadow(0 3px 6px rgba(58, 58, 58, 0.16));
}
.bg-trend .image-container {
  position: relative;
}
.bg-trend .discount {
  background: linear-gradient(to top, #f0cf6c, #fece3e);
  padding: 5px 25px 5px 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) inset;
  font-size: 10px;
  border-radius: 16px;
  color: #393939;
  font-family: "Nunito-Bold";
  font-size: 12px;
}
.bg-trend .wishlist {
  height: 35px;
  width: 35px;
  border: 1px solid #363636;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.bg-trend .first {
  position: absolute;
  width: 100%;
  padding: 9px;
}
@media (max-width: 280px) {
  .bg-trend .first {
    padding: 2px;
  }
}
.bg-trend .swiper-button-next,
.bg-trend .swiper-button-prev {
  background: #1c314e;
  padding: 20px !important;
}
.bg-trend .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.bg-trend .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #fff;
  font-size: 25px;
}
.bg-trend .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.bg-trend .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.bg-darkblue {
  background: #1c314e;
  box-shadow: 0px 3px 6px #1c314e inset;
}
.page-footer.bg-darkblue {
  background: #f1f1f1;
  box-shadow: 0px 3px 6px #f1f1f1 inset;
}
.bg-darkblue h4 {
  font-family: "ReemKufi-Bold";
  font-size: 43px;
  color: #fff;
}
.bg-grey h4 {
  font-family: "ReemKufi-Bold";
  font-size: 43px;
  color: #070707;
}
.btn-register {
  background: linear-gradient(to bottom, #ffa200, #fece3e);
  color: #000000;
  font-size: 16px;
  font-family: "ReemKufi-Bold";
  outline: none;
  border: none;
  border-radius: 100px;
  padding: 10px 65px;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.24) inset;
  margin-top: 25px;
}
/* @media (max-width: 320px) {
  .prodDetails .btn-register {
    padding: 10px 10px;
  }
} */
.btn-register.btn-submit {
  padding: 10px 35px;
}
.btn-register:focus {
  box-shadow: none;
}

.page-footer p a,
.page-footer p {
  font-family: "Nunito-Regular";
  font-size: 14px;
  color: #393939;
  line-height: 20px;
}
.page-footer p a:hover {
  text-decoration: none;
}
.page-footer h6 {
  font-family: "Nunito-Bold";
  font-size: 16px;
  color: #1c314e;
}
.page-footer .footer-links {
  border-bottom: 1px solid #499ec3;
}

/* CATEGORY PAGE */

.bg-darkblue .breadcrumb {
  background: none;
  margin-bottom: 0;
}
.bg-darkblue .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-family: "Nunito-Regular";
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
.bg-darkblue .breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-family: "Nunito-Regular";
  font-size: 16px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.overlay {
  position: absolute;
  bottom: 100%;
  left: 0px;
  right: 0;
  background-color: #1c314e;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  opacity: 0.76;
}
.image-overlay:hover .overlay {
  bottom: 0;
  height: 100%;
}
.bg-products .image {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-products .text {
  color: white;
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "ReemKufi-Bold";
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* SUB-CATEGORY PAGE */
.bg-products .overlay-text {
  position: absolute;
  background: #1c314e;
  bottom: 0;
  opacity: 0.65;
  width: 100%;
}
.bg-products .overlay-text .txt {
  font-family: "ReemKufi-Medium";
  font-size: 25px;
  color: #ffffff;
}
.bg-products .border-col {
  border: 1px solid #1c314e;
}
@media (min-width: 992px) {
  .bg-products .border-col.left-col {
    border-left: none;
  }
}
.bg-products h5 {
  font-family: "ReemKufi-Bold";
  font-size: 25px;
  color: #1c314e;
}

/* PRODUCT LIST PAGE*/
.bg-pro h6 {
  font-family: "Nunito-Regular";
  font-size: 24px;
  color: #070707;
}
.bg-pro form label {
  font-family: "Nunito-Bold";
  font-size: 20px;
  color: #070707;
}
/* .bg-pro form option{
    font-family: 'Nunito-Regular';
    font-size: 20px;
    color: #070707;
} */
.bg-pro .form-control {
  border: 1px solid #707070;
  border-radius: 0;
}
.bg-pro .product-image {
  position: relative;
}
.bg-pro .product-image span{
    font-family: "Nunito-Bold";
    font-size: 16px;
    color: #070707;
    padding: 10px;
}
.product-links {
  padding: 10px 10px 10px 10px;
  margin: 0;
  list-style: none;
  opacity: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 1;
}
.product-links li,
.product-links-1 i {
  height: 35px;
  width: 35px;
  border: 1px solid #363636;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.product-links-1 a {
  text-decoration: none;
}
.product-links li i,
.product-links-1 i {
  color: #363636;
}
.bg-pro .card .overlay-text {
  background: #1c314e;
}
.bg-pro .card {
  border: none;
  border-radius: 0;
  filter: drop-shadow(0px 3px 6px rgb(0, 0, 0, 16%));
  margin-top: 30px;
}
.bg-pro .card .overlay-text .txt {
  font-family: "ReemKufi-Regular";
  font-size: 25px;
  color: #fff;
}
.bg-pro .card .overlay-text .txt-price {
  font-family: "Nunito-Regular";
  font-size: 18px;
  color: #fff;
}
.bg-pro .card a {
  text-decoration: none;
}
.pg-blue .page-item .page-link {
  font-family: "Nunito-Regular";
  font-size: 18px;
  color: #1c314e;
  border: 1px solid #1c314e;
  border-radius: 0;
}
.pg-blue .page-item .page-link:hover {
  background: none;
}
.pg-blue .page-item .page-link.page-no:hover,
.pg-blue .page-item .page-link.page-no.active {
  background: #1c314e;
  color: #fece3e;
}
@media (max-width: 320px) {
  .pg-blue .page-item .page-link {
    font-size: 12px;
  }
}
@media (max-width: 280px) {
  .pg-blue .page-item .page-link {
    padding: 0.9rem !important;
  }
}
@media (max-width: 415px) {
  .pg-blue .page-item .page-link img {
    display: none;
  }
}

/* PRODUCT DETAILS PAGE */
.bg-proDetails .swiper-pagination-bullet {
  width: 101px;
  background-color: #fff;
  opacity: 0.4;
  border-radius: 4px;
}
@media (max-width: 320px) {
  .bg-proDetails .swiper-pagination-bullet {
    width: 65px;
  }
}
.bg-proDetails .swiper-pagination-bullet-active {
  opacity: 1;
}
.bg-proDetails .swiper .swiper-button-next,
.bg-proDetails .swiper .swiper-button-prev {
  background: #1c314e;
  right: 0px;
  padding: 30px !important;
}
.bg-proDetails .swiper .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px;
}
.bg-proDetails .swiper .swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after,
.bg-proDetails .swiper .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 44px;
  color: #fff;
}
@media (max-width: 320px) {
  .bg-proDetails .swiper .swiper-button-next,
  .bg-proDetails .swiper .swiper-button-prev {
    padding: 15px !important;
  }
  .bg-proDetails .swiper .swiper-button-next::after,
  .swiper-rtl .swiper-button-prev::after,
  .bg-proDetails .swiper .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    font-size: 25px;
  }
}
.bg-proDetails .card {
  border: none;
}
.bg-proDetails .product-image img {
  filter: blur(2px);
}
.bg-proDetails .card .overlay-text {
  background: #1c314e;
  /* position: absolute; */
  bottom: 0px;
}
@media (min-width: 992px) {
  .bg-proDetails .card .overlay-text {
    width: 90%;
  }
}
.bg-proDetails .card .overlay-text .txt {
  font-family: "ReemKufi-Regular";
  font-size: 20px;
  color: #fff;
  max-width: 445px;
}
.bg-proDetails p {
  font-family: "Nunito-Regular";
  font-size: 15px;
  color: #070707;
}
.bg-proDetails h6 {
  font-family: "Nunito-Bold";
  font-size: 25px;
  color: #070707;
}
.icons-div {
  justify-content: space-evenly;
}
.icons-div a {
  height: 35px;
  width: 35px;
  border: 1px solid #363636;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.icons-div a i {
  color: #363636;
}
.icons-div .btn-register {
  padding: 10px 25px;
}
.bg-proDetails .table {
  background: #f1f1f1;
}
.bg-proDetails .table .border-none {
  border: none;
}
.bg-proDetails .table tr td {
  padding: 20px;
  font-family: "Nunito-Regular";
  font-size: 15px;
  color: #070707;
}
.bg-proDetails .table tr th {
  padding: 20px;
  font-family: "Nunito-Bold";
  font-size: 15px;
  color: #070707;
}
.bg-recom .card {
  border: 1px solid #888888;
}
.bg-recom .wishlist {
  height: 25px;
  width: 25px;
  border: 1px solid #363636;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.bg-recom .wishlist i {
  color: #363636;
}
.bg-recom .first {
  padding: 10px 10px 0px 10px;
}
.bg-recom a:hover {
  text-decoration: none;
}
.bg-recom .text .txt {
  font-family: "ReemKufi-Bold";
  font-size: 18px;
  color: #070707;
}
.bg-recom .text .txt-price {
  color: #fece3e;
  font-family: "Nunito-SemiBold";
  font-size: 14px;
}
.prodDetails #form select.form-control:not([size]):not([multiple]) {
  height: calc(3.5rem + 2px);
}
.prodDetails #form .form-group label,
.bg-proDetails #form .form-group label {
  font-family: "Nunito-Bold";
  font-size: 18px;
  color: #000000;
}
.prodDetails #form .form-group label span,
.bg-proDetails #form .form-group label span {
  color: red;
}
.prodDetails #form .form-group .form-control::placeholder,
.bg-proDetails #form .form-group .form-control::placeholder {
  font-family: "Nunito-Regular";
  font-size: 18px;
  color: #707070;
}
@media (max-width: 415px) {
  .prodDetails #form .form-group .form-control::placeholder,
  .bg-proDetails #form .form-group .form-control::placeholder {
    font-size: 14px;
  }
}
.prodDetails .input-group-text,
.bg-proDetails .input-group-text {
  background: none;
  font-family: "Nunito-Regular";
  font-size: 18px;
  color: #707070;
}
.modal-open .modal {
  background: rgb(15, 36, 71, 0.65);
}

/* CONTACT US PAGE */

.bor-bottom {
  border-bottom: 1px solid #1c314e;
}
.cont-div h6 {
  color: #32455f;
  font-family: "ReemKufi-Bold";
  font-size: 16px;
}
.cont-div p,
.off-add {
  color: #070707;
  font-family: "Nunito-Regular";
  font-size: 15px;
}
.cont-div {
  background: #f1f1f1;
  padding: 20px;
  height: 200px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.product-name .txt {
  font-size: 24px;
  font-family: "ReemKufi-Bold";
  color: #070707;
}
.product-name {
  border-bottom: 1px solid #070707;
}
.prod-desp h5 {
  font-family: "Nunito-Bold";
  font-size: 21px;
  color: #070707;
}
.prod-desp p {
  font-family: "Nunito-Bold";
  font-size: 18px;
  color: #070707;
}
.nav-pills .nav-item {
  background: #1c314e;
  border-radius: 10px;
}
.nav-pills .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  font-family: "Nunito-Regular";
}
.nav-pills .nav-item .nav-link:hover {
  cursor: pointer;
}
input[type="radio"] {
  display: none;
}
input[type="radio"]:checked + .option-label {
  background: linear-gradient(to bottom, #ffa200, #fece3e);
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgb(255 0 0 / 24%) inset;
  color: #000;
  cursor: pointer;
}

.prod-desp .avail-option {
  background-color: transparent;
  color: #070707;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-family: "Nunito-Bold";
  transition: 0.4s;
}

.prod-desp .nav-pills{
  gap: 15px;
}

.slideshow-items {
  width: 100%;
}
.slideshow-thumbnails {
  width: 100px;
}
#slideshow-items-container {
  display: inline-block;
  position: relative;
}

#lens {
  background-color: rgba(233, 233, 233, 0.4);
}
#lens,
#result {
  position: absolute;
  display: none;
  z-index: 1;
}

#result{
    filter: drop-shadow(0px 3px 6px rgb(0, 0, 0, 16%));
}
@media (max-width: 991px) {
  #lens,
  #result {
    display: none !important;
  }
}
.slideshow-items {
  display: none;
}
.slideshow-items.active {
  display: block;
}
.slideshow-thumbnails {
  opacity: 0.5;
}
.slideshow-thumbnails.active {
  opacity: 1;
}
#lens,
.slideshow-items,
.slideshow-thumbnails,
#result {
  border: solid var(--light-grey-2) 1px;
}

/* About Page */
.sect-value .pos-absol {
  background: #1c314e;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  position: absolute;
  border: 4px solid #fff;
  left: calc(50% - 56px);
  bottom: calc(25% - 56px);
  /* transform: translate(-50%, -50%); */
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 3px 16px rgb(0, 0, 0, 16%));
}
.sect-value .pos-rel{
  position: relative;
}
/* @media (max-width: 800px) {
  .pos-absol {
    bottom: 50%;
  }
}
@media (max-width: 640px) {
  .pos-absol {
    bottom: 60%;
  }
}
@media (max-width: 540px) {
  .pos-absol {
    bottom: 30%;
  }
}
@media (max-width: 320px) {
  .pos-absol {
    bottom: 40%;
  }
} */
.sect-value h5{
  font-family: "ReemKufi-Bold";
    font-size: 25px;
    color: #1c314e;
}
.sect-value p{
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  color: #070707;
  font-size: 15px;
  font-family: "Nunito-Regular";
}
.sect-value .card {
  border: none;
  border-radius: 0;
  border-bottom: 10px solid #1c314e;
}
.sect-value .card .card-title {
  color: #1c314e;
  font-size: 25px;
  font-family: "ReemKufi-Bold";
}
.sect-value .card .card-text {
  color: #070707;
  font-size: 15px;
  font-family: "Nunito-Regular";
}
.sect-value .card .card-img-top {
  border-radius: 0;
}

.bg-commit {
  background: #1c314e;
}
.bg-commit .pos-absol {
  background: #1c314e;
  width: 122px;
  height: 45px;
  border-radius: 25px;
  position: absolute;
  border: 4px solid rgb(255, 255, 255);
  left: 28%;
  top: 0%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 3px 16px rgb(0, 0, 0, 16%));
  font-size: 20px;
  font-family: "Nunito-Bold";
  color: #ffffff;
}
.bg-commit h5 {
  font-size: 25px;
  font-family: "Reemkufi-Bold";
  color: #ffffff;
}
.bg-commit .card .card-text {
  font-size: 22px;
  font-family: "Reemkufi-Bold";
  color: #1c314e;
}
.bg-commit .card {
  border: none;
  height: 255px;
}

.bg-management .card p {
  font-size: 15px;
  font-family: "Nunito-Regular";
  color: #070707;
  max-width: 850px;
}
.bg-management .card h5 {
  font-size: 24px;
  font-family: "Reemkufi-Bold";
  color: #1c314e;
}
.bg-management .card h6 {
  font-size: 18px;
  font-family: "Reemkufi-Regular";
  color: #fe9434;
}
.bg-management .card {
  border: none;
  border-radius: 0;
  background: #f9f9f9;
}
.bg-management h5,
.bg-register h5 {
  color: #1c314e;
  font-size: 25px;
  font-family: "Reemkufi-Bold";
}

/* REGISTRATION FORM */
.bg-register .registration-form label {
  font-size: 18px;
  font-family: "Nunito-Bold";
  color: #000000;
  line-height: 24px;
}
.bg-register .registration-form label span {
  color: #ff0000;
}
.bg-register .registration-form .form-control::placeholder {
  font-size: 18px;
  font-family: "Nunito-Regular";
  color: #707070;
  line-height: 18px;
}
.bg-register .registration-form .btn-otp {
  background: linear-gradient(to bottom, #ffa200, #fece3e);
  color: #000000;
  font-size: 20px;
  font-family: "ReemKufi-Bold";
  outline: none;
  border: none;
  border-radius: 15px;
  padding: 10px 45px;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.24) inset;
  margin-top: 25px;
}
@media (max-width: 320px) {
  .bg-register .registration-form .btn-otp {
    padding: 10px 20px;
  }
}

.bg-register .registration-form .btn-sign,
.btn-sign.btn-reg {
  background: linear-gradient(to bottom, #ffa200, #fece3e);
  color: #000000;
  font-size: 16px;
  font-family: "ReemKufi-Bold";
  outline: none;
  border: none;
  border-radius: 100px;
  padding: 10px 65px;
  box-shadow: 0px 3px 6px rgba(255, 0, 0, 0.24) inset;
  margin-top: 25px;
}
@media (max-width: 320px) {
  .btn-sign.btn-reg {
    padding: 10px 10px;
  }
}
.ben-prem {
  background: #f9f9f9;
}
.ben-prem h4 {
  font-size: 25px;
  font-family: "Reemkufi-Bold";
  color: #1c314e;
}
.ben-prem p {
  font-size: 15px;
  font-family: "Nunito-Regular";
  color: #070707;
}

/* BLOG PAGE START */
.bg-lightgreen .card-deck .card,
.bg-founder .card-deck .card,
.bg-center .card-deck .card {
  border: none;
  border-radius: 0;
  filter: drop-shadow(6px 6px 12px rgb(17, 22, 17, 0.1));
}
.bg-center .bg-col-8 .card-deck .card .card-media {
  position: relative;
  width: 100%;
}
.bg-center .card-deck .card .date {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #1c314e;
  color: #fff;
  padding: 15px;
  font-size: 12px;
  font-family: "ReemKufi-Bold";
  font-weight: 400;
  font-style: italic;
}
.bg-center .card-deck .card .card-title {
  font-size: 22px;
  color: #393939;
  font-family: "ReemKufi-Bold";
  font-weight: 600;
  font-style: normal;
}
.bg-center{overflow:hidden;}
.bg-center .card-deck .card .card-body a {
  text-decoration: none;
}
.bg-center .card-deck .card .card-text {
  font-size: 12px;
  color: #ffa200;
  font-family: "Nunito-Regular";
  font-weight: 400;
  font-style: italic;
}
.bg-col-green .card-deck .card .card-title {
  font-size: 14px;
  color: #393939;
  font-family: "ReemKufi-Bold";
  font-weight: 600;
  font-style: normal;
}
.bg-center .bg-col-green .card .card-media img{
    max-width: 140px;
    max-height: 80px;
    object-fit: cover;
}
.bg-col-green {
  background: #f9f9f9;
  position:relative;
}
.bg-col-green::after{
  content: "";
  position: absolute;
  top:0;
  width: 100%;
  right:-100%;
  background-color: #f9f9f9;
  height:100%;
  z-index: -1;
}
.bg-col-green h6 {
  font-size: 18px;
  color: #393939;
  font-family: "ReemKufi-Bold";
  font-weight: 600;
  font-style: normal;
}
.bg-col-8 h3 {
  font-size: 26px;
  color: #393939;
  font-family: "ReemKufi-Bold";
  font-weight: 600;
  font-style: normal;
}
.h3.rel-article {
  position: relative;
}
.h3.rel-article::after {
  position: absolute;
  content: "";
  width: 200px;
  height: 5px;
  left: 0;
  background: rgb(28, 49, 78);
  bottom: -5px;
}
.bg-col-green a {
  text-decoration: none;
  font-size: 16px;
  color: #ffa200;
  font-family: "ReemKufi-Bold";
  font-weight: 400;
  font-style: normal;
}
.bg-center .article-p {
  font-family: "graphie", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  color: #ffa200;
}
.article-img .pos-rel{
  position: relative;
}
.article-img p{
  font-family: "Nunito-Regular";
  font-size: 15px;
  color: #070707;
  max-width: 700px;
}
/* .play-btn {
  left: calc(50% - 30px);
  top: calc(50% - 130px);
  position: absolute;
} */





/* CART PAGE */
.shopping-cart,
.wishlist-table,
.order-table {
    margin-bottom: 20px
}

.shopping-cart .table,
.wishlist-table .table,
.order-table .table {
    margin-bottom: 0
}

.shopping-cart .btn,
.wishlist-table .btn,
.order-table .btn {
    margin: 0
}

.shopping-cart>table>thead>tr>th,
.shopping-cart>table>thead>tr>td,
.shopping-cart>table>tbody>tr>th,
.shopping-cart>table>tbody>tr>td,
.wishlist-table>table>thead>tr>th,
.wishlist-table>table>thead>tr>td,
.wishlist-table>table>tbody>tr>th,
.wishlist-table>table>tbody>tr>td,
.order-table>table>thead>tr>th,
.order-table>table>thead>tr>td,
.order-table>table>tbody>tr>th,
.order-table>table>tbody>tr>td {
    vertical-align: middle !important;
    font-size: 18px;
    color: #000;
    font-family: "ReemKufi-Bold";
}

.shopping-cart>table thead th,
.wishlist-table>table thead th,
.order-table>table thead th {
    padding-top: 17px;
    padding-bottom: 17px;
    border-width: 1px;
}

.shopping-cart .remove-from-cart,
.wishlist-table .remove-from-cart,
.order-table .remove-from-cart {
    display: inline-block;
    color: #ff5252;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
}

.shopping-cart .count-input,
.wishlist-table .count-input,
.order-table .count-input {
    display: inline-block;
    width: 100%;
    width: 86px;
}

.shopping-cart .product-item,
.wishlist-table .product-item,
.order-table .product-item {
    display: table;
    width: 100%;
    min-width: 150px;
    margin-top: 5px;
    margin-bottom: 3px;
}

.shopping-cart .product-item .product-thumb,
.shopping-cart .product-item .product-info,
.wishlist-table .product-item .product-thumb,
.wishlist-table .product-item .product-info,
.order-table .product-item .product-thumb,
.order-table .product-item .product-info {
    display: table-cell;
    vertical-align: top;
}

.shopping-cart .product-item .product-thumb,
.wishlist-table .product-item .product-thumb,
.order-table .product-item .product-thumb {
    width: 130px;
    padding-right: 20px
}

.shopping-cart .product-item .product-thumb>img,
.wishlist-table .product-item .product-thumb>img,
.order-table .product-item .product-thumb>img {
    display: block;
    width: 100%
}

@media screen and (max-width: 860px) {
    .shopping-cart .product-item .product-thumb,
    .wishlist-table .product-item .product-thumb,
    .order-table .product-item .product-thumb {
        display: none;
    }
}

.shopping-cart .product-item .product-info span,
.wishlist-table .product-item .product-info span,
.order-table .product-item .product-info span {
    display: block;
    font-size: 13px;
    font-family: "Nunito-Regular";
}

.shopping-cart .product-item .product-info span>em,
.wishlist-table .product-item .product-info span>em,
.order-table .product-item .product-info span>em {
    font-weight: 500;
    font-style: normal;
}

.shopping-cart .product-item .product-title,
.wishlist-table .product-item .product-title,
.order-table .product-item .product-title {
    margin-bottom: 6px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 500;
}

.shopping-cart .product-item .product-title>a,
.wishlist-table .product-item .product-title>a,
.order-table .product-item .product-title>a {
    transition: color .3s;
    color: #000000;
    font-size: 16px;
    font-family: "ReemKufi-Bold";
    line-height: 1.5;
    text-decoration: none;
}

.shopping-cart .product-item .product-title>a:hover,
.wishlist-table .product-item .product-title>a:hover,
.order-table .product-item .product-title>a:hover {
    color: #0da9ef;
}

.shopping-cart .product-item .product-title small,
.wishlist-table .product-item .product-title small,
.order-table .product-item .product-title small {
    display: inline;
    margin-left: 6px;
    font-weight: 500;
}

.wishlist-table .product-item .product-thumb {
    display: table-cell !important;
}

@media screen and (max-width: 576px) {
    .wishlist-table .product-item .product-thumb {
        display: none !important;
    }
}
.shopping-cart-footer {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #e1e7ec;
}

.shopping-cart-footer>.column {
  display: table-cell;
  padding: 5px 0;
  vertical-align: middle;
}

.shopping-cart-footer>.column:last-child {
  text-align: right;
}

.shopping-cart-footer>.column .btn {
  margin-right: 0;
  margin-left: 15px;
  background: linear-gradient(to bottom, #ffa200, #fece3e);
  color: #000000;
  font-size: 16px;
  font-family: "ReemKufi-Bold";
  border: none;
  border-radius: 0;
}

@media (max-width: 768px) {
  .shopping-cart-footer>.column {
      display: block;
      width: 100%;
  }
  .shopping-cart-footer>.column:last-child {
      text-align: center;
  }
  .shopping-cart-footer>.column .btn {
      width: 100%;
      margin: 12px 0 !important;
      background: linear-gradient(to bottom, #ffa200, #fece3e);
      color: #000000;
      font-size: 16px;
      font-family: "ReemKufi-Bold";
      border: none;
  }
}


img.zoom {
    width: 200px;
    height: 200px;
    border-radius:5px;
    border: 1px solid #cfcfcf;
    box-shadow: 3px 3px 12px #00000020;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}





.tech-details .nav-tabs .nav-item.show .nav-link, .tech-details .nav-tabs .nav-link.active {
  box-shadow: 0px -1px 6px #00000029;
  background-color: #fff;
  border-top: 4px solid #1C314E;
  font-family: "ReemKufi-Bold";
  color: #1C314E;
  font-size: 16px;
}
.tech-details .nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  font-family: "ReemKufi-Medium";
  color: #1C314E;
  font-size: 16px;
}
.tech-details .nav-tabs {
  border-bottom: 1px solid #1C314E;
}
@media (max-width: 600px) {
  .tech-details .nav-tabs{
    display: flex;
    overflow: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding: 0 1rem;
  }
  .tech-details .nav-tabs .nav-item .nav-link{
    width: 180px;
    text-align: center;
  }
}

.tech-details .btn{
  border-radius: 9px;
  background: #fff;
  box-shadow: 3px 3px 12px #0000001A;
}
.tech-details .myImg{
  border-radius: 9px;
}
.tech-details .btn-register{
  background: linear-gradient(to bottom, #ffa200, #fece3e);
    color: #000000;
    font-size: 16px;
    font-family: "ReemKufi-Bold";
    outline: none;
    border: none;
    border-radius: 100px;
    padding: 10px 55px;
    box-shadow: 0px 3px 6px rgb(255 0 0 / 24%) inset;
    margin-top: 0;
}
.tech-details .pdf-down p{
  font-size: 15px;
  font-family: "Nunito-Regular";
  color: #070707;
}
.tech-details .pdf-down{
  background-color: #FFF1DE;
}
.fitting-inst ul{
  padding-left: 20px;
  list-style: decimal;
  font-size: 15px;
  font-family: "Nunito-Regular";
  color: #070707;
}
.fitting-inst ul li{
  padding-bottom: 1rem;
}
.fitting-inst p{
  border-bottom: 1px solid #DCE2E9;
}
.fitting-inst p{
  font-family: "ReemKufi-Bold";
  font-size: 16px;
  color: #1C314E;
}
.img-box-shadow img{
  box-shadow: 3px 3px 12px #0000001A;
}
.table .bg-darkblue{
  color: #ffffff;
  font-size: 16px;
  font-family: "Nunito-Bold";
}
.table .tbody{
  font-size: 16px;
  font-family: "Nunito-Bold";
  color: #070707;
}
.heart-bg{
  background: #FAB630;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: all !important;
}


.slideshow-thumbnails,
.slideshow-items{
    filter: drop-shadow(0px 3px 6px rgb(0, 0, 0, 16%));
}


















.fancybox-inner {
  position:relative;
  width: 100% !important;
  height: 100% !important;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
    background-size: 1300px;
  /*Set the size of the magnifier glass:*/
  width: 200px;
  height: 200px;
}
.fancybox-lock .fancybox-overlay{
    overflow: hidden !important;
}
.fancybox-wrap {
    width: 800px !important;
    height: 800px !important;
}























