@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  overflow-x: hidden;
  background-color: #151316;
}

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  cursor: pointer;
  font-size: 0.7299vw;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #ff2a2a;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
}

:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
}

/***** Custom Classes *****/

h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 70px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0px;
}

h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 46px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0px;
}

h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 35px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 0px;
}

h4 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0px;
}

h5 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0px;
}

h6 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0px;
}

p {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0px;
}

.website-padding {
  padding: 0px 3%;
}

/*header css start */
.menuSec ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8%;
}

.menuSec ul a {
  text-transform: uppercase;
  font-weight: 550;
}

.menuSection .row {
  align-items: center;
  height: 100px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 5vw;
}



.call-box {
  position: relative;
  height: 100px;
}

.call-box::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 3vw;
  background: #ff2a2a;
  inset: 0;
}

.call-box i {
    width: 60px;
    height: 60px;
    background-color: #ff2a2a;
    position: absolute !important;
    z-index: 1;
    border-radius: 50%;
    color: white;
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 5px solid #000000;
    top: 18%;
    margin-left: 9px;
}



div#Header {
  position: absolute;
  width: 100%;
  z-index: 1;
  inset: 0;
}

header .slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: #fff;
  font-size: 18px;
}

header .slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
  font-size: 0.7rem;
}

header .slicknav_nav a:hover,
header .slicknav_nav a:active,
header .slicknav_nav a:focus {
  background-color: #ff2a2a !important;
}

/*header css Ends */

/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  border-radius: 20px;
}

.carousel-caption {
    position: inherit;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #ff2a2a;
    z-index: 2;
    padding: 0;
    margin: 0;
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

section.main_slider iframe {
  width: 100%;
  position: relative;
}

.main-page-map {
    margin-bottom: -10px;
}
.main-page-map iframe {
    width: 100%;
    position: relative;
    height: 80vh;
    opacity: 1 !important;
    filter: inherit !important;
}

.distance-box.addreess-box>div>p {
    text-transform: uppercase;
    color: black;
    padding-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

.distance-box.addreess-box {
    padding: 0;
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #dfdfdf !important;
}



.carousel-caption .container {
  height: 100%;
}

.hero-bottom {
    height: 100%;
    padding: 15px 0;
    margin-top: 0px;
}

.hero-bottom .row {
  height: 100%;
}

/*.pick-upp-location {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: flex-start;*/
/*  align-items: flex-start;*/
/*}*/

.pick-upp-location i {
  color: black;
  margin-right: 7px;
}

.address-box-wrapper {
  height: 100%;

  color: black;
}

.address-box-wrapper p {
    color: black;
    font-weight: 600;
    padding-bottom: 7px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    font-weight: 700;
}

.address-box-wrapper i.fa-solid.fa-calendar-days.calendar-icon {
    color: black;
    margin-right: 7px;
    position: absolute;
    right: 9px;
    top: 8px;
    background: #fff;
    pointer-events: none;
}

/*.hero-bottom-right {*/
/*  height: 100%;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: flex-end;*/
/*  width: 100%;*/
/*}*/

.pickup-time-box {
    display: flex
;
    justify-content: space-between;
    align-items: flex-end;
    background-color: white;
    width: 100%;
    border-radius: 0 10px 10px 0;
    padding: 7px 13px !important;
    border-right: 1px solid #dfdfdf;
    margin-left: -1px;
    height: 73px;
}

.pickup-time-box p {
    color: black;
    font-weight: 600;
    padding-bottom: 7px;
    font-size: 12px;
    text-align: left;
    font-weight: 700;
}

.pickup-time-box i {
    color: black;
    position: absolute;
    right: 16px;
    top: 35px;
    background: #fff;
}

.hero-bottom .col-md-4 {
  margin: 0;
  padding: 0;
}

.addreess-box div {
    position: relative;
}
.addreess-box {
    width: 100%;
    height: auto;
    align-items: center;
    border-right: 1px solid #dfdfdf;
    background: #fff;
    padding: 7px 13px !important;
}
.distance-box.addreess-box {
  border-right: 1px solid transparent;
}

.pick-upp-location input {
  border: 1px solid transparent;
}

.pick-upp-location input::placeholder {
  color: #00000082;
  text-transform: capitalize;
}

.addreess-box input {
    border: 1px solid #000;
    font-size: 13px;
    height: 34px;
}



.addreess-box input::placeholder {
  color: black;
  text-transform: capitalize;
}
.pickup-time-box input {
    border: 1px solid #000;
    width: 265px;
    height: 34px;
}

button.search-btn {
  height: 70px;
  display: flex;
  justify-content: center;
  color: white;
  background-color: #ff2a2a;
  border: 1px solid;
  align-items: center;
}

.pickup-time-box div:nth-child(2) {
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}
.pickup-time-box div {
    position: relative;
}
button.search-btn {
    height: 40px;
    display: flex
;
    justify-content: center;
    color: white;
    background-color: #ff2a2a;
    border: 1px solid;
    align-items: center;
    padding: 0 15px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 5px;
}

/*banner css end*/

/* Services Section Starts  */
section.services-sec {
  padding: 100px 0;
}

.service-card-img {
  position: relative;
}

.service-card-img::before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(30, 30, 30, 0.5));
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 13px;
  z-index: 1;
}

