/* Start Variables */
:root {

  --secondary-color: #fff;
  --dark-color: #3E3E3D;
  --main-transition: 0.3s;
  --section-padding: 75px;
}

/* End Variables */

/* Start Global Styles */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body{
  background-color: rgba(246, 246, 246, 1);
}
html {
  scroll-behavior: smooth;
}

.w-sm-85{
  width: 85%!important;
}
.custom-owl .owl-item{
    height: fit-content;
}
.main-carousel-sub{
  height:400px!important;
}
.custom-owl  .owl-nav{
    color: var(--main-color)!important;
    inset-block-end: -60px!important;
}
.custom-owl .owl-nav .owl-next{
    color:var(--main-color)!important;
    opacity:0.8;
}
.custom-owl .owl-nav .owl-prev{
    color:var(--main-color)!important;
    opacity:0.3;
}
[dir="rtl"] .svg-social{
  rotate: 270deg!important;
}
.custom-owl .owl-dots{
    display: none!important;
}
.container-nav {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: start;
  inline-size: 90%;
  margin-inline: auto;
  padding-block: 0;
  padding-inline: 2rem;
}
.bottom-dashed{
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);

}
.aritcle-title{
font-size: 20px;
font-weight: 700;
line-height: 45px;
text-align: left;
 color: #545454;
 text-decoration: none;

}
.custom-dropdown .dropdown-menu{
  --bs-dropdown-min-width: 7rem!important;
}
.article-desc{
  color:rgba(84, 84, 84, 1);
}
.social-link{
  border-color: rgba(0, 0, 0, 0.7)!important;background:transparent!important
}
.logo-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  text-align: start;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;

}
.logo-nav-header{
    font-size: 24px;
    line-height: 10px;
}


.f-character-main::first-letter {
  color: var(--main-color)
}

body {
  font-family: Poppins, sans-serif;
  overflow-x: hidden;
}

a {
  transition: color 0.3s ease;
}

/* End Global Styles */

/* Start Components */
.section-padding {
  padding-block: 100px;
  padding-inline: 0;
}
.section-whatsapp{
 padding-top: 100px; 
}
.section-padding-explore {
  padding-bottom: 0px;
  padding-top: 50px;
  padding-inline: 0;
}
.social-name{
font-size: 15px;
font-weight: 500;
line-height: 40px;
text-align: start;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.section-social-title{
font-size: 28px;
font-weight: 600;
line-height: 70px;
text-align: start;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.section-label {
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
}

.section-title {
  color: var(--dark-color);
  font-size: 30px;
  font-weight: 600;
  margin-block-end: 2rem;
}

.section-title span {
  color: var(--main-color);
}

.section-desc {
  color: #2A2A2A;
  font-size: 18px;
  font-weight: 400;
  margin-block-end: 1.5rem;
}

.bg-container {
  background-color: var(--main-color);
  height: 160px;
}
.bg-container-location {
  background-color: var(--main-color);
  height: 120px;
}
.img-fluid{
  border-radius: 1.5rem !important;
}
.explore-content{
  color: rgba(0, 0, 0, 0.5)!important;

}
.btn {
  border: 1px solid var(--main-color) !important;
  border-radius: 20px;
  box-shadow: none !important;
  font-size: 14px;
  font-weight: 500;
  padding-block: 0.75rem;
  padding-inline: 1.5rem;
  transition: all 0.3s ease;
}

.btn-main {
  background-color: var(--main-color) !important;
  color: var(--secondary-color) !important;
  ;
}

.btn-main:hover {
  background-color: #ccc !important;
  ;
  color: var(--main-color) !important;
}

.btn-secondary {
  background-color: var(--secondary-color) !important;
  color: var(--main-color) !important;
}

.btn-secondary:hover {
  background-color: var(--main-color) !important;
  color: var(--secondary-color) !important;
}
[dir="html"] .owl-desktop{
  display:flex;
  flex-direction: row-reverse;
}
.section-about-header {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  text-align: start;
  word-break: keep-all;
  white-space: nowrap;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;

}
.section-header {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  text-align: start;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;

}


.img-container {
  overflow: hidden;
  margin-block-end: 1.5rem !important;
  margin-inline: auto;
  max-inline-size: 100%;
}


/* End Components */

/* Satrt Preloader */
#preloader {
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  inset: 0;
}

.loading-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  animation: spin 2s infinite linear;
  block-size: 100px;
  inline-size: 100px;
  /* Adjust to be slightly larger than the logo */
}

