@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/***** General CSS *****/
body {
  word-break: break-word;
  font: 15px / 25px "Poppins", sans-serif;
  color: #000;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}

body.loaded {
  opacity: 1;
}

a {
  text-decoration: none;
  color: #000;
  white-space: initial;
  font-family: "Blender";
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.2s ease-in-out;
}

img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  transition: all 0.5s ease;
  outline: none;
}

select,
input,
textarea {
  appearance: auto;
}

/***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Blender";
  src: url(../fonts/Blender.ttf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "American";
  src: url(../fonts/American.ttf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Brush-Script";
  src: url(../fonts/Brush-Script.ttf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}



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

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #575757;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
  padding: 80px 0;
}

.flexRow,
.flexCol {
  display: flex;
  align-items: center;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "American";
  text-transform: uppercase;
  margin: 0 0 10px;
}

h1 {
  font-size: 118px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}

h2 {
  font-size: 90px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
}

h3 {
  font-size: 60px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
}

h4 {
  font-size: 27px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}

h5 {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

h6 {
  font-size: 18px;
  font-family: "Blender";
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

p {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
  opacity: 0.7;
  font-family: "Montserrat", serif;
}

.blue {
  color: #40b1e4;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.brush {
  font-family: "Brush-Script";
}

/* Menu */
.nav ul {
  list-style: none;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 100%;
  gap: 3%;
}

.nav ul li a {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  display: block;
}

section.header .nav.stroke {
  display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0%;
  content: ".";
  color: transparent;
  background: #000000;
  height: 2px;
  transform: translateX(-50%);
}

.nav.stroke ul li a:hover:after {
  width: 0;
}

.nav.stroke ul li a.active:after {
  width: 0;
}

.nav.stroke ul li a.active::before {
  height: 100%;
}

.nav.stroke ul li a.active {
  color: #000 !important;
}

/* Buttons Css Start*/
.theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 3px 3px 3px 20px;
  width: fit-content;
  background: #40b1e4;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
  font-weight: 600;
  border-radius: 8px;
  letter-spacing: 0.1px;
}

.theme-btn::before {
  position: absolute;
  top: 50%;
  right: 1.8px;
  height: 97%;
  width: 50px;
  z-index: -2;
  content: '';
  background-color: #fff;
  transition: 0.5s ease-in-out;
  transform: translateY(-50%);
  border-radius: 8px;
}

.theme-btn:hover::before {
  transition: 0.5s ease-in-out;
  width: 98%;
}

.theme-btn:hover {
  color: #40b1e4;
  transition: 0.5s ease-in-out;
  border-color: #ebeaeb;
}

.theme-btn::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  content: '';
  background-color: #40b1e4;
  transition: 0.5s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
}

.theme-btn:hover::after {
  transition: 0.5s ease-in-out;
  width: 50px;

}

.theme-btn-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: scale-down;
  background: transparent;
  position: relative;
  z-index: 5;
}

.theme-btn-arrow img {
  object-fit: scale-down;
}

.theme-btn:hover .theme-btn-arrow img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(95deg) brightness(103%) contrast(100%);
}

/* Buttons Css End*/

/* Loader start */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 1s ease;
  flex-direction: column;
  gap: 5px;
}

#loader.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

img.loader {
  width: 10vw;
}

/* Loader end */

/* Custom Scrollbar  */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
  background-color: #f48a12;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.scrollbar {
  overflow-y: scroll;
}

/* Custom Scrollbar  */

/* Home Page start*/

/* Header */
.hdr_logo a img {
  object-fit: scale-down;
  display: block;
  width: fit-content;
  padding: 10px 0;
  border-right: 1px solid #0000;
}

section.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  margin: 20px 0 0 0;
}

.header-bar {
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px;
}

.hdr_logo {
  border-right: 1px solid #00000012;
}

.hdr_btn {
  justify-content: end;
  display: flex;
  border-left: 1px solid #00000012;
}

/* Header end*/

/* Banner */
.banner_sec {
  position: relative;
  height: 110vh;
  overflow: hidden;
  z-index: 1;
}

