@font-face {
    font-family: 'satoshi';
    src: url('../fonts/Satoshi-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'satoshi';
    src: url('../fonts/Satoshi-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'satoshi';
    src: url('../fonts/Satoshi-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

.mobile{
    display: none;
}
.mobile-type2{
    display: none;
}
.desktop{
    display: block;
}
.desktop-type2{
    display: block;
}
body{
    margin: 0;
    padding: 0;
    
    
}
.background{
    height: 120vh;
    width: 100%;
    background-color: #ffffff;
    background-position: 0 0;
    background-size: auto 200%;
    opacity: 1;
    background-image: linear-gradient(to top, #7b00ff, #ffffff00 70%), repeating-radial-gradient(circle at center center, #f4f1f5, #f4f1f5, 40px, transparent 80px, transparent 40px);
    background-blend-mode: multiply;
}

.shape{
    height: 100%;
    width: 100%;
    background-image: url("../img/backdrop-shape.png");
    background-size: auto 120%;
    background-position: center;
    background-repeat: no-repeat;
}
h1{
    font-family: satoshi;
    margin: 0;
}
h2{
    font-family: satoshi;
    margin: 0;
    font-weight: 900;
    font-size: calc(0.8rem + 1vw);
}
p{
    font-family: satoshi;
    text-align: center;
    margin: 0;
}
.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.boxes{
    justify-content: center !important;
    
}
.page-title{
    font-size: calc(3rem + 2.8vw);
    line-height: calc(3rem + 2.8vw);
    text-align: center;
    color: #151c20;
}
.page-text{
    padding-top: 10px;
    margin-left: 27%;
    margin-right: 27%;
    font-size: calc(0.3rem + 0.8vw);
    line-height: calc(0.3rem + 0.8vw);
    text-align: center;
    color: #151c20;
    font-family: satoshi;
}
.standard-title{
    font-size: calc(2.5rem + 3vw);
    line-height: calc(2.5rem + 3vw);
    text-align: center;
    color: #2c1b31;
    font-weight: 900;
}
.standard-text{
    padding-top: 10px;
    font-size: calc(0.3rem + 0.6vw);
    line-height: calc(0.3rem + 0.6vw);
    text-align: center;
    color: #2c1b31;
    font-family: satoshi;
}
.desktop-color{
    text-align: center;
    background: linear-gradient(to right, #5c64ef 10%,#b135d4 30%,#c983ff 50%, #8009ff 80%);
    background-size: 100% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.logo{
    text-align: center;
    font-size: 15vw;
    background: linear-gradient(to right, #5c64ef 10%,#b135d4 30%,#c983ff 50%, #8009ff 80%);
    background-size: 100% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
#logo-area{
    position: relative;
    transition: left 0.5s ease;

}
#menu-btn{
    border: none;
    background-color: transparent;
    position: fixed;
    right: 2.5vw;
    top: 20px;
}

tr{
    height: fit-content;
}
.content-area{
    width: 100%;
    position: absolute;
    bottom: 45%;
}
.recent-box{
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 20px #00000030;
    width: 100%;
    margin-left: 0;
}
.recent-click{
    width: fit-content;
    height: fit-content;
    margin-bottom: 5vw;
    border-radius: 15px;
    transition: width 0.2s ease;
}
.recent-click:hover{
    width: 65vw;
    box-shadow: 0px 0px 50px #00000043;
}
.box{
    background-color: #FAFDFE;
    width: 20vw;
    height: 23vh;
    border-radius: 12px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 20px #00000061;
    margin-left: 20px;
    margin-right: 20px;
}
.middle-box{
    width: 40vw;
    height: 19vw;
    background-image: url("../img/example2.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.box1{
    background-image: url("../img/example3.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.box3{
    background-image: url("../img/example1.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.background-bottom{
    width: 100%;
    height: 100%;
    background-image: url("../img/backdrop-bottom.png");
    background-size:cover;
    background-position: center;
}
.nav {
    display: flex;
    list-style-type: none;
    padding: 0 15vw;
    margin: 0 ;
    overflow: hidden;
    background-color: transparent;
    position: fixed;
    justify-content: center;
    top: 0;
    left: 0;
    width: 70vw;
    z-index: 4;
    transition: transform 0.3s ease-in-out,background-color 0.5s ease-in-out;
    
}
.mobile-nav{
    display: flex;
    list-style-type: none;
    padding: 0 ;
    margin: 0 ;
    overflow: hidden;
    background-color: transparent;
    position: fixed;
    justify-content: left;
    text-align: left;
    top: 0;
    left: -100vw;
    width: fit-content;
    z-index: 4;
    transition: left 0.3s ease;
    z-index: 5;
    padding-left: 5vw;

}
.mobile-nav-item {
    float: left;
}
.mobile-nav-item a {
    font-size: 12px;
    display: block;
    color: #2A404C;
    text-align: center;
    padding: 30px 0px;
    margin: 0 20px;
    text-decoration: none;
    font-family: satoshi;
    position: relative;
}
.nav-title-box{
    width: 17vw;
 }
 .nav-btn-box{
    width: 17vw;
    text-align: right;
 }
.nav.scrolled {
    background-color: #ffffff9f;
    border-bottom: 2px rgba(251, 248, 250, 0.87) solid;
    backdrop-filter: blur(18px);
}
.nav.hide {
    transform: translateY(-250%);
    transition: transform 0.3s ease-in-out;
}
.nav-title{
    font-family: satoshi;
    width: fit-content;
    font-size: 20px;
    padding: 23px 0;
    font-weight: 900;
}
.nav-logo{
    height: 20px;
    width: 20px;
    padding: 24px 7px;
}
.nav-btn{
    width: fit-content;
    font-size: 20px;
    padding: 23px 0;
    position: relative;
    z-index: 6;
}
.nav-item {
    float: left;
}
.nav-item a {
    font-size: 12px;
    display: block;
    color: #2A404C;
    text-align: center;
    padding: 30px 0px;
    margin: 0 30px;
    text-decoration: none;
    font-family: satoshi;
    position: relative;
}
.btn {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-family: satoshi;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
.btn-main {
  color: #fff;
  background-color: #b135d4;
  border: 3px solid transparent;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px #2a404c10;
  padding-left: 20px;
  padding-right: 20px;
}
.btn-main:hover {
    background-color: #b135d4;
  border: 3px solid #e194ff;
}
.nav-btn {
    color: #212529;
    background-color: #FAFDFE;
    border: 3px solid #fff;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px #2a404c10;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
  }
  .nav-btn:hover {
    background-color: #ffffff;
    border: 3px solid #f0f6f9a6;
  }
.mockup {
    width: 80vw;
    position: absolute;
    bottom: -35vw;
    left: 10vw;
    z-index: 0;
    transition: transform 0.5s ease, left 0.5s ease, bottom 0.5s ease, width 0.5s ease; /* Ensure transition for width */
}

.moved {
    left: 22.5vw !important;
    bottom: -50vw !important;
    width: 55vw !important;
}
 
.section-2{
    position: relative;
    top: -3.5vw;
    height: fit-content;
    padding-bottom: 15vh;
    border-radius: 3.5vw;
    background-color: #fff;
    padding-top: 5vw;
    background-color: #ffffff;
    opacity: 1;
    background-image:  radial-gradient(#ebebeb 2px, transparent 2px), radial-gradient(#ebebeb 2px, #ffffff 2px);
    background-size: 80px 80px;
    background-position: 0 0,40px 40px;
    

}

.underline {
    position: relative;
    display: inline-block;
}

.underline::after {
    content: '';
    position: absolute;
    left: 50%; /* Start at the center */
    bottom: -5px; /* Adjust as needed */
    height: 5px; /* Adjust as needed */
    width: 0;
    border-radius: 3px;
    background: linear-gradient(to right, #5c64ef 10%, #b135d4 30%, #c983ff 50%, #8009ff 80%);
    transition: width 0.4s ease-in-out;
    transform: translateX(-50%); /* Move left by half of its width */
}

.underline.fade-in::after {
    width: 100%;
}

.underline.fade-out::after {
    width: 0;
}


.growth-box{
    width: 15vw;
    z-index: 3;
    border-radius: 12px;
    box-shadow: 0 0 20px #00000033;
}
.g-position{
    position: absolute;
    right: 16vw;
    top: 12vw;
}
.a-position{
    position: absolute;
    right: 18vw;
    top: 21vw;
    width: 13vw;
}
.s-position{
    position: absolute;
    left: 19vw;
    top: 30vw;
}

.between{
    justify-content:space-between;
}
.center{
    display: flex;
    justify-content:center;
}
.right{
    justify-content:right;
}
.gradient-mp{
    background: linear-gradient(to right, #5c64ef 10%,#b135d4 30%,#c983ff 50%, #8009ff 80%);
}
.gradient-txt{
    text-align: center;
    background-size: 100% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}
.footer {
    position: fixed;
    bottom: -100px; /* Hide the footer initially below the viewport */
    left: 0;
    width: 100%;
    background-color: #07010c;
    color: white;
    text-align: center;
    padding: 20px 0;
    transition: bottom 0.5s;
  }
  
  .footer.slide-up {
    bottom: 0; /* Slide up the footer into view */
  }
  .rating-img{
    background-image: url("../img/stock-img.jpg");
    background-size: cover;
    border-radius: 30px;
    width: 22vw;
    height: 70vh;
    margin-right: 30px;
  }
.features{
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    height: fit-content;
}
.feature{
width: 24vw;
height: 12vw;
margin: 0.5vw;
background-color: #ffffff;
border-radius: 12px;
box-shadow: 0 0 10px #00000035;
}
.testimonial{
    width: 47%;
    height: 100%;
    margin: 0.5vw;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 10px #00000035;
}
.why-us{
    width: 24vw;
    height: 30vw;
    margin: 0.5vw;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 10px #00000035;
}
.price{
    width: 30vw;
    margin: 0.5vw;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 10px #00000035;
} 
.reviews{
    width: 50vw;
}
.contact-area{
    width: fit-content;
}
@media screen and (min-width: 1200px){

}
@media screen and (max-width: 1150px){
    .feature {
        width: 24vw;
     height: 16vw;
    }
}
@media screen and (max-width: 900px){


}
@media screen and (max-width: 850px){
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    .nav-item{
        display: none;
     }
     .nav{
        justify-content: space-between;
        padding: 0 5vw;
        width: 90vw;
     }
     .nav-title-box{
        width: fit-content;
     }
     .nav-btn-box{
        width: fit-content;
     }
     .mockup{
        width: 100%;
        left: 0;
     }
     .recent-box{
        width: 85vw;
        margin: 0 3.75vw;
        margin-bottom: 5vw;
    }
    .feature {
        width: 65vw;
        height: 29vw;
        margin: 2vw;
    }
    .features-txt{
        font-size: calc(0.6rem + 0.8vw);
        line-height: calc(0.6rem + 0.8vw);
    }
    .testimonial{
        width: 47%;
    }
    .price{
        width: 80vw;
        margin: 2vw;
    }
    .why-us{
        width: 80vw;
        height: 100%;
        margin: 2vw;
    }
    .why-us-svg{
        height: 25vw;
    }
    .reviews{
        width: 80vw;
    }
    .content-area{
        bottom: 50%;
    }
}
@media screen and (max-width: 520px){
    .feature {
        width: 80vw;
        height: 35vw;
        margin: 2vw;
    }
    .standard-title {
        font-size: calc(1.5rem + 2.5vw);
        line-height: calc(1.5rem + 2.5vw);
    }
}
@media screen and (max-width: 450px){
    .desktop-type2{
        display: none;
    }
    .mobile-type2{
        display: block;
    }
    .mockup{
        bottom: 15vh;
    }
    .background{
        height: 75vh;
     }
     .content-area{
        bottom: 62%;
    }
}