.loading-container img {
  position: relative;
  z-index: 2;
  inline-size: 80px;
}
.bg-main{
    background-color: var(--main-color)!important;
}
/* Spin animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* End Preloader */

/* Start Navbar */
.navbar {
  transition: background-color 0.3s;
}

.navbar.default-background {
  background-color: transparent;
}

.navbar.scrolled-background {
  background: linear-gradient(to bottom, #fef5ed, #fff);
}

.navbar .navbar-brand {
  block-size: 80px;
}

.navbar .navbar-brand img {
  block-size: 100%;
}

.navbar.default-background .dropdown-toggle {
  color: #11194c !important;
  cursor: pointer;
}

.navbar.scrolled-background .dropdown-toggle {
  color: var(--main-color) !important;
  cursor: pointer;
}
.let-message{
  color:#111921
}
.dropdown-menu {
  border-color: var(--main-color);
}

.dropdown-menu .dropdown-item {
  color: var(--main-color) !important;
  font-size: 14px !important;
}

.dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa !important;
}

.navbar .offcanvas a,
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
}




.navbar.scrolled-background .offcanvas a,
.navbar-light .navbar-nav .nav-link {
  color: #111921;
}
.fx-btns-filter .dropdown-filter {
position:relative;
    }

.fx-btns-filter .dropdown-filter button {
    background: rgba(45, 42, 68, 0.3);
    padding: 10px 32px 10px 32px;
    border-radius: 50px;
    height: 60px;
    gap: 32px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.menu-public{
    position: absolute;
    z-index: 1;
    gap: 16px;
    padding: 24px;
    flex-direction: column;
    display: none;
    align-items: start;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.05);
    background: rgba(45, 42, 68, 1);
    min-width: 100%;
    max-width: 100%;
    border-radius: 16px;
}
.free-consulation{
  background: transparent !important;
  color: black !important;
  border-color: #AB8E57 !important;
  border-width: 2px !important;
  border-style: solid !important;
  font-size: 15px !important;
}

.text-filter{
    color:#AB8E57!important;
}
.bg-filter{
    background-color:#AB8E5726;
}

.navbar.default-background .offcanvas a,
.navbar-light .navbar-nav .nav-link {
  color: #111921
}

.navbar .offcanvas .btn-close {
  block-size: 0.5em;
  box-shadow: none;
  inline-size: 0.5em;
}

.navbar .navbar-toggler {
  border: 0;
  background-color: transparent;
}

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

/* .navbar.default-background .navbar-toggler-icon {
  background-image: url("../images/white-toggler-icon.svg")
} */

/* .navbar.scrolled-background .navbar-toggler-icon {
  background-image: url("../images/dark-toggler-icon.svg")
} */
[dir="rtl"] .main-carousel .owl-nav {
  transform: translateX(-140%);
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  [dir="rtl"] .lang-mobile .dropdown-menu{
    transform: translateX(50%);
  }
  [dir="ltr"]     .lang-mobile .dropdown-menu {
    transform: translateX(-50%);
  }
  .logo-img{
    block-size: unset!important;
    width: 60px;
    height: 60px;
    margin: auto;
  }
  .navbar .offcanvas {
    background-color: var(--secondary-color) !important;
    padding-block: 20px;
    padding-inline: 0;
    transition: all 0.3s ease;
  }
  .conctact-us-mobile{
    color:white!important
  }
  .navbar .offcanvas a,
  .navbar-light .navbar-nav .nav-link {
    color: var(--main-color) !important;
  }


  .navbar.default-background .dropdown-toggle {
    color: var(--main-color) !important;
    margin-block-end: 12px;
  }

  .dropdown-menu {
    inline-size: 25%;
    inset-block-start: 50% !important;
    inset-inline: 50% auto !important;
    transform: translateX(-50%);
  }
}

/* End Navbar */

/* Main Carousel Styles */
.main-carousel {
  position: relative;
  block-size: 100vh;
}

.main-carousel .owl-stage-outer,
.main-carousel .owl-stage,
.main-carousel .owl-item,
.main-carousel .item,
.main-carousel .item img {
  position: relative;
  block-size: 100%;
}

