@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Montez&display=swap");
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgb(0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#preloader h1 {
  color: white;
  font-weight: 700;
}
#preloader .dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
}
#preloader .dots div {
  width: 18px;
  height: 20px;
  margin: 8px;
  background-color: white;
  border-radius: 50%;
  animation: bounce 0.6s infinite alternate;
}
#preloader .dots div:nth-child(2) {
  animation-delay: 0.2s;
}
#preloader .dots div:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes bounce {
  to {
    opacity: 0.3;
    transform: translate3d(0, -1rem, 0);
  }
}

.heading {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
}

.supportive-heading {
  font-family: "Montez";
  font-size: 18px;
  font-weight: 500;
}

.supportive-paragraph {
  text-align: center;
  color: #6e7070;
  font-family: "Inter";
}

p, a, ul, li, span {
  font-size: 14px;
  font-weight: 400;
}

b {
  font-weight: 700;
}

header {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
header .navbar {
  background-color: rgba(23, 23, 23, 0.7);
  height: 60px;
}
header .navbar h1 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
header .navbar .navbar-brand {
  color: white;
  font-weight: 600;
}
header .navbar .navbar-brand img {
  width: 9rem;
}
header .navbar .navbar-brand span {
  color: #EFC109;
}
header .navbar .navbar-toggler {
  color: white;
}
header .navbar .offcanvas {
  width: 80%;
  background-color: #1C231F;
}
header .navbar .offcanvas .offcanvas-header .offcanvas-title {
  color: white;
  font-size: 15px;
}
header .navbar .offcanvas .offcanvas-header .offcanvas-title span {
  color: #EFC109;
}
header .navbar .offcanvas .offcanvas-header .btn-close {
  border-radius: 50px;
  background-color: white;
}
header .navbar .offcanvas .offcanvas-header img {
  width: 9rem;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav {
  line-height: 30px;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item {
  padding: 4px 0;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item:hover .nav-link {
  color: #EFC109;
}
header .navbar .offcanvas .offcanvas-body .navbar-nav .nav-item:hover .nav-link::after {
  content: "";
  display: block;
}

#hero {
  overflow: hidden;
  position: relative;
  top: 0;
  height: 68vh;
}
#hero .hero-content {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}
#hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#hero h1 {
  color: white;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
#hero p {
  color: white;
  margin-top: 12px;
  margin-bottom: 0;
}

#hero::before,
#homeHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#homePage #homeHero {
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
  height: 100vh;
}
#homePage #homeHero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#homePage #homeHero .homeHero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
#homePage #homeHero .homeHero-content h1 {
  color: white;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  line-height: 36px;
  word-spacing: 5px;
}
#homePage #homeHero .homeHero-content p {
  color: white;
  margin-top: 16px;
  line-height: 26px;
  font-size: 18px !important;
}
#homePage #homeHero .homeHero-content .btn:hover {
  color: #EFC109 !important;
  background-color: transparent;
  border: 1.475px solid #EFC109 !important;
}
#homePage #homeHero .homeHero-content .btn:hover .contact-img {
  content: url("../images/icons/learn-more-arrow.svg");
  width: auto !important;
  margin-left: 6px;
}
#homePage #homeHero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-size: cover;
  background-image: url("../images/icons/home-hero-wave.svg");
}
#homePage #special {
  overflow: hidden;
}
#homePage #special .heading {
  text-align: center;
}
#homePage #special .heading::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 100px;
  height: 50px;
  background: url("../images/icons/heading-brush.svg") no-repeat center;
  background-size: contain;
  transform: translate(-50%, -28%);
  z-index: -1;
}
#homePage #special .specials-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#homePage #special .specials-content .card {
  background-color: #E9F6F9;
  display: flex;
  align-items: center;
  border-color: transparent;
  border-radius: 14px;
  height: 16rem;
}
#homePage #special .specials-content .card:hover {
  transform: scale(1.03);
  transition: transform 0.3s ease-in-out;
}
#homePage #special .specials-content .card .card-body h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #113D48;
}
#homePage #special .specials-content .card .card-body p {
  text-align: center;
  color: #6e7070;
}
#homePage #our-fleet {
  overflow: hidden;
  background-color: #113D48;
}
#homePage #our-fleet .heading {
  text-align: center;
  color: white !important;
  margin-bottom: 32px;
}
#homePage #our-fleet .heading::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 72px;
  background: url("../images/icons/heading-brush.svg") no-repeat center;
  background-size: contain;
  z-index: -1;
  transform: translate(-50%, -10%);
}
#homePage #our-fleet .supportive-paragraph {
  color: white !important;
  font-weight: 300;
}
#homePage #our-fleet .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#homePage #our-fleet .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
#homePage #our-fleet .swiper .our-fleet-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#homePage #our-fleet .swiper .our-fleet-content .card {
  overflow: hidden;
  border-radius: 12px;
  border-color: transparent;
  box-shadow: 0px 0px 6.985px 0px rgba(0, 0, 0, 0.2);
}
#homePage #our-fleet .swiper .our-fleet-content .card .card-body {
  height: 28rem;
}
#homePage #our-fleet .swiper .our-fleet-content .card .fleet-img {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  transition: transform 0.3s ease-in-out;
}
#homePage #our-fleet .swiper .our-fleet-content .card .fleet-img:hover {
  transform: scale(1.04);
}
#homePage #our-fleet .swiper .our-fleet-content .card h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter";
  margin-bottom: 20px;
}
#homePage #our-fleet .swiper .our-fleet-content .card h3::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 50px;
  background-color: #1C231F;
  transform: translateY(-6px);
  margin-right: 10px;
}
#homePage #our-fleet .swiper .our-fleet-content .card table td {
  color: #1C231F;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 10px;
  font-family: "Inter";
}
#homePage #our-fleet .swiper .our-fleet-content .card table img {
  width: 20px;
  margin-right: 12px;
}
#homePage #our-fleet .swiper .our-fleet-content .card .vehicle-detail {
  padding: 4px 0;
}
#homePage #our-fleet .swiper .our-fleet-content .card .vehicle-detail span {
  color: #113D48;
  font-weight: 500;
}
#homePage #our-fleet .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin-top: 10px;
}
#homePage #our-fleet .swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.25);
  height: 14px;
  width: 14px;
}
#homePage #our-fleet .swiper .swiper-pagination-bullet-active {
  border: 2px solid white;
  background: white;
  height: 14px;
  width: 14px;
}
#homePage #rent-a-car {
  overflow: hidden;
  position: relative;
}
#homePage #rent-a-car::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  width: 120px;
  height: 150px;
  background: url(../images/icons/rent-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
#homePage #rent-a-car img {
  transition: transform 0.3s ease-in-out;
}
#homePage #rent-a-car img:hover {
  transform: scale(1.05);
}
#homePage #rent-a-car .vehicle-info {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#homePage #rent-a-car .vehicle-info img {
  width: 3rem;
}
#homePage #rent-a-car .vehicle-info h3 {
  font-size: 16px;
  font-family: "Inter";
  color: #113D48;
  font-weight: 600;
  margin-bottom: 0;
}
#homePage #rent-a-car .vehicle-info p {
  color: #6e7070;
  font-family: "Inter";
  margin-bottom: 0;
}
#homePage #apply-for-license {
  overflow: hidden;
  position: relative;
}
#homePage #apply-for-license::after {
  content: "";
  position: absolute;
  bottom: 73px;
  right: -53px;
  width: 120px;
  height: 150px;
  background: url("../images/icons/license-deco.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  display: none;
}
#homePage #apply-for-license p {
  margin-bottom: 30px;
}
#homePage #apply-for-license img {
  transition: transform 0.3s ease-in-out;
}
#homePage #apply-for-license img:hover {
  transform: scale(1.05);
}
#homePage #apply-for-license .btn {
  color: #1C231F;
  background: white;
  border: 1px solid #1C231F;
}
#homePage #apply-for-license .btn:hover {
  color: #1C231F;
  background-color: #EFC109;
  border: 1.475px solid #EFC109;
}
#homePage #explore-city {
  background-image: url(../images/city-explore-sm.webp);
  background-position: center;
  background-size: cover;
  position: relative;
}
#homePage #explore-city::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#homePage #explore-city .heading, #homePage #explore-city .supportive-heading, #homePage #explore-city .supportive-paragraph {
  color: white;
  position: relative;
  z-index: 1;
  text-align: justify;
}
#homePage #explore-city .card {
  margin-top: 8%;
  transition: transform 0.3s ease-in-out;
}
#homePage #explore-city .card:hover {
  transform: scale(1.05);
}
#homePage #explore-city .card h3, #homePage #explore-city .card p {
  margin-bottom: 0;
}
#homePage #explore-city .card h3 {
  font-size: 18px;
  color: #113D48;
  font-weight: 800;
}
#homePage #explore-city .card p {
  color: #113D48;
  font-weight: 500;
}
#homePage #explore-city .card .explore-content {
  margin-left: 16px;
}
#homePage #explore-city ul li {
  padding: 5px 0;
  color: #113D48;
  font-family: "Inter";
  font-weight: 500;
}
#homePage #travel-diaries {
  overflow: hidden;
}
#homePage #travel-diaries .supportive-heading {
  display: flex;
  justify-content: center;
}
#homePage #travel-diaries .heading {
  text-align: center;
}
#homePage #travel-diaries .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 14px 0;
}
#homePage #travel-diaries .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
}
#homePage #travel-diaries .swiper img {
  border-radius: 16px;
  transition: transform 0.3s ease-in-out;
}
#homePage #travel-diaries .swiper img:hover {
  transform: scale(1.02);
}
#homePage #travel-diaries .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin-top: 10px;
}
#homePage #travel-diaries .swiper .swiper-pagination-bullet {
  background: #7f6363;
  height: 14px;
  width: 14px;
}
#homePage #travel-diaries .swiper .swiper-pagination-bullet-active {
  border: 2px solid #3D3D3D;
  background: #3D3D3D;
  height: 14px;
  width: 14px;
}
#homePage #water-adventure {
  overflow: hidden;
  background-color: #E9F6F9;
  height: 67rem;
}
#homePage #water-adventure .fish-icon {
  position: relative;
  width: 67px;
  opacity: 1;
  animation: swim 10s infinite linear;
}
#homePage #water-adventure .fish-1 {
  top: -69rem;
  left: 80%;
  animation-delay: 0s;
}
#homePage #water-adventure .fish-2 {
  top: -33rem;
  right: 22%;
  width: 30px !important;
  animation-delay: 2s;
}
#homePage #water-adventure .fish-3 {
  bottom: 7rem;
  left: -4%;
  animation-delay: 4s;
}
#homePage #water-adventure .fish-4 {
  bottom: 0rem;
  right: -34%;
  animation-delay: 6s;
}
#homePage #water-adventure .fish-5 {
  top: -40rem;
  right: -88%;
  animation-delay: 8s;
}
@keyframes swim {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(100px, 50px);
  }
  50% {
    transform: translate(50px, -50px);
  }
  75% {
    transform: translate(-100px, -100px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#homePage #water-adventure .icon {
  display: none;
}
#homePage #water-adventure .heading {
  color: #113D48;
}
#homePage #water-adventure .supportive-paragraph {
  text-align: left !important;
  font-weight: 400;
}
#homePage #water-adventure h3 {
  font-size: 18px;
  color: #113D48;
  font-weight: 600;
  margin-bottom: 5px;
}
#homePage #water-adventure::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 43px;
  background-image: url("../images/icons/water-adveture.svg");
  border: 0;
  transform: translateY(-89px);
}
#homePage #water-adventure .water-adventure-content {
  display: flex;
  flex-direction: column;
}
#homePage #water-adventure .water-adventure-content .adventure-img {
  border-radius: 14px;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
