* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
} 
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden !important;
}
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
}

/* RESIZE YOUR LOGO HERE */
.logo {
  width: 100px;
  position: relative;
  left: 20px;
}

/* NAVBAR STYLING */
#navbar {
    position: fixed;
    top:0;
    width: 100%;
    background: transparent;
    transition: all 0.4s ease-in-out;
    z-index: 99;
}
#navbar.scrolled {
  background: #ffffff !important;
  box-shadow: 0 3px 15px rgba(0,0,0,0.2);
  height: 75px;
  .navbar-brand a {
    color: black;
  }
  .nav-link-container {
    position: fixed;
  inset: 0;
  width: fit-content;
  height: fit-content;
  margin: 8px auto 0 auto;
  padding: 0px;
  color: black;
  
}
.nav-item {
  color: #000000;
}
.nav-item:hover {
  font-size: 17px;
  transition: all 0.3s ease-in-out !important;
}
.btn-primary-nav {
  background-color: rgb(242, 246, 250);
  color: #000000;
}
}

.container {
    margin: 25px;
}
.navbar-brand {
    width: auto;
}
.navbar-brand a {
    margin: 40px;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    color: rgb(255, 255, 255);
    
}
.navbar li {
    float: left;
    padding: 20px;
    display: block;
    color: white;
}
.nav-link-container {
    position: fixed;
  inset: 0;
  width: fit-content;
  height: fit-content;
  margin: 10px auto 0 auto;
  background-color: rgba(255, 255, 255, 0.13);
  padding: 0px;
  border-radius: 50px;
}
.btn-nav-pl {
    position: fixed;
  inset: 0;
  width: fit-content;
  height: fit-content;
  margin: 20px 50px 0 auto;
}
.btn-primary-nav {
    text-decoration: none;
    padding: 20px;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    color: black;
}

 
.nav-item {
    text-decoration: none;
    color: white;
    font-weight: 400;
    padding: 15px 25px;
    background-color: rgba(255, 255, 255, 0.177);
    border-radius: 40px;
    margin: -15px;
}

.active {
    background-color: white;
    color: black;
}

.nav-card-img {
    width: 200px;
    height: auto;
}

.nav-card-img:hover {
  transform: scale(1.05);
  transition: ease-in-out 0.3s;
}
.hamburger {
  font-size: 0;
}
@media screen and (max-width: 1020px) {
  .nav-link-container {
    display: none;
  }
  .btn-nav-pl {
    display: none;
  }
  .hamburger {
    position: fixed;
    inset: 0;
    width: 40px;
    height: 40px;
    margin: 20px 50px 0 auto;
    font-size: 22px;
    padding: 7px 0 0 10px;
    background-color: white;
    border-radius: 50px;
    cursor: pointer;
    z-index: 8;
  }
}



.nav-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.nav-overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  z-index: 100;
}

.nav-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #646464;
  display: block;
  transition: 0.3s;
}

.nav-overlay a:hover, .overlay a:focus {
  color: #000000;
}

.nav-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .nav-overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


/* HOME SECTION STYLING */
#home {
  background-image: url('/media/max-kukurudziak-rFuADZP5bc4-unsplash.jpg');
  background-size: cover;
  background-repeat: no-repeat; 
  min-height: 100vh;
  overflow:hidden;
  background-position: 50% 50%;
}
.hero {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 35%;
  color: white;
}
section {
  padding-top: 60px;
}
.section-title {
  text-align: center;
  margin-top: 100px;
}
.title-effect {
  font-size: 12vw;
  font-weight: 800;
  color: rgb(242, 246, 250);
}
.title {
  font-size: 5vw;
  font-weight: 600;
  margin-top: -10vw;
}
.title-desc {
  margin-top: 10px;
  padding: 20px;
  font-size: 20px;
  font-weight: 400;
  color: rgb(33, 33, 33);
}

@media  screen and (max-width: 600px) {
  #home {
    height: 80vh;
  }
}

