body{
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Space Grotesk", sans-serif;
    font-style: normal;
}

.lp-main-title{
    font-weight: 700;
    font-size: calc(24px + (31 - 24) * ((100vw - 300px) / (1920 - 300)));
    color: #320B3C;
}
p{
      font-family: "Inter", sans-serif;
}

.lp-content {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #495C6E;
}

.bg-Lpink {
    background-color: #FAF6FD;
}

.lp-banner {
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    position: relative;
    padding: 100px 0 100px;
}

/* .lp-banner .main-banner-cont {
    font-style: normal;
    font-weight: 400;
    font-size: calc(15px + (20 - 15) * ((100vw - 300px) / (1920 - 300)));
    line-height: 35px;
     max-width: 450px;
} */


.main-banner-title {
  
    font-style: normal;
    font-weight: 600;
    font-size: calc(26px + (47 - 26) * ((100vw - 300px) / (1920 - 300)));
    color: #320B3C;
}

.lp-banner .main-banner-title {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: bold;
    font-size: calc(35px + (70 - 35) * ((100vw - 300px) / (1920 - 300)));
    color: #141F39;
}

.lp-banner .banner-btn-yellow {
    display: inline-block;
    padding: 15px 40px;
    background-color: #f9a822;
    text-decoration: none;
    border-radius: 10px;
    color: #000000;
    transition: 0.3s ease-in-out;
    border: 0;
    font-size: 16px;
    font-weight: 600;
}

.lp-banner .banner-btn-yellow:hover {
    background-color: #320B3C;
    color: #fff;
}

.lp-banner .banner-btn-dark {
    display: inline-block;
    padding: 12px 20px;
    background-color: #24052F;
    text-decoration: none;
    border-radius: 8px;
    color: #fff;
    transition: 0.3s 
ease-in-out;
    border: 0;
    font-size: 16px;
    font-family: 'Inter';
}

.banner-img {
    position: relative;
}

.banner-img:before {
    position: absolute;
    content: "";
    background-image: url(/lp/assets/images/lp-images/lp-arrow.png);
    width: 60px;
    height: 64px;
    background-repeat: no-repeat;
    top: -35px;
    right: 228px;
    display: none;
}

.main-banner p {
    font-family: "Inter", sans-serif;
    color: #495C6E;
    font-size: calc(16px + (27 - 16) * ((100vw - 300px) / (1920 - 300)));
}

.banner-btn-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.banner-btn-dark {
    display: inline-block;
    padding: 12px 20px;
    background-color: #24052F;
    text-decoration: none;
    border-radius: 30px;
    color: #fff;
    transition: 0.3s ease-in-out;
    border: 0;
    font-size: 16px;
    font-family: 'Inter';
}

.banner-btn-yellow {
    display: inline-block;
    padding: 12px 20px;
    background-color: #f5a92a;
    text-decoration: none;
    border-radius: 30px;
    color: #000000;
    transition: 0.3s ease-in-out;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter';
    text-align: center;
}

.sty1 .banner-btn-yellow {
    display: inline-block;
    padding: 12px 20px;
    background-color: #f5a92a;
    text-decoration: none;
    border-radius: 10px;
    color: #000000;
    transition: 0.3s ease-in-out;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Inter';
    text-align: center;
}

.lp-logo-title {
    color: #495C6E;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans';
}

.lp-smBox {
    border-radius: 20px;
    padding: 20px 30px 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    box-shadow: 0px 0px 6px rgba(106, 122, 201, 0.25);
}

.lp-smBoxImage{
    display: flex;
    justify-content: center;
}

.lp-smContBox {
    padding-top: 20px;
}

.lp-smContBox h4 {
    color: #320B3C;
    font-weight: 700;
    font-size: 20px;
}

.lp-smContBox p {
    font-size: 16px;
    color: #495C6E;
    line-height: 1.3;
}


.lp-bigBox {
    border-radius: 20px;
    padding: 20px 0 0px 30px;
    box-shadow: 0px 0px 6px rgba(106, 122, 201, 0.25);
    height: 339px;
}

.lp-bigImage {
    position: relative;
    text-align: end;
}

