* {
  margin: 0;
  padding: 0;
/*  text-transform: capitalize;*/

}

/* Navbar Starts */
.Navbar {
 /* z-index: 9999; */
 width: 100%;
  overflow: hidden !important;
}

.navbar-brand img {
  width: 450px;
}

.listWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 30%;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  height: 100%;
}

.navbarList {

  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  margin: 35px 0px 0px 0px !important;
  background-color: #fcb900;
  border-radius: 80px 0px 0px 0px;
  padding: 0 !important;
  /* padding: 20px; */
  width: max-content;
  border-left: 15px solid black;
  height: 100px;
  z-index: 999;
}

.navbarList li {
  margin-left: 50px;
}

.navbarList li a {
  color: white !important;
  text-transform: capitalize;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 20px;
  transition: all .5s;
}

.navbarList li a:hover {
  color: black !important;
}

/* Navbar Ends */
.carousel-inner{
  overflow: hidden !important;
}

.carousel-item {
  width: 100% !important;
  height: 566px !important;
  overflow: hidden !important;
}

.carousel-item img {
  width: 100% !important;
  height: 100% !important;
}

/* .carouselText {
  color: white !important;
  text-transform: capitalize;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 20px;
  margin-top: -240px;
  z-index: 999;
  width: 100%;

} */

.landingWrapper{
  padding: 0 !important;
  margin: 0 !important;
}

/* Destination starts */
.destionationWrapper {

  width: 100%;
  background-color: #FFFF;

}
.destionationWrapper .destinationBox{
  width: 100%;
} 

.destionationWrapper .destinationBox .destination-first {
  display: flex;
  padding: 15px 0px 10px 0px;
  width: 100%;
}

.destination-first .destination-heading {
  width: 300px;
}

.destination-first .destination-heading p {

  font-family: "Sedan SC", serif;
  font-weight: 600;
  font-size: 14px;
  text-align: start;
  color: #FAA646;

}

.destination-first .destination-heading h2 {
  font-family: "Sedan SC", serif;
  font-weight: 800;
  font-size: 35px;
  text-align: start;
  color: black;

}

.destination-first .destination-smallImage {
  transition: all 0.5s;
  margin: 45px 10px 45px 10px;
  width: 300px;
  height: 200px;
  z-index: 999;
}

.destination-first .destination-smallImage img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 999;


}

.destination-smallImage p {
  color: #FFFF;
  font-family: "Sedan SC", serif;
  font-weight: 600;
  font-size: 40px;
  z-index: 999;
  margin-left: 10px;
}

.destination-smallImage .smallItems {
  display: flex;
  margin-top: -110px;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;


}

.destination-smallImage .smallItems .Smallbadge {
  height: 25px;
  padding: 2px;
  width: 50px;
  border-radius: 0px 10px 0px 10px;
  text-align: center;
  color: white;
  z-index: 999;
}

/* .destination-smallImage:hover {
  transform: scale(1.1);
  cursor: pointer;

} */

.destination-first .destination-largeImage {
  transition: all 0.5s;
  margin: 0px 40px 0px 40px;
  width: 500px;
  height: 270px;
  z-index: 999;

}

.destination-first .destination-largeImage img {

  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 999;
  /* border-radius: 10px; */

}

.destination-first .destination-largeImage .largeItems {
  display: flex;
  margin-top: -110px;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

.destination-largeImage .largeItems p {
  color: #FFFF;
  font-family: "Sedan SC", serif;
  font-weight: 600;
  font-size: 40px;
  /* text-align: start;  */
  /* margin-top: -80px;
   margin-left: 30px; */
  z-index: 999;
  margin-left: 10px;
}

.destination-largeImage .largeItems .LargeBadge {
  height: 25px;
  padding: 2px;
  width: 50px;
  border-radius: 0px 10px 0px 10px;
  text-align: center;
  color: white;
  z-index: 999;
}

/* .destination-largeImage:hover {
  transform: scale(1.1);
  cursor: pointer;

} */

.destionationWrapper .destinationBox .destination-second {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* align-items: center; */
  /* gap: 20px; */
}

.destination-second .secondImage {
  transition: all 0.5s;
  margin: 65px 5px 65px 5px;
  width: 300px;
  height: 200px;
  z-index: 999;

}

.destination-second .secondImage img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 999;
}

