html, body {
  overflow-x: hidden !important;
  
}

* {
  box-sizing: border-box;
}

/* fonts starts */
@font-face {
  font-family: 'Sfpro';
  src: url('./assets/fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
} 
@font-face {
  font-family: 'Sfpro';
  src: url('./assets/fonts/SF-Pro-Text-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Sfpro';
  src: url('./assets/fonts/SF-Pro-Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Sfpro';
  src: url('./assets/fonts/SF-Pro-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
/* Navbar styles  starts */
nav {
  font-family: poppins, sans-serif;
}

.logo-img {
  height: 55px;
  width: 58px;
  position: relative;
  top: -5px;
}

#cta0 {
  visibility: hidden;
}

.navbar-toggler {
  position: absolute;
  top: 16px;
  outline: none !important;
  box-shadow: none !important;
  right: 10px;
  background-color: #D41F23;
  height: 40px;

}

.logo-name {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -5px;
  font-size: 18px;
  font-weight: 400;
}

.navbar {
  height: 75px;
}

.container-fluid {
  height: 75px;
}

.carousel-control-prev,
.carousel-control-next {
  height: 20%;
  margin: auto 0;
  z-index: 0;
}

#mainDropdown {
  padding-left: 20px;
  font-weight: 500;
  margin-top: 5px;
}

#mainDropdown:hover {
  color: #fff;
}

.dropdown-menu {
  overflow: visible !important;
  background-color: #434b5d;
}

.dropdown-submenu,
.dropdown-submenu:hover {
  position: static;
  background-color: #434b5d;
}

.dropdown-item {
  color: #fff;
  padding: 10px 20px;
}

.dropdown-submenu>.dropdown-item {
  color: white;
  background-color: #3b455b;
}

.dropdown-submenu>.dropdown-menu.submenu-collapse {
  position: static;
  float: none;
  display: none;
  padding-left: 15px;
  box-shadow: none;
  margin: 0;
  overflow: visible;
}

.dropdown-submenu.show>.dropdown-menu.submenu-collapse {
  display: block;
}

.dropdown-submenu .icon {
  float: right;
  width: 20px;
  text-align: center;
  font-weight: bold;
  color: #D41F23;
  transition: all 0.3s ease;
  margin-left: 10px;
}

.dropdown-submenu .icon::before {
  content: "+";
}

.dropdown-submenu.show .icon::before {
  content: "−";
  /* Unicode minus */
}

.dropdown-toggle::after {
  display: none !important;
}

.navbar-collapse {
  background-color: #2c3549;
  padding: 0px;
  width: 100% !important;
  margin: 0px;
  z-index: 10;
}

.nav-link {
  color: #fff;
  font-weight: 600;
}
/* Navbar styles  ends */
.site-footer {
  background: linear-gradient(135deg, #D02B24 36%, #CB3D25 85%);
  color: white;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  width: 100px;
  margin-bottom: 10px;
}

.footer-logo h3 {
  margin: 0;
}

.footer-logo p {
  margin: 5px 0 0;
  font-size: 14px;
}

.footer-links{
  width: 100%;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  width: 49%;
  display: inline-block;
  padding-top: 20px;
}

.footer-links div h4 {
  margin-bottom: 10px;
}

.footer-links a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 14px;
  margin: 3px 0;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-social {
  text-align: center;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 18px;
}

.social-icons a {
  color: white;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  margin-top: 20px;
}

/*Hero Section Styles*/

.carousel-caption h3 {
  font-size: 36px;
  font-weight: 700;
}

.carousel-caption p {
  font-size: 20px;
  font-weight: 500;
}
.hero, .topdestination{ 
  overflow-y: hidden;
}

.hero h1 {
  font-size: 36px;
  color: #38404F;
  text-align: center;
  padding-top: 25px;
  width: 85%;
  font-weight: 400;
  margin: 0 auto;
}

.hero h1 span {
  color: #D41F23;
  font-weight: 500;
}

#subtitle {
  font-size: 14px;
  color: #38404F;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 15px;
}

.card {
  margin: 0 auto;
  width: 80%;
  border: none;
  position: relative;
  top: 35px;
  max-width: 323px;
  height: 290px;
  max-width: 329px;
  border-radius: 20px;
  box-shadow: 0px 4.7px 15px rgba(0, 0, 0, 0.15);

}

.card h3 {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  top: 20px;
  color: #38404F;
  padding-left: 15px;
}

.card p {
  font-size: 18px;
  font-weight: 400;
  color: #65686E;
  margin-top: 25px;
  padding-left: 15px;
}

.card img {
  position: relative;
  right: 20px;
  padding-top: 15px;
}

.carousel-inner img {
  width: 477px;
  height: 720px;
  margin: 0 auto;
}
.swiper-slide {
      display: flex;
      justify-content: center;
    }


    .swiper {
      padding-bottom: 60px;
    }

    .nav-button{
      position: relative;
    top: 30px;    }
    .swiper-button-custom-next,
    .swiper-button-custom-prev {
      border: 1px solid #D41F23;
      height: 45px;
      width: 45px;
      background-color: #fff;
      border-radius: 50%;
      font-size: 20px;
      color: #D41F23;
      z-index: 20;
    }
    .btn:hover{
      background-color: #D41F23;
      color: #fff;
    }
    .achievement{
      background-color: #F2FCFF;
      width: 100%;
    }
    .achievement-content{
      width: 49%;
      display: inline-block ;
      text-align: center;
      margin-top: 20px;
    }
    .achievement-content h2{
      font-size: 20px;
      font-weight: 700;
      color: #D41F23;
      line-height: 20px;
      font-family: sfpro , sans-serif;
    }
    .achievement-content h3{
      font-size: 17px;
      font-weight: 400;
      color: #38404F;
      line-height: 20px;
      font-family: sfpro , sans-serif;
    }
    .achievement-content img{
      height: 25px;
      width:  25px;
      margin-right: 3px;
    }
    .achievement-content i{
      font-size: 18px;
    }

    .destinationbyregion{
      font-family: sfpro , sans-serif;
      position: relative;
      top: 30px;
      overflow-x: hidden;
    }
    .destinationbyregion h1{
      color: #38404F;
      font-weight: 600;
      width: 90%;
      margin: 0 auto;
    }
    .region-scrollbar {
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 0;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.region-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.footer-social{
  margin-top: 50px;

}
    @media (max-width: 551px) {
        .footer-links {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }
    }
.region-tabs {
  display: flex;
  gap: 40px;
  padding: 0 10px;
}
.region-tab {
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  margin-left:  20px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.region-tab:hover {
  border-bottom: 2px solid #aaa;
}

.region-tab.active {
  border-bottom: 3px solid #D41F23;
}
  .region-scrollbar{
    width: 90%;
    margin: 0 auto;
  }

.head{
  width: 90%;
  margin: 0 auto;
}
.head h1{
  color: #38404F;
  font-weight: 600;
  font-family: sfpro ,sans-serif;
}
.dest-slide{
  overflow-x: hidden;
}
.bestpackages{
  position: relative;
  top: 30px;
  font-family: sfpro ,sans-serif;
}
#best-button{
  position: relative;
  top: 30px;
  padding-bottom: 40px;
}

.dest{
  width: 46%;
  display: inline-block;
  margin: 5px;
}
#mainimage{
  width: 324px;
  margin: 0 auto;
  margin-top: 20px;
}
.secondary-img{
  margin-top: 5px !important;
  width: 335px ;
  margin: 0 auto;
}
.region-box {
    display: block; /* or whatever you use */
    visibility: visible;
}

.region-box.hidden {
    visibility: hidden;
}

.region-box:not(.active) {
    display: none;
}

    .image-card {
      position: relative;
    }

    .image-card .text-overlay {
      position: absolute;
      bottom: 15px;
      left: 15px;
      color: white;
      font-family: Arial, sans-serif;
    }

    .text-overlay h3 {
      margin: 0;
      text-shadow:1px 1px 0 #2c3549;
      font-size: 14px;
      font-weight: bold;
    }

    .text-overlay p {
      margin: 2px 0 0;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
    }

    .main-card h3 {
      font-size: 20px;
      text-shadow:1px 1px 0 #2c3549;
      font-weight: 600;
      color: #fff;

    }
    .main-card p {
      font-size: 15px;
      font-weight: 500;
      color: #fff;
    }
  .topdestination{
    position: relative;
    top: 70px;
    overflow-x: hidden;
    font-family: sfpro , sans-serif;
  }

    .dest-card{
      position: relative;
      top: 20px;
    }
    .dest-card h3{
      font-size: 20px;
      font-weight: 600;
      color: #38404F;
      padding-left: 5px;
      padding-top: 15px;
    }
    .dest-card p{
      font-size: 15px;
      font-weight: 500;
      color: #65686E;
      padding-left: 5px;
      
    }
    .topdestination h2{
      position: relative;
      left: 35px;
      color: #434b5d;
      font-size: 45px;
    }

.main{
  overflow-y: hidden;
  overflow-x: hidden;
}

.international{
  font-family: sfpro, sans-serif;
}

    #viewall{
      position: relative;
      width: 90%;
      margin: 0 auto;
      color: #D41F23;
      text-decoration: none; font-size: 18px;
    }
    #dest-button{
      position: relative;
      top: 5px;
      padding-bottom: 40px;

    }
