@import url("../font/afacad.css");
@import url("../font/nelphim.css");

/* scroll */

::-webkit-scrollbar {
  width: 8px;
  height: 0px;
}

/* end */

/* Handle */

::-webkit-scrollbar-thumb {
  background: #2b2e8a !important;

  border-radius: 20px;
}

/* end */

/* lenis */

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* end */

a {
  text-decoration: none;
}
body {
  overflow-x: hidden;
}
/* text color */
.grey-text {
  color: #9a9a9a !important;
}

/* background */

.bg-grey {
  background: #eaeaf3;
}

/* end */

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: #ffffff;
  z-index: 999999999;
}
.preloader img {
  width: 15%;
}
/* end */

/* owl carousel */
#hero-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

/* end */

/* header */

/* Sliding Menu */
.slider-menu-div {
  display: flex;
  align-items: center;
  gap: 242px;
  align-self: stretch;
}
.slider-map-left {
  width: 50%;
}
.slider-nav-right {
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.slider-nav-links {
  display: flex;
  width: 320px;
  justify-content: space-between;
  align-items: flex-start;
}
.slider-nav-links div {
  display: flex;
  width: 99px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
}
.slider-nav-links div a {
  color: #fff;
  font-family: "nelphim";
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.slider-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.slider-contact-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}
.slider-contact-inner a {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "afacad";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#sliding-menu {
  position: fixed;
  top: -200%; /* Hidden off the top */
  left: 0;
  width: 100%;
  height: auto; /* Full-screen height */
  background-color: #141414; /* Dark overlay */
  color: white;
  z-index: 9999; /* Ensure it appears on top */
  transition: top 0.5s ease; /* Smooth transition */
  padding: 0 60px 0 0;
  box-sizing: border-box;
}

#sliding-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

#sliding-menu ul li {
  margin: 20px 0;
}

#sliding-menu ul li a {
  text-decoration: none;
  color: white;
  font-size: 24px;
  font-weight: bold;
}
.slider-map-left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #090909;
}
.map-style {
  width: 100%;
  height: 595px;
}
.slider-header h6 {
  color: #fff;
  font-family: "afacad";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 113.636% */
}
.slider-contact h6 {
  color: #fff;
  font-family: "afacad";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.slider-contact h6 {
  color: #fff;
  font-family: "afacad";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.slider-contact-inner a {
  color: #fff;
  font-family: "afacad";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.slider-map-left h5 {
  color: #383838;
  font-family: "afacad";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 113.636% */
}
/* Menu Icon Styling (Optional) */
.menu {
  width: 40px;
  cursor: pointer;
}

.container {
  max-width: 1350px !important;
  transition: border 0.5s ease, padding 0.5s ease;
}
.menu {
  width: 24px;
  height: 24px;
}
.navbar-toggler {
  background-color: transparent;
  outline: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.nav-link {
  color: #2b2b2b !important;
  font-family: "afacad" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400;
  line-height: 25px !important; /* 156.25% */
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  font-weight: 700 !important;
}
.custom-navbar-border {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 18px;
}
.all-custom-navbar-border {
  border-bottom: 1px solid #2b2b2b;
  padding-bottom: 18px;
}
.navbar {
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
}
.navbar.bg-dark {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.logo {
  width: 174px;
  height: 49px;
}
/* end */

/* modal photo gallery */
.photo-gallery-modal-image-container {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.slide-animation {
  position: absolute;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.btn-close-white {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  opacity: 1;
  z-index: 9999;
}

.btn-close-white:hover {
  filter: brightness(80%);
}

/* end */
/* footer */
.footer-bg {
  background: #141414;
  padding: 50px 45px 90px 45px;
  position: relative;
}
.footer-qsepl {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  color: #2e2e2e;
  font-family: "nelphim";
  font-size: 110px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 33px;
  text-transform: uppercase;
  opacity: 0.3;
}
.footer-first-div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 218px;
}
.footer-first-div-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 21px;
  align-self: stretch;
}
.footer-logo {
  width: 252px;
  height: 71px;
}
.footer-first-div-inner p {
  color: #d2d2d2;
  font-family: "afacad";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  margin: 0;
}
.social-btn img {
  width: 40px;
  height: 40px;
}
.copyright {
  color: #d2d2d2;
  font-family: "afacad";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 214.286% */
}
.footer-second-div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 41px;
}
.footer-second-div h4 {
  color: #d2d2d2;
  font-family: "nelphim";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 142.857% */
  margin-bottom: 0;
}

.footer-second-div-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.footer-second-div-inner a {
  color: #d2d2d2;
  font-family: "afacad";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}

/* responsive */

@media only screen and (max-width: 768px) {
  .footer-first-div {
    gap: 35px;
  }
  .slider-menu-div {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
  }
  #sliding-menu {
    padding: 20px 10px 90px 10px;
  }
  .slider-nav-right {
    width: 100%;
    gap: 30px;
  }
  .slider-map-left {
    width: 100%;
  }
  .map-style {
    width: 100%;
    height: 233px !important;
  }
  .footer-qsepl {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0);
    opacity: 0.3;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    justify-content: center;
    width: 100%;
  }
  .preloader img {
    width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .logo {
    width: 121px;
    height: 35px;
  }
  .footer-logo {
    width: 165px;
    height: 46px;
  }
  .footer-bg {
    padding: 20px 0px 90px 0px;
  }
  .footer-qsepl {
    font-size: 78px;
    font-weight: 500;
    letter-spacing: 24px;
  }

  .footer-second-div {
    gap: 15px;
  }
  .footer-second-div-inner {
    gap: 10px;
  }
  .slider-nav-links div a {
    font-size: 21px;
  }
  .slider-contact h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 460px) {
  .footer-second-div h4 {
    font-size: 18px;
  }
  .footer-second-div-inner a {
    font-size: 16px;
  }
  .slider-nav-links div a {
    font-size: 18px;
  }
  .slider-contact h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 420px) {
}
@media only screen and (max-width: 360px) {
  .footer-qsepl {
    font-size: 60px;
  }
}
@media only screen and (max-width: 320px) {
}
