* {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    outline: 0;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

body {
    overflow-x: hidden;
    position: relative;
    height: 100%;
    background-image: url('../img/doodle.png');
    background-size: 24%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", serif;
}

a {
    text-decoration: none;
    font-family: "Open Sans", serif;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}


html {
    scroll-padding-top: 80px;
}

.page-nav {
    background-image: url('../img/bg-circle.png'), url('../img/bg-triangle.png'), linear-gradient(to bottom right, #409eee, #163391);
    background-position: left 0px top 0px, right 0px top 50%, center top;
    background-repeat: no-repeat;
    padding: 180px 10px 100px;
    text-align: center;
}

.page-nav h1 {
    color: #473f27;
}

input:focus,
textarea:focus {
    border-color: #dee2e6;
    box-shadow: none !important;
}





/* BANNER  */
.banner {
    height: 75dvh;
    position: relative;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.704), rgba(0, 0, 0, 0.329)), url(../img/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .logo {
    width: 120px;
    margin-bottom: 15px;
}




/* .banner .text {
    position: absolute;
    background-image: linear-gradient(to bottom, #f5f0cd, cornsilk);
    padding: 30px;
    border-radius: 20px 0px 20px 0px;
    border: 5px solid #fff;
    top: 50%;
    left: 17%;
    transform: translate(-17%, -50%);
    width: 48%;
    z-index: 10;
}

.banner .main-image {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0%, -50%);
    z-index: 10;
    text-align: center;
}

.banner .main-image img {
    width: 65%;
    padding: 15px;
    border: 5px solid #fff;
    border-radius: 200px 200px 0px 0px;
} */









.text-new {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    z-index: 10;
}

.text-new .content {
    border-radius: 20px 0px 20px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.text-new .image {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.text-new .image img {
    width: 78%;
    padding: 15px;
    border: 5px solid #fff;
    border-radius: 200px 200px 0px 0px;
}




.banner h2 {
    color: #fff;
    font-size: 18px;
    word-spacing: 2px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-family: "Open Sans", serif;
}

.banner h2.head {
    color: #fff;
    font-size: 40px;
    font-family: "Dancing Script", serif;
}


.banner p {
    font-size: 17px;
    color: #fff;
}


.banner .banner-btn {
    display: inline-block;
    padding: 9px 30px;
    margin-top: 40px;
    background-color: #fff;
    color: #473f27;
    border: 1px solid #fff;
    border-radius: 10px 0px 10px 0px;
    font-weight: 600;
    transition: .3s;
}

.banner .banner-btn:hover {
    background-color: #473f27;
    color: #fff;
    border: 1px solid #fff;
}

.banner .banner-btn i {
    margin-right: 2px;
}






/* ABOUT  */
.about {
    padding: 80px 0px;
}

.about .image {
    padding: 15px;
    border-radius: 20px 0px 20px 0px;
    border: 5px solid #473f27;
}

.about .image img {
    border-radius: 20px 0px 20px 0px;
}

.about .text {
    height: 100%;
    padding-left: 30px;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about .text h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
}

.about .text h2 {
    font-size: 35px;
    margin-bottom: 20px;
    font-family: "Dancing Script", serif;
    color: #473f27;
}

.about .text p {
    margin-bottom: 40px;
    color: #473f27;
}

.about .text .numbers {
    /* background-color: #8e552e; */
    background-color: #a09468;
    color: #fff;
    border-radius: 20px 0px 20px 0px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}


.about .text .numbers .num {
    font-size: 25px;
    font-weight: 600;
}












/* OUR PRODUCTS  */
.our-products {
    padding: 80px 10px;
    text-align: center;
    /* background-color: #F5F0CD; */
    background-color: #e7e6c6;
}

.our-products .text h2 {
    font-size: 35px;
    margin-bottom: 25px;
    font-family: "Dancing Script", serif;
    color: #473f27;
}




/* imgaes  */
.our-products .images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
}


.our-products .images .img-box a {
    position: relative;
    border-radius: 20px 0px 20px 0px;
    overflow: hidden;
}

.our-products .images .img-box a::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top right, #000000b3, #00000000);
    z-index: 1;
}

.our-products .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.our-products .images>div {
    transition: .2s;
}

.our-products .images>div:hover {
    transform: scale(1.015);
}

.our-products .images>div:hover img {
    opacity: 0.7;
}

.our-products .images>div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #20263f;
}



/* NAME  */
.our-products .images .prod-details {
    position: absolute;
    font-size: 16px;
    left: 15px;
    bottom: 15px;
    text-align: start;
    color: #fff;
    z-index: 5;
}

.our-products .images .prod-details .head {
    font-weight: 500;
    margin-bottom: 5px;
}

.our-products .images .prod-details .desc {
    font-size: 12px;
    margin-bottom: 7px;
}


.our-products .images .prod-details .price {
    font-size: 14px;
}







/* OUR SERVICES  */
.our-services {
    padding: 80px 10px;
    text-align: center;
    /* background-color: #F5F0CD; */
    background-color: #e7e6c680;
}

.our-services .text h2 {
    font-size: 35px;
    margin-bottom: 25px;
    font-family: "Dancing Script", serif;
    color: #473f27;
}

/* imgaes  */
.our-services .images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 20px;
}

