
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

* {
  margin: 0 ;
  padding: 0;
  scroll-behavior: smooth;

}
:root {
  --primary-color: #AF8842;
  --secondary-color: #FCFCFC;
  --success-color: #000000;
  --dark: #202020;
  --dark2: #1b1b1b;
  --dark3: #1b1b22;
  --dark-mode-bg: #27272e;
  --dark-mode-light: #d9d9d9;
  --dark-light: rgba(32, 32, 32, 0.15);
  --text-light2: #b6b6b6;
  --green: #005153;
  --light-color: #fafafa;
  --text-color1: #292b31;
  --text-color2: #333333;
  --text-light: #9b9b9b;
  --light-bg: #f8f8f8;
  --dark-bg: #0a120f;
  --dark--bg: #0a120f;
  --white: #fff;
  --font-lora: 'Poppins', sans-serif;
  --font-exo: 'Poppins', sans-serif;
}
::selection {
  color: var(--white);
  background: var(--primary-color);
  -webkit-text-fill-color: var(--white);
}
html {
  
  font-size: 1rem;
  
}
@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 1rem;
  }
 
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fs-24{
    font-size: 20px;
  }
  html {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 0.9rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  html {
    font-size: .8rem;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 1rem;
  }
}

body {
  overflow-x: hidden !important;
}
button {
  outline: none;
  border: none;
}
a {
  color: unset;
  text-decoration: none;
}
a:focus {
  outline: 0 solid;
}
a:hover {
  text-decoration: none;
  color: unset;
}
input:focus,
.faq-form .form-inner textarea:focus,
.comment-form .form-inner textarea:focus,
.contact-form .form-inner textarea:focus,
textarea:focus,
button:focus {
  outline: none;
}
i.bx {
  vertical-align: middle;
}
.dropdown-menu {
  width: fit-content;
  background-color: #AF8842;
  color: white !important;
}
.dropdown-menu li a {

  color: white !important;
}
.dropdown-menu li:hover a {
  
  color: #AF8842 !important;
  background-color: #FCFCFC;
}
.active{
  border-bottom: 1px solid white;
  
  width: 40px;
 
}
.fw-Medium{
  font-weight: 500;
} 

.fs-13{
  font-size: 13px;
}
.fs-20{
  font-size: 20px;
}
.fs-22{
  font-size: 22px;
}
.fs-24{
  font-size: 24px;
}
.fs-30{
  font-size: 30px;
}
.fs-34{
  font-size: 34px;
}
.fs-40{
  font-size: 40px;
}
.fs-50{
  font-size: 50px;
}
.fw-SemiBold{
  font-weight: 600;
}
.rounded-14{
  border-radius: 14px;
}
.bg-gray {
  background-color: #F5F4F4;
}
.dropdown-menu{
  font-size: 1.13rem !important;
}
.dropdown-item.active, .dropdown-item:active{
  color: #203d7c !important;
  background-color: white !important;
}
::placeholder {
  color: gray !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: gray !important;
}
#inputGroupFile02::-webkit-file-upload-button {
  display: none;
}
.activeColor{
  font-weight: bold;
  color: var(--primary-color) !important;
  
}
.activeBorder{
  border-bottom: 2px solid var(--primary-color);
  
  width: 40px;
 
}
.bgHeader{
  background-color: white;
  background-image: url('../images/bg/bgHeader.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.MobileDeviceHeader{
  width: -webkit-fill-available;
}

.section-2-Bg-img{
  
  background-image: url('../images/bg/Section2Bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}

.MobileDevicSection-2{
  width: 420px;
}
.bgWhite{
  min-height:520px  ;
  background-color: white;
}
.numSection3{
  border: 2px solid var(--primary-color);
 padding-left: 20px;
 padding-right: 20px;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 50px;
 height: 50px;
}
.section-3-img{
  width: -webkit-fill-available;
}
.contentBg{
  background-image: url('../images/bg/bgHeader.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.aboutImg2 {
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
  width: 100%;
  height: 100%;
}
.backgroundAboutImg{
  width: 95%;
  height: 95%;
  background-color: var(--primary-color);
  border-top: 5px solid var(--primary-color);
  border-left: 5px solid var(--primary-color);
  border-radius: 20px;
}
footer{
  background-image: url('../images/bg/Section2Bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-mobile{
  position: absolute;
  text-align: center;
  background-color:var(--secondary-color) ;
  opacity: .8;
}

.bredcramb{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.btn-menu{
  position: absolute;
  right: 10px;
  top: 40px;
}
.aboutImg1{
  width: 100%;
}
@media (max-width: 1440px) {
  .MobileDevicSection-2{
    width: 350px;
  }
  .bgWhite{
    min-height:400px  ;
    background-color: white;
  }
}
@media screen and (max-width:1024px) {
  .aboutImg1{
    width: -webkit-fill-available;

  }
 
  .backgroundAboutImg{
    width: 95%;
    height: 55%;
  
  }
  .MobileDevicSection-2{
    width: 250px;
  }
  .bgWhite{
    min-height:180px  ;
    background-color: white;
  }
}

@media screen and (max-width:990px) {
  .aboutImg1{
    width: -webkit-fill-available;

  }
  .backgroundAboutImg{
    width: 95%;
    height: 95%;
  
  }
  .MobileDevicSection-2{
    width: 400px;
  }
  .bgWhite{
    min-height:1800px  ;
    background-color: white;
  }
  .section-2-Bg-img{
    background-color: #000000;
    background-image:none;
  }
  .navbar-toggler:focus{
    box-shadow: none !important;
  }
.fs-26{
  font-size: 26px;
}
#cansel{
  position: absolute;
  z-index: 200000;
}
.show{
  display: flex;
}
  #navbarNavDropdown{
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position:fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 100% !important;
    background-color: #ffffffc8 !important;
    /* opacity: .7 !important; */
    text-align: center !important;
    z-index: 20000 !important;
  }
 
.lh-lg{
  line-height: normal !important;
}
footer{
  background-image:none;
  background-color: var(--success-color);
}
}
@media screen and (max-width:769px) {

 
 
}
@media screen and (max-width:426px) {
  .aboutImg1{
    width: -webkit-fill-available;

  }
  .MobileDevicSection-2{
    width: -webkit-fill-available;
  }
  .bgWhite{
    min-height:1900px  ;
    background-color: white;
  }

  .fs-80{
    font-size: 40px;
  } 
.StoreImg{
  width: 190px;
}

 


}
@media screen and (max-width:387px) {
  .bgWhite{
    min-height:1600px  ;
    background-color: white;
  }
}
@media screen and (max-width:320px) {
  .bgWhite{
    min-height:1400px  ;
    background-color: white;
  }
}