.about_sec {
  position: relative;
  z-index: 2;
  background: #fff;
}

.banner_sec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background-image: url(../images/banner-video.mp4);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner_text {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.banner-slider .slick-list {
  height: 100%;
}

.banner-slider .slick-track {
  height: 100%;
}


.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-video::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: '';
    background: #0000000d;
}

.banner_text h6 {
  margin: 0;
}

.banner_text * {
  margin: 0;
}

.style-heading {
  font-family: "Brush-Script";
  text-transform: capitalize;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
  text-shadow:
    -4px -4px 0 #40b1e4,
    4px -4px 0 #40b1e4,
    -4px 4px 0 #40b1e4,
    4px 4px 0 #40b1e4,
    -4px 0 0 #40b1e4,
    4px 0 0 #40b1e4,
    0 -4px 0 #40b1e4,
    0 4px 0 #40b1e4;
}

.line-box {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 84%;
  margin: -35px 0 0 0;
}

span.line {
  width: 70%;
  height: 1px;
  background: #fff;
}


video#bannerVideo {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.banner-btns {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0px;
}

img.banner-img1 {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  transform: rotate(45deg);
  border: 6px solid #fff;
}

img.banner-img2 {
  width: 170px;
  height: 170px;
  border-radius: 10px;
  transform: rotate(50deg);
  border: 6px solid #fff;
}

img.banner-img3 {
  width: 100%;
  height: 430px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.banner_image {
  height: 79%;
  position: relative;
  z-index: 1;
  margin: 30% 0 0 0;
}

.banner-image2 {
  position: absolute;
  bottom: 320px;
  right: 0;
}

.banner-image3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.banner-image3::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125%;
  z-index: 0;
  height: 125%;
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content: '';
  transform: translate(-50%, -50%);
}


.banner_social ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.banner_social ul li a {
  transition: 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #33aee5;
  border: 1px solid #ffffff59;
}

.banner_social ul li a i {
  color: #fff;
  font-size: 18px;
}

.banner_main_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 20%;
  position: relative;
  z-index: 1;
}

.banner_text h6 {
  letter-spacing: 5px;
}

.banner_bottom_bar {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  margin: 10% 0 -31% 0;

}

.banner_bottom_bar * {
  margin: 0;
}

.banner_bottom_bar::before {
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 17%;
  height: 1px;
  background: #ffffff59;
  content: '';
  transform: translateY(-50%);
  width: 80%;
}


.banner-slider-box {
  position: relative;
  z-index: 1;

}

.banner-slider-dots {
  display: flex;
  gap: 10px;
  width: fit-content;
  position: absolute;
  z-index: 99;
  bottom: 40px;
  left: 43%;
  align-items: center;
}

.banner-slider-dots li {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.banner-slider-dots li.active {
  background: transparent;
  padding: 8px;
  border: 1px solid #fff;
}

.current-slide {
  color: #fff;
  font-weight: 600;
  margin-left: 15px;
  font-size: 275px;
  position: absolute;
  top: 100px;
  right: 110px;
  font-family: "American";
}

.banner-slider-dots li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: #fff;
  transform: translate(-50%, -50%);
  opacity: 0;
  content: '';
  border-radius: 50%;
}

.banner-slider-dots li.active::before {
  opacity: 1 !important;
}




/* Banner end*/

/* section start */

.spacing {
  letter-spacing: 4px;
}

.about_image img {
  width: 300px;
  aspect-ratio: 1;
  object-fit: cover;
}

.diamond-card {
  width: 120px;
  height: 120px;
  background: transparent;
  border-radius: 20px;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.diamond-inner {
  width: 90%;
  height: 90%;
  border-radius: 20px;
  overflow: hidden;
}


.diamond-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  /* IMPORTANT PART */
  transform: rotate(-45deg) scale(1.42);
  box-shadow: 0 0 9px 0 #00000047;
}



svg.about1 {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -110px;
  left: 210px;
  border-radius: 10px;
}

.about_image {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
  width: 90%;
  margin: 100px 0 0 0;
  align-items: center;
}


