@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

body {
    padding: 0;
    font-size: 16px;
    color: #f1f1f1;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input,
button {
  border: 0;
  background-color: transparent;
}

input:visited, input:active, input:focus,
button:visited,
button:active,
button:focus {
  outline: none;
  text-decoration: none;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

ul li {
  list-style: none;
}

.read-more {
  background-color: #fff;
  color: #7750f9;
  padding: 5px 15px;
  border-radius: 30px;
  border: 2px solid #7750f9;
  font-weight: 700;
}

@media (min-width: 1400px) {
  .read-more {
    padding: 8px 25px;
  }
}

@media (max-width: 768px) {
  .read-more {
    padding: 5px 10px;
    font-size: 14px;
  }
}

.nav-item .translateLang {
color: #8f7547 !important;
}



.menu li a {
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 20px;
  line-height: 1;
  padding: 10px 14px;
  margin: 0 5px;
  border: 1.5px solid transparent;
  font-weight: 700;
}

@media (max-width: 992px) {
  .menu li a {
    padding: 7px 13px;
    margin-bottom: 5px;
  }
}

.menu li a.active, .menu li a:hover {
  border: 1.5px solid #fff;
}

@media (max-width: 992px) {
  .menu li a {
    margin: 0 5px;
    padding: 7px 12px;
  }
}

@media (max-width: 768px) {
  .menu li a {
    margin: 4px 0;
    padding: 7px 12px;
  }
}

@media (max-width: 991.98px) { 
  .fixed-top{
  position: static;
} 
}


.navbar-toggler i {
  color: #fff;
}

footer {
  background-color: #8e7449;
}

footer .f-logo {
  width: 100px;
  margin: 0 auto 1rem;
  display: block;
}

@media (max-width: 992px) {
  footer .f-logo {
    margin: 0 0 1rem 0;
  }
}

footer .form {
  position: relative;
  padding: 0.0rem 0;
}

    footer .form small {
        //font-size: 11px;
        font-size: 13px;
    }

footer .white-logo::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #fff;
  left: -1rem;
  top: 0;
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-links a {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.6rem;
  font-size: 0.8rem;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0.4rem;
}

.social a {
  color: #fff;
  font-size: 1.4rem;
  margin-right: 1rem;
}

.form-input {
  border: 3px solid #9a825b;
  border-radius: 5px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-input input {
  background-color: transparent;
  width: 90%;
  padding: 0.3rem 1rem;
  color: #fff;
  font-weight: 600;
}

.form-input input::-webkit-input-placeholder {
  color: #fff;
}

.form-input input:-ms-input-placeholder {
  color: #fff;
}

.form-input input::-ms-input-placeholder {
  color: #fff;
}

.form-input input::placeholder {
  color: #fff;
}

.form-input i {
  color: #fff;
}
.white-logo {
  position: relative;
}


.white-logo .s-logo {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.white-logo .t-logo {
  max-width: 200px;
  width: 100%;
  display: block;
  border-top: 2px solid #fff;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}

@media (min-width: 1400px) {
  .white-logo .t-logo {
    max-width: 200px;
  }
}

.header {
  width: 100%;
  background-color: white;
  padding: 1.5rem 0 1rem;
  position: relative;
  z-index: 9;
}

.header .logo {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 180px;
  z-index: 99;
}

@media (max-width: 370px) { 
  .header .logo {
    max-width: 150px;
  }
 }

@media (max-width: 992px) {
  .header .logo {
    top: 0;
  }
}

.header .logo::after {
    content: "";
    position: absolute;
    //left: -20px;
    right: -7px;
    top: 6px;
    width: 1.5px;
    height: 80%;
    background-color: #d5dbe1;
}

.header .logo img {
  image-rendering: crisp-edges;
  width: 100%;
  height: 35px;
  display: block;
  margin-right: 1rem;
}

@media (max-width: 992px) {
  .header .logo {
    margin: 0 auto 0 0;
  }
}

.header .bg-cy {
  background-color: #8e7449;
  color: #fff !important;
  border-radius: 50%;
  margin-top: 0.3rem;
  width: 1.7rem;
  height: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

@media (min-width: 1400px) {
  .header nav ul li {
    padding: 0 0.5rem;
  }
}

.header nav ul li a {
    font-weight: 700;
    color: #969798 !important;
    text-transform: uppercase;
    //font-size: 11px;
    font-size: 13px;
}

@media (max-width: 576px) {
  .header nav ul li a {
    text-align: left;
  }
}

.banner {
  background-color: #ebedec;
  color: #778d9f;
}

.banner h1 {
  font-family: Helvetica, Arial, sans-serif;
  color: #8D734A;
  border-bottom: 3px solid #8D734A;
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .banner h1 {
    padding-top: 3rem;
  }
}

.banner h2 {
  font-family: Acumin-Pro;
  color: #748A9D;
  font-size: 24px;
  font-weight: bold;
}

.banner p {
  font-family: Helvetica, Arial, sans-serif;
  color: #acb0b3;
  font-size: 16px;
  font-weight: normal;
}

.banner a {
  background-color: #8D734A;
  padding: 0.5rem 1.5rem;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 11px;
  margin: 1rem 0;
}

.banner a:hover {
  background-color: #DAC27C;
}

.aboutbanner {
  background-color: #ebedec;
  color: #778d9f;
}

.aboutbanner h1 {
  color: #8D734A;
  border-bottom: 2px solid #DAC27C;
  font-family: Acumin-Pro;
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .aboutbanner h1 {
    padding-top: 3rem;
  }
}

.aboutbanner h2 {
  color: #748A9D;
  font-size: 21px;
  font-weight: 600;
}

.aboutbanner p {
  color: #748A9D;
  font-family: Acumin-Pro;
  font-size: 16px;
  font-weight: bold;
}

.aboutbanner a {
  background-color: #8D734A;
  padding: 0.5rem 1.5rem;
  border-radius: 0.3rem;
  color: #fff;
  font-size: x-small;
  margin: 1rem 0;
}

.aboutfeatured {
  max-width: max-content;
  margin: 0 auto;
}

.aboutfeatured h1, .newsfeatured h1 {
  color: #8D734A;
  font-family: Acumin-Pro;
  font-size: 32px;
  font-weight: bold;
  border-top: 2px solid #ebeff3;
}

.readmore{
  color: #8D734A;
  font-family: Arial;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.readmore i {
  color: #8D734A;
  margin: 0;
  padding: 0;
}

.readmore i span {
  font-family: Arial;
  font-weight: normal;
  padding-left: 6px;
}

.aboutfeatured p, .newsfeatured p {
  color: #748A9D;
  font-family: Acumin-Pro;
  font-size: 13px;
  font-weight: normal;
}


.aboutprocess {
  max-width: max-content;
  margin: 0 auto;
}

.aboutprocess h1 {
  color: #8D734A;
  font-family: Acumin-Pro;
  font-size: 32px;
  font-weight: bold;
}

.aboutprocess h2 {
  color: #8D734A;
  font-family: Acumin-Pro;
  font-size: 26px;
  font-weight: bold;
}

.aboutprocess p {
  color: #748A9D;
  font-family: Acumin-Pro;
  font-size: 14px;
  font-weight: normal;  
}

.process {
  border-bottom: 2px solid #ebeff3;
}



.contactform {
  background-color: #F6F8F9;
  color: #A6ADB4;
}

.contactform .radioText{
  color: #676464;
}

.contactform .fileType{
  height:187px;
  width:100%;
  color:grey;
  background-color:white;
}

.formTitle {
  color: #8D734A;
  border-bottom: 0.15rem dashed #EBEDED;
}

.formArea {
  border-color: #EBEDED;
}

.contactform h1 {
  color: #8D734A;
  font-size: 32px;
  font-weight: 600;
}

.contactform button {
  background-color: #8D734A;
  padding: 0.5rem 2.0rem;
  border-radius: 0.3rem;
  color: #fff;
  font-family: Helvetica;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1rem 0;
}

.products {
  width: 95%;
  max-width: max-content;
  margin: 0 auto;
}

.aboutfeatured, .aboutprocess {
  width: 70%;
  max-width: max-content;
  margin: 0 auto;
}

.newsfeatured, .news {
  width: 65%;
  max-width: max-content;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .products, .aboutfeatured, .aboutprocess, .newsfeatured, .news {
    width: 100%;
  }
}


.news h1 {
  color: #8D734A;
  font-family: Acumin-Pro;
  font-size: 24px;
  font-weight: bold;
}

.newscolstyle1 {
  background-color: #DAC27C;
  color: #fff;
  width: 100%;
  height: 100%;
}

.newscolstyletext {
  padding: 30px;
}

.newscolstyle1 h2{
  font-family: Acumin-Pro;
  font-size: 24px;
  font-weight: bold;
  color: #8D734A;
}

.newscolstyle1 p{
  background-color: #DAC27C;
  font-family: Acumin-Pro;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}

.newscolstyle2 {
  background-color: #DAC27C;
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 30px;
}

.newscolstyle2 h2{
  font-family: Acumin-Pro;
  font-size: 24px;
  font-weight: bold;
  color: #8D734A;
}

.newscolstyle2 p{
  background-color: #DAC27C;
  font-family: Acumin-Pro;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
}

.buyquran {
  width: 100%;
  max-width: max-content;
  margin: 0 auto;
}

.addtocart h2{
  font-family: Acumin-Pro;
  font-size: 16px;
  font-weight: bold;
  color: #8D734A;
}

.addtocart .price{
  font-family: Acumin-Pro;
  font-size: 16px;
  font-weight: bold;
  color: #748A9D;
}

.addtocart .tax{
  font-family: Acumin-Pro;
  font-size: 13px;
  font-weight: bold;
  color: #748A9D;
}


.addtocartdropdown{
  color:#676464;
  width: 100%;
  text-align: left;
  color: #A6ADB4;
}


.addtocart .addtocartdropdown, .addtocart option {
  width: 100%;
  color: #676464;
  background-color: #F0F4F8;
  border-radius: 0.3rem;
  font-size: 13px;
}

option:not(:checked) { 
  background-color: white; 
  color:#676464;
}

.addtocartbtn {
  background-image: url('../images/addtocart1.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 60%;
  height: 100%;
  background-color: #8D734A;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 13px;
  overflow: visible;
}

.addtocartbtn:hover {
  background-image: url('../images/addtocart2.png');
}

.addtocart p{
  font-family: Acumin-Pro;
  color: #748A9D;
  font-size: 13px;
  font-weight: normal;
}

.products h1 {
  color: #8D734A;
  font-family: Acumin-Pro;
  font-size: 32px;
  font-weight: bold;
}

.products p {
  color: #8f7547;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.smallText {
  font-size: 10px;
}

.smallTextBold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .products p {
    margin-bottom: 0.3rem;
  }
}

@media (max-width: 768px) {
  .products img {
    margin-bottom: 1.5rem;
  }
}

.product-menu {
  margin-top: 0px;
  position: relative;
  background-color: #fff;
}

.product-menu .wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -3rem;
  opacity: 1;
  margin-top: -600px;
  visibility: visible;
  z-index: 999;
  background-color: #fff;
  padding-bottom: 1rem;
  -webkit-transition: 0.0s ease-in-out;
  transition: 0.0s ease-in-out;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.product-menu .wrapper .container-fluid {
  width: 90%;
  margin: 0 auto;
  margin-top: 60px;
}

.product-menu .wrapper img {
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-menu .wrapper a {
  display: block;
}

.product-menu h5 {
  font-family: Helvetica, Arial, sans-serif;
  color: #748A9D;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2.0rem;
  text-transform: uppercase;
}

.product-menu p {
  color: #8f7547;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .product-menu p {
    font-size: 0.8rem;
    margin-top: 1rem;
  }
}

.product-menu.added .wrapper {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  z-index: 999;
  top: 0;
}


.shopping-cart {
  margin: 0;
  float: right;
  background: white;
  width: 420px;
  position: relative;
  border-radius: 3px;
  padding-bottom: 0;
}

.shopping-cart .wrapper {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -3rem;
  opacity: 1;
  margin-top: -600px;
  visibility: visible;
  z-index: 999;
  background-color: #fff;
  padding-bottom: 1rem;
  -webkit-transition: 0.0s ease-in-out;
  transition: 0.0s ease-in-out;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.shopping-cart .wrapper .container-fluid {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .shopping-cart p {
    font-size: 0.8rem;
    margin-top: 1rem;
  }
}

.shopping-cart.added .wrapper {
  opacity: 1;
  margin-top: 40px;
  visibility: visible;
  z-index: 999;
  top: 0;
}
  
  shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
  }

  .shopping-cart-items {
    
    padding-top: 20px;

     }

    .shopping-cart-items img {
      float: left;
      margin-right: 12px;
    }
    
    .shopping-cart-items h4 {
      color: #748A9D;
      font-size: 12px;
      font-weight: bold;
    }

    .shopping-cart-items .item-remove a {
      color: #748A9D;
      font-size: 10px;
      border-bottom: 1px dotted #748A9D;
    }
    
    .shopping-cart-items .item-count {
      background-color: #f0f4f8;
      color: #90a2b2;
      font-size: 12px;
      margin:0;
      padding: 0;
      width: 70px;
    }

    .shopping-cart-items .item-price {
      margin-right: 8px;
      color: #748A9D;
      font-size: 12px;
      font-weight: bold;
    }

    .checkout {
      background-color: #8D734A;
      padding: 0.5rem 1.5rem;
      border-radius: 0.3rem;
      color: #fff;
      font-size: x-small;
      margin: 1rem 0;
    }
    .shopping-cart button {
      color: #90a2b2;
      font-family: Acumin-Pro;
      font-size: 14px;
      font-weight: normal;
    }
    .shopping-cart input {
      color: #90a2b2;
      font-family: Acumin-Pro;
      font-size: 14px;
      font-weight: normal;
      width: 100%;
    }

    .shopping-cart p {
      color: #A6ADB4;
      font-family: Acumin-Pro;
      font-size: 12px;
      font-weight: normal;
    }

    .buy-filter {
      margin: 0;
      float: right;
      background: white;
      width: 500px;
      position: relative;
      border-radius: 3px;
      padding-bottom: 0;
    }

    @media (max-width: 768px) {
  .buy-filter {
    width: 400px;
  }
 }
    
    .buy-filter .wrapper {
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: -3rem;
      opacity: 0;
      visibility: hidden;
      z-index: -999;
      background-color: #fff;
      padding-bottom: 1rem;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
    }
    
    .buy-filter .wrapper .container-fluid {
      width: 90%;
      margin: 0 auto;
    }

    .buy-filter.added .wrapper {
      opacity: 1;
      visibility: visible;
      z-index: 999;
      top: 0;
    }

    .filterclose i {
      color: #748A9D;
      margin: 0;
      padding: 0;
    }

    .buy-filter p {
      color: #748A9D;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-weight: bold;
      text-transform: none;
    }

    .choose-color ul {
      padding-left: 0;
    }

    .choose-color ul li{
      color: #8D734A;
      font-size: 16px;
      margin-bottom: 12px;
      display: block;
      text-transform: none;
    }

  

    .dot {
      background-color: #9A0202;
      height: 15px;
  width: 15px;
  border-radius: 50%;
  border-color: gray;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  cursor: pointer; 
    }

    .dot-red {
      background-color: #9A0202;
    }
    .dot-green {
      background-color:green;
    }
    .dot-brown {
      background-color: brown;
    }
    .dot-black {
      background-color: black;
    }
    .dot-blue {
      background-color: blue;
    }
    .dot-gold {
      background-color: gold;
    }
    .dot-white {
      background-color: white;
    }

    .quran-size p{
      color: #8D734A;
      font-size: 16px;
      text-transform: none;
      cursor: pointer; 
    }

    .quran-material {
      cursor: pointer; 
    }

    .info p {
      color: #A6ADB4;
      font-family: Acumin-Pro;
      font-size: 13px;
      text-transform: none;
      cursor: pointer; 
    }

    .filterbutton {
      text-transform: uppercase;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 11px;
      font-weight: bold;
      color: #8D734A;
      background-color: white;
      border-color: #8D734A;
    }

    .filterbutton:hover {
      color: white;
      background-color: #DAC27C;
      border-color: #DAC27C;
    }

    .filterinfo {
      margin: 0;
      float: right;
      background: white;
      width: 100%;
      position: relative;
      border-radius: 3px;
      padding-bottom: 0;
    }

    .filterinfo .wrap {
      position: absolute;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      background-color: #fff;
      padding-bottom: 1rem;
      -webkit-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
    }
    
    .filterinfo .wrap {
      margin: 0 auto;
    }

    .filterinfo.added .wrap {
      opacity: 1;
      visibility: visible;
      cursor: pointer; 
    }
    

    .filterinfo h5 {
      color: black;
      font-size: 20px;
      font-weight: bold;
    }

    .filterinfo p {
      color: #A6ADB4;
      font-size: 13px;
      font-weight: normal;
    }

    #Play {
      background-image: url('../images/about/play1.png');
      background-size: contain;
      width: 70px;
      height: 70px;
      left: -0.001px;
      top: 0px;
      overflow: visible;
  }

  #Play:hover {
    background-image: url('../images/about/play2.png');
}


@media (max-width: 768px) {
  #youtubeVideoDiv {
    height: 200px;
  }
 }

@media (min-width: 768px) { 
  #youtubeVideoDiv {
    height: 700px;
  }
}

.details {
  color: #A6ADB4;
  font-size: 16px;
  font-weight: normal;
  padding-left: 6px;
}
.themeHeaderTextColor {
    color:#8D734A;
}
  

/*# sourceMappingURL=main.css.map */