.places-container{
  width: 90%;
  margin: 0 auto;
}
.places{
  margin-top: 20px;
  width: 95%; ;
  margin: 0 auto;
  max-width: 420px;
}

.place{
  width: 45.5%;
  display: inline-block;
  margin: 5px 5px;
}

.place img{
  width: 100%;
}

.place h3{
  font-size: 18px;
  font-weight: 600;
  padding-top: 15px;
}

.testimonial-box{
  width: 90%;
  margin: 0 auto;
  background-color: rgba(245, 42, 47, 0.8);
  border-radius: 10px;
  padding-bottom: 20px;
  max-width: 349px;
}

.test-video{
  margin: 0 auto;
  position: relative;
  top: 20px;
  padding: 0px;
  margin-bottom: 40px;
  width: 285px;
  height: 285px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
}
.test-video video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
} 
.guest-details{
  margin-top: 60px;
}
.guest{
  width: 70%;
  margin: 0 auto;
  max-width: 255px;
}
.guest-details p{
  width: 85%;
  margin: 20px auto;
  font-size: 14px;
  font: poppin, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: lefty;
}
.guest img{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 5px;
}
.testimonial-container{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.testimonial-content{
  margin-bottom: 30px;
}
.testimonial-content p , .blog p , .final-cta p {
  font-size: 14px;
  font-weight:400;
  color: #434b5d;
  width: 90%;
  margin:15px 5px ;
  font-family: sfpro, sans-serif;
}
#card1{
  background-color: #EFF4EF;
}
#card2{
  background-color: #EEF5F8;
}
#card3{
  background-color: #f7f7f7;
}
#card4{
  background-color: #FBF2F1;
}