.destination-second .secondImage .secondItems {
  display: flex;
  margin-top: -110px;
  justify-content: space-around;
  align-items: center;
  /* gap: 40px; */

}

.destination-second .secondImage .secondItems p {
  color: #FFFF;
  font-family: "Sedan SC", serif;
  font-weight: 600;
  font-size: 30px;
  z-index: 999;
  margin-left: 10px;
}

.destination-second .secondImage .secondItems .secondbadge {

  height: 25px;
  padding: 2px;
  width: 50px;
  border-radius: 0px 10px 0px 10px;
  text-align: center;
  color: white;
  z-index: 999;

}

/* .secondImage:hover {

  transform: scale(1.1);
  cursor: pointer;
} */


/* Destination ends */
/* Know Us Section Starts */
.KnowUsWrapper {
  width: 100%;
}

.KnowUsWrapper .KnowUsBox .KnowUsItems {
  display: flex;
   width: 100%; 
   padding: 30px 0px 10px 0px;

}

.KnowUsBox .KnowUsItems .KnowUs-left {
  display: flex;
  flex-direction: row;
}

.KnowUs-left .knowUscol1 {
  display: flex;
  flex-direction: column;
  transition: all .6s;

}

.KnowUs-left .knowUscol1:hover {
  transform: rotateX(-15deg);
  cursor: pointer;
}

.KnowUs-left .knowUscol1 .kimg1 {
  width: 240px;
  height: 340px;
  border-radius: 250px;

}

.KnowUs-left .knowUscol1 .kimg2 {
  width: 240px;
  height: 130px;
  border-radius: 250px;
  margin: 10px 0px 10px 0px;

}

.KnowUs-left .knowUscol2 {
  display: flex;
  flex-direction: column;
  transition: all .6s;

}

.KnowUs-left .knowUscol2:hover {
  transform: rotateY(25deg);
  cursor: pointer;
}

.KnowUs-left .knowUscol2 .img2 {
  width: 330px;
  height: 440px;
  border-radius: 140px;
  margin-left: 30px;


}

.KnowUs-left .knowUscol2 .col2Text .img-discount {

  margin-top: -100px;
}

.KnowUs-left .knowUscol2 .col2Text .img-discount p {
  /* color: black; */
  margin-top: -100px;
  margin-left: 45px;
  width: 50px;
  color: white;
  font-family: "Zeyada", cursive;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;

}

.knowus-right {
  margin-left: 50px;
}

.knowus-right .knowusLabel {
  color: #fcb900;
  letter-spacing: 2px;
  font-family: "Sedan SC", serif;
  font-weight: 500;
  font-size: 15px;
}

.knowus-right h3 {
  font-family: "Sedan SC", serif;
  font-weight: 800;
  font-size: 40px;
  color: #000;
  text-align: start;
  width: 500px;
}

.knowus-right .rightDescription {
  font-family: "Sedan SC", serif;
  font-weight: 400;
  font-size: 18px;
  color: #abb8c3;

}

.knowus-right .knowusItems {
  display: flex;
  margin: 30px 0px 30px 0px;
}

.knowus-right .knowusItems .know1 {

  display: flex;
  justify-content: flex-start;
  gap: 50px;
  /* border-right: 1px solid #abb8c3; */
  width: 400px;
  height: 130px;
}

.knowus-right {
  padding: 20px 0px 20px 0px;
}

.knowus-right .knowusItems .know1 i {
  width: 80px;
  height: 80px;
  background-color: #FAA646;
  text-align: center;
  padding-top: 25px;
  padding-left: auto;
  padding-right: auto;
  border-radius: 50px;
  color: #FFFF;
  font-size: 25px;
  transition: all .5s;
  margin: 3px;
}

.knowus-right .knowusItems .know1 i:hover {
  background-color: #54595F;
}

.knowus-right .knowusItems .know1 label {
  width: 40px;
  font-family: "Sedan SC", serif;
  font-weight: 800;
  font-size: 25px;
  color: black;

}

.knowus-right .knowusItems .know1desc {
  font-family: "Sedan SC", serif;
  font-weight: 400;
  font-size: 15px;
  color: #abb8c3;
  margin: 30px 20px 50px 30px;
  border-left: 1px solid #abb8c3;
  padding: 0px 30px 0px 30px;


}