/* Arrows Styles */
.main-carousel .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  color: var(--secondary-color);
  cursor: pointer;
  inline-size: 45px;
  inset-block-end: 60px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  transition: background-color 0.3s ease;
}

.owl-nav{
  direction: ltr;
}
.main-carousel .owl-nav button.owl-next {
  margin-block-start: -15px;
}

.main-carousel .owl-nav button.owl-next  svg path{
  fill: var(--main-color);
}
.main-carousel .owl-nav button.owl-prev  svg path{
  fill: var(--main-color);
  opacity: 0.5;;
}

.main-carousel .owl-nav button.owl-next:hover,
.main-carousel .owl-nav button.owl-prev:hover {
  color: var(--main-color);
}

/* Dots (Pointers) Styles */
.main-carousel .owl-dots {
  position: absolute;
  inset-block-end: 25px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}

.main-carousel button.owl-dot {
  display: inline-block;
  border-color: var(--main-color);
  border-radius: 50%;
  margin: 5px;
  background-color: var(--secondary-color);
  block-size: 13px;
  cursor: pointer;
  inline-size: 13px;
  transition: background-color 0.3s ease;
}

.main-carousel button.owl-dot.active,
.main-carousel button.owl-dot:hover {
  background-color: var(--main-color);
  ;
}
.active-link{
    color: #AB8E57 !important;
    font-weight: 600 !important;
    font-size: 17px !important;
}

/* carousel Content */
.main-carousel .item .carousel-content {
  position: absolute;
  z-index: 2;
  color: #fff;
  inline-size: 60%;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.location-name{
 color:rgba(64, 64, 64, 1);

}
.customization-title{
font-size: 40px;
font-weight: 600;
line-height: 58px;
letter-spacing: -1.7999999523162842px;
text-align: center;


}
.customization-hint{
font-size: 19px;
font-weight: 400;
line-height: 32px;
letter-spacing: -0.20000000298023224px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:rgba(0, 0, 0, 0.6);
}
.btn-whatsapp{
  background-color: rgba(37, 211, 102, 1)!important;
  border-color: rgba(37, 211, 102, 1)!important;
}
.main-carousel .item .carousel-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin-block-end: 20px;
}

.main-carousel .item .carousel-content p {
  font-size: 20px;
  font-weight: 500;
  margin-block-end: 20px;
}

/* Overlay Background */
/*.main-carousel .item-customize::before {*/
/*  position: absolute;*/
/*  z-index: 1;*/
/*  background: rgba(22, 28, 45, 10%);*/
/*  background-blend-mode: multiply;*/
/*  block-size: 100%;*/
/*  content: "";*/
/*  inline-size: 100%;*/
/*  inset-block-start: 0;*/
/*  inset-inline-start: 0;*/
/*}*/
.social-icon{
  width: 36px!important;
    height: 36px!important;
}

  .footer-margin{
    margin-top: 7rem !important;
  }
  [dir="rtl"] .article-desc{
    text-align: right!important;
  }
