@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
@font-face {
  font-family: "TTCommons";
  src: url("../fonts/tt_commons/light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "TTCommons";
  src: url("../fonts/tt_commons/regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "TTCommons";
  src: url("../fonts/tt_commons/bold.otf") format("opentype");
  font-weight: 700;
}
:root {
  --primary: #79242F;
  --secondary: #DAAA2F;
  --filterPrimary: invert(16%) sepia(25%) saturate(5416%) hue-rotate(330deg) brightness(90%) contrast(88%);
  --filterSecondary: invert(63%) sepia(100%) saturate(330%) hue-rotate(3deg) brightness(91%) contrast(91%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

* {
  margin: 0px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Almarai", sans-serif;
  scroll-behavior: smooth;
}
*::selection {
  background-color: var(--primary);
  color: #fff;
}
*::-webkit-scrollbar {
  width: 7px;
}
*::-webkit-scrollbar-track {
  background-color: #eee;
}
*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

body {
  direction: rtl;
  overflow-x: hidden;
}

div::-webkit-scrollbar,
ul::-webkit-scrollbar,
nav::-webkit-scrollbar {
  height: 5px;
}

/**********************************************
   Start Global Style
**********************************************/
.color-gray {
  color: #ccc;
}

.color-gray2 {
  color: #888;
}

.color-dark {
  color: #1B2021;
}

.color-primary {
  color: var(--primary) !important;
}

.color-secondary {
  color: var(--secondary);
}

.filterPrimary {
  filter: var(--filterPrimary);
}

.filterSecondary {
  filter: var(--filterSecondary);
}

.filterWhite {
  filter: var(--filterWhite);
}

p,
.p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
  margin-bottom: 0;
}

a {
  color: #000;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
a:hover {
  color: var(--primary) !important;
}
a:focus {
  outline: 0;
}

del,
.del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

ul {
  list-style-type: none;
  padding: 0;
}

button {
  border: none;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
}
button:focus {
  border: none;
  box-shadow: transparent;
  outline: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  transition: all 0.3s ease;
  outline: 0;
  box-shadow: none;
}

form .form-group {
  position: relative;
}
form .form-control {
  font-size: 14px;
}
form .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}
form input,
form select {
  height: 60px !important;
}
form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: none;
}
form textarea {
  resize: none;
}
form .form-check-input {
  height: 1em !important;
}

.progress-wrap {
  position: fixed;
  inset-inline-end: 15px;
  bottom: 15px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateY(130%);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/icons/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
  left: 10.5px;
  top: 10.5px;
  height: 25px;
  width: 25px;
  display: block;
  filter: var(--filterPrimary);
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.secImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: fit-content;
}

.position-unset {
  position: unset;
}

.underline {
  text-decoration: underline !important;
}

.trans_3 {
  transition: all 0.3s linear;
}

/**********************************************
   Start Loader
**********************************************/
#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  pointer-events: none;
  /*----------- upload loader ------------*/
}
#preloader::after, #preloader::before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0d1a36), color-stop(#132650), to(#0a152e));
  background: linear-gradient(to right, #0d1a36, #132650, #0a152e);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#preloader::before {
  top: 0;
}
#preloader::after {
  bottom: 0;
}
#preloader .logo_img {
  width: 300px;
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
  opacity: 0.5;
}
#preloader #loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.3333333333);
  display: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#preloader #loading-wrapper.show {
  display: block;
}
#preloader #loading-wrapper #loading-text {
  display: block;
  position: absolute;
  top: calc(50% - 38px);
  left: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  margin: -7px 0 0 -45px;
  text-align: center;
  font-size: 20px;
}
#preloader #loading-wrapper img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
#preloader #loading-wrapper #loading-content {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #F00;
}
#preloader #loading-wrapper #loading-content::after {
  content: "";
  position: absolute;
  border: 3px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}
#preloader #loading-wrapper #loading-content::before {
  content: "";
  position: absolute;
  border: 3px solid #00F;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}
