@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    background: #fff url('../images/body-back.png') 0 0 no-repeat;
    background-size: cover;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding: 130px 0 0;
}
.container{
    max-width: 1170px;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 35px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header.nav-new{
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height:60px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
    margin-left: auto;
}
.navbar-light .navbar-nav li {
    margin-right:70px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 6px 0px;
    color: #161616;
    font-size: 20px;
    font-weight: 500;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #4A00E0;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #4A00E0;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #4A00E0;
}

.navbar-light .navbar-nav .nav-link.login-btn{
    padding: 6px 40px;
    border-radius:5px;
    background: #4A00E0;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link.login-btn:hover{
    background: #111;
    color: #fff;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #161616;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #161616;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */


/* ***** Banner ***** */
.banner-wrapper{
    position: relative;
    padding:60px 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.banner-img{
    width: 45%;
}
.banner-img img{
    width: 100%;
}
.banner-center{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner-data h1{
    font-size: 40px;
    font-weight: bold;
    color: #161616;
    line-height: 55px;
    margin: 0 0 40px;
}
.banner-data p{
    font-size: 18px;
    font-weight: 500;
    color: #373737;
    line-height: 35px;
    margin: 0;
}

.support-wrp{
    padding: 50px 0;
}
.support-block{
    padding: 60px 50px 30px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.40) 100%);
    box-shadow: 0px 4px 21px -1px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(6px);
}
.support-rw{
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.support-rw h3{
    font-size: 25px;
    font-weight: bold;
    color: #161616;
    margin: 0 30px 0 0;
}
.support-nmbx{
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.support-nmbx:last-child{
    margin: 0;
}
.support-lg{
    display: flex;
    align-items: center;
}
.support-lg img{
    margin-right: 25px;
    height: 30px;
}
.support-lg img:last-child{
    margin: 0;
}
.support-block p{
    font-size: 12px;
    font-weight: normal;
    color: #747474;
    text-align: center;
}
/* ***** End Banner ***** */

/* ***** Cart Step By Step ***** */
.cart-step-wrp{
    padding: 50px 0;
}
.cart-step-wrp .container{
    max-width: 890px;
}
.cart-step-wrp h2{
    font-size: 40px;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 48px;
    margin: 0 auto 30px;
}
.videofrem{
    padding: 25px 35px;
    border-radius: 5px;
    border: 5px solid rgba(74, 0, 224, 0.32);
}
.video-img{
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}
.video-img:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(74, 0, 224, 0.42) 0%, rgba(217, 217, 217, 0.00) 100%);
    top: 0;
    left: 0;
    opacity: 0.70;
}
.video-img img{
    width: 100%;
}
a.plus-btn{
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    font-size:65px;
    color: #fff;
}
a.plus-btn:hover{
    color: #4A00E0;
}

.modal-dialog{
    max-width: 70%;
    width: 70%;
    margin: 0 auto;
}
.modal-content{
    padding: 0;
    background: transparent;
    padding: 0;
    border: none;
}
.videopopbox{
    padding: 35px 0 0;
    position: relative;
}
.videopopbox video{
    width: 100%;
}
button.btn-close{
    padding: 0px;
    background: transparent;
    border: none;
    outline: none;
    font-size:18px;
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    box-shadow: none;
}
.btn-close:focus{
    box-shadow: none;
}
button.btn-close:hover{
    opacity: 1;
    color: #fff;
}
/* ***** End Cart Step By Step ***** */

/* ***** What you Get ****** */
.what-get-wrp{
    padding: 80px 0 50px;
}
.what-get-wrp .row{
    align-items: center;
}
.get-box{
    position: relative;
    border-radius: 10px;
}
.get-box img{
    width: 100%;
    border-radius: 10px;
}
.get-box p{
    font-size: 20px;
    font-weight: 500;
    color: #161616;
    line-height: 25px;
    margin: 0;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.79);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.40) 100%);
    box-shadow: 0px 4px 21px -2px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(19px);
    max-width: 260px;
    width: 100%;
    position: absolute;
    top: -60px;
    right: -80px;
}
.get-data{
    padding: 0 0 0 60px;
}
.get-data h2{
    font-size: 40px;
    font-weight: bold;
    color: #161616;
    margin: 0 0 60px;
}

.get-data ul li{
    display: flex;
    align-items: center;
    margin: 0 0 50px;
}
.get-data ul li:last-child{
    margin: 0;
}
.get-ic{
    min-width: 95px;
    width: 95px;
    height: 95px;
    background: #F1F1F1;
    border-radius: 5px;
    border-left: 5px solid #4A00E0;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.get-in-data h4{
    font-size: 25px;
    font-weight: 600;
    color: #161616;
    margin: 0 0 10px;
}
.get-in-data p{
    font-family: 'Montserrat';
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #373737;
    line-height: 26px;
}
/* ***** End What you Get ****** */

/* ***** How it Work ****** */
.howit-work-wrp{
    padding: 100px 0;
}
.howit-work-wrp .container{
    max-width: 1290px;
}
.howit-work-wrp h2{
    font-size: 45px;
    font-weight: bold;
    color: #161616;
    text-align: center;
    margin: 0 0 100px;
}
.howit-work-wrp .row{
    margin: 0 -10px;
}
.howit-work-wrp .row .col-md-3{
    padding: 0 10px;
}
.work-box{
    padding: 35px 15px;
    background: #fff;
    border-radius: 20px;
    min-height: 430px;
    box-shadow: 0px 4px 23px -1px rgba(0, 0, 0, 0.11);
    margin: 0 0 30px;
}
.workic{
    border-radius: 5px;
    background: #F9F4FD;
    width: 65px;
    height:65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}
