/*------------reset-----------------*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	scroll-margin-top: 60px;
}

body {
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
}

html {
	font-size: 16px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* ------------------- Container ------------------- */
.container {
	max-width: 1320px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

.container-full {
	padding: 40px 0;
}

/* ------------------- Title ------------------- */
.title {
	text-align: center;
}

.title h2 {
	font-family: "Baloo 2", sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 54px;
	text-align: center;
	color: #0e807e;
	margin-bottom: 15px;

}

.text {
	font-size: 16px;
	line-height: 26px;
}

h3 {
	font-size: 32px;
	line-height: 36px;
}

h4 {
	font-size: 24px;
	line-height: 28px;
}

h1,
h2,
h3,
h4 {
	font-family: "Baloo 2", sans-serif;
	font-weight: 700;
}

h1,
h2,
h3 span,
h4 {
	color: #0e807e;
}

h1 {
	font-size: 56px;
	line-height: 53px;
}
h1 span{
	color: #000;
}
/*------------banner-----------------*/
.banner {
	background: #ACF4A1;
	padding: 6px;
}

.banner-inner {
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.8rem;
}

.banner .banner-inner .highlight {
	font-weight: 600;
}

.banner .banner-inner .code {
	background: #000000;
	color: #fff;
	padding: 0.3125rem 1rem;
	font-weight: bold;
	border-radius: 0.5rem;
	margin: 0px 0.5rem;
}

/*------------header-----------------*/
header {
	padding: 14px 0;
	background-color: white;
	position: sticky;
	z-index: 1000;
}

header .container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	justify-content: space-between;
	max-width: 1320px;
}

header #menu-btn {
	display: none;
}

header nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding-left: 20px;
}

header nav a {
	text-decoration: none;
	color: #000;
}

header nav .nav-left {}

header nav .nav-left a {
	font-size: 15px;
	color: #202e3b;
	padding-left: 17px;
}

header nav .nav-right {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

header nav .nav-right a {
	color: #202e3b;
	font-size: 17px;
	font-weight: 700;
	text-decoration: underline;
}

header .logo {
	width: 215px;
}

/* ------------------- Button ------------------- */
.btn {
	font-family: "Baloo 2", sans-serif;
	font-weight: 700;
	background-color: #fff200 !important;
	border-radius: 8px;
	border: 1px solid #cab303;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
	color: #000000 !important;
	line-height: 32px;
	font-size: 20px;
	padding: 8px 18px;
	text-decoration: none;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.btn img {
	width: 20px;
	height: 20px;
}

.btn:hover {
	background-color: #d7a90f;
	border-color: transparent;
}

.btn-box.btn-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-box .btn {
	font-family: "Baloo 2", sans-serif;
	font-weight: 700;
	color: #000;
	background-color: #fff200 !important;
	border-radius: 40px;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
	font-size: 18px;
	line-height: 23px;
	padding: 15px 24px 14px 32px;
	/*-webkit-animation: pulse 1.5s infinite ease;
	animation: pulse 1.5s infinite ease;*/
}

.btn-box .btn:hover {
	background-color: #fff200;
	border-color: transparent;
}

.btn-box .btn-text-row {
	font-size: 11px;
	line-height: 16px;
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	gap: 5px;
	color: #202e3b;
}

.btn-box .btn-text-row .btn-dot {
	height: 7px;
	width: 7px;
	background-color: #95df89;
	border-radius: 50%;
	margin-right: 8px;
	-webkit-box-shadow: 0 0 0 2px #adf4a1;
	box-shadow: 0 0 0 2px #adf4a1;
	-webkit-animation: pulseCtaShip 1.725s forwards infinite ease-out;
	animation: pulseCtaShip 1.725s forwards infinite ease-out;
	opacity: 0.5;
}

@-webkit-keyframes pulseCtaShip {
	45% {
		-webkit-box-shadow: 0 0 0 5px #adf4a1;
		box-shadow: 0 0 0 5px #adf4a1;
		opacity: 1;
	}

	55% {
		opacity: 1;
	}
}

@keyframes pulseCtaShip {
	45% {
		-webkit-box-shadow: 0 0 0 5px #adf4a1;
		box-shadow: 0 0 0 5px #adf4a1;
		opacity: 1;
	}

	55% {
		opacity: 1;
	}
}

.btn-box .btn-text-row .btn-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 3px;
	text-align: start;
}

.btn-box .btn-text-row .btn-stock-view {
	font-size: 0;
}

.btn-box .btn-text-row .btn-stock-view span {
	background-color: green;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 2px;
	margin-top: 8px;

}

.btn-box .btn-text-row .btn-stock-view span:first-child {
	background-color: #fc2201 !important;
}

.btn-box.grey-dots .btn-stock-view span {
	background-color: rgba(217, 217, 217, 0.6) !important;
}

.btn-box .btn-text-row .btn-stock {
	font-size: 12px;
	color: #ea4701;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@-webkit-keyframes pulseCTAButton {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes pulseCTAButton {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

/*------------hero-----------------*/
.hero {
	background-color: #fffbf6;
	padding: 54px 0 44px 0;
}
.hero.hero2{
	background-color: #f5fbfb;
}
.hero .hero-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
	max-width: 1050px;
	gap: 40px;
	padding: 0px 20px;
}

.hero .hero-left {
	width: 100%;
}

.hero .hero-left .recommend {
	max-width: 475px;
	display: flex;
	align-items: center;
	gap: 0.6875rem;
	font-size: 0.875rem;
	line-height: 1.3125rem;
	padding-top: 1.375rem;
}

.hero .hero-inner .hero-left .hero-img {
	position: relative;
}

.hero .hero-inner .hero-mob {
	position: relative;
}

.hero .hero-inner .hero-left .hero-img .hero-bg {
	border-radius: 40px;
}

.hero .hero-inner .hero-left .hero-img .hero-banner {
	background-color: #18d0cc;
	padding: 18px 8px;
	border-radius: 20px;
	width: fit-content;
	position: absolute;
	top: 70%;
	left: 2px;
}

.hero .hero-inner .hero-mob .hero-bg {
	max-width: 100%;
	margin: 0 auto;
	border-radius: 40px;
}

.hero .hero-inner .hero-mob .hero-banner {
	background-color: #18d0cc;
	padding: 18px 8px;
	border-radius: 20px;
	width: fit-content;
	position: absolute;
	top: 70%;
	left: 15%;
}

.hero .hero-inner .hero-mob .hero-banner img {
	width: 74px;
	height: 64px;
}

.hero .hero-inner .hero-left .hero-img .hero-banner img {
	width: 74px;
	height: 64px;
}

.hero .hero-right {
	max-width: 680px;
	width: 100%;
}

.hero .hero-right .hero-mob,
.hero .hero-right #logos {
	display: none;
}

