/* Path: assets/css/style.css */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #F1EBE6;
  background-color: #231F20;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  cursor: url("../img//cursor/cursor24x24.png") 4 4, auto;
}

section {
  overflow: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
}

li a {
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none;
  color: #e6b998;
}
a:hover {
  color: #B6A26D;
}

li {
  list-style: none;
}

::selection {
  background: #1412104c;
}

.btn-primary:hover {
  background: #B6A26D;
  box-shadow: 0 10px 20px rgba(182, 163, 109, 0.4); /* Add shadow on hover */
}

.btn-secondary:hover {
  background: transparent;
}
.btn-secondary {
  background: transparent;
  border: 2px solid #FF5846;
}

.glass-effect {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 15px;
}

.glass-effect-dark {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 10px;
}

.psmall {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.1rem;
}

@media screen and (max-width: 768px) {
  .lead {
    font-size: 1.1rem;
  }
  footer ul {
    padding-left: 0;
  }
  .static-content{
    height: auto !important;
  }
}
.static-content{
  min-height: 100vh !important;
}

/* Navbar */

.spaced-items > li {
  margin-right: 1.5rem;
}

.nav-link {
  color: var(--bs-light) !important;
}
.nav-link:hover {
  color: var(--bs-primary) !important;
}
.dropdown-item {
  color: var(--bs-light) !important;
}
.dropdown-item:hover {
  color: var(--bs-primary) !important;
}

/* Hero */

:root {
  --underline: #bc7e514a; /* Replace with your accent color */
}

.text-underline {
  position: relative;
  display: inline-block; /* Add this line if .text-primary is a span */
}

.text-underline::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  bottom: 0;
  left: 0;
  background-color: var(--underline);
  visibility: visible;
  transform: scaleX(1);
  transition: all 0.3s ease-in-out 0s;
}

.text-underline:hover::before {
  visibility: visible;
  transform: scaleX(1);
  height: 20px; /* Increase the height on hover */
}

.bg-style1 {
  position: absolute;
  top: 200px;
  left: 200px;
  height: 200px;
  width: 200px;
  background: #bc7e51a7;
  z-index: -1; /* Changed from -2 to 1 */
  filter: blur(200px);
}

@media screen and (max-width: 768px) {
  .bg-style1 {
    left: 130px; /* Added missing px unit */
  }
}
.bg-style2 {
  position: absolute;
  bottom: 200px;
  right: 200px;
  height: 150px;
  width: 150px;
  background: #bc7e51ac;
  z-index: -1;
  filter: blur(200px);
}

.typing {
  border-right: 0.2em solid;
  white-space: nowrap;
  overflow: hidden;
  width: 24ch;
  animation: typing 2s steps(40, end), blink-caret 0.75s step-end infinite;
}

@media (max-width: 768px) {
  .header-van-1,
  .header-van-2 {
    position: relative;
    width: 100%; /* Increase the width */
    height: auto; /* Maintain the aspect ratio */
  }
  .header-van-1 {
    transform: translate(-50%, 0);
  }
  .header-van-2 {
    transform: translate(-50%, 0);
  }
}

/* About Us */
.about-img {
  box-shadow: 0 10px 20px rgba(217, 123, 56, 0.4);
  transition: 0.4s;
}
.about-img:hover {
  box-shadow: 0 10px 20px rgba(217, 123, 56, 0.688);
}

/* Quality section */

.quality-section {
  background: linear-gradient(#382518e0, #382518e0),
    url("../img/qs-img.avif") no-repeat center center / cover;
}

.paris-img {
  position: relative;
  height: 292px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0 10px 20px #2b1c1268;
  transition: 0.4s;
}

.paris-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.paris-img .overlay-text {
  position: absolute;
  bottom: 10px;
  left: 20px; /* Added unit */
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
}

/* Service Section */
.etiquete-service {
  background-color: #564d35;
  position: relative;
  left: -70px;
  box-shadow: -10px 3px 15px -10px #2b1c12;
  transition: 0.2s ease-in-out;
  z-index: 2 !important;
}

.etiquete-service:hover {
  box-shadow: -15px 6px 20px -15px #2b1c12;
  scale: 1.01;
}

.etiquete-service-last {
  background-color: #564d35;
  position: relative;
  right: -70px;
  box-shadow: 10px 3px 15px -10px #2b1c12;
  transition: 0.2s ease-in-out;
  z-index: 2 !important;
}

.etiquete-service-last:hover {
  box-shadow: 15px 6px 20px -15px #2b1c12;
  scale: 1.01;
}

@media all and (max-width: 992px) {
  .about .about-text {
    padding-right: 0;
  }

  .etiquete-service {
    background-color: #564d35;
    position: relative;
    left: 0px;
    margin-top: -60px;
    box-shadow: 0px 0px 10px 0px #2b1c12;
  }

  .etiquete-service-last {
    background-color: #564d35;
    position: relative;
    right: 0px;
    margin-top: -60px;
    box-shadow: 0px 0px 10px 0px #2b1c12;
  }
}

/* Cards */

.cardcolor {
  background-color: #564d3596;
  transition: 0.4s;
}
.cardcolor2 {
  background-color: #564d35be;
  transition: 0.4s;
}
.cardcolor3 {
  background-color: hsla(0, 0%, 15%, 0.75);
  color: #fff8f3;
  transition: 0.4s;
  height: 180px;
}

.img-height {
  height: 180px;
}

.card {
  border: 0px !important;
}

.common-img-size {
  height: 400px; /* Adjust as needed */
  object-fit: cover; /* This will ensure that images are scaled while maintaining their aspect ratio */
}

.title-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  text-align: center;
}

