@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=Montserrat:wght@500;600;700&display=swap");

:root {
    --white: #fff;
    --black: #000;
    --primary: #002666;
    --secondary: #e82429;
}

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

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

@media (min-width: 1700px) {
    .container {
        max-width: 1410px;
    }
}

section {
    position: relative;
    overflow: hidden;
}

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

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

/* loader */

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

/* loader */

/* btn css */

.themeBtn {
    background: var(--secondary);
    font-size: 1.25rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 12px 1.5em;
    border-bottom: 3px solid transparent;
    transition: 0.5s ease;
}

.themeBtn:hover {
    background: var(--primary);
    color: var(--white);
    border-bottom: 3px solid var(--secondary);
}

/* btn css */

/* navigation css */

.navbar-brand {
    position: relative;
    background: var(--white);
    width: 202px;
    height: 202px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 1rem 1rem -6.7rem 0rem;
    z-index: 11;
    transition: none;
    padding-bottom: 2rem;
}

.topBar {
    background: var(--primary);
    padding: 0.875rem 0;
}

.topBar ul li a {
    color: var(--white);
}

.callLinks {
    display: flex;
    gap: 3rem;
}

.callLinks li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.socialLink {
    display: flex;
    justify-content: end;
    gap: 6px;
}

.socialLink li a {
    border: 1px solid var(--white);
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 50px;
    font-size: 0.875rem;
    background: transparent;
    transition: 0.5s ease;
}

.socialLink li a:hover {
    background: var(--secondary);
    color: var(--white);
    border: 1px solid var(--secondary);
}

.callLinks li a i {
    font-size: 1.25rem;
}

.navbar-nav {
    align-items: center;
    gap: 1.8rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.25rem;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 1em;
    display: inline-block;
}

.navbar-nav .nav-item .nav-link:hover {
    box-shadow: 0 0 0 30px var(--primary) inset;
    border-color: var(--primary);
    color: var(--white);
}

.form-inline {
    gap: 2.5rem;
    margin-left: 6rem;
}

.form-inline a {
    color: var(--black);
    font-size: 1.5rem;
}

/* navigation css */

/* slider css */

.main-slider .content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.375);
}

.main-slider video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

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

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
    display: flex;
    align-items: end;
}

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

.slideOne {
    /* padding-bottom: 5rem; */
}

.slideOne h1 {
    margin-bottom: 0.5rem;
}

.slideOne h3 {
    color: var(--black);
    text-transform: uppercase;
    font-weight: 600;
}

.slideOne p {
    font-size: 1.25rem;
    font-style: italic;
    margin: 1.5rem 0;
}

/* slider css */

/* About Sec Css Start */

.aboutSec {
    padding: 5rem 0 8rem 0;
}

.aboutImg {
    position: relative;
}

.aboutImg:before {
    content: "";
    position: absolute;
    border: 7px solid var(--secondary);
    width: 76%;
    height: 650px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    left: 7rem;
}

.aboutImg img {
    width: 675px;
    height: 585px;
    object-fit: cover;
}

.classesInner .aboutImg img {
    width: 617px;
    height: 770px;
    object-fit: cover;
    object-position: bottom;
}

.secHeading {
    font-size: 3.125rem;
    color: var(--black);
    font-weight: bold;
    text-transform: uppercase;
}

.subHeading {
    font-size: 1.875rem;
    color: var(--black);
    font-weight: bold;
    text-transform: uppercase;
}

.aboutContent p {
    line-height: 1.9;
    color: #8d8d8d;
}

.aboutContent ul {
    list-style: disc !important;
    list-style-position: inside !important;
    color: #8d8d8d;
}

.gun3 {
    position: absolute;
    right: -3rem;
    bottom: -6rem;
}

/* About Sec Css End */

/* Training Sec Css Start */

.trainingSec {
    height: 672px;
    background: url(../images/trainingBg.jpeg) center/cover no-repeat;
    padding: 8rem 0;
}

.trainingSec::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    opacity: 80%;
    position: absolute;
    inset: 0;
}

.trainingContent p {
    color: var(--white);
    font-size: 1.125rem;
    line-height: 2.2;
    padding-bottom: 12px;
}