.work-box h3{
    font-size: 20px;
    font-weight: 600;
    color: #161616;
    margin: 0 0 10px;
}
.work-box p{
    font-size: 12px;
    font-weight: 500;
    color: #373737;
    line-height: 30px;
    margin: 0;
}
/* ***** End How it Work ****** */

/* ***** Achive More ***** */
.achive-wrp{
    padding: 50px 0;
}
.achive-wrp .row{
    align-items: center;
}
.achive-data{
    padding: 0 50px 0 0;
}
.achive-data h2{
    font-size: 45px;
    font-weight: bold;
    color: #161616;
    line-height: 54px;
    margin: 0 0 10px;
}
.achive-data p{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #373737;
    margin: 0 0 35px;
}
.achive-data ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.achive-data ul li{
    width: 33.33%;
    padding: 0 5px;
}
.achive-box{
    border-radius: 5px;
    border: 1px solid #EEE;
    background: rgba(74, 0, 224, 0.05);
    padding: 30px 15px 20px;
}
.achive-box h4{
    font-size: 40px;
    font-weight: 600;
    color: #4A00E0;
    text-align: center;
    margin: 0 auto 10px;
}
.achive-box h6{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #161616;
    text-align: center;
    margin: 0;
    min-height: 45px;
}
.cusbox{
    padding: 45px 25px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.79);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.40) 100%);
    box-shadow: 0px 4px 21px -2px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(19px);
    max-width: 330px;
    width: 100%;
    position: absolute;
    bottom: -60px;
    right: -80px;
    display: flex;
    align-items: center;
}
.cusbox h3{
    font-size: 50px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #4A00E0;
    margin: 0 5px 0 0;
}
.cusbox h6{
    font-size: 25px;
    font-weight: 600;
    color: #161616;
    margin: 0;
}


.howto-implement-wrp{
    padding: 150px 0;
}
.howto-implement-wrp .row{
    align-items: center;
}
.howto-implement-wrp .cusbox{
    padding: 15px;
    max-width: 100px;
    right: -40px;
    bottom: -40px;
}
.howto-implement-wrp .cusbox img{
    width: 100%;
    margin: 0 auto;
}
.implement-data{
    padding: 0 0 0 50px;
}
.implement-data h3{
    font-size: 45px;
    font-weight: bold;
    color: #161616;
    margin: 0 0 30px;
}
.implement-box{
    padding: 0 0 0 35px;
    position: relative;
    margin: 0 0 25px;
}
.implement-box:last-child{
    margin: 0;
}
.implement-box h4{
    font-size: 25px;
    font-weight: 600;
    color: #161616;
    padding: 0 0 0 25px;
    position: relative;
    margin: 0 0 10px;
}
.implement-box h4:before{
    position: absolute;
    content: '';
    background: url('../images/check-ic.svg') 0 0 no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    top:5px;
    left: 0;
}
.implement-box p{
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #373737;
    line-height: 30px;
    padding: 0 0 0 25px;
}
/* ***** End Achive More ***** */

/* ***** Our Team ***** */
.team-wrp{
    padding: 100px 0;
}
.team-wrp .container{
    max-width: 700px;
}
.team-wrp h2{
    font-size: 45px;
    font-weight: bold;
    color: #161616;
    text-align: center;
    margin: 0 auto 10px;
}
.team-wrp p{
    font-size: 26px;
    font-weight: 500;
    color: #373737;
    text-align: center;
    margin: 0 auto 75px;
}
.team-img{
    width: 250px;
    height: 250px;
    border-radius: 100%;
    border: 3px solid #4A00E0;
    padding:3px;
    margin: 0 auto 30px;
}
.team-img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 100%;
}
.team-box h3{
    font-size: 30px;
    font-weight: 600;
    color: #161616;
    text-align: center;
    margin: 0 auto 5px;
}
.team-box h6{
    font-size: 30px;
    font-weight: 500;
    color: #3D3D3D;
    text-align: center;
    margin: 0;
    font-family: 'Montserrat';
}


.contact-us{
    padding: 50px 0 100px;
}
.contact-box{
    padding: 90px;
    background: #161616;
    border-radius: 5px;
}
.contact-box h3{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 auto 15px;
}
.contact-box p{
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    max-width: 725px;
    margin: 0 auto 35px;
}
.contact-box .btn-main{
    background: #4A00E0;
    border-radius: 5px;
    padding: 10px 50px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: table;
    margin: 0 auto;
}
.contact-box .btn-main:hover{
    color: #4A00E0;
    background: #fff;
}

footer{
    padding: 100px 0;
}
footer .row{
    align-items: center;
}
.logobox img{
    margin: 0 auto;
    height: 60px;
}
.social-bx{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social-bx a{
    margin-right: 15px;
    color: #161616;
    font-size: 28px;
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a:hover{
    color: #4A00E0;
}
.copyright{
    padding: 30px 0;
}
.copyright p{
    text-align: center;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #7A7A7A;
}
/* ***** End Our Team ***** */