.about-triangle {
  border: 1px solid #40b1e4;
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50px;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.about-triangle * {
  transform: rotate(-45deg);
}

.about-triangle h6 {
  color: #000;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
  width: 100%;
  margin: -40px 0px 0px 50px;
}

.about-triangle h3 {
  font-size: 100px;
  margin: 0 0 0 -70px;
}

section.about_sec {
  padding-bottom: 150px;
  position: relative;
  z-index: 99999;
  background: #fff;
}

.diamond-card.diamond-card2 {
  width: 400px;
  height: 400px;
}

/* section end */

/* section start */

.trip-sec {
  position: relative;
  z-index: 1;
}

.trip-sec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  z-index: -2;
  content: '';
  background-image: url(../images/trip-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.trip-sec::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  content: '';
  background: #31aadfd4;
  z-index: -1;
}

img.trip-img {
  width: 100%;
  height: 100%;
  display: block;
  object-position: center;
}

.trip-card-image a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.trip-card-image a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
  content: '';
  border-radius: 40px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.trip-card-image {
  width: 100%;
  height: 100%;
}

.trip-card-text * {
  text-align: center;
}

.trip-card-text a {
  justify-self: center;
}

ul.list li h6 {
  color: #000;
  font-weight: 600;
  margin: 0;
}

ul.list {
  margin: 0 0 20px 0;
}

.trip-card {
  position: relative;
  z-index: 1;
  margin: 20px 0;
}

.trip-card::before {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 72%;
  content: '';
  background: #6060603b;
  width: 1px;
}

img.check {
  width: 20px;
}

ul.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px 0;
}

ul.check-list li h6 {
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 15px;
}

.why-text h2 {
  color: #000;
}

.why-text h6 {
  color: #40b1e4;
  font-weight: 700;
}

.why-diamond {
  width: 83%;
  height: 520px;
  border-radius: 40px;
  margin: 0 0 0 auto;
  display: block;
  transform: rotate(45deg);
}

.why-image {
  position: relative;
  z-index: 1;
}

.why-diamond2 {
  width: 110px;
  height: 110px;
  border-radius: 10px;
  transform: rotate(45deg);
  position: absolute;
  top: -20px;
  right: -60px;
}

.why-diamond3 {
  width: 210px;
  height: 210px;
  border-radius: 30px;
  transform: rotate(45deg);
  position: absolute;
  bottom: -30px;
  left: 100px;
}

section.why-choose-sec {
  padding-bottom: 150px;
}

.gallery-box {
  margin: 50px 0;
  position: relative;
  z-index: 1;
  height: 700px;
}

.gallery-diamond {
  position: absolute;
  transform: rotate(45deg);
}

.gallery-diamond .diamond-inner {
  border-radius: 40px;
}

.gallery-diamond2 .diamond-inner {
  border-radius: 30px;
}

.gallery-diamond3 .diamond-inner {
  border-radius: 30px;
}

