
/* General */
body {
	font-family: "Rajdhani",Helvetica,sans-serif;
	background-color: #ffffff;
}
footer {
	margin-top: 200px;
}
@media (max-width: 1600px) {
	footer {
		margin-top: 80px;
	}
}
@media (max-width: 992px) {
	footer {
		margin-top: 50px;
	}
}

.sam-temp-fw {
	width: 102vw;
	position: relative;
	margin-left: -51vw;
	left: 50%;
	padding: 0;
	background-color: #ffffff;
}
.sam-temp-fw:first-of-type {
	margin-top: -40px;
	margin-bottom: -10px;
	padding: 0;
}
.sam-temp-fw .container {
	padding: 0;
}
.sam-temp-fw .stfw-row,
.sam-temp-fw .stfw-col-6,
.sam-temp-fw .stfw-col-12 {
	padding: 0;
	margin: 0;
}
#row1_div {
	margin-top: 240px;
	margin-bottom: 150px;
}
#row2_div,
#row3_div {
	margin-bottom: 150px;
}
@media (max-width: 1600px) {
	#row1_div {
		margin-top: 210px;
		margin-bottom: 80px;
	}
	#row2_div,
	#row3_div {
		margin-bottom: 80px;
	}
}
@media (max-width: 992px) {
	#row1_div {
		margin-top: 200px;
		margin-bottom: 50px;
	}
	#row2_div,
	#row3_div {
		margin-bottom: 50px;
	}
}
@media (max-width: 768px) {
	.sam-temp-fw .stfw-row,
	.sam-temp-fw .stfw-col-6,
	.sam-temp-fw .stfw-col-12 {
		padding: 0 20px;
	}
}
@media (max-width: 700px) {
	.sam-temp-fw .stfw-row,
	.sam-temp-fw .stfw-col-6,
	.sam-temp-fw .stfw-col-12 {
		padding: 0 30px;
	}
}
@media (max-width: 600px) {
	.sam-temp-fw .stfw-row,
	.sam-temp-fw .stfw-col-6,
	.sam-temp-fw .stfw-col-12 {
		padding: 0 25px;
	}
}

h1, h2, h3 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: 700;
}
h1 {
	font-size: 70px;
	letter-spacing: -4px;
	margin-bottom: 20px;
}
h3 {
	font-size: 60px;
	letter-spacing: -2px;
	text-align: left;
	margin-bottom: 30px;
	position: relative;
	padding: 0;
}
h3:before {
	position: absolute;
	left: 0px;
	bottom: -15px;
	width: 100px;
	height: 4px;
	content: "";
	background-color: #000000;
}

p,ul {
	line-height: 26px;
	font-size: 17px !important;
	color: #717073 !important;;
}
@media (max-width: 1700px) {
	h1 {
		font-size: 60px;
	}
	h3 {
		font-size: 50px;
	}
}
@media (max-width: 992px) {
	h1 {
		font-size: clamp(35px, 10vw, 60px);
		letter-spacing: -2px;
		padding: 0;
		margin: 30px 0;
		width: 100%;
	}
	h3 {
		font-size: 9vw;
		letter-spacing: -2px;
		padding: 0;
		margin: 30px 0;
		width: 100%;
	}
}
/* END */
  




/* Main Hero */
.sam_hero {
  max-height: 400px;
  object-fit: cover;
  object-position: 50% 35%;
}
.sam_FW .sam_FW_row {
	position: relative;
}
.sam_FW .sam_FW_row img {
	width: 100%;
	height: auto;
}
.sam_FW .sam_FW_row .sam_FW_row_main {
	width: 1100px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, calc(50% - 60px));
	z-index: 5;
	border-radius: 12px;
}
.sam_FW .sam_FW_row .sam_FW_row_main .sam_FW_row_main_desc {
	text-align: center;
	border-top: 8px solid #303d57;

	font-size: var(--app_fontSize);
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	color: #000000;
	border-radius: 12px;
	box-shadow: 0px 20px 20px -8px #00000033;
	padding: 40px;
	background-color: #ffffff;
	background-clip: border-box;
}

.sam_FW .sam_FW_row .sam_FW_row_main .sam_FW_row_main_desc p {
	margin: 0;
	margin-top: 20px;
	padding: 0;
}
@media (max-width: 1700px) {
	.sam_FW .sam_FW_row .sam_FW_row_main {
		width: 900px;
	}
}
@media (max-width: 992px) {
	.sam_FW .sam_FW_row .sam_FW_row_main {
		width: 88%;
		padding: 0;
	}
	.sam_FW .sam_FW_row .sam_FW_row_main .sam_FW_row_main_desc p {
		font-size: 16px !important;
	}
}

@media (max-width: 600px) {
	.sam_FW .sam_FW_row .sam_FW_row_main .sam_FW_row_main_desc {
		margin-top: 40%;
	}

	#row1_div {
		margin-top: 300px;
	}
}

