/* FONT IMPORT */


/* Google Font */

@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Text:wght@100..900&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");

/* Local Font */

@font-face {
    font-family: "scriptorama";
    src: url("../fonts/scriptorama.ttf");
}

:root {
    --white: #fff;
    --black: #000;
    --primary: #4e5c43;
    --secondary: #333333;
}

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

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

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

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

h1,
h2,
h3 {
    font-family: "Big Shoulders Text", 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;
}


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

/*/ LENIS /*/
html.lenis {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent], 
.lenis.lenis-smooth .am-fs__pas.am-fs__main-content, {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}

/* 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(--black);
    z-index: 11113;
}

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


/* PRELOADER */


/* GLOBAL CSS */

.themeBtn {
    background: #4e5c43;
    font-size: 0.875rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 1.04em 1.96em;
    line-height: normal;
}

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


/* navigation css */

header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

nav.navbar.navbar-expand-lg.p-0 {}

.top-bar {
    padding: 4rem 0 0;
    margin-bottom: 4rem;
}

.topsocial ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.topsocial ul li span {
    font-size: 1rem;
    color: #fff;
    /* margin-right: 1rem; */
}

.topsocial ul li a i {
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    color: #000;
}

.topsocial {
    margin-right: 1.1rem;
}

.loc-box {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    padding: 0 15px;
}

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

.loc-box p {
    color: var(--white);
    margin: 0;
    font-weight: 300;
    line-height: 1.4;
}

.loc-box a {
    font-size: 1rem;
    color: #fff;
}

.loc-box figure {
    color: #fff;
}

.email-content p {
    justify-content: flex-end;
}

.email-content p a {
    font-size: 1rem;
    color: var(--theme-color);
    font-weight: 500;
}

a.emlquote:hover {
    background: var(--theme-color);
}

.email-content {
    text-align: center;
    display: table;
}

.an-navbar {
    background: var(--theme-color);
    position: relative;
    z-index: 11;
    padding: 0.7rem 0;
    margin-top: -60px;
}

.navbar-nav {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 11;
    /* gap: 16rem; */
}

.navbar-nav .nav-item .nav-link {
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
}

.navbar .dropdown>a:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-left: 5px;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 180px;
    position: relative;
    list-style: none;
}

.navbar .dropdown ul li a {
    padding: 10px 20px;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: none;
    color: #151515;
    display: block;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.center-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: table;
    width: 200px;
    padding: 0;
    margin-top: -32px;
}


/* li.nav-item.center-logo::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: var(--primary);
} */

.center-logo a {
    position: relative;
    z-index: 1;
}

.navbar-nav .d-flex {
    width: 41.5%;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    background: #4e5c43;
    padding: 7.4px 1rem;
    border-radius: 50px 0px 0px 50px;
}

.navbar-nav .d-flex:last-child {
    border-radius: 0 50px 50px 0;
}

.navbar .dropdown ul li a:hover {
    background: var(--theme-color);
    color: var(--white);
}


/* navigation css */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 1178px;
    background: url(../images/banner.png) no-repeat center/cover;
    display: flex;
    align-items: center;
    -webkit-mask-image: url(../images/banner-mask.png);
    mask-image: url(../images/banner-mask.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: bottom;
}

.main-slider::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--black) 30%, transparent);
    opacity: 0.5;
    pointer-events: none;
    z-index: 5;
}

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

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

.main-slider h4 {
    font-size: 27px;
    color: var(--white);
    font-family: "scriptorama";
}

.main-slider h1 span {
    color: #a6b49a;
}

.slideOne {
    position: relative;
    z-index: 5;
}

.slideOne .themeBtn {
    background: #a6b49a;
}

.slideOne .mouse {
    width: 30px;
    height: 50px;
    display: block;
    border: 1px solid var(--white);
    border-radius: 100px;
    position: relative;
    margin-top: 2rem;
}

.slideOne .mouse::before {
    content: '';
    width: 2px;
    background: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: mouseAnim 2s linear infinite alternate;
}

@keyframes mouseAnim {
    0% {
        height: 5px;
    }
    50% {
        height: 15px;
    }
    100% {
        height: 5px;
    }
}

.main-slider__img {
    width: 500px;
    height: 500px;
    position: absolute;
    border: 10px solid var(--white);
    border-radius: 2rem;
}

.main-slider__img:nth-child(1) {
    top: -3rem;
    right: -5rem;
    z-index: 4;
}

.main-slider__img:nth-child(2) {
    top: 9rem;
    right: 14rem;
}

.main-slider__img:nth-child(3) {
    top: 20rem;
    right: -26rem;
    z-index: 3;
}

.main-slider__img:nth-child(4) {
    bottom: 5rem;
    right: -7rem;
    z-index: 2;
}

.main-slider__img:nth-child(5) {
    bottom: 1rem;
    right: 21rem;
}

.bannerImg__slider .swiper-slide {
    overflow: hidden;
}

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


