.hero_form_area {

	padding: 25px 0 100px;

}
.klaviyo_condensed_styling, .klaviyo_styling {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
}

.hero_form_top {

	height: 100px;

}


.simple_lndr_canvas {

	display: flex;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	justify-content: center;

}


/* .simple_lndr_canvas canvas{

    height: 450px !important;

} */


.light_up_form {

	background-color: #000;

	padding: 38px 51px 45px;

	max-width: 49%;

	width: 100%;

	position: relative;

}


.logo_lander {

	max-width: 100%;

}


.logo_lander img {

	display: block;

	margin: auto;

}


.simple_lndr_canvas {

	margin-top: 35px;

}


.hero_form {

	display: flex;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	justify-content: space-between;

	align-items: flex-start;

}


.cnvs_ftr {

	margin-top: 38px;

}


.cnvs_ftr ul {

	display: flex;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	justify-content: center;

}


.cnvs_ftr ul li a {

	font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #893C28;
    padding: 0 14px;
    display: block;
    border-right: 1px solid #893C28;

}


.cnvs_ftr ul li:last-child a {

	border-right: 0;

}


.cnvs_ftr ul li:first-child {

	padding-left: 0;

}


.left_lander_logoarea {

	max-width: 50%;

	width: 100%;

}


.hero_form h1 {

	font-weight: 700;

	font-style: normal;

	font-size: 58px;

	line-height: 67px;

	color: #FFFFFF;

	text-align: center;

}


.hero_form p {

	font-style: normal;

	font-weight: 400;

	font-size: 14px;

	line-height: 16px;

	text-align: center;

	color: #FFFFFF;

}


.hero_form p.subheading_form {

	margin-bottom: 42px;

}


.lander_form_row {

	margin-bottom: 20px;

}


.light_up_form input[type="text"], .light_up_form select,

.light_up_form input[type="email"],

.light_up_form input[type="tel"],

.light_up_form input[type="password"] {

	background: #FFFFFF;

	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);

	border-radius: 4px;

	font-size: 16px;

	line-height: 24px;

	color: #212121;

	height: 56px;

	width: 100%;

	padding: 10px;

}


.light_up_form input::placeholder {

	font-size: 16px;

	line-height: 24px;

	color: rgba(17, 17, 17, 0.48);

}


/* The container */

.container_checkbox {

	display: block;

	position: relative;

	padding-left: 35px;

	margin-bottom: 12px;

	cursor: pointer;

	font-size: 22px;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

}


/* Hide the browser's default checkbox */

.container_checkbox input {

	position: absolute;

	opacity: 0;

	cursor: pointer;

	height: 0;

	width: 0;

}


/* Create a custom checkbox */

.checkmark {

	position: absolute;

	top: 0;

	left: 0;

	height: 25px;

	border-radius: 4px;

	width: 25px;

	background-color: #fff;

}


/* On mouse-over, add a grey background color */

.container_checkbox:hover input~.checkmark {

	background-color: #fff;

}


.center_checkbox {

	display: flex;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	justify-content: center;

	margin-bottom: 37px;

}


/* When the checkbox is checked, add a blue background */

.container_checkbox input:checked~.checkmark {

	background-color: #fff;

}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {

	content: "";

	position: absolute;

	display: none;

}


/* Show the checkmark when checked */

.container_checkbox input:checked~.checkmark:after {

	display: block;

}


/* Style the checkmark/indicator */

.container_checkbox .checkmark:after {

	left: 9px;

	top: 5px;

	width: 7px;

	height: 13px;

	border: solid #000000;

	border-width: 0 3px 3px 0;

	-webkit-transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	transform: rotate(45deg);

}


.hero_form_area label {


	font-style: normal;

	font-weight: 400;

	font-size: 16px;

	line-height: 24px;

	color: #FFFFFF;

}