#homePage #water-adventure .water-adventure-content .adventure-img:hover {
  transform: scale(1.02);
}
#homePage #water-adventure .water-adventure-content .card {
  bottom: 100px;
  margin: 0 16px;
  border-color: transparent;
  border-radius: 16px;
}
#homePage #water-adventure .water-adventure-content .card .adventure-content {
  color: #6e7070;
  font-size: 12px;
  font-family: "Inter";
  font-weight: 400;
}
#homePage #water-adventure .water-adventure-content .card .btn {
  background: #113D48;
  color: white;
}
#homePage #our-boat {
  overflow: hidden;
}
#homePage #our-boat .heading {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
#homePage #our-boat .heading:after {
  content: "";
  flex-grow: 1;
  height: 3px;
  background-color: #113D48;
  margin-left: 26px;
}
#homePage #our-boat h3 {
  font-size: 20px;
  color: #113D48;
  font-weight: 800;
}
#homePage #our-boat span {
  font-weight: 600;
}
#homePage #our-boat .card {
  border-color: transparent;
  overflow: hidden;
  border-radius: 12px;
}
#homePage #our-boat .card .boat-img {
  transition: transform 0.3s ease-in-out;
}
#homePage #our-boat .card .boat-img:hover {
  transform: scale(1.04);
}
#homePage #our-boat .card .card-body {
  background-color: #E9F6F9;
}