.hero .rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.hero .rating p {
	font-size: 14px;
	line-height: 24px;
}

.hero h4 {
	font-size: 20px;
	line-height: 26px;
	margin-top: 15px;
	font-weight: 400;
}

.hero2 .hero-inner .hero-left {
	position: relative;
}

.hero2 .hero-inner .hero-left .badges {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	top: -78px;
	left: 75%;
	padding: clamp(3.75rem, -7.083rem + 17.333vw, 7rem) clamp(2.063rem, -4.813rem + 11vw, 4.125rem) 0 0;
	width: 200px;
}

.show-pc {
	display: block;
}

.hero .hero-review {
	margin-top: 30px;
	display: grid;
	grid-template-columns: 68px auto;
	align-items: start;
	gap: 20px;
}

.hero .hero-review .avatar {
	border-radius: 50%;
}

.hero .hero-review .hero-review-text {
	max-width: 404px;
	width: 100%;
}

.hero .hero-review .hero-review-text .stars {
	width: 100px;
	margin-bottom: 5px;
}

.hero .hero-review .hero-review-text p {
	font-size: 14px;
	line-height: 24px;
}

.hero .hero-review .hero-review-text p span {
	color: #858585;
	font-size: 11px;
	line-height: 24px;
}

.hero .btn-box {
	margin-top: 30px;
}

.show-tab {
	display: none;
}

.hero-mob-review {
	display: none;
}

.hero ul {
	list-style: none;
	margin-top: 20px;
	padding: 0px 10px;
}

.hero ul li {
	font-size: 1rem;
	line-height: 1.375rem;
	font-weight: 700;
	background: url("../img/green-checkmark.webp") no-repeat left 0.2rem / 1rem auto;
	padding-left: 1.6rem;
	margin-bottom: 10px;
}

.hero.hero2 .hero-left .hero-bg {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.hero .hero-right .recommend {
	display: none;
}

/*-------------Ads seen on----------------*/
.AdsSeenOn .container {
	border-top: 1px dashed #caab85;
	max-width: 965px;
}

.AdsSeenOn,
.AdsSeenOn-slide-mobile {
	background: #fffbf6;
	color: #000;
	position: relative;
	z-index: 999;
}

.AdsSeenOn-inner,
.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 25px 0;
	max-width: 965px;
	gap: 110px;
	margin: 0 auto;
}

.AdsSeenOn .AdsSeenOn-inner .AdsSeenOn-item,
.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide .AdsSeenOn-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;

}

.AdsSeenOn .AdsSeenOn-inner .AdsSeenOn-item p,
.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide .AdsSeenOn-item p {
	font-size: 16px;
	line-height: 19px;
	text-align: center;
}

.AdsSeenOn .container {
	max-width: 1115px;
}