.light_up_form input[type="submit"],
.light_up_form button {

	background: #C28D54;

	width: 309px;

	padding: 16px;

	height: 56px;

	font-style: normal;

	font-weight: 700;

	font-size: 16px;

	line-height: 24px;

	color: #fff;

	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);

	border-radius: 4px;

	cursor: pointer;

	margin: auto;

	display: table;

	text-transform: uppercase;

}


.form_bottom_bg {

	position: absolute;

	left: 0;

	top: 100%;

	width: 100%;

}


.why_wood_area {

	padding: 50px 0;

}


.why_wood_area h2 {

	font-weight: 700;

	font-style: normal;

	font-size: 54px;

	line-height: 65px;

	color: #000;

	margin-bottom: 34px;

}


.why_wood_area ul li {

	font-style: normal;

	font-weight: 400;

	font-size: 32px;

	line-height: 37px;

	margin-bottom: 40px;

	color: #000;

	display: flex;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	align-items: center;

}

.why_wood_area ul li.boldfnt
{font-weight: 700;color: #893C28;}


.why_wood_area ul li span.bullet_box {

	width: 12px;

	height: 12px;

	display: block;

	background: #000;

	margin-right: 40px;

	border-radius: 100%;

	-webkit-border-radius: 100%;


}


.total_woodarea {

	display: flex;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
align-items: center;
	justify-content: space-between;

}


.left_woodarea {

	max-width: 530px;

	width: 100%;

}


.rt_woodarea {

	max-width: 540px;

	width: 100%;

}


.why_riptarea {

	background-color: #C28D54;

	position: relative;

}


.bottom_whyript_bg img {

	background: black;

}


.bottom_whyript_bg {

	width: 100%;

}


.top_whyript_bg {

	width: 100%;

}


.why_riptarea .container {

	background-color: #C28D54;

	padding: 150px 15px 150px;

}


.why_riptarea_full img {

	display: block;

	width: 100%;

}


.why_riptarea h3 {

	font-weight: 700;

	font-style: normal;

	font-size: 58px;

	line-height: 67px;

	text-align: left;

	color: #FFFFFF;

	margin-bottom: 65px;

}


.ttl_why_area {

	display: flex;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	align-items: flex-start;

	justify-content: space-between;

}


.why_rt_area {

	padding-top: 0px;

}


.why_riptarea ul li {

	font-style: normal;

	font-weight: 400;

	font-size: 32px;

	line-height: 37px;

	margin-bottom: 40px;

	color: #fff;

	display: flex;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	align-items: center;

}


.why_riptarea ul li span {

	width: 12px;

	height: 12px;

	display: block;

	background: #fff;

	margin-right: 40px;

	border-radius: 100%;

	-webkit-border-radius: 100%;

}


.why_ript_btn {

	background: #FFFFFF;

	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);

	border-radius: 4px;

	font-weight: 700;

	font-size: 16px;

	line-height: 24px;

	color: #C28D54;

	padding: 16px;

	width: 309px;

	height: 56px;

	text-align: center;

	margin-top: 57px;

	display: table;

}


.bg_black_now {

	background-color: #000;

	padding-top: 20px;

	/*padding: 150px 0 0;*/

	/*margin-top: -180px;*/

	position: relative;

	overflow: hidden;

	min-height: 100vh;

}


.bg_black_now h4 {

	font-weight: 700;

	font-style: normal;

	font-size: 35px;

	text-align: center;

	padding: 0px 0 0;

	color: #FFFFFF;

}


.bg_black_now p.black_desc {

	font-style: normal;

	font-weight: 400;

	font-size: 15px;

	line-height: 22px;

	text-align: center;

	color: #FFFFFF;

	width: 536px;

	max-width: 100%;

	margin: auto;

}


.black_area_btn {

	background: #FFFFFF;

	box-shadow: 0px 4px 4px rgba(51, 51, 51, 0.04), 0px 4px 16px rgba(51, 51, 51, 0.08);

	border-radius: 4px;

	font-weight: 700;

	font-size: 14px;

	line-height: 16px;

	color: #000000;

	padding: 16px;

	width: 309px;

	height: 26px;

	text-align: center;

	margin-top: 10px;

	display: table;

	margin-left: auto;

	margin-right: auto;

	position: absolute;

	z-index: 2;

	left: 50%;

	transform: translateX(-50%);

}


