@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=Russo+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #00BCE7;
    --secondary: #35373E;
}

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

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

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

section {
    position: relative;
}

h1,
h2,
h3 {
    font-family: 'Russo One', 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: transparent;
    font-size: 1.4375rem;
    color: var(--white);
    display: inline-block;
    padding: 0.75rem 3em;
    border: 2px solid var(--primary);
    line-height: normal;
    font-family: 'Russo One';
}

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


/* btn css */


/* navigation css */

header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 111;
    top: 0;
    width: 100%;
    padding-top: 1rem;
    transition: 0.3s ease-in-out;
}

.form-inline a {
    font-family: 'Russo One', sans-serif;
    color: var(--white);
}

.form-inline ul {
    display: flex;
    gap: 3rem;
    text-align: center;
    align-items: center;
    margin-right: 3rem;
}

.form-inline ul li a {
    text-transform: uppercase;
}

.form-inline ul li a span {
    display: block;
}

.calltoAct {
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

header .navbar-nav {
    margin-right: 10rem;
}


/* navigation css */


/* slider css */

.main-slider {
    height: 1080px;
    position: relative;
}

.main-slider:before {
    content: "";
    position: absolute;
    background: linear-gradient(270deg, #00BCE7, #4d049500);
    width: 466px;
    height: 466px;
    border-radius: 100%;
    top: -13rem;
    z-index: 1;
    opacity: 0.16;
    left: -16rem;
    overflow: hidden;
}

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


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

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

.banImages img {
    position: absolute;
    bottom: 0;
    right: -15rem;
    top: 0;
    margin: auto;
}

.banImg {
    bottom: -7.8rem !important;
}

.slideOne h1 {
    font-size: 7.5rem;
    color: var(--white);
    text-transform: uppercase;
    line-height: 0.8;
}

.slideOne h2 {
    font-size: 14.1875rem;
    color: var(--white);
    line-height: 0.9;
}

.slideOne p {
    font-size: 2.0625rem;
    color: var(--white);
    font-weight: 500;
}

.slideOne .searchForm input {
    height: 65px;
    border: unset;
    width: 27%;
    padding-left: 2rem;
    font-size: 1.125rem;
}

.slideOne .searchForm button {
    font-size: 1.4375rem;
    border: unset;
    background: var(--primary);
    color: var(--white);
    font-family: 'Russo One';
    border-radius: 0 7px 7px 0;
    padding: 15.3px 2em;
    margin-left: -6px;
}

.slideOne .searchForm {
    display: flex;
    align-items: center;
    margin-top: 300px;
    justify-content: center;
}

.slideOne h2 span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white);
    white-space: nowrap;
    overflow: hidden;
}

.socialLinks {
    position: absolute;
    left: 5%;
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
    text-align: center;
    top: 41%;
}

.socialLinks li a {
    color: var(--white);
    font-size: 1.25rem;
    transition: 0.5s ease-in-out;
}

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

.socialLinks:before {
    content: "";
    position: absolute;
    background: var(--white);
    width: 1px;
    height: 126px;
    top: -10rem;
    left: 0;
    right: 0;
    margin: auto;
}

.scroll {
    position: absolute;
    bottom: 4rem;
    left: 15rem;
}


/* slider css */


/* About Sec Css Start */

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

.aboutBox {
    color: var(--white);
    background: var(--secondary);
    margin-left: -20rem;
    padding: 2rem 4rem 2rem 4rem;
}

.aboutBox h2 span {
    font-size: 1.5625rem;
    display: block;
    font-family: 'Jost';
    text-transform: capitalize;
}

.aboutBox h2 {
    font-size: 3.125rem;
    text-transform: uppercase;
}

.aboutBox p {
    font-size: 0.9375rem;
    line-height: 1.7;
}


/* About Sec Css End */


/* Counter Sec Css Start */

.counterSec {
    background: var(--secondary);
    padding: 5rem 0 2rem 0;
}

.counter h2 {
    color: var(--primary);
    font-size: 8.125rem;
    line-height: 0.8;
}

.counter h3 {
    font-size: 1.5625rem;
    color: var(--white);
    text-transform: uppercase;
}

.counter {
    text-align: center;
}

.counterWraps {
    display: flex;
    justify-content: space-around;
}

.counterBorder {
    position: relative;
}

.counterBorder:before {
    content: "";
    position: absolute;
    background: #9D9D9D;
    width: 1px;
    height: 105px;
    left: -6rem;
}