/* DESTINATION SECTION STYLING */
.destinations-container {
  margin: 10px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card {
  width: 300px;
  margin: 0 10px 0 10px;
  cursor: pointer;
}
.cardsmall {
  position: relative;
  top: -210px;
  height: 98%;
}
.card-image {
  width: 300px;
  border-radius: 20px;
}

.card-content {
  position: relative;
  top: -180px;
  color: white;
  padding: 10px 10px 20px 10px;
}

@media screen and (min-width: 1250px) {
  .destinations-container {
    width: 960px;
  }
}

@media screen and (max-width: 960px) {
  .cardny {
    position: relative;
    top: -215px;
  }
  .cardjn {
    position: relative;
    top: -140px;
  }
  .cardsnd {
    display: none;
  }
  .cardasia {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .cardps {
    position: relative;
    top: -145px;
  }
  .cardny {
    position: relative;
    top: -290px;
  }
  .cardjn {
    position: relative;
    top: -410px;
  }
  .choose-title {
    margin-top: -450px !important; 
  }
  .card-image {
    width: 350px;
  }
  .card {
    width: 350px;
  }
  .btnfin {
    position: relative !important;
    top: -430px !important;
    left: 300px !important;
  }
  .btnps {
    position: relative !important;
    top: -520px !important;
    left: 300px !important;
  }
  .btnny {
    position: relative !important;
    top: -442px !important;
    left: 300px !important;
  }
  .btnjn {
    position: relative !important;
    top: -380px !important;
    left: 300px !important;
  }
}

.card-btn {
  transform: rotate(320deg);
  background-color: white;
  padding: 12px;
  border-radius: 50px;
  font-weight: 600;
}

/* SERVICES SECTION STYLING */
.services-content {
  margin: 20px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  
}
.servicecard {
  width: 300px;
  padding: 10px;
  background-color: rgb(237, 243, 252);
  border-radius: 20px;
  margin-bottom: 10px;
  }
.serviceicon {
  padding: 15px;
  width: 52px;
  border-radius: 50px;
  background: hsla(221, 83%, 53%, 1);
  background: linear-gradient(180deg, hsla(221, 83%, 53%, 1) 13%, hsla(193, 88%, 60%, 1) 78%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#2362EB", endColorstr="#41CCF3", GradientType=1 );
  color: white;
  font-size: 20px;
  margin-bottom: 15px;
}

.columnimg {
  width: 350px;
  border-radius: 20px;
  position: relative;
  top: -30px;
}
.smallcardimg {
  width: 300px;
  border-radius: 20px;
}
.scolumn1 {
  margin:0 15px 0 0;
}
.scolumn3 {
  margin: 0 0 0 15px;
}

@media screen and (max-width: 1029px) {
  .simg2 {
    display: none;
  }
  .simg1 {
    display: none;
  }

  .scolumn3 {
    position: relative;
    top: -200px;
    right: 215px;
  }
}
@media screen and (max-width: 714px) { 
  .scolumn3 {
    position: relative;
    top: 40px;
    right: 15px;
  }
}

@media screen and (max-width: 700px) {
  .servicecard {
    width: 350px;
  }
  .columnimg {
    width: 350px;
  }
  .services-content {
    flex-direction: column;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .scolumn3 {
    position: relative;
    top: 40px;
    right: 15px;
  }
}

/* PACKAGES SECTION STYLING */
.filtercontainer {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: inherit;
}

.show {
  display: block !important;
}

.btn {
  padding: 10px 25px;
  margin-left: 10px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}
.btnactive {
  background-color: rgb(57,130,247);
  color: white;
}
.filterbtncontainer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  overflow-x: auto;
  white-space:inherit;
  width: 85%;
  margin: 0 auto 0 auto;
  scrollbar-width: none;
}
.filterdiv {
  width: 350px;
  margin: 10px;
  display: none;
}

.filterimg {
  width: 350px;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

.filtertitle {
  font-size: 20px;
  font-weight: 500;
}
.filter-rating{
  position: relative;
  top: -20px;
  left: 290px;
}
.filterdesc {
  font-size: 15px;
}

.smalltext {
  font-size: 10px;
}
.filterprice {
  font-size: 20px;
}
.bookbtn {
  background-color: black;
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  position: relative;
  top: -42px;
  left: 240px;
  cursor: pointer;
}
.bookbtn:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.filterlist {
  margin-left: 15px;
}

.scroll-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  float: right;
  position: relative;
  top: -70px;
  right: 50px;
  width: 100px;
}

.scroll-btn {
  background-color: #000000;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 15px;
  margin: 0px 2px;
}

.scroll-btn:hover {
  background-color: #303030;
}

/*  CONTACT SECTION STYLING   */
#contact {
  background-color: rgb(242, 246, 250);
  background-image: url(/media/earth.png);
  background-position: center 220px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  object-fit: cover;
}
.contact-hero {
  width: 390px;
  position: relative;
  top: 90px;
  left: 140px;
}
.contact-title {
  font-size: 25px;
}

/* CONTACT FORM STYLING */
.contact-form {
  width: 460px;
  position: relative;
  top: -34px;
  left: 750px;
  padding: 20px;
  background-color: white;
  border-radius: 20px;
}
label {
  font-size: 15px;
  position: relative;
}
.label1 {
  position: relative;
  top: 10px;
  left: 10px;
}
.input-dest {
  width: 420px;
  padding: 20px 15px;
  border: none;
  border-radius: 20px;
  background-color: rgb(242, 246, 250);
  position: relative;
  top: 20px;
}
.input2 {
  position: relative;
  top: 15px;
}
.input-style {
  position: relative;
  top: 40px;
  left: -190px;
  width: 205px;
  padding: 20px 15px;
  border: none;
  border-radius: 20px;
  background-color: rgb(242, 246, 250);
}

.label3 {
  position: relative;
  top: -40px;
  left: 210px;
}
.input-duration {
  position: relative;
  left:  115px;
  width: 205px;
  padding: 20px 15px;
  border: none;
  border-radius: 20px;
  background-color: rgb(242, 246, 250);
}

.input-season {
  position: relative;
  top: 40px;
  left: -104px;
  width: 200px;
  padding: 20px 15px;
  border: none;
  border-radius: 20px;
  background-color: rgb(242, 246, 250);
}

.label5 {
  position: relative;
  top: -55px;
  left: 212px;
}

.input-budget {
  position: relative;
  top: -15px;
  left:  85px;
  width: 205px;
  padding: 20px 15px;
  border: none;
  border-radius: 20px;
  background-color: rgb(242, 246, 250);
}

.input-info {
  position: relative;
  width: 415px;
  padding: 20px 15px 100px 15px;
  border: none;
  border-radius: 20px;
  background-color: rgb(242, 246, 250);
}

@media screen and (max-width: 1275px) {
  .contact-form {
    position: relative;
    left: 565px;
  }
}

@media screen and (max-width:1035px) {
  .contact-hero {
    position: relative;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .contact-form {
    position: relative;
    top: 10%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 10%);
  }
  #contact {
    background-image: none;
  }
}
@media screen and (max-width: 470px) {
  .contact-form {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  #contact {
    width: 100%;
  }
  .contact-form {
    width: 95%;
  }
  .input-style {
    position: relative;
    left: 0px;
    width: auto;
  }
  .label2 {
    position: relative;
    top: 20px;
  }
  .label3 {
    position: relative;
    top: -55px;
  }
  .input-dest, .input-info {
    width: 100%;
  }
  .input-duration {
    position: relative;
    left: 80px;
    width: fit-content
  }
  .input-season {
    width: fit-content;
  }
  .input-budget {
    position: relative;
    left: 48px;
    width: fit-content;
  }

}
@media screen and (max-width: 435px) {
  #contact {
    width: 100%;
  }
  .contact-form {
    width: 95%;
  }
  .input-style {
    width: auto;
  }
  .input-dest, .input-info {
    width: 100%;
  }
  .input-duration {
    position: relative;
    left: 80px;
    width: fit-content
  }
  .input-season {
    width: fit-content;
  }
  .input-budget {
    position: relative;
    left: 48px;
    width: fit-content;
  }
  .label5 {
    position: relative;
    left: 183px;
  }
}