.knowus-right .knowBtn {
  color: white;
  background-color: #54595F;
  outline: none;
  border: none;
  width: 200px;
  height: 60px;
  text-align: center;
  font-family: "Sedan SC", serif;
  font-weight: 800;
  font-size: 18px;
  text-decoration: none;
  transition: all .7s;

}

.knowus-right .knowBtn:hover {
  background-color: #FAA646;
  color: white;
}


/* Know Us Section Ends */

/* Know us Cards Starts */
.knowCardsWrapper {
  width: 100%;
  padding: 50px 0px 50px 0px;
}

.knowCardsWrapper .cardBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.knowCardsWrapper .cardBox .knowcard {
  height: 400px;
  width: 370px;
  /* background-color: #54595F; */
  /* box-shadow: -10px 10px 5px 4px rgba(0, 0, 0, 0.94); */
  transition: all .5s;
  margin: 10px;

}
.knowCardsWrapper .cardBox .knowcard img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.knowCardsWrapper .cardBox .knowcard .card-text {
  margin-top: -220px;
  margin-left: 20px;
}

.knowCardsWrapper .cardBox .knowcard .card-text p {
  color: white;
  text-align: center;
  width: 320px;
  font-family: "Sedan SC", serif;
  font-weight: 800;
  font-size: 25px;
}

.knowCardsWrapper .cardBox .knowcard .card-icon {
  margin-top: -240px;
  margin-left: 90%;
}

.knowCardsWrapper .cardBox .knowcard .card-icon i {

  width: 30px;
  height: 30px;
  color: white;
  opacity: 0.4;
  background-color: #54595F;
  text-align: center;
  padding-top: 10px;
  border-radius: 20px;


}

.knowCardsWrapper .cardBox .knowcard:hover {
  transform: scale(1.1);
}

.knowCardsWrapper .cardBox .knowcard .card-icon i:hover {
  background-color: #fcb900;
}

/* Know us Cards Starts */

/* Choose Us Starts */
.chooseUsWrapper {
  width: 100%;
}

.chooseUsWrapper .chooseBox .chooseUsItems {
  display: flex;
  justify-content: flex-start;
  gap: 80px;
  padding: 30px 0px 30px 0px;

}



.chooseUsItems .chooseText h2 {
  color: #2D2330;
  text-align: start;
  width: 450px;
  font-family: "Sedan SC", serif;
  font-weight: 800;
  font-size: 40px;
  padding: 30px 0px 30px 0px;
  text-transform: capitalize;
}

.chooseUsItems .chooseText h5 {
  font-family: "Zeyada", cursive;
  font-weight: 700;
  /* font-style: normal; */
  color: #fcb900;
  font-size: 22px;
  text-transform: capitalize;
}

.chooseUsItems .chooseText p {

  font-family: "Sedan SC", serif;
  font-weight: 400;
  font-size: 18px;
  color: #2D2330;
  width: 450px;
  line-height: 30px;
  text-transform: capitalize;

}

.chooseUsItems .chooseText .chooseusBtn {
  border: none;
  outline: none;
  width: 200px;
  height: 50px;
  background-color: #2D2330;
}

.chooseUsItems .chooseText .chooseusBtn a {
  text-decoration: none;
  color: #FFFF;
  transition: all 0.7s;
}

.chooseUsItems .chooseText .chooseusBtn:hover {
  background-color: #FAA646;

}

.chooseUsItems .chooseusImage {
  width: 100%;
  height: 600px;
}

.chooseUsItems .chooseusImage img {
  width: 100%;
  height: 100%;
  border-radius: 40px 0px 0px 40px;
}

/* Customer review Section Starts */

.customerTestomonials {
  width: 100%;

}

.customerTestomonials .customerBox .customer-heading {
  padding: 50px auto 50px auto;
  text-align: center;
  /* background-color: #FAA646; */

}

.customerTestomonials .customerBox .customer-heading p {
  padding: 80px 5px 10px 5px;
  font-family: "Sedan SC", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 3px;
  color: #fcb900;
}

.customerTestomonials .customerBox .customer-heading h2 {
  font-family: "Sedan SC", serif;
  font-weight: 800;
  font-size: 40px;
  color: #2D2330;
  width: 450px;
  text-align: center;
  margin: 10px auto auto auto;
}

