@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

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

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

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

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;
}

img {
  max-width: 100%;
}

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;
}

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

/***** 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;
}

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

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.all-section {
  padding: 80px 0;
}

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

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}
.slicknav_nav a:hover {
    background: #f4ca14;
    color: #fff;
}
.btn10 {
  border: transparent;
  text-align: center;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #f4ca14;
  z-index: 10;
  display: inline-block;
  color: #000000;
  padding: 20px 20px;
  border-radius: 10px;
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 500;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-transform: uppercase;
}

.btn10:hover {
  border: 1px solid transparent !important;
  color: #fff !important;
}

.btn10::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #061147;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10:hover::before,
.btn1O:hover::before {
  opacity: 1;
  width: 116%;
}

.btn10:hover::after,
.btn1O:hover::after {
  opacity: 1;
  width: 120%;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Playfair Display", serif;
  font-size: 65px;
  line-height: 90px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 25px;
  text-transform: uppercase;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  line-height: 60px;
  color: #D6B10A;
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h3 {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  line-height: 50px;
  color: #f4ca14;
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h5 {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-weight: 500;
  margin: 0px;
  text-transform: uppercase;
}

h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
  text-transform: uppercase;
}

p {
  color: #272727;
  font-size: 14px;
  line-height: 25px;
  font-family: "Montserrat", Sans-Serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0 0 10px;
}

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

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

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

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

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

/*header css start */
header {
  padding: 12px 0;
  position: relative;
  z-index: 5;
}

.header-logo {
  position: absolute;
  top: 0;
  left: 6%;
}

.header-logo img {
  width: 56%;
}

.head-button a.btn10 {
  background: #061147;
  color: #fff;
}
.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #1e1d1d;
  padding: 8px 6px;
  font-size: 13px;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 500;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #f4ca14;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

/*header css start */

/*banner css start */

.main-banner-img {
  width: 100%;
  object-fit: cover;
}

.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: 40px;
  height: 5px;
  padding: 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  opacity: 1;
  transition: opacity 0.6s ease;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators {
  margin-bottom: 2rem;
}

.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 {
  background-color: #f4ca14;
}

/*banner css end*/

/* search box css */
body.search-open {
  overflow: hidden;
}

.close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: 0;
  font-size: 50px;
  font-weight: 700;
  display: block;
  cursor: pointer;
  color: black;
  padding: 1rem 1.25rem;
  border-radius: 50%;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font: 18px;
  opacity: 1 !important;
  width: 50px;
  height: 50px;
}

.close:hover {
  background: #e21d1a;
  color: white;
  opacity: 1 !important;
  top: 2rem;
  right: 2rem;
}