.gallery-diamond1 {
  width: 470px;
  height: 470px;
  border-radius: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.gallery-diamond2 {
  top: 17%;
  left: 36.5%;
  width: 180px;
  height: 180px;
  border-radius: 10px;
}

.gallery-diamond3 {
  bottom: 22%;
  left: 35.5%;
  width: 180px;
  height: 180px;
  border-radius: 10px;
}

.gallery-diamond4 {
  width: 470px;
  height: 470px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 40px;
}

.gallery-diamond6 {
  top: 0;
  right: -10px;
  width: 260px;
  height: 260px;
  border-radius: 30px;
}

.gallery-diamond5 {
  bottom: 10px;
  right: 70px;
  width: 230px;
  height: 230px;
  border-radius: 30px;
}


/* section end */

/* section start */

.fish-sec {
  position: relative;
  z-index: 1;
}

.fish-sec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 57%;
  z-index: -2;
  content: '';
  background-image: url(../images/fish-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fish-sec::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 57%;
  content: '';
  background: #31aadfd4;
  z-index: -1;
}

.fish-diamond1 {
  width: 96%;
  height: 730px;
  border-radius: 40px;
  margin: 110px 0 0 0;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}


.fish-diamond1::before {
  position: absolute;
  left: -15px;
  z-index: -1;
  content: '';
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 40px;
  top: 80%;
  transform: translateY(-50%);
}

.fish-diamond1::after {
  position: absolute;
  right: -15px;
  z-index: -1;
  content: '';
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 40px;
  top: 23%;
  transform: translateY(-50%);
}

.fish-diamond1 .diamond-inner {
  position: relative;
  z-index: 1;
  width: 98%;
  height: 97%;
  border-radius: 40px;
  box-shadow: 0px 6px 9px 0 #00000047;
  overflow: hidden;
}

.fish-diamond2 {
  bottom: -60px;
  right: 40px;
  width: 150px;
  height: 150px;
  border-radius: 10px;
  position: absolute;
  transform: rotate(45deg);
}

.fish-diamond3 {
  bottom: -167px;
  right: 150px;
  width: 150px;
  height: 150px;
  border-radius: 10px;
  position: absolute;
  transform: rotate(45deg);
}

.fish-image {
  position: relative;
  z-index: 1;
}

img.fish-img1 {
  box-shadow: 0px 20px 9px 0 #00000047;
}

/* section end */

/* section start */
/* section end */

/* section start */
/* section end */

/* section start */
/* section end */

/* section start */
/* section end */


/* section end */


/* footer start */
.footer-links.footer-links-contact li {
  margin: 20px 0;
  gap: 20px;
  display: flex;
  align-items: center;
}

.footer-links.footer-links-contact li a {
  color: #fff;
  font-family: 'Montserrat';
  opacity: 0.7;
}


.footer-links.footer-links-contact li i {
  color: white;
}

footer {
  background: #2ca9e1;
  padding-top: 5%;
}


.bar {
  display: block;
  margin: 0 0 30px 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 0 40px 0;
  position: relative;
}

.bar::before {
  position: absolute;
  width: 150px;
  height: 1px;
  content: '';
  background-color: #ffffff66;
  bottom: 0;
  left: 0;
}

.ftr_logo p {
  width: 80%;
  margin: 0 0 30px 0px;
  color: #fff;
}

.ftr_logo h5 {
  color: #fff;
}

ul.footer_social {
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.footer_social li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}

ul.footer_social li a i {
  color: #44abdf;
  font-weight: 600;
}

ul.services a {
  font-size: 13px;
  margin: 0 0 10px 0;
}

ul.services {
  column-count: 2;
}

.ftr_box a {
  font-size: 14px;
  font-family: 'Montserrat';
  color: #fff;
  display: block;
  width: fit-content;
  margin: 10px 0;
  opacity: 0.7;
}

.footer-links.footer-links-contact ul li img {
  object-fit: scale-down;
  width: auto;
}

.copy_right p {
  margin: 50px 0 0 0;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ffffff70;
  color: #fff;
}

.banner_main_box::before {
  position: absolute;
  width: 37%;
  height: 220px;
  right: -20%;
  bottom: 0;
  content: '';
  background: #d12128;
}

ul.our-happy-box-ul img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 1px 1px 7px 4px #00000029;
}

img.logo.footer-logo {
  width: 131px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(215deg) brightness(102%) contrast(102%);
}

/* footer end */


/*---------------------------------------------------- Testimonial Section Start ----------------------------------------------------------- */

.sec-head {
  text-align: center;
  margin-bottom: 40px;
}

.sec-head h2 {
  font-size: 56px;
  color: #202020;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0 0 10px;
}

.sec-head p {
  font-size: 14px;
  color: #111111;
  line-height: 26px;
  font-weight: 500;
  margin: 0 auto;
}

.testi-small-imag {
  position: relative;
  background: #000;
  transform: rotate(45deg);
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: 7px;
}

.testi-small-imag img {
  width: 90px;
  height: 90px;
  border-radius: 0;
  transform: rotate(-45deg) scale(2.5);
  object-fit: cover;
}

.testi-small-imag i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #fff;
  background: #00000030;
  transform: rotate(45deg);
}

