@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;700&display=swap");
/*===============================================================
COMMON STARTS
===============================================================*/
* {
  transition: transform 0.3s ease-in-out;
}

.heading {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.heading::after {
  content: "";
  display: block;
  width: 94.39px;
  height: 6px;
  margin: 0 auto;
  border-top: 5px solid #D2A310;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
header .navbar {
  background-color: #17297C;
}
header .navbar .navbar-brand {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
header .navbar .navbar-brand img {
  width: 35px;
}
header .navbar .navbar-toggler {
  color: #FFFFFF;
}
header .navbar .offcanvas {
  width: 80%;
  background-color: #17297C;
}
header .navbar .offcanvas .offcanvas-header .offcanvas-title {
  color: #FFFFFF;
}
header .navbar .offcanvas .offcanvas-header .offcanvas-title img {
  width: 35px;
}
header .navbar .offcanvas .offcanvas-footer {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 200;
}
header .navbar .offcanvas .offcanvas-footer a {
  color: #FFFFFF;
}
header .navbar .nav-item {
  margin: 0 5px;
}
header .navbar .nav-item .nav-link {
  color: #FFFFFF;
  font-style: normal;
  font-weight: 500;
  line-height: 28.05px;
  text-transform: capitalize;
  padding: 4px 14px;
}
header .navbar .nav-item:hover {
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF !important;
}

#hero {
  position: relative;
  height: 300px;
  /* Add the overlay */
}
#hero img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
#hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

footer {
  background-color: #17297C;
  color: #FFFFFF;
  font-size: 14px;
}
footer a {
  color: #FFFFFF;
}
footer p, footer a {
  font-weight: 300;
}
footer .row:first-child {
  border-bottom: 1px solid rgba(248, 248, 248, 0.2);
}
footer .row:first-child .footer-logo img {
  width: 2.2rem;
}
footer .row:first-child #footer-social-list li a {
  border-radius: 22.5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(248, 248, 248, 0.2);
  display: flex;
  width: 40px;
  height: 40px;
  padding: 14px 16.81px 14px 17.19px;
  justify-content: center;
  align-items: center;
}
footer .row:first-child #footer-nav-link-list {
  line-height: 25px;
}
footer .row:first-child #footer-contact-list {
  line-height: 35px;
}
footer .row:first-child #footer-contact-list li {
  display: flex;
}
footer .row:first-child #footer-contact-list li div {
  margin-right: 12px;
}

/*===============================================================
COMMON STARTS
===============================================================*/
/*===============================================================
HOME PAGE STARTS
===============================================================*/
#homePage #homeHero {
  background-image: url("../images/home-hero.webp");
  background-position-x: -142px;
  background-position-y: 25px;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Add the overlay */
}
#homePage #homeHero .homehero-content {
  text-align: center;
  z-index: 10;
}
#homePage #homeHero .homehero-content h1 {
  color: #F8F8F8;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
#homePage #homeHero .homehero-content a {
  display: inline-block;
  color: #F8F8F8;
  padding: 12px 24px;
  border-radius: 38px;
  border: 2px solid #F8F8F8;
  background: rgba(0, 0, 0, 0.24);
}
#homePage #homeHero .homehero-content a:hover {
  background-color: #F8F8F8;
  color: #333333;
}
#homePage #homeHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#homePage #infoCards .card {
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(180deg, #17297C 0%, #4144AA 160.49%);
  box-shadow: 1px 2px 12px 0px rgba(0, 0, 0, 0.16);
  height: 100%;
  padding: 25px;
}
#homePage #infoCards .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #F8F8F8;
  padding: 0;
}
#homePage #infoCards .card .card-body h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
}
#homePage #infoCards .card .card-body h2 span {
  margin-left: 5px;
}
#homePage #infoCards .card .card-body p {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  margin: 0;
}
#homePage #whatWeOffer {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.8px;
  overflow: hidden;
}
#homePage #whatWeOffer .card {
  border-radius: 8px;
  background: #444;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.12);
}
#homePage #whatWeOffer .card .card-body img {
  margin-bottom: 5px;
  max-width: 35%;
}
#homePage #whatWeOffer .card .card-body p {
  color: #F2F2F2;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
#homePage #infoCarousel {
  background-image: url("../images/info-carousel-bg.webp");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}
#homePage #infoCarousel .infoCarousel-content {
  /* Add the overlay */
}
#homePage #infoCarousel .infoCarousel-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#homePage #infoCarousel .infoCarousel-content .card {
  background-color: transparent;
  border: 0;
  text-align: center;
}
#homePage #infoCarousel .infoCarousel-content .card .card-body .card-title {
  color: #F8F8F8;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}
