@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');



body {
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
}

header {
    /* background-color: green; */
    display: flex;
    flex-direction: column;
    width: 100%;
    box-shadow: 4px 4px 7px 2px rgba(0, 0, 0, 0.137);
}

.headermain {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: antiquewhite; */
    padding: 20px 40px;
}

.contactno {
    display: flex;
    align-items: center;

}

.contactno>img {
    width: 15px;
    height: 15px;
}

.contactno>a {
    text-decoration: none;
    color: #009CFF;
    font-weight: 600;
}

.headerdetail {
    display: flex;
    /* background-color: aquamarine; */


}

.headerthreeoptions {
    margin: 0 40px 0 40px;
}

.headerthreeoptionsitem {
    display: flex;
    justify-content: center;
    align-items: center;

}

.headerthreeoptionsitemright a {
    color: #009CFF;
    text-decoration: none;
}

.headerthreeoptionsitemleft {
    padding: 16px;
    border: 1px solid rgb(197, 197, 197);
    border-radius: 50%;
    margin-right: 17px;
}

.headerthreeoptionsitemright>* {
    color: rgb(110, 110, 110);
    font-size: 17px;
    font-weight: 300;
}

.headericons {
    width: 15px;
}




main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;

}

.section1 {
    display: flex;
    width: 90%;
    margin-top: 2rem;

}

/* section 1 Left  */
.section1Left {
    width: 70%;

}

.section1LeftTop {
    font-size: 2rem;
}

.section1LeftBottom {

    width: 100%;
    display: flex;
    flex-wrap: wrap;

}

.section1About {
    width: 50%;
}

.section1About>p {
    width: 100%;
    margin: 2rem 0 2rem 0;
}

.section1Assurance {
    width: 100%;
}

.section1Assurance>div {
    width: 100%;
    display: flex;
    margin-top: 0.5rem;

}

.section1Assurance img {
    width: 20px;
    height: 20px;
    display: flex;
}

.section1Assurance h4 {
    font-weight: 400;
    margin-left: 1rem
}

.call-whatsapp {
    margin-top: 2rem;
}

.call-whatsapp>h1 {
    font-size: 1.5rem;
    font-weight: 500;
}

.call-whatsapp>div {
    margin-top: 1rem;
}

.callButton {
    padding: 9px 10px 9px 10px;
    background-color: #FA9B00;
    border-radius: 8px;
    border: none;
    color: white;
    text-decoration: none;
}

.whatsappButton {
    margin-left: 20px;
    padding: 9px 10px 9px 10px;
    background-color: rgb(0, 172, 0);
    border-radius: 8px;
    border: none;
    color: white;
    text-decoration: none;
}

.section1Image {
    width: 50%;
    object-fit: cover;
    margin-top: auto;
}

.section1Image>img {
    width: 100%;
}

