
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&family=Paytone+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Open Sans', sans-serif;
}

.landing-section{
    overflow: hidden;
    position: relative;
    padding-top: 200px;
    height: 700px;
    background: radial-gradient(69.91% 185.88% at 44.46% 47.9%, #D8EBF8 0%, rgba(216, 235, 248, 0) 100%);
}
.hero-heading{
    font-family: 'Paytone One', sans-serif;
    font-size: 48.83px;
    margin-bottom: 20px;
    color: #05034E;
}
.hero-subheading{
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 60px;
 
}

.hero-email-head{
    font-size: 14px;
    margin-bottom:20px ;
    color: #202020;
}
.hero-img{
    position: relative;
    top: -50px;
    right: -100px;
    transform: scale(1.3);
}

.kl-h2{
    font-size: 31px;
    font-family: 'Paytone One', sans-serif;
    margin-bottom: 20px;
    color: #05034E; 
}





.success1 , .error1 { 
    transition: 1s;
    color: #202020 !important;   
}

.opacityZ{
    opacity: 0;
}

.hero-form {
 
}
.hero-form form {
    display: flex;
}
.hero-form input[type="text"] {
    background: transparent;
}

.hero-form .form-control {
    width: 250px !important;
    width: 60%;
    padding: 8px 14px !important;
    font-weight: 500;
    font-size: 12px !important;
    border: 1px solid #504EE4;
    color: #202020;
    margin-right: 20px;
}



/* arrow button */
.btn-arrow{
    padding: 0px !important;
   background: #504EE4 !important;
}
.btn-arrow p{
  font-weight: 700;
   
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    padding: 12px 16px;
    margin-bottom: 0px !important;
    transition: .3s;
    transform: translateX(5px);  
}
.btn-arrow i{
    transition: .3s;    
    opacity: 0;
    transform: translateX(-3px); 
}

.btn-arrow:hover p{
    transform: translateX(-2px);
}
.btn-arrow:hover i{
    opacity: 1;
    transform: translateX(9px);  
}
.btn-blue p{
    color: white !important;
}








/* intro section */

.intro-section{
    padding-top: 100px;
}
.kl-w-75{
    padding: 0px 120px;
}

.emailbox{
    padding-top: 90px;
}


.kl-h4{
    font-size: 24px;
    font-family: 'Paytone One', sans-serif;
    margin-bottom: 20px;
    color: #05034E; 
}

/* emailbox */
.emailbox-item{
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%);
    margin-bottom: 40px;
}

.emailbox-head{
    padding: 20px 15px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.12);
    height: 130px;
/* border-radius-top-left: 12px; */
}

.emailbox-title{
    font-size: 12px;
    color: black;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.emailbox-sub-title{
    font-size: 16px;
    font-weight: bold;
    color: #05034E;
    margin-bottom: 0px;
}
.emailbox-head-box{
    overflow-y: auto;
    scrollbar-width: thin;
    height: 258px;
    padding: 20px 15px;
}

.emailbox-head-box::-webkit-scrollbar {
    width: 5px;
  }

  .emailbox-head-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
.emailbox-head-box::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}
.emailbox-body-copy{
    font-size: 14px;
    color: #202020;
}
.emailbox-item:hover .btn-copy-box  {
    opacity: 1;
}
.emailbox-item:hover .emailbox-head-box{
}

