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

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

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #121212;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  font-weight: 500;
}

/***** Headings *****/

@font-face {
  font-family: "fontSpring";
  /* src: url("../fonts/Fontspring-DEMO-breulgroteskb-regular.otf"); */
  src: url("../fonts/Fontspring-DEMO-universo-black.otf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "fontSpring";
  color: #121212;
  text-transform: uppercase;
}

.cl {
  color: #2dec7e;
}

.font-lg {
  font-size: 70px;
  font-size: 75px;
}

h1 {
  font-size: 60px;
  line-height: 65px;
}

h2 {
  font-size: 50px;
  line-height: 55px;
}

h3 {
  font-size: 35px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  opacity: 0.7;
}

.container {
  max-width: 1400px;
}

.br_btm {
  border-bottom: 1px solid #d0d0d0;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.bt {
  display: inline-block;
}

.pbtn {
  padding: 15px 20px;
  background-color: #2dec7e;
  border-radius: 8px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid transparent;
  color: #000;
  min-width: 160px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #2dec7e;
  white-space: initial;
}

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

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 20px;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #040404c0;
}

::-moz-placeholder {
  color: #040404c0;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #040404c0;
}

:-moz-placeholder {
  color: #040404c0;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 14px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 48px;
}

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

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  display: inline-block;
  text-decoration: none;
  color: #121212;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.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: #2dec7e;
}

.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: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 li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

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

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

.carousel-caption {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
}

/*banner css end*/

/* header start  */

.pbtn:hover {
  background: #000;
}

.ful_container {
  max-width: 1480px;
}

.miles-box {
  text-align: right;
}

.baner-miles {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 40px;
}

span.mels {
  text-transform: uppercase;
  opacity: 70%;
  color: #121212;
  font-weight: 500;
}

section.main_slider {
  position: relative;
}

.ban_tp {
  position: relative;
  margin-top: 40px;
}

.banner_text {
  position: relative;
  padding-left: 24px;
  border-left: 3px solid #9999996e;
}

.banner_text:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 48%;
  left: -3px;
  background: #2dec7e;
}

.ban_btm {
  margin-top: -210px;
}

/* header end  */

/* about start  */

.abtWrap {
  width: 88%;
  margin: 0px auto;
}

.ab_top-text {
  position: relative;
  padding-left: 24px;
  border-left: 2px solid #9999996e;
}

img.ab1-img {
  width: 100%;
  height: 530px;
  object-fit: fill;
}

.ab_top-text:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 21%;
  left: -1px;
  background: #2dec7e;
}

.ab-miles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  width: 96%;
}

.ab--btm {
  margin-top: -92px;
}

.ab--btm .row {
  align-items: flex-end;
}

img.abt-img2 {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
}

.abt_btm--img {
  width: 82%;
  float: right;
}

/* about end  */

/* services start  */

.svs_top_header {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #9999996e;
  margin-bottom: 24px;
}

.svs_top_header:before {
  position: absolute;
  content: "";
  width: 5%;
  height: 1px;
  background: #2dec7e;
  bottom: 0;
  left: 0;
}

.svs_cd {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}

.svs_txt {
  position: absolute;
  bottom: 10px;
  width: 91%;
  left: 0;
  right: 0;
  margin: 0px auto;
}

img.svs_img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.3s;
}

.svs_txt h3 {
  text-align: center;
  padding: 26px 20px;
  background-color: #fff;
  border-radius: 17px;
  transition: 0.3s;
}

.svs_cd:hover img.svs_img {
  transform: scale(1.2);
}

.svs_cd:hover .svs_txt h3 {
  background-color: #2dec7e;
}

.g-6 {
  --bs-gutter-x: 34px;
  --bs-gutter-y: 34px;
}

/* services end  */

/* fishing section start  */

section.fish-sec {
  position: relative;
}

section.fish-sec .container {
  max-width: 1520px;
  position: relative;
  padding-bottom: 170px;
}

img.fishing-bg-img {
  position: absolute;
  bottom: 0;
  height: 87%;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.fish_content {
  position: relative;
  padding-left: 19px;
}

.fish_wp {
  max-width: 700px;
  margin-left: 10%;
  background-color: #ffff;
  padding: 20px 40px 50px 40px;
  position: relative;
  border-radius: 17px;
}

.fis_listing li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 16px 0px;
}

.fis_listing ul li:first-child {
  margin-top: 5px;
}

.fis_listing {
  padding-bottom: 5px;
}

.fish_content h2 {
  line-height: 50px;
}

.fish_content:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 17%;
  left: 0px;
  background: #2dec7e;
  top: 10px;
}

a.pbtn:hover,
a.pbtn:focus {
  color: #fff !important;
}

.fish_content:after {
  background-color: #9999996e;
  content: "";
  width: 1px;
  height: 96%;
  top: 10px;
  left: 0;
  position: absolute;
}

/* fishing section end  */

/* Expericen start  */

img.exp_cd--img {
  height: 380px;
  border-radius: 20px;
  border: 0px;
  object-fit: cover;
  opacity: 40%;
  transition: 0.3s;
}

img.exp_cd--img:hover {
  opacity: 1;
}

.epxSlider .slick-slide.slick-current img.exp_cd--img {
  opacity: 1;
}

section.exp-sec .slick-list {
  overflow: visible;
  padding: 0px 100px;
}