.whychoose{
  margin-top:40px ;
}

.why-cardcontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
  
}

.why-card {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  flex: 1 1 calc(25% - 20px); /* Default: 4 cards per row */
  min-width: 250px;
  max-width: 320px;
  height: 100%;
  margin: 30px 0px;
}

.why-card img {
  width: 56px;
  margin-bottom: 10px;
}

.why-card h3 {
  font-weight: 600;
  color: #38404F;
  margin-top: 10px;
}

.why-card p {
  font-weight: 400;
  color: #65686E;
  margin-top: 10px;
}
.blog{
  margin-top: 40px;
}
.blog-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
}
.cta-image{
  width: 260px;
  height: auto;
  border-radius: 10px;
  margin-top: 20px;
  margin: 0 auto;
}
.cta-text{
margin-top: 20px;
text-align: center;
}

.blog p ,.final-cta p {
  margin: 10px auto;
}
#tab{
  display:none;
}
#pc{
  display: none;
}
.final-btn{
  border-radius: 27px;
  border: none;
  background-color: #D41F23;
  color: #fff;
  font-size: 16px;
  font-family: sfpro, sans-serif; 
  width: 160px;
  height: 45px;
  margin: 20px auto;
  display: block;
}
.finalbtn{
  width: 90%;
  margin: 0 auto;
}

