.elegant-package {
    /* background-color: #fff; */
    box-shadow: 0 0 4px #519fff;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: transform 0.2s;
}

.elegant-package > p {
  color: #072a24;
  padding-top: 10px;
  font-size: 16px;
  font-weight: 400;
}

/* .elegant-package:hover {
    transform: scale(1.05);
} */

.package-details {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.package-item {
    margin-bottom: 15px;
}

.price-crossed {
  color: #454343; /* You can use your desired color */
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    text-decoration: line-through;
}
.price {
    color: #FF5733; /* You can use your desired color */
    font-size: 18px;
    font-weight: bold;
}

figure.package-card {
    font-family: 'Poppins', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    min-width: 350px;
    /* max-width: 315px; */
    /* min-height: 520px; */
    /* max-height: 850px; */
    width: 100%;
    color: #000000;
    text-align: center;
    font-size: 14px;
    /* background-color: #2C3447; */
    padding: 30px;
    /* background-image: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%); */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: transform 0.3s;
}


figure.package-card *,
figure.package-card *:before,
figure.package-card *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.package-card figcaption {
  width: 100%;
}
figure.package-card h2,
figure.package-card h4,
figure.package-card blockquote {
  margin: 0;
}
figure.package-card h6 {
  font-weight: 200;
}
figure.package-card h6 {
  color: #101737;
}
figure.package-card h4 {
  color: #101737;

}
figure.package-card blockquote {
  font-size: 1em;
  padding: 45px 20px 40px 50px;
  margin-top: 30px;
  /* background-color: #ffffff; */
  border-radius: 5px;
  /* box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3); */
  text-align: left;
  position: relative;
}
figure.package-card blockquote:before {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 70px;
  opacity: 0.25;
  font-style: normal;
  top: 0px;
  left: 20px;
}
figure.package-card .profile {
  width: 100px;
  border-radius: 50%;
  display: inline-block;
  /* box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4); */
  margin-bottom: 10px;
  /* border: solid 5px #A6A57A; */
}

.detail-package-box {
  display: flex;
  flex-direction: row;
}

/* interior container responsive start */
.interior-container-box-fnl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.interior-container-box-fnl > .box-left-para > p{
  font-size: 14px;
  text-align: start;
  margin: 0px 150px 0 50px;
}
.about-dynamic-content-box{
  margin-top: -80px;
}
.checkbox-group > .customer_says > .int_heading {
  margin-top: 130px;
  margin-bottom: -30px;
}
.custom_made_container {
  padding: 10px;
  margin-top: -100px;
}
.custom_made_container_content_align{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px 0 0 0;
  align-items: center;
  border: 2px solid #999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  min-height: 1800px;
  cursor: pointer;
}

.custom-made-grey-b2:hover {
  cursor: pointer;
  /* border: 0.4px solid transparent; */
  border-color: #519fff;
}

.custom-made-grey:hover {
  cursor: pointer;
  /* border: 0.4px solid transparent; */
  border-color: #519fff;
}

.custom_made_container_content_align:hover{
  border-color: #519fff !important;
}

.custom_made_container_content_align{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0px 0 0 0;
  align-items: center;
  border: 2px solid #999;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 900px;
}

.custom_made_container_content_align > .custom-made > ul > li > p{
  font-size: 13px;
  text-align: start;
  margin: 0px 0px 0 20px;
  color: #fff;
}
.custom_made_container_content_align_right{
  border-radius: 10px;
  margin: 0 50px 20px 10px;
}
.custom_made_container_content_align_right > p{
  font-size: 14px;
  text-align: start;
  margin: 20px 15px 0 50px;
  color: #000000;
}
.image_carousel_3d {
  margin-top: -100px;
}
.checkbox-group > .customer_says > .int_heading {
  margin-top: 80px;
  margin-bottom: 30px;
}

.ytp-cued-thumbnail-overlay-image{
  /* -webkit-background-size:cover; */
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  /* background-image: url(https://i.ytimg.com/vi/YvRckQ2C3EE/maxresdefault.jpg); */
}

@media (max-width: 818px) {
  .custom_made_container_content_align_box{
    display: flex;
    flex-direction: column;
    height: 600px;
  }
  .custom_made_container_content_align{
    display: flex;
    flex-direction: column;
    height: 600px;
    justify-content: center;
    align-items: center;
    border: 2px solid #999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-top: 40px;
  }
  .interior-container-box-fnl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .interior-container-box-fnl > .box-left-para > p{
    margin: 0px 50px 0 50px;
  }
  .about-dynamic-content-box{
    margin-top: 0px;
  }
  .category-btn-mob-visible {
    margin-top: 60px;
  }
  .checkbox-mob-style {
    margin-top: 50px;
  }
  .checkbox-group > .customer_says > .int_heading {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .custom_made_container {
    padding: 10px;
    margin-top: -100px;
  }
  .custom_made_container > .customer_says > .int_heading > h2{
    padding: 10px;
    margin-top: 50px;
  }
  .custom_made_container_content_align > .custom-made {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
  }
  .custom_made_container_content_align > .custom-made > ul > li > p {
    font-size: 13px;
    text-align: start;
    margin: 0 20px 0 20px;
    color: #fff;
  }
  .custom_made_container_content_align_right {
    border-radius: 10px;
    margin: 0 20px 0 20px;
  }
  .custom_made_container_content_align_right > p{
    font-size: 14px;
    text-align: start;
    margin: 10px 15px 0 10px;
    color: #000000;
  }
  .image_carousel_3d {
    margin-top: -60px;
  }
}

@media (max-width: 1200px) {
  .interior-container-box-fnl {
    margin-top: 110px;
  }
  .interior-container-box-fnl > .box-left-para > p{
    font-size: 14px;
    text-align: start;
    align-items: stretch;
    justify-content: center;
    margin: 0px 0px 0   0px;
  }
  /* .custom_made_container_content_align{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 2px solid #999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 400px;
    margin-top: 50px;
  } */
}

@media (min-width: 819px) {
  .custom_made_container_content_align{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 2px solid #999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    height: 320px;
    margin-top: 50px;
  }
}
/* interior container responsive end */



/* moto start */
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* max-width: 1200px; */
  user-select: none;
}

.checkbox-group > * {
  /* margin: 0.5rem 0.1rem;
  margin-right: 30px; */
}

.checkbox-group-legend {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9c9c9c;
  text-align: center;
  line-height: 1.125;
  margin-bottom: 1.25rem;
}

.checkbox-input {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.checkbox-input:checked + .checkbox-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #2260ff;
}

.checkbox-input:checked + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #2260ff;
  border-color: #2260ff;
}