.epxSlider .slick-slide {
  width: 320px;
  transition: width 0.3s ease;
  margin: 30px 14px 18px;
  opacity: 1;
}

.epxSlider .slick-center {
  width: 580px !important;
}

.exp-custom-range {
  margin-top: 30px;
}

.exp-custom-range {
  width: 70%;
  position: relative;
  margin: 0 auto;
}

.expRange {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  background: #d0d0d0;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.expRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  background: transparent;
  border: none;
  margin-top: 0;
}

.expRange::-moz-range-thumb {
  width: 0;
  height: 0;
  background: transparent;
  border: none;
}

.expRange::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  width: var(--range-progress, 0%);
  background: #2dec7e;
  border-radius: 10px;
  pointer-events: none;
  transition: width 0.3s ease;
}

/* Expericen end  */

/* Testimonials start */

.testimonial_sliderbtns button:hover {
  background: #2dec7e;
  border: transparent;
}

.testimonial_sliderbtns button:hover img {
  opacity: 1;
}

.testimonial_sliderbtns button img {
  width: auto;
  height: 10px;
  object-fit: contain;
  opacity: 40%;
}

.testimonial_sliderbtns button {
  height: 55px;
  width: 55px;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial_sliderbtns {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 14px;
}

img.testi_beside--imgs {
  height: 320px;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}

img.testi-img1 {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.test_slider .row {
  box-shadow: 0px 0px 15px 5px #9999992b;
  margin: 20px auto;
  background: #fff;
  border-radius: 12px;
  padding: 0px 38px 0px 0px;
}

.name h3 {
  color: #2dec7e;
  font-size: 20px;
  line-height: 38px;
}

.say-text .name {
  padding-bottom: 6px;
}

.testi_rating span {
  color: #f39f1e;
}

.say-text {
  padding-left: 20px;
}

.sayBtmRow .col-lg-2 {
  width: 19.666667%;
}

.sayBtmRow .col-lg-8 {
  width: 59.666667%;
}

.slide-img {
  margin-right: 10px;
}

/* Testimonials end  */

/* Contact start  */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
}

.green-calendar::-webkit-calendar-picker-indicator {
  filter: invert(45%) sepia(70%) saturate(500%) hue-rotate(90deg);
  cursor: pointer;
}

.secWp {
  width: 80%;
  margin: 0px auto;
  position: relative;
  padding-top: 80px;
}

.form-field {
  position: relative;
}

.form-field input {
  width: 100%;
  border: 1px solid #9999996b;
  padding: 14px 18px;
  border-radius: 12px;
  font-weight: 500;
}

.form-field textarea {
  width: 100%;
  border: 1px solid #9999996b;
  padding: 14px 18px;
  resize: unset;
  font-weight: 500;
  border-radius: 12px;
  height: 140px;
}

.cnt-img {
  width: 650px;
  position: absolute;
  top: 0;
  left: 0;
}

.cnt-right-form {
  background: #fff;
  background-color: #ffff;
  padding: 20px 0px 20px 40px;
  border-radius: 22px;
  margin-left: 50px;
  position: relative;
}

button.pbtn:hover,
button.pbtn:focus {
  color: #fff;
}

img.cnt-img1 {
  width: 100%;
  height: 550px;
  display: block;
  border-radius: 20px;
  object-fit: cover;
}

.cnt-right-form:after {
  background-color: #9999996e;
  content: "";
  width: 1px;
  height: 89%;
  top: 33px;
  left: 20px;
  position: absolute;
}

.cnt-right-form:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 13%;
  background: #2dec7e;
  top: 32px;
  left: 20px;
}

.cnt-right-form .bt {
  margin-top: 14px;
}

/* contact end  */

/* footer satrt  */

footer {
  background-color: #121212;
}

h2.footer-title {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 22px;
}

.foter-col ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
}

.foter-col ul li a {
  color: #fff;
  text-transform: uppercase;
  opacity: 80%;
  font-size: 13px;
}

.cont_four ul li a {
  display: flex;
  justify-content: start;
  align-items: center;
  color: #989899;
  gap: 20px;
  line-height: 23px;
  font-weight: 400;
}

.cont_four ul li {
  line-height: 40px;
}

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

.footerSec {
  position: relative;
  overflow: hidden;
  padding: 80px 0px 0px;
}

.foter-col ul li a:hover {
  opacity: 1;
  color: #2dec7e;
}

.footer-socials i {
  color: #555;
  border: 1px solid #555;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.cont_four ul li a:hover i {
  color: #fff;
}

.oth-link {
  padding: 0 0px 60px 0px;
  border-right: 1px solid #ffffff30;
  position: relative;
}

.cont_four {
  float: right;
}

.cont_four ul {
  gap: 28px;
}

.followin {
  padding-top: 12px;
}

.followin h2.footer-title {
  margin-bottom: 12px;
}

.footer-socials i:hover {
  background: #2dec7e;
  border: transparent;
  color: #fff;
}

.foot-links {
  width: 78%;
  border-right: 1px solid #414141;
  height: 100%;
  margin: 0px auto;
  position: relative;
  left: -20px;
}

.foot-links ul {
  gap: 10px;
}

.oth-link ul {
  gap: 26px;
}

.footer_btm {
  padding: 24px 0;
  border-top: 1px solid #414141;
}

/* footer end  */
