@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* Header Start */
header .logo img {
	height: 130px;
	width: auto;
}
header ul {
	list-style: none;
}

header ul li {
	transition: ease-in-out 0.3s;
}

header button {
	transition: ease-in-out 0.3s;
}

header .brw1px {
	border-right-style: solid;
}

header .mobile-postion {
	left: -100%;
	top: 100px;
	bottom: 0;
	transition: ease-in-out 0.3s;
	z-index: 999;
}

.mobile-postion-active {
	left: 0 !important;
}

/* Hero Section Start */
.hero-section {
	width: 100%;
	height: 630px;
	background-color: #2a9d8f;
	position: relative;
}

.hero-section > img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
	margin: auto;
	z-index: 1;
}

.hero-section h1 {
	color: #fff;
	font-family: Poppins;
	font-size: 45px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: relative;
	z-index: 3;
}

.hero-section h1 span {
	color: #fff;
	font-family: Poppins;
	font-size: 52px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.hero-section div > div > div > img {
	height: auto;
	width: 800px;
	position: relative;
	z-index: 3;
}

/* Tab Section Start */
.tab-section {
	padding: 50px 0;
	background: rgba(18, 133, 119, 0.2);
}

.tab-section > div {
	border-radius: 12px;
	border: 1px solid #dedede;
	background: #fff;
	padding: 7px;
	width: fit-content;
}

.tab-section > div > button.tab-button {
	background: #fff;
	color: #000;
	transition: ease-in-out 0.2s;
	box-shadow: 0px 4px 25px 0px rgba(42, 157, 143, 0.5);
}

.tab-section > div > button.tab-button:hover {
	color: #fff;
	background: #264653;
}

.tab-section > div > button.tab-button.active {
	color: #fff;
	background: #264653;
}

/* Mobile Section Start */
.mobile-section > div > img {
	top: -40px;
	left: 180px;
	position: absolute;
}

.mobile-section > div .mobile-number-shadow {
	filter: drop-shadow(0px 4px 25px rgba(42, 157, 143, 0.5));
}

.mobile-section > div .pre-info-section {
	width: 420px;
}

.mobile-section > div .pre-img-section img {
	width: 515px;
	height: auto;
}

.mobile-section2 {
	margin: 50px 0;
}

.mobile-section > div .timeline {
	height: 100%;
	width: 3px;
	background: #52b4a8;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.mobile-section > div .timeline div {
	background-color: #fff;
	filter: drop-shadow(0px 4px 25px rgba(42, 157, 143, 0.5));
	width: 74px;
	height: 74px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -35px;
	margin: auto;
	border-radius: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mobile-section2 > div .side-shadow-box {
	height: 430px;
	width: 50%;
	background: linear-gradient(91deg, #2a9d8f 28.3%, rgba(42, 157, 143, 0) 102.5%);
	border-radius: 39px;
	opacity: 0.2;
	position: absolute;
	z-index: 1;
}

.mobile-section2 > div:nth-child(1) .side-shadow-box,
.mobile-section2 > div:nth-child(3) .side-shadow-box {
	left: -16%;
	transform: rotate(30deg);
}

.mobile-section2 > div:nth-child(2) .side-shadow-box,
.mobile-section2 > div:nth-child(4) .side-shadow-box {
	right: -16%;
	transform: rotate(150deg);
}

.tab-content {
	animation-duration: 0.3s;
	animation-timing-function: ease-in-out;
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.tab-content.active {
	display: block;
	animation-name: fade-in;
}

.tab-content.fade-out {
	opacity: 0;
}

/* Retailer Section Start */
.retailer-section {
	padding: 50px 0;
	background: rgba(18, 133, 119, 0.2);
}

.retailer-section img {
	width: 80px;
	height: auto;
}

/* Sign Up Start */
.sign-up {
	width: 100%;
	height: 275px;
	padding-top: 50px;
}
.sign-up > img {
	height: 275px;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.sign-up .content-box {
	position: relative;
	z-index: 3;
}

.sign-up .content-box .content-img div {
	text-align: center;
}

.sign-up .content-box .content-img div a img {
	width: 86px;
	height: auto;
}

/* Footer Start */
footer ul {
	list-style: none;
	padding: 0;
}

footer ul li {
	transition: ease-in-out 0.3s;
}

footer button {
	transition: ease-in-out 0.3s;
}

footer .btw1px {
	border-top-style: solid;
}

/* XS Mobile */
@media only screen and (max-width: 35.99rem) {
	header .logo img {
		height: auto;
		width: 220px;
	}
	header .mobile-postion {
		top: 60px;
	}
	.hero-section {
		height: fit-content;
	}
	.hero-section div > div > div {
		text-align: center;
	}
	.hero-section div > div > div > img {
		width: 270px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.hero-section h1 {
		font-size: 20px;
		text-align: center;
		padding-top: 30px;
		margin-bottom: 30px;
	}
	.hero-section h1 span {
		font-size: 27px;
	}
	.footer-brand-box > img {
		height: auto;
		width: 290px;
	}
	.sign-up .content-box .content-img div a img {
		width: 70px;
		height: auto;
	}
	.sign-up {
		height: 310px;
	}
	.sign-up > img {
		height: 310px;
	}
	.mobile-section > div > img {
		display: none;
	}
	.mobile-section > div .pre-info-section {
		width: 280px;
		margin: 0 auto;
	}
	.mobile-section > div .pre-img-section {
		text-align: center;
	}
	.mobile-section > div .pre-img-section img {
		width: 250px;
	}
	.retailer-section img {
		width: 60px;
		height: auto;
	}
	.mobile-section > div .timeline {
		display: none;
	}
}

/* SM  Tablet */
@media only screen and (min-width: 36rem) {
	header .logo img {
		height: 80px;
	}
	.hero-section {
		height: 350px;
	}
	.hero-section div > div > div > img {
		width: 290px;
	}
	.hero-section h1 {
		font-size: 18px;
	}
	.hero-section h1 span {
		font-size: 24px;
	}
	.footer-brand-box > img {
		height: 120px;
		width: auto;
	}
	.sign-up .content-box .content-img div a img {
		width: 60px;
		height: auto;
	}
	.sign-up {
		height: 240px;
	}
	.sign-up > img {
		height: 240px;
	}
	.mobile-section > div > img {
		display: none;
	}
	.mobile-section > div .pre-info-section {
		width: 280px;
	}
	.mobile-section > div .pre-img-section img {
		width: 250px;
	}
	.retailer-section img {
		width: 60px;
		height: auto;
	}
	.mobile-section > div .timeline {
		display: none;
	}
}

/* MD Tablet and Laptop */
@media only screen and (min-width: 48rem) {
	header .logo img {
		height: 80px;
	}
	.hero-section {
		height: 350px;
	}
	.hero-section div > div > div > img {
		width: 335px;
	}
	.hero-section h1 {
		font-size: 25px;
	}
	.hero-section h1 span {
		font-size: 32px;
	}
	.footer-brand-box > img {
		height: 130px;
		width: auto;
	}
	.sign-up .content-box .content-img div a img {
		width: 86px;
		height: auto;
	}
	.sign-up {
		height: 275px;
	}
	.sign-up > img {
		height: 275px;
	}
	.mobile-section > div > img {
		display: block;
		top: -40px;
		left: 80px;
		height: calc(100% - 50px);
	}
	.mobile-section > div .pre-info-section {
		width: 260px;
	}
	.mobile-section > div .pre-img-section img {
		width: 250px;
	}
	.retailer-section img {
		width: 60px;
		height: auto;
	}
	.mobile-section > div .timeline {
		display: flex;
	}
}

/* LG Laptop */
@media only screen and (min-width: 62rem) {
	header .logo img {
		height: 70px;
	}
	.hero-section {
		height: 450px;
	}
	.hero-section div > div > div > img {
		width: 500px;
	}
	.hero-section h1 {
		font-size: 30px;
	}
	.hero-section h1 span {
		font-size: 37px;
	}
	.footer-brand-box > img {
		height: 80px;
		width: auto;
	}
	.mobile-section > div > img {
		top: -40px;
		left: 90px;
		height: calc(100% - 50px);
	}
	.mobile-section > div .pre-info-section {
		width: 280px;
	}
	.mobile-section > div .pre-img-section img {
		width: 350px;
	}
	.retailer-section img {
		width: 60px;
		height: auto;
	}
}

/* XL Desktop */
@media only screen and (min-width: 75rem) {
	header .logo img {
		height: 100px;
	}
	.hero-section {
		height: 500px;
	}
	.hero-section div > div > div > img {
		width: 630px;
	}
	.hero-section h1 {
		font-size: 35px;
	}
	.hero-section h1 span {
		font-size: 42px;
	}
	.footer-brand-box > img {
		height: 130px;
		width: auto;
	}
	.mobile-section > div > img {
		top: -40px;
		left: 100px;
	}

	.mobile-section > div .pre-info-section {
		width: 420px;
	}

	.mobile-section > div .pre-img-section img {
		width: 450px;
	}
	.retailer-section img {
		width: 80px;
		height: auto;
	}
}

/* XXL Extra Large Desktop */
@media only screen and (min-width: 87.5rem) {
	header .logo img {
		height: 130px;
	}
	.hero-section {
		height: 630px;
	}
	.hero-section div > div > div > img {
		width: 800px;
	}
	.footer-brand-box > img {
		height: 130px;
		width: auto;
	}
	.mobile-section > div > img {
		top: -40px;
		left: 180px;
	}

	.mobile-section > div .pre-info-section {
		width: 420px;
	}

	.mobile-section > div .pre-img-section img {
		width: 515px;
	}
}

/* Hamburger Menu */
.hamburger {
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.9;
}
.hamburger.is-active:hover {
	opacity: 0.9;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #264653;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #264653;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}

/*
     * Spring Reverse
     */
.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
	top: -20px;
	transition:
		top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
	transition:
		top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),
		transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition:
		top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition:
		top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),
		transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.account-content > * > div input {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 30px;
	box-sizing: border-box;
}

.form-switch {
	display: inline-block;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.form-switch i {
	position: relative;
	display: inline-block;
	margin-right: 0.5rem;
	width: 46px;
	height: 26px;
	background-color: #e6e6e6;
	border-radius: 23px;
	vertical-align: text-bottom;
	transition: all 0.3s linear;
}
.form-switch i::before {
	content: "";
	position: absolute;
	left: 0;
	width: 42px;
	height: 22px;
	background-color: #fff;
	border-radius: 11px;
	transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
	transition: all 0.25s linear;
}
.form-switch i::after {
	content: "";
	position: absolute;
	left: 0;
	width: 22px;
	height: 22px;
	background-color: #fff;
	border-radius: 11px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
	transform: translate3d(2px, 2px, 0);
	transition: all 0.2s ease-in-out;
}
.form-switch:active i::after {
	width: 28px;
	transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after {
	transform: translate3d(16px, 2px, 0);
}
.form-switch input {
	display: none;
}
.form-switch input:checked + i {
	background-color: #4bd763;
}
.form-switch input:checked + i::before {
	transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
	transform: translate3d(22px, 2px, 0);
}

.styled-table {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	font-family: sans-serif;
	min-width: 400px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
	background-color: #074f57;
	color: #ffffff;
	text-align: left;
}
.styled-table th,
.styled-table td {
	padding: 12px 15px;
}
.styled-table tbody tr {
	border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
	border-bottom: 2px solid #009879;
}
.styled-table tbody tr.active-row {
	font-weight: bold;
	color: #009879;
}

.modal-window {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.25);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s;
	&:target {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}
	& > div {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 2em;
		background: white;
	}
	header {
		font-weight: bold;
	}
	h1 {
		font-size: 150%;
		margin: 0 0 15px;
	}
}
