/*All items*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Gilory, sans-serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}

html[dir=rtl] body {
  font-family: Fedra Sans Arabic AR, sans-serif !important;
}

.main-color {
  color: #431934 !important;
}

.second-color {
  color: #916E91 !important;
}

.main-color-bg {
  background-color: #431934 !important;
}

ul {
  list-style: none;
}

li a {
  color: #fff;
  text-decoration: none;
}

.btn-single {
  background-color: #431934 !important;
  color: #fff !important;

  &:hover {
    color: #fff !important;
  }
}

/*/////////////////////////////////////////////////////////INDEX PAGE ////////////////////////////////////////////////////////////////////////////////////////////*/
.navbar.sticky-white {
  background-color: white !important;
  transition: background-color 0.3s ease !important;
}

.navbar {
  background-color: white !important;
    /* background-color: transparent !important; */



  transition: background-color 0.3s ease !important;

  a {
    text-decoration: none;
    color: #916E91;
   
  }

  .nav-link:hover {
    color: #431934;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns%3D%27http://www.w3.org/2000/svg%27 viewBox%3D%270 0 30 30%27%3E%3Cpath stroke%3D%27black%27 stroke-width%3D%272%27 stroke-linecap%3D%27round%27 stroke-miterlimit%3D%2710%27 d%3D%27M4 7h22M4 15h22M4 23h22%27/%3E%3C/svg%3E");
  }

  .Btns {
    gap: 0.7rem;
  }

  

  .icons-navbar {
    gap: 0.7rem !important;
    font-size: 1.2rem !important;
    font-weight: 500 !important;

  }

  .cart-count {
    top: -9px !important;
    left: 18px;
    width: 20px;
    height: 20px;
    padding: 5px;
    font-size: 11px;
  }
}

.navbar .dropdown-menu .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: -0.5rem;
  margin-left: 0.1rem;
}

.navbar .dropdown-menu .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.navbar .nav-link.active {
  color: #431934;
  font-weight: bold;
}

.sticky-white .nav-link {
  color: #431934 !important;
}

.Hero {
      padding-top: 100px;

  .swiper-slide {
    img {
      width: 100%;
    }
  }
}

.MainSwiper {
  .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;

  }

  /* swiper-slide-category */
  #categories .swiper-slide {
    width: 300px;
    height: 180px;
  }

  .swiper-slide-category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80%;
    border-radius: 10px;
    color: #fff;
  }

  .swiper-slide-category-item .swiper-slide-category-item-icon,
  .swiper-slide-category-item .swiper-slide-category-item-icon i {
    font-size: 46px;
  }

  .swiper-slide-category-item {
    text-decoration: none;
  }

  .swiper-slide:nth-child(odd) {
    background-color: #400a3f;
  }

  .swiper-slide:nth-child(even) {
    background-color: #7c5e71;
  }

  .swiper-slide-category-item .swiper-slide-category-item-text {
    font-size: 22px;
  }
}

.BuyByOccasions {
  background-color: #eee1ee;

  .swiper-slide {

    img {
      width: 200px;
      height: 200px;
      border-radius: 50%;
    }

    .img_layer {
      width: fit-content;
      text-align: center;

    }
  }

  .btn-more {
    background: #431934;
    /* height: 50px; */
    color: #fff;

    &:hover {
      color: #fff;
    }
  }
}
.cart-category{
  width: 237.2px !important;
}
.cat-title{
  margin-top: 15px;
}