.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4.5rem;
	-webkit-animation: moveCustomersPhotos 20s linear infinite;
	animation: moveCustomersPhotos 20s linear infinite;
}

.AdsSeenOn-slide-mobile {
	display: none;
}

/*------------overview-----------------*/
.overview .text {
	max-width: 724px;
	margin: 12px auto 22px auto;
	text-align: center;
}

.overview .videophoto {
	width: 954px;
	margin: 0 auto;
	display: flex;
}

.overview video {
	width: 50%;
	object-position: 20%;
	height: 420px;
	object-fit: cover;
	border-radius: 40px 0px 0px 40px;
	z-index: 3;
}

.overview img {
	width: 50%;
	z-index: 2;
	border-radius: 0px 40px 40px 0px;
}

/*------------grid2-----------------*/
.grid2 {
	background-color: rgba(244, 250, 250, 0.89);
}

.grid2 .title h2 {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 35px;
}

.grid2 .grid2-inner {
	display: flex;
	flex-direction: column;
	gap: 65px;
	width: 954px;
	margin: 0 auto;
}

.grid2 .grid2-inner .grid2-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 35px;
	grid-row-end: auto;
}

.grid2 .grid2-inner .grid2-item video,
.grid2 .grid2-inner .grid2-item img {
	width: 100%;
	height: 265px;
	object-fit: cover;
	border-radius: 20px;
}

.grid2 .grid2-inner .grid2-item .grid2-text {
	max-width: 440px;
	margin: 0 auto;
}

.grid2 h3 {
	margin-bottom: 15px;
}

.grid2 ul {
	margin-left: 42px;
}

.grid2 ul li {
	margin-bottom: 8px;
	line-height: 26px;
}

/*------------birds-----------------*/
.birds {
	width: 954px;
	height: 400px;
	object-fit: cover;
	object-position: top left;
	margin: 0 auto;
	background: url("../img/birds-bg.webp") no-repeat top left/cover;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 65px;
}

.birds .birds-text {
	max-width: 580px;
	position: absolute;
	right: 20px;
	top: 20%;
}

.birds .news {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	color: #fff;
}

.birds .news {
	display: flex;
	align-items: center;
	padding: 20px;
	gap: 25px;
	justify-content: center;
}

.birds .news p {
	width: 120px;
}

.birds .news .news-row {
	display: flex;
	flex-direction: row;
	gap: 25px;
	flex-wrap: wrap;
	justify-content: center;
}

/*------------steps-----------------*/
.steps {}

.steps .steps-inn {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	justify-content: space-between;
	gap: 56px;
	margin: 0 auto;
	margin-top: 40px;
	width: 954px;
}

.steps img {
	border-radius: 20px;
	margin-bottom: 20px;
}

.steps .steps-inn .steps-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	text-align: center;
}

.steps .steps-inn .steps-item:nth-child(1) {
	position: relative;
}

.steps .steps-inn .steps-item:nth-child(1)::before {
	content: "";
	background: url("../img/bird-1.webp");
	position: absolute;
	width: 200px;
	height: 200px;
	left: 50%;
}

.steps .steps-inn .steps-item:nth-child(3) {
	position: relative;
}

.steps .steps-inn .steps-item:nth-child(3)::before {
	content: "";
	background: url("../img/bird-2.webp");
	position: absolute;
	width: 200px;
	height: 200px;
	top: 40%;
	left: 10%;
}

.steps .steps-inn .steps-item .steps-text p {
	margin-top: 10px;
}

/* ------------ Comparison ------------ */
#comparison {
	padding: 2rem 0 2rem 0;
	background-color: #fffbf6;
}

.CompBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 928px;
	margin: 0 auto;
	margin-top: 8rem;
	margin-bottom: 1rem;
	background: transparent;
	border-radius: 15px;
}

.CompBox .compCol1 {

	width: 48%;
	padding: 15px 0;
	position: relative;
	padding-top: 121px;
}

.CompBox .compCol1 ul {
	padding-left: 0;
	width: 100%;
}

.CompBox .compCol1 ul li {
	width: 100%;
	height: 55px;
	text-align: left;
	padding: 14px 14px 14px 53px;
	position: relative;
	border-top: 1px dashed #caab85;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

.CompBox .compCol2 ul li p {
	padding-left: 10px;
	font-weight: 600;
	text-align: start;
}

.CompBox .compCol1 ul li:last-child {
	border-bottom: none;
}

.CompBox .compCol1 ul li p {
	width: 100%;
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #000;
	font-weight: 500;
	margin-bottom: 0;
}

.CompBox .compCol2 {
	width: 26%;
	background-color: #f5fbfb;
	color: #000;
	border-radius: 10px;
	margin: -30px 0px 10px 0;
	padding-bottom: 15px;
}

.CompBox .compCol3 {
	color: #000;
}

.CompBox .compCol2 ul {
	list-style: none;
	padding-top: 5px;
	padding-left: 0;
	width: 100%;
}

.CompBox .compCol2 ul li {
	width: 100%;
	height: 55px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: 1px dashed #caab85;
	padding: 10px 0 10px 20px;

}

.CompBox .compCol2 ul li:last-child {
	border-bottom: none;
}

.CompBox .compCol2 ul li svg {
	color: #ffffff;
	height: 30px;
	width: 30px;
}

.CompBox .compCol2Top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 145px;
	width: 100%;
}

