@import url(https://fonts.googleapis.com/css2?family=Almarai:wght@300;

400;700;800&display=swap);@charset "UTF-8";
html,
body {
  scroll-behavior: smooth;
}

body {
  background: #F8F9FA;
  font-family: "Almarai", sans-serif;
  direction: rtl;
  color: #6D441E;
}

.hero-card {
  background: #F1DED1;
}

.avatar-img {
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  box-shadow: 0 2px 16px rgba(80, 60, 40, 0.12);
}

.card,
.topic-card,
.testimonial {
  background: #fff;
  border-radius: 1.25rem;
  border: none;
  box-shadow: 0 2px 12px rgba(80, 60, 40, 0.07);
}

.btn.btn-primary {
  background: #D9844A;
  border-color: #D9844A;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #976b4d;
  border-color: #976b4d;
}

.btn.btn-outline-primary {
  color: #a87756;
  border-color: #a87756;
  background: transparent;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
  color: #fff !important;
  background: #a87756 !important;
  border-color: #a87756 !important;
}

.btn.btn-outline-dark {
  border-color: #6D441E;
  color: #6D441E;
}

.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:focus {
  color: #fff !important;
  background: #a87756 !important;
  border-color: #a87756 !important;
}

.badge-light {
  background: #efd7c1;
  color: #a87756;
  font-size: 1rem;
}

.form-control,
input[type=text],
input[type=email] {
  border-radius: 2rem !important;
  border: 1px solid #e4d9c7;
  background: #fff;
  font-size: 1rem;
}

.topic-card {
  border: 1.5px solid #f3e3d6;
}

.testimonial {
  background: #fff8f4;
  color: #8e5d3e;
  border: 1px solid #f3e3d6;
}

.workshop-outcomes li {
  margin-bottom: 0.7rem;
  font-size: 1rem;
  position: relative;
  padding-right: 1.6rem;
}

.workshop-outcomes li:before {
  content: "\2713";
  color: #a87756;
  font-weight: bold;
  position: absolute;
  right: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #a87756;
  font-weight: bold;
}

blockquote {
  border-right: 4px solid #a87756;
  padding-right: 1rem;
  background: #fff8f3;
  font-style: italic;
}

@media (max-width: 768px) {
  .avatar-img {
    width: 140px;
    height: 140px;
  }

  .topic-card,
  .card,
  .testimonial {
    border-radius: 1rem;
    padding: 1rem;
  }
}

.badge-dark,
.bg-dark {
  background: #6D441E;
}

.badge-dark {
  color: #FCCAA8;
  font-size: 18px;
  border-radius: 30px;
}

.badge-gray,
.bg-gray {
  background: #EFEFEF;
}

.text-dark {
  color: #6D441E;
}

.radius {
  border-radius: 32px !important;
}

.meta-box {
  background: #EFEFEF;
  border-radius: 32px;
}

.meta-box ul {
  list-style: none;
  padding: 25px 15px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.meta-box ul li {
  display: inline-block;
  font-size: 14px;
}

.meta-box ul li .fa {
  color: #D9844A;
  font-size: 22px;
}

@media (max-width: 666px) {
  .meta-box ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .meta-box ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .meta-box ul li img {
    margin: 10px auto;
  }

  .meta-box ul li .fa {
    margin-bottom: 10px;
  }
}

#videos-carousel .item,
#videos-carousel iframe {
  border-radius: 20px;
  overflow: hidden !important;
}

#videos-carousel .owl-stage {
  padding: 0px !important;
}

@media (min-width: 992px) {
  #videos-carousel .owl-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
  }
}

#videos-carousel .owl-nav .owl-prev,
#videos-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  line-height: 48px;
  padding: 0px !important;
  border-radius: 50%;
  background: #fff;
  color: #000;
}

.intro-card-lg {
  border-radius: 32px;
  padding: 30px 20px;
}

.intro-img {
  border-radius: 32px;
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 666px) {
  .intro-img {
    height: 450px;
    width: 100%;
  }
}

@media (max-width: 1200px) and (min-width: 667px) {
  .intro-img {
    height: 480px !important;
  }
}

h1 {
  color: #6D441E;
}

@media (min-width: 992px) {
  h1 {
    font-size: 36px;
  }
}

.font-title {
  font-size: 24px;
  font-weight: 500;
}

.about-workshop {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#testimonials {
  background: #F1DED1 !important;
  border-radius: 32px;
}

#testimonials .owl-nav {
  direction: ltr;
}

@media (max-width: 991px) {
  #testimonials .owl-nav {
    margin-top: 50px;
  }
}

#testimonials .owl-nav .owl-next {
  position: static;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  padding: 0px !important;
  border-radius: 50%;
  background: #fff;
  color: #000;
}

#testimonials .owl-nav .owl-prev {
  position: static;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  padding: 0px !important;
  border-radius: 50%;
  background: #fff;
  color: #000;
}

@media (min-width: 992px) {
  #testimonials .owl-nav .owl-prev,
  #testimonials .owl-nav .owl-next {
    position: absolute !important;
  }
}

@media (max-width: 667px) {
  .logo {
    height: 46px;
  }
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s;
}

#preloader.hide {
  opacity: 0;
  pointer-events: none;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #eee;
  border-top: 3px solid #a87756;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

ul {
  list-style: none;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.icon-zoom {
  width: 30px;
}

