:root {
    --nv-color: #76b900;
}

* {
    box-sizing: border-box;
}


body {
    color: #ccc;
    background: #000;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: -apple-system, BlinkMacSystemFont, roboto, sans-serif;
    padding: 0;
    margin: 0;
	text-wrap-style: balance;
}

section {
    display: flex;
    padding: 0 20px;
    justify-content: center;
	text-wrap-style: balance;
}

section.padding {
    padding: 40px;
}

section>div {
    width: 1200px;
}

section.center>div {
    text-align: center;
}

section.background1>div {
	background-image: url('assets/section-img1.webp');
    width:100%;
	height: 900px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    z-index: 1;
    padding: 60px;
    text-align: center;
	text-wrap-style: balance;
}

section.background2>div {
	background-image: url('assets/section-img2.webp');
    width:100%;
	height: auto;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    z-index: 1;
    padding: 60px;
    text-align: center;
	text-wrap-style: balance;
}

section.background3>div {
	background-image: url('assets/section-img3.webp');
    width:100%;
	height: 600px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    z-index: 1;
    padding: 60px;
    text-align: left;
	text-wrap-style: balance;
}

section.background4>div {
	background-image: url('assets/section-img4.webp');
    width:100%;
	height: 600px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    z-index: 1;
    padding: 60px;
    text-align: left;
	text-wrap-style: balance;
}


section.white {
    color: #000;
    background-color: #fff;
	text-wrap-style: balance;
}

#hero {
    display: flex;
}

#content-area {
    width: 60%;
    height: inherit;
    background-image: url('assets/header-bg.webp');
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    z-index: 1;
    padding: 60px;
	text-wrap-style: balance;
}

#content-area>div {
    width: 80%;
}

#content-area p {
    font-size: 14px;
    line-height: 22px;
}

#content-area1 {
    width: auto;
    height: inherit;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    z-index: 1;
    padding: 60px;
	text-wrap-style: balance;
}

#content-area1>div {
    width: 80%;
}

#content-area1 p {
    font-size: 14px;
    line-height: 22px;
	text-wrap-style: balance;
}

#img-right {
    width: 49%;
    height: inherit;
    background-image: url('assets/header.webp');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -140px;
    background-position: center;
}
#img-right1 {
    width: 49%;
    height: inherit;
    background-image: url('assets/header1.webp');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -140px;
    background-position: center;
}
}
 /* Button CSS Starts */
.btn:active {
    transition: 0s;
    color: #fff;
    border-color: #fff;
    transform: translateY(2px);
}

.btn:hover {
    color: #76b900;
    background: transparent;
    border: solid 2px #76b900;
    border-radius: 50px;
}
.btn {
    width: 120px;
    padding: 10px;
    outline: none;
    border: none;
    background: #76b900;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 1px;
    border: solid 2px transparent;
    transition: 0.5s;
}
 /* Button CSS Ends */
.primary-button:hover {
    opacity: 0.8;
}

.primary-button:active {
    opacity: 1;
}

.info {
    display: block;
    font-size: 12px;
    margin: 15px 0;
}

.info span {
    color: var(--nv-color);
}

.gap {
    height: 60px;
}

#video {
    padding-top: 40px;
}

#video video {
    width: 700px;
}

#details {
    background-color: #111111;
}

#inline-box {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

#inline-box li {
    width: 250px;
    padding: 0 20px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
}

#inline-box li h4 {
    font-size: 18px;
}

#inline-box li:not(:first-child)::after {
    position: absolute;
    left: 0;
    top: 27px;
    width: 1px;
    height: 140px;
    background-color: #666666;
    content: '';
}

#products {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, auto);
}

#products li {
    margin-top: 60px;
    text-align: center;
}

#products li h5 {
    padding: 0 50px;
    font-size: 18px;
}

#products li .button {
    background-color: var(--nv-color);
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

#break-line {
    padding-top: 90px;
}

#rrt {
    margin: 0;
    padding: 0;
    list-style: none;
}

#rrt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--nv-color);
    font-weight: 600;
}

#rrt .line {
    width: 1px;
    height: 36px;
    background-color: #666666;
}

#extra {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 45px 0;
}

#extra li {
    margin: 0 16px;
    height: 50px;
}

#extra li img {
    height: 100%;
}
#footer{
    font-size: 12px;
    padding: 20px;
    color: #999999;
	text-align:center;
}
#img-flex{
    display: flex;
}
#img-flex img{
    height: 55px;
}
#img-flex img:first-child{
    margin-right: 20px;
}
/* Table */
        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
        }
        th, td {
            padding: 12px;
            text-align: left;
        }
        th {
            background-color: #222;
            color: #0f9;
        }
        tr:nth-child(even) {
            background-color: #333;
        }
        tr:nth-child(odd) {
            background-color: #222;
        }
        .highlight {
            color: #0f9;
            font-weight: bold;
        }
/* Table End */

/* SVG Icon Color */

.svg-icon {
  filter: brightness(0) invert(1); /* Converts the image to white */
}
/* SVG Icon Color End */

@media only screen and (max-width: 969px) {
    section {
        display: block;
    }

    section>div {
        width: 100%;
    }

    #hero {
        display: block;
    }

    #content-area>div {
        width: 100%;
    }

    #content-area {
        width: 100%;
        background: none;
        padding-top: 550px;
        position: relative;
    }

    #content-area::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 500px;
        content: '';
        background-image: url('assets/header-mobile.webp');
        background-repeat: no-repeat;
        background-position: center;
    }
    #content-area::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 500px;
        content: '';
        background-image: url('assets/header-mobile1.webp');
        background-repeat: no-repeat;
        background-position: center;
    }

    #img-right {
        display: none;
    }

    #video video {
        width: 100%;
    }
	
	.responsive {
		width: 100%;
		height: auto;
}

    #inline-box {
        flex-direction: column;
        align-items: center;
    }

    #details img {
        width: 100%;
    }

    #inline-box li:not(:first-child)::after {
        content: none;
    }

    #products {
        grid-template-columns: auto;
    }

    #products li {
        margin-top: 60px;
        text-align: center;
    }
	

    #rrt {
        flex-direction: column;
    }
    #rrt li{
        margin: 15px 0;
    }
    #rrt li:first-child{
        margin-top: 0;
    }
    .line{
        display: none;
    }
    #extra{
        display: grid;
        grid-template-columns: auto;
    }
    #extra li{
        margin-bottom: 10px;
    }
    #img-flex {
        display: block;
    }
    #img-flex img{
        display: block;
        
    }
    #img-flex img:first-child{
        margin-bottom: 30px;
    }
}