.search-box.search-elem {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000000b0;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.search-box.search-elem .inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

.search-box.search-elem label {
  color: white;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}

.search-box.search-elem button.submit {
  outline: none;
  position: absolute;
  top: 0;
  right: 15px;
  height: 70px;
  color: #ffffff;
  width: 171px;
  height: 55px;
  background: #000000;
  font-family: "Poppins";
  font-size: 22px;
  cursor: pointer;
  border: 0;
}

.top-cart ul li i {
  margin-right: 13px;
  font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
  width: 171px;
  height: 55px;
  font-size: 20px;
  color: white;
  background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
  display: inline-block;
}

.search-box.search-elem input[type="text"] {
  padding: 20px;
  height: 55px;
  width: 80%;
  font-size: 32px;
  font-family: "Poppins";
  font-weight: 300;
  border: none;
  border-bottom: solid 2px #e21d1a;
  transition: border 0.3s;
  border-radius: 0;
}

.search-box.search-elem input[type="text"]:focus {
  border-bottom: solid 2px #55cd6c;
  box-shadow: none;
}

.search-box.search-elem label.placeholder {
  position: absolute;
  top: 13px;
  left: 2rem;
  font-size: 32px;
  font-weight: 300;
  font-family: "Poppins";
  color: #999;
  transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
  top: -25px;
  color: white;
  font-size: 17px;
  font-family: "Poppins";
}

.search-box.search-elem.search-open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.search-btn {
  font-family: "Raleway", sans-serif;
  font-size: 0.875rem;
  padding: 0 10px;
  display: inline-block;
  color: white;
}

/* .search-btn:hover {
  color: #00A896;
} */

/* end search box css */

.video-div {
  position: relative;
}

.abs-vid i {
  font-size: 17px;
  color: #000000;
  border: solid 1px #fff;
  border-radius: 45px;
  padding: 20px;
  width: 40px;
  height: 40px;
  /* padding-left: 27px; */
  /* padding-top: 17px; */
  background: #e3e5e9;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: solid; */
}

.abs-vid {
  position: absolute;
  top: 135px;
  left: 28%;
  transform: translate(-50%);
  /* border: solid; */
  border-radius: 100%;
  padding: 8px;
  background: #b1aeb7;
}
span.font-sixz {
  font-size: 49px;
}

.banner_text a.btn10 {
  width: 30%;
}

.banner_text p {
  color: #fff;
  width: 90%;
  border-top: solid 1px #ffffff2b;
  padding: 30px 0;
}

.abt-img {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ab-img1 {
  margin-top: 20px;
}

.abt-head a.btn10 {
  width: 30%;
  color: #fff;
}

span.abt-txr {
  font-size: 14px;
  color: #000;
  font-family: "Montserrat";
  font-weight: 500;
}

.abt-head p {
  margin: 15px 0;
}

section.aboutus.pt-8.pb-8::before {
  position: absolute;
  content: "";
  background: url(../images/wheel.png);
  height: 373px;
  width: 173px;
  right: 0;
  top: 50%;
}
section.aboutus.pt-8.pb-8 {
  position: relative;
}

.sec-padding {
  padding-left: 9%;
  padding-right: 0;
}

.reel-head a.btn10 {
  width: 30%;
  color: #fff;
}

.fish-img img {
  margin: 0 0 16px;
  width: 100%;
}

.fish-head p {
  margin: 20px 0;
}

.fish-head a.btn10 {
  width: 30%;
  color: #fff;
}

section.fishing.pt-8.pb-8::before {
  position: absolute;
  content: "";
  background: url(../images/wheel1.png);
  height: 373px;
  width: 265px;
  bottom: 0;
  left: 0;
}
section.fishing.pt-8.pb-8 {
  position: relative;
}

.events {
  background-size: cover;
  background: url("../images/ev-bk.png");
  width: 100%;
  height: 100%;
}

.evet-head {
  text-align: center;
}

.event-box {
  border: solid;
  padding: 10px;
  color: #f4ca14;
  height: 585px;
}
.slick-initialized .slick-slide {
    display: block;
    opacity: 1;
}
.ev-btn {
  width: 15%;
  margin: 0 auto;
  margin-top: 32px;
}

.ev-btn a.btn10 {
  color: #fff;
}

.event-box h4 {
  margin: 20px 0;
}

.event-box p {
  color: #fff;
}

.event-box a {
  color: #f4ca14;
  font-size: 12px;
  text-decoration: underline;
  text-transform: uppercase;
}

.event-box:hover a {
  color: #061147;
}
.event-box:hover p {
  color: #000;
}
.event-box:hover h4 {
  color: #061147;
}
.event-box:hover {
  background: #fff;
  border: none;
}

.crew-slider .slick-active {
  opacity: 1;
}

.crew-detail {
  background: #f4ca14;
  padding: 10px 0 0px;
  text-align: center;
  height: 54px;
}

.crew-head {
  text-align: center;
}

section.crew.pt-8.pb-8::before {
  position: absolute;
  content: "";
  background: url(../images/i1.png);
  height: 103px;
  width: 79px;
  top: 4%;
  left: 10%;
}
section.crew.pt-8.pb-8 {
  position: relative;
}

section.crew.pt-8.pb-8::after {
  position: absolute;
  content: "";
  background: url(../images/wheel.png);
  height: 373px;
  width: 173px;
  right: 0;
  top: 33%;
}

.crew-slider .slick-next:before {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f4ca14;
  /* border-radius: 41px; */
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-image: linear-gradient(to bottom, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f2d195, #ebc98c, #e5c284, #d7b272, #c8a260, #ba924f, #ac823e); */
}

.crew-slider .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.crew-slider .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  color: #00000059;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  /* border-radius: 41px; */
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-image: linear-gradient(to bottom, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f8d89d, #f2d195, #ebc98c, #e5c284, #d7b272, #c8a260, #ba924f, #ac823e); */
  border: solid 1px #0000004f;
}

.crew-slider .slick-prev:before {
  content: "\e20a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.crew-slider .slick-next:before {
  content: "\e20a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

.crew-slider .slick-next {
  right: -25px;
  z-index: 16;
}

.crew-slider .slick-prev {
  left: -44px;
  z-index: 4;
  transform: rotate(180deg);
}
.brand-img {
  display: flex;
  gap: 30px;
}

/*footer*/

.news-letter .new-box {
  position: relative;
  display: flex;
  align-items: center;
  height: 65px;
}
.news-letter .new-box input {
  background: #343434;
  border: 0;
  padding: 13px 20px;
  width: 67%;
  border-radius: 0;
  color: #fff;
}
.news-letter .new-box input::placeholder {
  color: #fff;
}

.new-box button {
  border: transparent;
  width: 32%;
  position: absolute;
  right: 0;
  /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(13, 104, 174, 1) 0%, rgba(0, 212, 255, 1) 100%); */
  /* color: #fff; */
  /* padding: 16px 0; */
  /* border-radius: 10px; */
  /* background: #005aa0 !important; */
}
.bk {
  background: #1d1d1d;
  padding: 66px;
  text-align: center;
}

.center-content {
  margin: 0 auto;
  text-align: center;
}

.news-txt h6 {
  margin: 0 0 24px;
}

.logo-txt h2 {
  font-size: 50px;
  margin: 20px;
  color: #fff;
  font-family: "Playfair Display";
  margin: 30px 0;
}

.footer {
  background: #242424;
}

.logo-txt p {
  font-size: 16px;
  color: #fff;
  width: 42%;
  margin: 0 auto;
}
.logo-txt {
  text-align: center;
  /*   margin-top: 7%;*/
}
ul.cont-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  /* background: #131212; */
  width: 100%;
  /* padding: 0 82px; */
}
ul.cont-detail li {
  font-size: 14px;
  color: #fff;
  font-family: "Outfit";
  display: grid;
}
.cont-detail li a {
  border: solid 2px #ffffff52;
  padding: 5px;
  background: transparent;
  color: #fff;
  /* font-size: 21px; */
  border-radius: 40px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 30px 0 30px;
}

ul.footer-links li a {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Montserrat";
  padding: 0;
  z-index: 1;
  transition: 0.5s ease-in-out;
}

.bdr {
  padding: 30px;
}
ul.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /* margin-top: 30px; */
  position: relative;
}

ul.footer-social li i {
  font-size: 14px;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: 1s ease-in-out;
  background: #242424;
  z-index: 13;
  position: relative;
}

ul.footer-social li i:hover {
  border: 1px solid #f4ca14;
  color: #f4ca14;
}

ul.footer-social::before {
  position: absolute;
  content: "";
  background: #ffffff38;
  height: 1px;
  width: 62%;
  left: -142px;
}

ul.footer-social::after {
  position: absolute;
  content: "";
  background: #ffffff38;
  height: 1px;
  width: 60%;
  right: -141px;
}

.copy-txt p {
  font-size: 14px;
  color: #fff;
  font-family: "Montserrat";
}

.card-img {
  margin: 20px;
}

.news-letter {
  margin-bottom: -6%;
  z-index: 0;
  position: relative;
}

.ft-txt p {
  width: 43%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.copy-txt {
  text-align: end;
  margin: 20px;
}
section.copyright {
  background: #242424;
  border-top: solid 1px #ffffff3b;
}

/*footer end*/

/*inner pages*/

.banner-image img {
  width: 100%;
}

.banner-image {
  position: relative;
}

.title-new {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*  background: #b7040461; */
  display: flex;
  align-items: center;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: start;
}

.title-new h2 {
  font-size: 49px;
  color: #fff;
}

.years-desp .nav-link {
  border: 0;
  border-radius: 0.25rem;
  background: #f4ca14;
  font-size: 18px;
  font-family: "Montserrat";
  color: #fff;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.years-desp .nav-link:hover,
.nav-link:focus {
  color: #ffffff;
  background: #061147;
}

ul.calenderBtnSlider .slick-slide {
  opacity: 1;
}

.year-detail h5 {
  font-size: 25px;
  color: #061147;
  line-height: 30px;
  margin: 20px 0;
}

ul.year-detail {
  list-style: disc;
  margin: 20px;
}

ul.year-detail li {
  margin: 0 0 7px;
  font-size: 17px;
  color: #7c7c7c;
}

span.txt-blck {
  color: #000;
}
.year-detail li.txt-blck {
  color: #000;
}

.year-detail p {
  font-size: 17px;
  font-weight: 500;
}

.cum-txt h5 {
  font-size: 25px;
  color: #061147;
  line-height: 30px;
  margin: 37px 0 22px;
}

.cum-det span.txt-blck {
  color: #000;
  font-size: 14px;
}

ul.cum-det li {
  font-size: 14px;
  color: #7c7c7c;
}
ul.cum-det li {
  margin: 0 0 7px;
}
ul.cum-det {
  list-style: disc;
  margin: 20px;
}

.join-us h6 {
  font-size: 14px;
  color: #000;
  margin: 18px 0;
}

.pric-desp li.nav-item {
  background: #f4ca14;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat";
}

.pric-desp ul#pills-tab {
  display: flex;
  align-items: center;
  gap: 38px;
  justify-content: space-between;
}

.pric-desp .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #061147;
}

.pric-desp .nav-link {
  color: #fff;
  padding: 14px 30px;
}

.pri-img {
  margin: 0 auto;
  text-align: center;
}
.pr-detail h6 {
  font-size: 25px;
  color: #061147;
  margin: 20px 0 5px;
  text-transform: capitalize;
  font-family: "Playfair Display";
}

button#custom-tab {
  background: #6b82c0;
  color: #fff;
}

