*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
body .whatsapp-widget{
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    z-index: 2;
    background-color: #20e77a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
body .whatsapp-widget i{
    font-size: 35px;
    color: #ffff;
}

header{
    width: 100vw;
    padding: 10px;
    height: 100px;
}
header > nav{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}
nav .burger-menu{
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}
.burger-menu i{
    font-size: 30px;
}
nav .main-responsive .responsive-menu{
    top: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    overflow: hidden;
    left: 0%;
    transition: 0.5s ease-in-out;
    transform: translateX(-100%);
}
nav .responsive-menu .close-btn{
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}
nav .responsive-menu .close-btn i{
    font-size: 20px;
}
nav .responsive-menu .menu {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav .responsive-menu .menu ul{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
nav .responsive-menu .menu ul li{
    margin: 20px 0px;
}
nav .logo{
    display: flex;
    align-items: center;
    width: 17%;
    height: auto;
}
.logo img{
    width: 150px;
    height: 150px;
}
.logo h2{
    font-size: 20px;

}
.logo h2 > p{
    color: #169976;
}
nav .menu{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: normal;
}
nav .menu ul {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0px;
}
nav .menu ul li{
    width: auto;
    margin: 0px 40px;
}
nav .menu ul li a{
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}
nav .menu ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: bold;
    color: #1DCD9F;
}
nav .menu ul li p{
    width: 100%;
    height: 2px;
    border: 1px solid;
    background-color: #1DCD9F;
    transform: translateY(-15px);
    display: none;
}
nav .menu ul li a:hover{
    color: #222222;
    transition: 0.3s ease;
}
nav .contact{
    width: 15%;
    height: auto;
    display: flex;
    align-items: center;
}
.contact button{
    width: 150px;
    height: 60px;
    border-radius: 5px;
    background-color: #222222;
    border: none;
    outline: none;
}
.contact button:hover{
    border: 2px solid;
    border-color: #1DCD9F;
    background: none;
    transition: 0.3s ease-in-out;
}
.contact button > a{
    width: 100%;
    height: 100%;
    font-size: 20px;
    text-decoration: none;
    color: #1DCD9F;
    letter-spacing: 1px;
}
.contact button:hover a{
    color: #222222;
    transition: 0.3s ease-in-out;
}

.main-container{
    width: 100%;
    height: 500px;
    padding: 20px;
    display: flex;
    align-items: center;
    /* background-image: url(/images/create\ a\ full\ image\ .png); */
    background-size: cover;
}
.main-container .text-container{
    width: 40%;
    height: 100%;
    float: left;
    border-radius: 10px;
    padding: 10px;
    margin: 0px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #222222;
    backdrop-filter: blur(10px);
}
.main-text {
    width: 80%;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px 0px;
    background-color: #1DCD9F;
    border-radius: 10px;
    outline: none;
}
.text-container .main-text h1{
    font-size: 30px;
    font-weight: bold;
    color: #ffff;
    margin-top: 5px;
}
.text-container .quote-form{
    width: 100%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-container .quote-form form{
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.text-container .quote-form form input{
    width: 100%;
    height: 40px;
    margin: 8px 0px;
    padding: 0px 10px;
    outline: none;
    border: 2px solid;
    border-color: #0000;
    border-radius: 5px;
}
.text-container .quote-form form #submit{
    background-color: #1DCD9F;
    transition: 0.3s ease-in-out;
    color: #ffff;
    font-weight: 700;
}
.text-container .quote-form form #submit:hover{
    background-color: #ffff;
    transition: 0.3s ease-in-out;
    color: #1DCD9F;
    font-weight: 700;
    border: 2px solid;
    border-color: #1DCD9F;
}
.text-container .quote-form form textarea{
    width: 100%;
    height: 40px;
    margin: 8px 0px;
    padding: 0px 10px;
    outline: none;
    border: 2px solid;
    border-color: #0000;
    border-radius: 5px;
}
.main-container .image-container{
    width: 55%;
    height: 100%;
    float: right;
    display: flex;
    justify-content: flex-end;
}
.image-container img{
    width: 90%;
    height: 100%;
}


/* Heading Text */

.heading-text{
    width: 100%;
    height: 120px;
    padding: 10px;
    margin: 20px 0px;
}
.heading-text .inner{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heading-text .inner h1{
    font-size: 50px;
    font-weight: 900;
}
.heading-text .inner h1 i{
    color: #1DCD9F;
    font-style: normal;
}
/* Cards Container */

.scnd-container{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.scnd-container h2{
    font-size: 50px;
    color: #222222;
}
.scnd-container .underline{
    width: 250px;
    height: 2px;
    background-color: #1DCD9F;
    border: 1px solid;
    border: #1DCD9F;
    border-radius: 5px;
    margin-top: 10px;
}
.cards-container{
    width: 100%;
    padding: 10px;
}
.cards-container .row{
    display: flex;
    justify-content: center;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}
.card .card-body{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.card .card-body h3{
    color: #1DCD9F;
    font-size: 25px;
    text-align: center;
}
.card-body .icon-box{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1DCD9F;
    margin: 10px 0px;
    cursor: pointer;
}
.icon-box i{
    font-size: 30px;
    color: #222222;
}
.card-body p{
    font-size: 20px;
    text-align: center;
}
.card-body a{
    width: 150px;
    height: 50px;
    background-color: #1DCD9F;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.card-body a:hover{
    background-color: #ffff;
    border-color: #222222;
    color: #1DCD9F;
    transition: 0.3s ease-in-out;
}

/* Why to choose container */

.third-container{
    width: 100%;
    height: 350px;
    padding: 20px;
}
.third-container .text-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.text-container .comma{
    font-size: 50px;
    color: #1DCD9F;
}
.text-container .underline{
    width: 250px;
    height: 2px;
    background-color: #1DCD9F;
    border: 1px solid;
    border: #1DCD9F;
    border-radius: 5px;
    margin-top: 10px;
}
.third-container .text-container p{
    text-align: center;
    padding: 50px;
    font-size: 20px;
}

/* products cards */

.category-container{
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.category-container .category-text{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.category-container .category-text .underline{
    width: 150px;
    height: 2px;
    background-color: #1DCD9F;
    border: 1px solid;
    border: #1DCD9F;
    border-radius: 5px;
    margin-top: 10px;
}
.category-container .slider-wrapper{
    padding: 20px;
}
.slider-wrapper .swiper-button-prev{
    color: #1DCD9F;
}
.slider-wrapper .swiper-button-next{
    color: #1DCD9F;
}
:root{
    --swiper-theme-color: #1DCD9F;
}
.category-container .cards-box{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-evenly;
    /* padding: 20px; */

}
.category-container .cards-box .card{
    height: 450px;
    width: 300px;
    border: 1px solid;
    border-color: silver;
    /* margin: 0px 10px; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.category-container .cards-box .card img{
    object-fit: cover;
    width: 100%;
    height: 250px;
}
.category-container .cards-box .card .card-title h4{
    color: #1DCD9F;
    font-size: 25px;
}


/* CALL BANNER */

.call-banner{
    width: 100%;
    height: 400px;
    margin: 20px 0px; 
}
.call-banner .inner-banner{
    display: flex;
    width: 100%;
    height: 100%;
}
.inner-banner .call-details{
    width: 50%;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #1DCD9F;
}
.call-details .call-text{
    padding: 0px 20px;
}
.call-details .call-text h3{
    color: #ffff;
    font-size: 35px;
    line-height: 50px;
}
.call-details .call-text p{
    color: #222222;
    font-size: 20px;
    margin: 20px 0px;
}
.call-details .contact-box{
    width: 200px;
    height: 50px;
    background-color: #ffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}
.call-details .contact-box h4{
    font-size: 30px;
    color: #222222;
}
.inner-banner .banner-img{
    width: 50%;
    height: 100%;
}
.banner-img img{
    width: 100%;
    height: 100%;
}
footer{
    width: 100%;
    height: 300px;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    background-color: #222222;
}
footer .seperator-line{
    width: 2px;
    height: 100%;
    background-color: #169976;
    border: 1px solid;
    border-color: #169976;
}
footer .brand-details{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer .brand-details .brand-logo img{
    width: 200px;
    height: 200px;
}
.social-list .brand-mail{
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}
footer .social-list .brand-mail a{
    text-decoration: none;
    color: #ffff;
    font-size: 15px;
    margin-top: 10px;
}
footer .social-list .brand-mail a:hover{
    color: #1DCD9F;
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}
footer .brand-details .copyright{
    margin: 10px 0px;
}
footer .brand-details .copyright p{
    font-size: 15px;
    color: #ffff;
} 
footer .brand-details .copyright p a{
    font-weight: 700;
    font-style: normal;
    color: #169976;
    text-decoration: none;
}
footer .brand-details .copyright p a:hover{
    color: #ffff;
    transition: 0.3s ease-in-out;
}
footer .footer-menu{
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.footer-menu .quick-link{
    width: 100%;
    display: flex;
    justify-content: center;
}
.quick-link h4{
    color: #1DCD9F;
    font-size: 20px;
}
footer .footer-menu .menu-list ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
}
footer .footer-menu .menu-list ul li{
    margin: 8px 0px;
}
footer .footer-menu .menu-list ul li a{
    text-decoration: none;
    color: #ffff;
    font-size: 18px;
}
footer .footer-menu .menu-list ul li a:hover{
    text-decoration: underline;
    color: #169976;
    transition: 0.3s ease-in-out;
}
footer .social-list{
    width: 30%;
    height: 100%;
}
.social-list .find-us{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
}
.find-us h4{
    font-size: 20px;
    color: #1DCD9F;
}
.social-icons{
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer .social-list .social-icons ul{
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}
footer .social-list .social-icons ul li a{
    text-decoration: none;
}
footer .social-list .social-icons ul li a i{
    font-size: 30px;
    color: #ffff;
}
footer .social-list .social-icons ul li a i:hover{
    color: #169976;
    transition: 0.3s ease-in-out;
}

/* Responsive */

@media (max-width: 1300px) {
    .text-container .main-text{
    width: 100%;
    }
    .text-container .quote-form form {
    width: 100%;
    }
}
@media (max-width: 1150px ) {
    nav .logo {
    width: 5%;
    }
    nav .menu {
    width: 65%;
    }
    nav .contact {
    width: 17%;
    }
    .text-container .main-text h1 {
    font-size: 25px;
    }
}

@media (max-width: 920px) {
    nav .menu {
    display: none;
    }
    nav .burger-menu {
    display: flex;
    }
    nav .burger-menu i:hover{
    color: #169976;
    }
        nav .contact {
        width: 25%;
        display: flex;
        justify-content: center;
    }
    nav .logo {
        width: 25%;
    }
    body .whatsapp-widget {
    right: 30px;
    }
    .text-container .main-text h1 {
        font-size: 20px;
    }
}

@media (max-width: 855px) {
    /* .main-container {
    flex-direction: column;
    height: 690px;
    }
    .main-container .text-container {
    width: 100%;
    height: 40%;
    float: none;
    } */
    
    /* .main-container .image-container {
    width: 100%;
    height: 60%;
    float: none;
    } */
    footer .footer-menu {
    display: none;
    }
    footer .brand-details {
    width: 55%;
    }
    footer .social-list {
    width: 45%;
    height: 50%;
    }
    footer #seperator-line-1{
        display: none;
    }
    footer #seperator-line{
        border: none;
    }

}

@media (max-width: 700px) {
    .text-container {
        width: 100%;
    }
    .text-container .main-text h1 {
        font-size: 18px;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
        margin: 10px 0px;
    }
    .third-container {
        height: 500px;
    }
    .third-container .text-container p{
        padding: 10px;
    }
    /* .category-container {
    width: 100%;
    height: auto;
    }
    .category-container .cards-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    .category-container .cards-box .card {
    width: auto;
    height: auto;
    margin: 10px 0px;
    } */
    .inner-banner .call-details {
        padding: 5px;
    }
    .inner-banner .call-details {
        padding: 25px;
    }
}

@media (max-width: 600px) {
    .main-container {
        height: 430px;
    }
    .main-container .text-container {
        width: 60%;
    }
    .main-container .image-container {
        width: 40%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
        margin: 10px 0px;
    }
    .cards-container .row .card {
        margin: 10px 0px;
}
    .third-container {
    height: 500px;
    }
    /* .category-container {
    width: 100%;
    height: auto;
    }
    .category-container .cards-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 10px;
}
    .category-container .cards-box .card {
    width: auto;
    height: auto;
    margin: 10px 0px;
    } */
    .call-details .call-text {
        padding: 0px 10px;
    }
    footer {
    height: 550px;
    flex-direction: column;
    }
    footer .brand-details {
    width: 100%;
    height: 250px;
    }
    .social-list .find-us {
        height: 45px;
    }
    footer .seperator-line {
    width: 400px;
    height: 2px;border-color: #169976;
    }
    footer .social-list {
    width: 100%;
    height: 210px;
    padding-top: 10px;
    }
    footer .social-list .social-icons{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    footer .social-list .social-icons ul{
        justify-content: space-evenly;
    }
    .location-box{
        display: none;
    }
}

@media (max-width: 500px) {
    nav .logo {
        width: 25%;
    }
    nav .contact {
        width: 35%;
    }
    .main-container .image-container {
        display: none;
    }
    .main-container .text-container {
        width: 100%;
    }
    .text-container .main-text h1 {
        font-size: 22px;
    }
    footer {
        height: 500px;
        flex-direction: column;
    }
    footer .brand-details {
        width: 100%;
        height: 300px;
    }
    footer .brand-details .brand-logo img {
    width: 190px;
    height: 180px;
    }
    footer .social-list {
        height: 200px;
    }
    footer .social-list .social-icons {
        height: 110px;
    }
}
@media (max-width: 420px) {
    .text-container .main-text h1 {
        font-size: 19px;
        margin-top: 8px;
    }
    nav .logo {
        width: 35%;
        height: 100%;
        padding-top: 10px;
    }
    nav .contact {
        width: 35%;
    }
    .main-container {
       height: 470px;
    }
    .text-container .main-text h1 {
    font-size: 22px;
    }
    .main-container {
        padding: 10px;
    }
    .scnd-container h2 {
    font-size: 35px;
    }
    .third-container .text-container p {
    margin: 20px 0px;
    padding: 0px;
    }
    .category-container .cards-box .card {
        width: auto;
    }
    footer .seperator-line {
        width: 250px;
    }
    footer .social-list {
        padding-top: 20px;
    }
    .contact button {
    width: 100px;
    height: 50px;
    }
    .contact button > a {
    font-size: 12px;
    }
}
@media (max-width:300px) {
    .text-container .main-text h1 {
        font-size: 50px;
    }
    nav .logo {
        width: 48%;
        height: 100%;
        padding-top: 12px;
    }
    .main-container {
        height: 500px;
    }
    .main-container .text-container .main-text h1 {
        font-size: 18px;
    }
    .scnd-container h2 {
        font-size: 30px;
    }
    .scnd-container .underline {
    width: 200px;
    }
    .text-container .underline {
    width: 160px;
    }
    .third-container {
        height: 550px;
    }
    .category-container .category-text .underline {
    width: 100px;
    }
}