.service-card {
  position: relative;
  margin-bottom: 20px;
}

.service-card-content {
  position: absolute;
  bottom: 0;
  padding: 30px;
  padding-right: 75px;
  z-index: 2;
}

.service-card1 img {
  height: 305px;
  width: 100%;
  object-fit: cover;
}

.service-card1 {
  margin: 0 0 20px 0;
}

.service-card-img img {
  height: 630px;
  width: 100%;
  object-fit: cover;
  border-radius: 13px;
}

.service-card1-wrapper {
  width: 100%;
  height: 50% !important;
}

.service-card1 {
  position: relative;
}

.service-card1 img {
  height: 305px;
  width: 100%;
  object-fit: cover;
}

/* Services Section Ends */
/* Footer Top Starts  */
.footer-inner a:hover {
  color: #fff;
}

section.footer-top {
  height: 220px;
  background-color: #1d1d1d;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.footer-top-right {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-top-right .search-btn form{
    width:100%;
}
.footer-top-right .search-btn input{
    width:100%;
    border: 1px solid #fff !important;
}
.search-btn {
  position: relative;
  display: flex;
  width: 100%;
}

.search-btn input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #ffffff73;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  color: white;
}

.search-btn input::placeholder {
  color: #ffffff75;
}

button.subs-btn-footer {
  background-color: white;
  position: absolute;
  right: -9px;
  height: 100%;
  color: black;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 10px;
  padding: 0 30px;
  transition: all 0.5s ease;
  cursor: pointer;
}

button.subs-btn-footer:hover {
  background-color: #ff2a2a;
  color: white;
  transition: all 0.5s ease;
  cursor: pointer;
}

/* Footer Top Ends */
/* Footer Starts  */
footer {
  width: 100%;
  background-color: #ff2a2a;
}

footer .container-fluid {
  height: 100%;
  width: 100%;
}

footer .container-fluid .row {
  height: 100%;
  width: 100%;
  align-items: center;
}

.footer .container-fluid .row .col-md-3:not(:last-child) {
  border-right: 1px solid #ffffff33;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

footer h6 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  padding-bottom: 15px;
}

.footer-inner h2 {
  font-size: 42px;
  font-weight: 300;
  padding-bottom: 20px;
}

.footer-inner div {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.footer-inner div i {
  font-size: 20px;
}

.footer-inner div p {
  font-size: 15px;
}

footer .col-md-12 {
  background-color: #ff2a2a;
  width: 100%;
}

.copy-right {
  height: 50px;
  border-top: 1px solid #ffffff33;
  display: flex;
  justify-content: center;
  align-items: center;
}

.request-btn {
  background: #c6484b;
  padding: 20px 60px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.request-btn:hover {
  color: #fff;
  transform: scale(1.05);
  background: #e55a5d;
  box-shadow: 0 0 15px rgba(198, 72, 75, 0.7);
}

.request-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.request-btn:hover::before {
  width: 300px;
  height: 300px;
}

.request-btn::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 4px;
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/* Footer Ends */
/* Contact Us Starts  */
.inner-banner-content iframe {
  width: 100%;
  position: relative;
  filter: grayscale(0) brightness(0.5) !important;
    height: 40vh;
}

section.inner-banner-sec .col-md-12 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.inner-banner-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12vh;
    background: #ff3328;
}



.inner-banner-heading {
  position: absolute;
  top: 20px;
}

.contact-left-box {
  height: 310px;
  width: 100%;
  background: url("../images/contact-left-box.png") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.contact-left-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 13px;
  background-color: rgba(255, 42, 42, 0.88);
  filter: brightness(1.1) !important;
  z-index: -1;
}

.contact-box-right {
  height: 310px;
  width: 100%;
  background: url("../images/contact-right-box.png") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}

.contact-box-right::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 13px;
  background-color: rgba(29, 29, 29, 0.5);
  z-index: -1 !important;
}

section.contact-sec-inner {
  padding: 100px 0;
}

.contact-left-box-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact-left-box-content h2 {
  font-size: 50px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 28px;
}

