::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #ffd700;
  border-radius: 5px;
  border: 2px solid #000;
}

/* Change the color of the scrollbar on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #f1c40f;
  border-color: #f1c40f;
}

/* Change the color of the scrollbar on active */
::-webkit-scrollbar-thumb:active {
  background-color: #e67e22;
  border-color: #e67e22;
}

/* Change the color of the scrollbar corner */
::-webkit-scrollbar-corner {
  background-color: #000;
}


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

body {
  /* margin: 24px 0 48px; */
  font: 16px / 24px "Poppins", sans-serif;
}
a, button, input[type="submit"], input[type="button"] {
  text-decoration: none;
  transition: all 0.4s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.4px;
}
section {
  padding: 5% 0;
}
div#navbarNav {
  justify-content: right;
  align-self: end;
}
.call_btn {
  background-color: #e4af51;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  margin-left: 10px;
  border-radius: 5px;
}
.call_btn a {
  color: black;
  text-decoration: none;
}
.call_btn a i{
  padding-right: 5px;
}
.paynow_btn {
  background-color: #e4af51;
  width: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
}
.paynow_btn a {
  color: black;
  font-size: 18px;
  text-decoration: none;
}
figure {
  margin-bottom: 0;
}

/* @media only screen and (max-width: 600px) {
  .element-5 {
    display: none;
  }
} */
/* .navbar-expand-lg {
  background-color: #3f3f3f;
  opacity: 0.5;
} */
.header {
  z-index: 9;
  position: absolute;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.bg-img .video-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bg-text,
h1,
h2 {
  text-transform: uppercase;
}
.hero-caption {
  width: 100%;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.btn-banner {
  display: inline-block;
  min-width: 320px;
}

/* .plan_btn {
  border-radius: 26px;
  font-weight: 500 !important;
  font-size: 25px;
  text-align: center; 
} */
.plan_btn {
  padding-top: 16px;
}
.main-heading {
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.4px;
}
.hilton-heading {
  font-size: 48px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.2px;
}
.main-heading-m {
  font-weight: 400;
  font-size: 42px;
}
/* .main-heading::after {
  position: absolute;
  border-bottom: 2px solid #bd832a;
} */
h6.sub-heading {
  font-size: 20px;
  font-family: roboto;
  letter-spacing: 0.5px;
  font-weight: normal;
}


.navbar-toggler {
  border: var(--bs-border-width) solid rgb(255 255 255);
}

/* .btn-dark {
  border-radius: 30px;
  font-weight: 400 !important;
  font-size: 20px;
  color: #eec26d;
  padding: 10px 50px;
  background-color: #303030;
  letter-spacing: 0.5px;
  font-family: "poppins";
} */

.btn-dark {
  border-radius: 30px;
  font-weight: 400 !important;
  font-size: 20px;
  color: #eec26d;
  padding: 10px 50px;
  background-color: #303030;
  letter-spacing: 0.5px;
  font-family: "poppins";
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-dark:hover {
  background-color: #eec26d;
  color: #303030 !important;
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(238,194,109,0.5);
}



.btn-dark-1 {
  border-radius: 30px;
  font-weight: 400 !important;
  font-size: 20px;
  color: #eec26d;
  padding: 10px 50px;
  background-color: #303030;
  letter-spacing: 0.5px;
  font-family: "poppins";
}
.btn:hover {
  color: black;
}
a:hover {
  color: #000;
}
/* .btn:hover{
    background-color: #fff;
  } */
.btn-light {
  border-radius: 30px;
  font-weight: 400 !important;
  font-size: 20px;
  color: #af6b04;
  padding: 10px 50px;
  background-color: #fff;
  letter-spacing: 0.5px;
  font-family: "Poppins";
}
.btn-clr {
  background-color: #e4af51;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  padding: 15px 50px;
  letter-spacing: 0.4px;
  border-radius: 30px;
  font-size: 15px;
  font-family: "poppins";
}

.btnn_section {
  display: flex;
  position: absolute;
  top: 10px;
  right: 0;
}
.divider {
  background-color: #966f2d;
  /*width:50px;
  height: 1px;*/
  width:250px; /* 15.08.23 */
  height: 2px; /* 15.08.23 */
  text-align: center;
  position: relative;
  margin: auto;
 
}
.divider-1 {
  background-color: #fff;
  width: 36%;
  height: 1px;
  text-align: center;
  position: absolute;
  left: 13%;
  margin-top: 15px;
}
.divider-2 {
  background-color: #e6dbdb;
  width: 33%;
  height: 1px;
  text-align: center;
  position: absolute;
  left: 10%;
  margin-top: -3px;
}
.divider-book {
  background-color: #966f2d;
  width: 4%;
  height: 1px;
  text-align: center;
  position: absolute;
  left: 26%;
}
.know_btn {
  border-radius: 26px;
  font-weight: 500 !important;
  font-size: 20px;
  color: #e4af51;
  font-family: "poppins";
  width: 55%;
}
.content > .who-we {
  font-size: 2rem;
}

.who-we {
  color: #e4af51;
  font-weight: 400;
  text-shadow: 2px 0px rgba(0, 0, 0, 0.632);
  font-size: 24px;
  font-family: "poppins";
}


.about-wrap {
  clear: both;
}
.about-wrap figure img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.about-content {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.content p {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 28px;
  text-align: justify;
}
.destination-int {
  position: relative;
  background: url("images/popular-img.jpg") no-repeat scroll 0 0 / cover;
}
.destination-int:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.destination-int .container {
  position: relative;
  z-index: 2;
}

.sec-dark {
  color: #fff;
}
.position {
  position: relative;
}
/*.ooty {
  z-index: -999;
  color: #fff;
  margin-top: -40px;
  margin-left: 15px;
  font-size: 20px;
  font-weight: 400;
}*/
.ooty {
  background: #141313ab;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 8px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 8px;
  margin-bottom: 0;
}
.ooty-1 {
  z-index: -999;
  margin-top: -40px;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  margin-right: 17px;
  color: #eec26d;
  font-family: "poppins";
}
.book-now {
  font-family: "poppins";
  font-size: 35px;
}
textarea {
  resize: vertical;
  /* border-radius: 7px; */
  background-color: #e7ebf6;
  padding: 1rem 0.75rem;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  background-color: #e7ebf6;
  /* width: 466px; */
}
.textarea {
 height:100px!important;
}
.input-textarea:focus {
  outline: none;
}
.form-control {
  border-radius: 0px;
  padding: 10px 15px;
}
.WORLD {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "poppins";
}
.Experience {
  font-size: 24px;
  letter-spacing: 0.4px;
  font-family: "poppins";
  line-height: 30px;
}
.booknow-icon {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.4px;
}
.carousel-img {
  border-radius: 3%;
}
.client-bg {
  position: relative;
  background: url(images/client-bg.jpg) no-repeat scroll 0 0 / cover;
}
.client-bg:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.client-bg .container {
  z-index: 2;
  position: relative;
}
.client-words {
  font-size: 20px;
  font-family: "poppins";
  letter-spacing: 0.4px;
}
.clients-icon {
  display: flex;
  justify-content: center;
  font-size: 32px;
}
.destination_btn {
  border-radius: 26px;
  font-weight: 500 !important;
  font-size: 25px;
  text-align: center;
  color: #e4af51;
  margin-top: 55px;
}
.amesterdam {
  border-radius: 10px;
  width: 100%;
}
.amesterdamm {
  border-radius: 10px;
  width: 100%;
}
.destinations_btn {
  border-radius: 26px;
  font-weight: 500 !important;
  font-size: 25px;
  text-align: center;
  color: #e4af51;
}
.destinationss_btn {
  border-radius: 20px;
  font-weight: 500 !important;
  font-size: 25px;
  text-align: center;
  color: #e4af51;
}
.bg-color {
  background-color: #f4f4f4;
}
.make-holiday {
  position: relative;
  color: #FFF;
  background: url("images/booknow-bg.jpg") no-repeat scroll 0 0 / cover;
}
.make-holiday:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0, 0.5);
}
.make-holiday .container {
  position: relative;
  z-index: 2;
}

.make-holiday .form-floating>label{
  color: #000;
}
.make-holiday .form-control {
  background-color: #FFF;
}
.make-holidays {
  position: relative;
  background: url("images/make-holidays-bg.webp") no-repeat scroll 0 0 / cover;
  background-attachment: fixed;
}
.make-holidays:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255,250,250);
  background: linear-gradient(180deg, rgba(255,250,250,0) 0%, rgba(0,0,0,1) 71%);
}
.make-holidays .container {
  position: relative;
  z-index: 2;
}
.make-holidays-about {
  background-image: url("images/make-destination-bg.png");
 
}


