.page-loader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;

    .page-loader-img {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        width: 100%;
        overflow-y: hidden;

        img {
            width: 45%;
            min-width: 200px;
            max-width: 400px;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-name: flipInY;
            animation-name: flipInY;
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
        }

    }
}

.intro {
    box-sizing: border-box;
    background: linear-gradient(36deg, #f5f2ee, #f5f5f5);
    min-height: 100vh;
    font-family: "Fredoka", sans-serif;

    .img-main {
        justify-content: center;
        margin: auto;
        width: 100%;

        @media screen and (max-width:500px) {
            gap: 10px;
        }
    }

    .left-div {
        width: 40%;
    }

    .right-div {
        width: 60%;
    }

    .left-img {
        position: relative;
        width: 100%;
        height: 300px;
        /* background-image: url(../assets/images/5.jpg); */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
        z-index: 999;
        /* border-radius: 0 180px 180px 0; */
        /* max-width: 500px; */

        img {
            width: 100%;
            height: -webkit-fill-available;
            /* border-radius: 0 180px 180px 0; */
            position: absolute;
            z-index: 999;
        }

        @media screen and (max-width:988px) {
            height: 179px;
        }

        @media screen and (max-width:500px) {
            height: 100px;
        }
    }

    .right-img {
        position: relative;
        width: 100%;
        /* max-width: 500px; */
        height: 300px;
        /* background-image: url(../assets/images/5.jpg); */
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left;
        /* border-radius: 180px 0 0 180px; */

        img {
            width: 100%;
            height: -webkit-fill-available;
            /* border-radius: 180px 0 0 180px; */
            position: absolute;
            z-index: 9999;

        }

        @media screen and (max-width:988px) {
            height: 179px;
        }

        @media screen and (max-width:500px) {
            height: 100px;
        }
    }

    .intro-img {
        max-height: 420px;
        object-fit: contain;


        @media screen and (max-width:986px) {
            max-height: 200px;
        }

    }

    .pump-bg {
        height: inherit;
        justify-content: center;

        img {
            object-fit: contain;
        }
    }
}

.intro,
.content,
footer {

    h3,
    h5 {
        @media screen and (max-width: 500px) {
            font-size: small;
        }

        @media screen and (min-width: 7680px) {
            font-size: medium;
        }
    }

    h1 {
        @media screen and (max-width: 500px) {
            font-size: medium;
        }
    }

    h2 {
        @media screen and (max-width: 500px) {
            font-size: small;
        }

        @media screen and (max-width: 7680px) {
            font-size: medium;
        }

        @media screen and (min-width:1024px) {
            font-size: xx-large;
        }

    }
}

.intro .heading {
    display: flex;
    justify-content: space-between;

    img {
        object-fit: contain;

        @media screen and (max-width: 986px) {
            height: 100px;
        }

        @media screen and (max-width: 500px) {
            max-height: 50px;
        }

        @media screen and (min-width:986px) {
            width: 250px;
            height: 250px;
        }
    }

    h1 {
        align-content: center;
    }

    @media screen and (max-width: 960px) {
        flex-direction: column-reverse;
        text-align: center;
    }
}

.intro .heading h2 {
    align-content: center;
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

    @media screen and (max-width: 500px) {
        padding: 10px 15px;
        text-align: center;
    }

    @media screen and (min-width: 1200px) {
        padding: 10px 40px;
    }
}

.intro p,
.footer p {
    max-width: 100%;
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 40px;
    text-align: justify;

    @media screen and (max-width: 768px) {
        font-size: small;
        line-height: 20px;
    }

}

.intro ul {
    padding: 17px;
}

.intro ::marker {
    color: gray;
}

.content h3 {
    color: #539b6f;
    margin-top: 10px !important;
}

.content ::marker {
    color: #5db47e;
}

.intro .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;


    .excellence {
        background-color: white;
        border-radius: 50%;

        @media screen and (max-width: 500px) {
            width: 150px;
            height: 150px;
            object-fit: contain;
        }
    }

    @media screen and (max-width: 500px) {
        flex-direction: column-reverse;
    }
}