.customerTestomonials .customerBox .customerItems {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.customerBox .customerItems .customerCard {
  padding: 20px 15px 5px 25px;
  width: 420px;
  height: 470px;
  background-color: #abb8c3;
  border-radius: 10px;


}

.customerBox .customerItems .customerCard .customer-img {
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0px 10px 0px;
  /* margin-top: 10px;    */
}

.customerBox .customerItems .customerCard .review-text {

  font-family: "Sedan SC", serif;
  font-weight: 400;
  font-size: 14px;
  text-align: start;
  line-height: 30px;
  color: #54595F;
  padding: 10px 0px 0px 0px;


}

.customerBox .customerItems .customerCard hr {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.customerBox .customerItems .customerCard .CustomerName {
  font-family: "Sedan SC", serif;
  font-weight: 700;
  font-size: 35px;
  color: #54595F;
  margin: 0;
  padding: 0;

}

.customerBox .customerItems .customerCard .Customer-Location {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.customerBox .customerItems .customerCard .rating-stars {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  height: 35px;
  background-color: white;
  width: 160px;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 10px 10px 5px 2px white;

}

.customerCard .rating-stars img {
  margin-left: 10px;
}

.customerBox .customerItems .slick-list {
  height: 480px;
  width: 100%;
  padding-top: 37px;
}

/* .customerBox .customerItems .slick-slide {
  margin-left: 30px;
}

.customerBox .customerItems .slick-cloned {
  margin-left: 30px;
} */

.customerBox .customerItems .slick-active {
  margin-left: 10px;
}

.customerBox .customerItems .slick-current {
  margin-left: 10px;
}

/* Customer review Section Ends */
/* Choose Us Ends */

/* Travel types Starts */
.traveltypes {
  background-image: url(https://haniefatravels.com/wp-content/uploads/2023/11/why-choose-bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
  width: 100%;

}

.traveltypes .travelBox .travelItems {
  display: flex;
  justify-content: flex-start;
  gap: 100px;
  margin-left: 90px;
  padding-top: 50px;
}

.travelBox .travelItems .travelHeading p {
  color: #fcb900;

  font-family: "Sedan SC", serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
  padding-top: 50px;

}

.travelBox .travelItems .travelHeading h1 {
  color: #FFFF;
  font-family: "Sedan SC", serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 1px;
  /* padding-top: 50px; */
  width: 480px;
}

.travelBox .travelItems .travelPara p {
  padding-top: 50px;
  font-family: "Sedan SC", serif;
  font-weight: 800;
  font-size: 20px;
  color: #abb8c3;
  width: 600px;

}

.travelBox .travelLogos {
  margin-left: 90px;
  margin-top: 100px;
  display: flex;


}

.travelBox .travelLogos .logo {
  width: 250px;
  height: 120px;
  background-color: darkmagenta;
  border-radius: 10px;
  padding: 10px 20px 10px 35px;
  opacity: 0.7;
  margin: 10px;
}

.travelBox .travelLogos .logo i {
  font-size: 45px;
  color: white;
}

.travelBox .travelLogos .logo p {
  margin-top: 30px;
  color: white;
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 18px;

}


/* Travel types Ends */

/* Packages Starts */
.PackagesWrapper {
  width: 100%;
}

.PackagesWrapper .packagesBox .packagesHeading h2 {

  text-align: center;
  padding: 100px 0px 30px 0px;
  font-family: "Sedan SC", serif;
  font-weight: 800;
  font-size: 40px;
  color: #000;

}

.PackagesWrapper .packagesBox .packageItems {
  display: flex;
  justify-content: center;
  align-items: center;

}

.PackagesWrapper .packagesBox .packageItems .packageCard {
  width: 370px;
  height: auto;
  /* border-radius: 40px; */
  padding: 0px 0px 7px 0px !important;
  margin: 10px
}

.packagesBox .packageItems .packageCard img {
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0px 0px;

}

.packagesBox .packageItems .packageCard .package-Heading {
  text-align: start;
  border-bottom: 2px solid #ffbf00;
  margin: 0;
  padding: 2px 0px 2px 0px;
  color: #1166a6;
  ;
  font-family: "Sedan SC", serif;
  font-weight: 700;
  font-size: 27px;
  padding: 2px 10px 1px 5px;
}

.packagesBox .packageItems .packageCard .package-duration {
  color: gray;
  font-family: "Sedan SC", serif;
  font-weight: 600;
  font-size: 18px;
  padding: 2px 10px 1px 5px;
}

.packagesBox .packageItems .packageCard .package-iconsWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #ffbf00;
  margin: 0;
  padding: 0;
}

.packageCard .package-iconsWrapper .icons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.packageCard .package-iconsWrapper .icons i {
  color: #1166a6;
  font-size: 1.6em;

}

.packageCard .package-iconsWrapper .icons h6 {
  color: black;
}

.packageCard .packages-footer h4 {
  font-family: "Sedan SC", serif;
  font-weight: 700;
  font-size: 25px;
  color: inherit;
  padding: 2px 10px 1px 5px;
}

.packageCard .packages-footer .package-btns {
  display: flex;
  justify-content: flex-start;
  gap: 60px;
  padding: 2px 10px 11px 5px;

}

.packageCard .packages-footer .package-btns .Btn1 {
  padding: 10px 15px;
  text-transform: none;
  transform-style: preserve-3d;
  color: white;
  box-shadow: 2px 5px 0 #daa507;
  background-color: #ffbf00;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  outline: none;
}

.packageCard .packages-footer .package-btns .Btn1 a {
  text-decoration: none;
  color: white;
}

.packageCard .packages-footer .package-btns .Btn2 {
  padding: 5px 8px;
  transform-style: preserve-3d;
  outline: none;
  color: white;
  border-bottom: 2px solid #ffbf00;
  box-shadow: 2px 3.5px 0 #163349;
  background-color: #1166a6;
  cursor: pointer;
  border: 2px solid transparent;
  border: none;
  outline: none;
  border-radius: 10px;
}

.packageCard .packages-footer .package-btns .Btn2 a {
  text-decoration: none;
  color: white;
}

/* Pacakges Ends */
/*Links section Starts  */

.LinksWrapper {
  width: 100%;
  background-color: #323232;
}

.LinksWrapper .linkBox .footerIcons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px 0px 20px 0px;
  text-align: center;
}

.LinksWrapper .linkBox .footerIcons a {
  text-decoration: none;
  color: white;
  width: 40px;
  height: 35px;
  background-color: #241C26;
  margin: 5px;
  padding: 3px 5px 1px 5px;
  border-radius: 50px;
}

.LinksWrapper .linkBox .footerIcons a i {

  width: 100%;
  height: 100%;
  font-size: 16px;
  margin-top: 6px;
  font-weight: 400;
  transition: all .6s;

}

.LinksWrapper .linkBox .footerIcons a:hover {
  background-color: #ffbf00;
}

.LinksWrapper .linkBox .linkItems {
  display: flex;
  justify-content: flex-start;
  gap: 100px;
  padding: 20px 0px 20px 60px;

}

.LinksWrapper .linkBox hr {
  color: gray;
}

.linkItems .quick-links h4 {
  color: #FFFF;
  font-family: "Sedan SC", serif;
  font-weight: 600;
  font-size: 16px;


}

.linkItems .quick-links ul {
  margin: 20px 0px 5px 0px;
  padding: 0;
  list-style: none;
}

.linkItems .quick-links ul li {
  margin-top: 5px;
  color: white;
}

.linkItems .quick-links ul li a {
  text-decoration: none;
  color: white;
}

/* Link section Ends */

/* Footer Starts */

.footer {

  width: 100%;
  background-color: black;
  height: 50px;
}

.footer .footerBox p {
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
  padding-top: 10px;
  font-family: "Sedan SC", serif;
  font-weight: 500;
  font-size: 18px;

}

/* Footer Ends */
@media only screen and (max-width:468px) {
  .navbar-brand img {
    width: 100%;
  }
  .travelBox .travelLogos{
    width: 100%;
  
  }

}

@media only screen and (max-width:1400px){

  .KnowUsWrapper .KnowUsBox .KnowUsItems {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
     justify-content: center;
    align-items: center;
     width: 100%; 
     padding: 20px 0px 0px 0px;
  
  }
  
  .KnowUs-left .knowUscol1 {
    display: flex;
    flex-direction: column;
    transition: all .6s;
  
  }

  .knowus-right {
    margin:0 !important ;
  }

  .knowus-right h3 {
    font-family: "Sedan SC", serif;
    font-weight: 800;
    font-size: 30px;
    color: #000;
    text-align: start;
    width: 100%;
  }

  .knowus-right .rightDescription {
    padding: 5px 0px;
  }

  
  .travelBox .travelItems .travelHeading h1 {
    color: #FFFF;
    font-family: "Sedan SC", serif;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 1px;
    /* padding-top: 50px; */
    width: 480px;
  }
  
  .travelBox .travelItems .travelPara p {
    padding-top: 50px;
    font-family: "Sedan SC", serif;
    font-weight: 800;
    font-size: 20px;
    color: #abb8c3;
    width: 100%;
  
  }

}


@media only screen and (max-width:1200px) {
  .PackagesWrapper .packagesBox .packageItems {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .PackagesWrapper .packagesBox .packageItems .packageCard {
    width: 370px;
    height: max-content;
    /* border-radius: 40px; */
    padding: 0px 0px 0px 0px !important;
     /* margin-top: 10px */
    margin: 5px !important;
  }

  .packagesBox .packageItems .packageCard img {
    width: 100%;
    height: 200px;
    border-radius: 10px 10px 0px 0px;
  }

  .packagesBox .packageItems .packageCard .package-iconsWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #ffbf00;
    margin: 0;
    padding: 0;
  }

  .packageCard .package-iconsWrapper .icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
  }
  .knowCardsWrapper .cardBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
  }
  .traveltypes {
   height: auto;
    width: 100%;
  
  }

} 