.CompBox .compCol2Top.compCol3Top {
	height: 151px;
}

.CompBox .compCol2Top.compCol3Top p {
	display: inline-block;
	line-height: 1.375rem;
	letter-spacing: 0.3px;
	padding: 6px 15px;
	border-radius: 50px;
	color: #000;
	font-size: 18px;
	font-weight: 800;
	text-align: center;
	padding: 0;
	margin-bottom: 30px;
}

.CompBox .compCol2Top .compCol2Prod {
	margin: auto;
	max-width: 80%;
	height: auto;
}


.CompBox .compCol3 {
	background-color: transparent;
}

.CompBox .compCol3 ul {
	padding-top: 0px;
}

.CompBox .compCol3 ul li svg {
	color: #adadad;
}

#comparison .btn-box.pc {
	align-items: center;
}

.CompBox .compCol2Prod.product {
	margin-top: -80px;
	width: 120px;
}

.CompBox .compCol2Prod.product.product3 {
	margin-top: 63px;
}

.CompBox .compCol3 .compCol3Top p {
	position: relative;
	top: 84px;
}

/* ------------ 30 day guarantee ------------ */
.moneyback {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 45px;
	max-width: 928px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 44px 85px;
	color: white;
	background-color: #0e807e;
	border-radius: 20px;
}

.moneyback h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 43px;
}

.moneyback p {
	font-size: 18px;
	line-height: 30px;
}

.moneyback .moneyback-img {
	display: block;
	padding: 25px 11px;
	border-radius: 20px;
	background-color: #9ae3e1;
}

.moneyback .moneyback-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

/*------------contents-----------------*/
.contents .contents-inn {
	width: 954px;
	height: 546px;
	object-fit: cover;
	object-position: top left;
	margin: 0 auto;
	background: url("../img/contents-img.webp") no-repeat top left/cover;
	position: relative;
	border-radius: 20px;
	margin-top: 35px;
	padding: 60px;
}

.contents .contents-inn .contents-text {
	display: flex;
	justify-content: flex-end;
	position: relative;
	top: 20%;
}

.contents .contents-inn .contents-text ul {
	list-style: none;
	font-weight: 800;
	line-height: 36px;
}

.contents .contents-inn .contents-text ul li {
	font-size: 16px;
	color: #000;
}

.contents-inn-mob {
	display: none;
}

.contents-inn-mob ul {
	list-style: none;
	font-weight: 800;
	line-height: 36px;


}

.contents .contents-inn-mob .contents-text {
	padding: 20px;
	background-color: #edeef0;
	display: flex;
	justify-content: center;
	width: 100%;
}

.contents .contents-inn-mob .contents-text ul li {
	font-size: 16px;
	color: #000;
}

.contents .contents-inn-mob img {
	width: 100%;
}

/*------------specs-----------------*/
.specs {
	width: 954px;
	background-color: #f5fbfb;
	border-radius: 20px;
	padding: 20px 16px 24px 16px;
	margin: 0 auto;
	margin-top: 35px;
}

.specs h3 {
	color: #0e807e;
}

.specs .specs-inn .specs-grid ul {
	list-style: none;
}

.specs .specs-inn .specs-grid ul li {
	border-top: 1px dashed #475858;
	padding: 12px 10px 11px 0;
}

.specs .specs-inn {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-top: 20px;
}

.specs .specs-inn .specs-grid:last-child ul li:last-child {
	border-bottom: 1px dashed #475858;
}

/* ------------ Reviews ------------ */
#reviews {
	background: linear-gradient(to bottom,
			white 0px,
			white 307px,
			#fffbf6 307px,
			#fffbf6 100%);

}

.reviews {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin: 34px auto 0px;
	gap: 16px;
	width: 954px;

}

.reviews img {
	width: 100%;
}

.reviews .review {
	margin-bottom: 25px;
	border-radius: 7px;
	overflow: hidden;

	border-radius: 25px;
	max-width: 350px;
}

.reviews .review .review-img {
	max-width: 100%;
	margin: 0 auto;
	object-fit: cover;
	border-radius: 20px;

}

.reviews .review video {
	height: 412px;
	width: 100%;
}