#preloader #loading-wrapper #loading-content {
  border: 3px solid transparent;
  border-top-color: #3659A3;
  border-bottom-color: #3659A3;
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}
#preloader #loading-wrapper #loading-content::before {
  border: 3px solid transparent;
  border-top-color: #0aafde;
  border-bottom-color: #0aafde;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
  animation: loader 3s linear infinite;
}
#preloader #loading-wrapper #loading-content::after {
  border: 3px solid transparent;
  border-top-color: #E33F74;
  border-bottom-color: #E33F74;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}
#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#preloader.isdone #loading-wrapper {
  opacity: 0;
  -webkit-transform: scale(3);
  transform: scale(3);
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
#preloader.isdone::after, #preloader.isdone::before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
#preloader #content-wrapper {
  color: #FFF;
  position: fixed;
  left: 0;
  top: 20px;
  width: 100%;
  height: 100%;
}
#preloader #header {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  height: 100px;
  background-color: #666;
}
#preloader #content {
  width: 800px;
  height: 1000px;
  margin: 0 auto;
  text-align: center;
  background-color: #888;
}
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**********************************************
   Start Animations
**********************************************/
@keyframes floating-y {
  0% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@keyframes floatingX {
  0% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(-2px);
  }
}
.slide_ltr {
  transform: translateX(5%);
  transition: all 1.2s ease-in-out;
  transition-delay: 0.1s;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.slide_ltr.animated {
  transform: translateX(0%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slide_ltr.no_scale {
  transform: scale(1);
}

.slide_rtl {
  transform: translateX(-5%);
  transition: all 1s ease-in-out;
  transition-delay: 0.1s;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.slide_rtl.animated {
  transform: translateX(0%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.slide_rtl.no_scale {
  transform: scale(1);
}

@keyframes puff-in {
  0% {
    transform: scale(1.2);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0px);
    opacity: 1;
  }
}
.puff-in {
  animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.text-focus-in {
  animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/**********************************************
    Start Public Classes
**********************************************/
.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.swiper-container .swiper-pagination {
  bottom: 0;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 25px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: unset;
  background-color: #f5f5f5;
  transition: all 0.3s linear;
}
.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  color: var(--secondary);
  transition: all 0.3s linear;
}
.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: var(--primary);
  opacity: 1;
}
.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before {
  color: #fff;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 2%;
  left: auto;
}
.swiper-container .swiper-button-next::before,
.swiper-container .swiper-container-rtl .swiper-button-prev::before {
  content: "\f0da";
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  left: 2%;
  right: auto;
}
.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before {
  content: "\f0d9";
}

.butn {
  position: relative;
  padding: 0.7rem 1.7rem;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 15px;
  border: 1px solid transparent;
  border-radius: 35px;
  transition: all 0.35s !important;
  overflow: hidden;
}
.butn i {
  margin-inline-end: 7px;
}
.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}
.butn.primary_butn {
  background-color: var(--primary);
  color: #fff;
}
.butn.primary_border_butn {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}
.butn.secondary_butn {
  background-color: var(--secondary);
  color: #000;
}
.butn.secondary_border_butn {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: transparent;
}
.butn.white_butn {
  background-color: #fff;
  color: #333;
}
.butn.white_border_butn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.butn::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  content: attr(data-hover);
  color: #fff;
  text-align: center;
  transform: translateX(-50%);
  transition: all 0.2s linear;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.butn:hover {
  background-color: #BD9675;
  border-color: #BD9675;
  transform: translateY(-5px) !important;
  color: transparent !important;
  transition-delay: 0s;
  box-shadow: 0 5px 15px 0px rgba(189, 149, 117, 0.546);
}
.butn:hover::before {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

.icon18 {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.icon15 {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.badge {
  padding: 0.5rem 1rem;
  position: relative;
  border-radius: 35px;
}
.badge.secondary_badge {
  background-color: #EFD9A2;
  color: var(--primary);
}

.actions_swiper {
  position: relative;
  width: fit-content;
  margin-inline: auto;
  border-radius: 25px;
  padding: 12px 5px;
  display: flex;
  align-items: center;
}
.actions_swiper .swiper-pagination {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.actions_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #B7B199;
  opacity: 1;
  margin: 0 5px !important;
  transition: all 0.3s linear;
}
.actions_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.actions_swiper .swiper-button-next,
.actions_swiper .swiper-button-prev {
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  padding: 0;
  height: auto;
  top: 12px;
  background-color: transparent;
  border-radius: 0;
}
.actions_swiper .swiper-button-next::before,
.actions_swiper .swiper-button-prev::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 10px;
  color: #fff;
  transition: all 0.3s linear;
}
.actions_swiper .swiper-button-next:hover,
.actions_swiper .swiper-button-prev:hover {
  background-color: transparent !important;
}
.actions_swiper .swiper-button-next:hover::before,
.actions_swiper .swiper-button-prev:hover::before {
  color: #fff !important;
}
.actions_swiper .swiper-button-next::before,
.actions_swiper .swiper-container-rtl .swiper-button-prev::before {
  content: "\f054";
}
.actions_swiper .swiper-button-prev::before,
.actions_swiper .swiper-container-rtl .swiper-button-next::before {
  content: "\f053";
}
.actions_swiper .swiper-button-next:after,
.actions_swiper .swiper-button-prev:after {
  display: none;
}

.sec_head .title {
  font-size: 48px;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 1rem;
}
.navs-container .navbar .logo {
  height: 60px;
  object-fit: contain;
}
.navs-container .navbar .nav-link {
  color: #fff !important;
  margin-inline-end: 15px;
  font-size: 17px;
}
.navs-container .navbar .inner {
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  padding: 0.5rem 2rem;
}
.navs-container .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  transform: rotate(45deg);
}
.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  transform: rotate(135deg);
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--primary);
  transition: 0.5s;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}
.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.footer .contact_box {
  background-color: var(--primary);
  padding: 70px 0 45px 0;
}
.footer .contact_box .item {
  margin-bottom: 25px;
}
.footer .contact_box .item .icon {
  font-size: 50px;
  color: #BD9675;
  margin-inline-end: 20px;
}
.footer .contact_box .item .content h6 {
  font-size: 20px;
}
.footer .contact_box .item .content .p {
  font-size: 20px;
}
.footer .contact_box .item .content .social_links {
  display: flex;
}
.footer .contact_box .item .content .social_links a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  color: #fff;
  border-radius: 50%;
  margin-inline-end: 7px;
}
.footer .contact_box .item .content .social_links a:hover {
  background-color: var(--primary);
  color: #fff !important;
  border-color: var(--primary);
}
.footer .footer_box {
  padding: 70px 0 0px 0;
}
.footer .footer_box .content {
  margin-bottom: 25px;
}
.footer .footer_box .content .social_links {
  display: flex;
}
.footer .footer_box .content .social_links a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1c6c8;
  color: var(--primary);
  border-radius: 50%;
  margin-inline-end: 7px;
}
.footer .footer_box .content .social_links a:hover {
  background-color: var(--primary);
  color: #fff !important;
  border-color: var(--primary);
}
.footer .footer_box .content .contact_item {
  margin-bottom: 15px;
  display: flex;
}
.footer .footer_box .content .contact_item .icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-inline-end: 20px;
}
.footer .footer_box .content .contact_item .p {
  color: #420810;
  font-size: 19px;
}
.footer .footer_box .content .links a {
  font-size: 17px;
  display: block;
  color: #420810;
  margin-bottom: 12px;
}
.footer .footer_box .content .logo {
  width: 80px;
  object-fit: contain;
  margin-bottom: 25px;
}
.footer .footer_box .content .p {
  color: #420810;
  font-size: 18px;
  line-height: 1.7;
}
.footer .copyright {
  border-color: var(--primary) !important;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  overflow: hidden;
}
.header .item {
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
}
.header .item .txt_box {
  position: relative;
  z-index: 9;
}
.header .item .txt_box .title {
  font-size: 88px;
}
.header .item .txt_box .subtitle {
  color: #DBDBDB;
  font-size: 32px;
}
.header .item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: rgba(36, 9, 12, 0.7);
  z-index: 1;
}
.header .swiper-pagination {
  z-index: 9;
  display: flex;
  flex-direction: column;
  width: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  height: fit-content;
}
.header .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50px;
  transition: all 0.3s linear;
  margin: 7px 0;
  background-color: transparent;
  opacity: 1;
}
.header .swiper-pagination .swiper-pagination-bullet-active {
  height: 20px;
  background-color: #fff;
}
.header .social_links {
  z-index: 9;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.header .social_links a {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  color: #fff;
  border-radius: 50%;
  margin: 7px 0;
}
.header .social_links a:hover {
  background-color: var(--primary);
  color: #fff !important;
  border-color: var(--primary);
}
.header .swiper-slide .title,
.header .swiper-slide .subtitle,
.header .swiper-slide .butns a {
  opacity: 0;
  transform: translateY(40px);
}
.header .swiper-slide .bg {
  transform: scale(1.12);
}
.header .swiper-slide-active .bg {
  transform: scale(1);
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.header .swiper-slide-active .title {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.1s;
}
.header .swiper-slide-active .subtitle {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.25s;
}
.header .swiper-slide-active .butns a {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.header .swiper-slide-active .butns a:nth-child(1) {
  transition-delay: 0.45s;
}
.header .swiper-slide-active .butns a:nth-child(2) {
  transition-delay: 0.6s;
}
.header .swiper-slide-prev .title,
.header .swiper-slide-prev .subtitle,
.header .swiper-slide-prev .butns a,
.header .swiper-slide-next .title,
.header .swiper-slide-next .subtitle,
.header .swiper-slide-next .butns a {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.about_sec {
  padding-top: 20px;
  background-color: #F4E5BF;
}
.about_sec .head_box {
  display: flex;
  justify-content: center;
  position: relative;
  /* Curved text */
  /* SINCE */
  /* Ribbon */
}
.about_sec .head_box .logo-svg {
  width: 320px;
  height: auto;
}
.about_sec .head_box .logo-curved-text {
  fill: #7a2e2e;
  font-size: 14px;
  letter-spacing: 8px;
  transform: translateY(60px);
}
.about_sec .head_box .logo-since-text {
  fill: #7a2e2e;
  font-size: 17px;
  letter-spacing: 3px;
  transform: translateY(-2px);
}
.about_sec .head_box .logo-ribbon-shape {
  fill: #7a2e2e;
  transform: scaleX(0.7) translateX(50px);
}
.about_sec .head_box .logo-ribbon-text {
  fill: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
}
.about_sec .txt_box .title {
  font-size: 48px;
  font-weight: 900;
}
.about_sec .txt_box .p {
  font-size: 32px;
  color: #3A2729;
  line-height: 1.5;
}
.about_sec .vector1 {
  position: absolute;
  top: 50px;
  left: -50px;
  height: 190px;
}
.about_sec .vector2 {
  position: absolute;
  right: 0;
  bottom: -150px;
  height: 400px;
  object-fit: contain;
}

.gallery_sec {
  background-color: #F4E5BF;
  padding-bottom: 120px;
}
.gallery_sec .inner .galleryImg {
  border: 5px solid #fff;
  border-radius: 30px;
  width: 240px;
  height: 260px;
  object-fit: cover;
  position: relative;
}
.gallery_sec::before {
  content: "";
  width: 100%;
  height: 85px;
  background: url(../images/gallery_border.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  animation: moveBg 30s linear infinite alternate;
  position: absolute;
  bottom: 0;
}

@keyframes moveBg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1000px 0;
  }
}
.menu_sec {
  background-color: var(--primary);
}
.menu_sec .item {
  border-radius: 150px;
  padding: 20px 15px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2196078431);
  transition: all 0.3s linear;
}
.menu_sec .item .img_box {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.menu_sec .item .card-body {
  text-align: center;
  padding-inline: 0;
}
.menu_sec .item .card-body .title {
  font-weight: bold;
}
.menu_sec .item .card-body .p {
  font-size: 14px;
  color: #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu_sec .item .card-body .price {
  font-size: 20px;
  color: #fff;
}
.menu_sec .item:hover {
  border-color: rgba(255, 255, 255, 0.7960784314);
}
.menu_sec .actions_swiper {
  border-color: transparent;
}
.menu_sec .vector1 {
  position: absolute;
  right: 60px;
  top: 40px;
  height: 150px;
  object-fit: contain;
}
.menu_sec .vector2 {
  position: absolute;
  left: 18%;
  top: 150px;
  height: 100px;
  object-fit: contain;
}

.services_sec .item {
  height: 410px;
  position: relative;
  overflow: hidden;
}
.services_sec .item .txt_content {
  position: absolute;
  bottom: 35px;
  right: 0;
  width: 100%;
  padding: 45px;
  z-index: 3;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 0.3s linear;
  transform: translateY(calc(100% - 160px));
}
.services_sec .item .txt_content .icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 15px;
}
.services_sec .item .txt_content .title {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.services_sec .item .txt_content .p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6235294118);
  transition: all 0.3s linear;
  opacity: 0;
}
.services_sec .item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: rgba(66, 8, 16, 0.6);
  z-index: 1;
  transition: all 0.3s linear;
}
.services_sec .item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4862745098);
  transform: scale(0.9);
  z-index: 2;
  transition: all 0.3s linear;
}
.services_sec .item:hover .txt_content {
  transform: translateY(0);
}
.services_sec .item:hover .txt_content .p {
  opacity: 1;
}
.services_sec .item:hover::before {
  border-color: rgba(255, 255, 255, 0.7960784314);
}
.services_sec .item:hover::after {
  backdrop-filter: blur(7px);
}
.services_sec .actions_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary);
}
.services_sec .actions_swiper .swiper-button-next::before,
.services_sec .actions_swiper .swiper-button-prev::before {
  color: #666;
}
.services_sec .swiper-container .swiper-button-next:hover::before,
.services_sec .swiper-container .swiper-button-prev:hover::before {
  color: var(--primary) !important;
}
.services_sec .vector1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 400px;
}
.services_sec .vector2 {
  width: 180px;
  object-fit: contain;
  position: absolute;
  top: 90px;
  left: 12%;
}
.services_sec .vector3 {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 400px;
}

