/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Bold'), url('../fonts/Gilroy-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Gilroy-Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Heavy'), url('../fonts/Gilroy-Heavy.woff') format('woff');
}


@font-face {
    font-family: 'Gilroy-Light';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Light'), url('../fonts/Gilroy-Light.woff') format('woff');
}


@font-face {
    font-family: 'Gilroy-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Medium'), url('../fonts/Gilroy-Medium.woff') format('woff');
}


@font-face {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Gilroy-Regular'), url('../fonts/Gilroy-Regular.woff') format('woff');
}

body{
    background-color: #004437;
}

a{
    text-decoration: none;
}


/* loader */
#loader2 {
    height: 100vh;
    background-color: #F9F8F5;
    position: fixed;
    z-index: 999999;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#loader2 .spinner-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
#loader2 .f-loader img {
    max-width: 150px;
}



.f-wrapper {
    flex: 1 0 auto;
}
.f-footer {
    flex-shrink: 0;
}

/* Header */

.f-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    transition: top 0.5s ease-in-out;
    background-color: transparent;
}
.f-header.ib-nav-up {  
    top: -80px;
}
.f-header.sticky-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    background: #004437;
}
.f-header .navbar{
    background: transparent;
    padding: 12px 0px;
}
.f-header .navbar .navbar-brand{
    width: 25%;
} 
.f-header .navbar .navbar-nav .nav-item{
    border-radius: 100px;
    padding: 1px;
    margin: 0 5px;
    /* border: 0.5px solid; */
}
.f-header .navbar .navbar-nav .nav-item:hover{
    background: radial-gradient(54.8% 53% at 50% 50%, #151515 0%, rgba(21, 21, 21, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(60% 51.57% at 50% 50%, #E7CE4A 0%, rgba(227, 205, 75, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(69.43% 69.43% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.f-header .navbar .navbar-nav .nav-item .nav-link{
    border-radius: 15px;
    padding: 10px 14px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Gilroy-Regular';
    border-radius: 100px;
    transition: 0.3s;
}
.f-header .navbar .navbar-nav .nav-item:hover .nav-link{
    background: radial-gradient(67.04% 138.46% at 50% 132.05%, rgba(116, 158, 255, 0.3) 49.88%, rgba(25, 66, 55, 0.3) 100%);
    background-color: #188873;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.f-header .navbar .f-right-header-menu{
    min-width: 50%;
}
.f-header .navbar .f-right-header-menu ul{
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.f-header .navbar .f-right-header-menu ul li .f-header-connect{
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 10px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 2px;
}
.f-header .navbar .f-right-header-menu ul li .f-header-connect span{
    padding: 9px 12px;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 9;
}
.f-header .navbar .f-right-header-menu ul li .f-header-connect:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    z-index: 0;
    height: 100%;
}
.f-header .navbar .f-right-header-menu ul li .f-header-connect:hover{
    /* background: #000; */
    /* background: radial-gradient(67.04% 138.46% at 50% 132.05%, rgba(116, 158, 255, 0.3) 49.88%, rgba(25, 66, 55, 0.3) 100%); */
    background: linear-gradient(53deg, #FFFFFF33, #15151533 ,#E7CE4A33, #ffffff33 ,#ffffff33, #E7CE4A33, #15151533,  #FFFFFF33 );
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.f-header .navbar .f-right-header-menu ul li .f-header-connect:hover span{
    background:#188873 ;
    /* background: radial-gradient(67.04% 138.46% at 50% 132.05%, rgba(116, 158, 255, 0.3) 49.88%, rgba(25, 66, 55, 0.3) 100%); */
    /* background-color:#0ca387; */
    /* margin: 2px; */
}
.f-header .navbar .f-right-header-menu ul li .f-header-connect:hover:before{
    /* background-color: #188873; */
    z-index: 1;
}
.f-header .navbar .f-right-header-menu ul li a.f-header-social{
    margin-left: 24px;
} 
.f-header .navbar .f-right-header-menu ul li.f-header-form-switch .form-switch{
    /* border: 3px solid; */
    /* background: rgba(255, 255, 255, 0.2); */
    background: linear-gradient(53deg, #FFFFFF33, #15151533 ,#E7CE4A33, #ffffff33 ,#ffffff33, #E7CE4A33, #15151533,  #FFFFFF33 );
    border-radius: 100px;
    padding: 2px;
    height: auto;
    margin-bottom: 0;
    min-height: 39px;
}
.f-header .navbar .f-right-header-menu ul li.f-header-form-switch .form-switch .form-check-input{
    margin: 0; 
    width: 65px;
    height: 35px;
    border: none;
    background:#0ca387;
    transition: 0.5s;
    position: relative;
}
.f-header .navbar .f-right-header-menu ul li.f-header-form-switch .form-switch .form-check-input:focus{
    outline: none;
    box-shadow: none;
}
.f-header .navbar .f-right-header-menu ul li.f-header-form-switch .form-switch .form-check-input::after{
    content: "EN";
    color: #632240;
    font-weight: 800;
    font-size: 10px;
    font-family: 'Gilroy-Bold';
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 28px;
    height: 28px;
    padding: 7px 0;
    position: absolute;
    left: 3px;
    top: 3px;
    transition: 0.3s;
}
.f-header .navbar .f-right-header-menu ul li.f-header-form-switch .form-switch .form-check-input:checked::after{
    content: "CN";
    left: 33px;
}
.f-header .navbar .f-right-header-menu ul li.f-header-form-switch .form-switch label{
    display: block;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
}

.f-hero-banner{
    background-image: url(../images/hero-banner-bg.png);
    background-position:center ;
    background-size: cover;
    height: 100vh;
    min-height: 1024px;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
}
.f-hero-banner .f-banner-bottom-flw{
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.f-hero-banner .f-banner-bottom-flw img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.f-hero-banner h1{
    color: #fff;
    font-size: 90px;
    font-family: "Gilroy-Heavy";
    margin-bottom: 45px;
}
.f-hero-banner p{
    color: #fff;
    font-size: 15px;
    font-family: "Gilroy-Regular";
    margin-bottom: 45px;
}
 .f-card-box{
    position: relative;
    height: 670px;
    width: 670px;
    margin: 0 auto;
    background: transparent
}
 .f-card-box .f-card{
    position: absolute;
    transition: 0.5s;
}
 .f-card-box .f-card-one{
    z-index: 2;
    left: 0;
    transition: 0.5s;
    top: 0;
}
 .f-card-box:hover .f-card-one{
    top: -30px;
    left: 10px;
}
 .f-card-box .f-card-two{
    left: 0;
    right: 0;
    transition: 0.5s;
    text-align: center;
    z-index: 1;
    margin: 0 auto;
    top: 200px;
}
 .f-card-box:hover .f-card-two{
    top: 230px;
    right: -20px;
}
 .f-card-box .f-card-three{
    right: 0;
    z-index: 0;
    transition: 0.5s;
    top: 0;
}
 .f-card-box:hover .f-card-three{
    top: -30px;
    right: -20px;
}




.f-comman-btn a, .f-comman-btn .btn{
    background: #749EFF;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 30px;
    font-family: "Gilroy-Heavy";
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    line-height: 15px;
    position: relative;
    transition: 0.3s;
}
.f-comman-btn a::after, .f-comman-btn .btn::after{
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    background: url(../images/btn-arrow.svg);
    margin-bottom: -2px;
}
.f-comman-btn a:hover, .f-comman-btn .btn:hover{
    background: #FF6100;
}
.f-comman-btn-1 a, .f-comman-btn-1 .btn{
    /* background: #749EFF; */
    display: inline-block;
    padding: 20px 30px;
    border-radius: 30px;
    font-family: "Gilroy-Heavy";
    font-size: 15px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    line-height: 15px;
    position: relative;
    transition: 0.3s;
}
.f-comman-btn-1 a::after, .f-comman-btn-1 .btn::after{
    /* content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    background: url(../images/btn-arrow.svg);
    margin-bottom: -2px; */
}
.f-comman-btn-1 a:hover, .f-comman-btn-1 .btn:hover{
    background: #FF6100;
}

.f-comman-link a{
    color: #749EFF;
    font-family: "Gilroy-Heavy";
}
.f-comman-link a::after{
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    background: url(../images/link-arrow.svg);
    margin-bottom: -2px;
}
.f-comman-link-1 a{
    color: #fff;
    font-family: "Gilroy-Bold";
}
.f-comman-link-1 a::after{
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 10px;
    background: url(../images/btn-arrow.svg);
    margin-bottom: -2px;
}

.f-about-se{
    padding-top: 150px;
    padding-bottom: 75px;
    background-image: url(../images/about-se.png);
    background-position:center 300%;
    background-size: cover;
    background-repeat: no-repeat;
}

.f-about-se-2{
    padding-top: 150px;
    padding-bottom: 75px;
    background-image: url(../images/about-page.png);
    background-position:center;
    background-size: cover;
}
.f-about-se .f-about-conten-se{
    padding-bottom: 60px;
}
.f-about-se .f-about-conten-se .f-about-content {
    padding-right: 60px;
}
.f-about-se .f-about-conten-se .f-about-content p{
    color: #fff;
    font-family: "Gilroy-Light";
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
}
.f-comman-title-se h3{
    font-family: "Gilroy-Heavy";
    font-weight: 800;
    font-size: 60px;
    line-height: 74px;
    color: #fff;
    margin-bottom: 32px;
}
.f-comman-title-se h6{
    font-family: "Gilroy-Medium";
    font-size: 14px;
    line-height: 18px;  
    color: #FFFFFF;
    margin-bottom: 32px;
    letter-spacing: 0.2em;
    text-transform: uppercase;

}


.f-about-boxs-se{
    padding-bottom: 150px;
}
.f-about-boxs-se .f-about-box-outline{
    border: 1px solid  rgb(255 255 255 / 50%);
    /* padding: 1.5px; */
    border-radius: 25px;
    /* background: linear-gradient(53deg, #004437, rgba(21, 21, 21, 0) ,#e7cd4a4f, #ffffff48 ,#ffffff48, #e7cd4a4f, rgba(21, 21, 21, 0),  #004437 ); */
    height: 100%;
}
.f-about-boxs-se .f-about-box-outline .f-about-box{
    padding: 20px 25px;
    background-color:  rgb(255 255 255 / 20%);
    border-radius: 24px;
    /* backdrop-filter: url(../images/banner-bottom.png); */
    /* min-height: 250px; */
    height: 100%;
}
.f-about-boxs-se .f-about-box-outline .f-about-box:hover{
    background-color: rgb(255 255 255 / 25%);
}
.f-about-boxs-se .f-about-box-outline .f-about-box h4{
    font-family: "Gilroy-Heavy";
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 32px;
    color: #FFFFFF;
}

.f-about-boxs-se .f-about-box-outline .f-about-box p{
    font-family: "Gilroy-Light";
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 0;
}

.f-leaderboard-se{
    padding-bottom: 75px;
}
.f-leaderboard-se .f-leaderboard-content p{
    font-size: 15px;
    line-height: 18px;
    font-family: "Gilroy-Bold";
    color: #749EFF;   
}
.f-leaderboard-content .f-comman-title-se h3{
    color: #749EFF;   

}

.f-sub-dis p{
    color: #fff;
}

.f-leaderboard-se .f-sub-dis p{
    font-size: 16px;
    line-height: 28px;
    font-family: "Gilroy-Light";
    letter-spacing: 0.01em;
    color: #fff;   
}

.f-user-3-se .f-user-green-box-outline{
    padding: 2px;
    max-width: 960px;
    margin: 0 auto;
    border-radius: 25px;
    background: linear-gradient(3deg, #004437, rgba(21, 21, 21, 0) ,#e7cd4a4f, #ffffff48 ,#ffffff48, #e7cd4a4f, rgba(21, 21, 21, 0),  #004437 );
}
.f-user-3-se .f-user-green-box{
    padding: 35px 50px;
    background: #5c877f;
    border-radius: 24px;
}

.f-user-box{
    color: #fff;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 20px;
}
.f-user-box:hover{
    background: #ffffff33;
}
.f-user-box .f-user-numbar{
    margin-right: 20px;
    font-size: 16px;
    font-family: "Gilroy-Bold";
    line-height: 22px;
    color: #fff;
}
.f-user-box .f-user-photo{
    margin-right: 20px;
    position: relative;
}
.f-user-box .f-user-photo img{
    border-radius: 14px;
    height: 56px;
    width: 56px;
}
.f-user-box .f-user-photo span{
    position: absolute;
    bottom: -5px;
    right: -5px;
}
.f-user-box .f-user-photo span img{
    width: 20px;
    height: 20px;
}
.f-user-box .f-user-details h5{
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-family: "Gilroy-Bold";
    margin-bottom: 4;
}
.f-user-box .f-user-details p{
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-family: "Gilroy-Regular";
    margin-bottom: 0;
}


/* footer */
.f-footer{
    padding: 98px 0px;
}
.f-footer-home{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.f-footer .f-center-footer{
    max-width: 620px;
    margin: 0 auto;
}
.f-footer .f-center-footer ul{
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 70px;
    justify-content: space-between;
}
.f-footer .f-center-footer ul li.f-comman-link-1 a{
    font-family: "Gilroy-Bold";
    font-size: 40px;
    font-weight: 800;
    line-height: 50px; 
}
.f-footer .f-center-footer ul li img{
    width: 50px;
}
.f-footer .f-counter-se{
    display: flex;
    justify-content: space-between;
}
.f-footer .f-counter-se h5{
    font-size: 40px;
    font-family: "Gilroy-Heavy";
    line-height: 40px;
    color: #fff;
}

.f-footer .f-counter-se{
    margin-bottom: 70px;
}
.f-footer .f-counter-se p{
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    font-family: "Gilroy-Light";
}

.f-footer .f-copy-right-se p{
    text-align: center;
    margin-bottom: 0;
    font-family: "Gilroy-Light";
    font-size: 11px;
    line-height: 13px;
    color: #fff;
}

.f-menu-right{
    background: #004437;
}
.f-menu-right .offcanvas-body{
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.f-menu-right .offcanvas-body .btn-close{
    background-color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
}
.f-menu-right .f-menu-right-logo{
    padding: 64px 0px;
    text-align: center;
}
.f-menu-right .f-menu-right-menu ul {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    text-align: center;
    padding-left: 0;
    width: 100%;
}
.f-menu-right .f-menu-right-menu ul li{
    width: 100%;
}
.f-menu-right .f-menu-right-menu ul li a{
    padding: 32px;
    color: #fff;
    display: inline-block;
    width: 100%;
}
.f-menu-right .f-menu-right-menu .f-menu-right-menu-icons{
    display: flex;
    align-items: center;
}
.f-menu-right .f-menu-right-menu .f-menu-right-menu-icons li{
    width: auto;
    display: inline-block;
    padding:0 5px ;
}
.f-menu-right .f-menu-right-menu .f-menu-right-menu-icons li a{
    padding: 0 15px;
}
.f-menu-right  .f-menu-bototm .f-cart-btn a{
    padding: 36px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}
.f-menu-right  .f-menu-bototm .f-cart-btn a img{
    margin-right: 5px;
}
.f-menu-right  .f-menu-bototm .f-contac-btn a{
    color: #fff;
    padding: 36px;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #749EFF;
    font-family: "Gilroy-Bold";
}


/* Shop */

.f-shop-se{
    /* padding: 81px 0px; */
    padding-top: 120px;
    padding-bottom: 50px;
    background-image: url(../images/Group-1000001770.png);
    background-position:center ;
    background-size: cover;
    /* height: 100vh; */
}

.f-shop-se .f-shop-title{
    text-align: center;
    margin-bottom: 80px;
}
.f-shop-se .f-shop-title h1{
    /* font-weight: 800; */
    font-family: "Gilroy-Bold";
    font-size: 48px;
    line-height: 59px;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.f-shop-se .f-shop-title p{
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    margin-bottom: 30px;
}
.f-shop-se .f-cart-se{
    max-width: 1080px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.f-shop-se .f-card-box{
    display: none;
}

.f-plans-se{
    padding: 80px 0px;
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
}
.f-plans-se .f-plans-box{
    max-width: 80%;
    margin: 0 auto;
}
.f-plans-se .f-plans-box .f-plan-yellow-title{
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.2em; 
    color: #FBBA33;
    font-family: "Gilroy-Bold";
}
.f-plans-se .f-plans-box .f-plan-title{
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    font-family: "Gilroy-Bold";
}
.f-plans-se .f-plans-box .f-plan-title.f-plan-title-gold{
    color: #EB539E;
}
.f-plans-se .f-plans-box .f-plan-title.f-plan-title-platinium{
    color: #E95F27;
}
.f-plans-se .f-plans-box .f-plan-title.f-plan-title-diamond{
    color: #749EFF;
}
.f-plans-se .f-plans-box ul {
    padding:0;
    margin-bottom: 40px;
    list-style-type: none;
    color: #FFFFFF;
}
.f-plans-se .f-plans-box ul li{
    font-family: "Gilroy-Light";
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 0.01em; 
    text-align: left;
    margin-bottom: 10px;
}
.f-plans-se .f-plans-box ul li span{
    float: right;
}
.f-plans-se .f-plans-box .f-comman-btn a{
    background: #fff;
    color: #632240;
}
.f-plans-se .f-plans-box .f-comman-btn a:after{
    display: none;
}


.f-affiliate-se{
    padding-top: 120px;
    padding-bottom: 80px; 
    background-image: url(../images/become-an-affiliate.png);
    background-position:center;
    background-size: cover;
}
.f-affiliate-se .container{
    max-width: 1420px;
    margin: 0 auto;
}
.f-affiliate-se .f-affiliate-title h1{
    font-weight: 800;
    font-size: 96px;
    line-height: 108px;
    color: #E54626;
} 
.f-affiliate-se img{
    width: 100%;
}
.f-faq-se {
    padding-bottom: 120px;
}
.f-faq-se .f-faq-box{
    padding: 50px 90px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    border-radius: 25px;
}
.f-faq-se .f-faq-box .f-faq-top-title{
    color: #E54626;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-family: "Gilroy-Bold";
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 18px;
}
.f-faq-se .f-faq-box .f-faq-title   {
    color: #fff;    
    font-family: "Gilroy-Bold";
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 40px;
}
.f-faq-se .f-faq-box .f-faq-dis p{
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 0.01em;
    max-width: 340px;
    font-family: "Gilroy-Light";
}
.f-affiliate-features-se{
    padding-top: 75px;
}
.f-affiliate-features-se .f-affiliate-top-title h6{ 
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
}
.f-affiliate-features-se .f-affiliate-title h5{
    font-weight: 800;
    font-size: 30px;
    line-height: 40px;
    color: #E54626;
} 
.f-affiliate-features-se p{
    font-size: 16px;
    line-height: 28px; 
    letter-spacing: 0.01em; 
    color: #FFFFFF;
}

.f-leaderboard-se-1{
    padding: 75px 0px;
}

.f-leaderboard-se{
    padding: 140px 0; 
    background-image: url(../images/leaderboard-bg.png);
    background-position:center;
    background-size: cover;
}
.f-leaderboard-se .f-leaderboard-title h1{
    font-size: 60px;
    line-height: 40px;
    text-align: center;
    color: #E54626;
    font-family: "Gilroy-Bold";
    margin-bottom: 20px;
}
.f-leaderboard-se .f-leaderboard-title p{
    font-weight: 300;
    font-size: 16px;
    line-height: 28px; 
    text-align: center;
    letter-spacing: 0.01em; 
    color: #FFFFFF;
    font-family: "Gilroy-Light";
    margin-bottom: 40px;
}

.f-leaderboard-box{
    max-width: 1200px;
    margin: 0 auto;
    height: 643px;  
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    border-radius: 25px;
}
.f-leaderboard-box .f-leaderboard-user-box{
    background: rgba(255, 255, 255, 0.4);
    border-radius: 25px 25px 0px 0px;
    padding: 33px 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.f-leaderboard-box .f-leaderboard-user-box .f-leaderboard-user{
    display: flex;
    align-items: center;
}
.f-leaderboard-box .f-leaderboard-user-box .f-leaderboard-user img{
    width: 80px;
    height: 80px;
    margin-right: 35px;
}
.f-leaderboard-box .f-leaderboard-user-box .f-leaderboard-user h5{
    color: #632240;
    font-size: 32px;
    line-height: 18px;
    text-transform: capitalize;
    font-family: "Gilroy-Bold";
    margin-bottom: 20px;
}
.f-leaderboard-box .f-leaderboard-user-box .f-leaderboard-user p{
    color: #632240;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
}
.f-leaderboard-box .f-leaderboard-user-box .f-leaderboard-r-d-r p{
    color: #632240;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}
.f-leaderboard-box .f-leaderboard-user-box .f-leaderboard-r-d-r span{
    color: #632240;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Gilroy-Bold";
    line-height: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}
.f-leaderboard-box .f-leaderboard-user-box .f-leaderboard-r-d-r a{
    background: rgba(0, 68, 55, 0.4);
    border-radius: 25px;
    display: inline-block;
    padding: 8px 30px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}
.f-leaderboard-se .f-leaderboard-filter-box{
    padding: 24px 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.f-leaderboard-se .f-leaderboard-filter-box .form-group{
    position: relative;
}
.f-leaderboard-se .f-leaderboard-filter-box .form-group .form-control{
    border-radius: 30px;
    border: none;
    /* max-width: 350px; */
    width: 300px;
}
.f-leaderboard-se .f-leaderboard-filter-box .form-group span{
    position: absolute;
    right: 20px;
    top: 5px;
}

.f-leaderboard-se .f-leaderboard-filter-box  .f-leaderboard-dropdown .dropdown-toggle{
    background: #004437;
    border-radius: 30px;
    padding: 8px 30px;
    box-shadow: none;
    border: none;
}

.f-leaderboard-users-se{
    height: 405px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 20px;
}
.f-leaderboard-users-se::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
  }
  
  /* Track */
  .f-leaderboard-users-se::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    width: 10px;
}

/* Handle */
.f-leaderboard-users-se::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #004437;
    width: 30px;
  }
  
  /* Handle on hover */
  .f-leaderboard-users-se::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  


.f-leaderboard-users-se .f-leaderboard-users-box{
    max-width: 860px;
    margin: 0 auto;
}

.f-shopping-cart-se{
    padding: 140px 0px;
    background: url(../images/shopping-cart.png);
    background-size: cover;
}
.f-shopping-cart-se .f-shopping-cart-title h1{
    color: #E9B9E2;
    font-size: 60px;
    line-height: 108px;
    font-family: "Gilroy-Bold";
    text-align: center;
    margin-bottom: 56px;
}
.f-shopping-cart-box{
    max-width: 1200px;
    margin: 0 auto;
    /* height: 643px;    */
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    padding: 55px 50px;
    border-radius: 25px;
}
.f-shopping-cart-box .f-shopping-cart-back-se{
    border-bottom: 1px solid #fff;
    padding-bottom: 24px;
}
.f-shopping-cart-box .f-shopping-cart-back-se a{
    display: inline-block;
    width: auto;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    font-family: "Gilroy-Bold";
}
.f-shopping-cart-box .f-shopping-cart-back-se a img{
    margin-right: 10px;
    margin-top: -2px;
}
.f-shopping-cart-box .f-shopping-cart-title-se{
    margin-top: 40px;
    margin-bottom: 32px;
}
.f-shopping-cart-box .f-shopping-cart-title-se h5{
    font-family: "Gilroy-Bold";
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    text-transform: capitalize;
    color: #fff;
}
.f-shopping-cart-box .f-shopping-cart-title-se p{
    font-family: "Gilroy-Light";
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    color: #fff;
}

.f-card-box-1{
    padding: 16px 50px;
    border-radius: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    height: auto;
}
.f-card-box-1 .f-card-icon-box{
    display: flex;
    align-items: center;
}
.f-card-box-1 .f-card-icon-box img{
    margin-right: 10px;
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.f-card-box-1 .f-card-icon-box h6{
    font-size: 16px;
    line-height: 20px;
    color: #1E1E1E;
    font-family: "Gilroy-Bold";
    margin-bottom: 5px;
}
.f-card-box-1 .f-card-icon-box span{
    font-weight: 300;
    font-family: "Gilroy-Medium";
    font-size: 12px;
    line-height: 14px;
    color: #1E1E1E;
}
.f-card-input-box .form-control{
    border: none;
    width: 60px;
}
.f-card-input-box .f-card-delete a{
    display: inline-block;
}
.f-card-input-box .f-card-delete a img{
    width: 30px;
}

.f-order-summary{
    background: #fff;
    padding: 20px 50px;
    border-radius: 25px;
}
.f-order-summary h5{
    font-size: 24px;
    line-height: 29px;
    color: #000;
    margin-bottom: 20px;
}
.f-order-summary .f-order-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.f-order-summary .f-order-list .f-order-title h6{
    font-size: 16px;
    line-height: 20px;
    color: #1E1E1E;
    font-family: "Gilroy-Bold";
}
.f-order-summary .f-order-list{
    margin-bottom: 30px;
}
.f-order-summary .f-order-list .f-order-title p{
    font-size: 14px;
    line-height: 16px;
    color: #1E1E1E;
    margin-bottom: 0;
}
.f-order-summary .f-order-list .f-order-count{
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-family: "Gilroy-Bold";
}
.f-order-summary .f-referral-code .form-control{
    border-radius: 30px;
    background: rgba(9, 77, 62, 0.2);
    text-align: center;
}
.f-order-summary .f-total .f-order-title{
    font-size: 24px;
    line-height: 29px;
    color: #1E1E1E;
}

.f-checkout-cart-se{
    background: url(../images/checkout-bg.png);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 70px 0px;
}

.f-checkout-cart-se .f-checkout-title{
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}
.f-checkout-cart-se img{
    position: absolute;
    right: -100px;
    bottom: -50px;
    width: 250px;
    z-index: 0;
}
.f-checkout-cart-se .f-checkout-title h1{
    color: #E9B9E2;
    font-size: 60px;
    line-height: 74px;
    font-family: "Gilroy-Bold";
    margin-bottom: 32px;
}
.f-checkout-cart-se .f-checkout-title p{
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 0 30px;
    margin-bottom: 32px;
}
.f-checkout-cart-se .f-checkout-title .f-comman-btn a{
    width: 250px;

}
.f-checkout-popup .modal-dialog{
    max-width: 600px;
}
.f-checkout-popup .modal-content{
    padding: 50px;
    padding-bottom: 20px;
    background: #004437;
    border: none;
    border-radius: 25px;
}
.f-checkout-popup .modal-body {
    margin-bottom: 45px;
    padding: 0;
}
.f-checkout-popup .modal-body h3{
    color: #FFFFFF;
    font-size: 60px;
    line-height: 74px;
    font-family: "Gilroy-Bold";
    margin-bottom: 45px;
}
.f-checkout-popup .modal-body .f-comman-btn{
    max-width: 90%;
    margin: 0 auto;
}
.f-checkout-popup .modal-body .f-comman-btn a{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}


@media screen and (max-width:1366px) {
     .f-card-box{
        width: 100%;
    }
    .f-about-se .f-about-conten-se img{
        width: 100%;
    }
}
@media screen and (max-width:1100px) {
    .f-header .navbar .f-right-header-menu{
        min-width: inherit;
    }
    .f-header .navbar .navbar-brand{
        width: auto;
    }    
}

.collapse:not(.show) {
    display: none !important;
}

@media screen and (min-width:835px) {
    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
    }
}
@media screen and (max-width:834px) {
    body{
        background-image: url(../images/hero-banner-bg-t.png);
        background-repeat: no-repeat;
    }
    .navbar-collapse{
        background: #024c3e;
        border-radius: 10px;
    }    
    .navbar-expand-md .navbar-toggler {
        display: block;
        padding: 0;
        outline: none;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .f-hero-banner{
        height: auto;
        padding-top: 70px;
        padding-bottom: 70px;
        text-align: center;
        /* background: url(../images/hero-banner-bg-t.png); */
        background: transparent;
    }
    .f-hero-banner .f-banner-bottom-flw{
        display: none;
    }
    .f-hero-banner .f-card-box{
        max-width: 650px;
    }
    .f-hero-banner .row{
        flex-direction: column-reverse;
    }
    .f-hero-banner .col-md-6{
        width: 100%;
    }

    .f-hero-banner h1{ 
        font-size: 64px;
        margin-top: 70px;
    }
    .f-hero-banner p{ 
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .f-about-se{
        background: transparent;
        padding-top: 50px;
        background-image: none;
    }
    .f-about-se .f-about-content{
        max-width: 640px;
        margin: auto;
    }
    .f-about-se .col-md-6{
        width: 100%;
    }
    .f-about-se .f-about-conten-se .f-about-content{
        padding-right: 0;
    }
    .f-about-se .f-about-conten-se img{
        display: none;
    }
    .f-about-boxs-se {
        max-width: 734px;
        margin: 0 auto;
    }
    .f-about-boxs-se .col {
        flex: auto;
    }
    .f-about-boxs-se .f-about-box-outline{
        margin-bottom: 30px;
        height: auto;
    }
    .f-leaderboard-se{
        /* max-width: 734px; */
        padding: 140px 50px;
        margin:  auto;
    }
    .f-leaderboard-content .f-comman-title-se h3{
        color: #749EFF;
    }
    .f-leaderboard-content{
        margin-bottom: 50px;
    }
    .f-user-3-se {
        max-width: 373px;
        margin:  auto;
    }
    .f-user-3-se .f-user-green-box {
        padding: 20px;
    }
    .f-user-3-se .f-user-green-box .col-md-4{
        width: 100%;
    }
    .f-footer{
        background: #004437;
    }

    .f-shop-se .f-cart-se img{
        width: 100%;
    }

    .f-comman-title-se h3{
        font-size: 60px;
    }

    .f-affiliate-se .f-affiliate-title{
        display: flex;
        height: 80vh;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .f-affiliate-features-se .f-affiliate-title{
        display: block;
        height: auto;
    }
    .f-faq-se{
        padding-bottom: 30px;
    }
    .f-affiliate-se{
        padding-bottom: 30px;
    }
    .f-affiliate-se .f-affiliate-title h1{
        font-size: 60px;
        line-height: normal;
    }
    .f-affiliate-se img{
        display: none;
    }
    .f-faq-se .f-faq-box{
        padding: 30px;
    }
    .f-leaderboard-users-se{
        margin-right: 0;
        height: 320px;
    }
    .f-leaderboard-box .f-leaderboard-user-box{
        padding: 33px 50px;
        flex-flow: wrap;
    }
    .f-leaderboard-box .f-leaderboard-user-box .f-leaderboard-user{
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:768px) {
    .f-shopping-cart-se .f-shopping-cart-title h1{
        font-size: 40px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .f-shopping-cart-box{
        padding: 20px;
    }
    .f-card-box-1{
        padding: 10px;
        margin-bottom: 10px;
        position: relative;
    }
    .f-card-box-1 .f-card-icon-box img{
        width: 40px;
        height: 40px;
    }
    .f-shopping-cart-box .f-shopping-cart-title-se {
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .f-card-box-1 .f-card-icon-box h6{
        font-size: 12px;
        line-height: normal;
    }
    .f-card-seeds-box {
        font-size: 12px;
    }
    .f-card-input-box .form-control{
        width: 40px;
    }
    .f-card-delete img{
        position: absolute;
        background: #fff;
        border-radius: 30px;
        width: 25px;
        top: 0;
        right: 0;

    }
    .f-card-seeds-box img{
        width: 15px;
    }
    .f-order-summary{
        padding: 20px;
    }
    .f-order-summary h5{
        font-size: 20px;
    }
    .f-shopping-cart-se{
        padding-top: 70px;
    }
}
@media screen and (max-width:586px) {
    .f-shop-se .f-cart-se{
        position: relative;
        display: none;
    }
    .f-shop-se .f-card-box{
        display: flex;
        padding: 0;
    }
    .f-card-box .f-card img{
        width: 220px;
    }
    .f-card-box .f-card-three{
        left: auto;
    }
    .f-card-box{
        height: 550px;
    }
    .f-plans-se .f-plans-box{
        margin-bottom: 20px;
    }
    .f-menu-right .f-menu-right-menu ul li a{
        padding: 20px;
    }
    .f-menu-right .f-menu-bototm .f-cart-btn a{
        padding: 20px;
    }
    .f-menu-right .f-menu-bototm .f-contac-btn a{
        padding: 20px;
    }
    .f-menu-right .f-menu-right-logo {
        padding: 34px 0px;
    }


    .f-about-se .f-about-conten-se .f-about-content{
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .f-comman-title-se h3{
        font-size: 32px;
        line-height: normal;
    }

    .f-about-boxs-se .f-about-box-outline{
        max-width: 293px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .f-about-boxs-se{
        padding-bottom: 0;
    }

    .f-affiliate-se .f-affiliate-title h1{
        font-size: 32px;
        text-align: center;
    }
    .f-affiliate-se .f-affiliate-title{
        width: 100%;
    }
    .f-faq-se .f-faq-box{
        margin-bottom: 30px;
    }
    .f-affiliate-features-se {
        padding-top: 35px;
    }
}
@media screen and (max-width:393px) {
    body{
        background-repeat: repeat;
    }
    .f-hero-banner .f-card-box .f-card{
        width: 50%;
    }
    .f-hero-banner .f-card-box .f-card img{
        width: 100%;
    }
    .f-hero-banner .f-card-box .f-card-two{
        top: 70px;
    }
    .f-hero-banner .f-card-box:hover .f-card-two{
        top: 90px;
    }
    .f-hero-banner .f-card-box{
        height: 350px;
    }

    .f-hero-banner h1{
        max-width: 293px;
        margin: auto;
        font-size: 32px;
        text-align: left;
    }
    .f-hero-banner p{
        margin-top: 30px;
        text-align: left;
    }

    .f-comman-title-se h3{
        font-size: 32px;
        line-height: normal;
    }
    .f-about-se .f-about-conten-se .f-about-content{
        max-width: 293px;
    }
    .f-about-se .f-about-conten-se .f-about-content p{
        font-size: 10px;
        line-height: 16px;
    }
    .f-about-boxs-se {
        max-width: 293px;
        padding-bottom: 50px;
    }
    .f-leaderboard-se{
        max-width: 347px;
        padding: 140px 0px;
    }
    .f-user-3-se{
        max-width: 293px;
    }
    .f-footer .f-counter-se{
        display: none;
    }
    .f-footer .f-center-footer ul{
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }
    .f-footer .f-center-footer ul li{
        width: auto;
        display: inline-block;
        margin:  15px;
    }
    .f-footer{
        background: transparent;
    }
    .f-leaderboard-se .f-leaderboard-title h1{
        font-size: 32px;
        line-height: normal;
    }
    .f-leaderboard-se .f-leaderboard-filter-box {
        padding: 24px;
    }
    .f-leaderboard-box .f-leaderboard-user-box{
        padding: 24px;
    }
    .f-leaderboard-box .f-leaderboard-user-box .f-leaderboard-user img{
        margin-right: 15px;
    }
    .f-leaderboard-box .f-leaderboard-user-box .f-leaderboard-user h5{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .f-leaderboard-r-d-r{
        margin-bottom: 10px;
    }
    .f-leaderboard-se .f-leaderboard-filter-box .form-group .form-control{
        width: 150px;
    }
    .f-leaderboard-se .f-leaderboard-filter-box .f-leaderboard-dropdown .dropdown-toggle{
        padding: 5px 10px;
    }
    .f-leaderboard-users-se{
        height: auto;
    }
    .f-leaderboard-box{
        height: auto;
    }
    .f-leaderboard-se{
        padding-bottom: 50px;
    }
    .f-footer{
        padding: 20px 0px;
    }
}