.contact-left-box-content h5 {
  font-size: 20px;
  padding: 20px 0;
  letter-spacing: 9px;
  font-weight: 300 !important;
}

.contact-left-box-content div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.contact-left-box-content div a {
  display: inline-flex;
  border: 1px solid #ffffff40;
  height: 60px;
  width: fit-content;
  padding: 0 60px;
  justify-content: center;
  align-items: center;
}

.contact-left-box-content div a:hover {
  display: inline-flex;
  border: 1px solid #fff;
  height: 60px;
  width: fit-content;
  padding: 0 60px;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.contact-box-right-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.contact-box-right-content h2 {
  font-size: 50px;
  padding-bottom: 5px;
}

.contact-box-right-content a {
  display: inline-flex;
  background-color: #e12a2a;
  width: fit-content;
  padding: 0 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact-box-right-content a:hover {
  display: inline-flex;
  background-color: #ff2a2a;
  width: fit-content;
  padding: 0 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.conatct-detail-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.conatct-detail-content h2 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 500;
}

.conatct-detail-content a {
  display: inline-flex;
  background-color: #ff2a2a;
  height: 60px;
  width: fit-content;
  padding: 0 60px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px 0 0 0;
}

.conatct-detail-content a:hover {
  display: inline-flex;
  background-color: #e12a2a;
  height: 60px;
  width: fit-content;
  padding: 0 60px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

section.contact-detail {
  padding-bottom: 100px;
}

/* Contact Us Ends */

/* Discover low starts  */
.discover-low-1-img img {
  height: 560px;
  width: 90%;
  object-fit: cover;
  object-position: 0 -23px;
}

.discover-low-1-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.discover-low-1-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  inset: 0;
  border-radius: 10px;
  background-color: rgba(255, 42, 42);
  z-index: -1;
  top: -20%;
}

section.discover-low {
  padding: 100px 0 0 0;
}

section.discover-low {
  padding: 200px 0 60px 0;
}

.discover-low-1-content h2 {
  padding: 30px 0 0px;
}

.discover-low-1-content p {
  padding: 13px 0;
}

.discover-low-2-img img {
  height: 560px;
  width: 90%;
  object-fit: cover;
}

.discover-low-2-img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.discover-low-2-img img {
  height: 560px;
  width: 90%;
  object-fit: cover;
}

.discover-low-2-img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}

.discover-low-2-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}

.discover-low-2-content h2 {
  padding: 30px 0 0px;
}

.discover-low-2-content p {
  padding: 13px 0;
}

.discover-low-2-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  inset: 0;
  border-radius: 10px;
  background-color: rgba(255, 42, 42);
  z-index: -1;
  top: -20%;
}

.discover-low-2 {
  padding-top: 10%;
}

/* Discover low Ends */

/* Airport Transport Starts  */
.airport-transfer-img img {
  height: 570px;
  width: 1200%;
  object-fit: cover;
  border-radius: 15px;
}

section.airport-transfer {
  padding: 100px 0;
}

.airport-transfer-content h2 {
  padding: 20px 0 0 0;
}

.airport-transfer-content p {
  padding: 15px 0;
}

.prices-box {
  border: 2px solid #1d1d1d;
  border-radius: 15px 15px 7px 7px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.prices-box:hover {
  border: 2px solid #ff2a2a;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.prices-box:hover .prices-box-heading {
  background-color: #ff2a2a;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

section.prices-sec {
  padding: 0 0 100px 0;
}

.prices-box-heading {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1d1d1d;
  border-radius: 15px 15px 10px 10px;
}

.prices-box-heading h3 {
  font-size: 28px;
  font-weight: 300;
}

section.prices-sec .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.prices-box-body {
  padding: 40px 0 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 180px;
}

.prices-box-body h6 {
  font-size: 20px;
}

.prices-box-body p {
  padding-bottom: 18px;
}

section.prices-sec .row {
  padding-bottom: 50px;
}

/* Airport Transport Ends */
/* Low Sec Starts  */
.low-right h2 {
  font-size: 82px;
  text-align: center;
}

.low-right p {
  text-align: center;
}

section.low-sec {
  padding: 100px 0 50px 0;
}

.low-left-img img {
  border-radius: 5px;
}

.low-right {
  padding-left: 12px;
}

.low-main-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}

.row.thumbnail-row {
  padding: 20px 0 0 0;
}

.thumbnail-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.thumbnail-row .col-md-2 {
  flex: 1 1 18%;
  max-width: 20%;
  padding: 0 8px;
}

.low-fest-img img.thumbnail {
  width: 100%;
  height: 177px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
}

section.low-fest-slider {
  padding-bottom: 80px;
}

/* Low Sec Ends */
/* island attration Starts  */
section.island-attraction {
  padding: 100px 0 0 0;
  position: relative;
  z-index: 1;
}

.island-attr-heading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

.island-attr-heading p {
  width: 30%;
  padding: 10px 0;
}

.island-attr-heading a {
  display: inline-flex;
}

.island-atr-slidder01 {
  padding: 10px;
  position: relative;
}

.island-thumnail-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.island-thum-img img.thumbnail-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  transition: border 0.3s ease;
}