button#custom-tab:hover {
  background-color: #061147 !important;
}

.pr-detail p {
  margin: 23px 0;
  font-weight: 700;
  font-size: 16px;
}

.pr-detail a {
  color: #000;
}

.pr-detail-btn {
  display: inline-flex;
}

section.price-tab.pb-8::before {
  position: absolute;
  content: "";
  background: url(../images/wheel.png);
  height: 373px;
  width: 173px;
  bottom: 0;
  right: 0;
}
section.price-tab.pb-8 {
  position: relative;
}

.fsh-head h2 {
  font-size: 49px;
}

span.fst-txt {
  color: #181a1f;
  font-size: 17px;
  text-transform: uppercase;
}

ul.fisdet {
  display: flex;
  align-items: center;
  gap: 25px;
}
li.wd {
  width: 17%;
}
ul.fisdet li {
  font-size: 14px;
  color: #7c7c7c;
  line-height: 20px;
}

span.bk-ttx {
  display: block;
  font-size: 17px;
  color: #181a1f;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Montserrat";
}

.fish-box {
  border: solid 1px #0000004f;
  padding: 28px;
  border-radius: 16px;
  margin: 0 0 20px;
}
.fish-box h6 {
  font-family: "Montserrat";
  font-size: 17px;
  line-height: 23px;
  color: #181a1f;
  text-transform: uppercase;
  margin: 20px 0 0;
  font-weight: 600;
}

.fish-box img {
  width: 100%;
  margin: 10px 0 0;
}

ul.dates {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 11px 0;
}

.fish-box p {
  width: 80%;
}

.fsh-btn a.btn10 {
  width: 15%;
  margin: 0 auto;
}

.gst-img img {
  width: 100%;
  margin: 0 0 20px;
}
.gst-img h2 {
  width: 52%;
}

.gall-imgs img {
  width: 100%;
  margin-bottom: 20px;
  height: 360px;
  object-fit: cover;
}

.crew-team h2 {
  font-size: 49px;
}

.crew-team h6 {
  font-size: 14px;
  font-family: "Montserrat";
  text-transform: capitalize;
  margin: 10px 0;
}

.teamimg h4 {
  font-size: 25px;
  color: #061147;
  margin: 20px 0;
  text-align: center;
}

.teamimg h6 {
  font-size: 14px;
  font-family: "Montserrat";
  text-transform: capitalize;
  margin: 10px 0;
  text-align: center;
}
.teamimg {
  text-align: center;
}
.crew-team-1 h2 {
  font-size: 30px;
}

.crew-team-1 h6 {
  font-size: 14px;
  font-family: "Montserrat";
  text-transform: capitalize;
  margin: 10px 0;
}

