@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap");
body {
  direction: rtl; }

[type=tel],
[type=email],
[type=number] {
  direction: rtl; }

p {
  margin-bottom: 0; }

a {
  text-decoration: none; }

section {
  overflow: hidden;
  padding: 50px 0; }
  @media (max-width: 992px) {
    section {
      padding: 25px 0; } }

.owl-dots {
  margin-top: 10px; }

img {
  object-fit: contain; }

textarea:focus,
input:focus {
  outline-color: #337ab7;
  border-color: #337ab7 !important;
  box-shadow: none !important; }

input,
textarea {
  border-radius: 5px !important;
  border: 1px solid #ddd !important;
  text-align: start; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }
  li.login {
    color: #FFFFFF !important;
    font-size: 18px;
    line-height: 0; }

@media (max-width: 575px) {
  .woot--bubble-holder {
    display: none !important; } }

* {
  font-family: 'Tajawal';
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  *::-webkit-scrollbar {
    width: 4px; }
  *::-webkit-scrollbar-track {
    background: #f1f1f1; }
  *::-webkit-scrollbar-thumb {
    background: #337ab7; }
  *::-webkit-scrollbar-thumb:hover {
    background: #555; }

.home-boxes__box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .home-boxes__box__header {
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 30px;
    color: #122d55; }
    @media (max-width: 574px) {
      .home-boxes__box__header {
        font-size: 18px; } }
    .home-boxes__box__header.custom {
      font-size: 50px;
      position: relative;
      padding-bottom: 10px; }
      .home-boxes__box__header.custom::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-inline: auto;
        width: 300px;
        height: 3px;
        background-color: #d7b13b; }
      @media (max-width: 574px) {
        .home-boxes__box__header.custom {
          font-size: 30px; } }
  .home-boxes__box__text {
    color: #333;
    font-weight: 400;
    text-align: justify;
    font-style: normal;
    font-size: 20px;
    line-height: 20px; }
    @media (max-width: 574px) {
      .home-boxes__box__text {
        font-size: 16px; } }
  .home-boxes__box__link {
    margin-bottom: 15px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    background-color: #d7b13b;
    border: 2px solid #d7b13b;
    color: #fff;
    padding: 10px 35px;
    border-radius: 8px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    gap: 12px;
    transition: gap 0.2s linear, color 0.4s linear;
    position: relative;
    overflow: hidden; }
    .home-boxes__box__link span {
      position: relative; }
  .home-boxes__box__line {
    margin-bottom: 25px; }
    .home-boxes__box__line__img {
      display: block;
      width: 100%;
      object-fit: cover;
      margin: 0 auto; }
  .home-boxes__box__image-content {
    display: block;
    overflow: hidden; }
    .home-boxes__box__image-content--iframe iframe {
      width: 100%;
      object-fit: cover; }
    @media (max-width: 575px) {
      .home-boxes__box__image-content--iframe video {
        display: none; } }
    .home-boxes__box__image-content--iframe video.video-mob {
      display: none; }
      @media (max-width: 575px) {
        .home-boxes__box__image-content--iframe video.video-mob {
          display: block; } }
    .home-boxes__box__image-content__img {
      display: block;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      .home-boxes__box__image-content__img_width_100 {
        width: 100%; }

/*------------
    forms
-------------*/
.modal.show .modal-dialog {
  transform: translate(0, 100px); }

.modal-dialog {
  max-width: 400px; }

.btn-close {
  background: none !important;
  box-shadow: none;
  margin: 10px;
    margin-left: auto; }
  .btn-close svg {
    font-size: 20px; }
  .btn-close i::before {
    font-size: 24px; }

.contact__form .contact__text {
  font-size: 14px;
  text-transform: capitalize;
  width: 100%; }
  .contact__form .contact__text a {
    color: #122d55; }
.contact__form .login-btn {
  width: calc(100% - 32px);
  background-color: #000000 !important;
  margin: 16px;
  color: #FFFFFF; }
  .contact__form .login-btn--page {
    width: 100%;
    margin: 0;
      margin-top: 16px; }

.register__custom,
.login-modal {
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 100%;
  margin: 0;
  box-shadow: 0 0 40px #0000006e; }
  @media (max-width: 575px) {
    .register__custom label,
    .login-modal label {
      font-size: 18px !important;
      margin-bottom: 0 !important; } }
  @media (max-width: 620px) {
    .register__custom,
    .login-modal {
      width: 90%; } }
  .register__custom .contact__form .mb-3, .register__custom .contact__form .mb-4,
  .login-modal .contact__form .mb-3,
  .login-modal .contact__form .mb-4 {
    margin-bottom: 8px !important; }

.register__custom {
  max-width: 600px;
  top: 55%; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 76px;
  z-index: 5; }
  .header.active {
    display: none;
    background: #000000;
    position: sticky;
    top: 0; }
  .header .callUs-nav {
    text-align: end; }
    .header .callUs-nav h6 {
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      position: relative; }
      .header .callUs-nav h6::before {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        height: 1px;
        width: 50px;
        background-color: #ebedf2; }
    .header .callUs-nav a {
      color: #d7b13b;
      letter-spacing: 1px;
      font-weight: 700; }
    @media (max-width: 574px) {
      .header .callUs-nav {
        display: none !important; } }
  .header::before {
    content: '';
    position: absolute;
    height: 4px;
    bottom: 0px;
    background-color: #d7b13b;
    right: 15px;
    left: 15px; }
  .header__navbar {
    margin-bottom: 10px; }
    .header__navbar .navbar-toggler {
      border: 0;
      box-shadow: none !important; }
      .header__navbar .navbar-toggler * {
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(325deg) brightness(108%) contrast(102%); }
    .header__navbar__logo {
      display: block;
      margin: auto;
      width: 250px !important; }
      @media (max-width: 767px) {
        .header__navbar__logo {
          width: 200px !important; } }
    .header__navbar .offcanvas-body {
      position: relative; }
      .header__navbar .offcanvas-body .navbar-nav .nav-link {
        color: #FFFFFF;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500; }
        .header__navbar .offcanvas-body .navbar-nav .nav-link:hover, .header__navbar .offcanvas-body .navbar-nav .nav-link.active {
          color: #d7b13b; }
        @media (max-width: 991px) {
          .header__navbar .offcanvas-body .navbar-nav .nav-link {
            color: #000000; } }
      .header__navbar .offcanvas-body__lang {
        margin-right: 40px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 1200px) {
          .header__navbar .offcanvas-body__lang {
            margin-right: 0; } }
        @media (max-width: 991px) {
          .header__navbar .offcanvas-body__lang {
            margin-right: 0;
            justify-content: start; } }
        .header__navbar .offcanvas-body__lang__link {
          color: #FFFFFF;
          font-size: 18px;
          padding: 8px;
          font-weight: 500; }
          .header__navbar .offcanvas-body__lang__link:hover {
            color: #d7b13b; }
          @media (max-width: 991px) {
            .header__navbar .offcanvas-body__lang__link {
              color: #000000;
              padding: 8px 0; } }

.navbar-nav .card,
.dropdown-menu--cart .card {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  border: 1px solid #ebedf2;
  background-color: white; }
  .navbar-nav .card .card-header,
  .dropdown-menu--cart .card .card-header {
    background-color: transparent;
    border-color: #ebedf2; }
    .navbar-nav .card .card-header *,
    .dropdown-menu--cart .card .card-header * {
      font-size: 20px;
      font-weight: 500;
      color: #122d55; }
    .navbar-nav .card .card-header img,
    .dropdown-menu--cart .card .card-header img {
      width: 70px;
      height: 70px;
      margin: auto;
      border-radius: 50%;
      margin-bottom: 10px;
      margin-top: 10px; }
    .navbar-nav .card .card-header .user-name,
    .dropdown-menu--cart .card .card-header .user-name {
      display: block;
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.8); }
    .navbar-nav .card .card-header .user-email,
    .dropdown-menu--cart .card .card-header .user-email {
      color: rgba(0, 0, 0, 0.8);
      font-size: 13px;
      font-weight: 200;
      display: block;
      text-align: center; }
  .navbar-nav .card .card-body,
  .dropdown-menu--cart .card .card-body {
    padding: 5px; }
  .navbar-nav .card .nav-link,
  .dropdown-menu--cart .card .nav-link {
    text-align: start;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px; }
    .navbar-nav .card .nav-link.logout i,
    .dropdown-menu--cart .card .nav-link.logout i {
      color: #fc3441; }
    .navbar-nav .card .nav-link.active,
    .dropdown-menu--cart .card .nav-link.active {
      background-color: rgba(0, 0, 0, 0.8);
      color: white; }

.dropdown-toggle {
  color: #FFFFFF !important;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  border: 0; }
  .dropdown-toggle::after {
    display: none; }
  .dropdown-toggle img {
    flex-shrink: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px; }
  .dropdown-toggle .user-name {
    display: block;
    margin-right: 10px;
    color: #FFFFFF;
    font-weight: 500; }
  .dropdown-toggle .badge {
    display: block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    color: white;
    background-color: #fc3441;
    border-radius: 50%;
    top: -7px;
    left: 5px;
    padding: 0; }

.dropdown-menu {
  overflow: hidden;
  padding: 0;
  border-radius: 5px;
  top: 40px; }
  .dropdown-menu[data-bs-popper] {
    right: auto;
    left: 0; }
    @media (max-width: 575px) {
      .dropdown-menu[data-bs-popper] {
        left: -50px;
        top: 45px; } }
  .dropdown-menu li i {
    margin-left: 10px; }
    .dropdown-menu li i::before {
      font-size: 17px;
      font-weight: 500 !important; }
  .dropdown-menu li:last-of-type {
    display: flex;
    gap: 10px;
    align-items: center; }
  .dropdown-menu li .dropdown-item {
    font-size: 16px;
    padding: 0.5rem 1rem;
    color: #122d55;
    font-weight: 500; }
    .dropdown-menu li .dropdown-item i {
      color: #E0E0E0; }
  .dropdown-menu .logout i {
    color: red !important; }
  .dropdown-menu--cart {
    padding: 16px;
    min-width: 320px !important; }
    .dropdown-menu--cart__header {
      padding: 8px 0;
      border-bottom: 1px solid #f2f2f2; }
      .dropdown-menu--cart__header h2 {
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        color: #122d55; }
    .dropdown-menu--cart__body {
      height: 360px;
      overflow: scroll; }
      .dropdown-menu--cart__body li {
        padding: 12px 0;
        position: relative;
        display: flex;
        gap: 10px;
        align-items: center; }
        .dropdown-menu--cart__body li img {
          width: 80px;
          height: 80px; }
        .dropdown-menu--cart__body li h3 {
          font-size: 18px;
          font-weight: 500;
          margin-bottom: 10px;
          color: #122d55; }
        .dropdown-menu--cart__body li p span:first-of-type {
          margin-left: 10px; }
        .dropdown-menu--cart__body li p * {
          color: #919199; }
        .dropdown-menu--cart__body li .remove-item {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          padding: 0; }
          .dropdown-menu--cart__body li .remove-item i {
            margin: 0; }
            .dropdown-menu--cart__body li .remove-item i::before {
              font-size: 22px; }
      .dropdown-menu--cart__body::-webkit-scrollbar {
        display: none; }
    .dropdown-menu--cart__cost {
      border-bottom: 1px solid #f2f2f2;
      border-top: 1px solid #f2f2f2;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 8px 15px; }
      .dropdown-menu--cart__cost p {
        font-size: 15px;
        color: #919199; }
      .dropdown-menu--cart__cost h2 {
        font-size: 16px;
        color: #122d55;
        font-weight: 600; }
    .dropdown-menu--cart__buttons {
      margin-top: 12px;
      display: flex;
      align-items: center;
      gap: 10px; }
      .dropdown-menu--cart__buttons .nav-link {
        width: calc(100% / 2);
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 25px;
        font-size: 14px;
        padding: 6px 16px;
        text-align: center; }

.footer {
  background-color: #000000;
  padding: 30px 0 15px;
  margin: 0 12px; }
  @media (max-width: 575px) {
    .footer {
      padding: 15px 0 15px; } }
  @media (min-width: 992px) {
    .footer__custom {
      position: fixed;
      z-index: 1000000;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: transparent; } }
  .footer .line {
    position: relative;
    padding-bottom: 19px; }
    .footer .line::before {
      content: '';
      position: absolute;
      height: 4px;
      bottom: 0;
      background-color: #d7b13b;
      right: 15px;
      left: 15px; }
  .footer__content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between; }
    @media (max-width: 574px) {
      .footer__content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 10px; } }
    .footer__content__box {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 20px; }
      @media (max-width: 768px) {
        .footer__content__box {
          justify-content: center;
          gap: 10px; } }
      .footer__content__box__link {
        display: flex;
        align-items: center; }
        .footer__content__box__link__logo {
          height: 60px;
          max-width: 400px; }
          @media (max-width: 768px) {
            .footer__content__box__link__logo {
              width: 80%;
              margin: 0 auto;
              display: block; } }
      .footer__content__box__address {
        display: flex;
        flex-direction: column; }
        .footer__content__box__address__title, .footer__content__box__address__link {
          font-weight: 300;
          font-size: 18px;
          line-height: 26px;
          color: #FFFFFF;
          font-style: normal; }
          @media (max-width: 768px) {
            .footer__content__box__address__title, .footer__content__box__address__link {
              text-align: center; } }
    .footer__content__social {
      display: flex;
      gap: 30px;
      align-items: center; }
      @media (max-width: 991px) {
        .footer__content__social {
          align-content: start;
          gap: 10px; } }
      .footer__content__social__title {
        font-weight: 300;
        font-size: 24px;
        line-height: 37px;
        color: #FFFFFF;
        font-style: normal; }
        @media (max-width: 768px) {
          .footer__content__social__title {
            width: 100%;
            text-align: center; } }
      .footer__content__social__icons {
        display: flex;
        gap: 12px; }
        @media (max-width: 768px) {
          .footer__content__social__icons {
            width: 100%;
            justify-content: center; } }
        .footer__content__social__icons__link {
          height: 30px;
          width: 30px;
          background-color: #FFFFFF;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%; }
          .footer__content__social__icons__link__icon {
            font-size: 22px;
            color: #000000; }
            .footer__content__social__icons__link__icon:hover {
              color: #d7b13b; }
  .footer__copyright {
    padding-top: 15px; }
    .footer__copyright__text {
      text-align: center;
      font-size: 17px;
      font-weight: 300;
      font-style: normal;
      color: #FFFFFF; }

.hero {
  padding: 0;
  height: 100vh;
  position: relative; }
  .hero.home {
    height: 100vh; }
    .hero.home .home-title {
      padding-inline: 24px; }
      .hero.home .home-title h1 {
        margin-bottom: 16px; }
        @media (max-width: 574px) {
          .hero.home .home-title h1 {
            font-size: 24px; } }
      @media (max-width: 574px) {
        .hero.home .home-title p {
          font-size: 18px; } }
      .hero.home .home-title h1,
      .hero.home .home-title p {
        background-color: rgba(0, 0, 0, 0.3);
        padding: 10px;
        border-radius: 16px; }
  .hero__video {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: center bottom !important; }
    @media (max-width: 575px) {
      .hero__video .home {
        display: none; } }
    .hero__video.hero__video--mob.home {
      display: none;
      background-position: center center !important; }
      @media (max-width: 575px) {
        .hero__video.hero__video--mob.home {
          display: block !important; } }
  .hero__title {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFFFFF;
    font-size: 50px;
    transform: translate(-50%, -50%);
    margin-right: 30px;
    font-weight: 500;
    padding: 8px 0; }
    @media (max-width: 574px) {
      .hero__title {
        font-size: 30px;
        margin-right: 0; } }
    .hero__title.not {
      top: 100px;
      right: 0;
      text-shadow: none;
      color: #122d55;
      font-weight: 600; }
      @media (max-width: 767px) {
        .hero__title.not {
          font-size: 28px; } }
      .hero__title.not::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 3px;
        background-color: #d7b13b; }

.home-slider {
  background-color: #000000;
  box-shadow: 5px 0px 10px 0px #000;
  overflow: visible; }
  .home-slider__title {
    font-size: 28px;
    line-height: 31px;
    font-weight: 900;
    font-style: normal;
    color: #FFFFFF;
    margin-bottom: 55px; }
  .home-slider__subtitle {
    font-size: 28px;
    line-height: 31px;
    font-weight: 500;
    font-style: normal;
    color: #FFFFFF;
    margin-bottom: 115px; }
  .home-slider__content__box {
    flex-grow: 1;
    margin-left: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 768px) {
      .home-slider__content__box {
        width: 100%; } }
    .home-slider__content__box__title {
      font-weight: 800;
      font-size: 22px;
      text-transform: capitalize;
      line-height: 20px;
      color: #FFFFFF;
      font-style: normal;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .home-slider__content__box__title {
          text-align: center; } }
    .home-slider__content__box__text {
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      color: #FFFFFF;
      font-style: normal;
      max-height: 264px;
      overflow: hidden; }
      @media (max-width: 768px) {
        .home-slider__content__box__text {
          text-align: center; } }
    .home-slider__content__box__img {
      height: 100%; }
      @media (max-width: 1200px) {
        .home-slider__content__box__img {
          width: 448px !important;
          height: 448px; } }
      @media (max-width: 991px) {
        .home-slider__content__box__img {
          width: 328px !important;
          height: 328px; } }
      @media (max-width: 768px) {
        .home-slider__content__box__img {
          width: 80% !important;
          margin: 0 auto;
          height: fit-content;
          min-width: 290px; } }
  .home-slider__content__item {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    gap: 40px; }
    @media (max-width: 768px) {
      .home-slider__content__item {
        justify-content: center;
        gap: 20px; } }
    .home-slider__content__item__box {
      flex-grow: 1;
      width: calc((100% - 40px) / 2);
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media (max-width: 768px) {
        .home-slider__content__item__box {
          width: 100%; } }
      .home-slider__content__item__box__title {
        font-weight: 800;
        font-size: 20px;
        line-height: 20px;
        color: #FFFFFF;
        font-style: normal;
        margin-bottom: 30px; }
        @media (max-width: 768px) {
          .home-slider__content__item__box__title {
            text-align: center; } }
      .home-slider__content__item__box__text {
        font-weight: 600;
        font-size: 17px;
        line-height: 24px;
        color: #FFFFFF;
        font-style: normal;
        max-height: 264px;
        overflow: hidden; }
        @media (max-width: 768px) {
          .home-slider__content__item__box__text {
            text-align: center; } }
      .home-slider__content__item__box__img {
        height: 100%; }
        @media (max-width: 1200px) {
          .home-slider__content__item__box__img {
            width: 448px !important;
            height: 448px; } }
        @media (max-width: 991px) {
          .home-slider__content__item__box__img {
            width: 328px !important;
            height: 328px; } }
        @media (max-width: 768px) {
          .home-slider__content__item__box__img {
            width: 80% !important;
            margin: 0 auto;
            height: fit-content;
            min-width: 290px; } }
  .home-slider__content .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .home-slider__content .owl-nav button {
      margin: 0 !important;
      padding: 0 !important;
      background: transparent !important;
      border: none !important;
      outline: none !important;
      position: relative; }
      @media (min-width: 1200px) {
        .home-slider__content .owl-nav button.owl-next {
          left: -50px; }
        .home-slider__content .owl-nav button.owl-prev {
          right: -50px; } }
      @media (min-width: 991px) and (max-width: 1200px) {
        .home-slider__content .owl-nav button.owl-next {
          left: -25px; }
        .home-slider__content .owl-nav button.owl-prev {
          right: -25px; } }
      @media (min-width: 769px) and (max-width: 991px) {
        .home-slider__content .owl-nav button.owl-next {
          left: -50px; }
        .home-slider__content .owl-nav button.owl-prev {
          right: -50px; } }
      .home-slider__content .owl-nav button .custom-arrow-nav {
        font-size: 45px;
        color: #f2f2f2;
        transform: scaleX(-1); }
        .home-slider__content .owl-nav button .custom-arrow-nav:hover {
          color: #d7b13b; }

.sliders .slider .slick-dots {
  top: 100%; }
  .sliders .slider .slick-dots li button {
    margin-top: -30px; }
    .sliders .slider .slick-dots li button:before {
      height: 7px;
      color: transparent;
      background: white; }
.sliders .slider.slider1 .slick-dots, .sliders .slider.slider3 .slick-dots {
  display: none !important; }
.sliders .slider .slider1__img:hover .products__boxes__box__content__add-to-cart {
  opacity: 1;
  bottom: 30px; }

.home-boxs__img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 16px;
  overflow: hidden; }
  .home-boxs__img.full {
    width: unset;
    height: unset;
    border-radius: unset; }
    .home-boxs__img.full img {
      aspect-ratio: 209 / 138;
      border-radius: 12px; }
  .home-boxs__img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

video {
  appearance: none;
  height: 100vh;
  object-fit: cover; }

.products {
  background-color: #FFFFFF;
  margin-top: 86px; }
  .products__title {
    font-weight: 900;
    font-size: 30px;
    color: #122d55;
    font-style: normal;
    text-align: center;
    margin-bottom: 30px;
    text-transform: capitalize; }
    @media (max-width: 576px) {
      .products__title {
        margin-bottom: 20px; } }
  .products__boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .products__boxes__box {
      position: relative;
      width: calc((100% - 60px) / 3);
      overflow: hidden;
      padding-left: 15px;
      border-left: 10px solid;
      border-image: url(../images/assests/vertical-line.jpg) 10; }
      .products__boxes__box_disapled {
        pointer-events: none;
        cursor: default; }
      @media (max-width: 1200px) {
        .products__boxes__box {
          width: calc((100% - 40px) / 3); } }
      @media (max-width: 991px) {
        .products__boxes__box {
          width: calc((100% - 20px) / 2); } }
      @media (max-width: 768px) {
        .products__boxes__box {
          width: 100%; } }
      @media (min-width: 1201px) {
        .products__boxes__box:nth-child(3n+0) {
          border: none; } }
      @media (min-width: 991px) and (max-width: 1200px) {
        .products__boxes__box:nth-child(3n+0) {
          border: none; } }
      @media (max-width: 991px) {
        .products__boxes__box:nth-child(2n+0) {
          border: none; } }
      @media (max-width: 768px) {
        .products__boxes__box {
          border: none; } }
      .products__boxes__box:last-of-type {
        border: none; }
      .products__boxes__box:hover .products__boxes__box__content__img {
        transform: scale(1.1); }
      .products__boxes__box__content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        position: relative; }
        .products__boxes__box__content__label {
          position: absolute;
          top: 0;
          left: 0;
          background-color: #122d55;
          color: #FFFFFF;
          font-size: 14px;
          font-weight: 300;
          padding: 8px;
          z-index: 5; }
        .products__boxes__box__content__img {
          transition: transform 0.2s linear;
          transition: all 0.3s linear;
          width: 390px;
          height: 255px; }
        .products__boxes__box__content .overlayBtn {
          transition: all 0.3s linear;
          position: absolute;
          bottom: 50px;
          opacity: 0;
          visibility: hidden; }
          @media (max-width: 768px) {
            .products__boxes__box__content .overlayBtn {
              display: none; } }
        .products__boxes__box__content__add-to-cart {
          transition: all 0.3s linear;
          padding: 0 20px;
          display: flex;
          align-items: center;
          gap: 17px;
          background-color: #d7b13b !important;
          color: #FFFFFF;
          border-radius: 0; }
          .products__boxes__box__content__add-to-cart:disabled {
            background: none !important;
            border: 1px solid rgba(0, 0, 0, 0.8) !important;
            opacity: 0.5; }
          .products__boxes__box__content__add-to-cart i {
            color: inherit;
            font-size: 25px; }
          .products__boxes__box__content__add-to-cart:hover {
            background-color: #d7b13b !important;
            color: #FFFFFF; }
        .products__boxes__box__content .add-to-cart--mob {
          transform: scale(1);
          display: none;
          margin-bottom: 1px; }
          @media (max-width: 768px) {
            .products__boxes__box__content .add-to-cart--mob {
              display: block; } }
        .products__boxes__box__content img:last-of-type {
          position: absolute;
          top: 0;
          visibility: hidden;
          opacity: 0; }
        .products__boxes__box__content:hover img:last-of-type {
          visibility: visible;
          opacity: 1; }
        .products__boxes__box__content:hover img:first-of-type {
          position: relative;
          visibility: hidden;
          opacity: 0; }
        .products__boxes__box__content:hover .overlayBtn {
          opacity: 1;
          visibility: visible; }
          .products__boxes__box__content:hover .overlayBtn .products__boxes__box__content__add-to-cart {
            transform: scale(1); }
        .products__boxes__box__content__title {
          font-size: 22px;
          font-style: italic;
          font-weight: 700;
          line-height: 20px;
          color: #122d55;
          text-transform: capitalize;
          color: #122d55; }

.contact__title {
  font-weight: 900;
  font-size: 30px;
  color: #122d55;
  font-style: normal;
  text-align: center;
  margin-bottom: 20px;
  text-transform: capitalize; }
  @media (max-width: 576px) {
    .contact__title {
      margin-bottom: 10px; } }
.contact__text {
  font-weight: 500;
  font-size: 20px;
  color: #333;
  font-style: normal;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .contact__text {
      width: 100%; } }
.contact__form, .contact__data {
  height: 100%; }
.contact__form label {
  font-weight: 700;
  font-size: 20px;
  color: #122d55;
  font-style: normal;
  text-transform: capitalize; }
.contact__form .form-check-label {
  font-size: 13px; }
.contact__form textarea {
  height: 150px;
  resize: none; }
.contact__form__submit {
  background-color: #000000 !important;
  color: #FFFFFF;
  width: 200px;
  text-align: center; }
  .contact__form__submit:hover {
    background-color: #000000;
    color: #FFFFFF; }
.contact__data {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #f2f2f2;
  padding: 20px;
  justify-content: center;
  margin: 30px 0 50px;
  height: calc(100% - 80px); }
  .contact__data__box__title {
    font-weight: 700;
    font-size: 20px;
    color: #122d55;
    font-style: normal;
    margin-bottom: 10px;
    text-transform: capitalize; }
  .contact__data__box__item {
    font-size: 17px;
    color: #333;
    font-style: normal; }
    .contact__data__box__item strong {
      color: #122d55; }
  .contact__data__box__icons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px; }
    @media (max-width: 768px) {
      .contact__data__box__icons {
        width: 100%;
        justify-content: center; } }
    .contact__data__box__icons__link {
      height: 40px;
      width: 40px;
      background-color: #000000;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%; }
      .contact__data__box__icons__link__icon {
        font-size: 25px;
        color: #FFFFFF; }
        .contact__data__box__icons__link__icon:hover {
          color: #d7b13b; }

.contact-map {
  background-color: #000000; }
  .contact-map__iframe {
    width: 100%;
    height: 500px;
    border-radius: 5px; }

.years-slider .events-content__boxes__box {
  height: 100%; }
  .years-slider .events-content__boxes__box__img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
    @media (min-width: 1201px) {
      .years-slider .events-content__boxes__box__img {
        height: 485px; } }
    @media (max-width: 1200px) {
      .years-slider .events-content__boxes__box__img {
        height: 405px; } }
    @media (max-width: 991px) {
      .years-slider .events-content__boxes__box__img {
        height: 615px; } }
    @media (max-width: 768px) {
      .years-slider .events-content__boxes__box__img {
        height: 455px; } }
    @media (max-width: 576px) {
      .years-slider .events-content__boxes__box__img {
        height: 325px; } }
  .years-slider .events-content__boxes__box__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 33px;
    color: #122d55;
    font-style: normal;
    margin-bottom: 15px; }
  .years-slider .events-content__boxes__box__text {
    font-weight: 300;
    font-size: 26px;
    line-height: 37px;
    color: #333;
    font-style: normal; }
.years-slider__line {
  width: 100%;
  margin-top: 50px; }

.about-boxes_pb_0 {
  padding-bottom: 0; }
.about-boxes__box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .about-boxes__box__title {
    font-weight: 600;
    font-size: 30px;
    color: #122d55;
    line-height: 43px;
    font-style: normal;
    margin-bottom: 15px;
    text-transform: capitalize; }
  .about-boxes__box__text {
    font-weight: 300;
    font-size: 26px;
    color: #333;
    line-height: 37px;
    font-style: normal; }
  .about-boxes__box__img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    @media (min-width: 1201px) {
      .about-boxes__box__img {
        height: 485px; } }
    @media (max-width: 1200px) {
      .about-boxes__box__img {
        height: 405px; } }
    @media (max-width: 991px) {
      .about-boxes__box__img {
        height: 615px; } }
    @media (max-width: 768px) {
      .about-boxes__box__img {
        height: 455px; } }
    @media (max-width: 576px) {
      .about-boxes__box__img {
        height: 325px; } }
.about-boxes__line {
  width: 100%;
  margin-top: 50px; }

.about-tabs {
  background-color: #f2f2f2; }
  .about-tabs .nav-pills {
    gap: 10px;
    margin-bottom: 45px; }
    .about-tabs .nav-pills .nav-item {
      width: calc((100% - 20px) / 3); }
      @media (max-width: 768px) {
        .about-tabs .nav-pills .nav-item {
          width: 100%; } }
      .about-tabs .nav-pills .nav-item .nav-link {
        background-color: transparent;
        border: 1px solid #000000;
        height: 55px;
        color: #000000;
        border-radius: 5px;
        line-height: 30px;
        white-space: nowrap;
        transition: all 0.2s linear;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%; }
        .about-tabs .nav-pills .nav-item .nav-link:hover, .about-tabs .nav-pills .nav-item .nav-link.active {
          background-color: #000000;
          color: #FFFFFF;
          border-color: #000000; }
  .about-tabs .tab-pane__img {
    width: 100%; }
    @media (min-width: 1201px) {
      .about-tabs .tab-pane__img {
        height: 485px; } }
    @media (max-width: 1200px) {
      .about-tabs .tab-pane__img {
        height: 405px; } }
    @media (max-width: 991px) {
      .about-tabs .tab-pane__img {
        height: 615px; } }
    @media (max-width: 768px) {
      .about-tabs .tab-pane__img {
        height: 455px; } }
    @media (max-width: 576px) {
      .about-tabs .tab-pane__img {
        height: 325px; } }
  .about-tabs .tab-pane__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 43px;
    color: #122d55;
    font-style: normal;
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      .about-tabs .tab-pane__title {
        text-align: center; } }
  .about-tabs .tab-pane__text {
    font-weight: 300;
    font-size: 26px;
    line-height: 37px;
    color: #333;
    font-style: normal; }
    @media (max-width: 991px) {
      .about-tabs .tab-pane__text {
        text-align: center;
        margin-bottom: 20px; } }
  .about-tabs__slider .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .about-tabs__slider .owl-nav button {
      margin: 0 !important;
      padding: 0 !important;
      background: transparent !important;
      border: none !important;
      outline: none !important;
      position: relative; }
      @media (min-width: 1200px) {
        .about-tabs__slider .owl-nav button.owl-next {
          left: -50px; }
        .about-tabs__slider .owl-nav button.owl-prev {
          right: -50px; } }
      @media (min-width: 991px) and (max-width: 1200px) {
        .about-tabs__slider .owl-nav button.owl-next {
          left: -25px; }
        .about-tabs__slider .owl-nav button.owl-prev {
          right: -25px; } }
      @media (min-width: 769px) and (max-width: 991px) {
        .about-tabs__slider .owl-nav button.owl-next {
          left: -50px; }
        .about-tabs__slider .owl-nav button.owl-prev {
          right: -50px; } }
      .about-tabs__slider .owl-nav button .custom-arrow-nav {
        font-size: 45px;
        color: #000000;
        transform: scaleX(-1); }
        .about-tabs__slider .owl-nav button .custom-arrow-nav:hover {
          color: #d7b13b; }

.about-video {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .about-video__iframe {
    display: block;
    height: 400px;
    width: 70%;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .about-video__iframe {
        width: 100%; } }
    @media (max-width: 768px) {
      .about-video__iframe {
        height: 300px; } }
  .about-video__text {
    font-weight: 300;
    font-size: 26px;
    line-height: 37px;
    color: #FFFFFF;
    font-style: normal;
    margin-top: 34px;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 991px) {
      .about-video__text {
        width: 100%; } }

.products-slider {
  background-color: #000000; }
  .products-slider__title {
    font-weight: 900;
    font-size: 28px;
    line-height: 31px;
    color: #FFFFFF;
    font-style: normal;
    text-align: center;
    margin-bottom: 55px; }
  .products-slider__content__item__img {
    display: block;
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    @media (min-width: 1201px) {
      .products-slider__content__item__img {
        height: 440px; } }
    @media (max-width: 1200px) {
      .products-slider__content__item__img {
        height: 366.39px; } }
    @media (max-width: 991px) {
      .products-slider__content__item__img {
        height: 270.38px; } }
    @media (max-width: 768px) {
      .products-slider__content__item__img {
        height: 198.39px; } }
    @media (max-width: 576px) {
      .products-slider__content__item__img {
        height: 292.8px; } }
  .products-slider__content__item__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    color: #FFFFFF;
    font-style: normal;
    text-align: center;
    margin-bottom: 10px; }
  .products-slider__content__item__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 29px;
    color: #FFFFFF;
    font-style: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .products-slider__content .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .products-slider__content .owl-nav button {
      margin: 0 !important;
      padding: 0 !important;
      background: transparent !important;
      border: none !important;
      outline: none !important;
      position: relative; }
      @media (min-width: 1200px) {
        .products-slider__content .owl-nav button.owl-next {
          left: -50px; }
        .products-slider__content .owl-nav button.owl-prev {
          right: -50px; } }
      @media (min-width: 991px) and (max-width: 1200px) {
        .products-slider__content .owl-nav button.owl-next {
          left: -25px; }
        .products-slider__content .owl-nav button.owl-prev {
          right: -25px; } }
      @media (min-width: 769px) and (max-width: 991px) {
        .products-slider__content .owl-nav button.owl-next {
          left: -50px; }
        .products-slider__content .owl-nav button.owl-prev {
          right: -50px; } }
      .products-slider__content .owl-nav button .custom-arrow-nav {
        font-size: 45px;
        color: #f2f2f2;
        transform: scaleX(-1); }
        .products-slider__content .owl-nav button .custom-arrow-nav:hover {
          color: #d7b13b; }

.main-details {
  padding-top: 100px; }
  @media (max-width: 991px) {
    .main-details {
      padding-top: 70px !important; } }
  .main-details__content__item {
    width: 100%; }
    .main-details__content__item__img {
      width: 100%;
      height: 320px;
      object-fit: cover !important; }
  .main-details__content .owl-dots .owl-dot {
    padding: 0; }
    .main-details__content .owl-dots .owl-dot span {
      width: 20px;
      height: 5px;
      border-radius: 0; }
    .main-details__content .owl-dots .owl-dot.active span {
      background-color: #000000; }
  .main-details__content .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 25px);
    display: flex; }
    .main-details__content .owl-nav button {
      width: 50%;
      height: 100%;
      margin: 0;
      background: none !important; }
  .main-details__box__title {
    font-size: 34px;
    line-height: 49px;
    font-weight: 600;
    font-style: normal;
    color: #122d55;
    margin-bottom: 10px; }
    @media (max-width: 575px) {
      .main-details__box__title {
        font-size: 28px; } }
  .main-details__box__cost {
    margin-bottom: 10px; }
    @media (max-width: 575px) {
      .main-details__box__cost {
        margin-bottom: 0; } }
    .main-details__box__cost span {
      font-size: 20px; }
      @media (max-width: 575px) {
        .main-details__box__cost span {
          font-size: 18px; } }
      .main-details__box__cost span:first-of-type {
        font-size: 24px;
        font-weight: 600;
        color: #d7b13b; }
        @media (max-width: 575px) {
          .main-details__box__cost span:first-of-type {
            font-size: 20px; } }
      .main-details__box__cost span:last-of-type {
        color: #ccc;
        text-decoration: line-through; }
  .main-details__box__btns {
    margin-bottom: 8px; }
    .main-details__box__btns .add-to-cart {
      padding: 13px 16px;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      border-radius: 0;
      background-color: rgba(0, 0, 0, 0.8);
      color: white;
      width: 250px;
      margin-left: 20px;
      transition: all 0.3s; }
      .main-details__box__btns .add-to-cart:hover {
        background-color: transparent;
        border: 1px solid rgba(0, 0, 0, 0.8);
        color: rgba(0, 0, 0, 0.8); }
      .main-details__box__btns .add-to-cart:disabled {
        opacity: 0.7;
        background-color: transparent;
        border: 1px solid rgba(0, 0, 0, 0.8);
        color: rgba(0, 0, 0, 0.8); }
    .main-details__box__btns .form-control {
      padding: 12px 16px;
      border-radius: 0 !important;
      height: 100%; }
  .main-details__box__counter {
    display: flex;
    align-items: center;
    width: 250px; }
    .main-details__box__counter--cart {
      width: 150px; }
    .main-details__box__counter button, .main-details__box__counter .value {
      width: 80px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0; }
    .main-details__box__counter button {
      border: 1px solid rgba(0, 0, 0, 0.8) !important;
      color: rgba(0, 0, 0, 0.8) !important; }
      .main-details__box__counter button:hover {
        background-color: rgba(0, 0, 0, 0.8) !important; }
        .main-details__box__counter button:hover i {
          color: white !important; }
      .main-details__box__counter button:disabled {
        opacity: 0.5; }
    .main-details__box__counter .value {
      font-size: 18px;
      font-weight: 500; }
  .main-details__box__subtitle {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; }
    .main-details__box__subtitle__item {
      font-size: 18px;
      line-height: 26px;
      font-weight: 300;
      font-style: italic;
      color: #333; }
  .main-details__box__text {
    font-size: 20px;
    line-height: normal;
    font-weight: 300;
    font-style: normal;
    color: #333; }
  .main-details__box a {
    position: relative; }
  .main-details__box__img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: all 0.5s; }
  .main-details__box__share {
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    border-top: 1px solid #000000; }
    @media (max-width: 768px) {
      .main-details__box__share {
        justify-content: center; } }
    .main-details__box__share__text {
      font-size: 18px;
      line-height: 20px;
      font-weight: 300;
      font-style: normal;
      color: #333; }
    .main-details__box__share__link {
      background-color: #000000;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .main-details__box__share__link__icon {
        color: #FFFFFF;
        font-size: 15px; }
  .main-details__box img:last-of-type {
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0; }
  .main-details__box:hover img:last-of-type {
    visibility: visible;
    opacity: 1; }
  .main-details__box:hover img:first-of-type {
    position: relative;
    visibility: hidden;
    opacity: 0; }
  .main-details .settings__content .owl-dots .owl-dot {
    padding: 0; }
    .main-details .settings__content .owl-dots .owl-dot span {
      width: 20px;
      height: 5px;
      border-radius: 0; }
    .main-details .settings__content .owl-dots .owl-dot.active span {
      background-color: #122d55; }
  .main-details__footer-box__title {
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    font-style: italic;
    color: #122d55;
    margin-bottom: 5px; }
  .main-details__footer-box__content {
    border-top: 1px solid #000000;
    padding-top: 20px; }
    .main-details__footer-box__content__imgs {
      display: flex;
      gap: 20px;
      flex-wrap: wrap; }
      .main-details__footer-box__content__imgs__link__img {
        height: 90px;
        width: 175px; }
        @media (max-width: 576px) {
          .main-details__footer-box__content__imgs__link__img {
            height: fit-content;
            width: 100%; } }
    .main-details__footer-box__content__text {
      font-size: 20px;
      line-height: 29px;
      font-weight: 300;
      font-style: normal;
      color: #333; }
  .main-details__download {
    background-color: #f2f2f2;
    padding: 30px 0;
    margin-top: 30px; }
    .main-details__download__content {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 768px) {
        .main-details__download__content {
          gap: 15px; } }
      .main-details__download__content__title {
        font-size: 18px;
        line-height: 18px;
        font-weight: 500;
        color: #122d55; }
        @media (max-width: 768px) {
          .main-details__download__content__title {
            width: 100%;
            text-align: center; } }
      .main-details__download__content__box {
        display: flex;
        gap: 10px;
        color: #999; }
        .main-details__download__content__box:hover {
          color: #122d55; }
        @media (max-width: 768px) {
          .main-details__download__content__box {
            justify-content: center;
            width: 100%; } }
        .main-details__download__content__box__icons {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 5px; }
          .main-details__download__content__box__icons__icon {
            font-size: 20px;
            color: inherit; }
        .main-details__download__content__box__text {
          font-size: 15px;
          line-height: 21px;
          font-weight: 300;
          color: inherit; }

.setting-details {
  background-color: #000000; }
  .setting-details__title {
    font-size: 28px;
    line-height: 31px;
    font-weight: 900;
    font-style: normal;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
    text-transform: capitalize; }
  .setting-details__text {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    font-style: normal;
    color: #FFFFFF;
    margin-bottom: 55px;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 768px) {
      .setting-details__text {
        width: 100%; } }
  .setting-details__content__item__link__img {
    height: 100%; }
    @media (min-width: 1201px) {
      .setting-details__content__item__link__img {
        height: 162px; } }
    @media (max-width: 1200px) {
      .setting-details__content__item__link__img {
        height: 182px; } }
    @media (max-width: 991px) {
      .setting-details__content__item__link__img {
        height: 207px; } }
    @media (max-width: 768px) {
      .setting-details__content__item__link__img {
        height: 252px;
        width: 80% !important;
        margin: 0 auto; } }
    @media (max-width: 576px) {
      .setting-details__content__item__link__img {
        height: 180px; } }
  .setting-details__content .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .setting-details__content .owl-nav button {
      margin: 0 !important;
      padding: 0 !important;
      background: transparent !important;
      border: none !important;
      outline: none !important;
      position: relative; }
      @media (min-width: 1200px) {
        .setting-details__content .owl-nav button.owl-next {
          left: -50px; }
        .setting-details__content .owl-nav button.owl-prev {
          right: -50px; } }
      @media (min-width: 991px) and (max-width: 1200px) {
        .setting-details__content .owl-nav button.owl-next {
          left: -25px; }
        .setting-details__content .owl-nav button.owl-prev {
          right: -25px; } }
      @media (min-width: 769px) and (max-width: 991px) {
        .setting-details__content .owl-nav button.owl-next {
          left: -50px; }
        .setting-details__content .owl-nav button.owl-prev {
          right: -50px; } }
      .setting-details__content .owl-nav button .custom-arrow-nav {
        font-size: 45px;
        color: #f2f2f2;
        transform: scaleX(-1); }
        .setting-details__content .owl-nav button .custom-arrow-nav:hover {
          color: #d7b13b; }

.slider1, .slider3 {
  opacity: 0.5; }
@media (min-width: 575px) {
  .slider2 {
    margin: 0 100px; } }

.home-slider__content__item {
  margin-top: 50px;
  text-align: center; }

.product-customize__box {
  height: 100%; }
  .product-customize__box_bg_gray {
    background-color: #ebebeb; }
  .product-customize__box__title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    font-style: normal;
    color: #333;
    margin-bottom: 50px; }
  .product-customize__box__img {
    width: 100%;
    margin-bottom: 50px;
    object-fit: cover; }
    @media (min-width: 1201px) {
      .product-customize__box__img {
        height: 291px; } }
    @media (max-width: 1200px) {
      .product-customize__box__img {
        height: 243px; } }
    @media (max-width: 991px) {
      .product-customize__box__img {
        height: 371px; } }
    @media (max-width: 768px) {
      .product-customize__box__img {
        height: 275px; } }
    @media (max-width: 576px) {
      .product-customize__box__img {
        height: 195px; } }
  .product-customize__box__selected-color {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px; }
    .product-customize__box__selected-color__box__link {
      display: block;
      margin-bottom: 20px; }
      .product-customize__box__selected-color__box__link__img {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        box-shadow: 5px 0px 10px 0px #000; }
    .product-customize__box__selected-color__box__title {
      font-size: 18px;
      line-height: 26px;
      font-weight: 600;
      font-style: normal;
      color: #333; }
    .product-customize__box__selected-color__box__text {
      font-size: 18px;
      line-height: 26px;
      font-weight: 300;
      font-style: normal;
      color: #122d55; }
  .product-customize__box__content {
    padding: 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    max-height: 455px;
    overflow-y: auto; }
    .product-customize__box__content__box {
      width: calc((100% - 20px) / 2);
      cursor: pointer; }
      @media (max-width: 991px) {
        .product-customize__box__content__box {
          width: calc((100% - 40px) / 3); } }
      @media (max-width: 768px) {
        .product-customize__box__content__box {
          width: calc((100% - 20px) / 2); } }
      .product-customize__box__content__box__img {
        width: 100%;
        margin-bottom: 10px; }
      .product-customize__box__content__box__text {
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        font-style: normal;
        color: #333; }

/*------------
    Checkout & cart
-------------*/
.checkout {
  margin-bottom: 20px; }
  .checkout .supTotal {
    margin-top: 20px;
    margin-left: auto;
    background-color: #eee;
    padding: 20px;
    border-radius: 4px; }
    .checkout .supTotal h3 {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 16px;
      color: #122d55; }
      .checkout .supTotal h3 span {
        color: #122d55;
        border-right: 2px solid #122d55;
        padding-right: 8px;
        margin-right: 8px; }
  .checkout .text {
    position: relative;
    margin-bottom: 30px;
    font-size: 32px;
    color: #122d55;
    font-weight: 600;
    width: fit-content;
    padding: 10px; }
    @media (max-width: 767px) {
      .checkout .text {
        font-size: 28px; } }
    .checkout .text::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 50%;
      height: 3px;
      background-color: #d7b13b; }
  .checkout .img-fit {
    width: 135px;
    height: 135px;
    object-fit: cover;
    margin: auto; }
  .checkout .online_payment + label > span {
    border: 1px solid transparent;
    padding: 10px;
    width: fit-content;
    margin: auto; }
  .checkout .online_payment:checked + label > span {
    border-color: #d7b13b; }
  .checkout .table-finale {
    background-color: #f2f2f2;
    border-radius: 4px; }
    .checkout .table-finale * {
      background: none; }
    .checkout .table-finale td, .checkout .table-finale th {
      border-bottom-width: 1px;
      border-color: #FFFFFF;
      padding: 14px; }
    .checkout .table-finale .cart-subtotal *, .checkout .table-finale .cart-shipping * {
      color: #122d55;
      font-size: 17px; }
    .checkout .table-finale .cart-total * {
      font-size: 20px; }
  .checkout .last-btns {
    border-top: 1px solid #ccc; }
    .checkout .last-btns a {
      font-size: 18px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.8); }
      .checkout .last-btns a i {
        transform: scaleX(1); }
        .checkout .last-btns a i::before {
          margin-top: 5px;
          margin-left: 10px;
          font-size: 19px;
          font-weight: 500 !important; }
      @media (max-width: 576px) {
        .checkout .last-btns a {
          font-size: 16px; }
          .checkout .last-btns a i::before {
            margin-left: 5px;
            font-size: 17px; } }
    .checkout .last-btns button {
      font-size: 20px;
      font-weight: 500;
      text-transform: uppercase; }
      @media (max-width: 576px) {
        .checkout .last-btns button {
          font-size: 16px; } }

.table-responsive-lg::-webkit-scrollbar {
  display: none; }

.summary-table thead .part-head h3 {
  text-transform: capitalize;
  font-size: 28px;
  color: #122d55; }
  @media (max-width: 767px) {
    .summary-table thead .part-head h3 {
      font-size: 24px; } }
.summary-table thead th *:not(img) {
  white-space: nowrap; }
.summary-table thead td {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: #122d55;
  font-weight: 500;
  vertical-align: middle; }
  .summary-table thead td *:not(img) {
    white-space: nowrap; }
.summary-table tbody tr {
  border-bottom-width: 1px; }
  .summary-table tbody tr td {
    border: 0;
    vertical-align: middle; }
    .summary-table tbody tr td * {
      white-space: nowrap;
      color: #000000; }
.summary-table tbody .img {
  display: block; }
  .summary-table tbody .img > div {
    width: 100px;
    height: 100px;
    margin: auto; }
  .summary-table tbody .img img {
    margin: auto;
    width: 100px;
    height: 100px;
    object-fit: cover; }
.summary-table tbody .product-name * {
  font-weight: 600; }
.summary-table tbody .delete-item {
  display: block;
  text-align: center;
  color: #fc3441;
  border: 0; }
  .summary-table tbody .delete-item i {
    font-size: 20px;
    color: inherit; }

.cart-empty.cart-empty--cart {
  min-height: 50vh;
  display: flex; }
  .cart-empty.cart-empty--cart * {
    margin: auto;
    font-size: 34px;
    color: rgba(0, 0, 0, 0.8);
    opacity: 1; }
  .cart-empty.cart-empty--cart h2 {
    text-transform: uppercase; }
  .cart-empty.cart-empty--cart span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    display: block;
    background-color: #eee;
    margin-bottom: 30px; }
    .cart-empty.cart-empty--cart span i {
      font-size: 34px; }

.cart-header {
  margin: 50px 0; }
  .cart-header * {
    font-size: 34px;
    font-weight: 600;
    text-transform: capitalize; }
  .cart-header h2 {
    color: rgba(0, 0, 0, 0.8);
    width: fit-content;
    position: relative;
    padding-bottom: 10px; }
    .cart-header h2::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 50%;
      height: 3px;
      background-color: #d7b13b; }
  .cart-header span {
    color: #d7b13b; }

.main-btn--cart {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  background-color: #000;
  border-radius: 0;
  text-transform: uppercase;
  padding: 8px 40px;
  color: white; }

/*------------
    account
-------------*/
.account {
  padding-top: 0; }
  .account .card {
    border-radius: 0;
    margin-bottom: 20px;
    border: 1px solid #ebedf2;
    background-color: white; }
    .account .card .card-header {
      margin: 0 20px;
      background-color: transparent;
      border-color: #ebedf2; }
      .account .card .card-header * {
        font-size: 22px;
        font-weight: 600;
        color: #122d55; }
      .account .card .card-header img {
        width: 70px;
        height: 70px;
        margin: auto;
        border-radius: 50%;
        margin-bottom: 10px;
        margin-top: 10px; }
      .account .card .card-header h5 {
        margin-bottom: 0 !important; }
      .account .card .card-header .user-name {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.8); }
      .account .card .card-header .user-email {
        color: rgba(0, 0, 0, 0.8);
        font-size: 13px;
        font-weight: 200;
        display: block;
        text-align: center; }
    .account .card .card-footer {
      margin: 0 20px;
      background: none;
      border-color: #ebedf2; }
      .account .card .card-footer h5 {
        margin-bottom: 0 !important; }
        .account .card .card-footer h5 span {
          color: #d7b13b !important; }
      .account .card .card-footer button {
        background-color: rgba(0, 0, 0, 0.8);
        color: white;
        margin-bottom: 0 !important; }
    .account .card .card-body .cost-info {
      background-color: #f2f2f2a6;
      padding: 10px;
      margin-bottom: -16px; }
      .account .card .card-body .cost-info .col-4 {
        text-align: center;
        border-left: 1px solid white;
        border-right: 1px solid white; }
    .account .card .nav-link {
      text-align: start;
      color: rgba(0, 0, 0, 0.8); }
      .account .card .nav-link.logout i {
        color: #fc3441; }
      .account .card .nav-link.active {
        background-color: rgba(0, 0, 0, 0.8);
        color: white; }
    .account .card .dashbox .bi {
      font-size: 32px !important; }
    .account .card .dashbox h3 {
      font-weight: 600 !important;
      color: #122d55 !important; }
    .account .card .form-control {
      border-radius: 0 !important; }
    .account .card button[type="submit"] {
      background-color: rgba(0, 0, 0, 0.8);
      color: white; }

@media print {
  .no-print {
    display: none; }

  .prent {
    display: none; }

  .card {
    position: absolute;
    left: 0;
    width: 1000px !important; } }
/*-----------
  done-page
------------*/
.done-page {
  padding-top: 150px; }
  .done-page .done {
    display: block;
    height: 200px;
    width: 200px;
    background-color: #68C27A;
    border-radius: 50%;
    margin: auto;
    outline: 40px solid #2CA9001A; }
    .done-page .done .tick {
      stroke-dasharray: 18;
      stroke-dashoffset: 18;
      animation: draw 1s forwards; }
  .done-page__head {
    margin-top: 40px; }
    .done-page__head * {
      line-height: normal;
      font-size: 40px;
      font-weight: 600; }
  .done-page__goHome a {
    display: block;
    margin: 24px auto;
    max-width: 300px;
    font-size: 18px;
    font-weight: 600; }
  .done-page__visit-user a {
    color: #313679;
    text-decoration-line: underline; }

@keyframes draw {
  to {
    stroke-dashoffset: 0; } }
/*---------------
  terms & conditions  // privacy & policy
------------*/
.content-section {
  margin: 40px 0; }
  .content-section__head {
    font-size: 40px;
    font-weight: 600;
    color: #122d55; }
  .content-section__text {
    padding-right: 40px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    position: relative; }
    .content-section__text::before {
      content: '\F26F';
      font-family: 'Bootstrap-icons';
      font-size: 34px;
      position: absolute;
      right: 0;
      top: -10px;
      color: #122d55; }

@media (max-width: 767px) {
  .content-section {
    margin: 20px 0; }
    .content-section__head {
      font-size: 25px; } }
.main-about__text {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-top: 20px; }
.main-about__banner {
  margin: 30px 0; }
  .main-about__banner img {
    object-fit: cover;
    height: 100%; }

.social-icon {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  box-shadow: 0 2px 5px #00000042; }
  .social-icon.whatsapp {
    background-color: #41b083; }
    .social-icon.whatsapp svg {
      font-size: 40px;
      color: white; }
  .social-icon.call {
    background-color: #d7b13b;
    line-height: 72px; }
    .social-icon.call svg {
      font-size: 30px;
      color: white; }
    @media (min-width: 575px) {
      .social-icon.call {
        display: none; } }
  .social-icon:has(+ .footer__custom) {
    bottom: 144px; }

.message {
  background-color: #FFFFFF;
  position: fixed;
  left: 20px;
  bottom: 90px;
  z-index: 1;
  padding: 10px;
  border-radius: 24px;
  border: 1px solid #cad0d4;
  box-shadow: 0 0.25rem 6px rgba(50, 50, 93, 0.08), 0 1px 3px rgba(0, 0, 0, 0.05);
  min-width: 190px;
  text-align: center; }
  .message * {
    font-size: 12px; }
  .message h5 {
    color: #3c4858;
    font-size: 14px; }
  .message button {
    position: absolute;
    top: -34px;
    padding: 0;
    line-height: 0;
    right: 0;
    background: #f4f6fb;
    border-radius: 18px;
    display: flex;
    padding: 4px 6px;
    align-items: center;
    gap: 4px;
    color: #999a9b; }
    @media (max-width: 575px) {
      .message button {
        right: auto;
        left: 0; } }

.mb-24 {
  margin-bottom: 24px; }
  @media (max-width: 992px) {
    .mb-24 {
      margin-bottom: 12px; } }

.mb-80 {
  margin-bottom: 80px; }
  @media (max-width: 992px) {
    .mb-80 {
      margin-bottom: 12px; } }

.mb-40 {
  margin-bottom: 40px; }

.mb-75 {
  margin-bottom: 75px; }

.pb-100 {
  padding-bottom: 100px; }

.pt-100 {
  padding-top: 100px; }

.text-color-dark {
  color: #122d55;
  font-weight: 500; }

.hero-sm {
  padding: 0;
  position: relative;
  height: 50vh; }

.hero-sm-35 {
  padding: 0;
  position: relative;
  height: 200px; }

.hero-sm--100 {
  padding: 0;
  position: relative;
  min-height: 100vh; }

.min-hight-100 {
  min-height: 100vh; }

.centred {
  display: flex;
  align-items: center;
  justify-content: center; }

.is_sold {
  text-align: center;
  top: 20px;
  right: 20px;
  position: absolute;
  font-size: 14px;
  padding: 5px 8px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  border-radius: 0 20px;
  z-index: 2;
  width: 100px;
  font-weight: 500; }

.cart-empty {
  height: 100px; }
  .cart-empty * {
    font-size: 26px;
    margin: auto;
    font-weight: 600;
    color: #122d55;
    opacity: 0.8; }
  .cart-empty h2 {
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 14px; }
  .cart-empty i {
    font-size: 35px;
    margin-bottom: 10px; }

.home-title {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 800px;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center; }
  @media (max-width: 400px) {
    .home-title {
      min-width: 350px; } }
  .home-title * {
    color: white; }
  .home-title h1 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 50px; }
    @media (max-width: 991px) {
      .home-title h1 {
        font-size: 40px; } }
    @media (max-width: 575px) {
      .home-title h1 {
        font-size: 30px; } }
  .home-title p {
    font-size: 24px; }
  .home-title .controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 20px; }
    .home-title .controls a {
      padding: 10px 35px;
      font-size: 20px;
      background-color: #d7b13b;
      border-radius: 8px; }
      .home-title .controls a i {
        margin-left: 10px; }

.hero.home .home-title {
  top: auto;
  bottom: 20px;
  transform: translate(-50%); }

body:has(.links-page) .footer,
body:has(.links-page) .social-icon,
body:has(.links-page) .message {
  display: none; }

.links-page {
  background-color: #fff;
  padding: 0; }
  .links-page__wrapper {
    height: 100vh;
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .links-page__logo {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f2f2f2; }
    .links-page__logo img {
      transform: scale(1.3); }
  .links-page__text {
    color: #000;
    text-align: center; }
    .links-page__text h1 {
      direction: ltr;
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 20px; }
    .links-page__text p {
      font-size: 18px; }
  .links-page__links {
    display: flex;
    align-items: center;
    gap: 40px; }
    .links-page__links a {
      padding: 10px 35px;
      font-size: 20px;
      background-color: #d7b13b;
      border-radius: 8px;
      color: #fff; }

/*# sourceMappingURL=style-rtl.css.map */
