@font-face {
    font-family: KB-Font;
    src: url(../fonts/Poppins-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: KB-Font;
    src: url(../fonts/Poppins-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: KB-Font;
    src: url(../fonts/Poppins-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: KB-Font;
    src: url(../fonts/Poppins-SemiBold.ttf);
    font-weight: 600;
}
@font-face {
    font-family: KB-Font-I;
    src: url(../fonts/Inter-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: KB-Font-I;
    src: url(../fonts/Inter-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: KB-Font-I;
    src: url(../fonts/Inter-Medium.ttf);
    font-weight: 500;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    font-family: KB-Font;
    font-weight: 300;
    color: #121214;
}

.maxW{
    max-width: 1280px;
    margin: auto;
    padding: 0 15px;
}

.kBan{
    padding-top: 40px;
    position: relative;
}

.kBanSub{
    padding-top: 100px;
}
.kBanSub>span{
    font-family: KB-Font-I;
    font-size: 37px;
    font-weight: 300;
    line-height: 48px;
}

.kBanSub h1{
    font-size: 46px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.46px;
}
.kBanSub h1 span{
    font-size: 90px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.9px;
    display: block;
}
.kBanSub h2{
    font-family: KB-Font-I;
    font-size: 19px;
    font-weight: 300;
    line-height: 65px;
}

.kBanSub a{
    border-radius: 50px;
    background: #FEC200;
    padding: 15px 40px;
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    line-height: 30px;
    color: #121214;
    text-decoration: none;
    display: inline-flex;
    margin-top: 30px;
    gap: 12px;
}
.kBanSub>div{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.kBanSub p{
    max-width: 840px;
    font-size: 25px;
    font-weight: 300;
    line-height: 48px;
    margin-top: 90px;
}
.kBanSub p span{
    display: block;
    margin-top: 20px;
}
.kBanSub p img{
    transform: translateY(5px);
}
.kBwrp>div:first-child{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.login{
    text-decoration: none;
    font-size: 20px;
    color: #121214;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3;
}
.login>img{
    max-width: 100%;
    object-fit: contain;
    height: 25px;
}
.holdMob{
    position: absolute;
    top: 0;
    right: 0;
}
.bgShapes{
    position: absolute;
    top: 20px;
    right: 5%;
    z-index: -1;
}
.kFeat{
    padding: 120px 0 40px 0;
    margin-top: 100px;
    background-color: #f5f5f7;
}
.kFeatLi{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.kFeatLi h3{
    font-size: 39px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 28px;
}
.kFeatLi p{
    font-size: 25px;
    font-weight: 300;
    line-height: 48px;
}
.kFeatLi>div{
    max-width: 574px;
}
.kFeatLi.kFeatLiB{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 100px;
    margin-bottom: 20px;
    text-align: center;
}
.kFeatLi.kFeatLiB>div{
    max-width: 1030px;
}
.kCont{
    padding: 60px 0;
}
.kContSub{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
    padding: 10px;
    display: flex;
}
.kContLft{
    background-color: #6F47FF;
    border-radius: 6px;
    width: 42%;
    padding: 40px;
    position: relative;
}
.kContLft h4{
    color: #FFF;
    font-size: 28px;
    font-weight: 600;
}
.kContLft p{
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}
.kContLft>img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.kContLft ul{
    list-style: none;
    margin-top: 40px;
}
.kContLft ul li{
    display: flex;
    align-items: start;
    margin-top: 40px;
}
.kContLft ul li img{
    margin-right: 25px;
}
.kContLft a{
    color: #fff;
    text-decoration: none;
}
.kContLft>a{
    margin-top: 50px;
    display: inline-block;
    margin-right: 8px;
}
.kContRht{
    width: 45rem;
    padding: 40px 60px;
}
.kContField{
    margin-bottom: 45px;
}
.kContField label{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.kContField label span{
    color: #F00;
}
.kContField input, .kContField select, .kContField textarea{
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #8D8D8D;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #6F47FF;
    font-weight: 500;
    font-family: KB-Font;
}
.kContField input:focus, .kContField select:focus, .kContField textarea:focus{
    outline: none;
    border-color: #6F47FF;
    background-color: #f5f5f5;
}
.kContLR{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.kContLR>div{
    width: 50%;
}
.captcha{
    display: flex;
}
.captcha img{
    margin-left: 10px;
}
.captcha>div:last-child img{
    cursor: pointer;
    width: 30px;
}
.alert-success, .alert-danger{
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 500;
    margin-bottom: 20px;
}
.alert-success{
    color: #25DA7F;
    background-color: #ebffe3;
    border: 2px solid #25DA7F;
}
.alert-danger{
    color: #fc0000;
    background-color: #ffe3e3;
    border: 2px solid #fc0000;
}
.submit>*{
    padding: 15px 48px;
    border-radius: 5px;
    color: #fff;
    background: linear-gradient(123deg, #6F47FF, #FEC200);
    
    box-shadow: rgba(111, 71, 255, 0.4) -5px 5px, rgba(111, 71, 255, 0.3) -10px 10px, rgba(111, 71, 255, 0.2) -15px 15px, rgba(111, 71, 255, 0.1) -20px 20px, rgba(111, 71, 255, 0.05) -25px 25px;
    
    border: none;
    font-size: 19px;
    font-weight: 500;
    cursor: pointer;
}
.submit>*:hover{
    background: linear-gradient(123deg, #FEC200, #6F47FF);
}
.clients{
    padding-bottom: 100px;
}
.clients h5{
    font-size: 30px;
    margin-bottom: 12px;
}
.clientsSub{
    display: flex;
    justify-content: space-between;
}
.clientsSub>div{
    border-radius: 25px;
    border: 1px solid #E8E8ED;
    background: #FFF;
    padding: 14px 18px;
    width: 19%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.faQs{
    padding: 50px 0 100px 0;
    background-color:#fff;
}
.faQs h5, .whyK h5{
    font-size: 30px;
    margin-bottom: 12px;
}
.whyK{
    padding-top: 50px;
}
.whyKsub{
    display: flex;
    justify-content: space-between;
}
.whyKsub>div{
    width: 30%;
}
.valueDli{
    width: 30%;
    margin-top: 30px;
}
.valueDli img{
    height: 100px;
}
.valueDli h3{
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0;
}
.valueDli p{
    font-size: 18px;
}
.valueDli p span{
    display: block;
    margin-top: 5px;
}
.valueDli p span strong{
    font-weight: 500;
}
.whyK .maxW>p{
    font-size: 18px;
}
.vDivider{
    height: 1px;
    background-color: #eee;
    margin: 20px 0;
}
.accordion-item{border-bottom:1px solid #ededed}.accordion-header{cursor:pointer;display:block;line-height:24px;font-size:18px;font-weight:500;position:relative;background-color:#fff;color:#111827;padding:16px 22px 16px 0}.accordion-header>span{position:absolute;border-radius:50%;padding:12px 0 12px 12px;right:0;top:50%;height:25px;width:18px;transform:translateY(-50%);cursor:pointer}.accordion-header>span::before{position:absolute;content:"";left:50%;top:50%;height:14px;width:2px;background-color:#121214;transform:translate(-50%,-50%);transition:transform cubic-bezier(.165,.84,.44,1) .3s}.accordion-header>span::after{position:absolute;content:"";left:50%;top:50%;height:14px;width:2px;background-color:#121214;transform:translate(-50%,-50%) rotate(90deg)}.accordion-open .accordion-header>span::before{transform:translate(-50%,-50%) rotate(90deg)}.accordion-header:hover{color:#a1a1a1}.accordion-header:hover span::after,.accordion-header:hover span::before{background-color:#a1a1a1}.accordion-body{padding-bottom:40px;font-size:18px;text-align:justify;display:none;color:#585858;line-height:1.5rem}
.copyrht{
    color: #373435;
    font-family: KB-Font-I;
    font-size: 16px;
    font-weight: 500;
    line-height: 36.8px;
    letter-spacing: 0.5px;
    border-top: 1px solid #F5F5F7;
    padding: 15px 0;
}
.copyrht a{
    color: #FF361C;
    font-weight: 600;
    display: inline-block;
}
.holdMob-sm{
    display: none;
}
@media all and (max-width:992px){
    .bgShapes, .holdMob{
        display: none;
    }
    .holdMob-sm{
        display: flex;
        justify-content: flex-end;
        padding-left: 15px;
    }
    .holdMob-sm img{
        max-width: 100%;
    }
    .kFeat{
        margin-top: 0;
    }
}
@media all and (max-width:768px){
    .maxW .kFeatLi:nth-child(even){
        flex-direction: column;
    }
    .maxW .kFeatLi:nth-child(odd){
        flex-direction: column-reverse;
    }
    .maxW .kFeatLi.kFeatLiB{
        flex-direction: column;
    }
    .kContSub{
        flex-direction: column;
    }
    .kContLft{
        width: 100%;
    }
    .kContRht{
        width: 100%;
    }
    .whyK{
        text-align: center;
    }
    .whyKsub{
        flex-direction: column;
    }
    .whyKsub>div{
        width: 100%;
    }
    .kFeatLi>div{
        max-width: 100%;
    }
    .kFeatLi img{
        margin: 40px 0;
    }
    .clientsSub{
        flex-wrap: wrap;
        justify-content: center;
    }
    .clientsSub img{
        max-width: 100%;
    }
    .clientsSub > div{
        width: 31%;
        margin: 1%;
    }
    .clients h5{
        text-align: center;
    }
}

@media all and (max-width:650px){
    .login{
        position: static;
    }
    .kBanSub > span{
        display: block;
        font-size: 24px;
        text-align: center;
    }
    .kBanSub h1{
        font-size: 30.5px;
        text-align: center;
    }
    .kBanSub h1 span{
        font-size: 60px;
        text-align: center;
    }
    .kBanSub h2{
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        margin-top: 20px;
    }
    .kBwrp{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .kBwrp>img{
        width: 282px;
    }
    .kBanSub > div{
        justify-content: center;
    }
    .kBanSub p{
        font-size: 16px;
        line-height: 26px;
    }
    .kBanSub p img{
        height: 20px;
    }
    .kFeat{
        padding: 50px 0;
    }
    .kFeatLi h3{
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px;
    }
    .kFeatLi p, .kContLft p, .kContLft a, .accordion-body, .accordion-header, .copyrht{
        font-size: 16px;
        line-height: 26px;
    }
    .kFeatLi img{
        width: 85%;
    }
    .kFeatLi.kFeatLiB{
        margin-top: 25px;
    }
    .kContLft{
        padding: 20px;
    }
    .kContLft h4{
        font-size: 24px;
    }
    .kContLft a{
        display: inline-block;
    }
    .kContLR{
        flex-direction: column;
    }
    .kContLR > div{
        width: 100%;
    }
    .kContRht{
        padding: 40px 20px;
    }
    .submit{
        text-align: center;
    }
    .faQs{
        padding: 50px 0;
    }
    .clients{
        padding-bottom: 50px;
    }
    .kBanSub a{
        font-size: 24px;
    }
    .kBwrp>div:first-child {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}

@media all and (max-width:365px){
    .kContSub{
        padding: 3px;
    }
    .kBanSub > span{
        font-size: 20px;
    }
    .kBanSub h1{
        font-size: 25.5px;
    }
    .kBanSub h1 span{
        font-size: 50px;
    }
    .kBanSub h2{
        margin-top: 15px;
    }
    .kContLft{
        padding: 20px 10px;
    }
    .kContLft>a{
        width: 40%;
        margin-right: 0;
    }
    .captcha img{
        max-width: 80px;
        margin-left: 5px;
    }
    .kContField {
        margin-bottom: 20px;
    }
}