.lp-bigImage:before {
    position: absolute;
    content: "";
    background-image: url(/lp/assets/images/lp-images/esay-installation-mini.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    right: 12px;
    bottom: 6px;
}

.lp-bigCont {
    max-width: 360px;
    position: relative;
    top: -65px;
    text-align: left;
}

.lp-bigCont h4 {
    color: #24052F;
    font-size: 20px;
    font-weight: 700;
}

.lp-bigCont p {
    font-size: 16px;
    color: #495C6E;
    line-height: 1.3;
    margin: 0;
}

.smart-iconMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.smart-iconDiv img {
    display: block;
}

.smart-iconDiv span {
    font-size: 16px;
    color: #000000;
}

/* ----------- Testi Css Start ------------ */

.testi-sec {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.testi-sec:before {
    position: absolute;
    content: "";
    background-image: url(/assets/images/chattrik-logo-shape.webp);
    height: 450px;
    width: 466px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -74px;
    left: 163px;
}

.testiheading {
    position: relative;
}

.testiheading:before {
    position: absolute;
    content: "";
    width: 130px;
    height: 2px;
    background-color: #24052F;
    top: -30px;
}

.testi-slider {
    max-width: 600px;
    margin: 0 auto;
}

.testi-box.slick-current.slick-active {
    box-shadow: 40px 55px 60px -23px rgba(63, 111, 223, 0.2);
    background-color: #F7EEFF;
    position: relative;
    left: 0px;
    z-index: 1;
}

.testi-box {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 30px 20px;
    transition: 0.5s ease-in-out;
    position: relative;
    left: 60px;
    z-index: -1;
    max-width: 530px;
}

    .testi-box .testi-info {
        display: flex;
        gap: 16px;
    }

.testi-name h5 {
    font-size: 18px;
    color: #232323;
    font-weight: bold;
    margin-bottom: 2px;
}

.testi-name p {
    color: #969696;
    font-size: 14px;
}

.testi-box p {
    margin-bottom: 0;
        font-family: 'Inter';
    font-size: 16px;
}

.agents-slider{
    margin:0 -10px;
}

.agentDiv {
    margin: 0 10px;
}

.testi-btnDiv a {
    background-color: #24052F;
    color: #fff;
    text-decoration: none;
    padding: 13px 45px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}

.testi-btnDiv a:hover {
    background-color: #f9a822;
    color: #000;
}


/* -------------  Footer Start -------------------- */

.main-footer{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-footer .footer-logo {
    max-width: 250px;
    margin: 0 auto;
    padding-bottom: 0;
}

.copyright {
    padding-top: 30px;
    margin-top: 26px;
    border: 0;
}


.copyright:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 70px;
    background-color: #ffffff24;
}

.copyright p {
    color: #BDBDBD;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.form-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.03) 100%);
    backdrop-filter: blur(35px);
    border-radius: 48px;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 50px;
}

.footer-formHead h6 {
    color: #fff;
    font-weight: 600;
    font-size: calc(25px + (54 - 25) * ((100vw - 300px) / (1920 - 300)));
}

.footer-formHead p {
    font-size: 16px;
    font-weight: 300;
}

.sht-pst{
     position: absolute;
  top: 46px;
  right: 5px;
  font-size: 16px;
}

.form-bg label {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Inter';
}

.form-bg .form-control {
    border: 0;
    height: 50px;
    padding: 0 15px;
    border-radius: 12px;
}

.form-bg .form-select {
    border: 0;
    height: 50px;
    padding: 0 15px;
    border-radius: 12px;
}

.form-bg .form-control::placeholder {
    font-size: 14px;
    color:#616161;
}

.form-bg .form-select::placeholder {
    font-size: 14px;
    color:#616161;
}

.form-bg .lp-formBtn {
    background: linear-gradient(82.13deg, #FFA475 -2.81%, #EE6066 38.07%, #E52F8F 94.62%);
    border-radius: 60px;
    border: 0;
    padding: 12px 35px;
    position: relative;
    margin-top: 34px;
    color: #fff;
}




/* Chat box Css*/
/* #wrapper {
  width: 300px;
  margin: 0 auto;
} */
.chat-container{
max-width: 260px;
  /* position: absolute; */
  /* height: 600px; */
  overflow-y: hidden;
  padding: 50px 30px;
  /* padding-right: 16px; */
  right: 0;
  /* top: 0; */
  /* background-color: #f8f8fc; */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* border: 1px solid #a3a3a3; */
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  border-radius: 12px;
  z-index: 99;
  margin-left: -110px;
  border: 0;
}
.chat-container [hidden]{
    display: block!important;
}


.chat-message-wrapper {
  max-height: 500px;   /* set max height */
  overflow-y: hidden;    /* vertical scroll */
  overflow-x: hidden;  /* hide horizontal */
  padding-right: 8px;  /* avoid scrollbar overlap */
  padding-top: 50px;
}

.chat ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
   /* padding:40px 12px 20px 12px; */
   /* height: 350px;
   padding-top: 200px;
   padding-bottom: 100px; */
}

.message-left .message-time {
  display: block;
  font-size:8px;
  text-align: left;
  padding-left: 30px;
  padding-top: 4px;
  color: #ccc;
  font-family: Courier;
}

.message-right .message-time {
  display: block;
  font-size: 9px;
  text-align: right;
  padding-right: 20px;
  padding-top: 4px;
  color: #ccc;
  font-family: Courier;
}

.message-left {
  text-align: left;
  margin-bottom: 5px;
}

.message-left .message-text {
  max-width: 96%;
  display: inline-block;
  background: #fff;
  padding: 12px;
  font-size: 10px;
  color: #333;
  border-radius: 30px;
  font-weight: 300;
  line-height: 1.5em;
  opacity: 1;
}

.message-right {
  text-align: right;
  /* margin-bottom: 16px; */
   margin-bottom: 8px;
}

.message-right .message-text {
  line-height: 1.5em;
  display: inline-block;
  background: #5ca6fa;
  padding: 15px;
  font-size: 10px;
  color: #fff;
  border-radius: 30px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: left;
}

/* .chat {
  border-radius: 30px;
  padding: 20px;
  background: #f5f7fa;
} */

/* .chat-container {
  height: 400px;
  overflow-y: scroll;
  padding-right: 16px;
} */

.spinme-right {
  display: inline-block;
  padding: 15px 20px;
  font-size: 10px;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0;


}

.spinme-left {
display: inline-block;
  padding: 0px 16px;
  font-size: 0px;
  color: #ccc;
  height: 0;
  border-radius: 30px;
  /* line-height: 1.25em; */
  font-weight: 100;
  opacity: 0;

 
}

.spinner {
  margin: 0;
  width: 30px;
 
  text-align: center;
}

.spinner > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background: rgba(0,0,0,1);

    
}
 
.spinner .bounce1 {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}

.lp-cta-btn {
    padding: 12px 10px;
    background-color: var(--button-color);
    display: inline-block;
    text-decoration: none;
    border-radius: 10px;
    color: #fff;
    transition: 0.3s ease-in;
    font-size: 15px;
    font-weight: 400;
}

.lp-cta-btn i {
    padding-left: 10px;
}

.lp-cta-btn:hover {
    background-color: #f3a92c;
}

.text-cta-main p {
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
}

#company-info-form .title{
    margin: 0px 0 20px;
}
#company-info-form .form-btn.form-btn-holder{
    margin: 0 !important;
}
.d-name{
    position: absolute;
    right: 8px;
    top: 50%;
    color: #000;
    z-index: 9;
    transform: translateY(-50%);
}

