body {
    margin: 0;
    font-family: Poppins;
}

.container-1-wrapper {
    background: url('images-icons/svgexport001.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.container-1 {
    max-width: 1120px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0px;
}

.container-1-logo-img {
    max-height: 39px;
    margin: 20px 0;
    padding: 20px 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.bold-title {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    line-height: 50px;
}

.container-1-left {
    max-width: 600px;
}

.container-1-left-list {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
    margin: 20px 0px;
}

.container-1-left-list img {
    width: 17px;
    height: 17px;

}

.container-1-left-list p {
    margin: 0;
    font-weight: 500;
}

.list-1 {
    margin-top: 40px;
}
.container-1-right img {
    max-width: 500px;
    border-radius: 30px;
}

.semibold-title {
    font-size: 35px;
    font-weight: 600;
    margin: 0;
    line-height: 40px;
}

.container-2-new-wrapper {
    background-color: rgb(241, 241, 241);
}

.trusted-companies {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
    gap: 60px;

}

.trusted-company-img {
    height: 70px;
}

.container-2-wrapper {
    background-color: #262E32;
    color: white;

}



.container-2-top-text {
    position: relative;
    top: -38px;

    display: flex;
    justify-content: center;
}

.container-2 {
    max-width: 1120px;
    margin: auto;
    text-align: center;
    padding: 60px 0px 70px 0px;
}

.container-2-top-text p {
    padding: 10px 30px;
    background-color: white;
    border-radius: 30px;
    display: inline-block;
    border: 2px solid;
}

.semibold-title-width {
    max-width: 700px;
    margin: auto;
}

.container-2-flex-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    margin-top: 30px;
}


.container-2-flex {
    display: flex;
    align-items: center;
    padding: 5px 30px;
    border: 0.5px solid rgba(180, 180, 180, 0.438);
    border-radius: 5px;
    background-color: #262e321c;
    height: 160px;
    gap: 10px;
}

.container-2-img {
    width: 100px;

}

.container-3 {
    max-width: 1120px;
    text-align: center;
    margin: 100px auto;
}

.container-3-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 equal columns */

    max-width: 900px;
    /* Optional: controls the grid's width */
    margin: 0 auto;
    /* Center the grid horizontally */
    column-gap: 20px;
    row-gap: 60px;
    text-align: center;
    margin-top: 60px;
    justify-content: center;
    align-items: center;
}

.container-3-grid-box {
    width: 180px;
    height: 180px;

    


    display: flex;
    flex-direction: column;
    /* Stack items vertically */
    align-items: center;
    /* Center horizontally */
    justify-content: center;
    /* Center vertically */

    padding: 20px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
}

.container-3-grid-box-1 {
    background-color: #f5eac78b;
}

.container-3-grid-box-2 {
    background-color: #f6e39f3c;
}

.container-3-grid-box-3 {
    background-color: #fef0da5a;
}

.container-3-grid-box-4 {
    background-color:  #f6e39f54;
}

.container-3-grid-box p {
    margin: 0;
    margin-top: 10px;
    font-weight: 500;
}

.container-4-flex-left {
    width: 50%;
}

.container-4 {
    max-width: 1140px;
    margin: 100px auto;
}

.container-4-flex {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    width: 100%;
}

.container-4-img {
    width: 100%;
    border-radius: 30px;
}

.container-4-flex-right {
    max-width: 50%;
}

.container-4-flex-left-list {
    display: flex;
    gap: 30px;
}

.list-number {
    padding: 5px 13px;
    background-color: #262e3253;
    border-radius: 5px;

}
.free-trial {
    display: flex;
    margin: 20px 0;
    gap: 20px;
}
.free-trial a {
    text-decoration: none;
}

.free-trial-btn {
    padding: 15px 30px;
    background-color: #FFC007;
    color: black;
    border-radius: 5px;
    border: 0;
    font-size: 17px;
    font-weight: 700;

}

.free-trial-btn01 {
    padding: 15px 30px;
    background-color: transparent;
    color: black;
    border-radius: 5px;
    border: 1px solid #212121;
    font-size: 17px;

}

.container-5-wrapper {
    background-color: #F5EAC7;
    margin-top: 60px;
}