@media only screen and (max-width:992px) {

  .listWrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-left: 0%;
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 100%;
  }
  
  .navbarList {
  
    display: flex !important;
     flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 35px 0px 0px 0px !important;
    background-color: white;
    border-radius: 0 !important;
    padding: 0 !important;
    /* padding: 20px; */
    width: 100%;
    border:none;
    height: max-content;
    z-index: 999;
    padding: 0 !important;
  }

  .navbarList li {
    margin: 0 !important;
  }
  
  .navbarList li a {
    color: black !important;
    text-transform: capitalize;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 20px;
    transition: all .5s;
  }

  
   
  .destionationWrapper .destinationBox .destination-first {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .destination-first .destination-heading {
    width: 100%;
    text-align: center;
  }

  destination-first .destination-heading h2{
    font-size: 30px;
    width: 100%;
  }

  .destination-first .destination-smallImage {
    transition: all 0.5s;
    margin: 5px 0px 2px 0px;
    width: 100%;
    height: 320px;
  }

  .destination-first .destination-smallImage img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }

  .destination-smallImage p {
    color: #FFFF;
    font-family: "Sedan SC", serif;
    font-weight: 600;
    font-size: 30px;
    z-index: 999;
    margin-left: 10px;
  }

  .destination-smallImage .smallItems {
    display: flex;
    margin-top: -90px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-right: 10px;

  }



  .destination-first .destination-largeImage {
    transition: all 0.5s;
    margin: 5px 0px 5px 0px;
    width: 100%;
    height: 320px;
  }

  .destination-first .destination-largeImage img {
    width: 100%;
    height: 100%;
    

  }

  .destination-first .destination-largeImage .largeItems {
    display: flex;
    margin-top: -90px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
  }

  .destination-largeImage .largeItems p {
    color: #FFFF;
    font-family: "Sedan SC", serif;
    font-weight: 600;
    font-size: 30px;
    margin-left: 10px;
  }


  .destionationWrapper .destinationBox .destination-second{
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 4px 0px 4px 0px !important;
    padding: 0 !important;
  }

  .destination-second .secondImage {
    margin: 2px 0px 2px 0px !important;
    width: 100%;
    height: 320px;
    padding: 0 !important;

  }

  .destination-second .secondImage img {

    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; 
  }

  .destination-second .secondImage .secondItems {
    display: flex;
    margin-top: -90px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin-right: 10px;

  }

  .destination-second .secondImage .secondItems p {
    color: #FFFF;
    font-family: "Sedan SC", serif;
    font-weight: 600;
    font-size: 25px;
    z-index: 999;
    margin-left: 10px;
    width: 100%;
  }

  .PackagesWrapper .packagesBox .packageItems {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .PackagesWrapper .packagesBox .packageItems .packageCard {
    width: 100%;
    height: auto;
    /* border-radius: 40px; */
    padding: 0px 0px 3px 0px !important;
    margin: 10px
  }

  .packagesBox .packageItems .packageCard img {
    width: 100%;
    height: 300px;
    border-radius: 10px 10px 0px 0px;

  }
  .packagesBox .packageItems .packageCard .package-Heading {
    text-align: center;
    border-bottom: 2px solid #ffbf00;
    margin: 0;
    padding: 2px 0px 2px 0px;
    color: #1166a6;
    ;
    font-family: "Sedan SC", serif;
    font-weight: 700;
    font-size: 27px;
    padding: 2px 10px 1px 5px;
  }

  .packagesBox .packageItems .packageCard .package-iconsWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #ffbf00;
    margin: 0;
    padding: 0;
  }

  .packageCard .package-iconsWrapper .icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
  }

  .KnowUsWrapper .KnowUsBox .KnowUsItems {
    display: flex;
    flex-direction: column;
  }

  .KnowUsBox .KnowUsItems .KnowUs-left {
    display: flex;
    flex-direction: column;
     margin:0;
     padding: 0;
  }

  /* .KnowUs-left .knowUscol1{
   width: 100%;
  } */

  .KnowUs-left .knowUscol1 .kimg1 {
    width: 100%;
    height: 370px;
    border-radius: 10px;

  }

  .KnowUs-left .knowUscol1 .kimg2 {
    width: 100% !important;
    height: 370px;
    border-radius: 10px;
    margin: 10px 0px 10px 0px !important;

  }
  
  .KnowUs-left .knowUscol2 .img2 {
    width: 100%;
    height: 440px;
    border-radius: 10px;
    margin: 0 !important;
  }

  

  .knowus-right {
    width: 100%;
    margin: 0 !important;
    padding: 5px 0px 5px 0px !important;
  }

  .knowus-right .knowusLabel {
    color: #fcb900;
    letter-spacing: 2px;
    font-family: "Sedan SC", serif;
    font-weight: 500;
    font-size: 15px;
    padding: 30px 0px 0px 0px !important;
  }

  .knowus-right h3 {
    font-family: "Sedan SC", serif;
    font-weight: 800;
    font-size: 30px;
    color: #000;
    text-align: start;
    width: 100%;
  }

  .knowus-right .rightDescription {
    padding: 5px 0px;
  }

  .knowus-right .knowusItems {
    display: flex;
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: center;
    margin: 0px 0px 0px 0px !important;
    width: 100%;
  }

  .knowus-right .knowusItems .know1 {

    display: flex;
    /* flex-direction: column; */
    justify-content: flex-start;
    align-items: center;
    gap: 0 !important;
    /* border-right: 1px solid #abb8c3; */
    width: 100%;
    height: 130px;
    margin: 0 !important;
    padding: 0 !important;
  }


  .knowus-right .knowusItems .know1desc {
    font-family: "Sedan SC", serif;
    font-weight: 400;
    font-size: 15px;
    color: #abb8c3;
    margin: 0px 0px 0px 0px;
    border: none;
    padding: 0px 30px 0px 30px;
    width: 100%;

  }

  .knowus-right .knowBtn {
    color: white;
    background-color: #54595F;
    outline: none;
    border: none;
    width: 100%;
    height: 60px;
    text-align: center;
    font-family: "Sedan SC", serif;
    font-weight: 800;
    font-size: 18px;
    text-decoration: none;
    transition: all .7s;
     margin: 0 !important;
     padding: 0;
  }


  .knowCardsWrapper .cardBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .knowCardsWrapper .cardBox .knowcard {
    height: 400px;
    width: 100%;
    /* background-color: #54595F; */
    /* box-shadow: -10px 10px 5px 4px rgba(0, 0, 0, 0.94); */
    transition: all .5s;
    margin: 5px 0px 5px 0px;
    padding: 0;

  }
  .knowCardsWrapper .cardBox .knowcard .card-text p {
    color: white;
    text-align: center;
    width: 100%;
    font-family: "Sedan SC", serif;
    font-weight: 800;
    font-size: 22px;
  }   
  .knowCardsWrapper .cardBox .knowcard .card-icon {
    margin-top: -240px;
    margin-left: 80%;
  }

  .chooseUsWrapper .chooseBox .chooseUsItems {
    display: flex;
     flex-direction: column;         
    justify-content: center;
   align-items: center;
    gap: 0;
    padding: 30px 0px 30px 0px;
  
  }

  .chooseUsItems .chooseText h2 {
    color: #2D2330;
    
    width: 100%;
    font-family: "Sedan SC", serif;
    font-weight: 700;
    font-size: 30px !important;
    padding: 30px 0px 30px 0px;
    text-transform: capitalize;
  }
  
  .chooseUsItems .chooseText h5 {
    font-family: "Zeyada", cursive;
    font-weight: 700;
    /* font-style: normal; */
    color: #fcb900;
    font-size: 22px;
    text-transform: capitalize;
    width: 100%;
  }
  
  .chooseUsItems .chooseText p {
  
    font-family: "Sedan SC", serif;
    font-weight: 400;
    font-size: 18px;
    color: #2D2330;
    width: 100%;
    line-height: 30px;
    text-transform: capitalize;
  
  }

  .chooseUsItems .chooseText .chooseusBtn {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    margin-top: 5px 0px;
    background-color: #2D2330;
  }

  .chooseUsItems .chooseusImage img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 10px 0px;
  }

  .customerTestomonials .customerBox .customer-heading {
    padding: 50px 0px 50px 0px;
    text-align: center;
    /* background-color: #FAA646; */
  
  }
  
  .customerTestomonials .customerBox .customer-heading p {
    padding: 80px 5px 10px 5px;
    font-family: "Sedan SC", serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 3px;
    color: #fcb900;
  }
  
  .customerTestomonials .customerBox .customer-heading h2 {
    font-family: "Sedan SC", serif;
    font-weight: 800;
    font-size: 40px;
    color: #2D2330;
    width: 100%;
    text-align: center;
    margin: 10px auto auto auto;
  }
  
  .customerTestomonials .customerBox .customerItems {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }
  
  .customerBox .customerItems .customerCard {
    padding: 5px 15px 5px 25px;
    width: 420px;
    height: 550px;
    background-color: #abb8c3;
    border-radius: 10px;

  
  }
  .customerBox .customerItems .slick-list {
    height: 550px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .traveltypes { 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    margin:0 !important;
  
  }

  .traveltypes .travelBox .travelItems {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
    margin: 0 !important;
    padding-top: 20px;
  }
  
  .travelBox .travelItems .travelHeading p {
    color: #fcb900;
  
    font-family: "Sedan SC", serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 2px;
    padding-top: 50px;
  
  }
  
  .travelBox .travelItems .travelHeading h1 {
    color: #FFFF;
    font-family: "Sedan SC", serif;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: 1px;
    /* padding-top: 50px; */
    width: 100%;
    text-align: start;
  }
  
  .travelBox .travelItems .travelPara p {
    padding-top: 50px;
    font-family: "Sedan SC", serif;
    font-weight: 800;
    font-size: 20px;
    color: #abb8c3;
    width: 100%;
  
  }

  .travelBox .travelLogos {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .travelBox .travelLogos .logo {
    width: 250px;
    height: 120px;
    background-color: darkmagenta;
    border-radius: 10px;
    padding: 10px 20px 10px 35px;
    opacity: 0.7;
    margin: 10px;
  }

  .LinksWrapper .linkBox .footerIcons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 0px 20px 0px;
    
  }

  .LinksWrapper .linkBox .linkItems {
    display: flex;
     flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 5px 0px 0px 0px;
  
  }
  .LinksWrapper .linkBox .linkItems .quick-links ul{
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .LinksWrapper .linkBox hr {
    color: gray;
  }

  .footer {

    width: 100%;
    background-color: black;
    height: 100%;
  }
  
  .footer .footerBox p {
    display: flex;
    align-items: center;
    color: white;
    justify-content: center;
    padding-top: 10px;
    font-family: "Sedan SC", serif;
    font-weight: 500;
    font-size: 18px;
  
  }

 


}

@media only screen and (max-width:375px) {
  .packagesBox .packageItems .packageCard .package-iconsWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #ffbf00;
    margin: 0;
    padding: 0;
  }

  .packageCard .package-iconsWrapper .icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 0px 10px;
  }

  .packageCard .package-iconsWrapper .icons h6 {
    color: black;
    font-size: 10px;
  }



}