.content p,
.content ul,
.intro ul,
footer p {
    font-family: Poppins-Medium;
    font-size: 18px;
    line-height: 35px;

    @media screen and (max-width: 500px) {
        font-size: small;
        line-height: 20px;
    }

}

.content th {
    background-color: #827f6f;
    color: white;
    padding: 10px;
    border-right: 1px solid rgb(224, 221, 221);
    border-bottom: 1px solid rgb(224, 221, 221);
    text-align: center;

    @media screen and (max-width:500px) {
        font-size: xx-small;
        padding: 2px;
    }

    @media screen and (min-width: 1200px) {
        padding: 11px 30px;
    }
}

.content td {
    text-align: center;
    text-wrap: warp;
    padding: 5px;

    @media screen and (max-width:500px) {
        font-size: xx-small;
        padding: 5px;
    }

    @media screen and (min-width: 1200px) {
        padding: 10px;

    }

}

.content .dark-pink {
    background-color: #f2cfbf;
}

.content .light-pink {
    background-color: #f5e3da;
}

.content .ligth-green {
    background-color: #cedb86;
}

.content .ligth-orange {
    background-color: #f5cb9a;
}

.content .inline-drip-irrigation-border {
    width: 100px;
    min-height: 50px;
    border-left: 3px solid #6d7a82;

    @media screen and (min-width: 600px) {
        min-height: 100px;
    }

    @media screen and (min-width: 986px) {
        min-height: 150px;
    }
}

.footer {

    background: linear-gradient(to right, wheat, rgb(243, 227, 197));
    padding-bottom: 60px;

    .heading {
        background-color: #6d7a82;
        color: white;
        text-align: center;
        padding: 10px;
    }

    p {
        margin: 15px;
        line-height: normal;
    }
}

.smart-irrigation-img {
    max-height: 200px;
    object-fit: contain;
    width: 100%;
    max-width: 800px;
    z-index: 999;
    position: relative;

    @media screen and (min-width:968px) {
        max-height: 500px;
        max-width: 800px;
    }
}

.content .online-drip-irrigation-sub-content {
    display: flex;

    @media screen and (max-width:986px) {
        flex-wrap: wrap;

        .text-end {
            width: 100%;
        }
    }

    .text-end {
        display: flex;
        flex-direction: column;
        align-items: end;
        flex-grow: 1;
    }

    img {
        width: 100px;

        @media screen and (min-width:500px) {
            width: 150px;
        }

        @media screen and (min-width:786px) {
            width: 200px;
        }

        @media screen and (min-width:986px) {
            width: 300px;
        }
    }

    .logo {
        border-right: 3px solid #6d7a82;
        object-fit: contain;
        height: 50px;

        @media screen and (min-width:600px) {
            height: 150px;
        }

    }
}

.inline-drip-irrigation-sub-content {
    display: flex;
    flex-direction: column-reverse;
    border-top: 3px solid #6d7a82;

    .sub-content-1 {
        width: 100%;

        img {
            width: 150px;

            @media screen and (min-width:600px) {
                width: 300px;
            }
        }

        @media screen and (min-width:986px) {
            width: 60%;
        }


    }

    .sub-content-2 {
        width: 100%;
        text-align: -webkit-right;

        @media screen and (min-width:986px) {
            width: 60%;
        }

        @media screen and (max-width:968px) {
            border-left: 3px solid #6d7a82;
        }


        ul {
            float: inline-end;
            direction: rtl;
            text-align: right;
        }
    }

    @media screen and (min-width:986px) {
        flex-direction: row;
    }
}