#homePage #infoCarousel .infoCarousel-content .card .card-body .card-text {
  color: #F8F8F8;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
#homePage #popularDestinations {
  overflow: hidden;
}
#homePage #popularDestinations .image-wrapper {
  height: 250px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
#homePage #popularDestinations .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
#homePage #popularDestinations .image-wrapper img:hover {
  transform: scale(1.05);
}
#homePage #popularDestinations .title-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  color: #FFFFFF;
  text-align: center;
}
#homePage #popularDestinations .title-overlay h3 {
  font-size: 1.2rem;
  font-weight: 700;
}
#homePage #packages .package-card {
  box-shadow: 0px 5.573px 19.507px 0px rgba(0, 0, 0, 0.12);
  border: none;
  border-radius: 27.87px;
}
#homePage #packages .package-card .card-header {
  border-radius: 27.87px 27.87px 0px 0px;
  padding: 0;
  overflow: hidden;
}
#homePage #packages .package-card .card-header img {
  border-radius: 27.87px 27.87px 0px 0px;
}
#homePage #packages .package-card .card-header img:hover {
  transform: scale(1.05);
}
#homePage #packages .package-card .card-body {
  background: #FFFFFF;
  border-radius: 27.87px 27.87px 0px 0px;
  transform: translateY(-23px);
  padding-top: 27px;
}
#homePage #packages .package-card .card-body h2 {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 33.872px;
}
#homePage #packages .package-card .card-body p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}
#homePage #packages .package-card:hover {
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.2);
}
#homePage #packages p {
  color: #D2A310;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#homePage #packages p a {
  color: #17297C;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#homePage #relatedBrands .swiper-wrapper {
  align-items: center;
}
#homePage #relatedBrands .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
#homePage #relatedBrands .swiper-wrapper .swiper-slide img {
  max-width: 100px;
}
#homePage #customerReviews .card {
  border: none;
}
#homePage #customerReviews .card p {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#homePage #customerReviews .card p:last-child {
  color: #17297C;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.76px;
}

/*===============================================================
HOME PAGE ENDS
===============================================================*/
/*===============================================================
ABOUT PAGE STARTS
===============================================================*/
#aboutPage #about {
  overflow: hidden;
}
#aboutPage #about p {
  text-align: justify;
}
#aboutPage #services .service-card {
  box-shadow: 0px 5.573px 19.507px 0px rgba(0, 0, 0, 0.12);
  border: none;
  border-radius: 27.87px;
}
#aboutPage #services .service-card .card-header {
  border-radius: 27.87px 27.87px 0px 0px;
  padding: 0;
  overflow: hidden;
}
#aboutPage #services .service-card .card-header img {
  border-radius: 27.87px 27.87px 0px 0px;
}
#aboutPage #services .service-card .card-header img:hover {
  transform: scale(1.05);
}
#aboutPage #services .service-card .card-body {
  background: #FFFFFF;
  border-radius: 27.87px 27.87px 0px 0px;
  transform: translateY(-23px);
  padding-top: 27px;
}
#aboutPage #services .service-card .card-body h2 {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 33.872px;
}
#aboutPage #services .service-card .card-body p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}
#aboutPage #services .service-card:hover {
  box-shadow: 0px 6px 22px 0px rgba(0, 0, 0, 0.2);
}

/*===============================================================
ABOUT PAGE ENDS
===============================================================*/
/*===============================================================
CONTACT PAGE STARTS
===============================================================*/
#contactPage #contactInfo {
  overflow: hidden;
}
#contactPage #contactInfo input[type=submit] {
  border-radius: 38px;
  border: 2px solid #17297C;
  color: #FFFFFF;
  background: #17297C;
  display: inline-flex;
  padding: 8px 18px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
#contactPage #contactInfo p {
  color: #000;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
#contactPage #contactInfo ul {
  list-style-type: none;
}
#contactPage #contactInfo ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#contactPage #contactInfo ul li span {
  margin-left: 10px;
  line-height: normal;
}
#contactPage #contactInfo ul li span:first-child {
  border-radius: 32px;
  background: #D2A310;
  font-size: 10px;
  display: flex;
  width: 25px;
  height: 25px;
  align-items: center;
  justify-content: center;
}
#contactPage #contactInfo ul li span a {
  color: #333;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

/*===============================================================
CONTACT PAGE ENDS
===============================================================*//*# sourceMappingURL=style.css.map */