@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: 110px 0 25px 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;
    max-width: 485px;
}

.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: 46px;
    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: 18px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Inter", serif;
    padding: 5px 0;
}

.header-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Inter", serif;
}

.banner_Img {
    position: absolute;
    max-width: 350px;
    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;
}

span.text-red {
    -webkit-text-fill-color: #f02929;
}

.Form_Box {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: 0;
    padding: 0;
}

.Form_Cont {
    padding: 20px 15px;
    background-color: #fff;
    color: #000;
    border-color: #cde4ff;
    border-width: 3px;
    border-radius: 30px;
    margin-bottom: 60px;
    box-shadow: 20px -19px 10px rgb(0 0 0 / 16%);
}

.Form_Box h3.tracking-tight {
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    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;
    padding: 5px 0 8px;
    line-height: 0;
    font-weight: 400;
    color: #5C577E;
    font-family: "Poppins", serif;
}

.labelStyle {
    font-family: "Inter", serif;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
}

.inputStyle {
    border-color: #e2e8f0;
    border-width: 0;
    border-radius: 12px;
    background-color: #eff6ff;
    font-weight: 300;
    color: #111827;
    font-size: 12px;
}

.form-control.inputStyle.py-3 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

::placeholder {
    font-size: 10px !important;
    font-weight: 300;
    line-height: 26px !important;
    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: 44px;
    font-size: 38px;
    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;
    max-width: 750px;
    margin: auto;
}

#WhyDBC h6 {
    font-weight: 500;
    line-height: 28px;
    font-size: 18px;
    margin-top: 10px;
}

.featureCard {
    position: relative;
    width: 100%;
    border-radius: 1.5rem;
}

.featureCardDetails h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    font-family: "Inter", serif;
    padding-bottom: 0;
}

.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: 24px;
    font-weight: 300;
    font-family: "Inter", serif;
    color: #5C577E;
}

#Users p.div_Head {
    line-height: 54px;
    font-size: 38px;
    font-weight: 500;
    font-family: "Poppins", serif;
    max-width: 800px;
    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: 38px;
    line-height: 42px;
    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: 600;
    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: 18px;
    font-family: "Poppins", serif;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
}

.profile-post {
    font-size: 16px;
    font-family: "Poppins", serif;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
}

.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: 38px;
    line-height: 44px;
    font-weight: 500;
    max-width: 470px;
}

.newsletter_Div p {
    font-family: "Poppins", serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    max-width: 570px;
}

.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;
}

.testimonial-carosuel-item-profile-img {
    display: none;
}

.modal-dialog.modal-sm .Form_Cont {
    box-shadow: none;
}

.btn-close {
    position: absolute;
    top: -25px;
    right: 0;
    z-index: 9;
    background-color: #fff;
    width: 10px;
    height: 10px;
}

.modal-dialog.modal-sm {
    max-width: 350px;
    margin: auto;
}

.modal-dialog.modal-sm .Form_Box {
    margin: auto;
}

.showMobileCallbtn {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    display: none;
    z-index: 99999;
    padding: 0 15px;
}

.btn-LP.showOnlyMobile {
    padding: 10px;
    display: inline-block;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    width: 100%;
    border-radius: 50px;
    margin: auto;

}

.moreClients {
    background: #fff;
    border-radius: 50px;
    width: 68px;
    height: 68px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #edecf3 !important;
}

.moreClients:hover {
    background: #f9f8fe;
}

.moreClients h4 {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
}

.intl-tel-input,
.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: 12px;
}

@media (max-width:767px) {
    .showMobileCallbtn {
        display: block;
    }
}