.our-services .images .img-box a {
    position: relative;
    border-radius: 20px 0px 20px 0px;
    overflow: hidden;
}

.our-services .images .img-box a::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top right, #000000b3, #00000000);
    z-index: 1;
}

.our-services .images img {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.our-services .images>div {
    transition: .2s;
}

.our-services .images>div:hover {
    transform: scale(1.015);
}

.our-services .images>div:hover img {
    opacity: 0.7;
}

.our-services .images>div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    color: #20263f;
}

/* NAME  */
.our-services .images .prod-details {
    position: absolute;
    font-size: 16px;
    left: 15px;
    bottom: 15px;
    text-align: start;
    color: #fff;
    z-index: 5;
}

.our-services .images .prod-details .head {
    font-weight: 500;
    margin-bottom: 5px;
}

.our-services .images .prod-details .desc {
    font-size: 12px;
}





















/* REVIEWS  */
.reviews {
    padding: 80px 10px;
    text-align: center;
}

.reviews .text h2 {
    font-size: 35px;
    margin-bottom: 25px;
    font-family: "Dancing Script", serif;
    color: #473f27;
}

.reviews .text p {
    margin-bottom: 10px;
}



/* slider  */
.reviews .slider-section {
    width: 70%;
    margin: auto;
    padding: 20px;
    background-color: #e7e6c6;
    border-radius: 20px 0px 20px 0px;
}

.reviews .testimonial-slide {
    padding: 20px;
}

.reviews .testimonial_box-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-style: italic;
}

.reviews .testimonial_box-icon {
    padding: 10px 0;
}

.reviews .testimonial_box-icon i {
    font-size: 25px;
    color: #473f27;
}

.reviews .testimonial_box-text {
    padding: 10px 0;
}

.reviews .testimonial_box-text p {
    color: #473f27;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.reviews .testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
}

.reviews .testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}

.reviews .testimonial_box-name {
    padding-top: 10px;
}

.reviews .testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    color: #473f27;
    margin-bottom: 0;
}




.reviews .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 10px;
}

.reviews .slick-dots li {
    margin-right: 10px;
}

.reviews .slick-dots li button {
    color: #fff;
    background-color: #fff;
    border: 1px solid #473f27;
    padding: 2.5px 2.5px;
    border-radius: 10px;
    font-size: 0px;
}

.reviews li.slick-active>button {
    color: #473f27 !important;
    background: #473f27 !important;
}







/* CTA */


.cta .logo img {
    width: 120px;
    margin-bottom: 20px;
}


.cta .tex {
    background-color: #e7e6c6;
}

.cta .text {
    text-align: center;
    padding: 60px 0px;
}

.cta .text h4 {
    font-family: "Dancing Script", serif;
    color: #473f27;
    margin-bottom: 10px;
}

.cta .text p {
    margin-bottom: 10px;
}

.cta .icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cta .icons a {
    color: #473f27 !important;
}







.cta .con {
    /* background-color: #8e522e; */
    background-color: #a09468;
}

.cta .contact {
    text-align: center;
    padding: 60px 0px;
    height: 100%;
}


.cta .contact h5 {
    font-family: "Dancing Script", serif;
    font-size: 24px;
    margin-bottom: 10px;
    color: #fff;
}

.cta .contact p {
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #fff;
}

.cta .contact p:last-child {
    margin-bottom: 0px;
}

.cta .banner-btn {
    display: inline-block;
    padding: 9px 30px;
    background-color: #473f27;
    color: #fff;
    border: 2px solid #473f27;
    border-radius: 10px 0px 10px 0px;
    transition: .3s;
    margin-top: 13px;
}

.cta .banner-btn:hover {
    background-color: #fff;
    color: #473f27;
    border: 2px solid #473f27;
}

.cta .banner-btn i {
    margin-right: 2px;
}










/* FOOTER  */
footer {
    /* background-color: #190900; */
    background-color: #473f27;
}


footer .copytext {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 550;
    font-size: 14px;
    color: #fff;
}

footer .copytext a {
    color: #fff;
}



/* MEDIA QUERIES  */

@media (max-width:1200px) {
    .container {
        max-width: 1050px;
    }

    .what-we-offer .wrapper {
        padding: 25px;
    }

    .banner .text {
        padding: 20px;
    }
}

