/* FONT IMPORT */

/* Google Font */
@import url('https://fonts.googleapis.com/css2?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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Jost&family=Oswald&display=swap');
/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

:root {
    --white: #fff;
    --black: #000;
    --primary: #FB4941;
    --secondary: #333333;


}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Jost", sans-serif;
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3 {
    font-family: "Anton", sans-serif;
}

h4,
h5,
h6 {
    color: #000;
    font-family: var(--font-heading);
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

figure {
    margin: 0;
}

.color--primary {
    color: var(--primary);
}

/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}


/* Cursor End */


/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}


/* PRELOADER */


/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1.875rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    padding: 0.6em 1.2em;
    border-radius: 7px;
    line-height: normal;
    font-family: "Oswald", sans-serif;
}

.themeBtn:hover {
    background: var(--white);

    color: var(--primary);

}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}

.slideOne .themeBtn {
    padding: 0.6em 2em;
}

/* navigation css */

header {
    padding-top: 2rem;
    z-index: 1;
    position: relative;
}

.navbar-brand {
    position: relative;
    background: var(--white);
    width: 230px;
    height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: -36px 4rem -5.5rem 6rem;
    z-index: 11;
    transition: none;
}

.navbar-nav {
    align-items: center;
    gap: 3.4rem;
    margin-bottom: 1rem;
}

.navbar-nav .nav-item .nav-link {
    color: var(--black);
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 0;
    display: inline-block;
    font-size: 1.375rem;
    font-family: 'Anton';
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}


/* navigation css */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 927px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 8rem;
    width: fit-content;
    left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    /* background-color: rgba(255, 255, 255, 0.28); */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-next {
    right: 6rem;
}

.homeSlider .swiper-button-prev {
    left: 6rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    /* background: var(--white); */
    color: var(--primary);
}

.homeSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 8.5rem;
    line-height: 0.9;
    font-weight: 400;
    text-transform: uppercase;
}

.main-slider h2 {
    margin: 0;
    color: var(--white);
    font-size: 7.5rem;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
}

.main-slider p {
    color: var(--white);
    font-weight: 400;
    line-height: 1.3;
    margin-top: 1rem;
    font-size: 1.875rem;
}


/* !MAIN HERO SLIDER CSS */




.mainHead {
    font-size: 8.125rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #CE5119;
}

/* aboutsection */
.aboutimg .d-flex {
    align-items: flex-start;
    gap: 24px;
    margin-top: 22px;
}

/* .aboutimg figure img {
    
} */

.aboutimg .d-flex figure img {
    box-shadow: 0 0 43px rgb(200 200 200 / 64%);
}

.aboutcntnt p {
    font-size: 1.25rem;
    font-weight: 500;
    width: 87%;
    line-height: 1.8;
    margin: 0;
}

.aboutcntnt .mainHead {
    color: #000;
    line-height: 0.95;
    margin-bottom: 1.5rem;
}

.aboutcntnt .themeBtn {
    background: #19D4F6;
    padding: 0.35em 1em;
    margin-top: 1rem;
    font-family: 'Anton';
}

.aboutSection {
    padding-bottom: 10rem;
}

img.img-fluid.fish11 {
    width: 400px;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: -7rem;
}

.aboutimg figure {
    border-radius: 1.25rem;
    overflow: hidden;
}

.aboutimg figure img {
    transition: 0.5s ease;
}

.aboutimg figure:hover img {
    transform: scale(1.1);
}

/* aboutsection */



/* serviceSection */
.serviceSection {
    padding: 11rem 0;
    background: url(../images/servbg.webp)center/cover no-repeat fixed;
}

.servwrap figure {
    overflow: hidden;
}


.servwrap figure img {
    transition: 0.5s ease;
}

.servwrap figure img {
    border-radius: 22px 22px 0 0;

}


.servcntnt {
    background: #fff;
    text-align: center;
    padding: 38px 0;
    border-radius: 0 0 22px 22px;
}

.servcntnt h4 {
    font-size: 3.0625rem;
    font-weight: 600;
}

.servhead .mainHead {
    font-size: 9.375rem;
    -webkit-text-stroke: 2px white;

}