.container-5 {
    padding: 60px 0;
}

.container-5 {
    max-width: 1120px;
    margin: auto;
}

.container-5-flex {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
}

.container-5-img {
    max-width: 500px;
}

.container-5-flex-left {
    max-width: 400px;
}

.container-5-flex-left-list {
    display: flex;
    gap: 30px;
}

.footer-container{
    background-color: #161C28;

}

.footer-section{
    padding: 40px 0px;
    max-width: 1170px;
    margin: auto;
    color: white;
}

.footer-rows{
    display: flex;
    align-items: center;
}

.footer-row-1{
    max-width: 650px;
}

.footer-title{
    font-size: 45px;
    margin-bottom: 20px;
}

.footer-icon-small{
    width: 20px;
    height: 20px;
}

.footer-subtitle{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

.subscribe-btn{
   background-color: transparent;
    padding: 15px 50px;
    border: 2px solid #ffc107;
    color: white;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
}

.footer-row-2-sections{
    display: flex;
}

.footer-row-2-sub-sections{
    margin-right: 30px;
}

.footer-row-2-section-1-top-1{
    display: flex;
    max-width: 300px;
    align-items: center;
    gap: 10px;
}

.footer-row-2-section-1-top-2{
    display: flex;
    max-width: 300px;
    align-items: center;
    gap: 10px;
}






/* responsiveness */

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

    .bold-title {
        text-align: center;
        font-size: 28px;
        line-height: 34px;
        max-width: 330px;
        margin: auto;
    }

    .semibold-title {
        font-size: 22px;
        font-weight: 600;
        margin: 0;
        line-height: 30px;
    }

    .semibold-title-width {
        max-width: 300px;
        margin: auto;
    }

    .container-1-wrapper {
        margin: 0;
    }

    .container-1 {
        display: block;

        padding-top: 0px;

    }

    .container-1-logo {
        margin: 10px 0px 60px 10px
    }

    .container-1-left-list {
        max-width: 320px;
        padding: 0 30px;
    }

    .container-1-right {
        padding: 30px;
    }

    .container-1-right img {
        max-width: 100%;
    }

    .trusted-companies {
        display: grid;
        grid-template-columns: repeat(3, 80px);
        gap: 30px;
        max-width: 400px;
        margin: auto;
        place-items: center;
        padding-bottom: 30px;
   
    }

    .trusted-company-img {
        height: 40px;
    }

    .container-2-top-text {
        padding: 0px 30px;
    }

    .container-2-top-text p {
        font-size: 13px;
    }


    .container-2 {
        padding: 60 30px 40px 30px;

    }

    .container-2-flex-wrapper {
        display: block;
        padding: 10px 30px;
    }

    .container-2-flex {
        margin-bottom: 10px;
    }



    .container-3-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .container-3-grid-box {
        max-width: 270px;
        margin: auto;
    }



    .container-4-flex {
        display: block;
    }

    .container-4-flex-left {
        padding: 30px;
    }

    .container-4-flex-right {
        padding: 30px;
    }



    .container-4-img {
        max-width: 100%;
    }

    .container-5-flex {
        display: block;
    }

    .container-5-flex-left {
        padding: 30px;
    }

    .container-5-flex-right {
        padding: 30px;
    }

    .container-5-img {
        max-width: 100%;
    }


    .footer-rows{
        display: block;
        
        padding: 20px;
    }

    .footer-row-1{
        text-align: center;
    }

   
    .footer-title{
        font-size: 26px;
        margin-bottom: 20px;
        font-weight: 500;
    }

    .subscribe-btn{
        margin-bottom: 20px;
    }
    
   .footer-row-2-sections{
    display: block;
    
   }
}


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

    .bold-title {
        text-align: center;
        font-size: 25px;
        line-height: 30px;
        max-width: 330px;
        margin: auto;
    }

    .container-2-img {
        max-width: 60px;
        max-height: 60px;
    }

    .container-2-flex-wrapper {
        padding: 0;
    }

    .container-2-top-text {
        position: relative;
        top: -28px;

        display: flex;
        justify-content: center;
    }

    .container-2-top-text p {
        font-size: 10px;
    }

}