.counterBorder:after {
    content: "";
    position: absolute;
    background: #9D9D9D;
    width: 1px;
    height: 105px;
    top: 0;
    right: -6rem;
}


/* Counter Sec Css End */


/* Service Sec Css Start */

.serviceSec {
    background: #1C1D23;
    padding: 2rem 0;
}

.serviceSec .row + .row {
    padding-top: 2.5rem;
}

.secHeading {
    font-size: 6.25rem;
    color: var(--white);
    text-transform: uppercase;
}

.serviceWraps {
    position: relative;
    margin-bottom: 1.5rem;
}

.serviceWraps figure {
    position: relative;
    overflow: hidden;
}

.serviceWraps figure img {
    transition: 0.5s ease-in-out;
    height: 450px;
    object-fit: cover;
    width: 100%;
}

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

.serviceContent h4 {
    font-size: 1.875rem;
    color: var(--white);
    z-index: 1;
}

.serviceContent {
    position: absolute;
    bottom: 1rem;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: center;
}

.serviceContent:before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #000000, #00000000);
    width: 100%;
    height: 127px;
    bottom: -1rem;
}


/* Service Sec Css End */


/* Before After Sec Css Start */

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

.beforeafterSec .swiper-button-next:after,
.beforeafterSec .swiper-button-prev:after {
    color: var(--white);
    font-size: 20px;
}

.beforeafterSec .swiper-button-next {
    right: 12rem;
}

.beforeafterSec .swiper-button-next,
.beforeafterSec .swiper-button-prev {
    bottom: 17%;
    top: inherit;
}

.beforeafterSec .swiper-button-prev {
    left: 12rem;
}

.mySwiper {
    margin-top: 2rem;
}

.mySwiper img {
    width: 100%;
}


/* Before After Sec Css End */


/* Shop Sec Css Start */

.shopSec {
    background: #1C1D23;
    padding: 3rem 0 4rem 0;
}

.shopWraps {
    background: #3C3D44;
    padding: 4rem 0 1rem 0;
    position: relative;
    border: 1px solid #58595E;
}

.shopWraps figure {
    text-align: center;
    border-bottom: 1px solid #58595E;
}

.shopContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem 0 1.25rem;
}

.shopContent ul {
    display: flex;
    gap: 3px;
}

.shopContent h4 {
    color: var(--white);
    font-size: 1.125rem;
    margin: 0;
}

.shopContent ul li i {
    color: #D57F1C;
    font-size: 0.75rem;
}

.cart i {
    background: var(--primary);
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    color: var(--white);
    font-size: 1.375rem;
}

/*.cart {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    display: none;*/
/*}*/

.shopSec .swiper-slide-next .cart {
    display: block;
}

.shopSec .swiper-button-next:after,
.shopSec .swiper-button-prev:after {
    font-size: 1.125rem;
    color: var(--white);
}

.shopSec .swiper-button-next,
.shopSec .swiper-button-prev {
    border: 2px solid var(--white);
    width: 73px;
    height: 73px;
    border-radius: 50px;
    top: 40%;
}

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

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

.shopSlider .swiper-pagination-bullet {
    background: rgb(255 255 255 / 22%);
    width: 13px;
    height: 13px;
    opacity: 1;
}

.shopSlider .swiper-pagination-bullet-active {
    background: var(--white);
}

.shopSlider {
    padding-bottom: 4rem;
}


/* Shop Sec Css End */


/* Video Sec Css Start */

.videoSec {
    background: var(--black);
    padding: 4rem 0 1rem 0;
}

.videoWraps figure {
    position: relative;
}

.videoWraps figure:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 62%);
    width: 100%;
    height: 100%;
}

.videoWraps {
    position: relative;
}

.videoIcon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: grid;
    place-items: center;
    width: fit-content;
    margin: auto;
}

.videoIcon i {
    border: 2px solid var(--white);
    width: 120px;
    height: 120px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 1.8rem;
    color: var(--white);
}

.videoSlider .swiper-pagination-bullet {
    background: rgb(255 255 255 / 37%);
    width: 7px;
    height: 7px;
    opacity: 1;
}

.videoSlider .swiper-pagination-bullet-active {
    background: var(--white);
}

.videoSec .swiper-button-next:after,
.videoSec .swiper-button-prev:after {
    font-size: 1.125rem;
    color: var(--white);
}

.videoSec .swiper-button-prev {
    left: 23%;
}

.videoSec .swiper-button-next {
    right: 23%;
}

.videoSec .swiper-button-next,
.videoSec .swiper-button-prev {
    top: 60%;
}