.trainingContent .btn-group {
    gap: 3rem;
}

.trainingContent .btn-group .btn1,
.classesInner .btn-group .btn1 {
    background: var(--secondary);
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 500;
    padding: 1.125rem 2em;
    min-width: 220px;
    display: inline-block;
    transform: skewX(338deg);
    position: relative;
    text-transform: uppercase;
}

.trainingContent .btn-group .btn1:hover,
.classesInner .btn-group .btn1:hover {
    background: var(--primary);
    color: var(--white);
}

.trainingContent .btn-group .btn1 span,
.classesInner .btn-group .btn1 span {
    transform: skewX(-338deg);
    display: block;
}

.trainingContent .btn-group .btn2 {
    background: var(--white);
    color: var(--secondary);
}

.trainingContent .btn1:after,
.trainingContent .btn1:before,
.classesInner .btn1::after,
.classesInner .btn1::before {
    content: "";
    position: absolute;
    display: block;
    border: 0px solid transparent;
    width: 0%;
    height: 0%;
    transition: all 0.3s ease;
}

.trainingContent .btn1:before,
.classesInner .btn1:before {
    content: "";
    width: 0%;
    height: 0%;
    position: absolute;
    right: -7px;
    bottom: -7px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
}

.trainingContent .btn1:after,
.classesInner .btn1:after {
    width: 0%;
    height: 0%;
    top: -7px;
    left: -7px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.trainingContent .btn1:hover:before,
.trainingContent .btn1:hover:after,
.classesInner .btn1:hover:before,
.classesInner .btn1:hover:after {
    width: 20px;
    height: 20px;
    border-color: var(--white);
}

.trainingImg img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}

.gun1 {
    left: -16rem;
}

.gun2 {
    right: -18rem;
}

/* Training Sec Css End */

/* Program Sec Css Start */

.programSec {
    background: url(../images/programBg.jpeg) center/cover no-repeat;
    padding: 7rem 0 6rem 0;
}

.programSec::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--black);
    opacity: 85%;
    position: absolute;
    inset: 0;
}

.programContent h3 {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
}

.programContent h3 span {
    font-size: 1.375rem;
    font-family: "Poppins";
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    font-style: italic;
}

.programContent p {
    font-size: 0.9375rem;
    color: var(--white);
    line-height: 1.8;
}

.programWraps {
    position: relative;
    overflow: hidden;
}

.programWraps img {
    width: 100%;
    height: 434px;
    object-fit: cover;
}

.programWraps3 img {
    object-position: top;
}

.programContent {
    position: absolute;
    bottom: -6rem;
    left: 0;
    width: 100%;
    padding: 1rem 1rem 2rem 1rem;
    z-index: 1;
    transition: 0.5s ease;
}

.programContent:before {
    content: "";
    position: absolute;
    background: var(--secondary);
    width: 100%;
    height: 48%;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s ease;
}

.programSlider .swiper-slide-active .programContent::before {
    height: 100%;
}

.programSlider .swiper-slide-active .programContent {
    bottom: 0;
}

.programSlider {
    margin: 0 -5rem;
    padding-bottom: 3.5rem;
}

.programSlider .swiper-pagination-bullet {
    background: rgb(255 255 255 / 25%);
    width: 12px;
    height: 12px;
    opacity: 1;
}

.programSlider .swiper-pagination-bullet-active {
    background: var(--white);
    width: 16px;
    height: 16px;
}

.programSlider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Program Sec Css End */

/* Instructor Sec Css Start */

.instructorSec {
    padding: 5rem 0;
}

.instructorWraps figure {
    text-align: center;
    border: 5px solid var(--secondary);
    /* padding-top: 2.5rem; */
    width: 100%;
    height: 450px;
    overflow: hidden;
}

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

.instructorContent {
    text-align: center;
    margin-top: 1rem;
}

.instructorContent h3 {
    line-height: 1.4;
}

.instructorContent h3 span {
    display: block;
    font-size: 1.25rem;
    text-transform: capitalize;
    color: var(--primary);
    font-weight: 600;
}