.reviews .review .review-stars {
	width: 96px;
}

.reviews .review .review-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 6px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
}

.reviews .review .review-name img {
	width: 16px;
}

.reviews .review .review-name span {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	margin-top: 2px;
	gap: 6px;
	line-height: 28px;
}

.reviews .review .review-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	padding: 20px 20px 30px 20px;
}

.review-content .reviews-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between !important;
	width: 95%;
}

.review-content .reviews-top p {
	color: grey;
	font-size: 1rem;
	line-height: 1.625rem;
}

.review-text {
	font-size: 1.125rem;
	line-height: 1.875rem;

}

.review-text b {
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;

}
/* ------------ FAQ ------------ */
.accs {
  margin: 30px auto;
  width: 1050px;
}

.accordion-container {
  border-radius: 8px;
  border: 1px solid #4f4f4f;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
  background-color: white;
  padding: 28px 34px 24px 34px;
  
}

.accordion {
  color: black;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: inherit;
  display: grid;
  grid-template-columns: auto 30px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq-icon {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 1;
  border: 2px solid #000000;
  border-radius: 50%;
  -webkit-transition: 0.24s, top 0.44s;
  transition: 0.24s, top 0.44s;
}

.faq-icon::before {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 12px;
  right: 5px;
  width: 16px;
  height: 2px;
  -webkit-transition: 0.46s ease-in;
  transition: 0.46s ease-in;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-icon::after {
  content: "";
  background-color: #000000;
  position: absolute;
  top: 12px;
  right: 5px;
  width: 16px;
  height: 2px;
  -webkit-transition: 0.46s ease-in;
  transition: 0.46s ease-in;
  opacity: 1;
}

.active .faq-icon::after {
  opacity: 0 !important;
}

.active .faq-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.panel p {
  padding-top: 0;
}

.active {
  padding-bottom: 10px;
}
/*-------------footer----------------*/

.mobile-order-now .btn-box {
	margin: 0 auto;
}

.mobile-order-now .btn-box a {
	margin: 0;
}

.footer {
	padding: 2.5rem 0;
	border-top: 1px solid #babdbc;
}

.footer-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.footer nav a {
	display: inline;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.footer img {
	width: 10rem;
	height: auto;
	margin: 0 auto 1rem;
}

.footer nav a:hover {
	color: #1F88DB;
	text-decoration: underline;
}

.footer nav {
	font-size: 1rem;
	line-height: 2.125rem;
	text-align: center;
}

.footer-inner p {
	font-size: 1rem;
	line-height: 2.125rem;
	text-align: center;
}

.footer nav a::after {
	content: "|";
	margin: 0 0.3125rem;
}

.hidden {
	display: none !important;
}
/*-------------policy----------------*/

.html.container-all {
	padding: 0.625rem 1.875rem;
}

.html.container-all h3 {
	text-align: center;
	font-size: 1.875rem;
	margin-bottom: 1.25rem;
}

.html.container-all p {
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-bottom: 1.25rem;
	font-weight: 300;
}

.html.container-all .highlight {
	font-weight: 600;
}
/*------------media queries-----------------*/
@media (min-width: 1500px) {}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {
	.accs {
		max-width: 915px;
	}
}

@media (max-width: 1024px) {
	.reviews {
		grid-template-columns: 1fr 1fr;
		justify-content: center;
		max-width: 650px;
	}

	.review-content .review-text b {
		font-size: 1rem;
	}

	.reviews .review {
		max-width: 300px;
		margin: 0 auto;
	}
}

@media (max-width: 991px) {
	.container-full {
		padding: 30px 0;
	}

	header {
		padding: 23px 0;
		position: sticky;
		top: 0;
		z-index: 1000;
	}

	header .nav-right {
		display: none;
	}

	header .container {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	header nav .nav-left {
		width: 100%;
	}

	header nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		width: 100%;
		background-color: white;
		top: 100%;
		left: 0;
		height: 0;
		overflow: hidden;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		gap: 0;
		padding-left: 0px;
	}

	header nav a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		min-height: 44px;
		padding-left: 18px;
		border: 1px solid #d6d6d6 !important;
	}

	header nav.open {
		height: 132px;
	}

	header #menu-btn {
		display: block;
		width: 60px;
		padding: 4px 12px;
		border-radius: 4px;
	}

	.hero .hero-inner {
		grid-template-columns: 1fr;
	}

	.hero .hero-inner .hero-left {
		display: none;
	}

	.hero .hero-inner .hero-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 100%;
		padding: 20px 0px 20px;
		overflow: hidden;
	}

	.hero .hero-inner .hero-right h1 {
		text-align: center;
	}

	.hero .hero-inner .hero-right h4 {
		text-align: center;
		max-width: 540px;
		padding: 0px 15px;
		font-size: 16px;
		line-height: 23px;
	}

	.hero ul {
		padding: 0 20px;
	}

	.hero .hero-inner .hero-right #logos {
		display: block;
		margin: 0 -20px;
		margin-bottom: 10px;
		width: 100vw;
	}

	.hero .hero-inner .hero-right #logos .logos {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px;
		padding: 10px 0;
	}

	.hero .hero-inner .hero-right #logos img {
		max-width: 100px;
	}

	.hero .hero-inner .hero-right .hero-left {
		display: block;
		height: auto;
		aspect-ratio: 673/522;
		margin: 0 -20px;
		margin-top: 10px;
		width: 100vw;
	}

	.hero .hero-inner .hero-right .hero-mob .badges {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		top: 2%;
		left: 5%;
		padding: clamp(3.75rem, -7.083rem + 4.333vw, 7rem) clamp(2.063rem, -4.813rem + 11vw, 4.125rem) 0 0;
		width: 220px;
	}

	.hero .rating {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.hero .hero-right .hero-mob {
		display: block;
		width: 100%;
		height: auto;
		position: relative;
		margin-top: 10px;
	}

	.hero .hero-right .hero-mob video {
		width: 100%;
	}

	.hero-mob-review {
		display: block;
		padding: 0px 15px;
		max-width: 540px;

	}

	.hero-mob-review .avatar-mob {
		border-radius: 50%;
	}

	.hero-mob-review .hero-mob-review-top {
		display: flex;
		flex-direction: row;
		gap: 15px;
		align-items: center;
	}

	.hero-mob-review .hero-mob-review-top .hero-mob-riview-top-2 {
		display: flex;
		flex-direction: column;
		align-items: start;
	}

	.hero-mob-review .hero-mob-review-top .hero-mob-riview-top-2 span {
		color: #858585;
		font-size: 11px;
		line-height: 24px;
	}

	.hero-mob-review :nth-child(2) {
		font-size: 14px;
		line-height: 24px;
		margin-top: 5px;
	}

	.hero .hero-review {
		display: none;
	}

	.hero .hero-right .recommend {
		max-width: 475px;
		display: flex;
		align-items: center;
		gap: 0.6875rem;
		font-size: 0.875rem;
		line-height: 1.3125rem;
		padding: 0px 10px;
		padding-top: 1.375rem;
	}

	.hero .hero-right .recommend img {
		width: 148px;
		height: 34px;
	}


	.AdsSeenOn-inner {
		flex-wrap: wrap;
		gap: 30px;
	}

	.overview .videophoto {
		width: auto;
		position: relative;
	}

	.overview video {
		border-radius: 20px;
		position: absolute;
		bottom: -500px;
		right: 20px;
		width: 57vw;
		height: 34.5vw;
	}

	.overview img {
		border-radius: 20px;
		position: absolute;
		left: 20px;
		top: 0;
		width: 57vw;
		height: auto;
		object-fit: cover;
	}

	.grid2 {
		margin-top: 500px;
	}

	.grid2 .grid2-inner {
		width: auto;
	}

	.birds .news {
		gap: 5px;
		flex-direction: column;
		padding: 3px 0 10px 0;

	}

	.birds .news .news-row {
		gap: 10px;
		justify-content: center;
		padding: 0px 20px;
	}

	.birds .birds-text {
		max-width: 400px;
		position: absolute;
		right: 20px;
	}

	.birds .news .news-row img {
		height: 20px;
	}

	.birds {
		width: 100%;
		height: 500px;
		object-fit: cover;
		object-position: top left;
		margin: 0 auto;
		background: url("../img/news-mob-bg.webp") no-repeat top left/cover;
		position: relative;
		margin-top: 65px;
		border-radius: 0px;
	}

	.steps .steps-inn {
		gap: 30px;
		margin-top: 40px;
		width: 100%;
		grid-template-columns: 1fr;
	}

	.steps .steps-inn .steps-item {
		display: flex;
		flex-direction: column-reverse;
		gap: 20px;
	}

	.steps .steps-inn .steps-item img {
		width: 70%;
		max-width: 275px;
	}

	.steps .steps-inn .steps-item .steps-text {
		width: 70%;
		margin: 0 auto;
	}

	.contents .contents-inn {
		width: 100%;
	}

	.contents .contents-inn .contents-text {
		top: 15%;
		right: -50px;
	}

	.contents .contents-inn .contents-text ul {
		line-height: 30px;
		font-weight: 600;
	}

	.specs {
		width: 100%;
	}

	.reviews {
		grid-template-columns: 1fr 1fr;
		justify-items: center;
		max-width: 560px;
	}
	.accs {
		width: 100%;
	}
}

