@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

body {
    color: #393939;
    overflow-x: hidden;
    word-break: break-word;
    background-color: #080808;
    font: 15px/25px 'Montserrat', sans-serif;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

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

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

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


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

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

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: 'Aileron';
    src: url(../fonts/Aileron-Black.otf);
}

@font-face {
    font-family: 'AileronRegular';
    src: url(../fonts/Aileron-Regular.otf);
}

@font-face {
    font-family: 'AGENCYB';
    src: url(../fonts/AGENCYB.TTF);
}

@font-face {
    font-family: 'AgencyFB Light';
    src: url(../fonts/AgencyFB\ Light\ Regular.otf);
}

/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

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

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    color: #fff;
    margin: 0 0 0px;
    font-size: 115px;
    font-weight: 500;
    font-style: italic;
    line-height: 130px;
    font-family: 'Aileron';
    text-transform: uppercase;
}

h2 {
    color: #fff;
    font-size: 65px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Aileron';
}

h3 {
    color: #fff;
    font-size: 35px;
    margin: 0 0 0px;
    font-weight: 600;
    font-family: 'Aileron';
}

h4 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Aileron';
}

h5 {
    color: #fff;
    font-size: 16px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Aileron';
}

h6 {
    color: #fff;
    font-size: 14px;
    margin: 0 0 0px;
    font-weight: 500;
    font-family: 'Aileron';
}