.big_ript_logo_white {

	width: 190px;

	max-width: 100%;

	display: block;

	margin: auto;

	/*margin-top: 164px;*/

	position: absolute;

	z-index: 3;

	left: 50%;

	transform: translateX(-50%);

	margin-top: -10px;

}


.footer_image_btm_image {

	/*margin-top: 90px;*/

	bottom: 0;

	position: absolute;

	overflow: hidden;

	z-index: 1;

	width: 100%;

}


.footer_image_btm_image img {

	width: 30%;

	display: block;

	margin: 0 auto;

}


.reveal {

	position: relative;

	transform: translateY(150px);

	opacity: 0;

	transition: 2s all ease;

	-webkit-transition: 2s all ease;

	-moz-transition: 2s all ease;

	-ms-transition: 2s all ease;

	-o-transition: 2s all ease;

}


.reveal.active {

	transform: translateY(0);

	opacity: 1;

}


.head_animation_txt li {

	color: #000;

	font-weight: 700;

	text-transform: uppercase;

	font-size: 37px;

	text-align: center;

	display: none;

}


.head_animation_txt li.show {

	display: block;

}


.head_animation_txt ul {

	margin-top: 1px;

}


.parallax_simple_lander
{
/*     background-image: url(https://cdn.shopify.com/s/files/1/0642/2583/7272/files/parallax_smoke2.png?v=1657801435);
    background-attachment: fixed;
    background-position: top;
    background-size: cover; */
  position: relative;
}

/* .parallax-slide {
  height: 3500px;
} */

.why_riptarea_full
{margin-top: -250px;position: relative; z-index: 1;}


.parallax_simple_lander ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 40px;
    color: #fff;
    display: flex;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
    align-items: center;
}


.parallax_simple_lander h4 {
    font-weight: 700;
    font-style: normal;
    font-size: 58px;
    line-height: 67px;
    text-align: left;
    color: #fff;
    margin-bottom: 65px;
}

.parallax_desc_lander
{position: absolute;
    left: 10%;
    z-index: 999;
    top: 25%;}