.servhead {
    position: absolute;
    top: -4.5rem;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* serviceSection */



/* boatsection */
section.boatSection .mainHead {
    font-size: 9.375rem;
}

.boatcntnt h4 {
    font-size: 2.25rem;
    font-weight: 500;
    color: #000;
}

.boatcntnt ul li a {
    color: #000;
    font-size: 1.125rem;
    font-weight: 600;
}

.boatcntnt ul li a i {
    color: var(--primary);
    font-size: 1.5rem;
}

.boatcntnt ul li {
    line-height: 2.3;
}

.boatimg figure {
    position: relative;
}

.boatimg a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.boatimg figure img {
    border-radius: 27px;
}

.boatimg a i {
    background: aliceblue;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #000;
    display: grid;
    place-content: center;
}

.boatSection {
    padding: 5rem 0 3rem 0;
}

img.fishimg2 {
    width: 300px;
    position: absolute;
    bottom: -5rem;
    left: 0;
    z-index: 1;
}

/* boatsection */



/* gallerySection */
.gallerySection {
    background: url(../images/gallbg.webp)center/cover no-repeat fixed;
    padding: 3rem 0;
}

.gallwrap {
    margin-top: 2.75rem;
}

.gallwrap figure {
    overflow: hidden;
}


.gallwrap figure img {
    transition: 0.5s ease;
}



.gallwrap:hover figure img {
    transform: scale(1.1);
}

section.gallerySection .themeBtn {
    padding: 0.2em 0.9em;
}

/* gallerySection */



/* Faq Sec Css Start */

.faqSec {
    padding: 5rem 0;
}

.faqSec #accordion .card {
    border: none;
    padding: 0rem 1rem;
    background: transparent;
    margin-bottom: 2.5rem;
    border-radius: unset;
}

.faqSec #accordion .card .btn-link {
    --height: 3.5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: #000;
    padding: 0;
    border: 0;
    font-size: 40px;
    border-radius: unset;
    text-decoration: none;
    overflow: hidden;
    border-bottom-left-radius: 0;
    text-align: left;
    margin-bottom: 1.5rem;
    font-family: 'Anton';
    font-weight: 400;
}

.faqSec #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    width: var(--width);
    height: var(--height);
    margin-left: auto;
    border-radius: 50%;
    background: 000;
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
}

.faqSec #accordion .card .btn-link i::before {
    content: "\f106";
}

.faqSec #accordion .card .btn-link.collapsed i::before {
    content: "\f107";
}

.faqSec #accordion .card .btn-link.collapsed i {
    color: #000;
    height: 2rem;
    width: 2rem;
    font-size: 1.5rem;
}

.faqSec #accordion .card .btn-link {
    border-bottom: 3px solid #000;
}

.faqSec #accordion .card .btn-link i {
    color: #000;
    font-size: 1.5rem;
}

.faqSec #accordion .card .btn-link.collapsed {
    border-bottom: 3px solid #231F20;
}

.faqSec #accordion .card .btn-link.collapsed i {
    color: #000;
}

.faqSec #accordion .card+.card {
    margin-top: 0;
}

.faqSec #accordion .card .card-body {
    padding: 0rem 4rem 0.5rem 0rem;
}

.faqSec #accordion .card .card-body p {
    color: #000;
    font-size: 1.25rem;
    margin: 0;
    line-height: 33px;
}



.faqSec .mainHead {
    font-size: 127px;
}

/* Faq Sec Css  */


/* socialSection */
.socialSection {
    background-color: #EFEFEF;
}

.socialSection .mainHead {
    font-size: 7.9375rem;
}

.sicalwrap figure {
    position: relative;
}

.sicalwrap a {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5rem;
}

.sicalwrap figure img {
    border-radius: 33px;
}

.fish33img {
    position: absolute;
    right: 0;
    top: -6.3rem;
    z-index: 1;
}

.socialSection .swiper-button-next,
.socialSection .swiper-button-prev {
    color: var(--black);
    top: 65%;
}

.socialSection .swiper-button-prev {
    left: 11rem;
}

.socialSection .swiper-button-next {
    right: 11rem;
}

/* socialSection */


/* footer */
footer {
    background: url(../images/footerbg.webp)center/cover no-repeat;
    padding-top: 9rem;
}

.footinercntnt h3 {
    font-size: 2.5rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-top: 2.2rem;
}

.footinercntnt a {
    font-size: 1.5625rem;
    font-weight: 400;
    color: #fff;
}

.footinercntnt p {
    font-size: 1.5625rem;
    font-weight: 400;
    color: #fff;

}

ul.quicklist li:hover a {
    color: var(--primary);
}

.footericon {
    text-align: center;
}

.footericon figure img {
    min-height: 109px;
}

.footerbtm h3 {
    font-size: 2.4375rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1rem;
}