p {
    margin: 0px;
    font-size: 12px;
    color: #adadad;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.theme-1 {
    align-items: center;
    background-image: linear-gradient(90deg, #ec13b5, #b45bc9 50%, #3af4ec);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #51a3fd;
    display: flex;
    font-weight: 500;
    font-size: 18px;
    justify-content: center;
    line-height: 1em;
    max-width: fit-content;
    min-width: 140px;
    padding: 3px;
    text-transform: uppercase;
    text-decoration: none;
    user-select: none;
    font-family: 'Montserrat';
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
}

.theme-1:active,
.theme-1:hover {
    outline: 0;
}

.theme-1 span {
    background-color: rgb(14 11 19);
    padding: 20px 35px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.theme-1:hover span {
    color: #fff;
    background: none;
}

.theme-1:active {
    transform: scale(0.9);
}

.add-padding {
    margin: auto;
    max-width: 1800px;
}

/*header css start */

.menuSec {
    padding: 0px 0;
    height: 100%;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    gap: 6%;
    margin: 0;
    padding: 0;
    height: 100%;
    display: flex;
    list-style: none;
    position: relative;
    text-align: center;
    align-items: center;
    text-transform: capitalize;
    justify-content: flex-end;
}

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
}

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

.header-background {
    padding: 15px 5px;
}

.header-logo {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-shop-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain !important;
}

.header-logo img {
    height: 50px;
}

.header-shop-icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuSection .container-fluid {
    padding: 0px 6%;
}

/*header css start */

/*banner css start */

.main_slider {
    min-height: 100vh;
    padding: 200px 0px 50px;
    background-image: url(../images/banner-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner_text h1 {
    color: #fff;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: transparent;
}

.banner_text h1 span {
    right: 50px;
    font-size: 230px;
    position: relative;
    -webkit-text-stroke-width: 3;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-color: #fff;
}

.banner_text h1 svg {
    top: 40px;
    height: 90px;
    display: flex;
    margin-left: 15px;
    position: relative;
    align-items: center;
}

.banner_text h1 svg text {
    font-size: 90px;
    stroke-width: 3px;
    font-style: italic;
}

.banner_text form {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner_text form input {
    width: 100%;
    height: 62px;
    color: #fff;
    border-radius: 5px;
    padding-left: 15px;
    border: 2px solid #fff;
    background-color: transparent;
}

.banner_text form input::placeholder {
    color: #fff;
}

.banner_text form button {
    flex-shrink: 0;
}

.scrol-down {
    margin-top: 70px;
}

.scrol-down a {
    gap: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.scrol-down a h5 {
    font-weight: 400;
    text-align: center;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.scrol-down a h5 span {
    top: 5px;
    font-weight: 600;
    position: relative;
}

.scrol-down a i {
    color: #fff;
    font-size: 60px;
}

/*banner css end*/

/* meet-sec */

.meet-sec {
    position: relative;
    padding-bottom: 200px;
    background-image: url(../images/meet-bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.meet-sec::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
}

.meet-sec .container {
    position: relative;
}

.meet-text a.meet-logo-box {
    width: 100px;
    height: 100px;
    margin-top: 50px;
    margin-bottom: 100px;
}

.meet-text a.meet-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.meet-text h5 {
    font-size: 12px;
    color: #7b7b7b;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 4px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.meet-text h2 {
    font-size: 75px;
    font-style: italic;
    text-transform: uppercase;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: transparent;
}

.meet-text h3 {
    font-size: 75px;
    font-style: italic;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.meet-text h3 span {
    opacity: 0.8;
    padding-right: 15px;
    color: transparent;
    background-clip: text;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    filter: blur(1px) brightness(1.2);
}

/* meet-sec */

/* event-sec */

.event-sec {
    top: -50px;
    padding: 0px 3%;
    position: relative;
    background: linear-gradient(0deg, rgba(8, 8, 8, 1) 92%, rgba(8, 8, 8, 0) 100%);
}

.event-box {
    padding: 25px;
    font-size: 4.1rem;
    min-height: 575px;
    position: relative;
    transition: ease-out;
    transition-duration: 0.5s;
    background-color: rgb(11, 11, 11);
}

.event-box:hover {
    background: #1b1b1b;
    transition: ease-in;
    transition-duration: 0.5s;
}

.event-box-bottom-text {
    left: 15px;
    bottom: 50px;
    color: #fff;
    font-size: 80px;
    position: absolute;
    font-style: italic;
    font-family: 'Aileron';
    text-transform: uppercase;
}

.event-box h2 {
    top: 55px;
    right: 15px;
    font-size: 110PX;
    position: absolute;
    color: transparent;
    background-clip: text;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-image: -ms-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -moz-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.event-box h5 {
    color: #fff;
    font-size: 30px;
    font-family: 'AgencyFB Light';
}

.event-box h6 {
    bottom: 205px;
    font-size: 25px;
    color: #989898;
    position: absolute;
    text-transform: uppercase;
}

.event-box-bar {
    left: 25px;
    height: 10px;
    width: 87%;
    bottom: 175px;
    position: absolute;
    background-image: -ms-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -moz-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.event-box p {
    bottom: 25px;
    left: 25px;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    font-family: 'AGENCYB';
    text-transform: uppercase;
}

.event-box h4 {
    top: 90px;
    color: #fff;
    font-size: 35px;
    position: absolute;
    font-family: 'AGENCYB';
    text-transform: uppercase;
}

.event-box h3 {
    margin-top: 15px;
    font-style: italic;
    text-transform: uppercase;
}

.event-box-a {
    right: 25px;
    bottom: 25px;
    width: 150px;
    height: 150px;
    position: absolute;
}

.event-box-a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* event-sec */

/* fitness-sec */

.fitness-sec {
    display: flex;
    height: 800px;
    min-height: 100vh;
    position: relative;
    align-items: center;
    padding: 0px 3% 50px;
    justify-items: center;
    background-image: url(../images/fitness-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.fitness-sec .container-fluid {
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
}

.fitness-sech3 {
    right: 1%;
    top: 100px;
    width: 120px;
    color: #fff;
    font-size: 120px;
    text-align: center;
    position: absolute;
    font-family: 'AGENCYB';
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: transparent;
}

.fitness-sech3::before {
    left: 0px;
    top: -100px;
    content: '';
    width: 100%;
    height: 400px;
    position: absolute;
    background: url(../images/workout-befoe-sec.png);
}

.fitness-heading {
    font-size: 3.9rem;
}

.fitness-text {
    text-align: right;
}

.fitness-heading h2 {
    color: #fff;
    font-size: 3em;
    font-family: 'AGENCYB';
    text-transform: uppercase;
}

.fitness-text svg {
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fitness-text svg text {
    stroke-width: 4px;
    font-family: 'AGENCYB';
}

.fitness-text svg {
    width: 100%;
    height: auto;
}

.fitness-text {
    font-size: 3rem;
}

.fitness-text h3 {
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
}

/* fitness-sec */

/* section.let-us-sec */

section.let-us-sec {
    padding: 50px;
}

.lets-haeding h2 {
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    font-family: 'AGENCYB';
    text-transform: uppercase;
}

.lets-haeding .d-flex {
    gap: 3%;
    justify-content: center;
}

.lets-haeding .d-flex i {
    font-size: 40px;
    color: #595959;
}

.lets-haeding .d-flex i:hover {
    color: transparent;
    background-clip: text;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-stroke-color: transparent;
    background-image: -ms-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -moz-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.custon-i {
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent;
}

.lets-haeding p {
    color: #adadad;
    width: 55%;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
}

.lets-imag {
    height: 250px;
    margin-top: 50px;
    overflow: hidden;
}

.lets-imag .slick-slide {
    margin: 0px 5px;
}

.lets-imag .slick-slide {
    opacity: 1;
}

.brand-imag img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* section.let-us-sec */

section.let-us-sec {
    padding: 50px 0px 100px;
}

.lets-haeding h2 {
    color: #fff;
    font-size: 100px;
    line-height: 100px;
    text-align: center;
    text-transform: uppercase;
}

.lets-haeding p {
    color: #adadad;
    width: 55%;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
}

.lets-imag {
    margin-top: 50px;
}

.lets-imag .slick-slide {
    margin: 0px 5px;
}

.lets-imag .slick-slide {
    opacity: 1;
}

.lets-imag .brand-imag img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* section.let-us-sec */

/* gym-sec */

.gym-sec {
    padding: 50px 0px;
}

.lets-haeding {
    margin-bottom: 25px;
}

.lets-haeding h2 {
    color: #fff;
    font-size: 100px;
    line-height: 100px;
    text-align: center;
    text-transform: uppercase;
}

.lets-haeding p {
    color: #adadad;
    width: 55%;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
}

.gym-slider-box {
    display: flex;
    height: 400px;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
}

.gym-slider-box .rating-point {
    z-index: 31;
}

.gym-slider-box::before {
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: #00000071;
}

.gym-slider .slick-slide {
    opacity: 1;
}

.gym-slider-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.gym-slider-box p {
    color: #fff;
    z-index: 9;
    font-family: 'AGENCYB';
    font-size: 40px;
    position: relative;
    text-transform: uppercase;
}


.gym-slider .slick-active {
    opacity: 1;
    margin: 0 10px;
}

.gym-slider {
    height: 400px;
    overflow: hidden;
    margin-bottom: 25px;
}

/* gym-sec */

/* team-sec */

.team-heading {
    text-align: center;
    margin-bottom: 25px;
}

.team-heading p {
    width: 45%;
    margin: auto;
}

.team-heading h2 {
    right: 50px;
    margin: auto;
    display: flex;
    font-style: italic;
    width: fit-content;
    position: relative;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.team-heading h2 svg {
    left: 60px;
    width: 200px;
    height: 100px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.team-heading h2 svg text {
    font-size: 400px;
    font-style: italic;
    stroke-width: 10px;
    font-family: 'Aileron';
}

.team-heading h2 span {
    top: 8px;
    left: 230px;
    font-size: 16px;
    font-style: italic;
    position: absolute;
}

.team-two-sec .team-heading h2 {
    right: 0;
    font-size: 80px;
    align-items: baseline;
}

.team-two-sec .team-heading h2 b {
    left: 25px;
    font-size: 120px;
    color: transparent;
    position: relative;
    padding-right: 15px;
    background-clip: text;
    text-transform: uppercase;
    -webkit-background-clip: text;
    filter: blur(1px) brightness(1.2);
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.team-two-sec .team-heading h2 span {
    top: 30px;
    left: 235px;
}

.team-img-box {
    height: 450px;
    position: relative;
    margin-bottom: 15px;
}

.team-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rating-point p {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.rating-point {
    gap: 3px;
    top: 15px;
    left: 15px;
    display: flex;
    padding: 0px 12px;
    background: #fff;
    position: absolute;
    align-items: center;
    border-radius: 25px;
}

.team-box {
    margin-bottom: 25px;
}

.team-box h3 {
    font-size: 30px;
    color: #989898;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'AGENCYB';
    text-transform: uppercase;
}

.team-box ul {
    gap: 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-box ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 20px;
    position: relative;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #535153;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.team-box ul li a::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 36px;
    height: 36px;
    margin: auto;
    position: absolute;
    transition-duration: 0.5s;
    background-color: #0f0d0f;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.team-box ul li a i {
    color: #535153;
    font-size: 16px;
    position: relative;
    transition: ease-out;
    transition-duration: 0.5s;
}

.team-box ul li a:hover {
    transition: 0.5s;
    transition: ease-in;
    transition-duration: 0.5s;
    box-shadow: 0px 0px 10px -5px #ffffff27;
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.team-box ul li a:hover i {
    position: relative;
    color: transparent;
    background-clip: text;
    transition: ease-in;
    transition-duration: 0.5s;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.team-text-box {
    padding: 15px;
}

.team-text-box .theme-1 {
    margin: 25px auto 0px;
}

.team-text-box p {
    text-align: center;
    margin-bottom: 15px;
}

.last-team-img-box {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-image: -moz-linear-gradient(49deg, rgba(163, 252, 254, 0.521) 0%, rgba(244, 124, 232, 0.589) 100%);
    background-image: -webkit-linear-gradient(49deg, rgba(163, 252, 254, 0.459) 0%, rgba(244, 124, 232, 0.534) 100%);
    background-image: -ms-linear-gradient(49deg, rgba(163, 252, 254, 0.445) 0%, rgba(244, 124, 232, 0.555) 100%);
}

.last-team-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
}

.last-team-img-box span {
    top: 25px;
    left: 25px;
    width: 200px;
    position: absolute;
}

.last-team-img-box span h5 {
    font-size: 12px;
    letter-spacing: 3px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.last-team-img-box span h4 {
    font-size: 35px;
    font-style: italic;
    text-transform: uppercase;
}

.team-sec {
    padding: 50px 3%;
}

.team-box-3 .last-team-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-box-3 .last-team-img-box h4 {
    font-size: 50px;
    width: 80%;
    color: transparent;
    text-align: center;
    background-clip: text;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}


/* team-sec */

/* product-sec */

.product-sec {
    padding: 50px 3% 0px;
    background-color: #efeae6;
}

.product-sec .row {
    z-index: 10;
    position: relative;
}

.product-heading {
    margin-bottom: 25px;
}

.product-heading h2 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-style: italic;
    text-transform: uppercase;
}

.product-heading p {
    color: #adadad;
    width: 55%;
    margin: auto;
    text-transform: uppercase;
    text-align: center;
}

.product-box {
    display: flex;
    min-height: 500px;
    position: relative;
    align-items: center;
    justify-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgb(11, 11, 11);
}

.product-box img {
    margin-bottom: 50px;
}

.rating-point i {
    font-size: 12px;
}

section.bottle-sec .product-heading h2 {
    text-align: end;
}

.product-sec .product-detail {
    border-top: 1px solid;
    padding: 15px 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.product-detail p {
    color: #fff;
    margin-bottom: 5px;
}

.product-detail h4 {
    color: #fff;
    text-transform: uppercase;
}

/* product-sec */

/* merch-sec */

.merch-sec {
    padding: 0px 5%;
    position: relative;
    background-color: #efeae6;
}

.merch-sec .fitness-sech3 {
    -webkit-text-stroke-color: #00000075;
}

.merch-sec .fitness-sech3::before {
    filter: brightness(0) saturate(100%) invert(0%) sepia(97%) saturate(14%) hue-rotate(315deg) brightness(104%) contrast(99%);
}

.merch-img-1 {
    left: 0;
    top: 50px;
    width: 50%;
    z-index: 1;
    height: 900px;
    position: absolute;
    object-fit: contain;
}

.merch-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.merch-img-2 {
    right: 0;
    top: 50px;
    width: 50%;
    z-index: 9;
    height: 1100px;
    position: absolute;
    object-fit: contain;
}

.merch-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.merch-sec .container-fluid {
    position: relative;
    padding: 50px 0px;
}

.merch-text {
    position: relative;
}

.merch-text::before {
    top: -50px;
    left: -30%;
    content: '';
    width: 500px;
    height: 800px;
    position: absolute;
    background-image: url(../images/merch-before.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.merch-text ul {
    z-index: 1;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.merch-text ul li img {
    left: 25px;
    width: 250px;
    height: 250px;
    object-fit: cover;
    position: relative;
}

.merch-text ul li p {
    color: #000;
    z-index: 1;
    max-width: 250px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.merch-text h2 {
    z-index: 3;
    margin: auto;
    right: 50px;
    height: 150px;
    display: flex;
    font-size: 150px;
    margin-top: 50px;
    position: relative;
    line-height: 100px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: transparent;
}

.merch-text h2 svg text {
    font-size: 170px;
    stroke-width: 3px;
    font-style: italic;
}

.merch-text h2 svg {
    width: 100%;
    height: 100%;
}

.merch-text .theme-1 {
    margin: auto;
}

.merch-text .theme-1 span {
    z-index: 1;
    position: relative;
    background-color: #efeae6;
}


/* merch-sec */

/* bottle-sec */

.bottle-sec {
    padding: 50px 3%;
    position: relative;
    background-color: #efeae6;
}

.bottle-box {
    width: 100%;
    min-height: 600px;
    font-size: 2rem;
    position: relative;
}

.bottle-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.bottle-main {
    position: absolute;
    right: 0;
    width: 69%;
    top: 45px;
    z-index: 9;
    height: 95%;
    object-fit: contain;
}

.bottle-box h2 {
    z-index: 9;
    bottom: 80px;
    color: #fff;
    left: 25px;
    rotate: 180deg;
    font-size: 4em;
    line-height: 120px;
    position: absolute;
    font-family: 'AGENCYB';
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

/* bottle-sec */

/* fitnomenal-signup-sec */

.fitnomenal-signup-sec {
    display: flex;
    min-height: 100vh;
    padding-top: 100px;
    position: relative;
    align-items: center;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fitnomenal-img {
    height: 700px;
}

.fitnomenal-img img {
    right: 0%;
    width: 45%;
    height: 800px;
    object-fit: contain;
    position: absolute;
}

.fitnomenal-signup-text h2 {
    color: #fff;
    margin: auto;
    font-size: 115px;
    text-align: center;
    position: relative;
    width: fit-content;
    font-style: italic;
    text-transform: uppercase;
}

.fitnomenal-signup-text h2 span {
    left: 0;
    font-size: 25px;
    position: absolute;
}

.fitnomenal-signup-text h3 {
    margin: auto;
    display: flex;
    height: 125px;
    font-size: 100px;
    line-height: 100px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-fill-color: transparent;
}

.fitnomenal-signup-text h3 svg {
    width: 100%;
    height: 100%;
}

.fitnomenal-signup-text h3 svg text {
    font-size: 170px;
    stroke-width: 3px;
    font-style: italic;
}

.fitnomenal-signup-text p {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.fitnomenal-signup-text input {
    width: 100%;
    height: 60px;
    color: #ffffff98;
    background: none;
    padding-left: 15px;
    margin-bottom: 25px;
    border: 1px solid #ffffff5e;
}

.fitnomenal-signup-text input::placeholder {
    color: #ffffff98;
    padding-left: 15px;
}

/* fitnomenal-signup-sec */

/* service-sec */
.service-sec {
    padding: 0px 3%;
    background: linear-gradient(0deg, rgba(239, 234, 230, 1) 5%, rgba(8, 8, 8, 0.7959558823529411) 70%);
}

.service-box {
    background: #0b0b0b;
}

.service-box img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.service-box-detail {
    padding: 25px 50px;
}

.service-box-detail h5 {
    font-size: 17px;
    width: max-content;
    color: transparent;
    background-clip: text;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-image: -ms-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -moz-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.service-box-detail h3 {
    color: #fff;
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'AGENCYB';
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-transform: uppercase;
}

.service-box-detail p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

/* service-sec */

/* let-us-sec */

.let-us {
    position: relative;
}

.let-us .row {
    align-items: center;
}

.let-img {
    height: 700px;
}

.let-img::before {
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 800px;
    margin: auto;
    height: 600px;
    position: absolute;
    background: radial-gradient(circle, rgba(0, 132, 247, 0.541) 0%, rgba(0, 132, 247, 0) 50%);
}

.let-img img {
    right: 0;
    width: 48%;
    z-index: 1;
    height: 700px;
    position: absolute;
    object-fit: contain;
}

.let-text {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.let-text::before {
    top: -30px;
    left: 0;
    right: 0;
    width: 45%;
    height: 84%;
    content: '';
    z-index: -1;
    margin: auto;
    position: absolute;
    border: 5px solid #3e3e3e;
}

.let-text h5 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 10px;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    background-color: #080808;
}

.let-text h3 {
    font-size: 60px;
    font-weight: 600;
    padding-top: 10px;
    font-style: italic;
    text-align: center;
    padding-bottom: 5px;
    text-transform: uppercase;
    background-color: #080808;
}

.let-text p {
    margin: auto;
    padding: 15px;
    font-size: 12px;
    color: #ababab;
    max-width: 500px;
    margin-bottom: 40px;
    text-align: center;
    background-color: #080808;
}

.let-text a {
    margin-top: 25px;
}

/* let-us-sec */

/* about-sec */

.about-sec {
    display: flex;
    min-height: 100vh;
    padding-top: 150px;
    position: relative;
    align-items: center;
    padding-bottom: 100px;
    background-image: url(../images/about-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-sec::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.877) 30%);
}

.about-sec::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.877) 30%);
}

.about-img {
    z-index: 1;
    position: relative;
}

.about-text {
    z-index: 1;
    position: relative;
}

.about-text svg text {
    font-size: 140px;
    font-family: 'Aileron';
    font-style: italic;
    opacity: 0.8;
    stroke-width: 4px;
}

.about-text h5 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-family: 'AgencyFB Light';
}

.about-text p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

/* about-sec */

/* brand-sec  */

section.brand-sec.all-section {
    padding: 0 0 80px;
}

.brand-sec .brand-imag img {
    width: 100%;
    height: 50px;
    object-fit: contain;
    filter: grayscale(1);
}

.sec-head h2 {
    font-size: 30px;
    text-align: center;
    font-family: 'AGENCYB';
    text-transform: uppercase;
}

.brand-sec .slick-slide {
    opacity: 1;
}

.sec-head {
    margin-bottom: 25px;
}

/* brand-sec  */

/* review-faq-sec */

.review-faq-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.reviw-heading h2 {
    color: #fff;
    font-size: 65px;
    margin-bottom: 15px;
    font-family: 'AGENCYB';
    text-transform: uppercase;
}

.review-box {
    padding: 25px;
    border-radius: 5px;
    background: #0b0b0b;
    box-shadow: 0px 5px 32px 0px rgba(128, 128, 128, 0.089);
}

.review-box p {
    color: #fff;
    font-size: 12px;
    margin-top: 10px;
    line-height: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.review-img-headings {
    gap: 40px;
    display: flex;
    align-items: center;
}

.review-img-headings h4 {
    color: #fff;
    font-size: 24px;
    font-family: 'AGENCYB';
    text-transform: uppercase;
}

.review-box-inner-img {
    margin-right: 25px;
}

.review-box-inner-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: -35px;
    border: 3px solid #fff;
}

button.accordion-button.collapsed {
    border: unset;
    color: #ffffff;
    font-size: 37px;
    padding: 30px 45px;
    font-weight: 500;
    margin-bottom: 15px;
    background: #0b0b0b;
    border-radius: 5px;
    box-shadow: 0px 5px 32px 0px rgba(128, 128, 128, 0.096);
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion-button::after {
    background-image: url(../images/faq-arrow-down.png);
}

.accordion-item {
    border: 0;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/faq-arrow-up.png);
}

.accordion-button:not(.collapsed) {
    padding: 30px 45px 15px;
    background: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) span {
    color: #000;
    font-family: 'AGENCYB';
    font-weight: 600;
    font-size: 20px;
}

.accordion-body {
    font-weight: 400;
    font-size: 14px;
    color: #3e3e3e;
    padding: 10px 45px 25px;
    padding-top: 10px;
    background: #ffffff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion-body a {
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 5px;
}

button.accordion-button span {
    color: #3a3a3a;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.freq-wrap .accordion-item {
    width: 97%;
    margin: 0 auto;
    border-radius: 5px;
}

.accordion-item .accordion-button:not(.collapsed):hover {
    color: #ffffff;
}

section.frequently .accordion-item {
    margin-bottom: 4%;
    background: transparent;
    box-shadow: 0 0 8px 0 #3f3f3f;
    border: unset;
    border-radius: 8px;
}

.freq-wrap.line-circle {
    position: relative;
}

/* review-faq-sec */

/*Inquiry Form Start*/

.inquiry-form-sec {
    margin: 50px 0px;
    overflow: hidden;
    position: relative;
}

.inquiry-form-sec::before {
    left: -5%;
    z-index: 1;
    content: '';
    width: 100%;
    bottom: -10%;
    height: 135%;
    position: absolute;
    background: url(../images/inquiry-form-sec-before.png)no-repeat;
    background-position: bottom left;
    background-size: contain;
}

.inquiry-form-sec::after {
    right: -5%;
    z-index: 121;
    content: '';
    z-index: -1;
    width: 51%;
    bottom: -11%;
    height: 119%;
    position: absolute;
    transform: rotate(-90deg);
    background: url(../images/inquiry-form-sec-before.png) no-repeat;
    background-position: top;
    background-size: contain;
}

.inquiry-form-sec .add-padding {
    position: relative;
}

.inquiry-form-form {
    z-index: 10;
    position: relative;
}

.have-q-img-1 {
    z-index: 2;
    width: 30vw;
    height: 100%;
    position: relative;
}

.have-q-img-1 img {
    z-index: 1;
    width: 100%;
    right: 5vw;
    height: 100%;
    bottom: -60px;
    position: absolute;
    object-fit: contain;
    object-position: bottom;
}

.have-q-img-2 {
    z-index: 2;
    width: 30vw;
    height: 100%;
    position: relative;
}

.have-q-img-2 img {
    z-index: 10;
    left: -3vw;
    width: 100%;
    height: 100%;
    bottom: -60px;
    position: absolute;
    object-fit: contain;
    object-position: bottom;
}

.inquiry-form-heading {
    margin-bottom: 50px;
}

.inquiry-form-heading h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 70px;
    font-family: 'AGENCYB';
}

.inquiry-form-form {
    width: 100%;
    padding: 0px 50px 50px;
}

.inquiry-form-heading p {
    font-size: 15px;
    color: gray;
    width: 80%;
    margin: auto;
    text-align: center;
    font-weight: 500;
}

.inquiry-form-form input {
    border: none;
    border-bottom: 1px solid #9d9d9d;
    padding-bottom: 5px;
    font-size: 18px;
    color: #9d9d9d;
    background: none;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 50px;
}

.inquiry-form-form textarea {
    border: none;
    border-bottom: 1px solid #9d9d9d;
    padding-bottom: 5px;
    font-size: 18px;
    color: #9d9d9d;
    background: none;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 50px;
    height: 100px;
    resize: none;
    display: block;
    align-content: flex-end;
    margin-top: 0px;
}

.inquiry-form-form input::placeholder {
    font-size: 18px;
    color: #9d9d9d;
    font-weight: 400;
    text-transform: uppercase;
}

.inquiry-form-form textarea::placeholder {
    font-size: 18px;
    color: #9d9d9d;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.inquiry-form-btn ul {
    display: flex;
    align-items: center;
    gap: 45px;
    margin-bottom: 0;
}

.inquiry-form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inquiry-form-btn img {
    margin-left: 25px;
}

/*Inquiry Form Start*/

/* Footer  */

footer.main_footer {
    background: #0b080b;
    padding: 5% 0 2%;
}

.footer_details h5 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10%;
    font-family: 'AGENCYB';
    text-transform: uppercase;
}

.footer_details {
    margin: 0 auto;
}

.footer_details p {
    font-size: 14px;
    color: #fff;
    opacity: .6;
    margin: 0;
    line-height: 25px;
}

.footer_details.linkks {
    width: 70%;
}

.footer_details.linkks ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 300;
}

.footer_details.adrxs ul li a {
    font-size: 16px;
    color: #c1c1c3;
    font-family: 'Montserrat';
    font-weight: 400;
}

.footer_details.adrxs ul li {
    margin-bottom: 10px;
}

.footer_details.adrxs ul li a i {
    margin-right: 15px;
}

.footer_bottm {
    padding: 20px;
    border-radius: 10px;
    background: #0f0d0f;
    border: 1px solid #3b393b;
}

.footer_bottm ul {
    display: flex;
    gap: 12px;
    margin: 0;
}

.footer_bottm ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 20px;
    position: relative;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #535153;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.footer_bottm ul li a:hover {
    transition: 0.5s;
    transition: ease-in;
    transition-duration: 0.5s;
    box-shadow: 0px 0px 10px -5px #ffffff27;
    background-image: -ms-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -moz-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.footer_bottm ul li a::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 36px;
    height: 36px;
    margin: auto;
    position: absolute;
    transition-duration: 0.5s;
    background-color: #0f0d0f;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.footer_bottm ul li a i {
    color: #535153;
    font-size: 16px;
    position: relative;
    transition: ease-out;
    transition-duration: 0.5s;
}

.footer_bottm ul li a:hover i {
    position: relative;
    color: transparent;
    background-clip: text;
    transition: ease-in;
    transition-duration: 0.5s;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-image: -ms-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -moz-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.footer_bottm p {
    text-align: end;
    margin: 0;
    color: #fff;
    font-size: 12px;
}

.ftr_line {
    height: 100%;
    position: relative;
    padding-bottom: 40px;
}

.ftr_line:after {
    position: absolute;
    content: "";
    background: #3b393b;
    height: 240px;
    width: 1px;
    bottom: 0;
    right: -30px;
    z-index: 0;
}

.footer_details.adrxs ul li a i {
    font-size: 18px;
    color: transparent;
    background-clip: text;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-image: -ms-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -moz-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.footer_details.linkks ul {
    margin: 0;
}

.footer_details.adrxs ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.footer_details.adrxs ul {
    margin: 0;
}

.footer_details.adrxs ul li:last-child {
    margin: 0;
}

/* Footer end */

/* inner-about-main */

.inner-about-main .container-fluid {
    padding: 0px 6%;
}

.inner-about-main {
    padding-top: 150px;
    position: relative;
    padding-bottom: 50px;
    background-image: url(../images/inner-banner-about.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.inner-about-main::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.836) 50%, rgba(0, 0, 0, 1) 100%);
}

.inner-about-main .row {
    position: relative;
}

.innabout-text h4 {
    font-size: 40px;
    text-align: left;
    font-weight: 200;
    letter-spacing: 3px;
    font-family: 'AGENCYB';
}

.innabout-text {
    font-size: 5rem;
    text-align: center;
}

.innabout-text svg {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.innabout-text svg text {
    font-size: 2em;
    font-style: italic;
    stroke-width: 2px;
    font-family: 'Aileron', sans-serif;
}

.inner-about-text {
    padding-bottom: 80px;
}

.inner-about-text p {
    color: #fff;
    margin-bottom: 25px;
}

.inner-about-img {
    height: 600px;
    display: flex;
    position: relative;
    align-items: flex-end;
    justify-content: center;
}

.inner-about-img img {
    width: 100%;
    height: 1100px;
    object-fit: contain;
}

/* inner-about-main */

/* why-join-sec */

.why-join-sec {
    padding: 100px 3%;
}

.why-join-heading {
    text-align: center;
    margin-bottom: 50px;
}

.why-join-heading h2 {
    text-align: center;
    font-style: italic;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.why-join-heading p {
    width: 45%;
    margin: auto;
}

.why-join-box {
    gap: 15px;
    display: flex;
    padding: 50px 30px;
    min-height: 100%;
    transition: ease-in;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    transition-duration: 0.5s;
    background-color: #0b0b0b;
}

.why-join-box:hover {
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #0f0f0f;
}

.why-join-box img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 10px;
}

.why-join-box h3 {
    font-family: 'AGENCYB';
    text-transform: uppercase;
}

.why-join-box p {
    margin-bottom: 10px;
}

/* why-join-sec */

/* we-are-sec */

.we-are-box {
    width: 100%;
    padding: 30px;
    height: 600px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/we-are-box-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.we-are-box:hover img {
    filter: none;
    transition: ease-out;
    transition-duration: 0.5s;
}

.we-are-box img {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: ease-in;
    position: absolute;
    filter: grayscale(1);
    transition-duration: 0.5s;
    object-position: top right;
}

.we-are-box h3 {
    z-index: 1;
    width: 50px;
    font-size: 60px;
    font-weight: 700;
    position: relative;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.we-are-box-2 {
    gap: 15px;
    display: flex;
    height: 600px;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.we-are-box-2::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.22;
    position: absolute;
    align-items: center;
    background-image: -moz-linear-gradient(-3deg, rgb(163, 252, 254) 0%, rgb(244, 124, 232) 100%);
    background-image: -webkit-linear-gradient(-3deg, rgb(163, 252, 254) 0%, rgb(244, 124, 232) 100%);
    background-image: -ms-linear-gradient(-3deg, rgb(163, 252, 254) 0%, rgb(244, 124, 232) 100%);
}

.we-are-box-2 h3 {
    z-index: 1;
    opacity: 0.8;
    font-size: 50px;
    position: relative;
    font-style: italic;
    color: transparent;
    text-align: center;
    padding-right: 10px;
    background-clip: text;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.we-are-box-2 a {
    position: relative;
}

.we-are-box-2 a span {
    background-image: -moz-linear-gradient(-3deg, rgba(163, 252, 254, 0.404) 0%, rgba(244, 124, 232, 0.37) 100%);
    background-image: -webkit-linear-gradient(-3deg, rgba(163, 252, 254, 0.397) 0%, rgba(244, 124, 232, 0.438) 100%);
    background-image: -ms-linear-gradient(-3deg, rgba(163, 252, 254, 0.411) 0%, rgba(244, 124, 232, 0.418) 100%);
}

/* we-are-sec */

/* join-sec */

.join-sec {
    overflow-x: hidden;
    position: relative;
    padding: 100px 0px;
}

.join-sec .row {
    position: relative;
}

.join-sec .row::before {
    top: -1%;
    left: -1%;
    width: 70%;
    height: 102%;
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(267deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.join-sec .row::after {
    top: -0.4%;
    left: -0.7%;
    content: '';
    width: 69.4%;
    height: 100.6%;
    position: absolute;
    background-color: #000;
}

.jion-sec-text {
    margin: 40px 0px;
    padding-left: 25px;
}

.jion-sec-text h2 {
    left: -25%;
    z-index: 1;
    font-size: 60px;
    font-style: italic;
    position: relative;
    padding: 10px 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    background-color: transparent;
}

.jion-sec-text p {
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
}

.jion-sec-text a {
    z-index: 1;
    position: relative;
}

.jion-sec-img {
    height: 600px;
}

.jion-sec-img img {
    width: 70%;
    right: -15%;
    z-index: 1;
    height: 100%;
    object-fit: contain;
    position: absolute;
}

/* join-sec */

/* product-inner-banner */

.product-inner-banner {
    display: flex;
    height: 750px;
    position: relative;
    padding-top: 150px;
    position: relative;
    align-items: center;
    padding-bottom: 50px;
    background-image: url(../images/inner-banner-about.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;

}

.product-inner-banner::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.842) 50%, rgba(0, 0, 0, 0.938) 100%);
}

.product-inner-banner .innabout-text {
    z-index: 1;
    position: relative;
}

.product-inner-banner .innabout-text svg {
    height: 180px;
}

.product-inner-banner .innabout-text svg text {
    font-size: 2.5em;
}

.product-inner-banner .innabout-text p {
    width: 55%;
    margin: auto;
}

/* product-inner-banner */

/* product inner sec */


.inner-product-sec {
    padding: 100px 3%;
}

.product-conten .nav-link.active {
    border: none;
    color: #51a3fd;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    background-image: linear-gradient(90deg, #ec13b5, #b45bc9 50%, #3af4ec);
}

.product-conten .nav-link:hover {
    transition: ease-out;
    color: #51a3fd;
    border: none;
    transition-duration: 0.2s;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    background-image: linear-gradient(90deg, #ec13b5, #b45bc9 50%, #3af4ec);
}

.product-conten .nav-link span {
    padding: 15px 40px;
    background-color: #080808;
}

.product-conten .nav-link {
    font-size: 14px;
    line-height: 24px;
    color: #535353;
    font-weight: 600;
    border-radius: 10px;
    transition: ease-in;
    text-transform: uppercase;
    font-family: 'Montserrat';
    transition-duration: 0.2s;
    border: 1px solid #535353;
    background-color: transparent;
    align-items: center;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    font-weight: 500;
    font-size: 18px;
    height: 60px;
    justify-content: center;
    padding: 3px;
    user-select: none;
    font-family: 'Montserrat';
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
}

.product-conten .nav {
    gap: 30px;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 15px;
}

.product-conten nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-product-box {
    padding: 25px;
    margin: 25px 0px;
    position: relative;
}

.inner-product-box::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: -webkit-linear-gradient(267deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.inner-product-box::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 99%;
    height: 99.5%;
    position: absolute;
    background-color: #080808;
}

.inner-main-product-box {
    z-index: 1;
    position: relative;
}

.inner-main-product-box-img {
    width: 100%;
    height: 300px;
    position: relative;
}

.inner-main-product-box-img img {
    width: 100%;
    height: 300px;
    object-fit: cover
}

.inner-main-product-box-img span {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px;
    background-color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.inner-main-product-box-img .position-absolute {
    right: 15px;
    top: 15px;
}

.inner-main-product-box-img .position-absolute i {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.inner-main-product-box-text {
    margin-top: 20px;
    position: relative;
}

.inner-main-product-box-text span {
    gap: 5px;
    top: -2px;
    right: 10px;
    display: flex;
    color: #888888;
    position: absolute;
    align-items: center;
    font-family: 'Montserrat';
}

.inner-main-product-box-text h5 {
    width: 90%;
    font-size: 16px;
    overflow: hidden;
    font-style: italic;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
}

.inner-main-product-box-text span i {
    font-size: 12px;
}

.inner-main-product-box-text span p {
    margin-bottom: 0;
}

.inner-main-product-box-text p {
    font-size: 12px;
    overflow: hidden;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.inner-main-product-box-text a {
    z-index: 1;
    opacity: 0.8;
    font-size: 16px;
    font-style: italic;
    color: transparent;
    text-align: center;
    padding-right: 10px;
    background-clip: text;
    font-family: 'Aileron';
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.product-conten-inside-tab {
    margin: 25px 0px;
    padding: 25px;
    border: 1px solid #454545;
}

.product-conten-inside-tab .product-btn {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.product-conten-inside-tab .product-btn .nav-link {
    border: none;
    padding: 0 1.4%;
    font-size: 14px;
    color: #535353;
    font-weight: 600;
    border-radius: 0;
    position: relative;
    font-family: 'Montserrat';
    text-transform: uppercase;
    background-color: transparent;
    border-right: 2px solid #535353;
}

.product-conten-inside-tab .product-btn .nav-link:last-child {
    border-right: none;
}

.product-conten-inside-tab .product-btn .nav-link.active span {
    border-bottom: 1px solid #535353;
}

/* product inner sec */

/*blog start*/
section.bolg {
    padding: 80px 0px;
}

.blog-txt h6 {
    font-size: 18px;
    color: #000000;
}

.blog-txt h4 {
    font-size: 30px;
    color: #000000;
    font-weight: 500;
}

.blog-img {
    margin-top: 30px;
}

.blog-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 15px;
}

.blog-txt-2 {
    padding: 20px;
    background-color: #0b0b0b;
    padding-top: 40px;
    margin-top: -14px;
}

.blog-txt-2:hover {
    box-shadow: 0px 0px 10px -5px #ffffff44;
}

.blog-txt-2 h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.blog-txt-2 p {
    font-size: 14px;
    color: #fff;
    width: 74%;
}

.blog-txt-2 h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.blog-txt-2 p {
    font-size: 14px;
    color: #fff;
    width: 74%;
}

.blog-txt-2 a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

/*blog start*/

/*CART PAGE CSS*/

.shopping_cart {
    padding: 100px 0;
}

.shopping_cart .container-fluid {
    margin: auto;
    padding: 0px 5%;
    max-width: 1800px;
}

.shopping_cart_table h2 {
    font-size: 42px;
    margin-bottom: 30px;
    color: #000;
}

.shopping_cart_table table th {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 10px;
}

.shopping_cart_table table thead {
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td {
    padding: 25px 0;
    position: relative;
    border-bottom: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody .cart_box_product {
    display: flex;
    align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_img {
    width: 32%;
    /* background-color: #f2f2f2; */
    padding: 0;
    height: 150px;
    margin-right: 20px;
}

.quanity.product-detail select {
    width: 50%;
    position: relative;
    padding-right: 10px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin: 0;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    font-size: 14px;
    color: #b7b7b7;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif !important;
}

.shopping_cart_table table tbody td select {
    height: 40px;
    padding-left: 10px;
    appearance: auto;
    border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
    border-radius: 0;
}

.shopping_cart_table table tbody td .t_price {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}

th.w-40 {
    width: 40%;
}

.wjf {
    width: 18%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;
    color: #fff;
}

.minus,
.plus {
    font-size: 30px;
    padding: 0.5rem;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    cursor: pointer;
    user-select: none;
    /* Prevent text selection */
}

.minus.dis {
    color: #aaa;
    cursor: not-allowed;
}

.minus:hover:not(.dis),
.plus:hover {
    border-color: #007bff;
    color: #007bff;
}

#number {
    font-size: 20px;
    width: 2rem;
    font-weight: 500;
    font-family: 'Montserrat';
    text-align: center;
}

.cart_recipt {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cart_recipt>a {
    padding: 10px 30px;
    border: 1px solid #c9c1b8;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.cart_recipt>a i {
    margin-right: 10px;
}

.recipt {
    width: 30%;
}

.cart_product_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recipt li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #c9c1b8;
    font-weight: 700;
}

.recipt li span {
    font-size: 16px;
    letter-spacing: 2px;
}

.payment_card::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 99%;
    height: 99%;
    margin: auto;
    position: absolute;
    background-color: #080808;
}

.payment_card {
    padding: 50px 25px;
    position: relative;
    background-image: -webkit-linear-gradient(267deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.payment_card h3 {
    font-size: 31px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #c9c1b8;
}

.credit_paypal a {
    padding: 10px 20px;
    border: 1px solid #c9c1b8;
    border-radius: 30px;
    gap: 10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    justify-content: space-between;
}

.table-responsive table {
    max-width: 1500px;
    width: 100% !important;
    overflow-x: auto;
}

.credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
    filter: brightness(0);
}

.credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #c9c1b8;
}

.payment_card form label {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.payment_card form {
    margin-top: 15px;
}

.payment_card form input {
    width: 100%;
    height: 50px;
    position: relative;
    border: none;
    color: #fff;
    border-bottom: 1px solid #c9c1b8;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
}

.payment_card form select {
    width: 100%;
    height: 50px;
    position: relative;
    border: none;
    color: #fff;
    border-bottom: 1px solid #c9c1b8;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
}

.payment_card form select option {
    color: #000;
}

.payment_card form input::placeholder {
    color: #fff;
}

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

.expiry_date {
    width: 70%;
}

.cvv_box {
    width: 26%;
}

.month_year {
    display: flex;
    justify-content: space-between;
}

.month_year select {
    width: 48% !important;
    appearance: auto;
}

.month_year select option {
    color: #fff;
}

.payment_card form .btn1 {
    margin: 30px 85px;
    border: 1px solid;
}

.shopping_cart_table {
    padding-right: 40px;
}

.skin-2 .num-in {
    height: 40px;
    width: 120px;
    float: left;
    justify-content: center;
    display: flex;
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid #b8b8b8;
    align-items: center;
}

.skin-2 .num-in span {
    width: 40px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
}

.skin-2 .num-in input {
    width: 40px;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
}

.payment_cardtheme-1 {
    display: flex;
    margin-top: 25px;
    position: relative;
    align-items: center;
    justify-content: center;
}

/*CART PAGE CSS END*/

/* hub-box */

.hub-box {
    gap: 25px;
    display: flex;
    padding: 25px;
    margin: 25px 0px;
    position: relative;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.hub-box img {
    z-index: 1;
    width: 100%;
    height: 350px;
    object-fit: cover;
    position: relative;
}

.hub-box h4 {
    z-index: 1;
    font-size: 18px;
    font-style: italic;
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.hub-box::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: -webkit-linear-gradient(267deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.hub-box::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 99%;
    width: 99.5%;
    margin: auto;
    position: absolute;
    background-color: #080808;
}

.hub-sec {
    padding: 0px 6% 100px;
}

/* hub-box */

/* reviews-sec */

.reviews-sec {
    position: relative;
    padding: 0px 6% 0px;
}

.inner-review-box {
    position: relative;
    margin-top: 25px;
    margin-bottom: 100px;
    padding: 0px 25px 0px;
}

.inner-review-box::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: -webkit-linear-gradient(267deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.inner-review-box::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 99%;
    width: 99.5%;
    margin: auto;
    position: absolute;
    background-color: #080808;
}

.inner-main-review-box {
    z-index: 1;
    bottom: 25px;
    position: relative;
    padding: 0px 25px 40px;
    background-color: #0f0f0f;
}

img.inner-review-box-person {
    right: 0;
    bottom: -23px;
    position: absolute;
}

.inner-review-box-text img {
    top: -25px;
    position: relative;
}

.inner-review-box-text p {
    width: 60%;
    font-size: 16px;
    font-style: italic;
    text-transform: none;
}

.inner-review-box-text span {
    gap: 3px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.inner-review-box-text span i {
    margin: 15px 0px;
    color: #fd8f00;
}

.inner-review-box-text h5 {
    font-size: 25px;
    font-family: 'AGENCYB';
    text-transform: uppercase;
}

.inner-review-box-text h5 span {
    font-size: 14px;
    color: #8c8c8c;
    text-transform: none;
    font-family: 'Montserrat';
}

/* reviews-sec */

/* inner-event-box */

.event-banner::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.842) 0%, rgba(0, 0, 0, 0.842) 50%, rgba(20, 14, 14, 0.938) 100%);
}

.event-banner {
    background-image: url(../images/event-banner-.png);
}

.inner-event-sec {
    padding: 0px 6% 100px;
    position: relative;
}

.inner-event-box {
    margin-bottom: 25px;
    background-color: #080808;
    border: 1px solid #232323;
}

.inner-event-box-img {
    width: 100%;
    height: 320px;
    position: relative;
}

.inner-event-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner-event-box-img a {
    width: 50px;
    right: 25px;
    height: 50px;
    bottom: -25px;
    display: flex;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #252626;
}

.inner-event-box-img a i {
    font-size: 20px;
    font-weight: 400;
    color: transparent;
    width: fit-content;
    background-clip: text;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-image: -ms-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -moz-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.inner-event-box-text {
    padding: 30px;
}

.inner-event-box-text h5 {
    overflow: hidden;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-family: 'Montserrat';
    text-transform: uppercase;
    -webkit-box-orient: vertical;
}

.inner-event-box-text h6 {
    font-size: 12px;
    margin: 15px 0px;
    font-weight: 600;
    color: transparent;
    width: fit-content;
    background-clip: text;
    font-family: 'Montserrat';
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-image: -ms-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -moz-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.inner-event-box-text p i {
    font-size: 20px;
    color: transparent;
    width: fit-content;
    background-clip: text;
    text-transform: uppercase;
    -webkit-background-clip: text;
    background-image: -ms-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -moz-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.inner-event-box-text p {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    -webkit-line-clamp: 1;
    text-transform: uppercase;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
}

.inner-event-box-text ul {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-around;
}

.inner-event-box-text ul li .event-theme-2 {
    color: transparent;
    width: fit-content;
    background-clip: text;
    font-family: 'Montserrat';
    text-transform: uppercase;
    -webkit-background-clip: text;
    border-bottom: 1px solid #556672;
    background-image: -ms-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -moz-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
    background-image: -webkit-linear-gradient(-3deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

/* inner-event-box */

/* event-detail-banner */

.event-detail-banner {
    padding-top: 150px;
    padding-bottom: 80px
}

.event-detail-banner-img {
    width: 100%;
    height: 600px;
}

.event-detail-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

/* event-detail-banner */

/* contact-box */

.inner-contact-sec {
    padding: 50px 6% 100px;
}

.contact-box {
    height: 250px;
    min-height: 100%;
    gap: 10px;
    position: relative;
    display: flex;
    padding: 25px;
    align-items: center;
    flex-direction: column;
    margin: 25px 0px;
    justify-content: center;
    border-radius: 15px;
}

.custom-space {
    margin: 25px 0px;
}

.contact-box::before {
    top: 0%;
    left: 0%;
    width: 100%;
    content: '';
    height: 100%;
    border-radius: 15px;
    position: absolute;
    background-image: -webkit-linear-gradient(267deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.contact-box::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 99%;
    margin: auto;
    height: 98.5%;
    position: absolute;
    border-radius: 15px;
    background-color: #000;
}

.contact-box img {
    z-index: 1;
    width: 90px;
    height: 60px;
    position: relative;
    object-fit: contain;
}

.contact-box h5 {
    z-index: 1;
    font-size: 28px;
    margin-top: 10px;
    text-align: center;
    font-style: italic;
}

.contact-box p {
    width: 50%;
    z-index: 1;
    position: relative;
    text-align: center;
}

/* contact-box */

/* inner-contact-input */

.inner-contact-input label {
    display: block;
    color: #5d5d5d;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    text-transform: capitalize;
}

.inner-contact-input input {
    width: 100%;
    height: 60px;
    margin-bottom: 25px;
    border-radius: 5px;
    border: 1px solid #1a1a1a;
    background-color: #0a0a0a;
}

.inner-contact-input textarea {
    width: 100%;
    height: 250px;
    border-radius: 5px;
    margin-bottom: 50px;
    border: 1px solid #1a1a1a;
    background-color: #0a0a0a;
}

.inner-contact-input button {
    margin: auto;
}

.inner-contact-sec .why-join-heading h4 {
    font-size: 35px;
    font-style: italic;
    margin-bottom: 15px;
}

/* inner-contact-input */

/* food-map */

.food-map {
    width: 100%;
    height: 650px;
}

.food-sec-banner {
    margin-top: 150px;
    position: relative;
}

.food-sec-banner .container-fluid {
    position: relative;
    padding: 0px 6%;
}

.map-filter {
    top: 50px;
    position: absolute;
}

.map-filter span {
    display: flex;
    align-items: center;
}

.map-filter button {
    border: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 30px;
    transition: ease-out;
    font-family: 'Montserrat';
    text-transform: uppercase;
    background-color: #ffffff;
    transition-duration: 0.5s;
}

.map-filter button:hover {
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #1f1f1f;
}

.map-filter {
    gap: 25px;
    display: flex;
    align-items: center;
}

.map-filter a {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1f1f1f;
}

/* food-map */

/* re-box */

.re-sec {
    padding: 50px 3%;
}

.re-box {
    display: flex;
    align-items: center;
    background-color: #101010;
}

.re-box img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.re-box .re-box-text {
    padding: 25px;
}

.re-box .re-box-text h5 {
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.re-box .re-box-text span {
    gap: 3px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.re-box .re-box-text span i {
    color: #fff;
    margin: 15px 0px;
}

.re-box .re-box-text p {
    font-size: 14px;
    color: #4f4f4f;
    margin-bottom: 10px;
    text-transform: none;
}

.re-box .re-box-text ul {
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.re-box .re-box-text ul li {
    align-items: center;
    border: 0;
    border-radius: 0px;
    background-color: #282828;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-weight: 500;
    font-size: 12px;
    justify-content: center;
    line-height: 1em;
    max-width: fit-content;
    padding: 3px;
    text-transform: uppercase;
    text-decoration: none;
    user-select: none;
    font-family: 'Montserrat';
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
}

.re-box .re-box-text ul li:hover {
    background-image: linear-gradient(90deg, #ec13b5, #b45bc9 50%, #3af4ec);
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    color: #fff;
    padding: 3px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
}

.re-box .re-box-text ul li span {
    background-color: #282828;
    padding: 10px 15px;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.re-box .re-box-text ul li span:hover {
    background-color: rgb(14 11 19);
    width: 100%;
    height: 100%;
    transition: 300ms;
}


/* re-box */

/* menu sec */

.menu-sec {
    padding: 100px 6%;
}

.meun-img {
    width: 100%;
    height: 750px;
    min-height: 100%;
}

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

.meun-text h2 {
    font-size: 90px;
    font-style: italic;
    text-transform: uppercase;
}

.meun-text ul {
    margin: 25px 0px;
}

.meun-text ul li h5 {
    display: flex;
    position: relative;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}

.meun-text ul li h5::before {
    right: 5%;
    bottom: 7px;
    content: '';
    width: 70%;
    height: 1px;
    position: absolute;
    border-bottom: 1px dashed #fff;
}

.meun-text ul li {
    margin-bottom: 25px;
}

.meun-text ul li h5 span {
    overflow: hidden;
    display: -webkit-box;
    text-align: end;
    -webkit-box-orient: vertical;
    font-family: 'Montserrat';
    -webkit-line-clamp: 1;
}

.meun-text ul li h5 span.text-ag {
    font-size: 20px;
    flex-shrink: 0;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.meun-text ul li p {
    color: #535353;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
}

/* menu sec */

.menu-about-sec {
    padding: 0px 6% 100px;
}

.menu-about-text h2 {
    gap: 15px;
    display: flex;
    font-style: italic;
    align-items: center;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.menu-about-text h2 svg {
    max-width: 400px;
    height: 100px;
}

.menu-about-text h2 svg text {
    font-size: 2em;
}

.menu-about-text p {
    color: #fff;
    margin-bottom: 50px;
}



/* ======================== How Work page Starts======================== */
.how-work-txt text {
    font-size: 2.23em !important;
}

.hire-us-row {
    position: relative;
}

.hire-us-row .col-lg-6:nth-child(2) {}

.hire-us-row .col-lg-6:nth-child(2) img {
    opacity: 0.7;
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    min-width: 300px;
    max-width: 100%;
    object-fit: contain;
    max-height: 650px;
}

.hire-ux-txt .innabout-text svg text {
    font-size: 2.23em;
}

.hire-ux-txt .innabout-text p {
    width: 86%;
    margin: 0 0 0 7%;
    text-align: left;
}

.hire-ux-txt {
    padding: 50px 6% 0 6%;
}

.hire-video {
    padding: 22px 0 0 11%;
    position: relative;
    width: 100%;
    max-width: 557px;
}

.video-overlay {
    position: relative;
    cursor: pointer;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-play-btn img {
    width: 60px;
    height: 60px;
}



/* how work starts */
.how-work {
    background-color: #000;
    padding: 60px 95px 105px 95px;
}

.how-work .row:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.how-work .row:nth-child(1) h2 {
    font-size: 71px;
    font-family: 'Aileron';
}

.how-work .row:nth-child(1) p {
    width: 50%;
    padding: 15px 0;
    font-family: 'Montserrat';
    font-size: 11px;
}

.how-work-card-row .how-work-card {
    background-color: #090909;
}

.how-work-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px 20px 30px 20px;
}

.how-work-card h4 {
    font-family: 'Aileron';
    text-transform: uppercase;
    font-size: 27px;
    padding: 15px 0;
}

.how-work-card p {
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 0 15px 0;
}

/* how work Ends */

/* physical product starts */

.physical-p-sec {
    overflow-x: hidden;
    position: relative;
    padding: 100px 0px;
}

.physical-p-sec .row {
    position: relative;
}

.physical-p-sec .row::before {
    top: -1%;
    left: -1%;
    width: 70%;
    height: 102%;
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(267deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.physical-p-sec .row::after {
    top: -0.4%;
    left: -0.7%;
    content: '';
    width: 69.4%;
    height: 100.6%;
    position: absolute;
    background-color: #000;
}

.physical-p-sec-text {
    margin: 40px 0px;
    padding-left: 25px;
}

.physical-p-sec-text h2 {
    left: 0%;
    z-index: 1;
    font-size: 60px;
    font-style: italic;
    position: relative;
    padding: 10px 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    background-color: transparent;
}

.physical-p-sec-text p {
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
}

.physical-p-sec-text a {
    z-index: 1;
    position: relative;
}

.physical-p-sec-img {
    height: 600px;
}

.physical-p-sec-img img {
    width: 83%;
    right: -18%;
    bottom: 46px;
    z-index: 1;
    height: 100%;
    object-fit: contain;
    position: absolute;
}

/* physical product ends */
/* digital product starts */
.digital-p-sec {
    overflow-x: hidden;
    position: relative;
    padding: 100px 0px;
}

.digital-p-sec .row {
    position: relative;
}

.digital-p-sec .row::before {
    top: -1%;
    right: -1%;
    left: auto;
    width: 70%;
    height: 102%;
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(267deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.digital-p-sec .row::after {
    top: -0.4%;
    right: -0.7%;
    left: auto;
    content: '';
    width: 69.4%;
    height: 100.6%;
    position: absolute;
    background-color: #000;
}

.digital-p-sec-text {
    margin: 40px 0px 0 -100px;
    padding-right: 25px;
}

.digital-p-sec-text h2 {
    right: 0%;
    left: auto;
    z-index: 1;
    font-size: 60px;
    font-style: italic;
    position: relative;
    padding: 10px 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    background-color: transparent;
}

.digital-p-sec-text p {
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
}

.digital-p-sec-text a {
    z-index: 1;
    position: relative;
}

.digital-p-sec-img {
    height: 600px;
    position: relative;
}



.digital-p-sec-img img:nth-child(1) {
    width: 100%;
    left: -11%;
    /* bottom: 0px; */
    top: 10px;
    z-index: 1;
    height: 100%;
    object-fit: contain;
    position: absolute;
}

/* digital product ends */

/* Trainer product starts */
/* trainer product starts */
.trainer-p-sec {
    overflow-x: hidden;
    position: relative;
    padding: 100px 0px;
}

.trainer-p-sec .row {
    position: relative;
    align-items: center;
}

.trainer-p-sec .row::before {
    top: -1%;
    left: -1%;
    right: auto;
    width: 70%;
    height: 102%;
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(267deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.trainer-p-sec .row::after {
    top: -0.4%;
    left: -0.7%;
    right: auto;
    content: '';
    width: 69.4%;
    height: 100.6%;
    position: absolute;
    background-color: #000;
}

.trainer-p-sec-text {
    margin: 40px 0px;
    padding-left: 50px;
    padding-right: 20px;
}

.trainer-p-sec-text h2 {
    left: 0%;
    right: auto;
    z-index: 1;
    font-size: 60px;
    font-style: italic;
    position: relative;
    padding: 10px 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    background-color: transparent;
}

.trainer-p-sec-text p {
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
}

.trainer-p-sec-text a {
    z-index: 1;
    position: relative;
}

.trainer-p-sec-img {
    height: 600px;
    position: relative;
}

.trainer-p-sec-img img {
    width: 140%;
    right: 10%;
    top: 5%;
    z-index: 1;
    height: 120%;
    object-fit: contain;
    position: absolute;
}

/* trainer PRODUCTS END */

/* how-work-card-sec */

.how-work-card-sec {
    padding: 100px 6%;
}

.how-work-card-sec .row {
    position: relative;
    align-items: center;
    padding: 25px 0px;
    justify-content: space-between;
}

.how-work-card-sec .row::before {
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 76%;
    content: '';
    margin: auto;
    position: absolute;
    background-color: #535353;
}

.how-work-card-sec .row::after {
    position: absolute;
    right: 0;
    top: 61px;
    left: -40px;
    margin: auto;
    width: 42.5px;
    rotate: -180deg;
    content: '';
    height: 50px;
    border-radius: 0px 0px 0px 30px;
    border-left: 2px solid #535353;
    border-bottom: 2px solid #535353;
}

.how-work-card-sec .row h5 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    background-color: #080808;
    font-size: 25px;
    padding: 15px 10px;
    width: fit-content;
    font-style: italic;
    text-align: center;
    font-family: 'Aileron';
}

.how-work-card-sec .row h5::before {
    position: absolute;
    right: -10px;
    top: 1px;
    margin: auto;
    bottom: 0;
    width: 65px;
    rotate: -90deg;
    content: '';
    height: 70px;
    clip-path: polygon(8% 0, 100% 50%, 100% 100%, 0% 100%);
    border-left: 2px solid #535353;
    border-right: 2px solid #535353;
    border-bottom: 2px solid #535353;
    border-radius: 0px 0px 40px 40px;
}

.how-work-card-sec .row h5::after {
    position: absolute;
    right: 13.2px;
    top: -109px;
    margin: auto;
    bottom: 0;
    width: 45px;
    rotate: 0deg;
    content: '';
    height: 51px;
    border-left: 2px solid #535353;
    border-bottom: 2px solid #535353;
    border-radius: 0px 0px 0px 32px;
}

.step-img-1 {
    width: 100%;
    height: 500px;
}

.step-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.step-text h2 {
    font-size: 55px;
    font-style: italic;
    text-transform: uppercase;
}

.step-text p {
    margin-bottom: 15px;
}

/* how-work-card-sec */

/* Trainers product ends */

/* fit product starts */
.fit-p-sec {
    overflow-x: hidden;
    position: relative;
    padding: 100px 0px;
}

.fit-p-sec .row {
    position: relative;
}

.fit-p-sec .row::before {
    top: -1%;
    right: -1%;
    left: auto;
    width: 70%;
    height: 102%;
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(267deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.fit-p-sec .row::after {
    top: -0.4%;
    right: -0.7%;
    left: auto;
    content: '';
    width: 69.4%;
    height: 100.6%;
    position: absolute;
    background-color: #000;
}

.fit-p-sec-text {
    margin: 40px 0px 0 -100px;
    padding-right: 25px;
}

.fit-p-sec-text h2 {
    right: 0%;
    left: auto;
    z-index: 1;
    font-size: 60px;
    font-style: italic;
    position: relative;
    padding: 10px 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    background-color: transparent;
}

.fit-p-sec-text p {
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
}

.fit-p-sec-text a {
    z-index: 1;
    position: relative;
}

.fit-p-sec-img {
    height: 600px;
    position: relative;
}

.fit-p-sec-img img {
    width: 83%;
    left: 0;
    /* bottom: 0px; */
    top: -99px;
    z-index: 1;
    height: 120;
    object-fit: contain;
    position: absolute;
}


/* fit PRODUCTS END  */


/* gym product starts */
.gym-p-sec {
    overflow-x: hidden;
    position: relative;
    padding: 100px 0px;
}

.gym-p-sec .row {
    position: relative;
    align-items: center;
}

.gym-p-sec .row::before {
    top: -1%;
    left: -1%;
    right: auto;
    width: 70%;
    height: 102%;
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(267deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.gym-p-sec .row::after {
    top: -0.4%;
    left: -0.7%;
    right: auto;
    content: '';
    width: 69.4%;
    height: 100.6%;
    position: absolute;
    background-color: #000;
}

.gym-p-sec-text {
    margin: 40px 0px;
    padding-left: 50px;
    padding-right: 20px;
}

.gym-p-sec-text h2 {
    left: 0%;
    right: auto;
    z-index: 1;
    font-size: 60px;
    font-style: italic;
    position: relative;
    padding: 10px 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    background-color: transparent;
}

.gym-p-sec-text p {
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
}

.gym-p-sec-text a {
    z-index: 1;
    position: relative;
}

.gym-p-sec-img {
    height: 600px;
    position: relative;
}

.gym-p-sec-img img {
    width: 99%;
    right: 20px;
    top: 0;
    z-index: 1;
    height: 100%;
    object-fit: contain;
    position: absolute;
}

/* gym PRODUCTS END */


/* food product starts */
.food-p-sec {
    overflow-x: hidden;
    position: relative;
    padding: 100px 0px;
}

.food-p-sec .row {
    position: relative;
}

.food-p-sec .row::before {
    top: -1%;
    right: -1%;
    left: auto;
    width: 70%;
    height: 102%;
    content: '';
    position: absolute;
    background-image: -webkit-linear-gradient(267deg, rgb(45, 253, 236) 0%, rgb(236, 12, 176) 100%);
}

.food-p-sec .row::after {
    top: -0.4%;
    right: -0.7%;
    left: auto;
    content: '';
    width: 69.4%;
    height: 100.6%;
    position: absolute;
    background-color: #000;
}

.food-p-sec-text {
    margin: 40px 0px 0 -100px;
    padding-right: 25px;
}

.food-p-sec-text h2 {
    right: 0%;
    left: auto;
    z-index: 1;
    font-size: 60px;
    font-style: italic;
    position: relative;
    padding: 10px 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    background-color: transparent;
}

.food-p-sec-text p {
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
}

.food-p-sec-text a {
    z-index: 1;
    position: relative;
}

.food-p-sec-img {
    height: 600px;
    position: relative;
}

.food-p-sec-img img {
    width: 83%;
    left: 5px;
    /* bottom: 0px; */
    top: 30px;
    z-index: 1;
    height: 120;
    object-fit: contain;
    position: absolute;
}


/* food PRODUCTS END  */

/* World tour Starts */
.world-tour-txt-row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.world-tour-txt-row h3 {
    font-size: 56px;
    font-family: 'Aileron';
    padding: 5px 0;
}

.world-tour-txt-row p {
    font-family: 'Montserrat';
    font-size: 11px;
    width: 60%;
    padding: 5px 0 5px 0;
}

/* World tour Ends */


/* Video card section */
.hire-video-card {
    position: relative;
    margin-bottom: 30px;

    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.hire-video-card:hover {
    transform: translateY(-5px);
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

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

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.play-button svg {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}




/* ======================== How Work page Ends======================== */

/* event-detail-banner */

.event-detail-banner {
    padding-top: 150px;
    padding-bottom: 80px
}

.event-detail-banner-img {
    width: 100%;
    height: 600px;
}

.event-detail-banner-img img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    border-radius: 50px;
}

.free-donate-box span {

    align-items: center;

    background-image: linear-gradient(90deg, #51a3fd, #b45bc9 50%, #3af4ec);

    border: 0;

    border-radius: 8px;

    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;

    box-sizing: border-box;

    color: black;

    display: flex;

    font-family: 'Montserrat', sans-serif;

    font-size: 18px;

    font-weight: 500;

    justify-content: center;

    line-height: 1em;

    max-width: fit-content;

    min-width: 140px;

    padding: 3px;

    text-decoration: none;

    text-transform: uppercase;

    user-select: none;

    -webkit-user-select: none;

    touch-action: manipulation;

    white-space: nowrap;

    cursor: pointer;

    transition: all 0.3s;

    padding: 10px 20px;

    font-size: 11px;
}

.free-donate-box h6 {
    font-size: 18px;
    font-family: 'Montserrat';
    margin: 10px 0;
}

.free-donate-box h2 {
    font-size: 66px;
    text-transform: uppercase;
    font-family: 'AGENCYB';
}

section.event-detail-sec {
    padding: 0 0 100px 100px;
}

.event-detail-first {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid rgb(94, 94, 94);
    margin: 0 48px;
    padding: 40px 0;
}

.event-detail-first h5 {
    font-size: 31px;
}

/* event-detail-banner */
/* ================================= location sec start======================================  */
.event-detail-box {
    color: #fff;

    border-radius: 10px;
}

.event-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #333;
    padding: 23px;
    margin-bottom: 30px;
    width: 74%;
}

.event-detail-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.event-detail-attendees {
    align-items: center;
    background-image: linear-gradient(90deg, #51a3fd, #b45bc9 50%, #3af4ec);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: black;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 1em;
    max-width: fit-content;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 11px;
    opacity: 0.4;
    border-radius: 0;
}

.event-detail-follow-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.event-detail-followers {
    font-size: 13px;
    color: #ccc;
    background-color: #434040;
    padding: 2px;
}

.event-detail-btn-glow {
    background: linear-gradient(90deg, #00f0ff, #ff00f7);
    border: none;
    padding: 8px 22px;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    box-shadow: 0 0 10px #00f0ff, 0 0 20px #ff00f7;
    transition: all 0.3s ease;
}

.event-detail-btn-glow:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.event-detail-section-heading {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'AGENCYB';
    margin-top: 25px;
}

.event-detail-selected-date {
    align-items: center;
    background-image: linear-gradient(90deg, #51a3fd, #b45bc9 50%, #3af4ec);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: black;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 1em;
    max-width: fit-content;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 11px;
    opacity: 0.4;
    border-radius: 0;
    margin: 7px 0 15px 0;
}

.event-detail-date-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.event-detail-date-box {

    border: 1px solid #444;
    padding: 15px;
    width: 110px;
    text-align: center;

}

.event-detail-day {
    font-size: 13px;
    line-height: 1.4;
}

.event-detail-date-num {
    font-size: 24px;
    font-weight: bold;
    /* padding: 7px 7px; */
    background: #3e3e3e;
    margin: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-detail-time {
    font-size: 13px;
}

.event-detail-location-text {
    font-size: 14px;
    margin-bottom: 5px;
}

.event-detail-location-text i {
    background-color: linear-gradient(90deg, #51a3fd, #b45bc9 50%, #3af4ec);
    margin: 0 5px 0 0;
}

.event-detail-map-link {
    font-size: 14px;
    color: #00f0ff;
    text-decoration: underline;
}

.event-detail-refund-text {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
    line-height: 1.5;
}

/* ================================= location sec Ends======================================  */

section.call-now-sec {
    padding-bottom: 80px;
}

.event-detail-first h5 {
    font-size: 31px;
    padding: 0 0 10px 0;
}

.loc-wrapper {
    border: 1px solid #444;
    width: 74%;
    padding: 0 40px;
}

section.event-detail-location-sec {
    margin: 0 0 100px 0;
}

/* event-detail-banner */

.event-detail-banner {
    padding-top: 150px;
    padding-bottom: 80px
}

.event-detail-banner-img {
    width: 100%;
    height: 600px;
}

.event-detail-banner-img img {
    width: 100%;
    height: 100%;
    /* object-fit: contain; */
    border-radius: 50px;
}

.free-donate-box span {

    align-items: center;

    background-image: linear-gradient(90deg, #51a3fd, #b45bc9 50%, #3af4ec);

    border: 0;

    border-radius: 8px;

    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;

    box-sizing: border-box;

    color: black;

    display: flex;

    font-family: 'Montserrat', sans-serif;

    font-size: 18px;

    font-weight: 500;

    justify-content: center;

    line-height: 1em;

    max-width: fit-content;

    min-width: 140px;

    padding: 3px;

    text-decoration: none;

    text-transform: uppercase;

    user-select: none;

    -webkit-user-select: none;

    touch-action: manipulation;

    white-space: nowrap;

    cursor: pointer;

    transition: all 0.3s;

    padding: 10px 20px;

    font-size: 11px;
}

.free-donate-box h6 {
    font-size: 18px;
    font-family: 'Montserrat';
    margin: 10px 0;
}

.event-detail-first {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid rgb(94, 94, 94);
    margin: 0 48px;
    padding: 40px 0;
}

.event-detail-first h5 {
    font-size: 31px;
}

/* event-detail-banner */
/* ================================= location sec start======================================  */
.event-detail-box {
    color: #fff;

    border-radius: 10px;
}

.event-detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #333;
    padding: 23px;
    margin-bottom: 30px;
    width: 74%;
}

.event-detail-header-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-detail-header-text {
    display: flex;
    flex-direction: column;
}

.event-detail-header img {
    border-radius: 50%;
    border: 13px solid white;
    margin: 0 19px 0 0;
}

.event-detail-title {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'Montserrat';
}

.event-detail-attendees {
    align-items: center;
    background-image: linear-gradient(90deg, #51a3fd, #b45bc9 50%, #3af4ec);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: black;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 1em;
    max-width: fit-content;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 11px;
    opacity: 0.4;
    border-radius: 0;
    margin-bottom: 5px;
}

.event-detail-followers {
    font-size: 13px;
    color: #ccc;
    background-color: #434040;
    padding: 2px;
    margin: -23px 0 0 20px;
}

.event-detail-btn-glow {
    background: linear-gradient(90deg, #00f0ff, #ff00f7);
    border: none;
    padding: 8px 22px;
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    box-shadow: 0 0 10px #00f0ff, 0 0 20px #ff00f7;
    transition: all 0.3s ease;
}

.event-detail-btn-glow:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

.event-detail-section-heading {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.event-detail-selected-date {
    align-items: center;
    background-image: linear-gradient(90deg, #51a3fd, #b45bc9 50%, #3af4ec);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: black;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 1em;
    max-width: fit-content;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 11px;
    opacity: 0.4;
    border-radius: 0;
    margin: 7px 0 15px 0;
}

.event-detail-date-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.event-detail-date-box {

    border: 1px solid #444;
    padding: 15px;
    width: 110px;
    text-align: center;

}

.event-detail-day {
    font-size: 11px;
    line-height: 1.4;
}

.event-detail-date-num {
    background-color: #3e3e3e;
    padding: 7px 7px;
    background: #3e3e3e;
    margin: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-detail-date-num span {
    font-size: 18px;
    font-weight: bold;
    /* padding: 7px 7px; */
    background: #3e3e3e;
    /* margin: 10px; */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ec13b5, #b45bc9 50%, #3af4ec);
}

.event-detail-time {
    font-size: 13px;
}

.event-detail-location-text {
    font-size: 14px;
    margin-bottom: 5px;
}

.event-detail-location-text i {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ec13b5, #b45bc9 50%, #3af4ec);
    margin: 0 5px 0 0;
}

.event-detail-map-link {
    color: transparent;
    width: fit-content;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #ec13b5, #b45bc9 50%, #3af4ec);
}

.event-detail-refund-text {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
    line-height: 1.5;
}

/* ================================= About Event Starts======================================  */
.about-event-text {
    width: 74%;
    border: 1px solid #444;
    padding: 50px;
}

.about-event-text h5 {
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 0 38px 0;
    font-family: 'AGENCYB';
}

.about-event-text p:nth-child(1) {
    font-size: 11px;
    font-family: 'Montserrat';
    padding: 0 0 43px 0;


}

section.about-event {
    margin: 0 0 80px 0;
}

.event-tags-title {
    color: white;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: 'AGENCYB';
}

.event-tag-btn {
    background-color: #2a2a2a;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    border: none;
    padding: 10px 19px;
    margin: 5px 10px;
    border-radius: 2px;
}

.event-tag-btn:hover {
    background-color: #444;
}

section.event-tags-section {
    margin: 0 0 100px 0;
}

.event-btns-row {
    width: 75%;
    border: 1px solid #444;
    padding: 50px;
}

/* ================================= About Event Ends======================================  */
section.organized-event-sec {
    margin: 0 0 90px 0;
}

.event-organized-wrapper {
    border: 1px solid #444;
    padding: 50px;
    width: 74%;
}

.organized-event-title {
    font-size: 30px;
    color: white;
    padding-bottom: 28px;
    font-family: 'AGENCYB';
}

.ev-org-heading img {
    border-radius: 50%;
    border: 14px solid white;
}

.ev-org-heading .event-detail-header {
    border: none;
    width: 100%;
    padding: 0px !important;
}



.evernt-sec-heading h5 {
    font-size: 30px;
    color: white;
    padding: 0 0 15px 0;
    font-family: 'AGENCYB';
    text-transform: uppercase;
}

/* ================================= location sec Ends======================================  */
/* ================================= Questin Starts======================================  */
.hire-video-card {
    position: relative;
    margin-bottom: 30px;

    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;

}

.hire-video-card:hover {
    transform: translateY(-5px);
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #000;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

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

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.play-button svg {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}


/* video card end  */

/* resul;t sec starts  */
.result-sec-txt-row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.result-sec-txt-row h3 {
    font-size: 56px;
    font-family: 'Aileron';
    padding: 5px 0;
}

.result-sec-txt-row p {
    font-family: 'Montserrat';
    font-size: 11px;
    width: 60%;
    padding: 5px 0 5px 0;
}

.row.result-sec-card-row {
    padding: 10px 10rem;
}

/* resul;t sec ends */

/* Question Sec Starts  */
.question-sec-txt-row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.question-sec-txt-row h3 {
    font-size: 56px;
    font-family: 'Aileron';
    padding: 5px 0;
}

.question-sec-txt-row p {
    font-family: 'Montserrat';
    font-size: 11px;
    width: 60%;
}

.question-txt {
    display: flex;
    margin: 10px 0 10px 0;
    justify-content: center;
}

.question-txt img {
    margin: 0 10px 0;
}

.question-txt h3 {
    font-size: 27px;
}

.question-para {
    padding: 0px 66px 0 66px;
}

.question-para p {
    font-family: 'Montserrat';
    font-size: 11px;
}

.call-img img {
    width: 100%;
    height: 465px;
    object-fit: contain;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 28px 0 0 0;
    height: 430px;
}

section.call-now-sec {
    height: 356px;
}

.call-now-sec .col-lg-6:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;

}

.call-now-sec .col-lg-6:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;

}

.call-now-sec-btn {
    margin: 20px 0 0 0;
}

.event-detail-first h5 {
    font-size: 31px;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.call-now-sec-txt h3 {
    font-family: 'Aileron';
    margin: 0 0 10px 0;
}

.loc-wrapper {
    border: 1px solid #444;
    width: 74%;
    padding: 0 40px;
}

section.event-detail-location-sec {
    margin: 0 0 70px 0px;
}

.how-work-card-sec .row.right-one::after {
    right: 0;
    top: 59.5px;
    left: 47px;
    width: 47.2px;
    rotate: -271deg;
    height: 49px;
}

.how-work-card-sec .row h5.righ-brgotre::after {
    right: 60.2px;
    top: -102px;
    width: 42px;
    rotate: -90deg;
    height: 49px;
    border-radius: 0px 0px 0px 29px;
}

.how-work-card-sec .row h5.righ-brgotre::before {
    left: -80px !important;
    width: 65px;
    rotate: 90deg;
}

.how-work-card-sec .row.first-step h5::after {
    display: none;
}

/* Question Sec ends */

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}


/*Media Query End*/