@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body{
	font-family: "Open Sans", sans-serif;
}

.entry-content{
    margin: 0;
}

h1, h2, h3, .title{
	color: #000000;
	font-weight: 800;
	letter-spacing: -1px;
}

sup{
	line-height: 0;
}

p {
	color: #000000;
    margin-bottom: 1.5em;
    line-height: 2em;
}

@media screen and (max-width: 767px){
	
	p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	
}

.s1{
    background: url(/wp-content/uploads/2025/09/nitric-s1.png) no-repeat right 0 #f7f7f8;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 45% 100%, 0 80%);
    padding: 40px 0px 120px;
}

.s1 .highlight{
	color: #de0e16;
}

.s1 .inner-wrap{
	background: rgba(255,255,255,0.85);
	border-radius: 20px;
	max-width: 550px;
	padding: 20px 20px 30px 20px;
}

.s1 h1{
	color: #000000;
    font-size: 42px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2em;
}

.s1 .lg-txt{
    font-size: 87px;
    line-height: 1em;
}

.s1 p{
    text-align: center;
    font-size: 28px;
    line-height: 1.2em;
}

.s1 .btn-primary:not(:disabled):not(.disabled).active, 
.s1 .btn-primary:not(:disabled):not(.disabled):active, 
.s1 .show > .btn-primary.dropdown-toggle, 
.s1 a.btn-primary, 
.s1 a.btn-primary:visited{
    display: table;
    background-color: #de0e16;
    border-color: #de0e16;
    border-radius: 40px;
    box-shadow: none;
    color: #ffffff;
    font-weight: 800;
    margin: 0px auto;
    text-transform: uppercase;
    padding: 14px 30px;
    letter-spacing: -0.5px;
    margin-top: -30px;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.s1 {
    	background: /wp-content/uploads/2025/09/nitric-s1.png) no-repeat 80px -15px / contain #f7f7f8;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.s1 {
    	background: url(/wp-content/uploads/2025/09/nitric-s1.png) no-repeat 100px 0 / contain #f7f7f8;
    	clip-path: polygon(0 0, 100% 0, 100% 80%, 40% 90%, 0 80%);
	}
	
	.s1 .inner-wrap {
		max-width: 450px;
	}
	
	.s1 h1 {
    	font-size: 32px;
	}
	
	.s1 .lg-txt {
    	font-size: 64px;
	}
	
	.s1 p {
		text-align: center;
		line-height: 1.5em;
		font-size: 18px;
		max-width: 400px;
		margin: 0px auto 20px;
	}
	
	.s1 .btn-primary:not(:disabled):not(.disabled).active, .s1 .btn-primary:not(:disabled):not(.disabled):active, .s1 .show > .btn-primary.dropdown-toggle, .s1 a.btn-primary, .s1 a.btn-primary:visited{
		margin-top: -10px;
	}
	
}

@media screen and (max-width:767px){
	
    .s1 {
        background: #e9e9e9;
        clip-path: none;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 15px;
    }
	
	.s1 .inner-wrap {
		max-width: 450px;
	}
	
	.s1 .image{
		width: calc(100% + 30px);
		position: relative;
		left: -15px;
	}
	
	.s1 h1 {
        font-size: 26px;
        padding-top: 0;
        margin-top: 0;
	}
	
	.s1 .lg-txt {
    	font-size: 54px;
	}
	
	.s1 p {
		text-align: center;
		line-height: 1.5em;
		font-size: 16px;
		max-width: 400px;
		margin: 0px auto 20px;
	}
	
	.s1 .btn-primary:not(:disabled):not(.disabled).active, .s1 .btn-primary:not(:disabled):not(.disabled):active, .s1 .show > .btn-primary.dropdown-toggle, .s1 a.btn-primary, .s1 a.btn-primary:visited{
		font-size: 14px;
		margin-top: -10px;
		padding: 14px 20px;
	}
	
}

/**/

.s2{
	padding: 40px 0px 20px 0px;
}

.s2 .container {
    max-width: 1200px;
    margin: 0px auto;
}

.s2 .image{
	text-align: right;
	width: 45%;
}

.s2 .inner-wrap{
	padding-left: 40px;
	width: 55%;
}