.checkbox-input:checked + .checkbox-tile .checkbox-icon,
.checkbox-input:checked + .checkbox-tile .checkbox-label {
  color: #2260ff;
}

.checkbox-input:focus + .checkbox-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.checkbox-input:focus + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
}

.checkbox-tile {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  width: 11rem;
  min-height: 7rem;
  /* border-radius: 0.5rem; */
  border: 2px solid #b5bfd9;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
}

/* .checkbox-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
} */

.checkbox-tile:hover {
  border-color: #2260ff;
}

.checkbox-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.checkbox-icon {
  transition: 0.375s ease;
  color: #494949;
}

.checkbox-icon svg {
  width: 3rem;
  height: 3rem;
}

.checkbox-label {
  /* color: #707070; */
  transition: 0.375s ease;
  text-align: center;
  margin:5px;
}


/* moto */
/* Gallery CSS */
/* 
#gallery{
  -webkit-column-count:4;
  -moz-column-count:4;
  column-count:4;
  
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
@media (max-width:1200px){
  #gallery{
  -webkit-column-count:3;
  -moz-column-count:3;
  column-count:3;
    
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
}
@media (max-width:800px){
  #gallery{
  -webkit-column-count:2;
  -moz-column-count:2;
  column-count:2;
    
  -webkit-column-gap:20px;
  -moz-column-gap:20px;
  column-gap:20px;
}
}
@media (max-width:600px){
  #gallery{
  -webkit-column-count:1;
  -moz-column-count:1;
  column-count:1;
}  
}
#gallery img,#gallery video {
  width:100%;
  height:auto;
  margin: 4% auto;
  box-shadow:-3px 5px 15px #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.modal-img,.model-vid{
  width:100%;
  height:auto;
}
.modal-body{
  padding:0px;
} */