.prod h6 {
  font-family: "Playfair Display";
  font-size: 15px;
  text-align: center;
  margin: 20px 0;
  color: #100f0f;
}

.prod {
  margin-bottom: 50px;
}

.res-img img {
  width: 100%;
  margin: 0 0 40px;
}

.res-img h6 {
  font-family: "Montserrat";
  color: #000;
  font-size: 14px;
}

.res-img h5 {
  font-family: "Playfair Display", serif;
  font-size: 29px;
  line-height: 33px;
  color: #061147;
  margin: 27px 0;
  text-transform: uppercase;
}

.res-img p {
  color: #000;
}

.res-head h2 {
  font-size: 49px;
}

.tour-head h2 {
  font-size: 49px;
}

.tour-desp .nav-link {
  padding: 10px 205px;
  color: #fff;
}

.tour-desp li.nav-item {
  background: #f4ca14;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat";
}

.tour-desp .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #061147;
}

.tour-desp ul#pills-tab {
  display: flex;
  align-items: center;
  gap: 38px;
}

.toutex h6 {
  font-family: "Montserrat";
  font-size: 17px;
  color: #0d0d0d;
}

.wk-desp .nav-link {
  padding: 10px 60px;
  color: #fff;
}

.wk-desp li.nav-item {
  background: #f4ca14;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Montserrat";
}

.wk-desp .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #061147;
}

.wk-desp ul#pills-tab {
  display: flex;
  align-items: center;
  gap: 25px;
}

.contact_detail_box {
  padding: 30px;
  transition: 0.5s ease-in-out;
  height: 272px;
}

.contact_detail_box h4 {
  font-size: 30px;
  line-height: 25px;
  color: #232323;
  margin: 30px 0 15px;
  text-transform: capitalize;
}

.contact_detail_box:hover h4 {
  color: #fff;
}

.contact_detail_box:hover p {
  color: #fff;
}

.contact_detail_box:hover img {
  filter: invert(1) brightness(1.5);
}

.contact_detail_box:hover {
  background: #061147;
  border-radius: 10px;
  height: 272px;
}

.contact-sec input {
  width: 90%;
  padding: 20px 0px 0;
  margin: 14px 0;
  border: 0;
  border-bottom: 1px solid #95959585;
  background: transparent;
  font-size: 14px;
}

.contact-sec textarea {
  width: 90%;
  padding: 62px 0 0;
  margin: 10px 0;
  border: 0;
  border-bottom: 1px solid #95959585;
  resize: none;
  background: transparent;
  font-size: 14px;
}

.contact-sec input::placeholder {
  color: #7c7c7c;
}

.contact-sec textarea::placeholder {
  color: #7c7c7c;
}

input[type="number"] {
  -moz-appearance: textfield;
}

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

.cnt-head h2 {
  font-family: "Playfair Display", serif;
  font-size: 60px;
  line-height: 60px;
  color: #171717;
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: capitalize;
}

.contbtn button.btn10 {
  width: 23%;
  color: #fff;
}

/* Book Page Start */

section.booking-wrap {
  padding: 60px 0;
}

/*.inner-absolut.chg img {
    width: 70%;
}
.inner-absolut.chg {
    top: -3%;
    right: 4%;
    }*/

/*section.inner-baner.chg img {
    height: 650px;
}*/

a.btn.btn1.bl {
  background: #0498bd;
}

.bok-abs-image img {
  height: 500px !important;
  margin-top: 10%;
}
.booking-in :is(input, select) {
  width: 100%;
  margin-bottom: 5%;
  border: 1px solid #c7c6c6;
  padding: 15px 10px;
  background: #f8f8f8;
  color: #555454 !important;
  font-size: 16px;
  font-family: "Poppins";
  border-radius: 10px;
  text-transform: capitalize;
  font-weight: 500;
}
.booking-in ::placeholder {
  color: #555454 !important;
  font-size: 16px;
  font-family: "Poppins";
  text-transform: uppercase;
}

.booking-in input::placeholder {
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}

.booking-in textarea::placeholder {
  color: #555454 !important;
  font-size: 16px;
  font-family: "Poppins";
  text-transform: capitalize;
}

.booking-in textarea {
  width: 100%;
  margin-bottom: 1%;
  border: 1px solid #c7c6c6;
  padding: 15px 10px;
  height: 190px;
  color: #555454;
  background: #f8f8f8;
  border-radius: 15px;
}

.booking-btn {
  text-align: center;
}

.booking-in input {
  text-transform: capitalize !important;
}

.booking-btn .button {
  width: 300px;
}

.booking-btn .button.type1.type2::after {
  width: 300px;
}

.booking-btn .button.type1.type2::before {
  width: 300px;
}

.booking-btn {
  text-align: center;
  width: 22%;
  margin: 0 auto;
}

/* Book Page End */

.card-box {
  border: solid 2px #00000024;
  padding: 20px 0;
  border-radius: 10px;
}

/*.btn10 img {
    border: 1px solid #ffa200;
 
    background: #ffa200;
    border-radius: 50%;
    width: 39px;
    height: 40px;
    object-fit: cover;
}*/

.procc-btn a.btn10 {
  /* background: #2ba4d2 !important; */
  /* border-radius: 10px; */
  margin-top: 30px;
  /* height: 65px; */
  /* text-transform: capitalize; */
}
.procc-btn i {
  font-size: 45px;
  margin-right: 12px;
}

.procc-btn a.btn10.dnt-btn {
  background: #7ebe1f !important;
}