@media (max-width: 768px) {
  footer{
    padding-right:0.5rem;
    padding-left: 0.5rem;
  }
  .section-about-header{
    text-align: center;
  }
  .section-about-header{
    text-align: center;
  }
  .master-carousel img{
    width:100vw!important;
  }
  .master-carousel .owl-nav{
    transform: translateX(-150%);
  }
  .master-carousel .owl-dots{
    transform: translateX(-150%);
  }
  /*[dir="rtl"] .master-carousel .owl-nav{*/
  /*  transform: translateX(50%)!important;*/
  /*  display: flex;*/
  /*  flex-direction: row-reverse;*/
  /*}*/
  [dir="rtl"] .master-carousel .owl-dots{
    transform:translateX(100%)!important;
  }
 [dir="rtl"] .custom-dropdown .dropdown-menu{
   transform: translateX(50%);
  }
  .aritcle-title {
    font-size: 16px;
  }
  .main-carousel .owl-stage-outer,
  .main-carousel .owl-stage,
  .main-carousel .owl-item,
  .main-carousel .item,
  .main-carousel .item img {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .footer-margin{@
    margin-top:2rem!important;
  }
  .main-carousel {
    width: 500px;
    height: 400px;
  }

  .custom-owl .owl-nav{
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    inset-block-end: -15px !important;
  }
  [dir='rtl'].custom-owl .owl-nav{
    .inset-inline-start:30%;
  }
  [dir="rtl"] .align-right-rtl{
    text-align:right!important;
  }
  .svg-social{
    height: 22px;
    width: 22px;
  }
  .social-icon{
    height: 26px;
    width:26px;
  }
  .social-text{
    font-size: 14px;
  }
  .text-link{
    font-size: 12px!important;
  }
  .main-carousel .item .carousel-content {
    inline-size: 100%;
  }

  .main-carousel .item .carousel-content h2 {
    font-size: 30px;
  }

  .main-carousel .item .carousel-content p {
    font-size: 18px;
  }


  
}

/* Start Gallery Carousel */
.gallery {
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  margin-block-start: -74px;
}

.gallery-carousel {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.gallery-carousel .gallery-item {
  background-color: #D9D9D9;
  block-size: 85px;
  inline-size: 155px;
}

.gallery-carousel img {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

/* Arrows Styles */
.gallery-carousel .owl-nav button.owl-prev {
  position: absolute;
  border-radius: 50%;
  background-color: white;
  block-size: 50px;
  color: var(--main-color);
  cursor: pointer;
  inline-size: 50px;
  inset-block-start: 50%;
  inset-inline-start: -50px;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}

.gallery-carousel .owl-nav button.owl-next {
  position: absolute;
  border-radius: 50%;
  background-color: white;
  block-size: 50px;
  color: var(--main-color);
  cursor: pointer;
  inline-size: 50px;
  inset-block-start: 50%;
  inset-inline-end: -50px;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}

.gallery-item .owl-nav button.owl-next:hover,
.gallery-item .owl-nav button.owl-next:focus,
.gallery-item .owl-nav button.owl-prev:hover,
.gallery-item .owl-nav button.owl-prev:focus {
  color: var(--main-color)
}

@media (max-width: 768px) {
  .fixed-top{
    padding-top: 0rem!important;
  }
  .gallery-carousel .gallery-item {
    block-size: auto;
    inline-size: 100%;
  }
  /*.owl-item{*/
  /*  width:50%!important;*/
  /*}*/
}

/* End Gallery Carousel */


/* Start Behind */
.behind-img img {
  border-radius: 50%;
}



/* End Behind */

/* Start Vision */
.vision {
  background-color: rgba(102, 54, 204, 5%);
  text-align: center;

}

/* End Vision */

/* Start Founders */
.founders .founder-item h3 {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 600;
}

.founders .founder-item h4 {
  color: var(--main-color);
  font-size: 18px;
  font-weight: 400;
}

/* End Founders */

/* Start Activities */
.activities .activities-content a {
  color: var(--main-color);
}

.activities .activities-content p {
  color: var(--dark-color)
}

.activities .activities-content p a {
  color: var(--dark-color);
  font-weight: 500
}

/* End Activities */

/* Start Articles */
.articles .article-item span {
  display: inline-flex;
  color: #999;
  font-size: 14px;
  margin-block-end: 10px;
}

.articles .article-item p {
  color: var(--dark-color);
  font-size: 18px;
  font-weight: 600;
}

/* End Articles */

/* Start About Us */
.about .about-content .acknowledgments {
  display: inline-flex;
  color: rgba(48, 48, 48, 50%);
  font-size: 16px;
}

.about .about-content blockquote {
  color: #D3972A;
  font-weight: 700;
}

/* End About US */

/* Start Videos */
.video-gallery a {
  margin-block-end: 20px;
}

.video-gallery img {
  border-radius: 5px;
  block-size: auto;
  inline-size: 100%;
  transition: transform 0.3s ease;
}

.video-gallery img:hover {
  transform: scale(1.05);
}

/* End Videos */

/* Start Footer */


footer ul {
  padding: 0;
  list-style: none;
}

footer ul li {
  margin-block-end: 20px;
}

footer ul li a {
  color: var(--main-color);
  font-size: 16px;
  text-decoration: none;
}

footer ul li a:hover {
  color: var(--dark-color);
}

footer h4 {
  color: var(--dark-color);
  font-size: 18px;
  font-weight: 600
}

footer p {
  color: var(--dark-color);
  font-size: 15px;
}

footer .form-control {
  border: none !important;
  box-shadow: none !important;
  color: var(--dark-color);
  font-size: 14px;
  padding-block: .75rem;
  padding-inline: .75rem;
}

;

footer .form-control:focus {
  border-color: var(--main-color) !important;
}

footer ::placeholder {
  color: #A2A2A2 !important;
  font-size: 14px;
}

footer .copyrights {
  border-block-start: 1px solid rgba(62, 62, 61, 60%);
  color: rgba(62, 62, 61, 70%);
  font-weight: 500;
  margin-block-start: 20px;
  padding-block: 10px;
  padding-inline: 0;
  text-align: center;
}

.text-main {
  color: var(--main-color) !important;
}

.page-title {
  color: #3E3E3D;
}

.w-fit {
  inline-size: fit-content;
}

.input-filter {
  border: unset !important;
  background: #F6F6F6;

}

.btn-bg-white {
  background-color: white !important;
  color: var(--main-color) !important;
}

.title-article {
  color: #333;
}

.status-btn {
  background: #724B3126;

}

@media (min-width:767px) {
  .w-sm-75 {
    inline-size: 75% !important;
  }
  .under-maintainance{
    height: 85vh;
  }

  .w-sm-25 {
    inline-size: 25% !important;
  }

  .ms-sm-auto {
    margin-block-start: auto;
  }
}

/* End Footer */

.star {
  display: inline-block;
  margin: 5px;
  background-color: gray;
  block-size: 30px;
  clip-path: polygon(50% 0%,
      61% 35%,
      98% 35%,
      68% 57%,
      79% 91%,
      50% 70%,
      21% 91%,
      32% 57%,
      2% 35%,
      39% 35%);
  inline-size: 30px;
  transition: background-color 0.3s;
}

.starItem {
  display: inline-block;
  margin: 5px;
  background-color: gray;
  block-size: 30px;
  /* Use height for consistency */
  clip-path: polygon(50% 0%,
      61% 35%,
      98% 35%,
      68% 57%,
      79% 91%,
      50% 70%,
      21% 91%,
      32% 57%,
      2% 35%,
      39% 35%);
  inline-size: 30px;
  /* Use width for consistency */
  transition: background-color 0.3s;
}

.hoverStar {
  color: gold;
}

.starItem.hover,
.starItem.selected {
  background-color: gold;
}

.star.hover,
.star.selected {
  background-color: gold;
}

.pagination-box .text-muted {
  display: none !important;
}

.active>.page-link,
.page-link.active {
  border-color: var(--main-color) !important;
  background-color: var(--main-color) !important;
  color: white !important;
}

.page-link {
  color: var(--main-color) !important;
}
.section-services{
  padding-top: 0px!important;
  padding-bottom: 100px;
}
.padding-mob-top{
  padding-top: 0px!important;
  position: relative;
  top: -4rem;
}
.ifram-h iframe {
  width:100%;
  border-radius: 1.2rem !important;
}

@media (max-width: 768px) {
  .section-social-title{
    text-align:center;
    justify-content: center!important;
  }
.ifram-h iframe {
  width: 100%;
  height: 335px;
}

  .ifram-h{
    height:350px!important;
  }
  .container-nav {
    inline-size: 100%;
    justify-content: space-around;
    padding-inline: 0rem;
  }
  html{
    overflow-x: hidden;
  }
  .section-about-header {
    font-size: 24px;
    line-height: 40px;
  }
  .padding-mob-top{
    position: relative;
    top: -4rem;
  }
  .section-desc{
    text-align:center;
    font-size: 16px;
    padding: 0rem 1rem
  }
  .section-header{
    font-size: 24px;
    line-height: 40px;
    color: var(--main-color)!important;
    text-align:center;
  }
  .section-title {
    font-size: 20px;
  }

  .section-padding {
    padding-block: 50px;
    padding-inline: 0;
  }
  
  .custom-owl .item img {
    block-size:65%!important
  }
  
  .customization-title{
    font-size: 24px; 
    line-height: 27px;
    letter-spacing:unset!important;
    text-align: center;
  }
  .customization-hint{
    font-size: 15px;
  }
  .customize-title{
    font-size: 28px;
  }
}
@media (max-width:1200px) and (min-width:767px) {
  .section-header{
   font-size:35px; 
  }
}
@media(min-width:1000px){
  .w-sm-75{
    wdith:75%!important;
  }
}
@media (max-width: 380px){
  .navbar .navbar-brand{
    margin-inline-end: 0rem!important;
  }
}
