:root {
    --color: #9F2531;
}

body {
    font-family: 'Montserrat', sans-serif;
}

#mainimg {
    height: 90vh;
    width: 100%;
    position: relative;
}

#mainimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    user-select: none;
}

.warrantyimg {
    position: absolute;
    right: 5%;
    bottom: 5%;
    height: 150px!important;
}

.warrantyimg img {
    object-fit: contain;
}

.redcolor {
    color: var(--color);
}

.sechead {
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    #mainimg {
        height: 50vh;
    }
    .warrantyimg {
        position: absolute;
        right: 5%;
        bottom: 5%;
        height: 75px!important;
    }
    .sectionline {
        display: none;
    }
    .sechead {
        text-align: center;
    }
}


/* PRODUCT FEATURES START */

#productfeatures {
    background-color: #E3E3E3;
    padding: 50px 0;
}

#productfeatures .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#productfeatures h1 {
    font-weight: 400;
    text-align: center;
    font-size: 22px;
    letter-spacing: 12px;
}

#productfeatures h1 strong {
    font-weight: 600;
}

#productfeatures h1 strong span {
    color: var(--color);
}

#productfeatures p {
    margin: 20px 0;
    width: 75%;
    text-align: center;
    letter-spacing: 2px;
}

@media screen and (max-width: 992px) {
    #productfeatures p {
        width: 100%;
    }
}


/* PRODUCT FEATURES END */


/* PRODUCT LI START */

#productli {
    padding: 50px 0;
}

#productli ul {
    list-style: none;
}

#productli ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
    color: var(--color);
}

@media screen and (max-width: 992px) {
    #productli ul {
        margin: 0;
        padding: 0;
    }
}


/* PRODUCT LI END */


/* DARK SECTION START */

#darksec {
    padding: 50px 0;
    background-color: #424243;
}

#darksec p {
    text-align: center;
    color: #fff;
}


/* DARK SECTION END */


/* PARAGRAPGH SECTION START */

#paragraphsec {
    position: relative;
    padding: 50px 0;
}

@media screen and (max-width: 992px) {
    #paragraphsec img {
        margin-bottom: 20px;
    }
}


/* PARAGRAPGH SECTION END */


/* RED ICON SECTION START */

#redicons {
    padding: 50px 0;
    background-color: var(--color);
}

#redicons p {
    text-align: center;
    color: #fff;
}

.redicon {
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin: 10px 25px;
}

.rediconbox {
    width: 100%;
    height: 130px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 20px;
}

.rediconbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    user-select: none;
}

.redicontext {
    text-align: center;
    font-weight: bolder;
    margin-top: 10px;
    color: #fff;
}

@media screen and (max-width: 992px) {
    #redicons {
        padding: 10px;
    }
    #redicons .row {
        justify-content: space-between;
    }
    .redicon {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        margin: 10px 0;
    }
    .rediconbox {
        width: 100%;
        height: 90px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        border-radius: 20px;
    }
}


/* RED ICON SECTION END */


/* ON OFF SECTION START */

#onoffsec {
    padding: 50px 0;
    background-color: #E3E3E3;
}

#onoffsec .letterspacedhead {
    font-weight: 400;
    text-align: center;
    font-size: 22px;
    letter-spacing: 12px;
}

#onoffsec .letterspacedhead strong {
    font-weight: 600;
}

#onoffsec .letterspacedhead strong span {
    color: var(--color);
}

#onoffsec ul {
    margin: 0;
    padding-left: 20px;
}

#onoffsec .kontrolcihazimg {
    width: 50%;
    object-fit: contain;
    margin-top: 20px;
}

#onoffsec .redicon {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin: 10px;
}

#onoffsec .rediconbox {
    border: 2px solid var(--color);
    width: 100%;
    height: 130px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
}

#onoffsec .rediconbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    user-select: none;
}

#onoffsec .redicontext {
    text-align: center;
    font-weight: bolder;
    margin-top: 10px;
    color: #222;
}

@media screen and (max-width: 992px) {
    #onoffsec {
        padding: 10px;
    }
    #onoffsec .row {
        justify-content: space-between;
    }
    #onoffsec .redicon {
        width: 30%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        margin: 10px 0;
    }
    #onoffsec .rediconbox {
        width: 100%;
        height: 90px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        border-radius: 20px;
    }
    .kontrolcihazimg {
        width: 100%!important;
        margin-bottom: 20px;
    }
}


/* ON OFF SECTION END */