﻿@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'DMSans-Regular';
    src: url('../fonts/DMSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DMSans-Medium';
    src: url('../fonts/DMSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'DMSans-Bold';
    src: url('../fonts/DMSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'sfPro-R';
    src: url('../fonts/sfPro-R.ttf') format('truetype');
}

body {
    background-color: #0A0A0D;
    color: #a1a1a1;
    font-family: 'sfPro-R';
    /*font-family: 'DMSans-Regular';*/
}

.Montserrat {
    font-family: 'Montserrat-Bold' !important;
}

.dmBold {
    font-family: 'DMSans-Bold';
}

.f0p9 {
    font-size: 0.9rem;
}

.gradientBtn {
    background: linear-gradient(90deg, rgba(40,28,203,1) 0%, rgba(105,30,255,1) 100%);
    border: none;
    border-radius: 12px;
    font-size: 0.9rem;
}

a {
    color: #A1A1A1;
    text-decoration: none;
}
/*mainHeader*/

.mainHeader label {
    position: absolute;
    right: 0;
    z-index: 12;
}

.mainHeader input {
    display: none;
}

    .mainHeader input:checked ~ label {
        right: 0;
    }

.finzBtn {
    padding: 1rem 0.5rem;
    border: 1px solid #A1A1A1;
    font-size: 0.8rem;
}

    .finzBtn svg {
        margin-right: 0.5rem;
    }

    .finzBtn:hover {
        color: #fff;
        border: 1px solid #fff;
    }

        .finzBtn:hover path {
            fill: #fff !important;
        }

.vh100 {
    height: 100vh;
}

.burger {
    position: absolute;
    top: 40px;
    right: 0;
    cursor: pointer;
}

    .burger g {
        stroke: #fff;
        transition: stroke 0.25s ease-in-out;
    }

        .burger g:hover {
            stroke: #ccc;
        }

#test:checked ~ label .burger {
    opacity: 0;
}

.close {
    position: absolute;
    top: 40px;
    right: 28px;
    cursor: pointer;
    opacity: 0;
}

    .close g:hover {
        stroke: #ccc;
    }

    .close g {
        stroke: #fff;
        transition: stroke 0.25s ease-in-out;
    }

    .close line {
        transform-origin: 0%;
    }

    .close g {
        transform: rotateZ(45deg);
        transform-origin: 50%;
    }

#test:checked ~ label .close {
    opacity: 1;
}

.menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-color: #282828;
    transition: opacity 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #C4C4C4;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
}

.overflow-hidden {
    overflow-y: hidden !important;
}

#test:checked ~ .menu {
    opacity: 1;
    z-index: 10;
}

.menu li {
    margin-top: 50px;
    transition: margin 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin-bottom: 15px;
    list-style-type: none;
}

#test:checked ~ .menu li {
    margin-top: 0px;
    list-style-type: none;
}

.mainHeader .logoContainer {
    position: absolute;
    top: 40px;
}

.mainHeader .logo {
    width: 85px;
}

.heroImg {
    height: 72vh !important;
    width: unset !important;
    margin-top: 65px !important;
}

.dropShadow {
    filter: drop-shadow(-10px 12px 27px #000);
}

.pinkBg {
    background-color: #5C3ABE;
}

.terkwazBg {
    background-color: #80BAB7;
}

.OrangeBg {
    background-color: #FFB189;
}

.becomeMember {
    background: #181818CC;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

    .becomeMember h5, .becomeMember p {
        color: #fff;
    }

.cursor-pointer {
    cursor: pointer;
}

.waitingList {
    height: 42px;
    background-color: transparent;
    border: 1px solid #848486;
    padding-left: 20px;
    display: inline-block !important;
    color: #C4C4C4;
}

    .waitingList:focus {
        outline: none;
    }
/*category*/
.categorySection {
    background-color: #1E1E20;
}

    .categorySection .tab-pane {
        text-align: center;
    }

    .categorySection .nav-link {
        background-color: transparent;
        color: #A1A1A1;
        text-align: right;
        font-size: 1.2rem;
        margin: 0.2rem 0;
    }

        .categorySection .nav-link:hover {
            color: #fff;
        }

        .categorySection .nav-link.active {
            color: #fff !important;
        }


/*highlights*/
.highlights .nav-link {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.063) 100%);
    color: #A1A1A1;
    border-radius: 50px;
    margin: 0.5rem;
    width: 64px;
    height: 64px;
    text-align: center;
    font-size: 0.8rem;
}

    .highlights .nav-link.active {
        background: linear-gradient(90deg, rgb(78 65 255) 0%, rgba(105,30,255,1) 100%);
    }