@media (max-width: 915px) {
	header {
		padding: 15px 0;
	}

	.title h2 {
		font-size: 36px;
		line-height: 41px;
	}

	.reviews {
		grid-template-columns: 1fr;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.banner {
		padding: 8px;
	}

	.container {
		padding: 0 15px;
	}

	header .logo {
		width: 140px;
	}

	header #menu-btn {
		display: block;
		width: 50px;
		padding: 4px 12px;
		border-radius: 4px;
	}

	.hero .hero-inner .hero-right .hero-left .badges img {
		width: 150px;
	}

	.hero .hero-inner .hero-right #logos img {
		max-width: 80px;
	}

	.hero .hero-inner .hero-right h1 {
		font-size: 36px;
		line-height: 38px;
		padding: 0px 15px;
	}

	.hero .hero-inner .hero-mob .hero-banner img {
		height: 51px;
		width: 59px;
	}

	.hero {
		padding: 0px 0px;
	}

	.hero .rating p {
		text-align: center;
	}

	.title h2 {
		font-size: 32px;
		line-height: 33px;
		max-width: 270px;
		margin: 0 auto;
	}

	.overview video {
		border-radius: 20px;
		position: absolute;
		bottom: -520px;
		right: 10px;
		width: 57vw;
		height: 34.5vw;
	}

	.grid2 {
		margin-top: 520px;
	}

	.overview img {
		border-radius: 20px;
		position: absolute;
		left: 10px;
		top: 0;
		width: 57vw;
		height: auto;
		object-fit: cover;
	}

	.grid2 .grid2-inner .grid2-item {
		display: flex;
		flex-direction: column;
		gap: 20px;
		align-items: center;
	}

	.grid2 .grid2-inner .grid2-item:nth-child(2),
	.grid2 .grid2-inner .grid2-item:nth-child(4) {
		flex-direction: column-reverse;
	}

	.grid2 h3 {
		margin-bottom: 10px;
	}

	h3 {
		font-size: 26px;
		line-height: 30px;
	}

	.grid2 ul {
		margin-left: 20px;
	}

	.grid2 .grid2-inner {
		gap: 30px;
	}

	.grid2 .grid2-inner .grid2-item video,
	.grid2 .grid2-inner .grid2-item img {
		max-width: 440px;
	}

	.CompBox .compCol1 ul li p {
		font-size: 14px;
		line-height: 18px;
	}

	.compCol2 ul li p,
	.compCol3 ul li p {
		font-size: 14px;
		line-height: 18px;
		font-weight: 700;
	}


	.CompBox .compCol2 ul li {
		padding: 5px 0 2px 10px;
	}

	.CompBox .compCol1 ul li img {
		width: 15px;
		height: auto;
	}

	.CompBox .compCol2 ul li img {
		height: auto;
	}

	.CompBox .compCol2Top.compCol3Top p {
		font-size: 14px;
		line-height: 18px;
	}

	.CompBox .compCol2Prod.product {
		width: 100px;
	}

	.CompBox .compCol2Prod.product {
		margin-top: -50px;
	}

	.moneyback {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		gap: 20px;
		padding: 32px 25px;
	}

	.mobile-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: rgba(255, 255, 255, 1);
		position: fixed;
		bottom: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		left: 0;
		width: 100%;
		padding: 15px 20px;
		z-index: 10;
	}

	.contents-inn {
		display: none;
	}

	.contents-inn-mob {
		display: block;
		margin-top: 25px;
	}

	.contents .container {
		padding: 0px;
	}

	.specs {
		margin-top: 0px;
		border-radius: 0px;
	}

	.specs .specs-inn {
		grid-template-columns: 1fr;
		gap: 0px;
		margin-top: 20px;
	}

	.specs .specs-inn .specs-grid ul li {
		padding: 15px 10px 15px 0;
		font-size: 18px;
	}
	.mobile-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: rgba(255, 255, 255, 1);
		position: fixed;
		bottom: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		left: 0;
		width: 100%;
		padding: 15px 20px;
		z-index: 10;
	}

}