.mostSalling {
  .title {
    border-bottom: 2px solid gray;

    h2 {
      background-color: #431934;
      color: #fff;
      width: fit-content;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
  }

  .SingleCell {
    border: 1px solid rgba(215, 217, 231, 0.6);

    .avaible {
      color: #00bb34;

      .dot {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: #00bb34;
      }
    }

    h3 {
      font-size: 14px;
      margin-bottom: 5px;
      color: #4f5469;
      min-height: 28px;
    }

    p {
      color: #5350f7;
      font-size: 14px;
      font-weight: 600;
    }

    .rate {
      color: #e2ad26;
    }
  }
}

.BestOffers {
  .title {
    border-bottom: 2px solid gray;

    h2 {
      background-color: #431934;
      color: #fff;
      width: fit-content;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
  }

  .SingleCell {
    border: 1px solid rgba(215, 217, 231, 0.6);

    .avaible {
      color: #00bb34;

      .dot {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: #00bb34;
      }
    }

    h3 {
      font-size: 14px;
      margin-bottom: 5px;
      color: #4f5469;
      min-height: 28px;
    }

    p {
      color: #5350f7;
      font-size: 14px;
      font-weight: 600;
    }

    .rate {
      color: #e2ad26;
    }
  }
}

.plants {
  .title {
    border-bottom: 2px solid gray;

    h2 {
      background-color: #431934;
      color: #fff;
      width: fit-content;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
  }

  .btn-more {
    background-color: #400a3f;
    /* width: 50px; */
    /* height: 50px; */
    color: #fff;

    &:hover {
      color: #fff;
    }
  }

  .SingleCell {
    border: 1px solid rgba(215, 217, 231, 0.6);

    .avaible {
      color: #00bb34;

      .dot {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: #00bb34;
      }
    }

    h3 {
      font-size: 14px;
      margin-bottom: 5px;
      color: #4f5469;
      min-height: 28px;
    }

    p {
      color: #5350f7;
      font-size: 14px;
      font-weight: 600;
    }

    .rate {
      color: #e2ad26;
    }
  }
}

.Review {
  background-color: #eee1ee;

  .swiper-slide {
    height: 250px;

    .Reviewbox {
      background: #fff;

      img {
        width: 100px;
        height: 100px;
      }
    }
  }
}

.Footer {

  hr {
    height: 2px;
    margin-bottom: 20px !important;
    background-color: #6d3459;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.50);
  }

  .box {
    font-size: 12.5px;
    color: #666666;
    font-style: italic;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    line-height: 1.4;

    img {
      height: 50px;
    }
  }

  .secand-row {
    .content {
      padding: 0 50px;
      font-size: 25px;
    }
  }
  .cardss {
    /* background-color: #EEE1EE !important; */
    width: 100% !important;
    height: 150px !important;
    align-items: center !important;
        margin-bottom: 40px !important;

   
  }
}

/*////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////Shop page///////////////////////////////////////////////////////////*/
.subNavabr {
  .inputBox {
    .form-control {
      background-image: url("/img/search-interface-symbol.png");
      background-position: 603px 11px;
      background-repeat: no-repeat;
      background-size: 25px;
    }

    .form-control:focus,
    .form-control:not(:placeholder-shown) {
      background-image: none;
    }

    .form-control::placeholder {
      text-align: center;
    }
  }

  .iconBox {
    gap: 3rem;
    font-size: 25px;

    i {
      color: #e2ad26;
    }

    .basket {
      span {
        background-color: #e2ad26;
        border-radius: 50%;
        color: #fff;
        font-size: 12px;
      }
    }
  }
}

.collapes {
  .hover-target {
    cursor: pointer;
  }

  .btn-items {
    border: 2px solid #e2ad26;
    outline: none;
  }
}

.DataCollaps {
  background-color: #fffbf7;
  display: none;
  position: absolute;
  right: 0;
  /* transform: translateY(0); */
  width: 100%;
  z-index: 1000;

  .data {
    gap: 5rem;
    font-size: 18px;
    padding: 45px 30px;

    .column {
      li {
        a:hover {
          color: #e2ad26;
        }
      }
    }
  }
}

.content[data-bs-toggle="collapse"] {
  cursor: pointer;
}

.checkBox {
  cursor: pointer;
}

.offcanvas {
  .offcanvas-body {
    .occain {
      border-bottom: 2px solid #f3f3f3;
      padding-bottom: 25px;

      .btn-collapse {
        width: 100%;
        outline: none;
        font-size: 16px;
      }

      .btn-collapse.collapsed {
        color: #000;
      }

      .btn-collapse {
        color: #e2ad26;
      }
    }

    .collapse {
      .data {
        .column {
          h5 {
            font-weight: 600;
            font-size: 18px;
            color: #000;
          }

          a {
            font-size: 15px;
            color: #aaaaaa;
          }
        }
      }
    }
  }
}

.pageInfo {
  .path {
    padding-bottom: 1px;
    border-bottom: 1px solid #f3f3f3;

    h3 {
      font-size: 28px;
    }
  }
}

.Shop {
  .shop-page{
    padding-top: 30px !important;
  }
  padding-top: 50px !important;
  .collapsebar {}

  .occain {
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 25px;

    .btn-collapse {
      width: 100%;
      outline: none;
    }
  }

  .card {
    border: none;

    .card-body {
      p {
        font-size: 20px;
      }
    }
  }
}

@media (max-width: 576px) {
  .card .card-body {
    height: 6rem;
  }
}

.price-filter .noUi-connect {
  background: #431934 !important;
}

.price-filter .noUi-horizontal .noUi-handle {
  background: #f8f8f8 !important;
  border: none;
}

.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transition: transform 0.3s ease;
  text-decoration: none;

  &:hover {
    color: #fff;
  }
}

.whatsapp-icon:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.whatsapp-icon i {
  font-size: 24px;
}

.whatsapp-info {
  display: none;
  position: fixed;
  bottom: 90px;
  right: 20px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  z-index: 1001;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  width: 350px;
  transition: display 1s ease-in-out;

  .card {
    .card-header {
      background: #400a3f;
      color: #fff;
    }

    .card-body {
      ul {
        list-style: none;

        li {
          padding: 20px;
          margin: 5px 0;
          background-color: #f9f9f9;
          border-radius: 6px;
          transition: transform 0.3s, box-shadow 0.3s;
          cursor: pointer;

          a {
            color: #400a3f;
          }

          transition: all 0.3s;

          &:hover {
            transform: scale(1.05);
            /* Scale up */
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            /* Enhanced box shadow */
          }
        }
      }
    }
  }
}

.fade-enter-active {
  animation: smooth-bounce-in 0.8s ease-in-out;
  /* Increased duration for smoother effect */
}

.fade-leave-active {
  animation: smooth-bounce-out 0.5s ease-in-out;
  /* Smooth reverse effect */
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* Keyframes for Smooth Bounce-In */
@keyframes smooth-bounce-in {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  40% {
    transform: scale(1.1);
    opacity: 0.8;
  }

  70% {
    transform: scale(0.95);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Keyframes for Smooth Bounce-Out */
@keyframes smooth-bounce-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  30% {
    transform: scale(1.05);
    opacity: 0.8;
  }

  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}

.btn-sort {
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #ffff;
  background-color: #7c8034;
  padding: 0.375rem 0.75rem;
  border: none;
}

.Sort-offcanves {
  .offcanvas-body {
    .occain {
      .content {
        .checkBox {
          input {
            height: 20px;
            width: 20px;
            cursor: pointer;
          }
        }
      }
    }
  }
}

/*///////////////////////////////////////////////Shop page//////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////Single Product/////////////////////////////////////////////////////////////////////////////////*/
.Product {
  .ProductImgs {
    .paginationImg {
      width: 100px;
      height: fit-content;

      img {
        border: 2px solid transparent;
        cursor: pointer;
        transition: border 0.3s ease;
        border-radius: 15px;

        &.active {
          border: 2px solid #400a3f;
          /* Black border for the active image */
        }

        &:hover {
          border: 2px solid gray;
          /* Optional hover effect */
        }
      }
    }

    .ProductSwiper {
      .swiper-slide {
        .image-container {
          overflow: hidden;

          img {
            border-radius: 15px;
            object-fit: contain;
            width: 100%;
            height: fit-content;
            border: 2px solid #400a3f;
            transition: transform 0.5s ease;
          }
        }

        .image-container:hover img {
          transform: scale(2);
        }
      }

      .swiper-button-prev,
      .swiper-button-next {
        position: absolute;
        margin: 0 1rem;
        top: 55%;
        width: 60px;
        height: 60px;
        background-color: #fff;
        border: 2px solid #fff;
        border-radius: 50%;
        transition: all 0.5s ease;
        opacity: 1;
      }

      .swiper-button-prev::after,
      .swiper-button-next::after {
        position: inherit;
        color: #24262b;
        font-size: 22px;
      }
    }
  }

  .other-product {
    color: #431934 !important;
  }

  .ProductInfo {
    .info {
      h6 {
        color: #431934;
      }

      .rate {
        color: #e2ad26;
      }
    }

    .descri {
      border-bottom: 2px solid #d7d9e6;

      p {
        line-height: 32px;
        color: #4f5469;
        margin-top: 4px;
        font-size: 16px;
      }
    }
  }

  .price {
    .sizebox {
      .box {
        width: 100%;
        border: 2px solid gray;
        font-weight: bold;

        &.active {
          border-color: black;
          background-color: #eed8ea;
        }
      }
    }

    h2 {
      padding: 10px 0 10px 7px;
      color: #431934;
      font-weight: 600;
    }

    .btn-buy {
      background-color: #431934;
      color: #fff;
      border: none;
      font-size: 17px;
      font-weight: 700;
    }
  }
}

.MoreProduct {
  .title {
    border-bottom: 2px solid gray;

    h5 {
      background-color: #431934;
      color: #fff;
      width: fit-content;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
  }

  .SingleCell {
    border: 1px solid rgba(215, 217, 231, 0.6);

    .avaible {
      color: #00bb34;

      .dot {
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: #00bb34;
      }
    }

    h3 {
      font-size: 14px;
      margin-bottom: 5px;
      color: #4f5469;
      min-height: 28px;
    }

    p {
      color: #5350f7;
      font-size: 14px;
      font-weight: 600;
    }

    .rate {
      color: #e2ad26;
    }
  }
}

.CustomerReview {
  background-color: #faf6f0;

  .content {
    background-color: #fff;
    max-width: 660px;
    padding: 35px 47px;
    text-align: center;
    width: 95%;

    .title {
      border-bottom: 2px solid #f6efe7;
      width: fit-content;
    }

    .bottom {
      width: 65%;
      margin: 10px auto;

      .rightSide {
        .stars {
          color: #e2ad26;
        }
      }

      .LeftSide {
        ul {
          min-width: 200px;

          li {
            width: 100%;

            span {
              display: inline-block;
              font-size: 9px;
              color: #000000;
              white-space: nowrap;
            }

            p {
              position: relative;
              display: inline-block;
              width: 68%;
              margin: 0 5px;
              background: #eee1d1;
              height: 5px;

              b {
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                text-indent: -99999px;
                background: linear-gradient(180deg, #c99e67 0%, #9e7c4f 100%);
              }
            }
          }
        }
      }
    }

    .GiveRate {
      text-align: start;

      p {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 10px;
      }

      a {
        font-size: 24px;
        text-decoration: none;
        cursor: pointer;
        color: #000;

        &.active {
          color: #c89d67;
        }
      }
    }

    .RateForm {

      input,
      textarea {
        margin-top: 0.6rem;
        font-size: 12px;
        font-weight: bold;
        background: #f6f8fa;
        border-radius: 2px;
        border: 1px solid #c1c9d2;
        width: 100%;
        height: 40px;
        text-indent: 15px;
        outline: none;
      }

      .Name {
        width: 50%;

        input {
          margin-bottom: 1rem;
        }
      }

      .Email {
        width: 50%;

        span {
          font-size: 11px;
        }
      }

      .comment {
        textarea {
          resize: none;
          height: 150px;
        }
      }

      .btn-comment {
        background: #000000;
        color: #fff;
        height: 45px;
        line-height: 45px;
        max-width: 245px;
        border-radius: 4px;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        border-color: #000;
        text-indent: 0px;
      }
    }
  }
}

@media screen and (max-width: 991.9px) {
  .CustomerReview {
    .content {
      width: 100%;
      padding: 35px 10px;

      .bottom {
        width: 100%;

        .LeftSide {
          ul {
            min-width: 115px;
          }
        }
      }

      .GiveRate {
        a {
          font-size: 18px;
        }
      }

      .RateForm {

        .Name,
        .Email {
          width: 100%;
        }
      }
    }
  }
}

/*/////////////////////////////////////////Single Page //////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////Landscape//////////////////////////////////////////////////////////////////*/
.Landscape {
  .swiper-slide {
    position: relative;
    height: 600px;


    .img-layer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .text-layer {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: white;
      z-index: 2;
    }
  }
}

.Garllery {
  .item {
    border: 4px solid #cb9203;
  }

  .img_layer {
    position: relative;
    overflow: hidden;
  }

  .img_layer img {
    object-fit: cover;
  }

  .img_layer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(253,
        218,
        220,
        0.5);
    /* Dark layer with 50% opacity */
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.3s ease;
    /* Smooth transition */
  }

  .img_layer:hover .overlay {
    opacity: 1;
    /* Fully visible on hover */
  }
}

@media screen and (max-width: 991.9px) {
  .Landscape {
    .swiper-slide {
      height: 200px;
    }
  }
}

/*//////////////////////////////////////Landscape//////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////Cart///////////////////////////////////////////////////////////////////////*/
.Cart {
  padding-top: 80px !important;

  .ItemsBox {
    background: #ffffff;
    border: 1px solid #d7d9e6;
    text-align: right;

    .SingleItem {
      border-bottom: 2px dashed gray;

      .ImgBox {
        width: 144px;
        height: 144px;
        margin: 1px;
        border: 2px solid #fff;
        box-shadow: 0 0 0 1px #d7d9e6;
      }

      .quatinybox {
        color: #b7b4b1;

        span:nth-child(2) {
          color: #431934;
          border: 2px solid #431934;
        }
      }

      a {
        color: #906060;
        text-decoration: none;
        cursor: pointer;
      }
    }

    .totalBox {
      .info {
        font-size: 14px;

        a {
          cursor: pointer;

          &:hover {
            text-decoration: underline;
          }
        }
      }

      .price {
        .btn-order {
          background-color: #431934;
          color: #fff;
          font-size: 25px;
          width: 360px;
        }

        .DateAndPrice {
          gap: 20px;
          font-weight: bold;
        }
      }
    }
  }
}

@media screen and (max-width: 991.9px) {
  .Cart {
    .ItemsBox {
      .totalBox {
        .price {
          .btn-order {
            width: 100%;
          }
        }
      }
    }
  }
}

/*//////////////////////////////////////Cart///////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////checkout/////////////////////////////////////////////////////////////////////////////*/
.checkout {
  padding-top: 100px !important;

  .deliviaryType {
    .body {
      textarea {
        resize: none;
      }
    }
  }

  .Order_info {
    .NextStage {
      textarea {
        resize: none;
        border-radius: 15px;
        padding: 15px;
      }
    }
  }

  .payment {
    .paymentMethodImg {
      gap: 20px;

      img {
        height: 30px;
      }
    }

    .paymentMethod {
      .accordion {
        .accordion-header {
          .accordion-button {
            background-color: #f5f7f7;

            &:after {
              margin-right: auto;
              margin-left: 0;
            }
          }
        }

        .accordion-body {
          .content {
            .icon {
              i {
                font-size: 80px;
              }
            }

            .text {
              width: 66%;
              font-size: 15px;
            }
          }
        }

        .accordion-item:nth-last-child(1) {
          .accordion-header {
            .accordion-button {
              &:after {
                width: 0;
                height: 0;
              }
            }
          }
        }
      }
    }
  }

  .OtherInfo {
    .accordion {
      .accordion-header {
        .accordion-button {
          background-color: #f5f7f7;

          &:after {
            margin-right: auto;
            margin-left: 0;
          }
        }
      }

      .accordion-item:first-child {
        .accordion-header {
          .accordion-button {
            &:after {
              width: 0;
              height: 0;
            }
          }
        }
      }
    }
  }

  .calendar {
    max-width: 600px;
    margin: auto;
    text-align: center;
    background-color: #fdf8f3;
    padding: 20px;
    border-radius: 8px;
  }

  .calendar-header {
    font-weight: bold;
    font-size: 1.5rem;
  }

  .day {
    font-weight: bold;
  }

  .date {
    color: #bbb;
  }

  .active-date {
    border: 1px solid #d1b89f;
    border-radius: 5px;
    padding: 5px;
    color: black;
  }

  .current-day {
    font-weight: bold;
    color: black;
  }

  .total_Price {
    position: sticky;
    top: 50px;

    .Single_Product {
      gap: 3rem;

      .imgbox {
        width: 60px;
      }

      .textbox {
        .quatinybox {
          color: #b7b4b1;

          span:nth-child(2) {
            color: #431934;
            border: 2px solid #431934;
          }
        }
      }
    }

    .promoCode,
    .otherInfo {
      width: 75%;
    }
  }
}

@media screen and (max-width: 991.9px) {
  .checkout {
    .total_Price {

      .promoCode,
      .otherInfo {
        width: 100%;
      }
    }
  }
}

/*/////////////////////////////////checkout/////////////////////////////////////////////////////////////////////////////*/

/*/////////////////////////////////Events/////////////////////////////////////////////////////////////////*/
.Events {
  padding-top: 105px !important;

  .HeroSection {
    position: relative;
    overflow: hidden;

    .img-layer {
      width: 100%;
      height: 100%;
      z-index: 1;

      img {
        width: 100%;
      }
    }

    .text-layer {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: white;
      z-index: 2;
      background: rgba(161, 160, 160, 0.262);
      padding: 20px 40px;
      border-radius: 10px;
    }

    /* .Content {
      color: #fff;
      z-index: 2;
    } */
  }

  .Description {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: rgb(206, 205, 199);

    .content-wrapper {
      padding: 0 105px;

      h2 {
        margin-bottom: 50px;
        font-family: "Quicksand", sans-serif;
        font-size: 2rem;
        line-height: 1.1;
        text-align: center;
        color: #431934;
      }

      p {
        font-family: "Crimson Text", serif;
        font-size: 1.125rem;
        line-height: 1.5;
        margin-bottom: 50px;
        color: #000;
        word-break: break-word;
        word-wrap: break-word;
        font-weight: 400;
        text-align: center;
        color: #431934;
      }
    }

    .logo-wrapper {
      .img-wrap img {
        width: 56px;
        height: 56px;
        object-fit: contain;
      }

      p {
        margin: 0;
      }
    }
  }

  @media screen and (max-width: 991px) {
    .Description {
      .content-wrapper {
        padding: 0;
      }
    }
  }

  .Fliter {
    padding-top: 90px;
    padding-bottom: 90px;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #ffffff;

    .Text {
      h3 {
        color: #9e9e9e;
        margin-bottom: 0.4375rem;
      }

      .title {
        & strong:first-child {
          color: #000;
        }
      }
    }

    .Imgs {
      .gallery-filter {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        text-align: center;

        .list {
          display: inline-block;
          padding-left: 0;
          margin-bottom: 0;
          list-style: none;
          text-align: left;

          li {
            display: inline-block;
            padding: 5px 0;
            transition: all 0.3s ease-out;

            &.active {
              .Btn::after {
                border-color: #431934;
              }
            }

            .Btn {
              position: relative;
              padding: 0.5rem 1rem 0.6rem;
              margin: 0;
              background-color: transparent;
              border-width: 0;
              color: #431934;

              &::after {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                border: 1px solid transparent;
                border-radius: 100px;
                opacity: 0.5;

                &.active {
                  border-color: #431934 !important;
                }
              }

              &:hover::after {
                border-color: #431934;
              }
            }
          }
        }
      }

      .gallery-row {
        position: relative;

        .item {
          position: relative;

          img {
            border-radius: 15px;
          }

          &:hover {
            &::before {
              opacity: 0.4;
            }

            img,
            span {
              opacity: 1;
            }

            .title {
              display: block;
            }
          }
        }
      }
    }
  }
}

/*/////////////////////////////////About Us/////////////////////////////////////////////////////////////////*/
.AboutUs {
  h2 {
    color: #400a3f;
  }

  P {
    line-height: 3;
  }
}

/*/////////////////////////////////////Content US/////////////////////////////////////////////////////////*/
.ContentUs {
  padding-top: 50px !important;
  .title {

    h3 {
      font-size: clamp(1.5rem, 3vw, 6.0rem);
    }

    .mbr-section-subtitle {
      color: var(--main-color);
      text-align: center;
      font-style: italic;
      padding-bottom: 12px;
      font-family: "Crimson Text", serif;
      font-size: 1.125rem;
      line-height: 1.5;
      font-weight: 400;
    }

    .mbr-section-title {
      color: var(--main-color);
      text-align: center;
      font-family: "Quicksand", sans-serif;
      /* font-size: 2.875rem; */
      line-height: 1.1;
    }
  }

  .items {
    .item {
      margin-bottom: 20px;

      h5 {
        /* margin-bottom: 10px; */
        color: #000;
        font-family: "Quicksand", sans-serif;
        font-size: clamp(1.0rem, 1.5vw, 2.0rem);
        line-height: 1.5;
      }

      .list {
        color: #000;
        font-family: "Quicksand", sans-serif;
        font-size: clamp(.9rem, 2vw, 1.0rem);
        line-height: 1.5;
        list-style: none;

        li {
          opacity: 0.6;
          margin-bottom: 0;
          line-height: 180%;
          cursor: pointer;
        }
      }

      &:nth-child(4) {
        margin-bottom: 0;
      }
    }

    .soical_media_icons {
      svg {
        font-size: 24px;
        color: var(--main-color);
      }
    }
  }

  .dragArea {
    padding-left: 0.6rem;
    padding-right: 0.6rem;

    textarea {
      resize: none;
    }

    h2 {
      margin-bottom: 45px;
      color: #000;
      font-family: "Quicksand", sans-serif;
      /* font-size: 1.375rem; */
      line-height: 1.5;
    }

    .form-group {
      margin-bottom: 20px;

      .form-control {
        background-color: #ededed;
        padding: 20px;
        box-shadow: none;
        border: none;
        border-radius: 0;
        font-family: "Quicksand", sans-serif;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 400;
      }
    }

    .btn {
      padding: 0.6rem 1.5rem;
      border-radius: 0;
      background-color: #431934;
      border-color: #d8e3d5;
      color: #fff;
      font-size: 1rem;
      line-height: 1.5;

      &:hover {
        background-color: #431934;
        border-color: #ffffff;

      }
    }
  }

  .map {
    background: #fff;
    height: 200px;
    border-radius: 15px;
  }

  &.iscompontent {
    padding-bottom: 60px;
  }
}

/*///////////////////////////////////////////Login///////////////////////////////////////////////////////////////////////////*/
.LoginSection {
  .Login {
    .title {
      img {
        width: 50px;
      }

      h1 {
        color: #431934;
      }
    }

    .modal {
      .modal-header {
        border-bottom: none;
      }

      .modal-body {
        h4 {
          color: #323232;
          font-size: 22px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
        }

        p {
          color: #b6b6b6;
          font-family: Poppins;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
        }

        .Code {
          input {
            border-radius: 20px;
            border: 1.6px solid #ddd;
            width: 71px;
            height: 71px;
            flex-shrink: 0;
            padding: 0 30px;
          }
        }
      }

      .btn-confrim {
        background-color: #43a047;
        color: #fff;
        border-radius: 50px;
        box-shadow: 0px 9px 14px 0px rgba(255, 141, 77, 0.2);
      }
    }
  }

  .login_form .head {
    background-color: var(--scandeny-color);
    color: #431934;

    h1 {
      font-size: 2rem;
    }
  }

  .login_form .body {
    color: #431934;
  }

  .btn-send {
    background-color: #431934;
    color: #fff;
    border: none;
    border-radius: 10px;
  }

  .btn-send:hover {
    background-color: #431934;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .LoginSection {
    .Login {
      .title {
        h1 {
          font-size: 1rem;
        }
      }
    }
  }
}

/*///////////////////////////////////////////Login///////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////Profile////////////////////////////////////////////////////////////////////*/
.ProfileSection {
  margin: 5rem 0;

  .profile {
    input {
      outline: none;
    }

    hr {
      margin: 0;
    }

    .info {
      h1 {
        color: #431934;
      }

      .personl_info {
        i {
          color: #431934;
        }
      }

      .btn-save {
        background-color: #431934;
        color: #fff;
      }
    }

    .meun-li {
      color: #431934;

      cursor: pointer;

      h1 {
        color: #431934;
      }

      &:hover {
        background-color: rgba(112, 111, 111, 0.2);
      }

      &.active {
        color: #fff;
        background-color: #431934;
      }
    }
  }
}

/*///////////////////////////////////////////Profile///////////////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////Fovarite//////////////////////////////////////////////////////////////////////////*/
.Fovarite {
  .info {
    h1 {
      color: #431934;
    }
  }

  hr {
    margin: 0;
  }

  .meun-li {
    color: #431934;
    cursor: pointer;

    h1 {
      color: #431934;
    }

    &:hover {
      background-color: rgba(112, 111, 111, 0.2);
    }

    &.active {
      color: #fff;
      background-color: #431934;

      h1 {
        color: #fff;
      }
    }
  }

  .active-row {
    background-color: #431934;

    .location-img {
      a img {
        width: 50px;
      }
    }

    & td,
    th {
      color: #fff !important;
    }

    i {
      color: #fff;
    }
  }

  tr {
    .location-img {
      padding-top: 1rem;

      a img {
        width: 50px;
      }
    }

    i {
      color: #431934;
    }
  }

  .filter-input {
    border: 2px solid #6c757d;
    border-radius: 25px;
    padding: 5px;
    outline: none;
    transition: all 0.3s ease;
  }

  .filter-input:focus {
    border-color: #431934;
    box-shadow: 0 0 10px #431934;
  }

  .filter-container {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .btn-search {
    border: none;
    background: #431934;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .btn-search:hover {
    background: #431934;
  }
}

@media (max-width: 991.9px) {
  table {
    font-size: 14px;
  }

  th,
  td {
    padding: 8px;
  }
}

/*///////////////////////////////////////////Fovarite//////////////////////////////////////////////////////////////////////////*/

.pagination .page-item.active .page-link {
  background-color: #431934;
  border-color: #431934;
  color: #fff;
}

.pagination .page-link {
  color: #431934;
}


.pagination .page-link:hover {
  background-color: #431934;
  color: #fff;
}

/* /////////////////////////////////////////Fovarite////////////////////////////////////////////////////////////////////////// */

.search {
  padding-top: 7rem !important;

}

/* /////////////////////////////////////////Fovarite////////////////////////////////////////////////////////////////////////// */