/* Video Sec Css End */


/* Testimonial Sec Css Start */

.testimonialSec {
    background: url(../images/testimonialBg.png) center/cover no-repeat;
    padding-top: 2rem;
}

.testimonialBox {
    background: #3C3D44;
    border-radius: 20px;
    padding: 1.5rem 1.5rem 2rem 3rem;
    box-shadow: 0 10px 0 rgb(0 0 0 / 16%);
}

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

.userWraps h5 span {
    display: block;
    margin-bottom: 8px;
}

.userWraps h5 {
    font-size: 1.4375rem;
    color: var(--white);
}

.testimonialBox div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-bottom: 7px;
}

.testimonialBox p {
    font-size: 1.25rem;
    color: var(--white);
    line-height: 1.9;
    width: 81%;
}

.testimonialImg {
    margin-left: -15rem;
}

.testimonialSlider {
    padding-bottom: 4rem;
}

.testimonialSlider .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    background: #63676A;
    opacity: 1;
}

.testimonialSlider .swiper-pagination-bullet-active {
    width: 1.125rem;
    height: 1.125rem;
}

.testimonialSlider .swiper-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}


/* Testimonial Sec Css End */


/* Join Sec Css Start */

.joinSec {
    background: var(--primary);
    padding: 3rem 0;
}

.joinWraps h3 {
    color: var(--white);
    font-size: 2.5rem;
    margin: 0;
}

.joinWraps a {
    font-size: 1.5625rem;
    background: var(--white);
    color: var(--black);
    font-family: 'Russo One';
    padding: 0.75rem 3.7em;
    text-transform: uppercase;
}

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


/* Join Sec Css End */


/* Insta Sec Css Start */

.instaWrap {
    position: relative;
}

.instaIcon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    opacity: 0;
}

.instaIcon i {
    color: var(--white);
    font-size: 3rem;
}

.instaSlider .swiper-slide-next .instaWrap figure {
    position: relative;
}

.instaSlider .swiper-slide-next .instaWrap figure:before {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 49%);
    width: 100%;
    height: 100%;
}

.instaSlider .swiper-slide-next .instaIcon {
    opacity: 1;
}


/* Insta Sec Css End */


/* Footer Sec Css Start */

footer {
    background: #0C0D11;
    padding-top: 4rem;
}

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

footer h3 {
    color: var(--white);
    font-size: 1.5625rem;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 1rem;
}

.links li a {
    color: var(--white);
    font-size: 0.875rem;
}

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

.contactLinks li a {
    color: #9D9D9D;
    font-size: 0.875rem;
    font-weight: 500;
}

.contactLinks li a span {
    display: block;
    color: var(--white);
    font-weight: bold;
}

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

footer h3:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 22px;
    height: 2px;
    bottom: -2px;
}

.footBottom p {
    font-size: 1.125rem;
    color: var(--white);
    font-family: 'Russo One';
}

.footBottom {
    background: #07070A;
    border-top: 1px solid #707070;
    padding: 1.5rem 0 0 0;
    margin-top: 4rem;
}


/* Footer Sec 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: 0.9375rem;
    right: 0.9375rem;
    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: 0.9375rem 120px;
    font-size: 20px;
}


/* / sraachbar end /


/* Menu Css Start */

.menu-toggler {
    display: inline-flex;
    align-items: center;
    outline: 0;
    background-color: transparent;
    border: 0;
    padding: 4px 0;
    z-index: 2222;
    position: absolute;
    left: 8.4%;
    top: 3.9rem;
    transform: translate(-90%, -20%);
}

.menu-toggler .navbar-icon {
    height: 30px;
    width: 53px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.menu-toggler .navbar-icon span {
    height: 3px;
    width: 55px;
    background-color: var(--white);
    display: flex;
    position: relative;
    transition: all ease 0.5s;
}

.menu-toggler.active span {
    background-color: var(--white);
}

.menu-toggler .navbar-icon > span:nth-child(2) {
    margin: 10px 0;
    width: 38px;
    display: table;
    margin-right: auto;
}

.menu-toggler.active .navbar-icon > span:not(:nth-child(2)) {
    position: absolute;
}

.menu-toggler.active .navbar-icon > span:nth-child(1) {
    transform: rotate(45deg);
}

.menu-toggler.active .navbar-icon > span:nth-child(3) {
    transform: rotate(-45deg);
}

.menu-toggler.active .navbar-icon > span:nth-child(2) {
    opacity: 0;
}


/* header .logo {
	display: table;
	margin: 0 auto;
	width: 14rem;
  } */


/*overlay nav*/

.navigation-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1111;
}