@media (max-width: 600px) {
	.banner-inner {
		font-size: 0.9375rem;
	}

	.hero .hero-inner .hero-right #logos {
		padding: 0;
	}

	.hero .hero-inner .hero-right .hero-left .badges img {
		width: 120px;
	}

	.hero .hero-inner .hero-right .hero-mob .badges {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		top: 0%;
		left: 5%;
		padding: clamp(2.75rem, -5.083rem + 3.333vw, 7rem) clamp(2.063rem, -4.813rem + 11vw, 4.125rem) 0 0;
		width: 150px;
	}

	.hero .hero-inner .hero-mob .hero-banner {
		left: 8%;
	}

	.hero .hero-inner {
		padding: 0px;
	}

	.hero .hero-inner .hero-mob .hero-bg {
		border-radius: 0px;
	}

	.btn-box .btn-text-row {
		justify-content: center;
	}

	.btn-box .btn {
		padding: 12px 20px;
	}

	.hero .hero-inner .hero-right h1 {
		font-size: 30px;
		line-height: 32px;
	}

	.overview video {
		border-radius: 20px;
		position: absolute;
		bottom: -400px;
		right: 10px;
		width: 65vw;
		height: 34.5vw;
	}

	.grid2 {
		margin-top: 400px;
	}

	.overview img {
		border-radius: 20px;
		position: absolute;
		left: 10px;
		top: 0;
		width: 65vw;
		height: auto;
		object-fit: cover;
	}

	.birds .birds-text {
		width: 100%;
		text-align: center;
		right: 0;
		top: 20%;
	}
}