.baptis-txt {
  display: flex;
  /* align-items: center; */
  justify-content: center;
  gap: 14px;
  margin: 20px;
}
.baptis-txt i {
  font-size: 20px;
  /* border: solid; */
  background: #40bfef;
  border-radius: 22px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.terms h5 {
  font-family: "Poppins", Sans-Serif;
  font-size: 16px;
  line-height: 23px;
  color: #39393994;
  font-weight: 500;
  margin: 0 0 22px;
  text-align: center;
  text-transform: capitalize;
}

.terms span a {
  color: #2ba4d2;
}

.wrap {
  max-width: 400px;
  min-width: 380px;
  margin: 0 auto;
  padding: 80px 10px;
  transform-style: preserve-3d;
}

/* .cc_images {
    margin-bottom: 5px;
    transform: translateY(20px);
    z-index: 0;

    .card {
        float: left;
        width: 16.666%;
        height: 40px;
        position: relative;
        text-align: center;
        perspective: 500px;
     transform-style: preserve-3d;
        z-index: 50;
     transition: .4s;
    
        &.show_cvc {
            .inside {
                transform: rotateY(180deg);
            }
        }

        &.show_card {
            transform: translateY(-20px);
            .front img, .back img {
                opacity: 1;
                -webkit-filter: grayscale(0);
                filter: none;
            }
        }

        .inside {
            width: 100%;
            height: 100%;
            display: block;
            transform-style: preserve-3d;
            transition: .4s ease-in-out;
        }

      .front, .back {
        backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        img {
            max-width: 100%;
            display: block;
                transition: .3s;
                opacity: .1;
                filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); Firefox 10+, Firefox on Android
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        }
      }

      .back{
            transform: rotateY(-180deg);
      }
    }
} */

.input-wrap {
  position: relative;
  &:after {
    position: absolute;
    font-family: "FontAwesome";
    transition: 0.5s;
    opacity: 0;
  }
  &.valid {
    &:after {
      content: "\f00c";
      color: #03b410;
      right: 10px;
      top: 9px;
      font-size: 22px;
      opacity: 1;
    }
  }
  &.error {
    &:after {
      content: "\f00d";
      font-size: 20px;
      color: #e43737;
      right: 12px;
      top: 10px;
      opacity: 1;
    }
  }
}

#cc_number {
  margin-bottom: 10px;
}

/*.expiration-wrap {
    width: 58%;
    margin-right: 2%;
    float: left;
}*/

.cvc-wrap {
  width: 40%;
  float: left;
}

.labe-cas label {
  position: absolute;
  /* background: #2c2c2c; */
  /* background-image: linear-gradient(to bottom, #434343, #222); */
  /* border: 1px solid #222; */
  color: #000000;
  height: 40px;
  width: 60px;
  font-size: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  padding-top: 8px;
  text-align: center;
  cursor: pointer;
  /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -3px 0 0 rgba(0, 0, 0, .2); */
}
.labe-cas input {
  z-index: 10;
  border: 0;
  height: 40px;
  font-size: 18px;
  padding: 0;
  padding-left: 53px;
  width: 100%;
  /* border: 1px solid black; */
}

.cardflx {
  display: flex;
  align-items: center;
  border-bottom: solid 2px #0000003d;
  padding: 0 0 13px;
}

.group.exp-cvc {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 15px 0 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

ul.card-detail {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.cente-content {
  margin: 0 auto;
}

.gall-img img {
  margin-bottom: 20px;
  width: 100%;
}

/* Version 1.1 Css  */

.aboutTeamBox {
  padding: 0px 0 32px;
  margin: 0px 0 32px;
  border-bottom: 1px solid #4444441f;
  transition: 0.9s;
}

ul.calenderBtnSlider .slick-prev:before {
  content: "←";
  font-family: "Font Awesome 5 Brands";
  opacity: 1 !important;
}

ul.calenderBtnSlider button.slick-prev {
  opacity: 1;
}

ul.calenderBtnSlider .slick-next:before {
  content: "→";
  font-family: "Font Awesome 5 Brands";
  opacity: 1 !important;
}

ul.calenderBtnSlider button.slick-next {
  opacity: 1;
}

/* =================== */

/* Default slide */

.imgSlider img {
  opacity: 1;
  transition: all 300ms ease;
  height: 460px;
  border-radius: 6px;
}

.imgSlider .slick-center img {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1);
  opacity: 1;
}

.imgSlider.slick-slide {
  overflow: hidden;
  bottom: 0;
  opacity: 1;
}

.wrapper .slick-list {
  padding: 0px 250px;
}

.wrapper .center .slick-prev:before {
  content: "←";
  font-family: "Font Awesome 5 Brands";
  opacity: 1 !important;
}

.wrapper .center button.slick-prev {
  opacity: 1;
}

.wrapper .center .slick-next:before {
  content: "→";
  font-family: "Font Awesome 5 Brands";
  opacity: 1 !important;
}

.wrapper .center button.slick-next {
  opacity: 1;
}

/* =================== */

.years-desp p > strong {
  color: #000;
}

button.slick-prev.slick-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #061147;
  left: -60px;
  border-radius: 5px;
}

button.slick-prev.slick-arrow:before {
  color: #fff;
  font-weight: 900;
}

button.slick-next.slick-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #061147;
  right: -60px;
  border-radius: 5px;
}

button.slick-next.slick-arrow:before {
  color: #fff;
  font-weight: 900;
}

button.slick-prev:hover,
button.slick-next:hover {
  background-color: #000;
}

/* ============= */
.imgSlider.slick-slide.slick-current.slick-active img {
  /* transform: scale(1.1); */
  transform: scaleX(1.1);
  border-radius: 10px;
  margin-top: 30px;
}