.island-atr-slidder01-main-img img {
  height: 545px !important;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.island-atr-slidder01-main-img img {
  height: 545px !important;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.island-thumnail-row {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.island-thum-img img {
  margin: 10px 0;
  height: 130px !important;
  width: 100%;
  object-fit: cover;
  border-radius: 10px !important;
}

.island-attr-txt01 {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
}

.island-attr-txt01 h2 {
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
}

.island-attr-txt01 h2::before {
  content: "";
  position: absolute;
  width: 55%;
  height: 1px;
  background-color: #ffffff75;
  bottom: 0;
  left: 0;
}

.island-attr-txt01 p {
  padding: 10px 0;
  color: #b7afaf;
}

.island-slidder01 {
  padding: 80px 0 100px 0;
}

.island-atr-slidder01::before {
  position: absolute;
  content: "";
  top: -50px;
  right: 0;
  height: 50%;
  width: 82%;
  background-color: #ff2a2a;
  z-index: -1;
  border-radius: 10px;
}

.isand-footer {
  height: 150px;
  background-color: #1d1d1d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  margin-top: 20px;
}

.isand-footer p {
  padding: 5px 0;
}

.island-footer {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #1d1d1d;
  border-radius: 10px;
  padding: 35px 0;
  margin-top: 30px;
  justify-content: center;
  flex-direction: column;
}

.island-attr-txt02 {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  align-items: flex-end;
  text-align: right;
  color: #b7afaf;
}

.island-attr-txt02 h2 {
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
}

.island-attr-txt02 h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff75;
  bottom: 0;
  left: 0;
}

.island-attr-txt02 p {
  padding: 10px 0;
  color: #b7afaf;
}

.island-attr-txt02 p a {
  text-decoration: underline;
  color: #b7afaf;
  font-size: 16px;
}

.island-atr-slidder02-main-img img {
  height: 545px !important;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.island-atr-slidder02 {
  padding: 10px;
  position: relative;
}

.island-atr-slidder02::before {
  position: absolute;
  content: "";
  top: -50px;
  left: 0;
  height: 50%;
  width: 82%;
  background-color: #ff2a2a;
  z-index: -1;
  border-radius: 10px;
}

.what-we-offer-box {
    margin-top: 40px;
    background: #ff3328;
    padding: 20px 15px;
}
.what-we-offer-text {
    text-align: center;
    margin-top: 15px;
    height: 215px;
}

.wightrides-taxi-our-team-box a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}



.what-we-offer-sec {
    padding: 30px 0 80px;
}

.what-we-offer-text h2 {
    font-size: 36px;
    margin-bottom: 5px;
}

.what-we-offer-imges img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.inner-about-us-sec h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.inner-about-us-sec h2 {
    margin-bottom: 10px;
}

.island-footer p {
  padding: 0 0 5px 0;
}

.call-number h6 {
    font-size: 18px;
}
.call-number a {
    font-size: 22px;
}
.drivers-escorts-sec p a {
    font-size: 16px;
    text-decoration: underline;
}
.drivers-escorts-sec p {
    margin-bottom: 10px;
}
.drivers-escorts-sec h2 {
    margin-bottom: 10px;
}
.call-number a {
    font-size: 1.2vw;
}
.inner-about-us-sec {
    padding: 80px 0;
}
.drivers-escorts-sec {
    padding: 70px 0;
}
.inner-about-us-sec p {
    font-size: 16px;
    margin-bottom: 20px;
}
.wightrides-taxi-our-team-heading {
    text-align: center;
}
.wightrides-taxi-our-team-sec {
    padding: 110px 0 0;
}
.wightrides-taxi-our-team-box {
    margin-top: 30px;
}
/* island attration Ends */



.inner-banner-heading h1 {
    font-size: 50px;
    line-height: 60px;
}

.island-footer p a {
    font-size: 16px;
}


.marqee-main {
    background-color: #ff2a2a;
    padding: 14px 0;
    border-top: 5px solid #151316;
}

.marqee-slider {
    text-align: center;
}

.centerCol {
    margin: 0 auto 0;
}

.marqee-txt h6 {
    font-size: 18px;
    font-family: 'Montserrat';
    line-height: 26px;
}

.marqee-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}