.btn-copy-box {
    background: linear-gradient(0deg, rgba(231, 231, 231, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
backdrop-filter: blur(80px);
    cursor: pointer;
    opacity: 0;
    position: absolute;
    bottom: 41px;
    width: 263px;
    right: 21px;
    height: 35px;
}
.btn-copy{
    display: inline-block;
    font-size: 10px;
    padding: 5px 10px;
    float: right;
    position: relative;
    bottom: 60px;
}
.btn-copy:hover i {
    border-color: #05034E;
    color: #05034E;
}
.btn-copy  i{
    font-size: 16px;
    border-radius: 50%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    background: #FDFDFD;
    padding: 14px;
    border: 1px solid #DCDCDC;
}

.btn-copy:focus i,.btn-copy:visited i{
    background-color:#d8d8ff; 
}
.emailbox br{
    content: " ";
    display: block;
    margin-bottom: 12px;
}
.copy-msg{
   opacity: 0;
    margin-bottom: 0px;
    font-size: 12px;
    padding: 10px 0px 0px 15px;
}

/* referral */


.referral .emailbox-head{
    background: #99D0FF;
}
.direct .emailbox-head{
    background: #D299FF;
}
.value-addition .emailbox-head{
    background: #99FFCE;
}
.checking .emailbox-head{
    background: #FFE299;
}
.followups .emailbox-head{
    background: #FFB899;
}
.humour .emailbox-head{
    background: #99A3FF;
}
.breakup .emailbox-head{
    background: #FF99D0;
} 
.klenty-try{
    margin-top: 70px;
    padding: 70px 0px;
    background: linear-gradient(80.18deg, #F2F2FD 0%, rgba(242, 242, 253, 0.2) 100%);
}


/* arrow button */
.btn-arrow p{ 
    font-weight: 700;  
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.04em;
    padding: 12px 16px;
    margin-bottom: 0px !important;
    transition: .3s;
    transform: translateX(5px);  
}
.btn-blue p{
    color: #FFFFFF !important;
}
.btn-blue {
    background: #504EE4 !important;
}
.btn-arrow i{
    transition: .3s;    
    opacity: 0;
    transform: translateX(-3px); 
}
.k-cta:hover{
    text-decoration: none !important;
}
.btn-arrow:hover p{
    transform: translateX(-2px);
    text-decoration: none !important;
}
.btn-arrow:hover i{
    opacity: 1;
    transform: translateX(9px);  
    text-decoration: none !important;
}
.btn-arrow{
    padding: 0px !important;
}
.btn-border-blue p{
    color: #504EE4 !important;
}
.btn-border-blue{
    border:1px solid  #504EE4;
    background: white !important;
}

.sub-btn{
    margin-top: 20px;
    font-size: 12px;
    color: #333;
}

.hero-form input[type="text"] {
    background: transparent;
}


/* arrow button */
.btn-arrow{
    padding: 0px !important;
   background: #504EE4 !important;
}
.btn-arrow p{
  font-weight: 700;
   
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    padding: 12px 16px;
    margin-bottom: 0px !important;
    transition: .3s;
    transform: translateX(5px);  
}
.btn-arrow i{
    transition: .3s;    
    opacity: 0;
    transform: translateX(-3px); 
}

.btn-arrow:hover p{
    transform: translateX(-2px);
}
.btn-arrow:hover i{
    opacity: 1;
    transform: translateX(9px);  
}
.btn-blue p{
    color: white !important;
}


.floting-section{
    z-index: 10;
    position: fixed;
    left: 0px;
    top: 200px;
    display: flex;
    flex-direction: column;
    width: 180px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #D8EBF8;
    box-sizing: border-box;
    background-color: white;

}
.floting-section-link{
    display: flex;
    flex-direction: column;
}
.floting-section a{
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 7px;
    border-radius: 3px;
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #05034E;
    
}

.floting-section i{
    padding-left: 7px;
    display: none;
    position: relative;
    top: 4px;
}
.floting-section-link div{
    margin: 2px;
    height: 35px;

}
.floting-section-link a{
   display: flex;
   justify-content: center;
}
.floting-section-link .active a{
    font-weight: 700;
}
.floting-section-link .active i{
    display: block;
}
.f-title{
    margin-top: 7px;
    margin-bottom: 7px;
}
.floting-section a:hover{
    font-weight: 700;
    text-decoration: none !important;
}
.referral-item{
    background: #99D0FF;
}
.direct-item{
    background: #D299FF;
}
.value-item{
    background: #99FFCE;
}
.checking-item{
    background: #FFE299;
}
.followups-item{
    background: #FFB899;
}
.humour-item{
    background: #99A3FF;
}
.break-item{
    background: #FF99D0;
}
.disply-hide{
    display: none;
}
.email-height{
    transition:height 1s;
    overflow: hidden;
    height: 1280px;
}
.email-max-height{
    transition:height 1s;
    height: auto !important;
}
.click-more{
    border-bottom: 1px solid gray;
}
.click-more p{
    display: inline-block;
    margin-bottom: 0px;
    position: relative;
    bottom: -18px;
    background: white;
    padding: 5px 50px;
    border: 1px solid gray;
    border-radius: 30px;
}
.click-more p:hover{
    cursor: pointer;
    background-color: #e4f3ff;
}
.disply-hide{
    display: none;
}
.italic{
    font-style: italic;
}
.emailbox li{
    margin-bottom: 10px;
}
.last-section{
    margin-top: 100px;
}
@media only screen and (max-width: 1050px) {

    .floting-section{
        display: none;
    }
    .kl-w-75 {
        padding: 0px 50px;
    }
    .landing-section {
        height: 700px;
    }
    .hero-img {
        position: relative;
        top: -50px;
        right: 0px;
        transform: scale(1);
    }
}

@media only screen and (max-width: 800px) {

    .hero-img {
        display: none;
    }

}
@media only screen and (max-width: 450px) {
    .kl-w-75 {
        padding: 0px 20px;
    }
    .hero-form .form-control {
        width: 100% !important;
    }
    .kl-h2 {
        font-size: 25px;
    }
    .landing-section {
        padding-top: 150px;
    }
    .hero-subheading {
       font-weight: normal;
        font-size: 16px;
    }
}