/* !MAIN HERO SLIDER CSS */

.subHead {
    font-size: 1.375rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #a6b49a;
    font-family: "scriptorama";
}

.mainHead {
    font-size: 3.125rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.mainHead span {
    color: #a6b49a;
}

.bn11 {
    position: absolute;
    bottom: 7rem;
    left: 3rem;
}

.bn22 {
    position: absolute;
    bottom: 7rem;
    right: 32%;
}


/* about-section */

.aboutcntnt {
    text-align: center;
}

.aboutcntnt p {
    font-size: 0.875rem;
    font-weight: 400;
    color: #777777;
}

.about-section {
    padding-top: 2rem;
}


/* about-section */


/* service-section */

.service-section {
    background: url(../images/servicebg1.png) center/cover no-repeat;
    padding: 18rem 0;
}

.service-cntnt h2 {
    font-size: 3.125rem;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.service-cntnt p {
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.8;
}

.service-section .row+.row {
    margin-top: 4rem;
}


/* service-section */


/* educate */

.educateimg {
    display: flex;
    gap: 27px;
    align-items: center;
}

.educateimg figure {
    width: 50%;
    height: 100%;
}

.educateimg figure:first-child img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.educateimg2 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

figure.educateimg2 {
    flex: 1;
}

figure.educateimg2 {
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.educatecntnt p {
    color: #777777;
    font-size: 1rem;
    line-height: 1.5;
}


/* educate */


/* testimonial-section */

.testimonialsimg {
    display: flex;
    align-items: center;
    gap: 1.125rem;
}

.customerContent p {
    font-size: 0.875rem;
    font-weight: 500;
    color: #777777;
}

.customerContent h4 {
    font-size: 1.375rem;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Big Shoulders Text";
}

.quoteimg {
    margin: 1rem 0 10px 0;
}


/* testimonial-section */


/* video-sec */

figure.videowrap {
    position: relative;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
}

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

figure.videowrap a i {
    border: 3px solid #fff;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: grid;
    place-items: center;
}

section.video-section {
    padding-bottom: 0;
    margin-bottom: 12rem;
}

.ftr11 {
    position: absolute;
    right: 3rem;
    bottom: 3rem;
}


/* video-sec */


/* Footer Sec Css Start */

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

footer ul li a {
    color: var(--white);
    font-size: 1.063rem;
}

footer ul li a:hover {
    color: #a6b49a;
}

footer h3 {
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 1rem;
    color: var(--white);
}

.list-unstyled {
    width: 100% !important;
}

.links li a {
    text-transform: capitalize;
    padding: 0 0;
}

.links li+li {
    padding-top: 4px;
}

.contactLinks li+li {
    padding-top: 1rem;
}

.contactLinks li a {
    display: inline-flex;
    align-items: start;
    gap: 5px;
}

footer p {
    font-size: 17px;
    color: var(--white);
    /* text-align: start; */
    line-height: 1.5;
}

.footForm input {
    height: 50px;
    border-radius: unset;
    padding-left: 1.5rem;
}

.footForm .themeBtn {
    font-size: 0.875rem;
    border: unset;
    padding: 1rem 2em;
    margin: 12px 0 1rem 0;
    width: 100%;
}

.footForm input::placeholder {
    font-size: 0.875rem;
    color: #888c90;
}

form.footForm {
    text-align: end;
}

.cartWraps p {
    font-size: 1.063rem;
    margin: 0;
    text-align: center;
}

.cartWraps .links {
    gap: 1rem;
}

.cartWraps .links li+li {
    padding: 0;
}

.copyRight {
    border-top: 1px solid rgb(255 255 255 / 30%);
    margin-top: 2rem;
    padding: 1rem 0;
}

footer .socialLinks {
    display: flex;
    gap: 2.5rem;
    margin-top: 1.5rem;
}

footer .socialLinks li a {
    color: var(--white);
}


/* Footer Sec Css End */

.navbar-nav .nav-item .nav-link:hover {
    color: #000;
}

.slideOne .themeBtn:hover {
    background: #fff;
    color: #000;
}

.themeBtn:hover {
    background: #000;
    color: #fff;
}

.footForm .themeBtn:hover {
    background: #fff;
    color: #000;
}


/* innerpages Start */

.main-slider--inner {
    height: 730px;
}

.main-slider--inner .main-slider__img:nth-child(1) {
    top: -8rem;
    right: -5rem;
}

.main-slider--inner .main-slider__img:nth-child(4) {
    bottom: -14rem;
}

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

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

.innerBan {
    position: relative;
}

.innerBan .bn11 {
    bottom: 5rem;
    left: 4rem;
}

.innerBan .bn22 {
    bottom: 4.5rem;
}

footer .ftr22 {
    position: absolute;
    top: 3rem;
    right: 60%;
}

footer .ftr111 {
    position: absolute;
    top: 3rem;
    right: 4rem;
}

.latests-cntnt h5 {
    font-size: 13px;
    font-weight: 500;
    color: #575655;
}

.latests-cntnt {
    margin-top: 2rem;
}

.latests-cntnt h2 {
    font-size: 1.9rem;
    font-weight: 500;
    color: #000;
    margin: 1.5rem 0;
}

.latests-cntnt a {
    font-size: 14px;
    color: #a6b49a;
    text-transform: uppercase;
    font-weight: 500;
}

section.latest-reports .row+.row {
    margin-top: 4rem;
}

.latest-wrap figure img {
    border-radius: 10px 10px 0 0;
}


/* Gallery */

.gallery-section figure a img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}


/* Contact Sec Css Start */

.contactSec {
    padding: 5rem 0;
}

.contactForm .form-group .form-control {
    height: 75px;
    border-radius: unset;
    border: unset;
    padding-left: 1.5rem;
    background: rgb(166 180 154 / 15%);
}

.contactForm .form-group .form-control::placeholder {
    font-weight: 500;
    font-size: 1.125rem;
    color: #000;
}

.contactForm .form-group textarea {
    height: 200px !important;
    padding-top: 1.5rem;
}

.contactForm .form-group {
    margin-bottom: 1.5rem;
}

.contactBox figure {
    background: #4e5c43;
    color: #a6b49a;
    width: 105px;
    height: 105px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 2.5rem;
}

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

.contactBox a {
    width: calc(100% - 140px);
    color: #0e0e37;
    font-size: 1rem;
}

.contactBox a span {
    display: grid;
    font-size: 30px;
    font-weight: bold;
    font-family: "Big Shoulders Text";
}

.contactBox+.contactBox {
    padding-top: 2rem;
}

.contactSec .mainHead {
    margin-bottom: 2rem;
}


/* Contact Sec Css End */


/* privacy & terms page*/

.privacy,
.terms {
    padding: 6rem 0;
}

.privacyContent :is(p,
li),
.termsContent :is(p,
li) {
    margin: 0 0 1rem;
    color: #828282;
}

.privacyContent p a,
.termsContent p a {
    color: var(--secondary);
    font-weight: 600;
}

.privacyContent h3,
.termsContent h3 {
    font-size: 2rem;
    font-weight: 700;
    margin: 1.125rem 0;
    text-transform: uppercase;
}

.privacyContent .list li,
.termsContent .list li {
    position: relative;
    padding-left: 1.25rem;
}

.privacyContent .list li::before,
.termsContent .list li::before {
    content: "";
    width: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--secondary);
    position: absolute;
    top: 6px;
    left: 0;
}

.pricingtable .table thead tr th,
.pricingtable .table tbody tr th,
.pricingtable .table tbody tr td {
    text-align: center;
    vertical-align: middle;
}

.pricingtable .table thead tr th,
.pricingtable .table tbody tr th {
    font-size: 1.125rem;
}

.pricingtable .table tbody tr th {
    text-align: left;
    font-weight: 400;
}

.pricingtable .table tbody tr th .font-bold {
    font-weight: 700;
}
.latest-wrap {
    margin-bottom: 1.5rem;
}
.blogPagedetail {
    padding: 20rem 0 5rem;
}
.blogPagedetail img {
    margin-bottom: 2rem;
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.blogPagedetail h2 {
    margin: 0 0 1.2rem;
}
.viewWork .themeBtn {
    border: 0;
    width: 100%;
}

button.m-phone-number-input__country-flag {background: transparent;}

/* .educatecntnt */
.educatecntnt #accordion .card {
    margin: 0;
    border: none;
}

.educatecntnt #accordion .card .btn-link {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1.875rem;
    padding: 1.125em;
    background: #FAFAFA;
    border: 1px solid #DAD6D6;
    border-radius: 0.625rem;
    color: var(--black);
    font-size: 1.125rem;
    font-weight: 500;
}

.educatecntnt #accordion .card .btn-link i {
    margin-left: auto;
    color: var(--black);
    font-size: 1rem;
}

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

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

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

.educatecntnt #accordion .card .card-body {
    padding: 0 2rem 1rem;
    font-size: 1.125rem;
}

.educatecntnt #accordion .card .card-body p {
    color: #626262;
    font-size: 1.125rem;
    margin: -.75rem 0 0;
    line-height: 2;
}

.card-body .md-title.ssa-type-header,
.card-body .md-subheading{
    display: none !important;
}

:is(.service-img--left, .service-img--right) img {
    /*mask: url(https://services1.demowebsitelinks.com/battlecatcatfishingWP/wp-content/uploads/2024/09/service1.webp) no-repeat center / contain;*/
    width: 450px;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: top;
    border-radius: 100%;
}

/*.service-img--right img {*/
/*    mask: url(https://services1.demowebsitelinks.com/battlecatcatfishingWP/wp-content/uploads/2024/09/service2.webp) no-repeat 100% 0% / contain;*/
/*}*/