/* FAQS */
.accordion {
  display: flex;
  flex-direction: column;
  font-family: "Sora", sans-serif;
  max-width: 991px;
  min-width: 320px;
  margin: 50px auto;
  padding: 0 50px;
}
.accordion h2 {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  text-align: center;
}
.accordion-item {
  margin-top: 16px;
  border: 1px solid #fcfcfc;
  border-radius: 6px;
  background: rgba(230, 185, 152, 0.1);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.accordion-item .accordion-item-title {
  position: relative;
  margin: 0;
  display: flex;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 14px 20px;
  box-sizing: border-box;
  align-items: center;
}
.accordion-item .accordion-item-desc {
  display: none;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  color: #e0e0e0;
  border-top: 1px dashed #ddd;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}
.accordion-item input[type="checkbox"] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
  display: block;
}
.accordion-item
  input[type="checkbox"]:checked
  ~ .accordion-item-title
  .icon:after {
  content: "-";
  font-size: 20px;
}
.accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
  content: "+";
  font-size: 20px;
}
.accordion-item:first-child {
  margin-top: 0;
}
.accordion-item .icon {
  margin-left: 14px;
}

.accordion-item:not(:first-of-type) {
  border-top: 1px solid #fcfcfc !important;
}

@media screen and (max-width: 767px) {
  .accordion {
    padding: 0 16px;
  }
  .accordion h1 {
    font-size: 22px;
  }
}

footer {
  background-color: hsla(0, 0%, 0%, 0.25);
}

@media screen and (max-width: 768px){
  .footer {
    padding: 0 0 !important;
    }
}

footer a {
  color: #956340;
}

footer span {
  color: #977b67;
}

@media screen and (max-width: 768px) {
  .footer-custom .col-12 {
    text-align: center;
  }
}

/* input[type="text"],
select.form-select {
  background-color: #e6b99837;
  color: #000;
}
input[type="text"]:focus,
select.form-select:focus {
  background-color: #e6b99837;
} */

/* new hero section */
.carousel-item1 {
  position: relative;
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .carousel-item1 {
    position: relative;
    height: 120vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
  }
}

.carousel-item1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.8)
  );
  z-index: 1;
}

.carousel-image1 {
  animation: zoomout 10s;
  animation-fill-mode: forwards;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes zoomout {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}

.static-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero-m{
  height: 60% !important;
}

.hero-slider{
  height: 35% !important;
}

#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.dropdown-menu {
  font-size: 0.8rem;
}

#navbar .nav-link {
  border-radius: 10px;
}

#navbar .nav-link:hover {
  color: #0f0f0f !important;
  background: #d6d6d6;
  border-radius: 15px;
}

#map {
  height: 400px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  #map {
    height: 400px;
    width: 100%;
  }
  
}

.small-logo {
  height: 50px !important; /* Adjust as needed */
  transition: all 0.5s ease; /* Smooth transition */
}

.card-img-top{
  height: 280px !important;
  object-fit: cover;
  object-position: center;
}

.custom-faq1{
  width: auto;
  padding: 0 0;
  margin: 0 0;
}

ul.custom-ul li {
  list-style: circle;
}

.booking-page{
  height: 180vh;
}
@media screen and (max-width: 768px) {
  .booking-page{
    height: 280vh;
  }
  
}


.stylish-underline {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.stylish-underline::before {
  content: "";
  position: absolute;
  bottom: -7px; /* Adjust based on your design */
  left: 0;
  width: 80%; /* Underline width */
  height: 5px; /* Underline thickness */
  border-radius: 2px; /* Optional: Round the corners */
  /* background-color: #cc960e; */
  /* background: linear-gradient(to right, #cc960e, #cc960e); */
  background: linear-gradient(
    to right,
    transparent,
    #B6A26D 10px,
    transparent 20px,
    #B6A26D 30px,
    transparent 40px,
    #B6A26D 50px,
    transparent 60px,
    #B6A26D 70px,
    #B6A26D 100%
  );
  transition: width 0.3s; /* Animation duration */
}
.stylish-underline:hover::before {
  width: 85%; /* Underline width on hover */
  transition: width 0.3s; /* Animation duration */
}
.stylish-underline2 {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.stylish-underline2::before {
  content: "";
  position: absolute;
  bottom: -8px; /* Adjust based on your design */
  left: 50%;
  width: 40%; /* Underline width */
  height: 5px; /* Underline thickness */
  border-radius: 2px; /* Optional: Round the corners */
  background: linear-gradient(to right, #B6A26D, #B6A26D);
  transition: width 0.3s; /* Animation duration */
  transform: translateX(-50%);
}
.stylish-underline2:hover::before {
  width: 50%; /* Underline width on hover */
  transition: width 0.3s; /* Animation duration */
}

.img-bg1 {
  background: linear-gradient(
      to bottom,
      rgba(55, 55, 38, 0.7),
      rgba(55, 55, 38, 0.7)
    ),
    url("../img/img-bg1.png") no-repeat center center;
}

.fixed-size-img {
  width: 55px; /* Set your desired width */
  height: 55px; /* Set your desired height */}