*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
    scroll-margin-top: 75px;
}
html{
	overflow-y: scroll;
	font-size: 62.5%;
}
body{
	font-family: "Montserrat", sans-serif;
	background-color: #ffffff;
}
body.no-scroll{
	overflow: hidden;
}
/* ------------------- Containers ------------------- */
.container-full {
  padding: 30px;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.container-full.bg-blue {
  background-color: #f8fbfd;
  padding: 3rem;
}
/*------------------------------Banner-----------------------------*/
.banner{
	background-color: red;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 0.5rem;
	font-size: 1.5rem;
	text-align: center;
}
/*------------------------------header-----------------------------*/
header {
  height: 75px;
  padding: 4px 20px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000;
  position: sticky;
  top: -60px;
  background-color: white;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.scrolled {
  width: 100%;
  -webkit-animation: 0.3s headerScrolled forwards;
          animation: 0.3s headerScrolled forwards;
  top: 0;
}
.header-inner{
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.header-inner .logo{
	max-width: 250px;
	max-height: 55px;
}
.header-inner nav{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	margin-left: 650px;
}

.header-inner nav a{
	color: #000;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: 0.3px;
	text-decoration: none;
}
.order-now{
	background-color: #f96a04;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	width: auto;
	padding: 1rem 4rem;
	border-radius: 3rem;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}
.header-inner a:hover{
	background-color: #b95a21;
}
@keyframes pulse {
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.hamburger{
	cursor: pointer;
	z-index: 20;
	display: none;
}
.hamburger button{
	display: flex;
	flex-direction: column;
	gap:4px;
	outline: none;
	background: none;
	padding: 0;
	border: 0;
	cursor: pointer;
}
.hamburger button .bar1,
.hamburger button .bar2,
.hamburger button .bar3{
	width: 25px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	border-radius: 2px 2px 2px 2px;
}
.hamburger button.menu-open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
          transform: rotate(-45deg) translate(-5px, 5px);
  background: #000;
}
.hamburger button.menu-open .bar2 {
  opacity: 0;
}
.hamburger button.menu-open .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
          transform: rotate(45deg) translate(-5px, -5px);
  background: #000;
  
}
/* ------------------- Hero --------------------------*/
.btn-box{
	max-width: 410px;
	width: fit-content;
	margin-top: 35px;
}
.btn{
	width: fit-content;
	color: #fff;
	background-color: #f96a04;
	border-radius: 3rem;
	padding: 1.2rem 3rem;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.btn-box a:hover{
	background-color: #b95a21;
}
h1{
	font-size: 4rem;
	line-height: 5rem;
	font-weight: 700;
	text-align: center;
	color: #000;
	padding: 0rem 1.5rem;
}
.hero-inner{
	max-width: 1300px;
	width: 90%;
	margin: 2rem auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}
.hero-inner img{
	max-width: 40rem;
	max-height: 50rem;
}
.hero-left{
	
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
}
.hero-text{
	padding: 0rem 1rem;
	margin-bottom: 1.5rem;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	color:#374048;
}
.hero-text a{
	text-decoration: none;
	color: #4089c3;
}
.hero-text a:hover{
	color: #2757c3;
}

.hero-inner .hero-right .hero-list li{
	padding-left: 4.5rem;
	background: url("../img/liststyle.png");
	background-size: 30px 30px;
	background-position: 6px -4px;
	background-repeat: no-repeat;
	list-style: none;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0.3px;
	margin-top: 20px;
	text-align: left;
}
.hero-list{
	margin: 2rem 0;
}
/*-------------------- logos -------------------------*/
.logos img{
	max-width: 100%;
	height: auto;
}
.logos-short{
	display: none;
}
/*--------------------features-----------------------*/
.title h2{
	color: #000;
	font-size: 4rem;
	line-height: 5rem;
	font-weight: 700;
	text-align: center;
}
.text p{
	padding-top: 0rem;
	padding-bottom: 1rem;
	font-size: 2.25rem;
	text-align: center;
}
.feature-center.hidden-pc{
	display: none;
}
.feature-mobile-img{
	display: flex;
	justify-content: center;
	padding: 2rem 0;
	
}
.feature-mobile-img img{
	max-width: 50rem;
}
.features{
	display: flex;
	flex-direction: row;
	padding-top: 2rem;
	gap: 1rem;
}
.divider {
  border-bottom: 2px dashed #f27c2e;
  position: relative;
  width: 100%;
  margin: 20px 0;
}

.feature-left .divider::before {
  content: '';
  position: absolute;
  left: -5px;
  bottom: -7px;
  width: 12px;
  height: 12px;
  background-color: #f27c2e;
  border-radius: 50%;
}
.feature-right .divider::after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: -7px;
  width: 12px;
  height: 12px;
  background-color: #f27c2e;
  border-radius: 50%;
}
.feature-middle-image{
	display: flex;
	margin: 1rem;
	max-width: 30rem;
	width: 30%;
	align-items: center;
	justify-content: center;
}
.feature-middle-image img{
    max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.feature-1,
.feature-2,
.feature-3,
.feature-4{
	display: flex;
	flex-direction: column;
}
.feature-title{
	color: #f96a04;
	font-size: 2.25rem;
	line-height: 3rem;
	font-weight: 600;
}
.feature-content{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.3;
}
.feature-content p{
	margin-bottom: 1rem;
}
.feature-right{
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 35%;
}
.feature-left{
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 35%;
}
#features a{
	text-decoration: none;
	color: #4089c3;
}
#features a:hover{
	color: #2757c3;
}
.btn-box.centered {
  margin: 2rem auto 0;
}
/* ------------------ How it works ------------------ */

.center-text {
  display: block;
  color: #000;
  font-size: 19px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 40px 0;
}
.grid-3 .grid-3-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
}
.grid-3 .grid-3-item img {
  width: 50%;
  border-radius: 6px;
  margin: 0 auto;
}
.grid-3 .grid-3-item .grid-3-item-title {
  color: #f96a04;
  font-size: 26px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 30px;
  font-family: "Lab-Grotesque-Bold";
}
.grid-3 .grid-3-item .grid-3-item-desc {
  color: #000;
  font-size: 20px;
  line-height: 28px;
  padding: 0 20px;
  font-weight: 400;
  font-family: "Lab-Grotesque";
}
/*--------------------review1--------------------------*/
.review1{
	display: flex;
	flex-direction: column;
	padding: 4rem 0rem;
	align-items: center;
}
.sub-title{
	color: #333333;
	font-size: 2.2rem;
	line-height: 2.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	text-align: center;
}
.stars{
	display: flex;
	align-items: center;
	justify-content: center;
}
.stars img{
	max-width: 100%;
	height: auto;
}
.review-content{
	font-size: 1.8rem;
	line-height: 2.4rem;
	font-weight: 500;
	text-align: center;
	margin: 1.2rem auto;
	max-width: 83rem;
}
.review-content p{
	margin: 0rem;
}
.review-man img{
	width: 8.5rem;
	height: 8.5rem;
	border-radius: 10rem;
    margin: 1.5rem 0 1.1rem;
	max-width: 100%;
}
.review-name{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2rem;
	line-height: 2.2rem;
	margin-bottom: 0.5rem;
}
.review-text{
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: 400;
	margin-bottom: 0rem;
}
/* ------------------ Special Offer ------------------ */
.special-offer {
  background-color: #fdf5e6;
  border: 0.4rem dashed #f96a04;
  display: grid;
  grid-template-columns: 1fr;
  margin: 30px auto;
  margin-top: 40px;
}
.special-offer .special-offer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0;
  padding-bottom: 30px;
}
.special-offer .special-offer-info .special-offer-title {
  color: #202020;
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 60px;
  text-align: center;
  font-family: "Lab-Grotesque-Black";
}
.special-offer .special-offer-info .special-offer-desc {
  color: #212020;
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 600;
  margin: 1.5rem 2.5rem;
  text-align: center;
}
.special-offer .special-offer-info .special-offer-price {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 1rem;
}
.special-offer .special-offer-info .special-offer-price span {
  color: #0c64c5;
}
.special-offer .special-offer-info ul {
  padding: 0 50px 0 50px;
}
.special-offer .special-offer-info ul li {
  background: url("../img/green.png") 0 0 no-repeat;
  color: #000;
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  margin: 15px 0 0;
  padding: 0 0 0 35px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}