.submitbtn {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: rgb(35, 98, 235);
  color: white;
  margin-top: 10px;
  font-size: 15px;
  cursor: pointer;
}


/* BLOG SECTION STYLING */
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  margin-right: auto;
  margin-left: -37px;
}
.box-1 {
  width: 450px;
  cursor: pointer;
  height: fit-content;
}
.box-img-1 {
  width: 450px;
  border-radius: 20px;
  height: fit-content;
}
.boxdesc {
  padding: 10px;
  color: white;
  position: relative;
  top: -130px;
}
.boxbtn-1 {
  position: relative;
  top: -295px;
  left:400px;
}
 .box-2 {
  width: 200px;
  position: relative; 
  top: 310px;
  left: -450px;
  height: fit-content;
  cursor: pointer;
 }
 .box-img-2 {
  width: 215px;
  border-radius: 20px;
 }
 .boxbtn-2 {
  position: relative;
  top: -212px;
  left: 170px;
 }

 .box-3 {
  width: 200px;
   position: relative;
   top: 310px;
   left: -415px;
   cursor: pointer;

 }
 .box-img-3 {
  width: 215px;
  border-radius: 20px;
 }

 .box-4 {
  width: 0px;
  position: relative;
  top: 0px;
  left: -385px;
  cursor: pointer;
 }
 .box-img-4 {
  width: 421px;
  border-radius: 20px;
 }

 .boxbtn-4 {
  position: relative;
  top: -520px;
  left: 370px;
 }


 .gallerycontainer {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

.galleryimg-1 {
  width: 900px;
  height: 660px;
  object-fit: cover;
  border-radius: 20px;

}
.galleryimgsm {
  width: 215px;
  height: 215px;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  margin: 10px 5px;
}



.testcontainer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  top: 40px;
}
.testcard {
  width: 300px;
  height: 210px;
  background-color: rgb(242, 246, 250);
  padding: 15px;
  border-radius: 20px;
  margin: 10px;
  display: flex;
  flex-direction: column;
}

