:root {
    --color: #9F2531;
    --greencolor: #86BB50
}

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;
}

@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: 25px;
    letter-spacing: 16px;
}

#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: 3px;
}

#productfeatures ul {
    margin: 30px 0;
    padding: 0;
    list-style: none!important;
}

#productfeatures ul li {
    text-align: center;
}

#productfeatures ul li span {
    color: var(--color);
}

.featureimgs {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.featureimgs .featureimg {
    width: 20%;
    user-select: none;
    padding: 20px;
}

@media screen and (max-width: 992px) {
    #productfeatures p {
        width: 100%;
    }
}


/* PRODUCT FEATURES END */

.sechead {
    font-weight: 600;
    font-size: 22px;
    color: #222;
    margin-bottom: 20px;
}

.sechead.white {
    color: #fff;
}

.sectionline {
    position: absolute;
    left: 0;
    top: 75px;
    width: 40%;
    object-fit: contain;
    user-select: none;
}

.sectionline.white {
    filter: brightness(0) invert(1);
}

.secfeaturehead {
    font-size: 18px;
}

.sectionfeatures {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}

.sectionfeatures li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 32%;
    font-size: 14px;
    margin: 15px 0;
    text-align: center;
}

.sectionfeatures li img {
    height: 75px;
    width: auto;
    object-fit: contain;
    object-position: center;
    margin-bottom: 15px;
}


/* PARAGRAPGH SECTION START */

#paragraphsec {
    position: relative;
    padding: 50px 0;
}

@media screen and (max-width: 992px) {
    #paragraphsec img {
        margin-bottom: 20px;
    }
}


/* PARAGRAPGH SECTION END */


/* TECH SECTION START */

#techsec {
    position: relative;
    background-color: var(--color);
    padding: 50px 0;
}

#techsec .secfeaturehead {
    color: #fff;
}

#techsec .sectionfeatures li {
    color: #fff;
}

@media screen and (max-width: 992px) {
    #techsec .secleftimg {
        margin-bottom: 20px;
    }
    .sectionfeatures {
        margin: 0;
        padding: 0;
    }
    .sectionfeatures li {
        width: 48%;
    }
}


/* TECH SECTION END */


/* TECH SECTION START */

#easysec {
    position: relative;
    padding: 50px 0;
}

@media screen and (max-width: 992px) {
    #easysec .secleftimg {
        margin-bottom: 20px;
    }
    .sectionfeatures {
        margin: 0;
        padding: 0;
    }
    .sectionfeatures li {
        width: 48%;
    }
}


/* TECH SECTION END */


/* VERIMLILIK SECTION START */

#teknoloji {
    position: relative;
    background-color: var(--greencolor);
    padding: 50px 0;
    color: #fff;
}

#teknoloji .secfeaturehead {
    color: #fff;
}

#teknoloji .sectionfeatures li {
    color: #fff;
}

.teknolojiimgs img {
    width: 100%;
}

.teknolojiimgs>div {
    margin: 20px;
}

@media screen and (max-width: 992px) {
    .teknolojiimgs {
        flex-wrap: wrap;
    }
    .teknolojiimgs>div {
        width: 100%;
    }
    .teknolojiimgs img {
        height: 150px;
        width: 100%;
        object-fit: contain;
    }
    .teknolojiimgs>div:nth-child(even) img {
        height: 50px;
        width: 100%;
        object-fit: contain;
        transform: rotate(90deg);
    }
}


/* VERIMLILIK SECTION END */


/* TECH SECTION START */

#guvenlik {
    position: relative;
    padding: 50px 0;
}


/* TECH SECTION END */


/* TECH SECTION START */

#cepsec {
    position: relative;
    background-color: var(--color);
    padding: 50px 0;
}

#cepsec .secfeaturehead {
    color: #fff;
}

#cepsec p {
    color: #fff;
}

@media screen and (max-width: 992px) {
    #cepsec img {
        margin-bottom: 20px;
    }
}


/* TECH SECTION END */