.internation-wrap {
  clear: both;
}
.internation-wrap h5 {
  font-weight: 700;
}

.product-service-wrap-2 {
  position: relative;
  color: #FFF;
  background: url("images/booknow-bg.jpg") no-repeat scroll 0 0 / cover;
  background-attachment: fixed;
}
.product-service-wrap-2:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255,250,250);
  background: linear-gradient(180deg, rgba(255,250,250,0) 0%, rgba(0,0,0,1) 71%);
}
.product-service-wrap-2 .container {
  position: relative;
  z-index: 2;
}

.product-service-wrap-2 ul {
  margin: 0;
  padding: 20px 0 0 0;
}
.product-service-wrap-2 ul li {
  padding-bottom: 15px;
}
.product-service-wrap-2 ul li i {
  margin-right: 10px;
}
.product-service-wrap-2 figure img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}

.banner-wrap {
  clear: both;
  position: relative;
} 
.banner-wrap h2, .banner-wrap p {
  color: #FFF;
  margin-bottom: 0;
}
.banner-wrap figure {
  margin-bottom: 0;
  position: relative;
}
.banner-wrap figure .slide-fixed {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: -1;
  max-width: 100%;
  max-height: 100%;
}
.banner-wrap figure .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}
.banner-wrap figure img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.banner-wrap .container {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.breadcrum-wrap {
  background: #E4AF51;
  color: #000;
  padding: 10px 0;
}
.breadcrum-wrap a {
  color: #000;
}

.blog-wrap {
  clear: both;
}
.blog-wrap .card-title {
  font-weight: 600;
}


/* sachin start */
.make-holidays-offer {
  padding-top: 0px;
  padding-bottom: 0px;
}
.make-holidays-offer img{
  width: 100%;
}

.flex-direction-nav{
  display: none !important;
}

.carousel-center{
  padding-top: 10px;
}
/* Member Testinomials */

/* sachin End */

.hilton-holidays {
  color: #e4af51;
  text-align: center;
}
.holiday-text {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: "poppins";
}
.offer-counter {
  border-radius: 5px;
  border: 2px solid #e4af51;
  width: 100%;
  background-color: transparent;
}
.offer-counter p {
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
  padding: 10px;
}
.offer-counter p span {
  font-size: 30px;
  text-align: center;
}

.holidays-img {
  float: left;
  margin-left: -95px;
  margin-top: -15px;
  width: 5%;
}

.amazing-responsive {
  font-size: 42px;
  font-family: "poppins";
  font-weight: normal;
}
.submit-btn {
  background-color: #e4af51;
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 500;
  border-radius: 2px;
  height: 40px;
}



.bg-clr {
  background-color: #f6f6f6;
}
.border-2 {
  border-radius: 5px;
  border: 1px solid #fff;
  height: 94px;
  background-color: transparent;
}

/* Start */

.mobile-bg-img {
  color: #FFF;
  position: relative;
  background: url("images/mobile-app-bg.jpg") no-repeat scroll 0 0 / cover;
}
.mobile-bg-img:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0, 0.5);
}
.mobile-bg-img .container {
  position: relative;
  z-index: 2;
}
.mobile-bg-img  figure{
  margin-bottom: 0;
}
.mobile-bg-img  figure img {
  max-width: 100%;
}
.mobile-bg-img ul{
  margin: 0;
  padding: 0;
}
.mobile-bg-img ul li{
  font-size: 16px;
  padding-bottom: 5px;
}
.mobile-bg-img ul li i{
  margin-right: 10px;
}
.mobile-bg-img .mobile-text {
  text-align: justify;
  font-size: 16px;
  font-family: "poppins";
}