.testimonial-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: -1px 1px 5px 0 #98979773;
  margin: 20px 5px;
  padding: 0;
}

img.ts-design {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
}

.testi-left-content {
  width: 1000px;
  height: 300px;
  background: #3eaee0;
  position: relative;
  padding: 0 0 0 20px;
  border-radius: 20px;
}

.testi-left-content img {
  width: auto;
  margin: 0 0 0 -52px;
}

img.quoted {
  opacity: 15%;
}

img.ts-2 {
  position: absolute;
  right: -8px;
  top: 0;
  bottom: 0;
}

.testi-left-content h5 {
  font-size: 36px;
  margin: 20px 0 0;
  color: #fff;
  text-transform: uppercase;
}

.testi-left-content h6 {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Montserrat';
}

.testi-left-right p {
  font-size: 14px;
  color: #292929d4;
  line-height: 24px;
  font-family: 'Montserrat';
}

ul.testim-review {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 10px;
}

ul.testim-review span {
  color: #000;
  font-size: 12px;
  font-family: 'Montserrat';
}

ul.testim-review a {
  color: #ffac0d;
  font-size: 12px;
}

.testi-left-right {
  padding: 0 50px 0 100px;
}

.testimonial-sec {
  padding: 100px 0 200px 0;
  background: #fdfdfd;
  position: relative;
}

.testimonial-sec .row {
  align-items: center;
}

.testi-left-content .testi-small-imag {
  position: absolute;
  top: 0;
  right: -44px;
  bottom: 0;
  margin: auto;
  width: 170px;
  height: 170px;
}

.testi-slider .slick-dots li button:before {
  position: absolute;
  content: '\f111';
  font-size: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  color: #d9d1f3;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  opacity: 1 !important;
}

.testi-slider .slick-dots li.slick-active button:before {
  content: '\f192';
  font-size: 30px;
  font-weight: 100;
  color: #3eaee0 !important;
  opacity: 5 !important;
}

.slick-dots li {
  margin: 0;
}