.imgSlider img {
  transform: scale(0.8);
  margin-top: 40px;
}
.bdge-yllo {
  background: #deb406;
  color: #fff !important;
  width: 22%;
  padding: 2px 10px;
  border-radius: 60px;
}
.bdge-blue {
  background: #6285be;
  color: #fff !important;
  width: 22%;
  padding: 2px 10px;
  border-radius: 60px;
}
.align-cs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.align-cs ul.footer-social {
  gap: 0px;
  margin-left: 15px;
}

/*checkobox
*/

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #000000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.booking-in p {
  color: #555454 !important;
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 500;
}

.new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 25px 0;
}

.form-det p {
  font-size: 16px;
  font-family: "Poppins";
  color: #555454;
  line-height: 31px;
}

/*.cuz-box {
    border: solid 2px;
    padding: 23px;
    margin: 13px 0;
}*/

.cuz-text h4 {
  color: #000;
  font-size: 19px;
  margin: 20px 0;
  font-family: "Poppins";
}

.cuz-box h5 {
  font-size: 16px;
  line-height: 20px;
  margin: 12px 0;
  font-family: "Poppins";
}

/*checkbox*/

/* Hide the default radio button */
.chkbx input[type="radio"] {
  display: none;
}

/* Custom radio button style */
.custom-radio {
  position: absolute;
  left: -30px;
  top: 18px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 50%;
  background-color: #000000;
  transition: background-color 0.3s;
}
/* Tick mark */
.custom-radio:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 12px;
  border: solid #ffffff; /* Tick color */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0; /* Hide initially */
  transition: opacity 0.3s;
}

/* Show tick mark when checked */
.chkbx input[type="radio"]:checked + .custom-radio:after {
  opacity: 1; /* Show tick */
}

.main-box.checked {
  border-color: #f4ca14 !important;
}

.main-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border: solid 1px #989898;
  padding: 20px;
  color: #114899;
  margin-bottom: 6%;
  padding-left: 60px !important;
  margin-bottom: 10px;
  border-radius: 10px;
}

.chkbx {
  /* display: contents; */
  position: relative;
}

.main-box2 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border: solid 1px #989898;
  padding: 20px;
  color: #000;
  margin-bottom: 5%;
}
ul.off-hr li {
  font-size: 14px;
  font-family: "Commissioner";
  line-height: 34px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
ul.off-hr li i {
  margin: 0 8px 0 0;
}

/*checkbox-end*/

/* revision css st */

.pr-detail .pricList {
  box-sizing: border-box;
  padding: 18px;
  /* width: 27%; */
  box-shadow: 0px 0px 20px 8px #4a4a4a2b inset;
  background: #fff;
  filter: drop-shadow(2px 14px 126px #00000044);
  margin-top: 40px;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  outline: 1px solid #d3ab0669;
}

.pr-detail .pricList h6 {
  margin: 0px;
  font-size: 20px;
  line-height: 30px;
}

.pr-detail .pricList p {
  margin: 14px 0 2px;
  color: #000;
  font-family: "Poppins";
  font-size: 16px;
}

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

input[type="date"] {
  text-transform: unset !important;
}

/* revision css ed */
.booking-in select {
    appearance: auto;
}


/* Responsive Css Satrt */

@media only screen and (min-width: 1600px) and (max-width: 1920px){
	html {
    overflow-x: hidden;
}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px){
html {
    overflow-x: hidden;
}
button.slick-next.slick-arrow {
    right: -20px;
}
button.slick-prev.slick-arrow {
    left: -20px;
}
	
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
html {
    overflow-x: hidden;
}
span.font-sixz {
    font-size: 41px;
}
.menuSec ul {
    text-align: end;
}
h2 {
    font-size: 34px;
    line-height: 42px;
}
.abt-head p {
    margin: 0px 0px 10px;
}
button.slick-next.slick-arrow {
    right: -20px;
}
button.slick-prev.slick-arrow {
    left: -20px;
}
.crew-box img {
    height: 320px;
}
.pric-desp ul#pills-tab {
    gap: 2px;
}
	
	
	
	
	
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
	
html {
    overflow-x: hidden;
}
.menuSec ul {
    text-align: end;
}
.menuSec ul li a {
	padding: 8px 3px;
    font-size: 10px;
}
.header-logo img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.btn10 {
    padding: 12px 17px;
    font-size: 14px;
    width: unset;
    height: unset;
    display: unset;
    align-items: unset;
    justify-content: center;
}
.align-cs {
    justify-content: end;
}
.header-logo {
    left: 3%;
}
h1 {
    font-size: 45px;
    line-height: 40px;
    margin: 0 0 0px;
}
h2 {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    line-height: 40px;
    color: #061147;
    font-weight: 500;
    margin: 0px 0 0px;
    text-transform: uppercase;
}
span.font-sixz {
    font-size: 30px;
}
.banner_text p {
    width: 100%;
    padding: 20px 0;
    font-size: 13px;
}
button.slick-prev.slick-arrow {
    width: 35px;
    height: 40px;
    left: -12px;
}
button.slick-next.slick-arrow {
    width: 35px;
    height: 35px;
    right: -20px;
}
.crew-box img {
    height: 230px;
}
.inner-title .banner-image img {
    height: 350px;
}
ul.fisdet {
    display: block;
}
.fish-box {
    padding: 8px 10px;
    margin: 0 0 10px;
}
.ft-txt p {
    width: 85%;
}
ul.footer-links li a {
	font-size: 11px;
}
.video-box video {
    height: 320px;
}
.contact_detail_box {
	padding: 0px;
    height: 145px;
}
.contact_detail_box h4 {
    font-size: 20px;
}
.contact_detail_box p {
    font-size: 12px;
}
.contact-sec {
    margin-bottom: 20px;
}
.abt-head p {
    margin: 0px 0px 10px;
    font-size: 12px;
    line-height: 22px;
}
.ab-img1 img {
    height: 370px;
    width: 100%;
    object-fit: cover;
}
.crew-box img {
    height: 350px;
    object-fit: cover;
}
.pric-desp ul#pills-tab {
    gap: 13px;
}
.contbtn button.btn10 {
    width: 26%;
}
	

	
	
	

}