/* Gallery CSS END */

/*  */
.img-responsive{
  width: 300px; /* Set the width you want */
  height: 300px; /* Set the height you want */
  object-fit: cover; 
}
div#carousel { 
  perspective: 1200px; 
  background: transparent; 
  padding-top: 10%; 
  font-size:0; 
  margin-bottom: 3rem; 
  overflow: hidden; 
}
figure#spinner { 
  transform-style: preserve-3d; 
  height: 300px; 
  transform-origin: 50% 50% -500px; 
  transition: 1s; 
} 
figure#spinner img { 
  width: 60%; max-width: 425px; 
  position: absolute; left: 30%;
  transform-origin: 50% 50% -500px;
  outline:1px solid transparent; 
}
figure#spinner img:nth-child(1) { transform:rotateY(0deg); 
}
figure#spinner img:nth-child(2) { transform: rotateY(-45deg); }
figure#spinner img:nth-child(3) { transform: rotateY(-90deg); }
figure#spinner img:nth-child(4) { transform: rotateY(-135deg); }
figure#spinner img:nth-child(5){ transform: rotateY(-180deg); }
figure#spinner img:nth-child(6){ transform: rotateY(-225deg); }
figure#spinner img:nth-child(7){ transform: rotateY(-270deg); }
figure#spinner img:nth-child(8){ transform: rotateY(-315deg); }
div#carousel ~ span { 
  color: #000; 
  margin: 5%; 
  display: inline-block; 
  text-decoration: none; 
  font-size: 2rem; 
  transition: 0.6s color; 
  position: relative; 
  margin-top: -6rem; 
  border-bottom: none; 
  line-height: 0; }
div#carousel ~ span:hover { color: #888; cursor: pointer; }
/*  */
/* faq */

.faq-box{
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-container {
  width: 100%;
  background-color: #fff;
  /* background-image: linear-gradient(-25deg, rgba(15, 130, 184, 0.1) 0%, rgba(24, 141, 219, 0.2) 100%); */
  /* background-image: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%); */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 50px 0 50px 0;
}

.faq-item {
  padding: 20px;
  border-bottom: 1px solid #072a24;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  color: #072a24;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 3px;
  padding-top: 3px;
}

.faq-answer {
  font-size: 16px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  padding-left: 20px;
  padding-right: 20px;
}

/* .faq-answer.active {
  border-bottom: 1px solid #072a24;
} */

.icon-container i {
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.icon-container i.active {
  transform: rotate(90deg);
}

/* faq end */

/* header banner slider */
#slider-container {
    overflow: hidden;
    position: relative;
}

#slider {
    display: flex;
    transition: transform 0.5s;
}

#slider img {
    height: 300px;
    object-fit: cover;
        }
/* header banner slider end */

/* header container */

.interior-showcase-bann {
  /* position: absolute; */
  /* right: 0; */
  /* width: 100%; */
  min-height: 50vh;
  padding: 100px;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  /* background: #111; */
  transition: 0.5s;
  /* z-index: 2; */
}

.interior-showcase-bann.active {
  right: 300px;
}


.interior-text-bann {
  position: relative;
  z-index: 10;
}

.interior-text-bann h2 {
  font-size: 3em;
  font-weight: 800;
  color: #101737;
  line-height: 1em;
  text-transform: uppercase;
}

.interior-text-bann h3 {
  font-size: 5em;
  font-weight: 700;
  color: #101737;
  line-height: 1em;
  text-transform: uppercase;
}

.interior-text-bann p {
  font-size: 1.1em;
  color: #101737;
  margin: 20px 0;
  font-weight: 400;
  max-width: 700px;
}