@media (max-width: 479px) {
	.overview video {
		border-radius: 20px;
		position: absolute;
		bottom: -396px;
		right: 10px;
		width: 65vw;
		height: 40vw;
	}

	.grid2 {
		margin-top: 396px;
	}

	.overview img {
		border-radius: 20px;
		position: absolute;
		padding: 10px;
		left: 0;
		top: 0;
		width: 100%;
		max-width: 450px;
		height: auto;
		object-fit: cover;
	}

	.birds .birds-text {
		color: white;
		top: 25%;
		padding: 0px 10px;
	}

	.birds .news {
		margin-top: 20px;
	}

	.birds .btn-box .btn-text {
		color: #fff;
	}

	.steps .steps-inn .steps-item:nth-child(1)::before {
		top: 30%;
		left: 40%;
	}

	.CompBox .compCol1 ul li {
		padding: 5px 0px 5px 5px;
	}

	.CompBox .compCol2 ul li {
		padding: 5px 0px 5px 5px;
	}

	.CompBox .compCol1 ul li img {
		width: 15px;
		height: auto;
	}

	.CompBox .compCol2 ul li img {
		height: auto;
	}

	.CompBox .compCol2 ul li p {
		padding-left: 5px;
	}
}

@media (max-width: 425px) {
	.banner-inner {
		font-size: 0.9375rem;
	}

	.hero .hero-inner .hero-right .hero-left .badges img {
		width: 100px;
	}

	.hero .hero-inner .hero-right #logos img {
		max-width: 60px;
	}

	.hero .hero-inner .hero-right .hero-mob .badges {
		display: none;
	}

	.hero .hero-inner .hero-mob .hero-banner {
		left: 1%;
	}

	.overview video {
		border-radius: 20px;
		position: absolute;
		bottom: -380px;
		right: 10px;
		width: 65vw;
		height: 40vw;
	}

	.grid2 {
		margin-top: 380px;
	}

	.CompBox .compCol2Top {
		height: 80px;
	}

	.CompBox .compCol1 {
		padding-top: 56px;
	}

	.CompBox .compCol2Top.compCol3Top {
		height: 86px;
	}

	.CompBox .compCol3 .compCol3Top p {
		top: 39px;
	}

	.CompBox .compCol2Prod.product.product3 {
		margin-top: 14px;
	}

	.CompBox .compCol2Top.compCol3Top p {
		font-size: 12px;
	}

	.CompBox .compCol2 ul li {
		height: 70px;
	}

	.CompBox .compCol2 ul li:first-child {
		height: 100px;
	}

	.CompBox .compCol1 ul li {
		height: 70px;
		padding: 14px 14px 14px 19px;
	}

	.CompBox .compCol1 ul li:first-child {
		height: 100px;
		padding: 14px 14px 14px 19px;
	}
}

@media (max-width: 350px) {
	.banner-inner {
		font-size: 0.8125rem;
	}

	.hero .hero-inner .hero-right .hero-left .badges img {
		width: 70px;
	}

	.hero.hero2 .hero-inner .hero-left .badges img {
		width: 60px;
	}

	.AdsSeenOn-inner img {
		width: 50px;
	}

	.AdsSeenOn-inner {
		gap: 14px;
		row-gap: 30px;
	}

	.AdsSeenOn .AdsSeenOn-inner .AdsSeenOn-item p {
		font-size: 14px;
		line-height: 18px;
	}

	.btn-box .btn {
		padding: 12px 10px;
		font-size: 16px;
	}

	.btn-box .btn-text-row {
		padding: 0px;
	}

	.btn-box .btn-text-row {
		font-size: 8px;
		line-height: 8px;
	}

	.container {
		padding: 0 10px;
	}

	.overview video {
		border-radius: 20px;
		position: absolute;
		bottom: -300px;
		right: 10px;
		width: 65vw;
		height: 40vw;
	}

	.grid2 {
		margin-top: 300px;
	}

}

@media (max-width: 320px) {
	header #menu-btn {
		width: 45px;
	}

	.btn-box .btn-text-row .btn-stock-view {
		margin-top: -5px;
	}
}