.navigation-menu .navigation-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.navigation-menu .navigation-bg.one {
    width: 4px;
    background-color: rgb(0 188 231 / 50%);
    backdrop-filter: blur(5px);
}

.navigation-menu .navigation-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.navigation-menu .nav-inner {
    position: relative;
    text-align: left;
    /* margin-left: 7rem; */
}

.navigation-menu .nav-inner .nav-link {
    font-size: 25px;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--white);
    display: flex;
    align-items: flex-end;
    justify-content: left;
    text-align: left;
    margin-left: 10rem;
}

.HomeMenu h3 {
    font-size: 0.875rem;
    text-transform: uppercase;
    color: var(--white);
    margin: 0 0 0 1rem;
}

.navbar {
    padding: 0;
    justify-content: space-between;
}

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

.innerBanner .slideOne {
    z-index: 1;
}

.list-inline {
    width: 520px;
}

.centerLogo img {
    width: 300px;
}


/* Menu Css End */

.preLoader video {
    width: 500px;
    height: 100%;
    object-fit: contain;
}


/* Inner Pages Css Start */

.innerBanner {
    position: relative;
    height: auto;
}

.innerBanner .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.innerBanner .overlay h2 {
    font-size: 5.3125rem;
    color: var(--white);
    text-transform: uppercase;
}

.innerBanner .banImg {
    right: -1rem;
    bottom: -9.2rem !important;
}

.subHead {
    font-size: 3.125rem;
    color: var(--white);
    text-transform: uppercase;
}

.contactForm .form-group .form-control {
    background: transparent;
    border: unset;
    border-bottom: 2px solid var(--white);
    border-radius: unset;
    color: var(--white);
    height: 50px;
}

.contactForm .form-group .form-control::placeholder {
    color: var(--white);
    font-size: 1.25rem;
}

.contactForm .form-group textarea {
    margin-top: 8rem;
}

.contactInner {
    padding: 4rem 0;
}

.contactForm .themeBtn {
    font-size: 1.5625rem;
    text-transform: uppercase;
    color: var(--black);
    background: var(--white);
    border: 1px solid var(--white);
}

.contactInform {
    display: flex;
    gap: 8rem;
    justify-content: center;
    margin-top: 5rem;
}

.contactInform li a span {
    display: block;
    font-size: 2.125rem;
    color: var(--white);
    font-family: 'Russo One';
}

.contactInform li a {
    font-size: 2.0625rem;
    color: #9D9D9D;
    line-height: 1.2;
}

.shopInner .shopWraps {
    transition: 0.5s ease-in-out;
}

.shopInner .shopWraps:hover .cart {
    display: block;
}

.shopInner .row + .row {
    padding-top: 1.2rem;
}

.personalInner .videoWraps figure:before {
    display: none;
}

.personalInner .row + .row {
    padding-top: 2rem;
}

.serviceText h2 {
    font-family: 'Jost';
    text-transform: capitalize;
    font-weight: 400;
}

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

.serviceInner .row + .row {
    padding-top: 4rem;
}

.programText h3 {
    font-size: 2rem;
    color: var(--white);
    text-transform: uppercase;
}

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

.programText {
    padding-top: 1.2rem;
}

.programInner .row + .row {
    padding-top: 4rem;
}

.programInner {
    padding: 6rem 0 5rem 0;
}

.aboutInner h2 {
    font-size: 2.5rem;
}

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

.aboutInner h2 span {
    font-size: 1.5625rem;
    display: block;
    text-transform: capitalize;
    padding-bottom: 12px;
}

.aboutInner {
    padding: 5rem 0;
}

.ServiceSect {
    padding: 17rem 0 24rem 0;
}

.ServiceSect:before {
    position: absolute;
    content: "";
    height: 233px;
    bottom: 6rem;
    left: 24%;
    background-color: #9E9E9E;
    width: 1px;
    z-index: 1;
}

.aboutInner .aboutBox {
    background-color: #35373E;
    padding: 3rem 7rem 5rem 3rem;
    width: 88%;
    margin: -13rem 0 0 2rem;
}

.aboutInner .abtImg {
    position: absolute;
    right: -2rem;
    bottom: -19rem;
}

.aboutInner .aboutHead {
    z-index: 1;
    position: relative;
}


/* Inner Pages Css End */
.abtContent {
    margin: 2rem 0 0;
}