.testdesc {
  font-size: 13px;
  font-weight: 400;
}

.testimg {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  object-fit: cover;
  margin: 10px;
}

.sm {
  font-size: 10px;
  font-weight: 400;
  width: 85px;
}

.testdetail {
  position: relative;
  top: -55px;
  left: 60px;
}

.stars {
  color: gold;
  margin-bottom: 5px;
}

.testrow1 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: -50px;
  width: 300px;
}

.testrow2 {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
}

.testrow3 {
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  position: relative;
  top: -50px;
}


@media screen and (max-width: 890px) {
  .gallery {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 410px;
    top: 0;
    left: 50%;
    right: 50%;
    transform: translate(-40%, 0);
  }
  .box-1, .box-2, .box-3, .box-4 {
    position: relative;
    top: 0px;
    left: 0px;
    width: fit-content;
    height: 410px;
  }
  .box-img-1, .box-img-2, .box-img-3, .box-img-4 {
    width: 410px;
    height: 400px;
    object-fit: cover;
  }
  .boxbtn-1, .boxbtn-2, .boxbtn-3, .boxbtn-4 {
    position: relative;
    top: -394px;
    left: 360px;
  }
  .boxdesc {
    width: 400px !important;
  }
  .gallerycontainer {
    width: 410px;
    position: relative;
    top: 250px;
  }
  .galleryimg-1, .galleryimgsm {
    width: 410px;
    height: 410px;
    object-fit: cover;
  }
  .testcontainer {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: 30px;
  }
  .testcard {
    width: 350px;
    height: 210px;
    background-color: rgb(242, 246, 250);
    padding: 15px;
    border-radius: 20px;
    margin: 10px;
  }
  
  .testdesc {
    font-size: 13px;
    font-weight: 400;
  }
  
  .testimg {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
    margin: 10px;
  }
  
  .sm {
    font-size: 10px;
    font-weight: 400;
  }
  
  .testdetail {
    position: relative;
    top: -55px;
    left: 60px;
  }
  
  .stars {
    color: gold;
    margin-bottom: 5px;
  }
  .testrow1 {
    position: relative;
    top: 0;
  }
  .testrow3 {
    display: none;
  }
  
}

.galleryexpander {
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url(media/museumpeople.jpg);
  background-size: cover;
}
.mid {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2rem;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 400;
  font-size: 15px;
}

#testimonials {
  position: relative;
  top: 160px;
}
#blog {
  position: relative;
  top: 200px;
}

.blogcontainer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
}
.blog1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: 20px;
  width: 1111px;
}

.blogimg-1 {
  width: 470px;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}
.blogcontent {
  width: 435px;
  position: relative;
  top: 0px;
  left: 20px;
}

.info {
  position: relative;
  top: -30px;
  left: 170px;
}
.blogbtn {
  padding: 10px;
  background-color: rgb(242, 246, 250);
  color: rgb(0, 0, 0);
  border-radius: 29px;
  transform: rotate(320deg);
  font-size: 18px;
}

.bbtn1 {
  position: relative;
  top: -40px;
  left: 300px;
}

.blogtitle {
  font-size: 20px;
  font-weight: 500;
}
.blogdesc {
  font-size: 15px;
  margin-top: 10px;
}
.column2 {
  display: flex;
  flex-direction: row;
  position: relative;
  top: 30px;
}

.blogsm {
  width: 305px;
}
.blogimg-sm {
  width: 295px;
  height: 185px;
  object-fit: cover;
  border-radius: 20px;
}

.blogtitle-sm {
  width: 280px;
  margin-left: -15px;
}
.info-sm {
  width: 230px;
  margin-top: 10px;
}
.bbtnsm {
  position: relative;
  top: -30px;
  left: 250px;
}