.highlightsMob {
    min-height: 500px;
}

.lightDropShadow {
    filter: drop-shadow(-20px 18px 28px #ffffff26);
}

.w70 {
    width: 40%;
}

.Details p {
    margin: 0
}
/*Membership*/
.membership {
    background-color: #1E1E20;
}

    .membership h2 {
        font-size: 3rem;
    }

/*joinUs*/
.joinUs {
    background: linear-gradient(90deg, rgba(94, 200, 219, 0.8) 10.64%, rgba(254, 123, 255, 0.79) 110.64%);
}

.userBlock {
    background-color: #191919;
    padding: 2.5rem 1.2rem !important;
    min-height: 192px;
}

    .userBlock p {
        margin-top: 0.5rem;
        margin-bottom: 0;
    }

    .userBlock img {
        width: 35px !important;
        display: inline-block !important;
        margin-right: 8px;
    }

.bottomFooter a {
    display: block;
    margin: 14px 0;
    color: #e3e3e3;
    font-size: 0.9rem;
}

.btn-white {
    background-color: #fff;
    border-radius: 0px;
    padding: 0.5rem 3rem;
}

    .btn-white:hover {
        color: #fff;
        background-color: #0A0A0D;
    }


.btn-grey {
    background-color: #848486;
    border-radius: 0px;
    padding: 0.5rem 3rem;
    color: #000;
    margin-left: -5px;
    margin-top: -4px;
}

    .btn-grey:hover {
        background-color: #fff;
    }

.subscribe {
    height: 42px;
    background-color: #0a0a0d;
    border: 1px solid #848486;
    padding-left: 12px;
    border-radius: 0 !important;
    color: #fff;
    outline:0;
}

.features img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.features p {
    margin: 0 !important;
    font-size: 0.9rem;
    line-height: 1.2;
}

.bb {
    border-bottom: 0.2px solid #1E1E20;
}

.bt {
    border-top: 0.2px solid #1E1E20;
}

.bl {
    border-left: 0.2px solid #1E1E20;
}

.findOut {
    float: right;
}

    .findOut:hover {
        color: #fff;
    }

.owl-dots {
    display: none;
}

.hiddenD {
    display: none;
}

.py-45 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.pt-45 {
    padding-top: 2rem !important;
}

.pb-45 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.socialIcons a {
    margin-right: 1.2rem;
}

    .socialIcons a i {
        color: #fff;
    }

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    color: #fff !important;
    background-color: #ffffff78 !important;
    padding: 0.5rem !important;
}

.owl-next {
    right: 0;
}

.owl-nav {
    display: none;
}

.imggg {
    width: 135px;
    height: 135px;
    margin: 0.4rem 0.3rem;
}

.joinUs img {
    height: 70px;
    margin: 0.2rem 0.1rem;
}

.rightDiv {
    margin: auto;
    display: inline-block;
    text-align: left;
}

#toTop {
    display: inline-block;
    /*    background: linear-gradient( 90deg, rgba(40,28,203,1) 0%, rgba(105,30,255,1) 100%);
    width: 50px;
    height: 50px;
        border-radius: 4px;*/
    cursor:pointer;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    /*    #toTop::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }*/
    #toTop.show {
        opacity: 1;
        visibility: visible;
    }

.Details h6 {
    color: #fff;
}