/* End */

ul {
  list-style: none;
}
.social_icons a {
  color: #fff;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  display: none;
}


/* footer start */
footer {
  position: relative;
  background: #0c0c0c;
}
footer i {
  margin-right: 10px;
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgb(12,12,12);
  background: linear-gradient(90deg, rgba(12,12,12,1) 15%, rgba(101,73,22,1) 50%, rgba(12,12,12,1) 85%);
}
.copyright {
  text-decoration: none;
}

.navbar-nav .dropdown{
  position: inherit;
}

@media only screen and (max-width: 768px) {

  .btn-light, .btn-dark{font-size: 16px;}

  

  .divider-book {
    left: 50%;
  }
 
  .btnn_section .social_icons{display: none;}
  
  .paynow_btn {
    background-color: #e4af51;
    min-width: 130px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
  }
  .paynow_btn a {
    color: black;
    font-size: 13px;
    text-decoration: none;
  }
  .call_btn{width: auto;}
  .call_btn a {
    font-size: 13px;
  }
  
  .know_btn {
    text-align: center;
  }
 
  .destination_btn {
    margin-top: 4px;
  }
  .owl-carousel {
    margin-top: 13px !important;
  }
 
  .make-holiday h2 {
    font-size: 17px;
  }
  .amazing-responsive {
    margin-top: 9px !important;
    font-size: 20px;
  }
  .border-1 {
    margin-top: -32px;
    height: 77px;
    margin-left: 27px;
  }
   
 
  .destinations_btn {
    margin-top: -65px;
  }
  .amesterdam, .amesterdamm { 
    height: 190px; 
    border-radius: 10px;
    height: 190px;
  }
  .responsive-amesterdamm {
    overflow: hidden;
  }
  .destinationss_btn {
    margin-top: -24px;
  }
 
  .holidays-img {
    margin-left: 30px;
    float: none;
  }
  .holidays-text {
    left: 148px;
  }
  
 
.form-control {
  margin-top: 21px !important;
}

.submit-btn {
  max-width: 100%;
}

.border-2 {
  width: 35%;
  text-align: center;
  margin-left: 117px;
}
 

  /* my-css */
  
  .navbar-nav a.nav-link {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  .dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 0;
    padding: 0.7em;
    background-color: #e6b748 !important; /* 15.08.23 */
  }
}

