@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --primary-color: #ffbc02;
    --primary-color2: #fff700;
    --primary-color-dark: #8c4600;
    --text-dark: #020617;
    --text-light: #1e293b;
    --extra-light: #f3f4f6;
    --white: #ffffff;
    --bgmain:#020202;
    
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    background: var(--bgmain);
    margin: 0;
    font-family: Poppins;
    font-size: 15px;
    color: var(--extra-light);
}

@keyframes bounce {
    0% {transform:translateY(-30px);}
    50% {transform:translateY(30px);}
    100% { transform:translateY(-30px)}
  }

.bouncepic img{
   animation: bounce 8s infinite;    
}

html{
    scroll-behavior: smooth;
}


.preloader{
    display: flex;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

.preloader-container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ring{
    width: 200px;
    height: 200px;
    border: 0px solid #000;
    border-radius: 50%;
    position: absolute;
}

.ring:nth-child(1){
    border-bottom-width: 10px;
    border-color: rgb(255, 0, 255);
    animation: rotate1 2s linear infinite;
}

.ring:nth-child(2){
    border-right-width: 10px;
    border-color: rgb(0, 247, 255);
    animation: rotate2 2s linear infinite;
}


.ring:nth-child(3){
    border-top-width: 10px;
    border-color: rgb(0, 255, 43);
    animation: rotate3 2s linear infinite;
}

.loading{
    color: #fff;
    font-size: 15px;
    font-weight: 900;
}


@keyframes rotate1 {
    0%{
        transform: rotateX(30deg) rotateY(-45deg) rotateZ(0deg);
    }

    100%{
        transform: rotateX(30deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate2 {
    0%{
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100%{
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate3 {
    0%{
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100%{
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}


.translatecover{
    background: transparent;
    width: fit-content;
    height: 20px;
    position: fixed;
    z-index: 2;
    bottom: 5px;
    left: 0;
    

}

.translatecover > div select{
    background: #191945;
    width: 125px;
    border: none;
    outline: none;
    color: #dbf01f;
    height: 100%;
    

}






header{
    width: 100%;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 1000;
    top: 0;
    background: #070707;
    border-bottom: var(--primary-color-dark) 3px solid;
}

header nav{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

header nav .logo{
    width: 100px;
    height: 35px;
}
header nav .logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
}

header nav .nav-list{
    display: flex;
}

header nav .nav-list a{
    color: var(--primary-color);
    margin-right: 40px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

header nav .nav-list a:hover{
   text-decoration: 3px underline;
   color: #0052f6;
}


.search-box,
.nav-btn{
    border: var(--primary-color) 2px solid;
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
    color: var(--primary-color);
}

.search-box i{
    font-size: 20px;
}

.nav-btn{
    display: none;
}

.nav-btn i{
    font-size: 20px;
}


.menu-bar{
    position: fixed;
    width: 100%;
    background: #000000f2;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: #fdfbfb 3px solid;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mobile-nav-list{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    
}

.mobile-nav-list a{
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: var(--primary-color) 3px solid;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 3px 15px;
}

.mobile-nav-list a:hover{
   transform: scale(1.2);
}

.closebtn{
    padding: 5px 15px;
    background: var(--primary-color-dark);
    position: absolute;
    right: 10px;
    top: 10px;
    border: #463e1b 2px solid;
    color: var(--extra-light);
    font-size: 20px;
    border-radius: 4px;
    cursor: pointer;
}




.carousel{
    width: 100%;
    background-color: #555;
    height: 720px;
    color: #eee;
    margin-top: 10px;
    position: relative;
}
.carousel .list{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.carousel .list .item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.carousel .list .item::before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    content: var(--title);
    font-size: 15em;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #eee4;
    z-index: -1;
}

.carousel .list .item .content{
    width: 1140px;
    max-width: 90%;
    margin: auto;
    height: 100%;
    padding-top: 50px;
    box-sizing: border-box;
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
}
.carousel .list .item .info .title{
    font-size: 6em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
}
.carousel .list .item .info .category{
    opacity: .7;
}
.carousel .list .item .info .des{
    margin: 1em 0;
}
.carousel .list .item .info a{
    display: inline-flex;
    gap: 20px;
    text-decoration: none;
    color: var(--extra-light);
    font-weight: 500;
    background: var(--primary-color-dark);
    padding: 5px 10px;
    box-shadow: #eee 1px 3px;

}
/* set active item */
.carousel .list .item{
    z-index: 1;
}
.carousel .list .item.active{
    z-index: 2;
}
.carousel .list .item.active .image{
    --left: 0;
}
/* arrows */
.arrows button{
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-family: monospace;
    background-color: #eee3;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: large;
    cursor: pointer;
    left: 10%;
    transition: background 0.5s,
                color 0.5s;
}
.arrows button#next{
    left: unset;
    right: 10%;
}
.arrows button:hover{
    background-color: #eee;
    color: #000;
}
.dots li{
    width: 15px;
    height: 15px;
    background-color: #eee5;
    border-radius: 50%;
    cursor: pointer;
}
.dots li.active{
    background-color: #eee;
}
.dots{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    position: absolute;
    bottom: 30px;
    z-index: 2;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    transition: background 0.5s;
}
.carousel{
    overflow: hidden;
}
/* responsive */
@media screen and (max-width: 767px){
    .carousel{
        height: 100vh;
    }
    .carousel .list .item .info{
        position: absolute;
        bottom: 10%;
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
        text-align: center;
        backdrop-filter: blur(20px);
    }
    .carousel .list .item .info .title{
        font-size: 2em;
    }
    .carousel .list .item .info .des{
        font-size: 0.8em;
        text-align: justify;
    }
    .carousel .list .item .content{
        justify-content: center;
        align-items: start;
    }
    .arrows button{
        top: unset;
        bottom: 20px;
    }
}

/* effect */
@keyframes transformAnimation{
    from{
        transform: translateX(var(--transform-from));
    }to{
        transform: translateX(var(--transform-to));
    }
}

.carousel.effect .item .image{
    animation: transformAnimation 1s ease-in-out 1 forwards;
}
.carousel.effect .item .info .title,
.carousel.effect .item .info .category,
.carousel.effect .item .info .des,
.carousel.effect .item .info a{
    animation: transformAnimation 1s ease-in-out 1 forwards;
}
.carousel.effect .item .info .category{
    animation-delay: 0.1s;
}
.carousel.effect .item .info .des{
    animation-delay: 0.2s;
}
.carousel.effect .item .info a{
    animation-delay: 0.3s;
}
.carousel.effect .item.active{
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    animation: animationClipPath 0.9s ease-in-out 1 forwards;
}
@keyframes animationClipPath{
    to{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

.carousel.effect{
    --transform: 300px;
}
.carousel.effect .item.active{
    --transform-from: calc(var(--transform) * -1);
    --transform-to: 0px;
}
.carousel.effect .item{
    --transform-from: 0;
    --transform-to: var(--transform);
}



/*SECOND SECTION*/
.about-box{
    width: 100%;
    background: #36331b09;
    padding: 20px 40px;
    position: relative;
}

.about-box .aboutimg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;

    
}


.about-box .aboutimg img{
   width: 100%;
   height: 500px;
   object-fit: cover;
   border-radius: 40px;
   border-radius: 3%;
   box-shadow: #d9d4ac 1px 1px 10px;
   
}

.hero-text{
    width: 80%;
}
.hero-text h1{
    font-size: 3.3rem;
    margin-bottom: 10px;
    color: var(--primary-color);
}


.hero-text p{
    font-size: 1rem;
    margin-bottom: 12px;
    color: var(--extra-light);
}

.about-box button{
    padding: 10px 25px;
    border-radius: 4px;
    margin: 10px 0;
    border: none;
    background: var(--primary-color-dark);
    color: #fdfbfb;
    font-weight: 800;
    font-size: 0.9em;
    box-shadow: 1px 1px 4px #fff ;
    cursor: pointer;
    outline: none;
    transition: 0.8s ease;
}

.about-box button:hover{
    background: transparent;
    color: var(--primary-color);
    box-shadow: 1px 1px 4px var(--primary-color) ;
}





.experience-box{
    width: 96%;
    height: 80vh;
    background: var(--bgmain);
    position: relative;
}

.experience-box h1{
    color: var(--primary-color);
    text-align: center;
    font-size: 2rem;
}

.experience-container{
    height: 100%;
    width: 100%;
    background: var(--bgmain);
    border-radius: inherit;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    gap: 30px;
}

.experience{
    height: 250px;
    width: 190px;
    border-radius: 10px;
    box-shadow: var(--white) 3px 5px;
}

.expr-img{
    width: 100%;
    height: 50%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.expr-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.expr-detail{
    background: var(--primary-color2);
    height: 50%;
    width: 100%;
    padding: 10px 0;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.expr-detail div{
    background: var(--primary-color-dark);
    width: 80%;
    margin: auto;
    text-align: center;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    color: var(--extra-light);
    padding: 7px;
}

.expr-detail p{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: var(--bgmain);
}

.expr-detail i{
    font-size: 15px;
    margin-right: 10px;
}


  
/*PROCESS SECTION*/
/*SECOND SECTION*/
.process-box{
    margin-bottom: 60px;
    width: 100%;
    background: url(../pix/picprocess.webp);
    padding: 20px 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: darken;

}


.process-box .process-container{
    height: 600px;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    
}

.the-process{
    width: 100%;
}



.the-process h1{
    font-size: 3.3rem;
    margin-bottom: 10px;
    color: var(--primary-color);
    text-align: center;
    margin-top: 30px;
}

.how-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    background-color: #37363633;
    border: 1px solid var(--raisin-black);
    border-radius: var(--radius-24);
    padding: 5px;
    box-shadow: var(--shadow-2);
    
}

.how{
    padding: 18px 30px;
    width: 250px;
    border-radius: 5px;
    margin: 10px;
    background: var(--primary-color-dark);
    color: var(--extra-light);
    box-shadow: #eee 3px 2px 10px;
    font-size: 14px;
    height: 130px;
}

.how h4{
    font-size: 18px;
}

.how h4 i{
    margin-right: 10px;
}


/*video section */

.video-section{
  
    height: 50vh;
    width: 100%;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}



.video-section video{
    width: 95%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    margin: auto;
}




.why-box{
    width: 100%;
    background: var(--bgmain);
    padding: 30px;
}

.why-box h1{
    font-size: 3.3rem;
    margin-bottom: 10px;
    color: var(--primary-color);
    text-align: center;
}

.why-box .why-box-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
}

.why-box .why-box-container .reason{
    width: 300px;
    height: 270px;
    position: relative;
    box-shadow: #fce668 2px 1px 10px;
    border-radius: 10px;
}

.why-box .why-box-container .reason img{
    width: 100%;
    height: 100%;
    border-radius: inherit;
}


.why-box .why-box-container .reason .reason-desc{
    position: absolute;
    background: #000000bb;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    padding: 20px;
}

.reason-head{
    font-size: 25px;
    text-align: center;
    color: #ffffff;
    text-decoration: 3px underline;
    margin-bottom: 10px;
}

.reason-head i{
    font-size: 35px;
    text-align: center;
    color: #01d0ff;
    text-shadow: #f5a14171 2px 6px 10px;
    width: 100%;
}

.reason-text{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: #f8c135;
}



/*-----------------------------------*\
  #MARKRT VIEW BOX
\*-----------------------------------*/

.market-box{
    width: 100%;
    height: 70vh;
}



/*-----------------------------------*\
  #PLANS BOX
\*-----------------------------------*/

.plan-box{
    width: 100%;
    background: var(--bgmain);
    padding-top: 20px;
}

.plan-box h1{
    font-size: 3.3rem;
    margin: 20px 0;
    color: var(--primary-color);
    text-align: center;
}

.plan-container{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.plan-container img{
    width: 500px;
    border-radius: 30%;
    box-shadow: #d3bb01 3px 3px 10px;
}

.plans{
    width: 100%;
    padding: 20px 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.plan{
    width: 280px;
    height: 420px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #000;
    box-shadow: #d8dadb 2px 3px 10px;
}

.plan-up{
    width: 100%;
    background: rgba(43, 0, 255, 0.277);
    height: 130px;
    margin-bottom: 10px;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}

.plan-up p{
    font-size: 25px;
    text-align: center;
    color: var(--extra-light);
    display: flex;
    align-items: center;
    flex-direction: column;
}

.plan-up p i{
    font-size: 40px;
    text-align: center;
    margin: 10px ;
    color: #01d0ff;
}

.plan-up div{
    font-size: 20px;
    text-align: center;
    color: #ffc001;
}


.plan-down{
    width: 100%;
    padding: 0 10px;
}

.plan-down p{
    display: flex;
    font-size: 16px;
    text-align: left;
    align-items: center;
    border: #d8dadb 2px solid;
    border-top: none;
    margin: 10px 0;
    border-right: none;
    border-left: none;
    padding: 5px 25px;
    position: relative;
    color: #eee;

}

.plan-down p i{
    position: absolute;
    left: 0;
    color: #ffc001;
}

.plan-down p span{
    margin-right: 5px;
    color: #01d0ff;
    font-size: 16px;
    font-weight: 500;
}

.plan a{
    width: 100%;
    margin: auto;
    display: flex;
    text-decoration: none;
}

.plan button{
    background: #0b6c82;
    width: 90%;
    margin: auto;
    font-size: 18px;
    padding: 10px 0;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
}

.plan button:hover{
    background: #d4a012d8;
    
    color: #fff;
}

/*CLIENT BOX*/



/*CLIENT BOX*/



.client-box{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #11124176;
}

.client-box h1{
    font-size: 3.3rem;
    margin: 20px 0;
    color: #e8ae1a;
    text-align: center;
}

.slide-container{
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}

.slide-content{
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card{
    border-radius: 25px;
    background-color: #FFF;
}

.image-content,
.card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}


.image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;

}

.overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}
.overlay::after{
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}
.card-image{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}
.card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}
.name{
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.description{
    font-size: 14px;
    color: #707070;
    text-align: center;
}
.button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button:hover{
    background: #265DF2;
}

.swiper-navBtn{
    color: #6E93f7;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover{
    color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 35px;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left: 0;
}
.swiper-pagination-bullet{
    background-color: #6E93f7;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #4070F4;
}



/*REFERRAL BOX*/

.referral-box{
    width: 100%;
    padding: 30px 45px;
}

.referral-box h1{
    font-size: 3.3rem;
    margin: 20px 0;
    color: #e8ae1a;
    text-align: center;
}

.referral-container{
    display: flex;
    width: 100%;


}

.referral-container img{
    width: 550px;
    border-radius: 30%;
    box-shadow: #d3bb01 3px 3px 10px;
}

.referral-text{
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 15px;
    padding: 10px 20px;
    color: var(--extra-light);
}


/*FOOTER*/

.footer{
    position: relative;
}

.container-footer{
	max-width: 1170px;
	margin:auto;
}
.row-footer{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
}
.footer{
	background-color: #24262b;
    padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: var(--primary-color);
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}
.footerCopyright{
    height: 70px;
    background: var(--bgmain);
    color: var(--extra-light);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
}

.certicont img{
    width: 100%;
    object-fit: cover;
    mix-blend-mode: color-burn;
}
/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 70%;
}
}




/*ABOUT US*/

.readerbody{
    background: #030a2e;
    padding-top: 50px;
}

.reader-home{
    background: var(--primary-color-dark);
    padding: 5px 20px;
    font-size: 25px;
    color: var(--extra-light);
    border-radius: 10px;
    cursor: pointer;
}


/*FAQ*/

.faq-put{
    width: 100%;
    background: #0202028e;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
  }
  
  .QnA{
    width: 400px;
    margin-top: 20px;
    border: #075cfa 4px double;
    border-radius: 15px;
    padding: 10px;
    font-size: 18px;
  }
  
  @media(max-width: 700px){
    .QnA{
      width: 80%;
      margin: 3%;
    }
}
  
.question{
    border: #0c0b0b 3px solid;
    padding: 10px;
    font-size: 20px;
    font-weight: 900;
    color: #ffffff;
    border-right: none;
    border-left: none;
}

.forfaq{
    margin: 55px auto;
}

/*Registration PAGE*/

.regbody{
    background: #000;
    background-size: cover;
    background-attachment: fixed;
    background-clip: border-box;
    background-repeat: no-repeat;
}

.log-put{
    background: #11111198;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
  }
  
  .log-main{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    z-index: 10;
    padding-bottom: 100px;
  }
  
  .log-cont{
    width: 420px;
    background: transparent;
    border: #d6cfcf 2px solid;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 20px rgba(0, 0, 0);
    border-radius: 10px;
    padding: 30px 40px;
    margin-top: 100px;
  }
  
  .log-cont h1{
    font-size: 36px;
    text-align: center;
  }
  
  .log-cont .log-input{
    position: relative;
    width: 100%;
    height: 50px;
    margin: 30px 0;
  }
  
  .log-input input{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid #ffffff81;
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    padding: 20px 45px 20px 20px;
  }
  
  .log-input input::placeholder{
    color: #fff;
  }
  
  .log-input i{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
  }
  
  
  #snh{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    cursor: pointer;
  }
  
  .log-cont .remember-password{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin: -15px 0 15px;
  }
  
  .remember-password label input{
    accent-color: #fff;
    margin: 5px;
  }
  
  #sex{
    margin-top: 15px;
  }
  
  #sex span{
    font-size: 17px;
    font-weight: 700;
    
  }
  
  .remember-password a{
    color: #fff;
    text-decoration: none;
  }
  
  .remember-password a:hover{
    text-decoration: underline;
  }
  
  .log-cont .btn{
    width: 100%;
    height: 45px;
    color: #111111;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: 0 0 10px #111111ee;
    font-size: 18px;
    font-weight: 700;
  }
  
  .log-cont .register-link{
    font-size: 15px;
    margin: 20px 0 15px;
    text-align: center;
  }
  
  .register-link p a{
    text-decoration: none;
    color: #fff;
    font-weight: 900;
  }
  
  .register-link p a:hover{
    text-decoration: underline;
  }
  
  .infomay{
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    font-style: italic;
    margin-top: -70px;
  }
  
  .log-input textarea{
    width: 90%;
    height: 70px;
    background: transparent;
    border-radius: 10px;
    color: #fff;
    outline: none;
    font-size: 16px;
    padding: 10px;
    resize: none;
  }
  
  .log-input select{
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid #ffffff81;
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    padding: 10px;
  }
  
  .log-input select option{
    color: #0c0b0b;
  }
  
  ::-webkit-scrollbar{
    width: 10px;
  }
  
  .log-input textarea::placeholder{
    color: #fff;
    text-align: center;
    margin-top: b;
  }
  
  .cptch{
    background: #08ad03;
    color: #ffffff;
    position: absolute;
    left: 30%;
    top: -10px;
    padding: 3px 25px;
    font-size: 13px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*DEPOSIT AND WITHDRAWAL PAGE*/
.section-title{
    margin: 20px 0;
    text-align: center;
}
.deposit-box{
    padding: 5px;
    display: flex;
    justify-content: center;
    
  }

  .copyaddress{
    background: #016bf5;
    color: #edeffd;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    outline: none;
    cursor: pointer;
    margin-top: -20px;
  }
  
  .form-container{
    width: 600px;
    border: #01edf5 3px solid;
    padding: 5px;
    margin: auto;
    height: auto;
    border-radius: 10px;
    margin: 30px 0;
  }
  
  .forplanx{
    margin: 20px 0;
    display: flex;
    justify-content: center;
  }
  
  .form-container form{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
  }
  
  .withdrawalxx-mthd{
    background: #016bf5;
    width: 90%;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
  }
  
  .withdrawalxx-detxxx{
    display: none;
  }
  
  #pmethodxxx{
    margin: 40px 0;
  }
  
  #theaddress{
    width: 100%;
    background: #003cf1;
    color: #e6ff03;
    font-size: 15px;
  }
  
  #methodz{
    padding: 10px 15px;
    width: 90%;
    background: #016bf5;
    font-size: 16px;
    outline: none;
    border-radius: 10px;
  }
  
  #methodz option{
    background: #38a95a;
    font-size: 20px;
  
  }
  
  .form-container form input{
    width: 90%;
    background: #d3e3e3;
    padding: 10px;
    margin: 15px 0;
    font-size: 20px;
    border-radius: 7px;
    color: #0d0d0d;
    outline: none;
    border: 2px #0d0d0d solid;
  }
  
  #smxbtn{
    margin: auto;
    color: #f7f9ff;
    font-size: 19px;
    background: #007bff;
    border: none;
    border-radius: 5px;
    padding: 10px 35px;
    box-shadow: #fff 2px 3px 5px;
    cursor: pointer;
  }
  
  @media(max-width: 500px){
    .form-container{
      width: 100%;
    
    }
  
    
  }
  
  /* review page*/
  
  .rev-container{
    width: 100%;
   
  }
  
  .rev-row{
    border: #daa520 3px solid;
    padding: 10px;
    border-radius: 7px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  
  .rev-row span{
    background: #414652;
    padding: 10px 15px;
    border-radius: 5px;
    width: auto;
    box-shadow: #ededed 2px 3px;
  }

  /*INVESTMENT HISTORY*/

  .history-headxxx{
    width: 100%;
   
}


.history-box{
    
    width: 100%;
    
    
}

.history-box a{
    margin-bottom: 30px;
}

.historyxx-container{
    overflow: auto; 
    
}

.history-box h1{
    margin-bottom: 0.8rem;
    text-align: center;
}

.history-box table{
    background-color: var(--color-white);
    width: 100%;
    padding: var(--card-padding);
    text-align: center;
    box-shadow: var(--box-shadow);
    border-radius: 5px;
    transition: all 0.3s ease;
    
}

.history-box table:hover{
    box-shadow: none;
}

main table tbody td{
    height: 2.8rem;
    border-bottom: 1px solid var(--color-light);
    color: var(--color-dark-variant);
}

main table tbody tr:last-child td{
    border: none;
}

.history-box a{
    text-align: center;
    display: block;
    margin: 1rem auto;
    color: var(--color-primary);
}

.invhistorysidex{
    margin-top: 60px;
    padding: 10px;
}

/**/

/*More Page*/

.options-box{
    width: 100%;
    padding: 10px;
  }
  
  .options-container{
    margin: auto;
    width: 95%;
    display: flex;
    flex-direction: column;
    
  }
  
  .options-container a{
   text-decoration: none;
   font-size: 15px;
    color: #e7e7e7;
  }
  
  .profile-box{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .profile-box .profile-container{
    background: #3d3f41;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 10px;
    margin: 30px 0;
    box-shadow: #fcfdfd 2px 3px 10px;
  }
  
  .profile-box .profile-container .profile-pic{
    width: 120px;
    height: 120px;
    background: url(../pix/profile.jpg);
    background-size: cover;
    background-position: top;
    border-radius: 30px;
  }
  
  
  .user-details{
    width: 100%;
    margin: 20px 0;
  }
  
  .user-details .user-details-row{
    border: #ffbb00 2px solid;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    
  }
  
  .user-details .user-details-row p{
   font-size: 15px;
   color: #01edf5;
   display: flex;
  }
  
  .user-details .user-details-row span{
    font-size: 15px;
    color: #ffbb00;
    font-style: italic;
    margin-left: 10px;
  }
  
  
  
  
  
  
  .option-row{
    border: #01edf5 5px double;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  
  
  .logout-container{
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
  }

  /*POP UP STYLE*/
  .popup-container{
    
    width: 100%;
  height: 100vh;
  background: #0b0b0be8;
  display: flex;
  align-items: center;
  justify-content: center;
    position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2000;
    
  }
  
  .popup{
    width: 500px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    text-align: center;
    padding: 0 30px 30px;
    color: #333;
    visibility: visible;
    transition: transform 0.4s, top 0.4s;
  }
  
  .close-popup,
  .popup-container-colose{
    visibility: hidden;
    top: 0;
    transform: translate(-50%,-50%) scale(0.1);
  }
  
  .popup-container-colose{
    display: none;
  }
  
  .popup img{
    width: 100px;
    margin-top: -30px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  .popup h1{
    font-size: 40px;
    font-weight: 500;
    margin: 30px 0 10px;
    color: #0c0b0b;
  }
  
  .popup button{
    width: 100%;
    margin-top: 50px;
    padding: 10px 0;
    background: #358916;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  
  .popup-container .popup .success-alert i{
    border: #358916 2px solid;
    padding: 10px;
    color:  #358916;
    border-radius: 50%;
  }
  
  .popup-container .popup .error-alert i{
    border: #de0808 2px solid;
    padding: 10px;
    color:  #de0808;
    border-radius: 50%;
  }
  
  @media(max-width:700px){
    .popup{
      width: 90%;
    }
  }




/*mail style*/

.mail-main{
    padding: 30px 55px;
    background: #f8f9f8;
}

.mail-main .wrappermail{
    width: 500px;
    background: #09ad0358;
    height: 100vh;
}

.contactSection{
    margin-top: 2em;
}
.contactformContainer{
    display: flex;
    flex-direction: column;
    order: 1;
    padding: 30px 10px;
}

.contactPic{
    order: 0;
    width: 150px;
    background-color: rgba(241, 241, 241,.05);
    border-top-left-radius: 20%;
    
}

.contactPic img{
    width: 100%;
}

.contactForm div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.contactInput{
    width: 100%;
    font-size: 1rem;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 20px;
    border: none;
    outline: none;
    border: 2px solid var(--white);
    background-color: transparent;
    resize: none;
    color: var(--white);
}

.contactInput::placeholder{
    color: var(--lightgrey);
    text-transform: capitalize;
}

.sendbtn{
    width: 100%;
    height: 45px;
    color: #111111;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 40px;
    cursor: pointer;
    box-shadow: 0 0 10px #111111ee;
    font-size: 18px;
    font-weight: 700;

}


/*ANIMATION*/

/*ANNIMATION*/

section{
    overflow: hidden;
  }
  
  section .animate{
    opacity: 0;
    filter: blur(5px);
    transition: 1s;
  }
  
  section.show-animate .animate{
    filter: blur(0);
    opacity: 1;
  }
  
  /*Cont1*/
  
  .about-box .animate{
    transition: 1s;
  }
  
  .about-box .animate{
    transform: translateX(-100%);
    transition-delay: calc(.2s * var(--i));
  }
  
  .about-box.show-animate .animate{
    transform: translateX(0);
  }
  
  /*Cont2*/
  
  .cont2 .animate{
    transition: 1s;
  }
  
  .cont2 .animate{
    transform: translateY(100%);
    transition-delay: calc(.2s * var(--i));
  }
  
  .cont2.show-animate .animate{
    transform: translateY(0);
  }
  
  /*Cont3*/
  
  .experience-box .animate{
    transition: 1s;
  }
  
  .experience-box .animate{
    transform: translateX(-100%);
    transition-delay: calc(.2s * var(--i));
  }
  
  .experience-box.show-animate .animate{
    transform: translateX(0);
  }
  
  /*referral-box*/
  
  .cont4 .animate{
    transition: 1s;
  }
  
  .cont4 .animate{
    transform: scale(3);
  }
  
  .cont4.show-animate .animate{
    transform: scale(1);
  }
  
  /*Client box*/
  
  .cont5 .animate{
    transition: 1s;
  }
  
  .cont5 .animate{
    transform: translateY(-100%);
    transition-delay: calc(.2s * var(--i));
  }
  
  .cont5.show-animate .animate{
    transform: translateY(0);
  }
  
  /*referral-box*/
  
  .cont6 .animate{
    transition: 1s;
  }
  
  .cont6 .animate{
    transform: scale(0);
  }
  
  .cont6.show-animate .animate{
    transform: scale(1);
  }




/*-----------------------------------*\
  #DEPOSIT PAGE
\*-----------------------------------*/

.deposit-page{
    height: 90vh;
  }
  
  .deposit-page h3,
  .deposit-page h2{
    text-align: center;
    margin: 10px 0;
  }
  
  .notedeposit{
    font-size: 12px;
    color: #00ffff;
    font-weight: 600;
    text-align: center;
    border: #00ffff 3px double;
    margin: 14px 0;
  }
  
  .deposit-page-cont{
    display: flex;
    flex-direction: column;
    height: 90%;
    justify-content: space-between;
  
  }
  
  
  .deposit-page-wrapperx{
    height: 60%;
    border: #00ffff 2px solid;
    padding: 10px;
    border-radius: 10px;
  
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  
  }

  #cpyinfo{
    color: #00ffff;
    font-size: 12px;
  }

  .deposit-page-wrapperx2{
    height: 100vh;
  }

  .deposit-page-wrapperx3{
    height: auto;
  }
  
  .wrapperx2 {
    height: auto;
  }
  
  .wrapperx2 h3{
    font-size: 15px;
    margin: 5px 0;
  }
  
  .deposit-page-wrapperx div,
  .deposit-page-wrapperx form{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .deposit-page-wrapperx div button,
  .deposit-page-wrapperx form button,
  .deposit-page-wrapperx div select{
    width: 600px;
    background: #0e9167;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;

    
  
  }

  .deposit-page-wrapperx div select{
    outline: none;
  }
  
  .deposit-page-wrapperx div button i{
    margin: 0 5px;
    font-size: 20px;
  }
  
  .deposit-page-wrapperx div input,
  .deposit-page-wrapperx form input,
  .deposit-page-wrapperx div p,
  .deposit-page-wrapperx form p{
    background: #f5fef6;
    color: #000;
    margin: 6px 0;
    padding: 6px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    width: 600px;
    border: none;
    outline: none;
  }
  
.popup2-container{
	width: 100%;
	height: 100vh;
	background: #0b0b0be8;
	display: flex;
	align-items: center;
	justify-content: center;
    position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;
    display: none;


}

.popup2{
	width: 500px;
	background: #9bbcea;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(1);
	text-align: center;
	padding: 0 30px 30px;
	color: #333;
	visibility: visible;
	transition: transform 0.4s, top 0.4s;
}

.popup2 form{
	display: flex;
	flex-direction: column;
	position: relative;
}

.popup2 form input {
	margin-top: 10px;
	padding: 5px;
	color: #333;
	font-size: 15px;
	outline: none;
	border: #333 2px solid;
	border-radius: 5px;
	background: #f1f3f7;
}

.popup2 form .closebtn{
	width: 40px;
	position: absolute;
	right: -25px;
	top: -20px;
}

.warning1{
    font-size: 17px;
    font-weight: 700;
    color: rgb(196, 8, 8);

}



.popup2 h2{
	font-size: 28px;
	font-weight: 600;
	margin: 30px 0 10px;
}

.popup2 h3{
	font-size: 14px;
	font-weight: 600;
	margin: 30px 0 10px;
    padding: 5px 0;
    border-bottom: #000 2px solid;
}

.popup2 form button{
	width: 100%;
	margin-top: 50px;
	padding: 10px 0;
	background: #358916;
	color: #fff;
	border: 0;
	outline: none;
	font-size: 18px;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media(max-width:700px){
	.popup2{
		width: 90%;
	}
}







/*MOBILE STYLING*/
@media(max-width: 1090px){
    .ring{
        width: 130px;
        height: 130px;
    }
    .loading{
        font-size: 10px;
    }

    .nav-btn{
        display: block;
        position: absolute;
        right: 10px;
    }

    header nav .nav-list{
        display: none;
    }

    header nav{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        
    }

    .about-box{
        width: 100%;
        background: #36331b09;
        padding: 10px 20px;
        margin-top: 5px;
    }
    
    .about-box .container{
       
        flex-direction: column-reverse;
        margin-left: 0px;
        margin-right: 0px;
        
    }
    
    
    .about-box img{
       width: 100%;
       height: 700px;
       object-fit: cover;
    }

    .about-box .aboutimg{
        flex-direction: column-reverse;

        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 40px;
        
        
    }
   
    .hero-text{
        width: 100%;
        
    }

    .hero-text h1{
        font-size: 2rem;
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }
    
    .hero-text p{
        font-size: 1rem;
        margin-bottom: 12px;
        text-align: left;
        color: var(--extra-light);
    }

    .about-box button{
       margin-right: 0;
    }

    .experience-box{
        height: auto;
        
    }


    .process-box{
        width: 100%;
        padding: 10px 5px;
        margin-top: 50px;
        background-position: center;
    }

    .trend-tab .tab-nav .head-text{
        text-align: center;
    }
    
    
    .process-box .process-container{
        
       
        margin-left: 0px;
        margin-right: 0px;
        
    }

    .process-container img{
        width: 100%;
        object-fit: contain;
     }
    
    .the-process{
        width: 100%;
        padding: 3px;
    }
    
    
    .the-process h1{
        font-size: 2rem;
        margin-bottom: 10px;
        text-align: center;
    }
    
    .how-container{
        position: relative;
        width: 100%;
        z-index: 1;
    }
    
    .how{
        padding: 15px 30px;
        width: 98%;
    }
    
    .how h4{
        font-size: 18px;
    }
    
    .how h4 i{
        margin-right: 10px;
    }




    /*video section*/

    .video-section{
        margin-top: 0px;
        height: 30vh;
        background: #131313;
    }
    

    .why-box h1{
        font-size: 2rem;
        
    }
    

    /*plan box*/



    .plan-box h1{
        font-size: 2rem;
       
    }
    
    .plan-container{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        width: 100%;
    }
    
    .plan-container img{
        width: 100%;
    }
    
    .plans{
        
        gap: 50px;
        
    }

    /*client box*/
    .client-box h1{
        font-size: 2rem;
    }
    
    /*ref box*/

    .referral-box{
        width: 100%;
        padding: 10px;
    }
    
    .referral-box h1{
        font-size: 2rem;
    }
    
    .referral-container{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        
    
    }
    
    .referral-container img{
        width: 100%;
    }
    
    .referral-text{
        width: 100%;
        
    }


    /*FOOTER*/

    
    .sectionheader{
        font-size: 2rem;
        margin: 20px 0;
    }
    
   
    
  
    

    .deposit-page-wrapperx div{
        width: 100%;
        
      }
      
      .deposit-page-wrapperx div button,
      .deposit-page-wrapperx form button,
      .deposit-page-wrapperx div select,
      .deposit-page-wrapperx form select,
      .deposit-page-wrapperx div a{
        width: 98%;
        
        
      
      }
      
      .deposit-page-wrapperx div input,
      .deposit-page-wrapperx div p,
      .deposit-page-wrapperx form input,
      .deposit-page-wrapperx form p{
        
        padding: 10px;
        font-size: 14px;
        width: 98%;
      }
    

      #innerabtpic{
        width: 100%;
        height: 400px;
        border-radius: 5px;
    }



}

@media(max-width: 450px){
    .explore__image img {
        max-width: 95%;  
    }

    .experience{
        height: 250px;
        width: 90%;
        

    }

   
}