ul.quicklist li a {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
}

ul.quicklist li {
    line-height: 1.5;
}

.footerbtm form span {
    display: block;
    position: relative;
    margin: 0 0 1rem;
}

.footerbtm form span input {
    width: 100%;
    height: 65px;
    border: 2px solid var(--white);
    border-radius: 7px;
    padding: 0 4rem;
    background: #fff;
    font-size: 1.125rem;
    outline: none;
}

.footerbtm form span i {
    position: absolute;
    left: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    color: var(--theme-color);
    font-size: 1.5rem;
}

.footerbtm form span input::placeholder {
    color: #000000;
}

.footerbtm form .themeBtn {
    font-size: 1.25rem;
    border: 0;
    display: table;
    margin-left: auto;
    padding: 0.78em 2.54em;
}

.copyRight {
    margin-top: 5rem;
    border-top: 2px solid #FFFFFF;
    align-items: center;
    padding: 1.3rem 0;
}

.copyRight p {
    color: var(--white);
    font-size: 1.5625rem;
    margin: 0;
    font-weight: 400;
    font-family: "Anton", sans-serif;
}

.copyRight ul {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-end;
}

ul.social-link li a {
    color: #fff;
    font-size: 1.5rem;
}

ul.social-link li a:hover {
    color: var(--primary);
}

/* footer */
/* innerpages Start */

.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.innerBan h2 {
    font-size: 100px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
}

.innerBan {
    width: 100%;
    height: 700px;
    position: relative;
}

.innerBan>img {
    height: 100%;
    object-fit: cover;
}

.aboutim figure img {
    border-radius: 18px;
}

.fidhingwrap figure {
    position: relative;
}

.fidhingwrap figure img {
    border-radius: 22px;
}

.fishingcntnnt {
    position: absolute;
    bottom: 7.5rem;
    left: 61px;
}

.fishingcntnnt h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.fidhingwrap {
    margin-bottom: 75px;
}

figure.yachtwrap {
    position: relative;
}

.yachtwrap a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

figure.yachtwrap img {
    border-radius: 27px;
    box-shadow: 0 0 43px rgb(200 200 200 / 64%);
}

.yachtwrap a i {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #000;
    display: grid;
    place-content: center;
}

.yachtwraps .boatcntnt p {
    color: #484848;
    font-size: 20px;
}



.yachtwraps .boatcntnt {
    margin: 2.5rem 0;
}

figure.yachtwrap img {
    border-radius: 27px;
}

.gallerywraps {
    margin-bottom: 2.5rem;
}

.innergallery {
    padding: 3.5rem 0;
}


/* Testimonial Sec Css Start */



.reviewBox {
    background: var(--white);
    border-radius: 19.5px;
    padding: 3rem 3rem;
    position: relative;
    box-shadow: 0 10px 0 rgb(0 0 0 / 16%);
    border: 1px solid #C1C1C1;
    margin-bottom: 4rem;
}

.quote {
    position: absolute;
    right: 0;
    top: 0;
    width: 101px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/shape.webp) no-repeat;
    background-position: top right;
}

.quote img {
    margin: 0 -10px 10px 0;
    display: block;
}

.revewImg {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.revewImg h6 {
    font-size: 1.3125rem;
    color: var(--black);
    margin: 8px 0 0;
    font-weight: 400;
}

.reviewBox p {
    font-size: 24px;
    color: var(--black);
    margin: 1rem 0rem 0 0;
    line-height: 1.7;
    width: 81%;
}



/* Testimonial Sec Css End */

.contactForm input {
    width: 100%;
    height: 68px;
    border: 1px solid #F1F1F1;
    border-radius: 7px;
    margin-bottom: 1.125rem;
    background: #F1F1F1;
}

.contactForm textarea {
    width: 100%;
    border: 1px solid #F1F1F1;
    border-radius: 7px;
    margin-bottom: 1.125rem;
    resize: none;
    background: #F1F1F1;
}

button.btn.themeBtn {
    background: #B94A57;
}

h2.heading {
    font-size: 100px;
    text-transform: uppercase;
}

.calls ul li a {
    font-size: 30px;
    color: #000;
    font-weight: 500;
}

.calls ul li {
    margin-bottom: 1.5rem;
}

.calls ul li a i {
    margin-right: 1rem;
}

.mapsec {
    padding: 0;
}

.mapsec iframe {
    display: block;
}

/* Yacht Inner */
.yachtInner .mainHead {
    font-size: 4.375rem;
}