@media screen and (min-device-width: 360px) and (max-device-width: 480px) { 
 
  .btnn_section { 
/* transform: translate(-32%, 10%); */
/* max-width: 220px; */
position: absolute;
  }
}
@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
    left: 0;
    width: 100%;
    background-color: #e6b748 !important; /* 15.08.23 */
  }
  .dropdown:hover .dropdown-menu > div {
    width: 16.6%;
    font-size: 13px;
  }
  .dropdown-menu.show {
    display: flex;
  }
/* Sachin 02.04.24 */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 5px;
  }
  /* Sachin 02.04.24 */
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
}
.dropdown-menu li .dropdown-item {
  /*color: gray;
  font-size: 1em;*/
  color: black;
  font-size: 1.1em;
  padding: 0.5em 1em;
}
.dropdown-menu li .dropdown-item:hover {
  background-color: #f1f1f1;
}
.dropdown-menu li:first-child a {
  font-weight: bold;
/*  font-size: 1.2em;*/
  font-size: 1.3em;
  text-transform: uppercase;
  color: #000;
}
.dropdown-menu li:first-child a:hover {
  background-color: #f1f1f1;
}
@media only screen and (max-width: 992px) {
  .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap;
  }
}
/* domestic-page-start */
.domestic-home {
  font-size: 42px;
  font-family: "Poppins";
  font-weight: normal;
}
.domestic-home1 {
  font-size: 42px;
  font-family: "Poppins";
  font-weight: normal;
}
.about-home {
  font-size: 42px;
  font-family: "Poppins";
  font-weight: normal;
  margin-top: 70px;
}
.about-blog {
  font-size: 42px;
  font-family: "Poppins";
  font-weight: normal;
  line-height: 72px;
  letter-spacing: 0.2px;
  position: absolute;
  width: 100%;
  top: 40%;
}
.about-author { 
  font-size: 16px; 
}
.about-home-1 {
  font-size: 42px;
  font-family: "Poppins";
  font-weight: normal;
}