/* section 1 Right */
.section1Right {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section1RightHeading {
    /* background-color: red; */
    font-size: 1.5rem;
    color: #C74529;
}

.userform {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
    padding: 1rem 0 1rem 0;
    width: 100%;
    background-color: #F3F4F6;
    border-radius: 10px;
}

.userform>div {
    display: flex;
    width: 85%;
    margin-top: 2rem;
    background-color: white;
    border-bottom: 2px solid rgba(156, 156, 156, 0.466);
}

.userform>div>input {
    border: none;
    height: 3rem;
    width: 90%;
    margin-left: 1rem;
}

.userform>div>input::placeholder {
    color: rgb(48, 48, 48);
}

.userform>div>input:focus {
    outline: none;
}


.userform>div>select {
    border: none;
    height: 3rem;
    width: 90%;
    margin-left: 1rem;
}

.userform>div>select::placeholder {
    color: rgb(48, 48, 48);
}

.userform>div>select:focus {
    outline: none;
}

.userform>div>textarea {
    border: none;
    height: 5rem;
    width: 90%;
    margin-left: 1rem;
}

.userform>div>textarea:focus {
    outline: none;
}

.userform>button {
    margin-top: 1.5rem;
    width: 80%;
    height: 3rem;
    background-color: #FA9B00;
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: 600;
}


















/* section 2 starts */
.section2 {
    width: 90%;
    /* border: 1px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.section2>h1 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 2rem 0 3rem 0;
}

.section2>.container {
    /* border: 1px solid blue; */
    margin-bottom: 4rem;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 2rem;

}

.section2>.container>.items {
    /* border: 1px solid red; */
    border-radius: 10px;
    height: 30vmin;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    box-shadow: 1px 10px 20px 1px rgba(163, 163, 163, 0.452);

}

.section2>.container>.items:hover {
    box-shadow: 1px 10px 20px 1px #FA9B00;
}

.section2>.container>.items>.sideBorder {
    border: 2px solid #FA9B00;
    height: 100%;
}

.section2 .info {
    margin: 1rem;
    /* border: 1px solid green; */
}

.section2 .info>.top {
    display: flex;
    align-items: center;
}

.section2 .info>.top>.image {
    background-color: rgba(218, 218, 218, 0.349);
    padding: 15px;
    border-radius: 50%;

}

.section2 .info>.top img {
    width: 3rem;
}

.section2 .info>.top>h3 {
    margin-left: 10px;
    font-size: 1.2rem;
    font-weight: 500;
}

.section2 .info p {
    margin-top: 10px;
    color: rgb(83, 83, 83);
}

/* section 2 ends here */






/* section3 starts */

.section3 {
    width: 90%;
    height: auto;
    /* border: 1px solid black; */
    display: flex;
    justify-content: space-between;

}

.section3 .paragraph {
    /* background-color: red; */
    margin-top: 3rem;
    /* width: 50%; */
    padding: 2rem 0 2rem 0;
    background: transparent;
    box-shadow: none;
}

.section3 .paragraph>p {
    /* background-color: red; */
    width: 80%;
    font-size: 1.5rem;
    font-weight: 500;
    color: #616161;
}

.section3 .image {
    /* background-color: green; */
    width: 40vw;
    object-fit: cover;
}

.section3 .image>img {
    width: 40vw;
}

/* section 3 ends */



/* section 4 starts */

.section4 {
    width: 100%;
    padding-bottom: 4rem;
    /* border: 1px solid; */
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(238, 238, 238);

}

.section4Heading {
    font-size: 2.5rem;
    margin: 3rem 0 3rem 0;
    color: rgb(54, 54, 54);
}

.reviewsContainer {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
}

.reviewsWrapper {
    display: flex;
    width: 100%;
}

.reviews {
    margin: 0 1rem 0 1rem;
    min-width: 20vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: white;
}

.reviews>img {
    width: 5rem;
}

.reviews>h2 {
    width: 5rem;
    font-size: 1.5rem;
    margin-top: 1rem;
    text-align: center;
}

.reviews>p {
    text-align: center;
}

.section4 .dotContainer {
    margin-top: 1rem;

    cursor: default;
}

.section4 .dotContainer:first-child {
    background-color: #FA9B00;
}

.section4 .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #b1b1b1;
    border-radius: 50%;
}


footer {
    padding: 6rem 0 2rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    background-color: #111;
}


footer .footerTop {
    width: 90%;
    display: flex;
    border-bottom: 1px solid rgb(100, 100, 100);
    padding-bottom: 2rem;
}

footer .footerLeft {
    /* border: 1px solid red; */
    width: 50%;
    display: flex;

}

footer .footerLeft .address {
    width: 50%;
    /* border: 1px solid blue; */
}

footer .footer-heading {
    font-weight: 600;
    margin-bottom: 1rem;
}

footer .footerDetail {
    font-weight: 400;
    font-size: 1rem;
    color: #616161;
}

footer .address>.items {
    /* background-color: red; */
    display: flex;
    align-items: start;
    margin-top: 1rem;
    /* padding-right: 2rem; */
}

footer .address img {
    width: 20px;
    height: 20px;
    margin-right: 1rem;
}


footer .footerLeft .quickLinks {
    width: 50%;

    /* border: 1px solid green; */
}

footer .quickLinks>div {
    display: flex;
    height: 2rem;
    /* margin-top: 1rem; */
    align-items: center;

}

footer .quickLinks img {
    width: 12px;
    height: 12px;
    margin-right: 1rem;
}

