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

.small-p {
    font-size: 15px;
}

.semibold-p {
    font-weight: 500;
}

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

.yellow-text {
    color: #FFC107;
}

.grey-text {
    color: gray;
}

.semibold-title {
    font-size: 40px;
    margin: 0;
}

.small-description {
    font-size: 12px;
    margin: 0;
}

.small-title {
    font-size: 22px;
    min-height: 65px;

}

.short-hr {
    max-width: 300px;
    margin: 50px auto;
}

.land-wrapper {
    padding: 80px 0px;
    background-image: url('./images-icons/background.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
}

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

.land-flex-wrapper{
    display: flex;
    align-items: center;
    gap: 50px;
}

.btn-div {
    margin-top: 40px;
}

.container-img{
    max-width: 500px;
    border-radius: 30px;
}

.yellow-btn {
    padding: 15px 20px;
    background-color: #F1C40F;
    border-radius: 30px;
    border: 0;
    font-weight: 600;
    color: #424242;
}

.container-1-wrapper{
    margin-top: 100px;
}

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

.container-1-flex-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 50px;
}

.container-1-flex-box {
    width: 365px;
    border: 0.1px solid #42424230;
    border-radius: 5px;
}

.box-img {
    max-width: 100%;
    border-radius: 5px 5px 0 0;
}

.container-1-flex-box-bottom {
    padding: 20px;
}

.box-hr {
    margin: 20px -20px;
    border: none;
    height: 0.5px;
    background-color: #42424230;
}

.container-1-flex-box-lower-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
}

.container-1-flex-box-lower-bottom-flex {
    display: flex;
    align-items: center;
    gap: 5px;
}

.container-1-flex-box-lower-bottom p {
    margin: 0;
}



.small-icon {
    height: 12px;
}

.container-2-wrapper{
    margin-bottom: 60px;
    margin-top: 100px;
}


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

.container-img-big{
    max-width: 100%;
    padding: 0;
    margin: 0;
}






/* footer */

.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;
}

@media screen and (max-width:1253px) {
    .land {
        padding: 0px 30px;
    }

    .footer-container {
        padding: 0px 30px;
    }

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

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


}

@media screen and (max-width:1115px) {
    .box-description-height {
        min-height: 90px;
    }
}

@media screen and (max-width:1024px) {
    .container-img{
        max-width: 400px;
    }
}



@media screen and (max-width:988px) {
    .footer-row-2-sections {
        display: block;
    }

}

@media screen and (max-width:900px) {
    .container-img{
        max-width: 380px;
    }
}

@media screen and (max-width:955px) {
    .box-description-height {
        min-height: 110px;
    }
}

@media screen and (max-width:882px) {
    .small-title {
        min-height: 95px;
    }

}

@media screen and (max-width:815px) {
    .box-description-height {
        min-height: 125px;
    }
}

@media screen and (max-width:795px){
    .land-flex-wrapper{
        display: block;
    }
    .container-img{
        max-width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width:760px) {
    .box-description-height {
        min-height: 140px;
    }
    
}




@media screen and (max-width:685px) {
    .container-1-flex-box-lower-bottom p {
        font-size: 8px;
    }

    .small-icon {
        height: 8px;

    }

    .small-title {
        font-size: 20px;
    }

    .box-description-height {
        min-height: 190px;
    }


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

    .semibold-title{
        font-size: 30px;
    }


}


@media screen and (max-width:680px) {
    .footer-rows {
        display: block;

        padding: 20px;
    }

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

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



@media screen and (max-width:645px) {
    .container-1-flex-box-lower-bottom p {
        font-size: 6px;
    }

    .small-icon {
        height: 6px;

    }
}

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

@media screen and (max-width:590px) {
    .container-1-flex-box-lower-bottom {
        display: block
    }
}


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


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

    .semibold-title{
        font-size: 25px;
    }


    .small-title {
        font-size: 22px;
        min-height: auto;

    }

    .container-1-flex-wrapper {
        display: block;

        
        margin: 30px auto;
    }

    

    .container-1-flex-box {
        width: 300px;
        border: 0.1px solid #42424230;
        border-radius: 5px;
        margin:0px auto 30px auto;
    }

    .box-description-height {
        min-height: auto;
    }

   

    .container-1-flex-box-lower-bottom {
        display: flex;
    }

    .container-1-flex-box-lower-bottom p {
        font-size: 8px;
    }

    .small-icon {
        height: 8px;

    }

    .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:355px) {
    .container-1-flex-box {
        width: 270px;
        
        margin:0px auto 30px auto;
    }
}


@media screen and (max-width:320px) {
    .container-1-flex-box {
        width: 250px;
        
        margin:0px auto 30px auto;
    }
}