.destination-data {
  position: relative;
  overflow: hidden;
  transform: scale(1);
  transition: all 2s;
}
.destination-data img {
  width: 100%;
  height: 225px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.destination-data a {
  text-decoration: none;
  color: #000;
}
.item:hover {
  filter: brightness(70%);
  transition: all 1s;
}

/* destination-detail */
.destination-home {
  font-family: "poppins";
  font-size: 41px;
  font-weight: normal;
}
.darjeeling-img img {
  border-radius: 10px;
  width: 100% !important;
}
.darjeeling-img {
  position: relative;
  margin-bottom: 10px;
}

.img-thumbnail {
  border: none !important;
  border-radius: none !important;
}

/* BASIC STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --yellow: #fffbbc;
  --lightbox: #242424;
}

.notification {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 15px;
  margin: 0;
  text-align: center;
  z-index: 1;
  background: var(--yellow);
}

@media (max-width: 700px) {
  .notification {
    display: none;
  }
}

/* IMAGE GRID STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.image-grid a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}
.item {
  padding: 0px;
}
.item.mt-4 {
  margin: 0px !important;
}

.bi-patch-check-fill::before {
  content: "\f4b5";
  color: #fff;
  font-size: 25px;
}
.check-para {
  color: #fff;
}


.posiotion {
  position: relative;
}


.contact-bg-clr {
  background-color: #ebebeb;
  border-radius: 6px;
  padding: 18px;
  width: 100%;
}
.contact-bg-clr i {
  margin-right: 10px;
}
.contact-detail {
  font-weight: 500;
  font-family: "poppins";
}
.contact-subdetail {
  margin-left: 29px;
  font-family: "poppins";
  font-size: 18px;
}

.redisson {
  font-weight: 400;
  font-size: 42px;
  text-transform: uppercase;
  font-family: "poppins";
}
.hotel-detail-content {
  text-align: justify;
  font-family: "poppins";
  font-size: 16px;
}
.amenities-point {
  font-size: 18px;
  padding-left: 10px;
  font-family: "Roboto", sans-serif;
}
.mt-3.view-btn {
  text-align: center;
}
#carousel img {
  display: block;
  opacity: 0.5;
  cursor: pointer;
}
#carousel .flex-active-slide img {
  opacity: 1;
  cursor: default;
}
.checkdata {
  display: flex;
  justify-content: center;
}
.checkdata img {
  width: 50% !important;
}


footer h6 {
  letter-spacing: 0.5px;
  font-weight: 600;
}
/* blog-start */

.card-img-top.card {
  border-radius: 10px;
}
.sub-card {
  font-size: 24px;
  font-family: "poppins";
  letter-spacing: 0.4px;
}
.card-text {
  font-family: "poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.4px;
}
.card-text-1{
  font-family: "poppins";
  font-size: 16px;
   line-height: 28px;
  letter-spacing: 0.4px;
}

.ribbon {
  background: url("images/ribbon.png");
  background-repeat: no-repeat;
  position: absolute;
  height: 116px;
  width: 78px;
  top: -10px;
  left: 10px;
  font-family: "poppins";
  font-size: 24px;
  color: #e4af51;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  text-align: center;
}
.blog-detail-bg {
  background-image: url("images/blog-detail.png");
  height: 60vh;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: cover;
}
.about-blog-detail {
  font-size: 16px;
  font-family: "poppins";
  line-height: 30px;
  letter-spacing: 0.4px;
  text-align: justify;
}
.blog-detail-icon {
  display: flex;
  justify-content: end;
}
.blog-detail-heading {
  font-size: 36px;
  font-family: "poppins";
  line-height: 30px;
  letter-spacing: 0.4px;
  font-weight: 400;
}

.make-holiday-list {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 85%;
}
.make-holiday-list li {
  width: 33.3%;
  border: 1px solid #DDD;
  border-radius: 5px;
  margin: 0 10px;
  text-align: center;
  padding: 10px 0;
}
.make-holiday-list li p {
  margin: 0;
  padding: 5px 0 0 0;
}
.redisson-about {
  position: absolute;
  top: 30%;
  color: #fff;
  left: 40%;
}
.redisson-icon {
  position: absolute;
  top: 15%;
  color: #fff;
  left: 45%;
}

.carousel-center ul {
  width: auto !important;
  display: flex;
  justify-content: center;
}
.footer-content {
  /*font-size: 17px;*/
  font-weight: 100;
  font-family: "poppins";
}
.gallery-home {
  font-size: 42px;
  font-family: "Poppins";
  font-weight: normal;
  padding-top: 235px;
}

.studio-table {
  text-align: center;
  font-size: 16px;
}
.studio-table .table {
  width: 100%;
  display: table;
  background: #FFF;
  margin-bottom: 0;
}
.studio-table .table thead tr{
  background: #111;
  color: #FFF;
}
.studio-table .table tbody tr:nth-child(1){
  background: #f03232;
  
}
.studio-table .table tbody tr:nth-child(2){
  background: #f2f2f2;
}
.studio-table .table tbody tr:nth-child(3){
  background: #2d90e1;
  
}

table.table.table-bordered td {
  text-transform: uppercase;
  font-size: 14px;
  color: black;
}

.btn-warning {
  font-weight: 700;
  text-align: center;
  color: #d99340;
}
.btn-warning {
  background-color: #d99340 !important;
}
.social_icons {
  font-size: 20px;
}
.gallery-thumb {
  max-width: 200px;
}
.client-img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.client-img-1 {
  width: 30%;
}
.client-img-1 img {
  border-radius: 5px;
}

.header .lead {
  max-width: 620px;
}

/** Below CSS is completely optional **/

.gallery-item {
  width: 200px;
  padding: 5px;
}
.testi-img {
  position: absolute;
  z-index: 999;
  top: 0%;
  left: 35%;
  transform: translate(-50%, -50%);
}
.testimonials_img {
  border-radius: 50%;
  width: 117px !important;
  height: 119px;
  margin-left: 119px;
  object-fit: cover;
}
 
.testimonial-carousel .card { 
  background-color: #e7e7e8;
  margin-top: 80px;
}
.grid {
  margin: auto;
  display: flex;
}
.grid-container {
  columns: 3 300px;
  column-gap: 1.5rem;
  width: 100%;
  margin: 0 auto;
}
.grid-container div {
  margin: 0 1.5rem 1.5rem 0;
  display: inline-block !important;
  width: 100%;
  transition: all 0.25s ease-in-out;
}

.grid-container img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  transition: all 0.25s ease-in-out;
}

