@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    font-family: "Poppins", sans-serif;
}

section {
    height: 3576px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

.container {
    min-width: 1440px;
    width: 100%;
    /* padding: 0px 20px; */
    margin: 0px auto;
}

.row {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 90px;
}

.section-a {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    background: rgba(30, 113, 255, 1);
    height: 1007px;
    gap: 134px;

}

.svg-li{
    cursor: pointer;
}

.list-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 42px;
}

.li {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: rgba(255, 255, 255, 1);
}

.button {
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.2);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 210px;
    cursor: pointer;
}

.heading-box {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.center-box {
    display: flex;
    align-items: center;
    gap: 199px;
}

.div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.heading {
    font-weight: 600;
    font-size: 75px;
    line-height: 128%;
    letter-spacing: -2%;
    color: rgba(255, 255, 255, 1);
}

.para {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: rgba(255, 255, 255, 1);
    line-height: 100%;
    letter-spacing: 0%;
}

.right-div {
    display: flex;
    flex-direction: column;
}

.button-box {
    display: flex;
    align-items: center;
    gap: 36px;
}

.btn-a {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    font-family: "Roboto", sans-serif;
    background: rgba(30, 113, 255, 1);
    color: rgba(255, 255, 255, 1);
    border: none;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 16px 48px 15px 48px;
}

.btn-b {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    background: rgba(30, 113, 255, 1);
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 14px 43px 17px 41px;
    border-radius: 60px;
}

.btn-a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(30, 113, 255, 1);
}

.btn-b:hover {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(30, 113, 255, 1);
}

.image-box {
    display: flex;
    gap: 59px;
}

.img {
    width: 246px;
    height: 369px;
    object-fit: cover;
    z-index: 1;
    position: sticky;
}

.image-first {
    position: relative;
}

.svg-dot {
    position: absolute;
    top: -33px;
    left: -34px;
    z-index: 0;
}

.svg-bottom {
    position: absolute;
    right: -101px;
    bottom: -58px;
    z-index: 0;
}

.sms {
    display: flex;
    position: absolute;
    left: 0px;
    bottom: -70px;
    gap: 17.54px;
}

.sms-p {
    font-weight: 400;
    font-size: 13.37px;
    line-height: 18.38px;
    letter-spacing: 0px;
    text-align: right;

    background: rgba(251, 162, 41, 1);
    color: rgba(255, 255, 255, 1);
    font-family: "Roboto", sans-serif;
    padding: 11px 14px 11px 15px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.sms-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-items: center;
}

.sms-m {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12.9px;
    line-height: 17.74px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    background: rgba(251, 162, 41, 1);
    padding: 11px 15px 11px 20px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.svg-box {
    display: flex;
    align-items: center;
    gap: 15.32px;
    justify-content: center;
}

.typing-icon {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 14px 23px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-top: 22px;
}

/* .second-image-box{
    display: flex;
    flex-direction: column;
    gap: 30.48px;
} */

.second-image {
    width: 246px;
    height: 369px;
    object-fit: cover;
    z-index: 5;
    position: sticky;
    margin-top: 30.48px;
}

.section-b {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 180px;
}

.heading-team {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.instant-h {
    font-weight: 500;
    font-size: 45px;
    line-height: 128%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(43, 53, 62, 1);
}

.para-team {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 162%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(43, 53, 62, 0.7);
    width: 566px;
}

.second-box {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}

.big-chat {
    position: relative;
}

.big-image {
    position: relative;
    height: 631px;
    width: 931px;
    z-index: 5;
    box-shadow: 0px 20px 75px 0px rgba(43, 53, 62, 0.15);

}

.big-chat-svg {
    position: absolute;
    top: -32px;
    left: -49px;
}

.big-chat-svg-a {
    position: absolute;
    bottom: 46px;
    right: -50px;
    z-index: 0;
}

.section-c {
    width: 100%;
    background-color: rgba(43, 53, 62, 0.15);
    align-items: center;
    /* justify-content: center; */
    display: flex;
    gap: 150px;
}

.adult-bar-img {
    height: 507px;
    width: 766px;
    position: relative;
    z-index: 5;
}

.adult-image {
    position: relative;
    margin-top: 124px;
    margin-bottom: 137px;
    max-width: 816px;

}

.adult-svg-b {
    position: absolute;
    top: -34px;
    left: 216px;
    z-index: 0;
}

.adult-svg-a {
    position: absolute;
    right: -50px;
    ;
    bottom: -41px;
    z-index: 0;
}

.section-c-heading {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.section-heading {
    font-weight: 500;
    font-size: 45px;
    line-height: 128%;
    letter-spacing: 0%;
    color: rgba(43, 53, 62, 1);
}

.section-paragraph {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 162%;
    letter-spacing: 0%;
    color: rgba(43, 53, 62, 0.7);
}

.section-button {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 30px 0px 60px 0px;
}

.btn-btn {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(30, 113, 255, 1);
    border: 1px solid rgba(30, 113, 255, 1);
    background: transparent;
    padding: 14px 46px 16px 45px;
    cursor: pointer;
    border-radius: 60px;
}

.btn-btn-b {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(30, 113, 255, 1);
    border: 1px solid rgba(30, 113, 255, 1);
    padding: 14px 40px 16px 40px;
    border-radius: 60px;
    cursor: pointer;
}

.btn-btn:hover {
color: rgba(255, 255, 255, 1);
background: rgba(30, 113, 255, 1);
}

.btn-btn-b:hover {
color: rgba(255, 255, 255, 1);
background: rgba(30, 113, 255, 1);
}

.star-box {
    display: flex;
    align-items: start;
    gap: 25.51px;
    margin-top: 10px;
}

.star {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 3px;
}

.star-para {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 162%;
    letter-spacing: 0%;
    color: rgba(43, 53, 62, 0.7);
}

.bold-star-para {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 162%;
    letter-spacing: 0%;
    color: rgba(43, 53, 62, 1);
}

.section-d {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap:180px ;
    width: 100%;
}

.flex-box{
    display: flex;
    align-items: center;
    gap: 286px;
}

.logo-box {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.logo-para {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: rgba(43, 53, 62, 0.7);
    line-height: 162%;
    letter-spacing: 0%;
}

.table-wrap {
    display: flex;
    /* justify-content:space-between; */
    width: 766px;
    gap: 30px;
}

.column {
    display: flex;
    flex-direction: column;
    /* width:168px; */
}

.th {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 162%;
    letter-spacing: 0%;
    color: rgba(43, 53, 62, 1);
    width: 169px;
}

.td {
    color: rgba(43, 53, 62, 0.7);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 162%;
    letter-spacing: 0%;
    margin-top: 12px;
    width: 168px;
}

 .copyright-box {
     display: flex;
    align-items: start;
    justify-content:start;
    width: 100%;
    padding: 90px 0px 30px 140px;
} 

.copy-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 162%;
    letter-spacing: 0%;
    color: rgba(43, 53, 62, 0.7);
}