                            /* Responsive Web Design */


@media (max-width: 1240px) and (min-width: 767px)  {
    
    /* Section-1: Header */
    .header{
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }

    /* section-2: Banner */

    .Background-Banner{
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }

    .web-content p br {
        display: none;
    }

    /* section-3 : Testinomials */
    .Testimonials {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
        display: flex;
        flex-direction: column;
    }

    .paragraph-1 {
        width: auto;
        /* height: 573px; */
        display: flex;
        /* gap: 10px; */
        flex-direction: column;
    }

    /* section-4: Popular posts */
    .cards {
        width: 448px;
        height: 115px;
        /* width: -webkit-fill-available;
        height: auto; */
    }

    /* section-5: Footer */
    .footer {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }
    
}

@media (max-width: 768px) and (min-width: 481px) {

    .header {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }

    .Background-Banner{
        padding-left: 1.50rem;
        padding-right: 1.50rem;
    }

    .web-content p br {
        display: none;
    }


    .Testimonials {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
        display: flex;
        flex-direction: column;
    }

    .paragraph-wrapper {
        width: -webkit-fill-available;
        /* width: 740px; */
    }

    .paragraph-1 {
        /* width: 740px; */
        display: flex;
        flex-direction: column;
    }

    .paragraph-2 {
        width: -webkit-fill-available;

        display: flex;
        /* gap: 10px; */
        flex-direction: column;
    }

    .popular-post {
        padding-top: 40px;
        position: sticky;
        top: 0;
        height: fit-content;
        /* position: sticky; */
        margin: 0px;
        padding-bottom: 40px;
    }

    .cards {
        width: -webkit-fill-available;
        height: auto;
    }

    .content {
        display: flex;
        /* justify-content: center; */
    }

    .footer {
        padding-left: 1.50rem;
        padding-right: 1.50rem;
        display: flex;
        flex-direction: column;
}

.footer .footer-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 30px;
    height: auto;
}

.rows{
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

hr{
    display: block;
}


}

.company-name{
    display: flex;
    gap: 12px;
    padding-bottom: 8px;
}

.company-name img{
    width: 20px;
    height: 20px;
}

.company-name p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

 @media (max-width: 480px) {
    

/* Section-1:Header */
.header{
    width: 100%;
  height: 80px;
  position: fixed;
  display: flex;
  padding-left: 14px;
  padding-right: 14px;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(4px);
}

.header-button{
    display: none;
}

.header-menu .header-button{
    display: block !important;
}


.header-logo img {
    width: 70px;
    height: 34px;
}

.header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 150px; */
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    position: relative;
    gap: 24px;
    width: -webkit-fill-available;
}
/* section-2 : Banner */

.Background-Banner{
    padding-left: 1.50rem;
    padding-right: 1.50rem;
}

.Content{
    display: flex;
    flex-direction: column;
  }

  .web-content p {
    font-size: 22px;
}

.web-content p br{
    display: none;
}

.background-content {
    padding-left: 10px;
    padding-right: 10px;
}

 /* Section-3 Testinomials */

 .Testimonials{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
    flex-direction: column;

}

.content-wrapper{
    display: flex;
    flex-direction: column;
}

.paragraph-wrapper{
    width: -webkit-fill-available;
}

.popular-post{
    padding-top: 40px;
}

.paragraph-1 {
    width: fit-content;
    /* width: 384px; */
    /* height: 573px; */
    display: flex;
    /* gap: 10px; */
    flex-direction: column;
}

.paragraph-1 p {
    font-size: 16px;
}

.paragraph-1 span{
    font-size: 16px;
}


.paragraph-2 {
    width: fit-content;
    display: flex;
    /* gap: 10px; */
    flex-direction: column;
}

.paragraph-2 p{
    font-size: 16px;
}

.paragraph-2 span{
    font-size: 16px;
}

.paragraph-1 ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #272727;
}

.heading-post p {
    font-weight: 800;
    font-size: 24px;
    color: #3A3434;
}

.cards {
    width: -webkit-fill-available;
    height: auto;
    gap: 19px;
    border-radius: 8px;
    border-width: 1px;
    border: 1px solid #E4E4E4;
    display: flex;
}


/* section-3: Footer */
.footer {
    padding-left: 1.50rem;
    padding-right: 1.50rem;
    display: flex;
    flex-direction: column;
}

.footer .footer-row {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 30px;
padding-bottom: 30px;
height: auto;
}

.rows{
padding-bottom: 24px;
display: flex;
flex-direction: column;
gap: 20px;
justify-content: center;
align-items: center;
}
}