@media only screen and (min-width: 768px) and (max-width: 991px){
html {
    overflow-x: hidden;
}
.slicknav_menu {
        display: none;
    }
.menuSec ul {
    text-align: end;
}
.menuSec ul li a {
    padding: 8px 4px;
    font-size: 12px;
}
.btn10 {
    padding: 12px 17px;
    font-size: 14px;
    width: unset;
    height: unset;
    display: unset;
    align-items: unset;
    justify-content: center;
}
.align-cs {
    justify-content: end;
}
.header-logo {
    left: 3%;
}
h1 {
    font-size: 45px;
    line-height: 40px;
    margin: 0 0 0px;
}
span.font-sixz {
    font-size: 30px;
}
.banner_text p {
    width: 100%;
    padding: 20px 0;
    font-size: 13px;
}
button.slick-prev.slick-arrow {
    width: 35px;
    height: 40px;
    left: -12px;
}
button.slick-next.slick-arrow {
    width: 35px;
    height: 35px;
    right: -20px;
}
.crew-box img {
    height: 230px;
}
.inner-title .banner-image img {
    height: 350px;
}
ul.fisdet {
    display: block;
}
.fish-box {
    padding: 8px 10px;
    margin: 0 0 10px;
}
.ft-txt p {
    width: 85%;
}
ul.footer-links li a {
    font-size: 9px;
}
.video-box video {
    height: 320px;
}
.contact_detail_box {
	padding: 0px;
    height: 145px;
}
.contact_detail_box h4 {
    font-size: 20px;
}
.contact_detail_box p {
    font-size: 12px;
}
.contact-sec {
    margin-bottom: 20px;
}
.reel-img img {
    object-position: -20px 10px !important;
    object-fit: cover;
}
	
	
	

}

@media only screen and (min-width: 520px) and (max-width: 767px){
	
html {
    overflow-x: hidden;
}
.slicknav_menu {
        display: none;
    }
h1 {
    font-size: 38px;
    line-height: 36px;
    margin: 0 0 0px;
}
h2 {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    line-height: 36px;
    color: #061147;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}
h3 {
    font-size: 26px;
    line-height: 50px;
}
.pb-8 {
    padding-bottom: 50px;
}
.pt-8 {
    padding-top: 0px;
}
html .pt-5 {
    padding-top: 1rem !important;
}
.head-button {
    text-align: center;
    margin-bottom: 0px;
}
html .wrapper .slick-list {
    padding: 0px 0px !important;
}
.res-img img {
    height: 220px;
}
.header-logo {
	position: relative;
    left: 0%;
    text-align: center;
}
.header-logo img {
    width: 38% !important;
    object-fit: cover;
}
ul.footer-social li a {
    padding: 0;
}
.align-cs {
	display: flex;
    justify-content: space-between;
}
.align-cs ul.footer-social {
    gap: 6px;
}
ul.footer-social li i {
    font-size: 14px;
    width: 40px;
    height: 40px;
}
span.font-sixz {
    font-size: 18px;
}
.banner_text p {
    width: 100%;
    padding: 3px 0;
}
.main-banner-img {
	height: 420px;
}
.btn10 {
    padding: 14px 25px;
    width: unset;
    height: unset;
    display: unset;
    align-items: unset;
    justify-content: unset;
    font-size: 13px;
}
.banner_text a.btn10 {
	width: unset;
}
	

section.aboutus.pt-8.pb-8 {
    padding: 50px 0px 50px;
}	
.abt-img {
    display: block;
}
.abt-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 16px;
    object-position: top;
}
.ab-img1 {
    margin-top: 0px;
}
.abt-head img {
    width: 15%;
}
section.aboutus.pt-8.pb-8::before {
    height: 310px;
    width: 133px;
    top: 80%;
}
.sec-padding {
    padding-left: 5%;
}
.fish-img img {
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.fish-head p {
    margin: 10px 0;
}
.slick-slide {
    margin: 0px 0px;
}
section.events {
    padding-top: 30px;
    margin-bottom: 30px;
}
.ev-btn {
    width: 35%;
}
.crew-box img {
    height: 300px;
}
.brand-img img {
    width: 49%;
}
html ul.footer-links {
	display: unset;
   	margin: 10px 0 18px;
    text-align: start;
    column-count: 2 !important;
}
.bdr {
    padding: unset;
}
.ft-txt p {
    width: 100%;
    font-size: 12px;
}
.copy-txt p {
	font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
}
.card-img {
    margin: 0px 0px 20px;
    text-align: center;
}
.inner-title .banner-image img {
    height: 260px !important;
}
.title-new h2 {
        font-size: 38px;
}
.res-head h2 {
    font-size: 25px;
}
.years-desp .nav-link {
    border-radius: 3.25rem;
    font-size: 12px;
}
.gst-img h2 {
    width: 101%;
}
.crew-team h2 {
    font-size: 34px;
}
.tour-head h2 {
    font-size: 28px;
}
.tour-desp .nav-link {
    padding: 9px 13px;
    color: #fff;
}
.tour-desp ul#pills-tab {
    gap: 10px;
}
.fsh-head h2 {
    font-size: 30px;
}
ul.fisdet {
    display: block;
}
ul.dates {
    display: block;
}
.video-box video {
    height: 300px;
}
.contact_detail_box {
    padding: 10px;
    height: auto;
}
.cnt-head h2 {
    font-size: 40px;
}
.contbtn button.btn10 {
    width: 47%;
    margin-bottom: 20px;
}
	
.reel-img img {
    object-position: -20px 10px !important;
    object-fit: cover;
}
html div#input_1_10 {
    column-count: 3;
}
html .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_slideInUp.slideInUp.wpb_start_animation.animated .wpb_wrapper span {
    display: block;
    margin-top: 20px;
}
	
	
	
}

