@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');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
    height: auto;
}
li{
    list-style: none;
}
header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
#header {
    padding: 100px 0 0 0;
    width: 100%;
    background-image: url('./images/header-bg.png');
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
nav {
    padding: 2em 0px;
}
.logo{
    cursor: pointer;
    max-width: 100%;
}
.logo img {
    width: 140px;
}
.header-content {
    margin: 0;
    padding: 0;
}
.btn-LP{
    background: linear-gradient(132deg, #02C7F3 0%, #6F16E2 95.81%);
    text-decoration: none;
    color: #fff;
}
.header-content h4 {
    font-size: 38px;
    font-weight: 500;
    line-height: 48px;
    background: linear-gradient(132deg, #02C7F3 0%, #6F16E2 95.81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poppins", serif;
}
.header-content h6{
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Inter", serif;
}
.header-content p {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Inter", serif;
}
.banner_Img{
    position: absolute;
    max-width: 420px;
    margin: 0;
    padding: 0;
    bottom: -15px;
}
/* .banner_Img img{
    position: absolute;
    bottom: 0;
} */
.login-btn-head {
    position: relative;
    z-index: 23;
}
.login-btn-head a {
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    border-radius: 35px;
    padding: 15px 50px;
    font-family: "Inter", serif;
}
.Form_Box{
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
}
.Form_Cont{
    padding: 25px 20px;
    background-color: #fff;
    color: #000;
    border-color: #cde4ff;
    border-width: 3px;
    border-radius: 35px;
    margin-bottom: 60px;
}

.Form_Box h3.tracking-tight{
   font-weight: 500;
   font-size: 26px;
   line-height: 32px;
   background: linear-gradient(132deg, #02C7F3 0%, #6F16E2 95.81%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-family: "Poppins", serif;
   margin-bottom: 0;
}
.Form_Cont p{
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #5C577E;
    font-family: "Poppins", serif;
}
.labelStyle{
    font-family: "Inter", serif;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
}
.inputStyle{
    border-color: #e2e8f0;
    border-width:0;
    border-radius: 9999px;
    background-color: #eff6ff;
    font-weight: 300;
    color: #111827;
    font-size: 14px;
    line-height: 25px;
}

::placeholder{
   font-size: 12px!important;
   font-weight: 300;
   line-height: 30px!important;
   font-style: italic;
   color: #8A99B7!important;
   font-family: "Inter", serif;
}
.Form_Box .Form_Cont button{
    font-weight: 300;
    padding: 10px 24px;
    border-radius: 40px;
    border: none;
    font-size: 14px;
    line-height: 26px;
    font-family: "Inter", serif;
}
#WhyDBC{
    padding: 100px 0;
}
#WhyDBC p.div_Head,
#video p.div_Head,
#testimonials p.div_Head{
    font-weight: 500;
    line-height: 60px;
    font-size: 48px;
    font-family: "Poppins", serif;
    background: linear-gradient(178deg, #02C7F3 0%, #6F16E2 95.81%);
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#WhyDBC h6{
    font-weight: 400;
    line-height: 38px;
    font-size: 23px;
}
.featureCard{
    position: relative;
    width: 100%;    
    border-radius: 1.5rem;
}
.featureCardDetails h2{
    font-size: 37px;
    line-height: 47px;
    font-weight: 500;
    font-family: "Inter", serif;
    padding-bottom: 10px;
}
.featureCardDetails.Three h2{
    max-width: 350px;
}
 /* .featureCardDetails.One h2 ,
 .featureCardDetails.Two h2,
 .featureCardDetails.Five h2,
 .featureCardDetails.Six h2{
    max-width: 300px;
} */

.featureCardDetails p{
    font-size:16px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Inter", serif;
    color: #5C577E;
}
#Users p.div_Head{
    line-height: 70px;
    font-size: 57px;
    font-weight: 500;
    font-family: "Poppins", serif;
    max-width: 1000px;
    margin: 0 auto;
}
.div_Head img{
    width: 200px;
}
#Users{
    padding: 0 0 100px 0;
}
.userCard{
    position: relative;
    padding: 50px;
}
.download_section{
    background-image: url('./images/user_download.png');
    background-repeat: no-repeat;
    padding: 45px 45px 10px 45px ;
    background-size: cover;
    border-radius: 35px;
}
.userCard{
    background-image: url('./images/user_last.png');
    background-repeat: no-repeat;
    /* padding: 45px 45px 10px 45px; */
    background-size: cover;
    background-position: center;
    border-radius: 35px;
    min-height: 335px;
}
.userCard .user_last, .user_downImg{
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
}
.userCard .user_Head , .user_download .user_Head{
    font-size: 42px;
    line-height: 48px;
    font-weight: 500;
    font-family: "Inter", serif;
    color: #fff;
    position: relative;
    z-index: 99;
}
.userCard .user_desc , .user_download .user_desc{
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    font-family: "Inter", serif;
    max-width: 300px;
    position: relative;
    z-index: 99;
}

 .user_download .user_Head , .user_download .user_desc{
    color: #000;
 }
 .social_icons .icon img{
    width: 70px;
    height: 70px;
 }
 .-mr-4{
     margin-right: -1rem;
 }
 .divider{
    padding: 10px 0 30px 0;
    width: 4px;
    max-height: 280px;
    z-index: 99;
    position: relative;
 }
 .gap-50{
    gap: 100px;
 }
 #video,#testimonials{
    background-color: #F3F2FB;
    padding: 100px 0;
 }
 #testimonials{
    padding-top: 0;
 }
 .rounded-3xl {
    border-radius: 1.5rem;
}