.special-offer .container-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  padding-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #fff;
}

.special-offer .countdown {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.special-offer .countdown .countdown-title {
  color: #f96a04;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.special-offer .countdown #clock {
  display: flex;
}
.special-offer .countdown #clock p {
  color: #f96a04;
  float: left;
  font-size: 30px;
  font-weight: 700;
  padding: 3px 0 0;
  text-align: center;
  width: 11%;
}
.special-offer .countdown #clock div span {
  border-radius: 3px;
  color: #f96a04;
  float: left;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  padding: 8px 0 0;
  text-align: center;
  width: 100%;
  font-family: "Lab-Grotesque-Black";
}
.special-offer .countdown #clock div .smalltext {
  color: #f96a04;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.special-offer-images{
	display: flex;
	flex-direction: row;
	max-width: 80rem;
	margin: 0 auto;
	padding-bottom: 1rem;
}
.special-offer-img{
	width: 50%;
	object-fit: contain;
	padding: 0 1rem;
}
#special-image{
	display: flex;
	justify-content: center;
}
#special-image img{
	width: 100%;
}
.special-offer-images a{
	width: 50%;
}
.container-down{
	display: flex;
	padding: 30px 20px;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.special-offer-desc a{
	text-decoration: none;
	color: #4089c3;
}
.special-offer-desc a:hover{
	color:#2757c3;
}
/*-------------------- reviews -----------------------*/
.reviews{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	padding: 1.5rem;
	max-width: 120rem;
}
.reviews-title{
	font-size: 4rem;
	line-height: 5rem;
	font-weight: 700;
	color: #f96a04;
	text-align: center;
	margin-bottom: 2.5rem;
}
.reviews-row{
	display: flex;
	flex-direction: column;
	gap: 5rem;
}
.reviews-text{
	display: flex;
	flex-direction: row;
	align-items: start;
}
.reviews-img{
	object-fit: contain;
}
.reviews-row-image{
	padding: 0rem 2rem 0rem 1rem;
}
.reviews-img img{
	max-width: 18rem;
}
.reviews-content{
	display: flex;
	flex-direction: column;
}
.reviews-content-name{
	font-size: 2.25rem;
	margin-bottom: 0.625rem;
	font-weight: 600;
}
.reviews-content-name img{
	width: 1.75rem;
	height: 1.75rem;
}
.verified-user{
	font-size: 1.5rem;
}
.reviews-content-5stars{
	display: flex;
	align-items: center;
	
}
.reviews-content-5stars img{
	padding: 4px 0;
	max-width: 100%;
	height: 2.5rem;
}
.reviews-content-text{
	font-size: 1.75rem;
	line-height: 2.75rem;
	font-weight: 500;
	margin-top: 0.25rem;
}
/* -------------------  Faq -------------------  */

.accordion-container {
  width: 100%;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  max-width: 940px;
  margin: 0 auto;
  margin-top: 20px;
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  width: 100%;
  text-align: left;
  padding: 22px 25px 22px 25px;
  font-size: 2.1rem;
  line-height: 28px;
  color: #000000;
  letter-spacing: 0.2px;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  border: none;
  background: none;
}

.active {
  border-bottom: 1px solid #e1e1e1;
}

.accordion:after {
  content: "+";
  color: #f96a04;
  font-weight: 400;
  float: right;
  margin-left: 5px;
  font-size: 35px;
}

.active:after {
  content: "−";
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.panel p {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  padding: 15px 22px;
  color: #000;
}
.accordion-container a{
	text-decoration: none;
	color: #4089c3;
}
.accordion-container a:hover{
	color:#2757c3;
}
/* -------------------  Footer -------------------  */
.mobile-order-now {
  display: none;
  position: sticky;
  bottom: 0;
  background-color: black;
  padding: 10px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mobile-order-now .btn-box {
  margin: 0 auto;
}
.mobile-order-now .btn-box a {
  margin: 0;
}

footer {
  padding: 40px 20px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
footer img {
  margin-bottom: 20px;
}
footer a,
footer p {
  color: #333333;
  text-decoration: none;
  font-size: 16px;
}
footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------- media query ------------------- */
@media only screen and (max-width: 1500px){
	
}
@media only screen and (max-width: 1301px){
	.container-full {
	  padding: 40px 0 40px !important;
	}
	.container,#features{
	  width: 950px;
	}
	.hero-inner{
		width: 95%;
		padding-top: 1rem;
	}
}
@media only screen and (max-width: 1200px){
	.header-inner nav{
		margin-left: 500px;
	}
	.order-now{
		padding: 8px 20px;
		font-size: 16px;
		
	}
}
@media only screen and (max-width: 1024px){
	nav{
		display: flex;
		flex-direction: column !important;
		position: fixed;
		top: 75px;
		left: 0;
		width: 100%;
		height: 0;
		overflow: hidden;
		background-color: #fff;
		transition: 0.3s;
		padding: 0;
		z-index: 999;
	}
	nav span{
		display: none;
	}
	nav a{
		width: 100%;
		padding: 12px 20px;
		font-size: 15px;
		color: #000;
		font-weight: 500;
		border-bottom: 1px solid #dddddd;
	}
	nav.menu-open {
	  height: 100dvh;
	}
	nav .menu-top {
	  top: 75px;
	}
	.hamburger {
	  display: block;
	}
	.order-now {
	  display: none;
	}
	.container,
	.hero-inner{
	  width: 750px;
	}
	.hero-inner{
		grid-template-columns: 1fr;
		max-width: 500px;
		width: 100%;
		padding: 0px 15px;
	}
	h1{
		font-size: 4.75rem;
		letter-spacing: -2px;
		line-height: 6.5rem;
		margin: 0rem auto;
		max-width: 530px;
		
	}
	
	.feature-center.hidden-pc{
		display: block;
		max-width: 50rem;
		height: auto;
		width: 100%;
	}
	.feature-center.hidden-desktop{
		display: none;
	}
	.feature-middle-image{
		display: none;
	}
	.features{
		display: flex;
		flex-direction: column;
	}
	#features{
		max-width: 500px;
	}
	.feature-left{
		width: auto;
	}
	.feature-right{
		width: auto;
	}
	.divider{
		display: none;
	}
	.title h2{
		font-size: 5rem;
	}
	/* Special Offer */
	.special-offer .special-offer-info .special-offer-title {
	  font-size: 3rem;
	  line-height: 3.3rem;
	}
	.special-offer .special-offer-info .special-offer-price {
	  font-size: 2.5rem;
	  line-height: 4rem;
	  margin-top: 0;
	}
	.special-offer .special-offer-info ul {
	  padding: 0 10px;
	}
	.special-offer .special-offer-info ul li {
	  font-size: 17px;
	  letter-spacing: 0.5px;
	  line-height: 22px;
	  padding: 0 0 0 30px;
	}
	.special-offer .btn-box {
	  padding: 0 10px;
	}
	.reviews-row-image{
		padding: 0rem;
		border-radius: 50%;
		width: 5rem;
		margin-right: 1rem;
	}
}
@media only screen and (max-width: 915px){
	
}
@media only screen and (max-width: 790px){
	
}
@media only screen and (max-width: 768px){
	header .mobile-btn {
	  display: block;
	  position: fixed;
	  bottom: -100px;
	  left: 0;
	  width: 100%;
	  padding: 10px;
	  background-color: white;
	  -webkit-transition: 0.6s;
	  transition: 0.6s;
	}
	header.scrolled .mobile-btn {
	  display: block;
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  padding: 10px;
	  background-color: white;
	}
	.grid-3{
		grid-template-columns: 1fr;
		justify-content: center;
	}
	.special-offer .container-bg{
		padding: 20px 20px;
	}
	.container-down{
		padding: 20px 20px;
	}
	.title h2{
		font-size: 3.3rem;
		line-height: 4rem;
		
	}
	.mobile-btn-container{
		display: block !important;
	}
	.mobile-btn-container {
	    min-height: 118px;
	  }
	  .mobile-btn {
	    position: relative;
	    background-color: white;
	    padding: 20px 10px;
	    bottom: 0;
	    width: 100%;
	    z-index: 20;
		left: 0;
	  }
	  .mobile-btn .btn-box {
	    display: block !important;
	    margin: 0 auto;
	  }
	  .mobile-btn .btn-box .btn {
	    width: 100%;
	    margin: 0 auto;
	  }
}
@media only screen and (max-width: 767px){
	.container-full {
	  padding: 25px 0 20px !important;
	}
	
	.container,
	.hero-inner,
	#features{
	  width: 100%;
	  padding: 0 20px;
	}
	.container,
	.hero-inner,
	#features{
	  max-width: 600px;
	}
	.hero-inner{
	 align-items: center;
	}
	
	.hero-inner img{
		margin: auto;
		max-width: 100%;
	}
    
	
}
@media only screen and (max-width: 549px){
	.logos-short{
		display: flex;
		width: 100%;
		padding: 1rem 0rem;
		margin: 0 auto;
		justify-content: center;
	}
	.logos-long{
		display: none;
	}
	h1{
		font-size: 3rem;
		letter-spacing: -2px;
		line-height: 4rem;
		margin-top: 0rem;
		
	}
	.title h2{
		font-size: 3.2rem;
		line-height: 4rem;
		
	}
	.faq-container .title {
	  margin-bottom: 20px;
	}
	.accordion-container {
	  margin-top: 10px;
	}
	.accordion {
	  font-size: 17px;
	  line-height: 20px;
	  padding: 15px;
	}
	.panel p {
	  font-size: 14px;
	  line-height: 22px;
	}
	
}