.cards_sec .item {
  position: relative;
  height: 325px;
  background-color: rgba(183, 177, 153, 0.1019607843);
  margin-bottom: 20px;
}
.cards_sec .item .flip-card {
  height: 100%;
  perspective: 1000px;
}
.cards_sec .item .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.cards_sec .item .flip-card .flip-card-inner .flip-card-front,
.cards_sec .item .flip-card .flip-card-inner .flip-card-back {
  position: absolute;
  inset: 0;
  backface-visibility: hidden;
  overflow: hidden;
}
.cards_sec .item .flip-card .flip-card-inner .flip-card-front {
  transform: rotateY(0deg);
}
.cards_sec .item .flip-card .flip-card-inner .flip-card-front .title {
  position: absolute;
  width: fit-content;
  padding-bottom: 15px;
  border-bottom: 1px solid #DAAA2F;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  color: #fff;
  font-size: 45px;
  text-align: center;
}
.cards_sec .item .flip-card .flip-card-inner .flip-card-front::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-image: linear-gradient(147deg, #420810, transparent);
  z-index: 1;
}
.cards_sec .item .flip-card .flip-card-inner .flip-card-front .vector {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 190px;
  object-fit: contain;
  z-index: 2;
}
.cards_sec .item .flip-card .flip-card-inner .flip-card-back {
  transform: rotateY(180deg);
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 45px;
}
.cards_sec .item .flip-card .flip-card-inner .flip-card-back .icon_box {
  position: relative;
  margin-bottom: 35px;
}
.cards_sec .item .flip-card .flip-card-inner .flip-card-back .icon_box .icon {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.cards_sec .item .flip-card .flip-card-inner .flip-card-back .icon_box::before {
  width: 115px;
  height: 50px;
  content: "";
  background: url(../images/icons/icon_borders.svg) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cards_sec .item .flip-card .flip-card-inner .flip-card-back .p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.cards_sec .item .flip-card .flip-card-inner .borders::before, .cards_sec .item .flip-card .flip-card-inner .borders::after {
  width: 44px;
  height: 44px;
  content: "";
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.4862745098);
  position: absolute;
  z-index: 2;
}
.cards_sec .item .flip-card .flip-card-inner .borders::before {
  top: 20px;
  left: 20px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-bottom: none;
  border-right: none;
}
.cards_sec .item .flip-card .flip-card-inner .borders::after {
  bottom: 20px;
  right: 20px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-top: none;
  border-left: none;
}
.cards_sec .item .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.cards_sec .vector1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 400px;
}
.cards_sec .vector2 {
  width: 180px;
  object-fit: contain;
  position: absolute;
  top: 90px;
  left: 12%;
}
.cards_sec .vector3 {
  position: absolute;
  left: 0;
  bottom: -140px;
  height: 400px;
}