.swiper {
    width: 100%;
    height: 100%;
    z-index: 999;
  }
.testi-bg{
    background-image: url('./images/testimonial-bg.png');
    background-repeat: no-repeat;
    padding: 45px 50px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 35px;
    z-index: 999;
    position: relative;
}
.testimonial-carosuel-item-profile-img img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.testimonial-carosuel-item h2{
    font-family: "Inter", serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 10px;
}
.testimonial-carosuel-item .testimonial-content{
    font-family: "Inter", serif;
    font-size: 22px;
    line-height: 36px;
    font-weight: 300;
    color: #fff;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 40px;
}
.testimonial-carosuel-item-profile-name .profile-name{
    font-size: 16px;
    font-family: "Poppins", serif;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
}

.profile-post{
    font-size: 16px;
    font-family: "Poppins", serif;
    font-weight: 400;
    line-height: 20px;
    color: #b7b7b7;
}
.swiper-button-next, .swiper-button-prev{
    width: 60px!important;
    height: 60px!important;
    display: block !important;
}
.swiper_Btn{
    bottom: 55px;
    display: flex;
    right: 50px;
    gap: 120px;
}
.swiper-button-next, .swiper-button-prev{
    position: relative!important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    opacity: 0;
}
#newsletter{
    padding: 100px 0 ;
    padding-top: 240px;
}
.newsletter_Bg{
    background-image: url('./images/news-bg.png');
    background-repeat: no-repeat;
    padding: 45px 60px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 35px;
    z-index: 999;
    position: relative;
}
.newsletter_mobile {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0px 0px 50px 0px;
    overflow: hidden;
    max-width: 500px;
}

.newsletter_Div h2{
    font-family: "Inter", serif;
    font-size: 42px;
    line-height: 55px;
    font-weight: 500;
    max-width: 470px;
}
.newsletter_Div p{
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    max-width: 470px;
}
.newsletter_Div a{
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    border-radius: 35px;
    padding: 15px 50px;
}
#footer{
    position: relative;
    background-color: #040118;
    padding: 40px 0 20px 0;
}
.list-footer img{
    width: 180px;
}
#btn-back-to-top {
    background-color: #fff;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 999999;
    border-radius: 25px;
    color: #000;
    border: none;
}
#footer .year, #footer .copyright{
    line-height: 26px;
    font-size: 14px;
    font-weight: 300;
    font-family: "Inter", serif;
    color: #fff;
}

/* Slide Number */
.slide-number {
    position: relative;
    right: 142px;
    float: right;
    bottom: 100px;
    font-size: 17px;
    line-height: 31px;
    font-weight: 400;
    z-index: 99999;
    color: #fff;
    font-family: "Inter", serif;
}


.login-btn-head a:hover,
.Form_Box .Form_Cont button:hover,
.newsletter_Div a:hover{
    color: #fff;
    background: linear-gradient(132deg,#6F16E2  0%, #02C7F3 95.81%);
}
video{
    border-radius: 50px;
}
.list-footer a {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff2e;
    padding: 12px 50px;
    border-radius: 30px;
    font-weight: 300;
    font-size: 14px;
}
.list-footer a:hover,#btn-back-to-top:hover {
    background: linear-gradient(132deg, #6F16E2 0%, #02C7F3 95.81%);
}
#btn-back-to-top:hover{
    color: #fff;
}
.testimonials_border {
    border-top: 1px solid #fff;
}
.back_next {
    position: relative;
}