#aboutPage .heading::after {
  content: "";
  display: block;
  width: 18rem;
  height: 4px;
  background-image: url("../images/icons/heading-border.svg");
  margin-top: 6px;
}
#aboutPage #about .about-content {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#aboutPage #about img {
  transition: transform 0.3s ease-in-out;
}
#aboutPage #about img:hover {
  transform: scale(1.05);
}
#aboutPage #about h3 {
  font-size: 18px;
  font-weight: 800;
  margin-top: 32px;
  margin-bottom: 24px;
}
#aboutPage #about-images {
  overflow: hidden;
}
#aboutPage #about-images .heading {
  margin-bottom: 30px;
}
#aboutPage #about-images .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 32px;
}
#aboutPage #about-images .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
#aboutPage #about-images .swiper img {
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}
#aboutPage #about-images .swiper img:hover {
  transform: scale(1.02);
}
#aboutPage #about-images .swiper .swiper-pagination {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin-top: 10px;
  display: block;
}
#aboutPage #about-images .swiper .swiper-pagination-bullet {
  background: #7f6363;
  height: 14px;
  width: 14px;
}
#aboutPage #about-images .swiper .swiper-pagination-bullet-active {
  border: 2px solid #3D3D3D;
  background: #3D3D3D;
  height: 14px;
  width: 14px;
}