/* Tablet: 2 cards */
@media (max-width: 1024px) {
  .why-card {
    flex: 1 1 calc(50% - 20px);
  }
}

/* Mobile: 1 card */
@media (max-width: 767px) {
  .why-card {
    flex: 1 1 100%;
  }
}

@media (min-width: 520px) {
  .hero h1 {
    font-size: 45px;
    width: 80%;
  }

  #subtitle {
    font-size: 18px;

  }
  .card {
  top: 35px;
  height: 320px;
}

.card h3 {
  font-size: 28px;
}

.card p {
  font-size: 20px;
}

.nav-button{
  top: 50px;
}

.dest{
  width: 180px;
}
.dest img{
  width:100%;
}

#mainimage{
  width: 453px;
}
#mainimage img{
  width: 100%;
}
.secondary-img{
  margin-top: 5px !important;
  width: 390px;
  margin: 0 auto;
}
.places{
  max-width: 1200px;
}

.place{
  width: 22%;
}
.testimonial-box{
  max-width: 867px;
}
.test-video{
  margin-top: 20px;
}
#tab{
  display: block;}
  
.footer-links {
    flex-direction: row;
    text-align: center;
    justify-content: center;
    gap: 50px;
  }
  .footer-links div{
    width: 30%;
  }
}


@media (min-width: 1016px) {
  .logo-name {
    font-size: 16px;
    z-index: 1;
  }

  .logo-img {
    margin-left: 20px;
    z-index: 1;
  }

  .navbar-collapse {
    background-color: white;
    width: 50% !important;
    margin: 0 auto;
  }

  #mainDropdown {
    color: black;
    font-size: 13px;
    margin: 10px;
    padding: 0px;
  }

  .navbar-collapse {
    z-index: 0;
    position: relative;
    right: 24%;
    bottom: 5px;
  }

  #cta0 {
    visibility: visible;
    position: absolute;
    right: 25px;
    background-color: #D41F23;
    color: #fff;
    top: 15px;
    height: 35px;
    width: 135px;
    font-weight: 500;
    border: none;
    border-radius: 27px;
  }

  .navbar .dropdown:hover>.dropdown-menu {
    display: block;
  }

  /* Submenu placement and hover */
  .navbar .dropdown-menu .dropdown {
    position: relative;
  }

  .navbar .dropdown-menu .dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: white;
    min-width: 200px;
    z-index: 1000;
    ;
  }

  /* Show submenu on hover */
  .navbar .dropdown-menu .dropdown:hover>.dropdown-menu {
    display: block;
  }

  /* Optional: little delay for smoothness */
  .navbar .dropdown-menu,
  .navbar .dropdown-menu .dropdown-menu {
    transition: all 0.2s ease;
  }

  .navbar li:hover>.dropdown-menu {
    display: block;
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background-color: white;
    display: none;
    padding: 30px 40px;
    z-index: 999;

  }

  /* Show dropdown on hover */
  .nav-item:hover>.dropdown-menu {
    display: block;
  }

  /* Content inside the dropdown menu */
  .dropdown-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
  }

  /* Each column */
  .dropdown-column {
    flex: 1;
    min-width: 200px;
  }

  /* Optional image styling */
  .dropdown-image img {
    max-width: 300px;
    height: auto;
    border-radius: 8px;
  }

  .dropdown-submenu>.dropdown-item {
    color: black;
    background-color: #fff;
  }

  /* Parent of dropdown - must be positioned */
  .navbar,
  .dropdown,
  .dropdown-submenu {
    position: relative;
    z-index: 10;
    /* Make sure it's higher */
  }

  /* Actual submenu */
  .dropdown-menu,
  .submenu {
    position: absolute;
    z-index: 9999;
    /* Ensure it's on top of everything */
    background-color: white;
    /* Optional for clarity */
  }

  #mainDropdown:hover {
    color: black;
  }

  .dropdown-menu-fullwidth {
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    margin-top: 0px !important;
    padding: 40px 80px;
    height: 450px;
    border-radius: 0;
    z-index: 9999;
    display: none;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    transform: translateX(-26vw);
    left: 50%;
    overflow-x: hidden;
  }

  .holiday{
    transform: translateX(-36vw);
  }
  .packages{
    transform: translateX(-47vw);
  }
  .placestostay{
    transform: translateX(-55vw);
  }
  .getaways{
    transform: translateX(-65.5vw);
  }

  .dropdown-submenu>.dropdown-menu {
    display: block !important;
    position: relative;
    margin-top: 10px;
    padding-left: 0;
    box-shadow: none;
    max-width: 100%;
    overflow: hidden;
  }


  /* Ensure the dropdown content doesn't overflow */
  .dropdown-submenu {
    max-width: 100%;
    overflow: hidden;
  }

  /* Submenus should fit inside the dropdown */
  .dropdown-submenu>.dropdown-menu {
    display: block !important;
    position: static;
    max-width: 100%;
    overflow-wrap: break-word;
    white-space: normal;
    box-shadow: none;
    padding-left: 0;
  }

  /* Main dropdown container */
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    /* full width of viewport */
    background-color: white;
    z-index: 1000;
    padding: 30px 0;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
  .submenu-collapse{
    padding: 20px 0;
  }

  /* Wrapper inside to center content */
  .dropdown-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .dropdown-submenu {
    position: relative;
    width: 15vw;
    display: inline-block;

  }

  span.icon {
    display: none !important;
  }

  .dropdown-submenu,
  .dropdown-submenu *,
  .dropdown-item,
  .sub-link {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .dropdown-submenu .dropdown-menu {
    position: static !important;
    display: none;
    flex-direction: column;
    box-shadow: none;
    margin-left: 0;
    padding-left: 1.5rem;
    width: auto;
    border: none !important;
  }

  .dropdown-submenu.show .dropdown-menu {
    display: flex !important;

  }

  .dropdown-toggle {
    font-size: 15px;
    font-weight: 500;
  }

  .sub-link {
    color: black;
    font-size: 13px;
    position: relative;
    right: 15px;
    width: 50px;
  }
  .sub-link:hover{
    color: #D41F23;
  }

  #north {
    position: absolute;
    left: 20px;
  }

  #south {
    position: absolute;
    left: 180px;
  }

  #east {
    position: absolute;
    left: 340px;
  }

  #west {
    position: absolute;
    left: 500px;
  }

  #central {
    position: absolute;
    left: 660px;
  }

  #union {
    position: absolute;
    left: 820px;
  }
  .dropdown-submenu{
    width: 30vw;
  }
  #tourism{
    position: absolute;
    left: 50px;
  }
  #adventure{
    position: absolute;
    left: 430px;
  }
  #pilgrimage{
    position: absolute;
    left: 750px;
  }
  #packagesbystate{
    position: absolute;
    left: 40px;
  }
  #holidaybyinterest{
    position: absolute;
    left: 230px;
  }
  #populartour{
    position: absolute;
    left: 420px;
  }
  #luxurytrain{
    position: absolute;
    left: 630px;
  }
  #specialpackage{
    position: absolute;
    left: 800px;
  }
  #citywise{
    position:absolute;
    left: 60px;
  }
  #wildlife{
    position:absolute;
    left: 240px;
  }
  #beach{
    position:absolute;
    left: 500px;

  }
  #luxury{
    position:absolute;
    left: 760px;
  }
  #getaways{
    position: absolute;
    left: 80px ;
    justify-self: center
  }

  .card{
    height: 280px;
  }
  .card h3{
  font-size:26px;}
  .carousel{
    width: 40%;
  }
  .second-hero{
    width: 60%;
    padding: 0;
    position: relative;
    top: 40px;
  }
  .container{
    position: relative;
    top:10px;
  }
  .achievement-content{
    width: 24.5%;
    margin-top: 10px;
  }
  .region-container{
    width: 1250px;
    max-width: 1350px;
    margin: 0 auto;
  }
  
  #mainimage{
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -30px;
    
  }
  .secondary-img{
    display: inline-block;
    position: relative;
    top: 45px;
    margin-left: 20px;
    width: 650px;
    margin: 0;
    
  }
  .dest{
    width: 165px;
    
  }
  .testimonial-box{
  max-width: 1080px;
}
  .testimonial-container{
    padding-top: 30px;
  }
  .testimonial-content p , .blog p , .final-cta p {
  font-size: 17px;
  padding-bottom: 30px
;}
.final-cta{
  margin-top: 40px;}



.footer-container {
    display: flex;
    flex-direction: row; /* Place logo and links side by side */
    align-items: flex-start;
    justify-content: space-between;
  }

  .footer-logo {
    width: 39%;
    text-align: left; /* Align logo + text to left */
  }

  .footer-links {
    width: 49%;  
    margin-right: 10px;
    position: absolute;
    right: 10px;
  }

  .footer-links div {
    width: auto;
    text-align: left;
    margin-left: 50px;
  }
  .footer-logo img{
    display: inline-block;

  }
  .footer-logo h3{
    display: inline-block;
    width: 240px;
  }
  .footer-logo p{
    margin-left: 20px;
  }
  .footer-social{
    margin-top: 80px;
  }

  }

@media (min-width:1200px){
  .navbar-collapse {
    position: absolute;
    margin: 0 auto;
    right:auto;
    left: 20%;
    top: 0px;
  }
  .dropdown-menu-fullwidth {
    transform: translateX(-31vw);
  }

  .holiday{
    transform: translateX(-38.5vw);
  }
  .packages{
    transform: translateX(-46vw);
  }
  .placestostay{
    transform: translateX(-52vw);
  }
  .getaways{
    transform: translateX(-59.5vw);
  }
  .second-hero{
    top: 70px;
  }
  .container{
    top: 30px;
  }
  .nav-button{
    gap: 10px;
    top: 60px;
  }
  #mainimage{
    display: inline-block;
    margin-top: 0px;
    position: relative;
    top: -80px;
    width: 506px;
    
  }
  .final-cta{
  max-width: 1440px;
  margin: 40px auto;
  padding-right: 100px;
}
  .secondary-img{
    display: inline-block;
    position: relative;
    top: 25px;
    margin-left: 20px;
    width: 680px;
  }
  .dest{
    width: 200px;
  }
  .dest-slide{
    max-width: 1450px;
    margin: 0 auto;
  }
  .places-container{
  width: 90%;
  margin: 0 auto;
}
.places{
  margin-top: 20px;
  width: 95%; ;
  margin: 0 auto;
  max-width: 1800px;
}

.place{
  width: 15%;
margin: 20px 5px;}

.testimonial-box{
  max-width: 1300px;
}
.test-video{
  width: 35%;
  height: auto;
}
.guest-details p{
  font-size: 17px;
}
#pc{
  display: block;
}
.final-btn{
      margin: 0px auto;
  }
  .final-cta p{
     padding-bottom: 20px;
  }

  
}
@media(min-width:1451px){
  .navbar-collapse {
    position: absolute;
    margin: 0 auto;
    right:auto;
    left: 15%;
    top: 0px;
  }
  .dropdown-menu-fullwidth {
    transform: translateX(-36vw);
  }

  .holiday{
    transform: translateX(-41vw);
  }
  .packages{
    transform: translateX(-47vw);
  }
  .placestostay{
    transform: translateX(-51vw);
  }
  .getaways{
    transform: translateX(-57vw);
  }
  .nav-button{
    gap: 10px;
    top: 60px;
  }
  .region-container{
    margin: 0 auto;

  }
  #mainimage{
    display: inline-block;
    margin-top: 0px;
    position: relative;
    top: -80px;
    width: 500px;
    
  }
  .secondary-img{
    display: inline-block;
    position: relative;
    top: 25px;
    margin-left: 20px;
    width: 800px;
  }
  .dest{
    width: 223px;
    margin-left:
    30px;
  }
  .region-container{
    width: 1450px;
    margin: 0 auto;
  }
  

  .testimonial-box{
    margin-bottom: 70px;
  }
  .footer-logo{
    margin-left: 40px;
  }
.footer-links div{
    margin-left: 100px;
  }
  .footer-links div h4{
    font-size: 26px;
  }
  .footer-links div a{
    font-size: 16px;
  }
  .footer-logo p{
    font-size: 18px;
  }
  
}