.s2 .title{
	color: #de0e16;
	font-size: 36px;
	margin-bottom: 20px;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.s2 {
		padding: 40px 0px 10px 0px;
	}
	
	.s2 .title {
		font-size: 32px;
		margin-bottom: 15px;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
    .s2 {
        padding-top: 0px;
        padding-bottom: 10px;
    }
	
	.s2 .title {
		font-size: 26px;
	}
	
}

@media screen and (max-width:767px){
	
    .s2 {
        padding: 20px 0px 10px 0px;
    }
	
    .s2 .title {
        font-size: 18px;
        margin-bottom: 10px;
        text-align: center;
    }
	
    .s2 .d-flex {
        flex-direction: column;
    }
	
	.s2 .image {
		text-align: right;
		width: 100%;
	}
	
	.s2 .inner-wrap {
		padding-left: 0px;
		padding-top: 20px;
		width: 100%;
	}
	
}


/**/

.s3{
	background: url(/wp-content/uploads/2025/09/nitric-s3.png) no-repeat right 0 #111115;
	padding: 40px 0px 40px 0px;
}

.s3 .container {
    max-width: 1120px;
    margin: 0px auto;
}

.s3 .image{
	text-align: right;
	width: 45%;
}

.s3 .inner-wrap{
	padding-left: 40px;
	width: 55%;
}

.s3 .title{
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 20px;
}

.s3 p{
	color: #ffffff;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.s3 {
		background-position: 445px 0;
	}
	
	.s3 .inner-wrap {
		background: #000000;
		padding: 20px 20px 0px 20px;
		width: 55%;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.s3 {
		background-position: 120px center;
	}
	
	.s3 .title {
		font-size: 26px;
		margin-bottom: 15px;
	}
	
	.s3 .inner-wrap {
		background: #000000;
		padding: 20px 20px 0px 20px;
		width: 55%;
	}
	
}

@media screen and (max-width:767px){
	
    .s3 {
        background: url(/wp-content/uploads/2025/09/nitric-s3.png) no-repeat 30px bottom / contain #111115;
        padding: 20px 0px 210px 0px;
    }
	
	.s3 .inner-wrap {
		padding-left: 0px;
		width: 100%;
	}
	
	.s3 .title {
		font-size: 24px;
		margin-bottom: 15px;
		text-align: center;
	}
	
}


/**/

.s4{
	padding: 40px 0px 40px 0px;
}

.s4 .container {
    max-width: 1200px;
    margin: 0px auto;
}

.s4 .d-flex{
	align-items: center;
}

.s4 .image{
	text-align: right;
	width: 45%;
}

.s4 .inner-wrap{
	padding-left: 40px;
	width: 55%;
}

.s4 .title{
	color: #de0e16;
	font-size: 36px;
	margin-bottom: 20px;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.s4 {
		padding: 30px 0px 0px 0px;
	}
	
	.s4 .d-flex {
		align-items: flex-start;
	}
	
	.s4 .title {
		font-size: 26px;
		margin-bottom: 10px;
	}
	
}

@media screen and (max-width:767px){
	
	.s4 {
		padding: 20px 0px 30px 0px;
	}
	
	.s4 .title {
		font-size: 24px;
        text-align: center;
        max-width: 280px;
        margin: 0px auto 10px;
	}
	
	.s4 .d-flex{
		flex-direction: column-reverse;
	}
	
	.s4 .image {
		text-align: right;
		width: 100%;
	}
	
	.s4 .inner-wrap {
		padding-left: 0px;
		padding-bottom: 10px;
		width: 100%;
	}
	
}


/**/

.s5{
	background: #ebebeb;
	padding: 40px 0px 0px 0px;
}

.s5 .title{
	font-size: 36px;
	margin-bottom: 50px;
	text-align: center;
}

.s5 .d-flex {
    flex-wrap: wrap;
    justify-content: space-around;
}

.s5 .d-flex > div {
    margin-bottom: 50px;
    padding: 0px 15px 15px 15px;
    width: 31.3%;
}

.s5 .d-flex > div:nth-child(4), 
.s5 .d-flex > div:nth-child(5) {
    width: 47.6%;
}

.s5 .testimonial{
	border: solid 5px #000000;
	border-radius: 10px;
}

.s5 .testimonial .t-title {
    display: table;
    background: #ebebeb;
    color: #d62730;
    font-size: 21px;
    font-weight: 800;
	letter-spacing: -1px;
    text-align: center;
    line-height: 1.2em;
    position: relative;
    top: -30px;
    margin: 0px auto -20px auto;
    padding: 0px 20px;
}

.s5 .testimonial p{
	margin-bottom: 10px;
}

.s5 .testimonial a{
    display: block;
	color: #d62730;
	font-weight: 600;
    word-wrap: break-word;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.s5{
		padding-bottom: 0px;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.s5 .d-flex > div:nth-child(4), 
	.s5 .d-flex > div:nth-child(5) {
		margin-bottom: 0px;
	}

}

@media screen and (max-width:767px){
	
	.s5 {
		padding: 20px 0px 0px 0px;
	}
	
	.s5 .d-flex {
		flex-direction: column;
	}
	
	.s5 .d-flex > div {
		width: 100%;
	}
	
	.s5 .d-flex > div:nth-child(4), .s5 .d-flex > div:nth-child(5) {
		width: 100%;
	}
	
	.s5 .d-flex > div:nth-child(5){
		margin-bottom: 30px;
	}
	
	.s5 .title {
		font-size: 24px;
		margin-bottom: 40px;
	}
	
	.s5 .testimonial .t-title {
        font-size: 20px;
        letter-spacing: -1px;
        margin: 0px auto -20px auto;
        padding: 0px 10px;
        max-width: 220px;
        top: -28px;
	}
	
}

/**/

.s6{
	background: url(/wp-content/uploads/2025/09/nitric-s6.png) no-repeat right 0 #000000;
	padding: 40px 0px 40px 0px;
}

.s6 .container {
    max-width: 1120px;
    margin: 0px auto;
}

.s6 .image{
	text-align: right;
	width: 45%;
}

.s6 .inner-wrap{
	padding-left: 40px;
	width: 55%;
}

.s6 .title{
	color: #ffffff;
	font-size: 36px;
	margin-bottom: 20px;
}

.s6 p{
	color: #ffffff;
	margin-bottom: 10px;
}

.s6 ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 10px;
}

.s6 li{
	color: #ffffff;
	font-weight: 600;
	position: relative;
	margin-bottom: 10px;
	padding-left: 45px;
}

.s6 li:before{
	content: "";
	background: url(/wp-content/uploads/2025/09/red-check.png) no-repeat 0 0/cover;
	height: 24px;
	width: 37px;
	position: absolute;
	top: 0px;
	left: 0px;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.s6 {
		background-position: 450px 0;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.s6 {
		background-position: 300px 0;
	}
	
	.s6 .inner-wrap {
		padding-left: 30px;
	}
	
	.s6 .title {
		font-size: 26px;
		margin-bottom: 20px;
	}
	
}

@media screen and (max-width:767px){
	
    .s6 {
        background-size: contain;
        background-position: 0px bottom;
		padding: 30px 0px 265px 0px;
    }
	
	.s6 .title {
        font-size: 18px;
        margin-bottom: 10px;
        text-align: center;
    }
	
	.s6 .inner-wrap {
		padding-left: 0;
		width: 100%;
	}
	
	.s6 .d-flex{
		flex-direction: column;
	}
	
}


/**/

.s7{
	padding: 40px 0px 40px 0px;
}

.s7 .container {
    max-width: 1200px;
    margin: 0px auto;
}

.s7 .d-flex{
	align-items: center;
}

.s7 .image{
	text-align: right;
	width: 45%;
}

.s7 .inner-wrap{
	padding-left: 40px;
	width: 55%;
}

.s7 .title{
	font-size: 36px;
	margin-bottom: 20px;
}

.s7 .title .highlight{
	color: #de0e16;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.s7 {
		padding: 30px 0px 0px 0px;
	}
	
	.s7 .title {
		font-size: 26px;
		margin-bottom: 15px;
	}

}

@media screen and (max-width:767px){
	
	.s7 {
		padding: 20px 0px 20px 0px;
	}
	
	.s7 .title {
		font-size: 24px;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.s7 .d-flex{
		flex-direction: column-reverse;
	}
	
	.s7 .image {
		text-align: right;
		width: 100%;
	}
	
	.s7 .inner-wrap {
		padding-left: 0px;
		width: 100%;
	}
	
}


/**/

.s8{
	
}

.s8 .container{
	background: #BE272E;
	background: linear-gradient(90deg,rgba(190, 39, 46, 1) 0%, rgba(164, 28, 34, 1) 19%, rgba(141, 17, 23, 1) 100%);
	border-radius: 20px;
	max-width: 1065px;
	padding: 30px;
}

.s8 .title{
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
}

.s8 .inner-wrap {
    max-width: 580px;
    margin: 0px auto;
}

.s8 .package{
	position: relative;
	padding-right: 60px;
}

.s8 .bonus{
	position: relative;
	padding-left: 60px;
}

.s8 .package:after {
    content: "";
    background: url(/wp-content/uploads/2025/09/yellow-plus.png) no-repeat center;
    height: 57px;
    width: 57px;
    position: absolute;
    top: 50px;
    right: -35px;
}

.s8 .d-flex {
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
}

.s8 .d-flex > div{
	width: 50%;
}

.s8 .d-flex > div img{
	margin-bottom: 10px;
}

.s8 .d-flex > div:nth-child(2) img{
	margin-bottom: 0px;
}

.s8 .d-flex > div p img {
    position: absolute;
    top: -13px;
    left: 28px;
    width: 35px;
}

.s8 p {
    color: #ffffff;
    line-height: 1.4em;
    margin-bottom: 0px;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-top: 5px;
	text-align: center;
}

.s8 .save-txt {
    background: #ffffff;
    color: #000000;
    font-size: 26px;
    text-align: center;
    margin: 0px auto 10px;
    padding: 10px 20px;
    font-weight: 800;
    letter-spacing: -1px;
}

.s8 .save-txt .highlight {
    color: #ff0000;
    margin-bottom: -10px;
}

.s8 .btn-primary {
    display: table;
    color: #000000;
    background-color: #fff600;
    border-color: #fff600;
	border-radius: 30px;
	margin: 20px auto 15px;
	padding: 10px 40px;
	font-size: 16px;
	font-weight: 800;
}

.s8 .btn-primary:not(:disabled):not(.disabled).active, 
.s8 .btn-primary:not(:disabled):not(.disabled):active, 
.s8 .show>.btn-primary.dropdown-toggle
.s8 .btn-primary:hover{
	color: #000000;
    background-color: #fff600;
    border-color: #fff600;
}

.s8 .save{
    border: solid 2px #ffffff;
    padding: 8px;
    text-align: center;
    font-weight: 800;
}

.s8 .save .highlight{
	color: #fff600;
}

@media screen and (min-width:992px) and (max-width:1199px){
	
	.s8 .container{
		border-radius: 0;
	}
	
}

@media screen and (min-width:768px) and (max-width:991px){
	
	.s8 .container{
		border-radius: 0;
	}
	
	.s8 .title {
		font-size: 26px;
	}
	
	.s8 .save-txt {
		font-size: 24px;
	}
	
}

@media screen and (max-width:767px){
	
	.s8 .container{
		border-radius: 0;
	}
	
	.s8 .title {
		font-size: 24px;
	}
	
    .s8 .package:after {
		display: block;
        height: 40px;
        width: 40px;
        position: relative;
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        margin-left: -20px;
        margin-bottom: 20px;
        background-size: cover;
        margin-top: 15px;
    }
	
	.s8 .d-flex {
		justify-content: center;
		text-align: center;
		margin-bottom: 15px;
		flex-direction: column;
	}
	
	.s8 .d-flex > div {
		width: 100%;
		padding: 0;
	}
	
    .s8 .d-flex p {
        margin-left: auto;
        margin-top: 5px;
        width: 225px;
        margin-right: auto;
        text-align: center;
    }
	
	.s8 .d-flex > div p img {
        position: absolute;
        top: -8px;
        left: 30px;
        width: 30px;
	}
	
	.s8 .d-flex > div:nth-child(2) img {
        left: 35px;
        margin-bottom: -10px;
	}
	
	.s8 .save-txt .highlight {
        margin-bottom: 5px;
        font-size: 18px;
    }
	
	.s8 .save-txt {
		font-size: 15px;
		text-align: center;
		margin: 0px auto 10px;
		padding: 10px 15px;
		line-height: 1em;
	}
	
	.s8 .save-txt .highlight {
		margin-bottom: 5px;
	}

}