footer .quickLinks .link {
    text-decoration: none;
    color: #616161;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

footer .quickLinks .link:hover {
    text-decoration: none;
    color: rgb(0, 140, 255);
    font-size: 16px;

}



footer .footerRight {
    /* border: 1px solid blue; */
    width: 50%;
    display: flex;

}

footer .footerRight .marketPlace {
    width: 50%;


}

footer .marketPlace .imageContainer {
    margin-top: 1rem;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

footer .marketPlace .imageContainer .images {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    /* Ensures no overflow */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin: 5px;
    border-radius: 10px;
    /* object-fit: fill; */
}


footer .marketPlace .images img {
    /* width: 5rem; */
    width: 100%;
    height: 100%;
    object-fit: fill;
}

footer .footerRight .newsLetter {
    width: 50%;
    /* border:1px solid blue; */
    padding: 0 1rem;

}

.newsheading,
.newsDetail {
    margin-bottom: 1rem;
}

.newsLetter>.input {
    border: 1px solid rgb(121, 121, 121);
    padding: 0.2rem 0.2rem;
    display: flex;
    width: 100%;
    border-radius: 5px;
}

.newsLetter>.input>input {
    padding-left: 1rem;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    color: #616161;
    font-size: 15px;
}

.newsLetter>.input>input::placeholder {
    color: #616161;
}

.newsLetter>.input>button {
    background-color: rgb(0, 119, 255);
    /* border: ; */
    color: white;
    width: 50%;
    padding: 0.7rem 0;
    border: none;
    border-radius: 7px;
    cursor: pointer;
}

footer .footerBottom {
    width: 90%;
    display: flex;
    padding: 1rem;
}

.footerBottom>.left {
    width: 50%;
    display: flex;
    color: #616161;
    align-items: center;
}

.footerBottom>.right {
    width: 50%;
    display: flex;
    justify-content: end;
    color: #616161;
    align-items: center;
}

.footerLinks {
    color: white;
    font-weight: 300;
    text-decoration: none;
}


.popup {
    position: fixed;
    width: 100%;
    z-index: 10;
    color: white;
    bottom: 0;
    display: flex;
    justify-content: space-between;

}

.popup>a {
    width: 4rem;
    margin: 2rem 1rem;
}

.popup>a>img {
    width: 100%;
}

.callBounce {
    animation: bounce 1s infinite ease-in-out;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.goToHome {
    position: fixed;
    z-index: 10;
}





/* responsive design */
/* For tablets (992px and below) */
@media (max-width: 1024px) {

    .headermain {
        align-items: center;
        justify-content: center;
    }

    .headerdetail {
        display: none;
    }

    .section1Left {
        width: 100vw;
        flex-wrap: wrap;
    }

    .section1LeftTop {
        margin: 2rem 0 2rem 0
    }

    .section1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section1Image {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section1Image img {
        width: 40vmin;
    }

    .section1Right {
        width: 100%;
    }


    .section2>.container {
        grid-template-columns: 1fr 1fr;
    }

    .section3 {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 2rem;
    }

    .section3>.paragraph {
        width: 100vw;
        padding-left: 4rem;
        text-align: center;
    }

    .reviews {
        margin: 0 1rem 0 1rem;
        min-width: 40vw;
        padding: 10px;
    }

    .footerTop {
        /* width: 100vw; */
        flex-wrap: wrap;
    }

    .footerLeft {
        min-width: 100%;
    }

    .footerRight {
        min-width: 100%;
    }

    .footerBottom {
        flex-wrap: wrap;
    }

    .footerBottom .left {
        min-width: 100%;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .footerBottom .right {
        min-width: 100%;
        justify-content: center;
    }
}

/* For mobile devices (480px and below) */
@media (max-width: 700px) {

    .section1 {
        width: 100vw;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .section1Left {
        width: 90%;
        margin-bottom: 2rem;
    }

    .section1LeftTop {
        text-align: center;
        margin: 0;
    }

    .section1LeftBottom {
        justify-content: center;
        align-items: center;
    }

    .section1About {
        width: 100vw;
        justify-content: center;
        align-items: center;
    }

    .section1Image {
        overflow: hidden;
        margin-top: 1rem;
    }

    .section2>h1 {
        text-align: center;
    }

    .section2>.container {
        grid-template-columns: 1fr;
    }

    .section2>.container>.items {
        height: 50vmin;


    }

    .reviews {
        margin: 0 1rem 0 1rem;
        min-width: 90vw;
        padding: 10px;
    }

    .section3 {
        margin-top: 0;
    }

    .section3>.paragraph {
        margin-top: 0;
        padding-left: 0;

    }

    .section3>.paragraph h1 {
        margin-top: 0;
        padding-left: 0;
        font-size: 1rem;
        width: 100%;

    }

    .section3 .image {
        width: 70vw;

    }

    .section3 .image>img {
        width: 100%;
    }

    .section4Heading {
        text-align: center;
    }

    .footerLeft {
        flex-wrap: wrap;
    }

    .footerLeft>.address {
        min-width: 100%;
    }

    .footerRight {
        flex-wrap: wrap;

    }

    footer .footerLeft .quickLinks {
        width: 50%;
        margin-top: 1rem;
    }

    .footerRight .marketPlace {
        flex-wrap: wrap;
        min-width: 100%;
        margin-top: 2rem;

    }


    .footerRight .newsLetter {
        flex-wrap: wrap;
        min-width: 100%;
        margin-top: 2rem;

    }

    .footerBottom>.left {
        flex-wrap: wrap;
    }
}