.abtContent h2 {
    color: #fff;
    font-size: 2.5rem;
}

.abtContent p {
    font-size: 1.125rem;
    color: #fff;
}

.testimonialBox .userWraps figure img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.personalUl li {
    font-size: 1.5rem;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.personalInner .row {
    gap: 2rem 0;
}
.comingSoon {
    font-size: 7rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-transform: unset;
}

/*wp css start*/

.detailPage .cart {
    position: static;
    display: block;
}

.detailPage .cart i {
    background: transparent;
    width: auto;
    height: auto;
}

.detailPage .cart .btn.btn-warning {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*wp css end*/


.memecard {
    background: var(--black);
    padding: 3.125rem 3rem 2rem 3rem;
    border-radius: 20px;
    padding-top: 19rem;
}

.memecard h3 {
    font-size: 2.5rem;
    color: var(--white);
}

.memecard ul {
    list-style: disc;
    list-style-position: inside;
    accent-color: var(--primary);
}

.memecard ul li {
    color: var(--white);
    font-size: 22px;
}


.memecard ul li+li {
    margin-top: 30px;
}

.memecard ul li::marker {
    color: var(--primary);
}

.box {
    width: 420px;
    height: 352px;
    margin: auto;
    position: absolute;
    display: grid;
    place-items: center;
    top: -4rem;
    left: 21%;
}

.box .main {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    fill: var(--white);
    stroke: var(--primary);
    stroke-width: 10px;
}

.box .maininner {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 315px;
    height: 265px;
    fill: var(--primary);
}

.box div {
    z-index: 999;
    width: 100%;
    text-align: center;
}

section.membershipCard {
    padding: 4rem 0;
}

.box h4 {
    font-size: 90px;
    color: #fff;
    font-weight: 400;
    font-family: 'Russo One';
    line-height: 1;
    margin-top: -2rem;
}

.box p {
    font-size: 33px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: #000;
    max-width: 224px;
    margin: auto;
}

.memecard .themeBtn {
    background: var(--primary);
    margin-top: 1rem;
}

.memecard h5 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-top: 2rem;
}

h2.boxhead {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 6rem;
    font-weight: 400;
}


.box.box2 h4 {
    font-size: 42px;
    font-weight: 400;
    text-align: center;
}

.box.box2 h6 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.memecard.smallcard ul li {
    font-size: 13px;
}

.box.box2 {
    width: 270px;
    height: 230px;
    left: 23%;
}



.box.box2 .maininner {
    width: 200px;
    height: 171px;
}

.memecard.smallcard {
    padding-top: 12rem;
}

.memecard.smallcard h5 {
    font-size: 13px;
}

.memecard.smallcard .themeBtn {
    font-size: 21px;
    font-weight: 400;
}

section.gympartsSec {
    padding: 5rem 0;
}

.gymcntnt h4 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    margin-top: 1rem;
}

.gymwrap figure img {
    min-height: 164px;
}

.gymwrap {
    text-align: center;
}

.gymwrap {
    border-right: 1px solid #AEAEAE;
    border-bottom: 1px solid #AEAEAE;
    padding: 28px 0;
}

.gymwrap.gymright {
    border-right: unset;
}

section.gymthing {
    background: #000;
    padding: 6rem 0;
}

.thingwrap h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.thingwrap h2 span {
    color: var(--primary);
}

img.img-fluid.gym11 {
    position: absolute;
    left: -27px;
    top: 5px;
}

img.img-fluid.gym22 {
    position: absolute;
    right: -12rem;
    top: 6px;
}

.gymwrap.gymlft {
    border-bottom: unset;
}

footer .socialLinks {
    display: flex;
    align-items: center;
    flex-direction: inherit;
    position: unset;
    margin-top: 20px;
    gap: 30px;
}

footer .socialLinks:before {
    display: none;
}

.page-template-Contact-Us .searchForm {
    display: flex;
    align-items: center;
    /* margin-top: 300px; */
    justify-content: center;
}

.page-template-Contact-Us .searchForm input[type="text"] {
    height: 65px;
    border: unset;
    width: 27%;
    padding-left: 2rem;
    font-size: 1.125rem;
}

.page-template-Contact-Us .searchForm button {
    font-size: 1.4375rem;
    border: unset;
    background: var(--primary);
    color: var(--white);
    font-family: 'Russo One';
    border-radius: 0 7px 7px 0;
    padding: 15.3px 2em;
    margin-left: -6px;
}

.col-bg-cont {
    margin-bottom: 60px;
}