.text-cta-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    border: 1px solid #00000024;
    border-radius: 12px;
    padding: 14px 20px;
    transition: 0.3s ease-in-out;
}

.text-cta-main:hover {
    box-shadow: 2px 4px 6px 0px rgb(0 0 0 / 20%);
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
} 

/* Chat box Css*/
/* ------------- Media Query ---------- */


@media (max-width: 1399.98px) {
    
    .banner-img:before {
    right: 189px;
    top: -32px;
    width: 54px;
    height: 57px;
    background-position: bottom;
}

.lp-bigImage:before {
    width: 68%;
    left: -30px;
    bottom: 5px;
}

}

@media (max-width: 1199.98px) {

    .text-cta-main {
        flex-direction: column;
        gap: 20px;
    }
    
    .banner-img:before {
    display: none;
}

.lp-bigImage:before {
    width: 473px;
    left: -23px;
    bottom: 28px;
    background-position: center;
}

}

@media (max-width: 991.98px) {

    .testiheading:before {
        top: -14px;
        width: 100px;
    }

    .main-banner {
        padding: 50px 0 50px;
    }

    .lp-banner{
        padding: 50px 0 50px !important;
    }

    .lp-banner .banner-btn-yellow {
        font-size: 13px;
        padding: 10px 30px;
    }

    .space-p-tb {
        padding: 50px 0;
    }

    .space-p-t {
        padding-top: 50px;
    }

    .space-p-b {
        padding-bottom: 50px;
    }

    .lp-bigImage:before {
        width: 530px;
    }

    .lp-smBox {
        margin-top: 20px;
    }

    .form-bg {
        padding: 30px;
    }

}

@media (max-width: 767.98px) {

    .testiheading:before {
        display: none;
    }

        .lp-bigCont {
        top: 0;
        padding-top: 10px;
    }

    .lp-bigBox {
        height: auto;
        padding: 20px 0 20px 20px;
    }

.space-p-tb {
        padding: 30px 0;
    }

    .space-p-t {
        padding-top: 30px;
    }

    .space-p-b {
        padding-bottom: 30px;
    }

    .lp-smBox.h-100 {
    height: auto !important;
}

.form-bg .lp-formBtn {
    width: 100%;
    margin-top: 20px;
}

.lp-bigImage:before {
    display: none;
}

.testi-sec:before {
    display: none;
}

.lp-logo-title {
    margin-top: 10px;
}

}

@media (max-width: 575.98px) {

.main-banner {
    padding: 30px 0 30px;
}

.lp-banner{
    padding: 30px 0 30px !important;
}

.lp-smBox {
    margin-top: 0px;
}

.main-footer .footer-logo {
    max-width: 150px;
}

.smart-iconMain {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

}

@media (max-width: 480px) {

    .btns-center-div {
        text-align: center;
    }

    .dashboard-bgDiv {
        border-radius: 16px;
        padding: 16px 20px 10px 20px;
    }

    .cta-4-bg {
        padding: 30px;
        margin-bottom: 20px;
    }

    /* .lp-bigBox {
        height: auto;
        padding: 20px 0 20px 20px;
    } */

    .form-bg {
      padding: 25px 15px 10px;
    }

    .banner-btn-holder {
        flex-direction: column;
    }

    .lp-banner .banner-btn-holder {
        justify-content: left;
    }

   
    .banner-btn-holder {
        flex-direction: column;
    }

    .testi-box {
            padding: 20px 10px;
            left: 0px;
            z-index: -1;
            max-width: 310px;
        }

}

