@media (max-width: 414px) {
	.sam_FW .sam_FW_row .sam_FW_row_main .sam_FW_row_main_desc {
		margin-top: 95%;
		padding: 20px;
	}

	#row1_div {
		margin-top: 400px;
	}
}

.sam_img {
	border-radius: 12px;
}


/* Animation */
.drop-in {
	display: block !important;
	animation: drop-in 1s ease 200ms backwards;
}

.drop-in-2 {
	animation: drop-in 1200ms ease 500ms backwards;
}
@keyframes drop-in {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}
	to {
		opacity: 1;
		transform: translate(0px);
	}
}

.drop-up {
	display: block !important;
	animation: drop-up 1s ease 200ms backwards;
}

.drop-up-2 {
	animation: drop-up 1200ms ease 500ms backwards;
}
@keyframes drop-up {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translate(0px);
	}
}
/* END */
   
  
/* Content Section - Two Columns */
.sam-temp-fw .stfw-row-2-col {
	display: none;
}
.sam-temp-fw .stfw-col-6 {
	height: 100%;
}
/* .sam-temp-fw .stfw-col-6 img {
	height: auto;
	max-width: 100%;
	box-shadow: 2px 2px 8px #000;
} */

@media (min-width: 993px) {
	.sam-temp-fw .stfw-col-6 .img_wrapper:after {
		background:url(https://3475623.fs1.hubspotusercontent-na1.net/hubfs/3475623/Product_Inner/Structure_Page/lion-custom-img-bg-arrow.png) 0px 0px/contain no-repeat;
		content: "";
		height: 100%;
		max-height: 100%;
		max-width: 20%;
		position: absolute;
		right: 10px;
		bottom: -15px;
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		width: 100%;
		z-index: 1;
	}
	.sam-temp-fw .stfw-col-6-right .img_wrapper:after  {
		background:url(https://3475623.fs1.hubspotusercontent-na1.net/hubfs/3475623/Product_Inner/Structure_Page/lion-custom-img-bg-arrow.png) 0 0/contain no-repeat;
		content: "";
		filter: FlipH;
		-ms-filter: FlipH;
		height: 100%;
		left: 10px;
		bottom: -15px;
		max-height: 100%;
		max-width: 20%;
		position: absolute;
		-moz-transform: rotate(0) scaleY(-1);
		-ms-transform: rotate(0) scaleY(-1);
		-webkit-transform: rotate(0) scaleY(-1);
		transform: rotate(0) scaleY(-1);
		width: 100%;
		z-index: 1;
	}
}


.sam-temp-fw .stfw-col-6-left {
	padding-right: 25px;
}
.sam-temp-fw .stfw-col-6-right {
	padding-left: 25px;
}
.sam-temp-fw .stfw-row-2-col {
	padding-top: 0px;
}
.sam-temp-fw .stfw-row-2-col:last-of-type {
	padding-bottom: 60px;
}
.stfw-col-6 .stfw-div-middle {
	/* padding: 0 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%); */
	padding-top: 50px;
}
.stfw-col-6 .stfw-div-middle h2 {
	text-align: left;
}
@media (max-width: 1400px) {
	.stfw-col-6 .stfw-div-middle {
		padding: 0 20px;
	}
}
@media (max-width: 960px) {
	.stfw-col-6 .stfw-div-middle {
		position: relative;
		top: 0%;
		transform: translateY(0%);
	}
	.stfw-col-6 .stfw-div-middle,
	.sam-temp-fw .stfw-col-6 img {
		padding: 0 0px;
	}
	.sam-temp-fw .stfw-col-6-left,
	.sam-temp-fw .stfw-col-6-right {
		padding: 0 0px;
	}
	.stfw-col-6 .stfw-div-middle {
		padding: 0 0px;
	}
}
@media (max-width: 700px) {
	.sam-temp-fw .stfw-row-2-col:first-of-type {
		padding-top: 40px;
	}
	.sam-temp-fw .stfw-row-2-col:last-of-type {
		padding-bottom: 30px;
	}
}

/* For Animation */
.sam-temp-fw #row1 {
	height: 60px;
}
.sam-temp-fw #row2,
.sam-temp-fw #row3,
.sam-temp-fw #row4,
.sam-temp-fw #row5,
.sam-temp-fw #row6,
.sam-temp-fw #row7,
.sam-temp-fw #row8,
.sam-temp-fw #row9,
.sam-temp-fw #row10 {
	margin-top: 40px;
}
@media (max-width: 700px) {
	.sam-temp-fw #row1 {
		height: 40px;
	}
	.sam-temp-fw #row2,
	.sam-temp-fw #row3,
	.sam-temp-fw #row4,
	.sam-temp-fw #row5,
	.sam-temp-fw #row6,
	.sam-temp-fw #row7,
	.sam-temp-fw #row8,
	.sam-temp-fw #row9,
	.sam-temp-fw #row10 {
		margin-top: 10px;
	}
}