.instructorSlider {
    padding-bottom: 4rem;
}

.instructorSlider .swiper-pagination-bullet {
    background: rgb(0 38 102 / 25%);
    width: 12px;
    height: 12px;
    opacity: 1;
}

.instructorSlider .swiper-pagination-bullet-active {
    background: var(--primary);
    width: 16px;
    height: 16px;
}

.instructorSlider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Instructor Sec Css End */

/* Membership Sec Css Start */

.membershipSec {
    background: #fafafa url(../images/memberBg.png) center/cover no-repeat;
    padding: 6rem 0 8rem 0;
    z-index: -1;
}

.memberBox {
    background: var(--primary);
    text-align: center;
    padding: 4rem 0 3rem 0;
    position: relative;
}

.memberBox:before {
    content: "";
    position: absolute;
    border: 5px solid var(--secondary);
    width: 100%;
    height: 100%;
    left: -2rem;
    z-index: -1;
    top: 2rem;
}

.whiteBox:before {
    left: unset;
    right: -2rem;
}

.memberBox h3 {
    color: var(--white);
    line-height: 1.5;
}

.memberBox p {
    font-size: 1.125rem;
    color: var(--white);
    font-family: "Montserrat";
    line-height: 2.2;
    width: 58%;
    margin: 0 auto 1rem;
}

.memberBox a {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat";
    color: var(--white);
}

.whiteBox {
    background: var(--white);
}

.whiteBox h3,
.whiteBox p,
.whiteBox a {
    color: var(--black);
}

/* Membership Sec Css End */

/* Testimonial Sec Css Start */

.testimonialSec {
    padding: 6rem 0;
}

.testimonialWrap {
    border: 1px solid #d6d6d6;
    padding: 2rem 1.7rem;
    border-radius: 30px;
    background: #f8f8f8;
}

.testimonialWrap ul {
    display: flex;
    gap: 5px;
    padding: 0.875rem 0 8px 0;
    align-items: var();
}

.testimonialWrap ul li i {
    color: #ffcc00;
}

.testimonialWrap ul li span {
    font-size: 1.125rem;
    color: #535353;
    margin-left: 10px;
    font-weight: 300;
}

.testimonialWrap p {
    color: #535353;
    font-style: italic;
    line-height: 1.9;
    font-size: 1.25rem;
    margin-bottom: 8px;
}

.testUser {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-top: 1px solid rgb(112 112 112 / 24%);
    padding-top: 1.2rem;
}

.testUser img {
    border-radius: 10px;
}

.testUser h4 {
    font-size: 1.4375rem;
    color: var(--black);
    font-weight: 600;
    line-height: 1.5;
}

.testUser h4 span {
    display: block;
    font-size: 1rem;
    color: var(--secondary);
}

.testimonialSlider .swiper-slide-active .testimonialWrap {
    background: var(--primary);
    border: 1px solid var(--primary);
}

.testimonialSlider .swiper-slide-active .testimonialWrap ul li span,
.testimonialSlider .swiper-slide-active p,
.testimonialSlider .swiper-slide-active .testUser h4,
.testimonialSlider .swiper-slide-active .testUser h4 span {
    color: var(--white);
}

.testimonialSlider .swiper-slide-active .testimonialWrap>img {
    filter: brightness(0) invert(1);
}

.testimonialSlider {
    padding-bottom: 4rem;
}

.testimonialSlider .swiper-pagination-bullet {
    background: rgb(0 38 102 / 25%);
    width: 12px;
    height: 12px;
    opacity: 1;
}

.testimonialSlider .swiper-pagination-bullet-active {
    background: var(--secondary);
    width: 16px;
    height: 16px;
}

.testimonialSlider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Testimonial Sec Css End */

/* Brand Sec Css Start */

.brandSecWrapper {
    padding: 2rem 0;
    background: #f8f8f8;
}

.brandSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .brandSlider .swiper-wrapper {
    align-items: center;
    justify-content: space-between;
} */
.logoWraps {
    width: 20%;
}

.logoWraps :is(img, svg) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}

.logoWraps:hover img {
    filter: grayscale(0);
}

/* Brand Sec Css End */