.border-box {
  background-color: #e1a94b;
  /* border-style: solid; */
  border-width: 2px;
  border-radius: 5px;
  width: 100%;
  height: 470px;
  padding: 35px;
}
.border-line {
  border: 2px solid #ffffff;
  border-radius: 15px;
  padding: 20px;
}
.testimonial-img {
/*  margin-top: 100%;*/
  rotate: 3deg;
}
.testimonial-img img {
  width: 70% !important;
  margin: auto;
  /* border-radius: 50% !important;
  width: 231px;
  height: 167px;
  object-fit: cover;
  margin-left: -176%;
  margin-top: -84%; */
  /*margin-top: -43% !important;
  width: 90% !important;*/
}
.test {
/*  margin-top: -116% !important;*/
/*  margin-left: -4%;*/
/*  transition: rotate 20 deg;*/
  transform: rotate(357deg);
}
.class {
  display: flex;
  justify-content: center;
}
.test-sec {
  text-align: justify;
}
.star-img {
  width: 50% !important;
}

.mobile-video {
  width: 100%;
  margin-left: 0%;
}
.testimonial-carousel .card { 
  background-color: #e7e7e8;
  margin-top: 80px;
}

/* 15.12.2022 */
.hhh{
  background-color: #E4AF51;
  padding: 10px;
  color: #181616;
}
.hhh a{
  text-decoration: none;
  color: #181616;
}
.header-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171515;
  z-index: -1;
  opacity: 0.3;
  }