.countdown_sec .inner {
  background-color: var(--primary);
  padding: 45px 3vw;
  border-radius: 45px;
}
.countdown_sec .inner .title {
  font-size: 48px;
}
.countdown_sec .inner .countdown {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 22px;
}
.countdown_sec .inner .countdown .time-box {
  text-align: center;
  color: #fff;
  min-width: 60px;
}
.countdown_sec .inner .countdown .time-box span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  font-family: "TTCommons";
}
.countdown_sec .inner .countdown .time-box small {
  font-size: 18px;
  opacity: 0.85;
  margin-top: 5px;
  display: block;
}
.countdown_sec .inner .countdown .dot {
  color: var(--secondary);
  font-size: 70px;
  font-weight: 500;
  position: relative;
  top: -20px;
}

.statics_sec {
  padding-bottom: 120px;
  border-radius: 50px;
}
.statics_sec .item {
  background-color: #fff;
  border-radius: 50px;
  padding: 35px;
  padding-inline-start: 4vw;
  display: flex;
  align-items: center;
  position: relative;
}
.statics_sec .item .icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-inline-end: 45px;
}
.statics_sec .item .content .counter {
  font-size: 45px;
}
.statics_sec .item .br-left-top {
  position: absolute;
  top: -49px;
  left: -1px;
  width: 50px;
  transform: rotate(-90deg);
}
.statics_sec .item .br-left-btm {
  position: absolute;
  bottom: -49px;
  left: 0;
  width: 50px;
  height: 50px;
}
.statics_sec .item .br-right-top {
  position: absolute;
  top: -49px;
  right: -1px;
  width: 50px;
  transform: rotate(180deg);
}
.statics_sec .item .br-right-btm {
  position: absolute;
  bottom: -49px;
  right: 0;
  width: 50px;
  height: 50px;
  transform: rotate(90deg);
}
.statics_sec .col-lg-4:first-child .item {
  border-radius: 50px 0 0 50px;
}
.statics_sec .col-lg-4:last-child .item {
  border-radius: 0 50px 50px 0;
}
.statics_sec::after {
  content: "";
  width: 100%;
  height: 85px;
  background: url(../images/gallery_border.svg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  animation: moveBg 30s linear infinite alternate;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.statics_sec::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: rgba(36, 9, 12, 0.7);
  z-index: 1;
  border-radius: 50px;
}

.testimonials_sec .item {
  position: relative;
  height: 100%;
}
.testimonials_sec .item .avatar_box {
  position: relative;
  z-index: 3;
  margin-bottom: -15px;
}
.testimonials_sec .item .avatar_box .avatar {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  filter: grayscale(100%);
  margin: auto;
  display: block;
}
.testimonials_sec .item .avatar_box .icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 40%;
  transform: translateX(-60%);
  font-size: 22px;
  color: #fff;
}
.testimonials_sec .item .p {
  color: #420810;
  font-size: 18px;
  padding: 35px;
  border-radius: 25px;
  border: 1px solid rgba(121, 36, 47, 0.3411764706);
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1764705882);
  backdrop-filter: blur(3px);
}
.testimonials_sec .item .prof_data {
  text-align: center;
  margin-top: 20px;
}
.testimonials_sec .item .prof_data .stars i {
  color: #c7c7c7;
}
.testimonials_sec .item .prof_data .stars i.active {
  color: var(--secondary);
}
.testimonials_sec .item .prof_data .name {
  margin: 7px 0;
  color: #420810;
  font-size: 27px;
}
.testimonials_sec .item .prof_data .date {
  color: #9B9B9B;
}
.testimonials_sec .swiper-slide {
  height: auto;
}
.testimonials_sec .actions_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary);
}
.testimonials_sec .actions_swiper .swiper-button-next::before,
.testimonials_sec .actions_swiper .swiper-button-prev::before {
  color: #666;
}
.testimonials_sec .swiper-container .swiper-button-next:hover::before,
.testimonials_sec .swiper-container .swiper-button-prev:hover::before {
  color: var(--primary) !important;
}
.testimonials_sec .vector1 {
  position: absolute;
  bottom: 11%;
  left: -15%;
  width: 40%;
  object-fit: contain;
}
.testimonials_sec .vector2 {
  position: absolute;
  width: 200px;
  bottom: 20px;
  right: 4%;
}