/* Footer Css Start */

footer {
    background: #00163a;
    padding-top: 5rem;
}

footer h3 {
    font-size: 1.25rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 1rem;
}

footer ul li a {
    color: var(--white);
    line-height: 1.7;
}

footer ul li a:hover {
    color: var(--secondary);
}

.contactInfo li+li {
    padding-top: 1.2rem;
}

.links li a {
    text-transform: uppercase;
}

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

footer p {
    color: var(--white);
}

.footForm input {
    width: 100%;
    background: transparent;
    border: unset;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    height: 50px;
    color: var(--white);
    font-size: 0.875rem;
}

.footForm input::placeholder {
    color: rgb(255 255 255 / 50%);
}

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

.footForm i {
    color: var(--white);
    margin-left: -1rem;
}

.copyRight .socialLink,
.our-instructors-content .socialLink {
    gap: 12px;
}

.copyRight .socialLink li a,
.our-instructors-content .socialLink li a {
    width: 48px;
    height: 48px;
    font-size: 1.125rem;
}

.copyRight {
    border-top: 1px solid #d7d7d7;
    margin-top: 4rem;
    padding: 1.5rem 0;
}

/* Footer Css End */

/* / sraachbar start / */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}

/* / sraachbar end / */

/* inner-pages */

.innerBanner {
    width: 100%;
    height: 700px;
    background-image: url("../images/mainBnnr.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.innerBanner-content h1 {
    font-size: 4rem;
    font-weight: 700;
}

.aboutSec-inner {
    padding-top: 7rem;
}

.aboutSec-inner2 .aboutImg::before {
    width: 78%;
    height: 680px;
    left: 8rem;
}

.classesInner .row {
    margin: 8rem 0;
}

:is(.classesInner .row, .our-instructors .row):first-child {
    margin-top: 0;
}

:is(.classesInner .row, .our-instructors .row):last-child {
    margin-bottom: 0;
}

:is(.classesInner .row, .our-instructors .row):nth-child(even) {
    flex-direction: row-reverse;
}

.classesInner .btn1:hover:before,
.classesInner .btn1:hover:after {
    border-color: var(--secondary);
}

/* our-instructors */

.our-instructors,
.contact-us {
    padding: 6rem 0;
}

.our-instructors-img {
    padding: 4rem 0 0 0;
    border: 7px solid var(--secondary);
}

.our-instructors img {
    width: 390px;
    display: block;
    margin: 0 auto;
}

.our-instructors-content .socialLink li a {
    border-color: var(--secondary);
    color: var(--secondary);
}

.our-instructors-content .socialLink li a:hover {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.our-instructors .row {
    margin: 4rem 0;
}

/* contact-us */

.inputField {
    margin-right: 1rem;
}

.inputField :is(input, textarea) {
    padding: 1rem;
    height: unset;
    margin: 0.65rem 0;
    resize: none;
}

::placeholder {
    color: #c0c0c0;
}

.inputField .themeBtn {
    margin-top: 1rem;
    border: none;
    outline: none;
}

.call-to-action {
    width: 250px;
    height: 250px;
    background-color: #ffffff;
    box-shadow: 0px 3px 15px #00000010;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease-in-out;
}

.contactDetails :is(h5, h6) {
    color: var(--black);
}

.contactDetails:hover .call-to-action {
    transform: scale(1.05);
    box-shadow: 0px 3px 32px #00000030;
}

.classesInner .secHeading {
    font-size: 2rem;
}

.classesInner .subHeading {
    font-size: 1.5rem;
}

.classesInner ul li a {
    color: #8d8d8d;
}

.classesInner ul {
    list-style: auto;
    list-style-position: inside;
    margin-bottom: 10px;
}

.classesInner ul li+li {
    padding-top: 5px;
}

.classesInner .disc {
    list-style: disc;
    list-style-position: inside;
    color: #8d8d8d;
}

.termsSec {
    padding: 4rem 0;
}

.terms {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.terms li a {
    text-transform: uppercase;
}

section.our-instructors .aboutContent ul {
    list-style: none !important;
}

.abt4-img img ,
.object--top img
{object-position: top !important;}