@media only screen and (min-width: 300px) and (max-width: 519px){
html {
    overflow-x: hidden;
}
.slicknav_menu {
        display: none;
    }
h1 {
    font-size: 38px;
    line-height: 36px;
    margin: 0 0 0px;
}
h2 {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    line-height: 36px;
    color: #061147;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}
h3 {
    font-size: 26px;
    line-height: 50px;
}
.pb-8 {
    padding-bottom: 50px;
}
.pt-8 {
    padding-top: 0px;
}
html .pt-5 {
    padding-top: 1rem !important;
}
.head-button {
    text-align: center;
    margin-bottom: 0px;
}
.header-logo {
	position: relative;
    left: 0%;
    text-align: center;
}
.header-logo img {
    width: 60% !important;
    object-fit: cover;
}
ul.footer-social li a {
    padding: 0;
}
.align-cs {
	display: flex;
    justify-content: space-between;
}
.align-cs ul.footer-social {
    gap: 6px;
}
ul.footer-social li i {
    font-size: 13px;
    width: 35px;
	height: 35px;
}
span.font-sixz {
    font-size: 18px;
}
.banner_text p {
    width: 100%;
    padding: 3px 0;
}
.main-banner-img {
	height: 420px;
}
.btn10 {
    padding: 10px 20px;
    width: unset;
    height: unset;
    display: unset;
    align-items: unset;
    justify-content: unset;
	font-size: 11px;
}
.banner_text a.btn10 {
	width: unset;
}
html .wrapper .slick-list {
     padding: 0px 0px !important;
}
.imgSlider.slick-slide.slick-current.slick-active img {
    object-fit: contain;
    height: 170px;
    width: 100%;
}
.reel-img img {
    object-position: -20px 10px !important;
    object-fit: cover;
}

section.aboutus.pt-8.pb-8 {
    padding: 50px 0px 50px;
}	
.abt-img {
    display: block;
}
.abt-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 16px;
}
.ab-img1 {
    margin-top: 0px;
}
.abt-head img {
    width: 15%;
}
section.aboutus.pt-8.pb-8::before {
    height: 310px;
    width: 133px;
    top: 80%;
}
.sec-padding {
    padding-left: 5%;
}
.fish-img img {
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.fish-head p {
    margin: 10px 0;
}
.slick-slide {
    margin: 0px 0px;
}
section.events {
    padding-top: 30px;
    margin-bottom: 30px;
}
.ev-btn {
    width: 35%;
}
.crew-box img {
    height: 240px !important;
}
.brand-img img {
    width: 44%;
}
html ul.footer-links {
	display: unset;
   	margin: 10px 0 18px;
    text-align: start;
    column-count: 2 !important;
}
.bdr {
    padding: unset;
}
.ft-txt p {
    width: 100%;
    font-size: 12px;
}
.copy-txt p {
	font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
}
.card-img {
    margin: 0px 0px 20px;
    text-align: center;
}
.inner-title .banner-image img {
    height: 260px !important;
}
.title-new h2 {
        font-size: 38px;
}
.res-head h2 {
    font-size: 25px;
}
.years-desp .nav-link {
    border-radius: 3.25rem;
    font-size: 12px;
}
.gst-img h2 {
    width: 101%;
}
.crew-team h2 {
    font-size: 34px;
}
.tour-head h2 {
    font-size: 28px;
}
.tour-desp .nav-link {
    padding: 9px 13px;
    color: #fff;
}
.tour-desp ul#pills-tab {
    gap: 10px;
}
.fsh-head h2 {
    font-size: 30px;
}
ul.fisdet {
    display: block;
}
ul.dates {
    display: block;
}
.video-box video {
    height: 300px !important;

}
.contact_detail_box {
    padding: 10px;
    height: auto;
}
.cnt-head h2 {
    font-size: 40px;
}
.contbtn button.btn10 {
    width: 47%;
    margin-bottom: 20px;
}
.inner-title .banner-image video {
    height: 300px !important;
}
.team-img img {
    height: 300px !important;
    width: 100% !important;
}
.team-img, .teamimg img {
    margin: 20px 0px !important;
}
.teamimg img {
    height: 300px !important;
    object-fit: cover !important;
    width: 100% !important;
}
body .qib-button-wrapper {
    display: flex;
    float: left !important;
    margin-bottom: 20px;
}
.woocommerce div.product .product_title {
    
    font-size: 25px !important;
    margin-bottom: 10px;
}
.fsh-head {
    margin-top: 20px;
}
.fish-box {
    padding: 10px 10px;
}
html img.wp-image-196.lazyautosizes.vp-lazyloaded {
    height: 200px;
    object-fit: cover;
    width: 100%;
}
html .vp-portfolio__items-style-default .vp-portfolio__item-meta {
    padding: 24px 18px;
    position: relative;
}
html .wpb_text_column.wpb_content_element.wpb_animate_when_almost_visible.wpb_slideInUp.slideInUp.wpb_start_animation.animated .wpb_wrapper span {
    display: block;
    margin-top: 20px;
}

	
    
}

/* Responsive Css End */


