* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../font-family/AbhayaLibre-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../font-family/AbhayaLibre-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../font-family/AbhayaLibre-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../font-family/AbhayaLibre-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


.montserrat-bold {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.montserrat-medium {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.montserrat-regular {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
    margin-left: 16px;
    width: 68%;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

a {
    text-decoration: none !important;
    color: inherit !important;

}

h1 {
    margin-bottom: 0 !important;
}

h2 {
    margin-bottom: 0 !important;
}

h3 {
    margin-bottom: 0 !important;
}

h4 {
    margin-bottom: 0 !important;
}

h5 {
    margin-bottom: 0 !important;
}

h6 {
    margin-bottom: 0 !important;
}

p {
    margin-bottom: 0 !important;
}

body {
    overflow-x: hidden !important;
    /* background: #402935; */
}




.login_btn {
    background: #E8A47C;
    border-radius: 70px;
    border: none;
    width: 219px;
    height: 50px;
    color: black;
    font-size: 16px;
    box-shadow: inset -4px -4px 4px 0 rgba(0, 0, 0, 25%), inset 4px 4px 3.8px 0 rgba(255, 255, 255, 25%);
   
}

.sec1 h1 {
    font-family: 'Abhaya Libre';
    font-weight: 800;
    font-size: 70px;
    text-transform: capitalize;
    color: #ffffff;

}

.sec1 p {
    color: #ffffff;
    font-size: 16px;
}

.downloadbtn {
    width: 184px;
    height: 50px;
    border-radius: 70px;
    border: 3px solid #E8A47C;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
}


.sec2 {
    background-color: #402935;
    padding-top: 90px;
    background: url(../img/mainbg.svg);
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
}

.sec2bg {
    background-color: #402935;

}

.ellipseimg {
    position: absolute;
    object-fit: contain;
    left: 0;
    width: 100%;
    height: 100%;
}

.sec2 h2 {
    font-size: 50px;
    font-family: 'Abhaya Libre';
    font-weight: 800;
}


.sec2box1 {
    width: 286px;
    height: 265px;
    border-radius: 10px;
    text-align: center;
    background: linear-gradient(220deg,
            rgba(234, 164, 124, 35%),
            rgba(234, 164, 124, 0%));
    background-color: rgba(255, 255, 255, 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 20px;
    color: #fff;

}

.sec2box1 h3 {
    font-size: 20px;
}

.sec2box1 p {
    font-size: 14px;
}

.sec3 {
    padding-top: 170px;
}


.sec3 h1 {
    font-family: 'Abhaya Libre';
    font-weight: 800;
    font-size: 70px;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 65px;

}

.sec3 p {
    color: rgba(255, 255, 255, 80%);
    font-size: 16px;
}

.btn-1 {
    background: #E8A47C;
    border-radius: 70px;
    border: none;
    width: 159px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    box-shadow:
        inset -4px -4px 4px 0 rgba(0, 0, 0, 25%),
        inset 4px 4px 3.8px 0 rgba(255, 255, 255, 25%);
}


.sec4 h1 {
    font-family: 'Abhaya Libre';
    font-weight: 800;
    font-size: 70px;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 65px;

}

.sec4 p {
    color: rgba(255, 255, 255, 80%);
    font-size: 16px;
    width: 54%;
    margin: 0 auto;
}

.sec4 {
    padding-top: 240px;
    z-index: 9999;
}

.bgadd {
    background: url(../img/Ellipse301.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.images {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* or set your preferred size */
    height: 900px;
}


.cards-flex {
    cursor: pointer;
    height: 283px;

    padding: 20px;
    border-radius: 8px;

    margin-top: 60px;
    padding: 40px 45px;
    background-color: rgba(0, 0, 0, 5%);
    
    
}

.pre-image {
    width: 58px;
    height: 58px;
}

.owl-theme .owl-nav .owl-prev,
.owl-next {
    background: transparent !important;
}


.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 38%;
    left: -30px;
    background: none;
    margin-top: 35px;
}

.next-image {
    position: relative;
    left: 55px;
    width: 58px;
    height: 58px;
}

.cilent-image {
    width: 122px !important;
    height: 122px !important;
    position: absolute;
    top: -100px;
}

.star {
    width: 23px !important;
    height: 23px !important;
}

.testimonals {
    padding-top: 200px;
}

.testimonals h1 {
    text-align: center;
    font-family: 'Abhaya Libre';
    font-weight: 800;
    color: #ffffff;
    font-size: 70px;
}

.text h3{
    color:black;
    font-size: 25px;
    margin-top: 60px;
    margin-left: 16px;
}

.text .cilent-2{
    color: rgba(0, 0, 0, 80%);
    font-size: 14px;
}

.footer{
    margin-top: 100px;

}

.fotter{
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: cover;
    width: 70%;
}

.footer h6{
    font-size: 25px;
    text-transform: capitalize;
}

.footer p {
    font-size: 14px;
    margin-bottom: 6px !important;
    text-transform: capitalize;
}

.bgaddition{
    background: url(../img/sec3bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 900px;
    background-position-y: -10px;
}


.sec1bbg{
    width: 810px;
    position: absolute;
    top: 0;
    object-fit: cover;
    right: 0;
    
}

.zindex{
    z-index: 9999;
}



.section-1-heading{
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #5F3A4E;
}
.section-1-heading-2{
    font-size: 47px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #5F3A4E;
    text-transform: capitalize;
}
.section-1-para{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: black;
    text-transform: capitalize;
}
.sec-1-button{
    width: 184px;
    height: 50px;
    background-color: #E8A47C;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    border-radius: 70px;
    border: none;
    outline: none;
    color: black;
    margin-left: -7px;
    box-shadow: inset -4px -4px 4px 0 rgba(0, 0, 0, 25%), inset 4px 4px 3.8px 0 rgba(255, 255, 255, 25%);
   
}
.sec-1-button-2{
    width: 184px;
    height: 50px;
    background-color: white;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    border-radius: 70px;
    border: 2px solid #E8A47C;
    outline: none;
    color: black;
    margin-left: 0px;
}
.sec-1-img{
    width: 100%;
}
.sec-2-head{
    font-size: 50px;
    color: #5F3A4E;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-top: 100px ;
    text-transform: capitalize;

}
.sec-2-card{
    width: 312px;
    height: 265px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 5%);
    position: relative;
}
.chating-img{
    position: absolute;
    bottom: 170px;
    left: 117px;
}
.card-head{
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: black;
    text-align: center;
    padding-top: 109px;
}
.card-para{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: black;
    text-align: center;
    padding-top: 10px;
    width: 87%;
    margin-left: 20px;
   }
   .sec-3-bg{
    background-color: #5F3A4E;
    margin-top: 120px;
    height: fit-content;
    padding-bottom: 0px;
    
   }
   .sec-4-bg{
    background-color: #5F3A4E;
    margin-top: 120px;
    padding-bottom: 0px;
   }
   .sec-3-bg-img{
    background:url(../img/sec-3-bg.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    
    

   }
   .sec-3-bg-img-2{
    background: url(../img/bg-image-3.svg);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    height: fit-content;
    padding-bottom: 80px;
   }
   .sec-4-bg-img-2{
    background: url(../img/bg-image-3.svg);
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    height: 779px;
   }
   .section-3-head{
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: white;
    margin-top: 90px;
   }
   .section-3-head-2{
    font-size: 55px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: white;
    width: 80%;
    text-transform: capitalize;
   }
   .chat-box{
    width: 441px;
    height: fit-content;
    padding-bottom: 15px;
    border-radius: 10px;
    backdrop-filter: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 100%;
   }
   .chat-para{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 80%);
    width: 72%;
   }
   .chat-head{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
   }
   .chat-box-2{
    width: 206px;
    height: 95px;
    border-radius: 10px;
    backdrop-filter: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 100%;
   }
   .chat-para-2{
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 80%);
    
   }
   .chat-para-3{
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 80%);
    width: 98%;
    
   }
   .mobile-img{
    margin-top: 70px;
   }
   .sec-4{
    
    height: 422px;
    border-radius: 10px;
    backdrop-filter: 20px;
    background-color: rgba(0, 0, 0, 5%);
    opacity: 100%;
   }
   .sec-4-head{
    font-family: 'Abhaya Libre', serif;
    font-weight: 800; /* ExtraBold */
    font-size: 35px;
    color: #5F3A4E;
    padding-top: 80px;
   }
   .sec-4-head-2{
    font-family: 'Abhaya Libre', serif;
    font-weight: 800; /* ExtraBold */
    font-size: 35px;
    color: #5F3A4E;
    padding-top: 100px;

   }
   .sec-4-para{

 font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 80%);
    width: 90%;
   }
   .sec-4-head-1{
    font-size: 55px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #5F3A4E;
    text-align: center;
    margin-top: 80px;
    text-transform: capitalize;
   }
   .sec-5-hea{
    font-size: 55px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: white;
   
    margin-top: 80px;
   }
.sec-5-para{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 80%);
    line-height: 25px;
    
}
.sec-5head-2{
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: white;
}
.sec-5-chat-box{
    height: 135px;
    width: 100%;
    background-color: rgba(255, 255, 255, 10%);
    border-radius: 10px;
}
.sec-5-para-2{
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 80%);
    line-height: 25px;
}
.app-store{
    margin-top: 36px;
}
.sec-6-head{
    font-size: 55px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #5F3A4E;
    text-align: center;
    margin-top: 120px;
    text-transform: capitalize;
}
.sec-6-card{
    height: 264px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 5%);
    width: 100%;
    position: relative;
}
.last-img{
position: absolute;
bottom: 219px;
left: 53px;
}
.last-head{
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: black;
    padding-top: 63px;
    padding-left: 63px;
   
}
.last-para{
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color:rgba(0, 0, 0, 100%); 
    padding-left: 63px;
}
.star-img{
   margin-left: 429px;
   margin-top: 30px;
}
.crousel{
    margin-top: 129px;
}
.footer-bg{
    width: 100%;
    background-color: #5F3A4E;
    height: fit-content;
    padding-bottom: 20px;
    margin-top: 139px;
}
.footer-head{
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: white;
    text-align: center;
}
.footer-head-2{
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: white;
    text-align: center;
}
.footer-para{
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color:rgb(218, 209, 209);
    text-align: center; 
}
.span{
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color:white;  
}
.header-img{
    width: 100%;
    margin-top: -16px;
}
.sec-2-card-div{
    margin-top: 40px;
}
.logo{
    margin-top: -17px;
}.sec-1-img {
    margin-left: 88px;
}
.btn-div{
    margin-top: -56px;
}