.container {
    max-width: unset !important;
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.features .firstHalf .container {
    padding-right: 3rem !important;
}

.features .secondHalf .container {
    padding-left: 3rem !important;
}

.hiddenTM {
    display: none !important;
}
/*Tablet & Mobile style*/
@media screen and (max-width: 992px) {
    .offset-1 {
        margin-left: 0 !important;
    }

    video {
        min-height: 350px;
    }

    .vh100 {
        height: auto !important;
    }

    .hiddenTM {
        display: none !important;
    }

    .hiddenD {
        display: block !important;
    }

    .features.hiddenD h3 {
        font-size: 1.4rem;
    }

    .mainHeader .vh100 {
        height: auto !important;
    }

    footer .btn-grey {
        margin: auto !important;
    }

    .subscribe {
        width: 100% !important;
        margin-bottom: 1rem !important;
    }

    .categorySection.py-5 {
        padding: 0 !important;
    }
}

/*Tablet style*/
@media screen and (max-width: 1015px) and (min-width: 768px) {
    .imggg {
        width: 80px !important;
        height: 80px !important;
        margin: 0.47rem 0.3rem !important;
    }

    .heroImg {
        height: unset !important;
        margin: auto !important;
    }

    .joinUs img {
        height: 55px !important;
    }

    .membership .pe-5 {
        padding-right: 1.8rem !important;
    }

    .hiddenT {
        display: none !important;
    }

    .pt-6 {
        padding-top: 9rem !important;
        padding-bottom: 3rem !important;
    }

    .finzBtn {
        display: inline-block !important;
        min-width: 230px;
        padding: 0.8rem 0.5rem !important;
    }

        .finzBtn.ms-3 {
            margin-left: 0 !important;
            margin-top: 1rem !important;
        }

    .becomeMember {
        position: relative;
        padding: 2rem 1rem !important;
        text-align: center;
    }

        .becomeMember .d-flex {
            flex-direction: column;
        }

            .becomeMember .d-flex .m-auto {
                margin: auto !important;
                margin-top: 2rem !important;
            }
}

/*Mobile Style*/
@media (max-width:768px) {
   .userTestimonials .item{
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .membership .ps-3 {
        padding-left: 0.5rem !important;
    }
    .joinUs {
        padding: 0.1rem !important;
    }

    .features .secondHalf .container {
        padding-left: 1rem !important;
    }

    .hiddenTM {
        display: none !important;
    }

    .hiddenDFlex {
        display: flex !important;
        margin-top: 1.5rem;
    }

    .w100Mob {
        width: 100% !important;
    }

    .userTestimonials .owl-prev, .userTestimonials .owl-next {
        display: none !important
    }

    .justifyCenterMob {
        justify-content: center;
    }

    .imggg {
        width: 60px;
        height: 60px;
    }

    .container {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .pt-8 {
        padding-top: 8rem !important;
    }

    .owl-nav {
        display: block !important;
    }

    .hiddenM {
        display: none !important;
    }

    .mb10Mob {
        margin-bottom: 10rem
    }

    .pt-6 {
        padding-top: 8rem;
        padding-bottom: 5rem;
    }

    .finzBtn {
        display: inline-block !important;
        width: 44% !important;
        text-align: center;
    }

    .visible-xs {
        display: block !important;
    }

    .pt-6 img {
        margin-top: -15rem !important;
    }

    .joinUs .col-md-4, .joinUs .col-md-6 {
        padding: 15px !important;
    }

    .centerMob {
        text-align: center !important;
    }

    .order2Mob {
        order: 2 !important;
    }

    .order3Mob {
        order: 3 !important;
    }

    .order4Mob {
        order: 4 !important;
    }

    .order5Mob {
        order: 5 !important;
    }
    .order6Mob {
        order: 6 !important;
    }
    .joinUs img {
        height: 70px;
        width: 100%;
        padding: 0.3rem;
        margin: auto;
    }

    .joinUs .col-xs-4, .joinUs .col-xs-6 {
        padding: 0 !important
    }
}

/*large screen*/
@media (min-width:1500px) {
    .rightDiv .btn-grey {
        padding: 0.55rem 3rem;
        margin-top: -0.2rem;
    }
    .userTestimonials .userBlock {
        min-height: 216px !important;
    }
    .container {
        max-width: unset !important;
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .membership .justify-content-between {
        justify-content: flex-start !important;
    }

    .pt-45 {
        padding-top: 3rem !important;
    }

    .py-45 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .features .my-4 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .gradientBtn, p, .f0p9, a {
        font-size: 1.3rem !important;
    }

    p {
        line-height: 28px;
    }

    h3 {
        font-size: 2.2rem;
    }

    h4 {
        font-size: 1.8rem;
    }

    .categorySection .nav-link {
        font-size: 1.5rem;
    }

    .imggg {
        width: 175px;
        height: 175px;
    }

    .highlights p {
        font-size: 1.5rem !important;
    }

    .highlightsMob img {
        width: 45%;
    }

    .joinUs img {
        height: 88px !important;
    }

    .offset1Lg {
        margin-left: 8.33333333%;
    }

    .offset2Lg {
        margin-left: 16.66666667%;
    }

    .Details h6, .Details p {
        font-size: 1.4rem;
    }

    .categorySection p {
        font-size: 1rem !important;
        margin-top: 1.5rem !important;
    }
}