@media screen and (max-width: 1412px) {
    .blogcontainer {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .blog1 {
      display: flex;
      flex-direction: column;
      width: 400px;
    }
    .column2 {
      flex-direction: column;
      width: 400px;
    }
    .blogimg-1, .blogimg-sm {
      width: 400px;
      height: 200px;
      object-fit: cover;
    }
    .blogdesc {
      display: none;
    }
    .blogcontent {
      width: fit-content
    }
    .info {
      position: relative;
      top: 5px;
      left: 15px;
      width: 230px;
    }
    .bbtn1 {
      top: -20px;
      left: 260px;
      width: 0px;
    }
    .bloglast {
      display: none;
    }
    .info-sm {
      width: fit-content;
    }
    .bbtnsm {
      width: 0;
    }
}

footer {
  position: relative;
  top: 285px;
  margin: 0;
}

.newsletter {
  background-image: url(/media/touann-gatouillat-vergos-QFY3Tv5_12M-unsplash.jpg);
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  position: relative;
}
.newcontent {
  position: relative;
  top: 230px;
  color: white;
}

.sub-input {
  background-color: transparent;
  padding: 10px 20px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid black;
  color: #000000;
}

.sub-btn {
  padding: 10px 20px;
  color: white;
  background-color: #000000;
  border-radius: 10px;
  border: 0;
  cursor: pointer;
}

.footer {
  background-color: black;
  color: white;
  padding: 10px;
}
.footer-content {
  margin-top: 10px;
}
.brand {
  width: 350px;
}
.social {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.sociallink {
  text-decoration: none;
  color: white;
  background-color: rgb(33, 33, 33);
  padding: 10px;
  margin: 10px 2px;
  border-radius: 50px;
}
.curve {
  padding: 10px 12px;
}
.sociallink i {
  font-size: 20px;
}

.footer-link-container {
  position: relative;
  top: -130px;
  left: 460px;
  width: 680px;
  display: flex;
  flex-direction: row;
}
.footercolumn1 {
  margin-top: 10px;
}

.footer-link {
  display: block;
  padding-top: 10px;
}

.footer-link a {
  color: white;
  text-decoration: none;
}

.linkcolumn {
  margin-left: 60px;
}
.conclusion {
  text-align: center;
  margin-top: 40px;
}
.final-links {
  margin: 10px 0 40px 0;
}
.final-links a {
  color: rgb(242, 246, 250);
  text-decoration: none;
}


.footer-container {
  position: relative;
  top: 70px;
  width: 1130px;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:1155px) {
  .footer-link-container {
    position: relative;
    left: 305px;
  }
  .footer-container {
    width: auto;
  }
}
@media screen and (max-width: 1000px) {
  .footer-container {
    height: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  .l1 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 200px;
  }
  .l2 {
    position: relative;
    top: -167px;
    left: 160px;
    width: 200px;
  }
  .l3 {
    position: relative;
    top: -135px;
    left: 0px;
    width: 200px;
  }
  .footer-link-container {
    width: 400px;
    display: block;
  }
}

@media screen and (max-width: 735px) {
  .footer-container {
    height: 840px;
  }
  .footer-link-container {
    display: flex;
    flex-direction: column;
    position: relative;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    width: 320px;
  }
  .l1, .l2, .l3 {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
  .brand {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width:435px) {
  .blogimg-1, .blogimg-sm {
    width: 350px;
  }
  .blog1 {
    width: 350px;
  }
  .column2 {
    width: 350px;
  }
  .blogcontent {
    width: 300px;
  }
  .box-img-1, .box-img-2, .box-img-3, .box-img-4, .galleryimg-1, .galleryimgsm {
    width: 350px;
  }
  .box-1, .box-2, .box-3, .box-4 {
    position: relative;
    top: 0px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery {
    position: relative;
    left: 59% !important;
    transform: translate(-50%, 0) !important;
  }
  .boxbtn-1, .boxbtn-2, .boxbtn-3, .boxbtn-4 {
    position: relative;
    top: -394px;
    left: 300px;
    
  }
  .gallerycontainer {
    width: 350px;
  }
}


.destcontent {
  padding: 10px;
}
.dest-img {
  width: 50%;
  height: auto;
  object-fit: fill;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 20px;
  border-radius: 20px;
}

.destdesc {
  font-size: 20px;
  width: 800px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 20px;
}

@media screen and (max-width: 810px) {
  .dest-img {
    width: 99%;
  }
  .destdesc {
    width: 99%;
    position: relative;
    left: 0;
    transform: translate(0,0);
  }
}

.dest-booking {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  width: 100%;
  height: 80px;
  background-color: rgb(85, 139, 255);
}