.interior-text-bann a {
  display: inline-block;
  font-size: 1em;
  background: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  color: #111;
  letter-spacing: 2px;
  transition: 0.2s;
}

.interior-text-bann a:hover {
  letter-spacing: 6px;
}

.interior-social-bann {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interior-social-bann li {
  list-style: none;
}

.interior-social-bann li a {
  display: inline-block;
  margin-right: 20px;
  filter: invert(1);
  transform: scale(0.5);
  transition: 0.5s;
}

.interior-social-bann li a:hover {
  transform: scale(0.5) translateY(-15px);
}

@media (max-width: 991px) {
  .interior-showcase-bann,
  .interior-showcase-bann .travel-header {
    padding: 40px;
  }
  .interior-showcase-bann {
    flex-direction: column;
  }
  .interior-showcase-vid {
    margin-top: 20px;
    margin-bottom: -70px;
  }
  .interior-text-bann h2 {
    font-size: 3em;
  }

  .interior-text-bann h3 {
    font-size: 2em;
  }
}

/* header container end */

/* testimonial video parrallax css */


.slider-test-heading {
  text-align: center;
  color: #454343;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-bottom: 70px;
  text-transform: uppercase;
  z-index: 999;
}

.slider-test-white-heading {
  color: #ffffff;
}


/* Rest of your CSS with the "slider-test" prefix */


/* testimonial video parrallax css end */
.step-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.step-box {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  width: 70%;
  position: relative;
}

.step-number {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}


/* category button slider */


.categories {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
}

.category-button {
  background-color: #519fff;
  width: 100%;
 height: 50px;
  color: #fff;
  font-size: 14px;
  border: none;
  margin: 5px;
  cursor: pointer;
}

/* .slider-container {
  position: relative;
  margin: 20px auto;
  max-width: 600px;
} */

.slider-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 300px;
  min-height: 500px;
}

.slider {
  display: flex;
  overflow: hidden;
}

.slider-image {
  width: 100%;
  display: none;
}

.prev-button,
.next-button {
    background-color: transparent;
    color: #072a24;
    border: none;
    margin: 15px 0px 230px 0px;
    cursor: pointer;
    font-size: 10px;
  }

  .prev-button:hover,
.next-button:hover {
    background-color: #519fff !important;
}

/* 
.prev-button,
.next-button {
  background-color: transparent;
  color: #fff;
  border: none;
  padding: 15px 30px 10px 30px;
  cursor: pointer;
} */

.prev-button {
  position: absolute;
  bottom: 0;
}

.next-button {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*  */
.btn-15:hover {
  color: wheat;
}

.category-btn-mob-visible {
  display: none;
}

.category-btn-large-visible {
  display: block;
}

@media (max-width: 768px) {
  .category-btn-mob-view {
    display: flex;
    flex-direction: column-reverse;
  }

  .category-btn-large-visible {
    display: none;
  }

  .category-btn-mob-visible {
    display: block;
  }

  .categories {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
  }

  .category-button {
    order: 2; /* To reorder the buttons */
  }

  .int_testimonial_wrapper {
    margin-top: -100px;
  }

  .slider-container {
    min-height: 300px;
  }
  
}

@media (max-width: 769px) {
  .customer_says {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

/* .card-procedure {
  color: #000 !important;
}
 */

 #s::-webkit-scrollbar {
  width: 10px;
}
#s::-webkit-scrollbar-track {
  background-color: white;
}
#s::-webkit-scrollbar-thumb {
  background-color: #606060;
  border-radius: 20px;
}
#s::-webkit-scrollbar-thumb:hover {
  background-color: #909090;
}
#sc::-webkit-scrollbar {
  width: 10px;
}
#sc::-webkit-scrollbar-track {
  background-color: white;
}
#sc::-webkit-scrollbar-thumb {
  background-color: #666B7A;
}

.scroll-bar{
  width: 300px;
    height: 300px;
    overflow-y: scroll;
    border: solid;
    padding: 1px;
}