/* 15.12.2022 */

.flexslider .slides{padding: 0px;}
/* For mobile phones: */

@media only screen and (max-width: 768px) {
/* Testinomial start */
.testimonial-container {
    min-height: 600px; /* or whatever height you want for smaller screens */
  }
}

.bg-testinmail-content {
  background-color: rgb(62, 62, 62);
}
.testimonial-container{
  border-right: 1px solid #DDD;
}
.testimonial-container:nth-child(3){
  border-right: none;
}
.testimonial-img {
  width: 150px;
  height: 150px;
  z-index: 1;
  padding: 0;
}

.testimonial-content-div {
  padding-top: 30px;
  text-align: center;
}
.quote {
  width: 40px;
  height: 40px;
  background: gold;
  margin: 20px auto 0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quote i{
  font-size: 20px;
}
.quote i:before{
  margin-right: 0;
}

.testimonial-item[data-rating="3"] .stars i:nth-child(-n + 3),
.testimonial-item[data-rating="4"] .stars i:nth-child(-n + 4),
.testimonial-item[data-rating="4.5"] .stars i:nth-child(5),
.testimonial-item[data-rating="4.5"] .stars i:nth-child(-n + 4),
.testimonial-item[data-rating="5"] .stars i {
  color: gold;
}

#myTesimonialSlider{
  position: relative;
}
#myTesimonialSlider .carousel-control-next, 
#myTesimonialSlider .carousel-control-prev{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  background: gold;
  opacity: 1;
  border-radius: 100%;
}
.carousel-control-prev-icon{
  color: #000;
}
.client-name-Testionomial {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.customer-id {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
.stars {
  margin-bottom: 2em;
  font-size: 24px;
}
.testi-txt {
  max-width: 800px;
  font-size: 0.9rem;
  color: #5e5e5e;
  line-height: 24px;
  text-overflow: ellipsis;
  margin: 0 auto; /* Center the element horizontally */
  text-align: center; /* Center the text within the element */
  padding: 20px 0 0 0;
}
/* .testi-txt:before {
  content: "\201C";
  font-size: 4.2em;
  color: gold;
  margin-right: 0.2em;
  display: inline-block;
  vertical-align: bottom;
}
.testi-txt:after {
  content: "\201D";
  font-size: 4.2em;
  color: gold;
  margin-left: 0.2em;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -20px;
} */
.carousel-item {
  transition: transform 0s ease-in-out;
}
/* Testinomial End */

/* partner wrap Start */

.partners-wrap {
  position: relative;
  color: #FFF;
  background: url("images/partners-bg.webp") no-repeat scroll 0 0 / cover;
}
.partners-wrap:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.partners-wrap .container {
  z-index: 2;
  position: relative;
}
.partners-wrap .divider {
  background-color: #FFF;
}
.partners-wrap .travel-border {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.partners-wrap .travel-border img {
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
}

/* End */

  .header {
    position: absolute;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.80);
  }
  
  

  .hero-caption h1, .hero-caption h2 {
    text-shadow: 1px 2px 4px #000;
  }

 

  h6.sub-heading {
    font-size: 18px;
  }
  
  
  .btn-dark-1 { 
    font-size: 16px;
    padding: 17px;
    margin-top: 10px !important;
  }
  
  .hilton-heading {
    font-size: 34px;
    font-family: serif;
    color: gold;
  }

.video-wrapper{
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
  .mobile-video {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .offer-counter {
    margin-top: -26px;
  }
  .offer-counter p {
    font-size: 15px;
  }
 
  .main-heading-m {
    font-size: 35px;
  }
  .mobile {
    text-align: center;
  }
 
 
  .blog-responsive {
    padding-top: 0;
  }
 
  .domestic-home { 
    font-size: 30px;
  }

  .destination-home {
    font-size: 35px;
  }
  .darjeeling-img img {
    padding-bottom: 0;
  }
  
  .redisson-about {
    left: 15%;
    top: 40%;
  }
  .redisson {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
  }
  .gallery-home {
    font-size: 30px;
  }
  img.hilton-logo {
    width: 35% !important;
  }
  .table-responsive {
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
    overflow-y: hidden !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  
  
  textarea#w3review {
    width: 100%;
  }
  .about-home {
    font-size: 30px;
    padding-top: 64px;
  }
  .about-home-1 {
    font-size: 30px;
  }

  .make-holidays-about {
    height: 465px;
  }
  .make-holiday-list li {
    margin-left: -3px;
    padding: 7px;
  }
  .domestic-home1 {
    font-size: 25px;
  }
  .btn-warning {
    width: 40% !important;
    font-size: 15px;
  }
  .grid{
    display: inherit;
  }
  .grid-item {
    width: 100%;
  }
  /* .grid-container{
    columns: inherit;
    column-gap: inherit;
  } */

  /* .fancybox-content{
    position: absolute;
    right: 3%;
    top: 8%;
  } */

  
  #bg-image {
    width: 100%;
    height: 100vh;
    background: url('./video_overlay.jpg') no-repeat center center;
    /* background-image: url('./video_overlay.jpg'); */
    background-size: cover;
  }


  .btn.submit-btn.w-100:hover {
    background-color: white;
  }

  .gold {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  

  .font-math {
    font-family: 'math','Times New Roman', Times, serif; 
  }


  .adventure-slider .slide {
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    margin: 0 -48px;
    margin-top: 40px;
  }
  .adventure-slider .slide {
    position: relative;
  }

  .adventure-slider .slide .slide-fixed {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
    max-width: 100%;
    max-height: 100%;
  }
  .adventure-slider .slide .slide-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    border: 2px solid;
  }

  .adventure-slider .center .slide:before {
    content: none;
    transition: 0.7s ease-in-out;
  }
  .adventure-slider .slide img {
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
  }
  .adventure-slider.owl-carousel .owl-item.active.center {
    transform: scale(1.3);
    margin-top: 0 !important;
    position: relative;
    z-index: 999;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .adventure-slider.owl-carousel .owl-item {
    transform: scale(0.7);
    padding: 10px 0px;
    transition: all 0.5s;
  }


  @media (max-width: 768px) {

    body{
      font: 14px / 24px "Poppins", sans-serif;
    }
    .header { 
      position: fixed;
      background: #000;
    }
    .breadcrum-wrap {
      padding: 5px 0;
    }
    .btnn_section{
      right: 50px;
    }
    .navbar-toggler {
      padding: 2px 5px;
    }
    .navbar-brand{
      width: 40px;
    }
    .banner-wrap{
      margin-top: 66px;
    }
    .studio-table {
      font-size: 16px;
    }
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    #bg-image{
      display: block !important;
      background: url('./mobile-view.jpeg') no-repeat center center / cover;
      
    }

    .mobile-video{
      display: none !important;
    }
    .hero-caption {
      top: 50%;
    }
    .domes-video{
      display: none;
    }
    .adventure-slider .slide{
      margin: 0;
    }
    
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next,
    .carousel-item-next:not(.carousel-item-start) {
        transform: translateX(25%) !important;
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }

    .carousel-item-next.carousel-item-start,
    .active.carousel-item-end {
        transform: translateX(0) !important;
    }

    .carousel-inner .carousel-item-prev,
    .carousel-item-prev:not(.carousel-item-end) {
        transform: translateX(-25%) !important;
    }
}