/**********************************************
    Start Edit pg-header
**********************************************/
/**********************************************
    Start Edit another Page 
**********************************************/
/**********************************************
    Start Edit another Page 
**********************************************/
/**********************************************
    Start Edit another Page 
**********************************************/
/**********************************************
    Start Edit Media screens 
**********************************************/
@media screen and (max-width: 991px) {
  .order_md_1 {
    order: -1;
  }
  .d_mob_none {
    display: none !important;
  }
  .header .item .txt_box .title {
    font-size: 35px !important;
  }
  .header .item .txt_box .subtitle,
  .about_sec .txt_box .p,
  .countdown_sec .inner .p,
  .statics_sec .sec_head .p {
    font-size: 15px !important;
  }
  .header .social_links {
    left: 30px;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    bottom: 20px;
  }
  .header .social_links a {
    margin: 0 5px;
  }
  .header .swiper-pagination {
    top: unset;
    bottom: 20px;
    transform: unset;
    height: fit-content;
  }
  .gallery_sec .inner {
    flex-wrap: wrap;
    gap: 10px;
  }
  .gallery_sec .inner .galleryImg {
    transform: unset !important;
    width: 45%;
    height: 150px;
    margin-bottom: 5px;
  }
  .countdown_sec .inner {
    padding-inline: 25px;
  }
  .countdown_sec .inner .title {
    font-size: 28px;
  }
  .countdown_sec .inner .countdown {
    gap: 10px;
    justify-content: center !important;
    margin-top: 15px;
  }
  .countdown_sec .inner .countdown .time-box span {
    font-size: 30px;
  }
  .countdown_sec .inner .countdown .time-box small {
    font-size: 12px;
  }
  .countdown_sec .inner .countdown .dot {
    display: none;
  }
  .statics_sec .item {
    border-radius: 50px !important;
    margin-bottom: 15px;
    padding-inline-start: 9vw;
  }
}
/**********************************************
    Start Edit EN direction 
**********************************************/
html[dir=ltr] {
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
}
html[dir=ltr] body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
}/*# sourceMappingURL=style.css.map */