#applyForLicensePage #apply-for-license .heading::after {
  content: "";
  display: block;
  width: 18rem;
  height: 4px;
  background-image: url("../images/icons/heading-border.svg");
  margin-top: 10px;
}
#applyForLicensePage #apply-for-license img {
  transition: transform 0.3s ease-in-out;
}
#applyForLicensePage #apply-for-license img:hover {
  transform: scale(1.05);
}
#applyForLicensePage #apply-for-license .supportive-paragraph {
  text-align: left !important;
  color: #1C231F !important;
}

#contactPage .supportive-paragraph {
  text-align: left;
  color: #1C231F;
  font-weight: 400;
}
#contactPage #hero p {
  margin-top: 20px !important;
}
#contactPage #contact-content {
  overflow: hidden;
}
#contactPage #contact-content .message-field {
  border-radius: 12px;
  border: 1px solid #1C231F;
  padding: 1rem;
}
#contactPage #contact-content iframe {
  border-radius: 12px;
}
#contactPage #contact-content .location-details .contact-info {
  padding: 10px 0;
}
#contactPage #contact-content .location-details .contact-info span a {
  text-decoration: none;
  color: #1C231F;
}

footer {
  background-color: #1C231F;
  color: white;
}
footer h1 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
footer .row:first-child {
  border-bottom: 1px solid #333935;
}
footer .row:first-child .footer-logo {
  display: flex;
  align-items: center;
}
footer .row:first-child .footer-logo img {
  width: 10rem;
}
footer .row:first-child .footer-logo span {
  color: #EFC109;
}
footer .row:first-child h3 {
  font-weight: 700;
  line-height: 26px;
  font-size: 22px;
}
footer .row:first-child p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: white;
}
footer .row:first-child ul li {
  font-weight: 400;
  line-height: 35px;
  font-size: 14px;
  display: flex;
}
footer .row:first-child ul li a {
  color: white;
  text-decoration: none;
  display: flex;
}
footer .row:first-child #footer-social-list li a {
  display: flex;
  width: 37px;
  height: 37px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #333935;
  color: #b1b6b3;
}
footer .row:first-child #footer-contact-list li a {
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
footer .row:last-child p {
  color: white;
  font-size: 14px;
  font-weight: 300;
}
footer .row:last-child p a {
  color: white;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */