@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    margin: unset;

    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;

}



blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {
    height: 100vh;
    max-width: 1920px;
    margin: auto;
}

header {
    position: relative;
    z-index: 99;

}

header>a {
    position: absolute;
    z-index: 9999;
}

header>a img {
    width: 350px;
}


header::after {
    content: "";
    background-image: url(/img/shape-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 155px;
}

.content {
    display: flex;
    flex-wrap: wrap;
}

.content .col-md-6 {
    width: 50%;
    height: calc(100vh - 112px);
    min-height: 900px;
    position: relative;
}


.content .col-md-6 img.shape {
    width: 100%;
    height: 100%;
    max-height: 900px;
    object-fit: cover;
    object-position: right;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
}


.content .col-md-6 img.product-image {
    width: 100%;
    max-width: 450px;
    height: auto;
    z-index: 9999;
    position: absolute;
    right: 0px;
    bottom: -120px;
}

.content .col-md-6 .product-image.right {

    bottom: -185px;
    right: 0px;
}

.category-detail .detail {
    z-index: 99999;
    position: relative;
}

.category-detail {
    z-index: 99;
    position: relative;
    padding-top: 38vh;
    padding-left: 3%;
    display: flex;

}

.category-detail h1 {
    font-size: 6rem;
    font-weight: 600;
    color: #004694;
    line-height: 6.7rem;
}

.category-detail ul {
    padding-left: 25px;
}

.category-detail li {
    color: #6A6A6A;
    list-style: disc;
    margin-bottom: 10px;
    font-size: 21px;

}



footer {
    display: flex;
    justify-content: space-between;
    background-color: #004694;
    color: white;
    padding: 10px 80px;
    position: relative;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
}

footer:after {
    content: "";
    background-image: url(/img/shape-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: -28px;
    width: 100%;
    height: 140px;
    z-index: 9;
}

footer .left {
    display: flex;
    align-items: center;
    z-index: 99;
}

footer .left .phone {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

footer .left .phone img {
    margin-right: 15px;
}

footer .left .phone .phone-inner {}

footer .left .phone .phone-inner span {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
}

footer .left .phone .phone-inner a {
    display: flex;
    font-weight: bold;
    font-size: 28px;
    color: white;
    margin-bottom: 0px;
    text-decoration: unset;
}


footer .left .phone .phone-inner a.web-site {
    font-weight: 400;
    font-size: 14px;
    text-decoration: unset;
}

footer .left .phone .phone-inner a span {
    font-size: 17px;
    margin-right: 4px;
}

footer .left .info {
    margin-right: 50px;
    font-size: 14px;
}

footer .left .certificates {}

footer .left .certificates img {
    width: 100px;
}

footer .right {
    z-index: 99;
    display: flex;
    align-items: center;
}

footer .right .follow {
    padding: 5px 20px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    font-weight: 16px;
    letter-spacing: 1px;
    color: #004694;
}

footer .right .follow img {
    width: 15px;
    margin-right: 20px;
}

footer .right .follow .links {
    margin-left: 10px;
    display: flex;
}

footer .right .follow .links a {
    color: #004694;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

footer .right .follow .links svg {
    color: #004694;
    fill: #004694;
    width: 26px;
    height: 26px;
}

@media screen and (min-width:300px) and (max-width:540px) {
    header>a img {
        width: 250px;
    }
}



@media screen and (min-width:300px) and (max-width:767px) {
    .content .col-md-6 {
        width: 100%;
    }

    .content .col-md-6 img.product-image {
        width: 100%;
        max-width: 286px;
        bottom: -115px;
        right: 20px;
        position: unset;
    }

    footer {
        position: relative;
        left: unset;
        bottom: unset;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0px;
        padding-bottom: 20px;
    }

    footer .left {
        width: 100%;
        display: flex;
        justify-content: center;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    
      footer .left .certificates,footer .left .info {
        width: 100%;
        text-align: center;
        margin: 20px 0px 0px 0px;
      }

    footer .right {
        margin-top: 30px;
    }

    .content .col-md-6 img.shape,
    .content .col-md-6 {
        min-height: 500px;

    }

    .content .col-md-6 .product-image.right {
        bottom: -90px;
        right: 0px;
    }

    .category-detail h1 {
        font-size: 4rem;
        line-height: 4.4rem;
        text-align: center;
    }

    header>a {
        position: absolute;
        z-index: 9999;
        left: 53%;
        top: 0%;
        transform: translate(-50%, -27%);
    }

    .category-detail {
        padding-top: 30vh;
        flex-direction: column-reverse;
        padding-left: 0px;
        padding-top: 30%;
        display: flex;
        align-items: center;
    }

    .content .col-md-6 {
        height: 800px;

    }
}

@media screen and (min-width:767px) and (max-width:991px) {
    .content .col-md-6 {
        width: 100%;
    }

    .content .col-md-6 img.product-image {
        width: 100%;
        max-width: 420px;
        bottom: -115px;
        right: 20px;
    }

    footer {
        position: relative;
        left: unset;
        bottom: unset;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0px;
    }

    footer .left {
        width: 100%;
        display: flex;
        justify-content: center;
        justify-content: space-around;
    }

    footer .right {
        margin-top: 30px;
    }

    .content .col-md-6 img.shape,
    .content .col-md-6 {
        min-height: 500px;

    }

    .content .col-md-6 .product-image.right {
        bottom: -90px;
        right: 0px;
    }

    .category-detail h1 {
        font-size: 5rem;
        line-height: 5.4rem;
    }

    header>a {
        position: absolute;
        z-index: 9999;
        left: 53%;
        top: 0%;
        transform: translate(-50%, -27%);
    }

    .category-detail {
        padding-top: 30vh;
    }

    .content .col-md-6 {
        height: 800px;

    }
}


@media screen and (min-width:991px) and (max-width:1200px) {
    .content .col-md-6 img.product-image {
        max-width: 300px;
        bottom: -80px;
    }

    .category-detail h1 {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }

    .category-detail li {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .content .col-md-6 .product-image.right {
        bottom: -130px;
    }
}


@media screen and (min-width:1200px) and (max-width:1450px) {
    .content .col-md-6 img.product-image {
        max-width: 350px;
        bottom: -80px;
    }

    .category-detail h1 {
        font-size: 4rem;
        line-height: 4.5rem;
    }

    .category-detail li {
        margin-bottom: 8px;
        font-size: 17px;
    }
    .content .col-md-6 .product-image.right {
        bottom: -140px;
        right: 0px;
        }
}


@media screen and (min-width:1450px) and (max-width:1600px) {
    .content .col-md-6 img.product-image {
        max-width: 400px;
        bottom: -80px;
    }

    .category-detail h1 {
        font-size: 5rem;
        line-height: 5.5rem;
    }
}



@media screen and (min-width:1400px) {}





@media screen and (max-height:800px) {
    .content .col-md-6 {
        min-height: auto;
    }

    .content .col-md-6 img.shape {
        max-height: auto;
    }
}