.parallax_simple_lander ul li span {
    width: 12px;
    height: 12px;
    display: block;
    background: #fff;
    margin-right: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.parallax_simple_btn {
    background: #FFFFFF;
    box-shadow: 0 4px 4px #3333330a,0 4px 16px #33333314;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #c28d54;
    padding: 16px;
    width: 309px;
    height: 56px;
    text-align: center;
    margin-top: 57px;
    display: table;
}


.parallax-container {
	position: relative;
	overflow: hidden;
	height: 1400px;
}

.parallax-container .parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.parallax-container .parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer_image_btm_image video
{width: 560px;
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;}





.parallax-slide {
  height: 1800px;
}

#parallax1 {
    background: url(https://cdn.shopify.com/s/files/1/0642/2583/7272/files/parallax_smoke.png?v=1657800276) no-repeat center;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}






/****** Responsive and Big Screen Media Query Start ******/


@media (min-width: 1600px) {
.footer_image_btm_image video {
    width: 830px;
    max-width: 100%;
}
	.bg_black_now p.black_desc {

		font-size: 17px;

		line-height: 28px;

	}

	.black_area_btn {

		font-size: 18px;

		line-height: 36px;

		height: 36px;

	}

	.bg_black_now h4 {

		font-size: 41px;

		line-height: 43px;

		padding-bottom: 20px;

	}

	.bg_black_now {

		margin-top: -210px;

	}

}


@media (min-width: 1800px) {

	.big_ript_logo_white {

		width: 260px;

	}

	.bg_black_now {

		margin-top: -250px;

	}

}


@media (min-width: 2200px) {

	.bg_black_now {

		margin-top: -330px;

	}
  
  .why_riptarea_full
{margin-top: -310px;}

}



@media (max-width: 1200px) {
  .parallax_desc_lander {
    top: 21%;
}
  .light_up_form {
    max-width: 550px;
}
  #parallax1 {
    background-attachment: inherit;
    background-position: top;
    background-size: cover;
}
  .parallax-slide {
    height: 1300px;
}
  .why_wood_area {
    padding: 110px 0 60px;
}
/*   .why_lt_area {
    order: 2;
}
  .why_rt_area {
    order: 1;
} */

  .left_woodarea {
    width: 42%;
}

  .rt_woodarea canvas
  {height: 200px !important;}
  
	.cnvs_ftr {

		display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
		justify-content: center;

	}


	.light_up_form {

		margin: auto;

		margin-top: 40px;

	}


	.hero_form_top {

		height: 0;

	}


	.logo_lander {

		max-width: 100%;

	}


	.simple_lndr_canvas canvas {

		height: 616px;

		width: 800px;

	}


	.why_wood_area h2 {

		font-size: 45px;

		line-height: 65px;

	}


	.why_wood_area ul li {

		font-size: 32px;

		margin-bottom: 20px;

	}


	.top_whyript_bg {

		position: relative;

		top: 2px;

	}


	.why_riptarea ul li {

		font-size: 32px;

		line-height: 37px;

		margin-bottom: 20px;

	}


	.bg_black_now h4 {

		padding-top: 40px;

	}


	.big_ript_logo_white {

		width: 450px;

		margin-top: -30px;

	}


	.hero_form {

		display: block;

	}


	.left_lander_logoarea {

		max-width: 100%;

		width: 100%;

		padding-bottom: 20px;

		padding-top: 20px;

	}


	.logo_lander {

		display: block;

		margin: auto;

		margin-bottom: 80px;

	}


	.form_bottom_bg {

		top: 99%;

	}

	.footer_image_btm_image img {

		width: 80%;

	}


	.bottom_whyript_bg {

		position: relative;

		/*top: -2px;*/

	}

}


@media (max-width: 1023px) {

	.why_wood_area {

		padding: 90px 0 45px;

	}


	.why_wood_area h2 {
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 65px;
}


	.rt_woodarea {
    max-width: 100%;
    width: 100%;
}


	.left_woodarea {
    max-width: 100%;
    width: 100%;
}


	.rt_woodarea {

		max-width: 500px;
margin-top: 100px;
		width: 100%;

	}

.rt_woodarea canvas {
    height: 360px!important;
}
	


	.why_lt_area {

		width: 100%;

		text-align: center;

		display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
		justify-content: center;

		flex-wrap: wrap;

	}


	.why_riptarea h3 {

		width: 100%;

		text-align: center;

	}


	.why_rt_area {

		width: 46%;

		margin: auto;

	}


	.black_area_btn {

		font-size: 26px;

		line-height: 24px;

		padding: 23px;

		width: 80%;


	}


	.why_ript_btn {

		font-size: 22px;

		width: 80%;

		padding: 25px;

	}


	.simple_lndr_canvas {

		padding: 25px;

	}


	.cnvs_ftr ul li a {

		font-size: 27px;

		line-height: 33px;

	}


	.simple_lndr_canvas canvas {

		height: 516px;

		width: 700px;

	}


	.why_riptarea ul li {

		font-size: 24px;

		line-height: 27px;

	}


	.why_riptarea .container {

	    padding: 50px 15px;

	}

.total_woodarea {
    display: block;
    width: 80%;
  margin: auto;
}
	

}


@media (max-width: 767px) {
  .total_woodarea {
    display: block;
    width: 100%;
    margin: auto;
}
  .why_wood_area ul li {

		    font-size: 37px;
    margin-bottom: 30px;

	}
  .ttl_why_area {

		display: block;

	}
  .parallax_simple_btn {
    width: 290px;
}
  .rt_woodarea canvas
  {height: 200px !important;}
  .parallax_desc_lander {
    width: 80%;
}
  .parallax-container {
    height: 920px;
}
  .why_riptarea {
    padding-top: 50px;
}
  .why_riptarea_full {
    margin-top: -100px;
}
  .parallax_simple_lander h4 {
    font-size: 38px;
    line-height: 47px;
    margin-bottom: 25px;
    text-align: center;
}
  .parallax_simple_lander ul li {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
}

	.head_animation_txt li {

		font-size: 25px;

	}

	.why_wood_area .container {

		padding: 0 25px;

	}


	.hero_form_area .container {

		padding: 0;

	}


	.why_wood_area ul li span.bullet_box {

		margin-right: 11px;

	}


	.why_riptarea ul li span {

		margin-right: 11px;

	}


	.why_ript_btn {

		font-size: 14px;

		padding: 15px;

		line-height: 24px;

	}


	.why_riptarea ul li {

		font-size: 20px;

		line-height: 23px;

		text-align: left;

	}


	.why_lt_area {

		margin-top: 48px;

	}


	.why_riptarea h3 {

		font-size: 35px;
    line-height: 38px;
    margin-bottom: 25px;

	}


	.why_rt_area {

		width: 267px;

	}


	.why_riptarea .container {

		padding-top: 0;

		padding-bottom: 50px;

	}


	.why_rt_area {

		order: 1;

	}


	.why_lt_area {

		order: 2;

	}


	.rt_woodarea {

		width: 300px;

		margin: auto;

		margin-top: 55px;

	}


	.why_wood_area ul li {

		font-size: 20px;

		margin-bottom: 20px;

		line-height: 23px;

	}


	.ttl_why_area {

		display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
		flex-wrap: wrap;

	}


	.light_up_form input[type="submit"],

	.light_up_form button {

		width: 100%;

	}


	.total_woodarea {

		display: block;

	}


	.left_woodarea {

		max-width: 100%;

		width: 100%;

	}


	.why_wood_area h2 {

		font-size: 31px;

		line-height: 33px;

		text-align: center;
      margin-bottom: 35px;

	}


	.why_wood_area {

		padding: 70px 0 60px;

	}


	.center_checkbox {

		margin-bottom: 18px;

	}


	.hero_form_area label {

		font-size: 15px;

		line-height: 24px;

	}


	.hero_form h1 {

		font-size: 43px;

		line-height: 50px;

	}


	.light_up_form {

		padding: 34px 30px 45px;

		max-width: 100%;

	}


	.light_up_form {

		margin-top: 10px;

	}


	.cnvs_ftr ul li a {

		font-size: 14px;

		line-height: 14px;

		padding: 0 12px;

	}


	.logo_lander {

		margin-bottom: 30px;

	}


	.left_lander_logoarea {

		padding-bottom: 20px;

		padding-top: 0;

	}


	.simple_lndr_canvas {

		padding: 0;

		margin: 0;

	}


	.logo_lander {

		max-width: 100%;

	}
  
  .logo_lander img
  {max-width: 270px;}


	.simple_lndr_canvas canvas {

		height: 231px;

		width: 300px;

	}


	.bg_black_now h4 {

		font-size: 32px;

		line-height: 37px;

		padding: 10px 0 10px;

	}


	.bg_black_now p.black_desc {

		font-size: 17px;

		line-height: 21px;

		width: 300px;

	}


	.black_area_btn {

		font-size: 16px;

		line-height: 24px;

		padding: 10px;

	}


	.big_ript_logo_white {

		width: 175px;

		margin-top: 49px;

	}


	.footer_image_btm_image img {
		width: 100%;
	}
.footer_image_btm_image video {
    width: 95%;
}
.parallax-slide {
    height: 980px;
}
}



@media (max-width: 575px) {

.why_wood_area {

		padding: 50px 0 60px;

	}
  
}


/****** Responsive and Big Screen Media Query End ******/