@media (max-width:1200px) {
    .banner .content .text h4 {
        font-size: 90px;
    }

    .products-and-services .single-box.main {
        margin-top: 58px;
    }

    .middle-banner h1 {
        font-size: 50px;
    }

    .about .text {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:1085px) {
    .banner .text {
        top: 40%;
        left: 13%;
        transform: translate(-15%, -50%);
        width: 58%;
    }


    .banner .main-image {
        position: absolute;
        top: 80%;
        right: 3%;
        transform: translate(-3%, -80%);
        z-index: 10;
        text-align: end;
    }

    .banner .main-image img {
        width: 50%;
        padding: 15px;
        border: 5px solid #fff;
        border-radius: 200px 200px 0px 0px;
    }

    .text-new {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        z-index: 10;
    }

    .cta .contact p {
        font-size: 14px;
    }
}

@media (max-width:991px) {

    .about .text h2 {
        font-size: 25px;
    }

    .banner .content .text h4 {
        font-size: 83px;
    }

    .banner .content .logo img {
        width: 30%;
        border-radius: 50%;
    }

    .products-and-services .single-box.main {
        margin-top: 15px;
    }

    .about .about-icons {
        display: flex;
        gap: 70px;
        align-items: center;
    }


    .banner {
        padding: 150px 10px 100px;
    }


    .reviews .slider-section {
        width: 85%;
        margin: auto;
    }
}

@media (max-width:920px) {


    .products-and-services .single-box.first .first-prod {
        height: 220px;
    }

}

@media (min-width:767px) and (max-width:920px) {
    .products-and-services .single-box.main {
        margin-top: 60px;
    }

    .products-and-services .single-box.first .first-prod .image {
        width: 100%;
    }
}

@media (max-width:850px) {

    .banner .banner-btn {
        margin-top: 30px;
    }

    .banner .text {
        top: 20%;
        left: 15%;
        transform: translate(-15%, -20%);
        width: 80%;
    }

    .banner .main-image {
        position: absolute;
        top: 70%;
        right: 3%;
        transform: translate(-3%, -50%);
        z-index: 10;
        text-align: end;
    }

    .banner .main-image img {
        width: 40%;
        padding: 10px;
        border: 5px solid #fff;
        border-radius: 200px 200px 0px 0px;
    }


    .banner .content .text h4 {
        font-size: 75px;
    }

    header .logo img {
        width: 80px;
    }


}

@media (max-width:767px) {

    header .pc {
        display: none;
    }

    header.mob {
        display: block;
    }





    .about .text {
        margin-bottom: 60px;
    }


    .banner .content .text h4 {
        font-size: 53px;
    }

    .banner .content .text .date-and-btn {
        display: block;
        margin-top: 60px;
    }

    .banner .content .text p {
        margin-bottom: 60px;
    }

    .solution .single-box {
        margin-bottom: 20px;
    }

    .what-we-offer {
        padding: 100px 0px 50px;
    }

    .what-we-offer .col-md-4 {
        margin-bottom: 50px;
    }

    .what-we-offer .wrapper {
        height: 100%;
    }


    .banner h2 {
        font-size: 14px;
    }

    .banner h2.head {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .text-new .image img {
        width: 75%;
        padding: 10px;
    }

    .banner {
        padding: 110px 10px 100px;
    }



    .about .text {
        padding-left: 10px;
        padding-right: 10px;
    }


    .reviews .slider-section {
        width: 97%;
        margin: auto;
    }


    footer .col-md-4 {
        margin-bottom: 30px;
    }

    footer .col-md-4:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width:645px) {
    .media .images {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-auto-rows: auto;
    }
}

@media (max-width:630px) {

    .solution .single-box {
        padding: 25px 0px;
    }
}

@media (max-width:575px) {

    .banner {
        height: 90dvh;
    }

    .banner .text-new .image {
        justify-content: end;
    }

    .banner .text-new img {
        width: 40%;
    }

    .banner .main-image {
        width: 50%;
        top: 94%;
        transform: translate(-3%, -90%);
    }

    .banner .main-image img {
        width: 80%;
    }



    .banner .content .logo img {
        width: 40%;
    }

    .solution {
        padding: 80px 20px;
    }

    .banner h2 {
        font-size: 16px;
    }



    footer .logo p {
        width: 200px;
        font-size: 16px;
    }

    footer .contact p {
        font-size: 16px;
    }

}

@media (min-width:490px) and (max-width:575px) {
    .banner .text-new img {
        margin-top: -25px;
    }
}

@media (max-width:440px) {
    .media .images {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        grid-auto-rows: auto;
    }
}

@media (max-width:420px) {
    .what-we-offer .wrapper .text ul {
        width: 100%;
    }
}