.testi-slider .slick-dots {
  bottom: -40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.testimonial-sec .sec-head h2 {
  font-size: 70px;
  color: #000;
  font-weight: 400;
}

.clnt-box-2 {
  position: absolute;
  top: 25%;
  left: 13%;
  width: 80px;
  height: 80px;
  border-radius: 2px;
}

img.client-2 {
  width: 60px;
  height: 60px;
}

.clnt-box-3 {
  position: absolute;
  top: 270px;
  right: 24%;
  width: 45px;
  height: 45px;
  border-radius: 2px;
}

img.client-3 {
  width: 50px;
  height: 50px;
}

.clnt-box-4 {
  position: absolute;
  bottom: 10%;
  left: 29%;
  width: 80px;
  height: 80px;
  border-radius: 3px;
}

img.client-4 {
  width: 100%;
  height: 100%;
  transform: rotate(315deg) scale(2.5);
}

.clnt-box-5 {
  position: absolute;
  right: 4%;
  bottom: 14%;
}

.testi-slider .slick-slide {
  margin: 0 0;
}

.sec-head p {
  font-family: 'Montserrat';
  font-size: 13px;
  width: 82%;
  margin: 0 auto;
}

section.testimonial-sec .testi-small-imag.clnt-box-2 {
  top: 70px;
  left: 320px;
}

.testi-heading {
  margin-top: 80px;
  margin-left: 20px;
}


/*---------------------------------------------------- Testimonial Section Ends ----------------------------------------------------------- */

/* Home Page end*/


/* New Css */
.diamond-card.diamond-card1 {
  position: absolute;
  top: -110px;
  left: 38%;
}

.diamond-card.diamond-card3 {
  position: absolute;
  bottom: -110px;
  right: 6%;
}

.trip-card-text {
  margin: 60px 0 0 0;
}

.diamond {
  width: 74%;
  height: 320px;
  border-radius: 30px;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin: 60px auto;
}

.trip-card .diamond-inner {
  border-radius: 30px;
  box-shadow: 0 0 9px 0 #00000047;
}

ul.check-list {
  column-count: 2;
}

.fish-text h2 {
  line-height: 0.9;
  margin: 0 0 4px;
}

.ftr_logo a.bar {
  padding: 0 0 13px 0;
}

.fleet-section {
            padding: 80px 0;
            background: #319aca;
            position: relative;
            overflow: hidden;
        }

        .fleet-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(64,177,228,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.3;
        }

        .section-title {
            text-align: center;
            margin-bottom: 30px;
            position: relative;
            z-index: 1;
        }

        .section-title h2 {
            font-size: 42px;
            font-weight: 700;
            color: #f5f5f5;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: #ffffff;
            border-radius: 2px;
        }

        .section-intro {
            text-align: center;
            color: rgba(245, 245, 245, 0.9);
            font-size: 18px;
            font-style: italic;
            margin-bottom: 50px;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.6;
            position: relative;
            z-index: 1;
        }

        /* Fleet Card */
        .fleet-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            transition: all 0.4s ease;
            margin: 20px;
            position: relative;
            height: 600px;
            display: flex;
            flex-direction: column;
        }

        .fleet-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(64, 177, 228, 0.3);
        }

        .fleet-image {
            width: 100%;
            height: 280px;
            object-fit: cover;
            transition: transform 0.4s ease;
        }

        .fleet-card:hover .fleet-image {
            transform: scale(1.05);
        }

        .fleet-content {
            padding: 30px;
        }

        .fleet-title {
            font-size: 28px;
            font-weight: 700;
            color: #1a1a2e;
            margin-bottom: 15px;
        }

        .fleet-description {
            color: #555;
            line-height: 1.8;
            margin-bottom: 15px;
            flex-grow: 1;
            font-size: 16px;
        }

        .fleet-type {
            background: linear-gradient(135deg, #40b1e4 0%, #3099c9 100%);
            color: white;
            padding: 10px 20px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            display: inline-block;
            margin-top: 10px;
        }

        /* Slick Slider Customization */
        .slick-dots {
            bottom: -50px;
        }

        .slick-dots li button:before {
            color: #40b1e4;
            font-size: 12px;
        }

        .slick-dots li.slick-active button:before {
            color: #40b1e4;
        }

        .slick-prev, .slick-next {
            width: 50px;
            height: 50px;
            z-index: 100;
        }

        .slick-prev:before, .slick-next:before {
            font-size: 40px;
            color: #40b1e4;
        }

        .slick-prev {
            left: -60px;
        }

        .slick-next {
            right: -60px;
        }

        /* FAQ Section */
        .faq-section {
            padding: 80px 0;
            background: white;
        }

        .faq-section .section-title h2 {
            color: #1a1a2e;
        }

        .faq-section .section-title h2::after {
            background: #40b1e4;
        }

        .faq-section .section-intro {
            color: #555;
        }

        .accordion-item {
            border: none;
            margin-bottom: 15px;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        }

        .accordion-button {
            background: linear-gradient(135deg, #40b1e4 0%, #3099c9 100%);
            color: white;
            font-size: 20px;
            padding: 20px 30px;
            border: none;
            box-shadow: none;
            font-family: 'Montserrat';
            font-weight: 600;
        }

        .accordion-button:not(.collapsed) {
            background: linear-gradient(135deg, #3099c9 0%, #40b1e4 100%);
            color: white;
            box-shadow: none;
        }

        .accordion-button:focus {
            box-shadow: none;
            border: none;
        }

        .accordion-button::after {
            filter: brightness(0) invert(1);
        }

        .accordion-body {
            padding: 25px 30px;
            background: #f8f9fa;
            color: #555;
            line-height: 1.8;
            font-size: 16px;
        }

        @media (max-width: 768px) {
            .slick-prev {
                left: 10px;
            }
            .slick-next {
                right: 10px;
            }
            .section-title h2 {
                font-size: 32px;
            }
            .fleet-image {
                height: 250px;
            }
            .fleet-card {
                height: auto;
            }
        }
.fleet-content p {
    margin-bottom: 10px;
}
button.slick-prev, button.slick-next {
    background: #fff;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 15px 15px 0px 0px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0px 0px 15px 15px;
}