.green-gradient {
    background: linear-gradient(36deg, #cfcbbbe6, #f5f5f5, #f5f5f5);
    background-color: #ffffff;
}


.brown-gradient {
    background: linear-gradient(36deg, #f5e6d4, #f5f5f5);

}

.sprinkler-irrigation .img-div {
    border-radius: 75px;
    background-image: url(../images/7.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;

    @media screen and(min-width:568px) {
        width: 150px;
        height: 300px;
    }

    @media screen and (min-width:986px) {
        width: 200px;
        border-radius: 125px;
        height: 350px;
    }

    .img-border {
        border: 0;
        background-color: transparent;
        width: 150px;
        min-height: 250px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .half-circle {
        width: 100px;
        height: 50px;
        border-top-left-radius: 110px;
        border-top-right-radius: 110px;
        border: 20px solid #ed8756;
        border-bottom: 0;
        opacity: 0.7;

        @media screen and (min-width:986px) {
            width: 150px;
            height: 80px;
        }
    }

    .half-white {
        width: 100px;
        height: 50px;
        border-right: 20px solid orange;
        border-left: 20px solid orange;
        opacity: 0.7;

        @media screen and (min-width:986px) {
            width: 150px;
            height: 80px;
        }
    }

    .half-circle-2 {
        width: 100px;
        height: 50px;
        border-bottom-left-radius: 110px;
        border-bottom-right-radius: 110px;
        border: 20px solid white;
        border-top: 0;
        opacity: 0.7;

        @media screen and (min-width:986px) {
            width: 150px;
            height: 80px;
        }
    }
}

.mist-irrigation,
.raingun-irrigation {

    img {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: #ada68e;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        padding: 10px;

        @media screen and (min-width:986px) {
            width: 220px;
            height: 220px;
            padding: 15px;
        }
    }
}

.sprinkler-irrigation .sub-content-2 {
    padding-top: 10px;

    @media screen and (min-width:768px) and (max-width:1024px) {
        justify-content: end !important;
    }

    .pipe {
        @media screen and (max-width:1024px) {
            max-height: 30px;
        }
    }

}

.sprinkler-irrigation,
.mist-irrigation,
.raingun-irrigation {
    display: flex;

    .sub-content-1 {
        width: 100%;
        padding-top: 10px;

        @media screen and (min-width:986px) {
            width: 50%;
            padding-top: 20px;
        }
    }

    .sub-content-2 {
        text-align: center;
        align-content: center;
        display: flex;

        justify-content: center;
        width: 100%;
        flex-direction: column;
        align-items: center;

        @media screen and (min-width:986px) {
            width: 50%;
            margin-top: auto;
        }

        @media screen and (max-width:766px) {
            margin: auto;
        }

        @media screen and (max-width:600px) {
            margin: 10px 0 !important;
        }


    }

    .pipe {
        height: 61px;
        width: 20px;
        background-color: #6d7a82;
        opacity: 0.2;
        margin: 0;
        flex-grow: 1;

        @media screen and (max-width:766px) {
            display: none;
            background-color: transparent;
        }
    }
}

.multi-img {
    width: 100%;

    @media screen and (min-width:786px) {
        width: 50%;
    }


}

.multi-img-div {
    width: 100%;
    justify-items: center;


    .multi-img-div-1 img {
        height: 400px;
        width: 200px;
        object-fit: contain;

        @media screen and (max-width:600px) {
            margin-right: 25px;
            max-height: 200px;
            max-width: 200px;
        }

        @media screen and (min-width:786px) {
            max-height: unset;
            width: 300px;
        }

    }

    @media screen and (min-width:786px) {
        width: 50%;
    }

}

.content {
    .logo {
        object-fit: contain;
        height: 50px;

        @media screen and (min-width:600px) {
            max-width: 300px;
            height: 150px;
        }
    }
}

.fredoka {
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 107;
}

.content .wood {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;


    @media screen and (max-width:1024px) {
        bottom: 30px;
    }

    @media screen and (max-width:986px) {
        bottom: 10px;
        left: -10px;
    }
}
.product-page{
    .flowtech-logo , .jaipom-logo{
        height: 30px;
    }
    .isi{
        height: 23px;
    }
    .bsi{
        height: 30px;
    }
}