@font-face {
  font-family: 'Kugile';
  src: url('../fonts/Kugile.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Luthon Southard Serif';
  src: url('../fonts/Luthon Southard Serif.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ===== Reset & base ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  background: #fff;
  color: #2D4B59;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

input,
button,
textarea,
select { 
  border: 0;
  background: none;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: none;     
}

.flex{
  display: flex;
}

/* ===== Layout utilities ===== */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

/* ===== Header ===== */

header{
  position: relative;
}

.site-header {
  position: absolute;
  top: 0;
  z-index: 100;
  color: #fff;
  width: 100%;
  margin-top: 40px;
}

.header-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

/* Navigation */
.site-nav ul { display: flex; gap: 1.5rem; list-style: none; font-size: 16px; padding-left: 0px;}

.site-nav .active{
  color: #D46700;
}

/* Centered logo */
.site-logo { font-size: 1.6rem; font-weight: 700; justify-self: center; }

/* Icons on the right */
.site-actions { display: flex; gap: 2rem; justify-self: end; }
.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icon-btn img { margin-right: 10px; }

.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}
.burger span {
  height: 3px;
  width: 25px;
  background: #fff;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  background: #0A1F29;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 1rem;
}
.mobile-nav a {
  padding: 0.5rem 0;
  text-decoration: none;
  color: #fff;
}

.bg-header{
  background-color: #0A1F29;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  margin-top: 0px;
}

.bg-header .site-logo img{
  width: 80px;
}

/* ===== Sections ===== */
section,footer{
  padding: 80px 0;
}

section h1{
  font-family: "Kugile", sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 1.2;
}

section h2{
  font-family: "Kugile", sans-serif;
  font-size: 32px;
  font-weight: 100;
  line-height: 1.2;
  color: #0A1F29;
  margin-bottom: 30px;
}

.cta-btn{
  padding: 12px 24px;
  background-color: #0A1F29;
  border-radius: 4px;
  color: #fff;
  max-width: 254px;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: 500;
}

/* ===== Sections 1 ===== */

.hero{
  background-image: url(../images/main-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 200px;
}

.hero-lead{
  margin-top: 24px;
  margin-bottom: 24px;
}

.hero-flex{
 display: flex;
 justify-content: space-between;
 align-items: center;  
}

.hero-pack{
  display: flex;
  justify-content: flex-end;
}

.hero-pack img{
  opacity: 0.7;
}

.hero .cta-btn{
  max-width: max-content;
}


/* ====== FEATURE SECTION ====== */

.feature-flex {
  display: flex;
  justify-content: space-between;
}

.feature-image{
  display: flex;
  justify-content: flex-end;
}

.feature-subtitle {
  font-family: 'Luthon Southard Serif';
  color: #D46700; 
  font-size: 20px;
  margin-bottom: 30px;
}

.locations-label {
  margin-top: 40px;
  margin-bottom: 30px;
}

.locations-list{
  list-style: none;
  padding-left: 0;
}

.section-feature .cta-btn{
  margin-top: 60px;
}


/* ====== STORY SECTION ====== */

.story-flex {
  display: flex;
  justify-content: space-between;
}

.story-text {
  max-width: 560px;
}

.story-subtitle {
  font-family: 'Luthon Southard Serif';
  color: #D46700; 
  font-size: 20px;
  margin-bottom: 30px;
}

.locations-label {
  margin-top: 40px;
  margin-bottom: 30px;
}

.locations-list{
  list-style: none;
}

.section-story .cta-btn{
  margin-top: 60px;
}


/* ====== BENEFITS SECTION ====== */

.section-benefits{
  background:#0A1F29;       
  text-align:center;
}

.benefits__subtitle{            
 font-family: 'Luthon Southard Serif';
 color: #D46700;
 margin-bottom: 30px;
 font-size: 20px;
}

.benefits__title{
  color: #fff;
}

.benefits__text{
  margin:0 auto;
  color:#C1CACE;
}


.benefits__list{
  margin:0 auto;
  list-style:none;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-left: 0;
}

.benefit{
  border-top: 0.2px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  padding: 20px 35px 50px 35px;
  text-align: left;
}


.benefit__name{
  color: #fff;
  min-width: 200px;
  margin-right: 30px;
  font-size: 18px;
  font-weight: 500;
}

.benefit__desc{
 color: rgba(255,255,255,0.6);
}


.btn-outline{
  padding: 12px 24px;
  border:0.8px solid #fff;
  border-radius:4px;
  color:#fff;
  font-weight: 500;
  display: inline-block;
}

.btn-outline:hover{
  background:#fff;
  color:#0A1F29;
}


/* ===== REFINED PROCESS SECTION ===== */
.section-process{
  position:relative;
}
.process__subtitle{
 font-family: 'Luthon Southard Serif';
 color: #D46700;
 margin-bottom: 30px;
 font-size: 20px;
}

.process-flex{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-top: 60px;
 margin-bottom: 40px;
}

.process-card{
  position:relative;
  overflow:hidden;
  border-radius:4px;
  margin-bottom: 20px;
  display: flex;
}
.process-card img{
  object-fit:cover;
  display:block;
  transition:.4s transform;
}
.process-card:hover img{ transform:scale(1.05); }


.process-overlay{
  position:absolute;
  transition:.4s background;
  top: 0;
  height: 100%;
  width: 100%;
  padding-left: 60px;
  display: flex;
  align-items: center;
}

.process-overlay p{
  max-width: 300px;
  width: 100%;
  color: #D1D0D0;
}

.process-card:hover .process-overlay{
  background-color: rgba(0,0,0,.60);
}

.process-chip{
  align-self:flex-start;
  display:inline-block;
  padding: 10px 24px;
  border-radius:50px;
  font-weight:600;
  background:#ffffff;
  color:#0A1F29;
  position: absolute;
  bottom: 60px;
}
.process-chip--orange{
  background:#D97706;
  color:#fff;
}

.section-process .cta-btn{
  display: block;
  margin-left: auto;
  margin-right: auto;
}



/* ====== NUTRITION SECTION ====== */

.section-nutrition{
  background:#0A1F29;       
}
.nutrition-content{
  max-width:508px;
}

.nutrition__subtitle{            
 font-family: 'Luthon Southard Serif';
 color: #D46700;
 margin-bottom: 30px;
 font-size: 20px;
}

.nutrition__title{
  color: #fff;
}

.nutrition__text{
  color:#C1CACE;
  margin-bottom: 30px;
}

.nutrition-image{
  display: flex;
  justify-content: flex-end;
}

.section-nutrition .btn-outline{
  max-width: 254px;
  width: 100%;
  text-align: center;
}

.btn-outline:hover{
  background:#fff;
  color:#0A1F29;
}

.nutrition-flex{
  display: flex;
  justify-content: space-between;
}



/* ====== BLOG SECTION ====== */

.blog-flex {
  display: flex;
  justify-content: space-between;
}

.section-blog .blog-text {
  max-width: 560px;
  position: relative;
}

.section-blog .blog-text p{
  max-width: 500px;
}

.blog-subtitle {
  font-family: 'Luthon Southard Serif';
  color: #D46700; 
  font-size: 20px;
  margin-bottom: 30px;
}

.section-blog .cta-btn{
  position: absolute;
  bottom: 0;
}

.blog-content:first-child{
  margin-bottom: 80px;
}

/* ====== TESTImo SECTION ====== */

.section-testimonials{
  background:#0A1F29;       
}

.testimonials__subtitle{            
 font-family: 'Luthon Southard Serif';
 color: #D46700;
 margin-bottom: 30px;
 font-size: 20px;
}

.testimonials__title{
  color: #fff;
}

.testimonials__text{
  color:#C1CACE;
  margin-bottom: 30px;
}

.section-testimonials .btn-outline{
  max-width: 254px;
  width: 100%;
  text-align: center;
}

.btn-outline:hover{
  background:#fff;
  color:#0A1F29;
}

.testimonials-flex{
  display: flex;
  justify-content: space-between;
}


.slider {
  position: relative;
  overflow: hidden;
}
.slides {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.testimonial-item{
  margin-bottom: 30px;
  padding: 40px;
  background-color: #04171F;
  color: #C3C3C3;
}

.stars {
  display: flex;
  margin-bottom: 10px;
}

.stars img{
  margin-right: 10px;
  width: auto!important;
}
.name {
  text-align: right;
  margin-top: 10px;
  color: #fff;
}

.custom-nav{
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin-top: -27px;
}

.custom-nav .prev{
  margin-right: 50px;
}

.custom-nav .next{
  margin-left: 50px;
}

.custom-nav .next img{
  transform: scale(-1,1);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
 background: #D46700;
}

.owl-theme .owl-dots .owl-dot span{
  background: #6F4315;
}


/* ====== FAQ ====== */

.faq-flex {
  display: flex;
  justify-content: space-between;
}

.faq__text {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}


.faq__subtitle {
  font-family: 'Luthon Southard Serif';
  color: #D46700; 
  font-size: 20px;
  margin-bottom: 30px;
}

.faq-blog .cta-btn{
  position: absolute;
  bottom: 0;
}

.faq-content{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.faq-list{
  max-width: 540px;
}

.faq-question{
  background-color: #0A1F29;
}

.accordion-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height .35s ease;
}

.is-open .accordion-btn .icon {
  transform: rotate(180deg);
}

.section-faq .accordion{
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.section-faq .accordion-item{
  border: none;
}

.section-faq .accordion-button{
  padding: 32px 24px;
  border: none;
  border-bottom: 1px solid #D1D1D1;
}

.section-faq .accordion-button::after{
  width: 32px;
  height: 32px;
  background-color: #2D4B59;
  background-position: center;
  border-radius: 50%;
}

/* ====== FINAL-CTA ====== */

.section-final-cta{
  background-image: url(../images/cta-img.jpg);
  text-align: center;
  background-position: center;
  background-size: cover;
}

.final-cta-content{
  max-width: 885px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.final-cta__subtitle{            
 font-family: 'Luthon Southard Serif';
 color: #fff;
 margin-bottom: 30px;
 font-size: 20px;
 font-weight: normal;
}

.final-cta__title{
  color: #fff;
  max-width: 695px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.final-cta__text{
  color:#C1CACE;
  margin-bottom: 60px;
}

.final-cta-buttons .cta-btn{
  margin-right: 24px;
  max-width: max-content;
}

/* ====== FOOTER ====== */


.section-footer{
  background-color: #0A1F29;
  color: #fff;
}

.footer-flex{
  display: flex;
  justify-content: space-between;
}

.footer-links{
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-footer h6{
  font-size: 20px;
  font-weight: 600;
}

.section-footer .list-unstyled{
  list-style-type: none;
}

.section-footer .list-unstyled li{
  margin-top: 24px;
}

.section-footer .list-unstyled a{
  font-size: 18px;
}

.section-footer .list-unstyled img{
  margin-right: 10px;
}





/*PAGE ABOUT*/

.breadcrumb{
  font-size: 14px;
  margin-bottom: 40px;
}

.breadcrumb-item.active{
  color: #fff;
  font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before{
  content: url(../images/arrow-right.svg);
}

.shop-flex{
  display: flex;
  position: relative;
}

.section-shop{
  background-color: #0A1F29;
}

.section-shop .shop-item:hover img{
  border: solid 2px #D46700;
}

.shop-item{
  height: max-content;
}

.shop-item .cta-btn{
  color: #0A1F29;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 15px;
}



/*PAGE PROCESS*/


.section-scene{
  text-align: center;
}
.scene__subtitle{
 font-family: 'Luthon Southard Serif';
 color: #D46700;
 margin-bottom: 30px;
 font-size: 20px;
}

.scene__description{
  margin-bottom: 60px;
}


.step-one__flex {
  display: flex;
  justify-content: space-between;
}

.step-one__image{
  display: flex;
  justify-content: flex-end;
}

.step-one__subtitle {
  font-family: 'Luthon Southard Serif';
  color: #D46700; 
  font-size: 20px;
  margin-bottom: 30px;
}



.section-step-two{
  background:#0A1F29;       
  text-align:center;
}

.step-two__subtitle{            
 font-family: 'Luthon Southard Serif';
 color: #D46700;
 margin-bottom: 30px;
 font-size: 20px;
}

.step-two__title{
  color: #fff;
}

.step-two__text{
  margin:0 auto;
  color:#C1CACE;
}

.step-two__list{
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 60px;
  padding-left: 0px;
}

.step-two__item{
  margin-left: 20px;
  margin-right: 20px;
}

.step-two__item p{
  margin-top: 60px;
  color: #fff;
}



.step-three__flex {
  display: flex;
  justify-content: space-between;
}

.step-three__text {
  max-width: 560px;
}

.step-three__subtitle {
  font-family: 'Luthon Southard Serif';
  color: #D46700; 
  font-size: 20px;
  margin-bottom: 30px;
}

.step-three__text{
  position: relative;
}

.step-three__text .cta-btn{
  position: absolute;
  bottom: 0;
}


/*PAGE LOG IN*/


.section-log-in{
  text-align: center;
}

.log-in__subtitle{
 font-family: 'Luthon Southard Serif';
 color: #D46700;
 margin-bottom: 30px;
 font-size: 20px;
}

.login-form{
  display: flex;
  flex-direction: column;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 30px;
}

.login-form input{
  height: 60px;
  border-bottom: solid 1px #0A1F29;
  padding: 16px;
  color: #0A1F29;
  text-transform: uppercase;
  width: 100%;
}

.login-form button{
  max-width: 100%;
}

.input-with-button{
  position: relative;
  margin: 60px 0;
  display: flex;
  align-items: center;
}

.input-with-button button{
 position: absolute; 
 right: 16px;
}

.section-log-in .form p{
  text-transform: uppercase;
  color: #0A1F29;
}

.section-log-in .form a{
  font-weight: 500;
  text-decoration: underline;
}


/*PAGE CONTACT*/


.contact-flex{
  display: flex;
}

.contact__subtitle{
 font-family: 'Luthon Southard Serif';
 color: #D46700;
 margin-bottom: 30px;
 font-size: 20px;
}

.contact__block{
  margin-top: 60px;
}

.contact__block p{
  margin-bottom: 10px;
}

.contact__block .link{
  font-weight: 600;
  color: #2D4B59;
}

.contact-form{
  display: flex;
  flex-direction: column;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form input{
  height: 60px;
  border-bottom: solid 1px #0A1F29;
  padding: 16px;
  color: #0A1F29;
  text-transform: uppercase;
  width: 100%;
}

.contact-form textarea{
  height: 60px;
  border-bottom: solid 1px #0A1F29;
  padding: 16px;
  color: #0A1F29;
  text-transform: uppercase;
  width: 100%;
}

.contact-form label{
  margin-bottom: 30px;
}

.contact-form span{
  color: #0A1F29;
}

.contact-img{
  background-position: center;
  width: 100%;
}


/*PAGE REGISTER*/

.register__subtitle{
 font-family: 'Luthon Southard Serif';
 color: #D46700;
 margin-bottom: 30px;
 font-size: 20px;
}

.registration-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 60px;
}

.registration-form{
  margin-top: 30px;
}

.section-cart .mad-col{
	margin-top: 10px;
}

.cart-flex{
	margin-bottom: 60px;
}

.registration-form h3{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.registration-form input{
  height: 60px;
  border-bottom: solid 1px #0A1F29;
  padding: 16px;
  color: #0A1F29;
  width: 100%;
  margin-top: 8px;
}

.registration-form select{
  height: 60px;
  border-bottom: solid 1px #0A1F29;
  padding: 16px;
  color: #0A1F29;
  width: 100%;
  margin-top: 8px;
}


/*PAGE CART*/

.cart-flex{
  display: flex;
  justify-content: space-between;
}

.product-info{
  border: 0.4px solid #0A1F29;
  padding: 30px;
  border-radius: 4px;
}

.product-head{
  display: flex;
}

.product-head h3{
  font-size: 20px;
  font-weight: 600;
  color: #0A1F29;
}

.product-head .center{
text-align: center;
}

.product-details{
  border: 0.4px solid #0A1F29;
  padding: 30px;
  border-radius: 4px;
}

.product-img{
  width: 94px;
}


.item-info{
  display: flex;
  align-items: center;
}

.item-text h4{
  font-size: 18px;
  font-weight: 400;
}

.item-text p{
  font-size: 18px;
  font-weight: 300;
}

.counter{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.counter button{
  padding: 10px;
  border: 0.2px solid #0A1F29;
}

.counter input{
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}

.price{
  text-align: right;
  font-size: 16px;
  font-weight: 600;
}


.product-details label{
  display: block;
}

.product-details .checkbox{
  margin-top: 30px;
}

.product-details .checkbox input{
  height: 15px;
  width: 15px;
  border: 1px solid #0A1F29;
}

.product-details select{
  height: 60px;
  border: solid 1px #0A1F29;
  padding: 16px;
  color: #0A1F29;
  margin-top: 20px;
}

.product-price{
  border: 0.4px solid #0A1F29;
  padding: 30px;
  border-radius: 4px;
  background-color: #F4F4F4;
  display: flex;
  flex-direction: column;
  height: max-content;
}

.product-price .sub_total, .product-price .shipping, .product-price .total{
	display: flex;
	justify-content: space-between;
}

.subtotal{
  margin-top: 30px;
  margin-bottom: 20px;
  color: #0A1F29;
  opacity: 0.5;
  font-weight: 500;
}

.shipping{
  color: #0A1F29;
  opacity: 0.5;
  font-weight: 500;
}

#tot_table tr{
display: flex;
justify-content: space-between;
}

#tot_table tr:last-child{
	margin-top: 60px;
}

.total{
  margin-top: 60px;
  font-weight: 500;
  color: #0A1F29;
}

.btn-checkout{
  background-color: #D46700;
  padding: 12px 0px;
  width: 100%;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
}

.account .list-unstyled li{
  margin-bottom: 20px;
}


@media only screen and (max-width: 1140px) {
  .container{
    padding-left: 15px;
    padding-right: 15px;
  }

  .process-card img{
    width: 98%;
  }

  .story-text{
    max-width: auto;
  }

  .feature-image img{
    width: 90%;
  }

  .blog-image img{
    width: 90%;
  }

  .story-image img{
    width: 90%;
    height: max-content;
  }

  .faq-img img{
    width: 90%;
  }

  .product-price{
  	margin-left: 20px;
  }

  .registration-form{
  	margin-bottom: 30px;
  }
}

@media (max-width: 768px) {

.product-price{
	margin-left: 0px;
}
  .site-actions, .site-nav{      
    display: none;
  }
  .burger {
    display: flex;
  }
  .mobile-nav.active {
    display: flex;
  }
  .header-grid {
    justify-content: space-between;
  }

  .feature-image{
    height: max-content;
  }

  .process-chip{
    position: relative;
  }

  .process-overlay{
    padding-left: 20px;
    display: flex;
    flex-wrap: wrap;
  }

  .section-blog .cta-btn{
    position: relative;
  }

  .testimonials-flex{
    flex-wrap: wrap;
  }

  .testimonials-content{
    max-width: max-content;
    text-align: center;
    margin-bottom: 30px;
  }

  .testimonials-slider {
    justify-content: center!important;
  }

  .benefit__name{
    min-width: min-content;
  }

  .site-logo, .site-actions{
    order: -1;
  }

  .header-grid{
    grid-template-columns: auto auto;
  }

  .contact-flex{
    flex-wrap: wrap;
  }

  .section-contact{
    text-align: center;
  }

  .contact__block{
    margin-top: 40px;
  }

  .contact-info{
    margin-bottom: 40px;
  }

  .contact-form .cta-btn{
    margin-left: auto;
    margin-right: auto;
  }

  .cart-flex{
    flex-wrap: wrap;
  }

  .product-price{
    margin-top: 30px;
  }
}


@media (max-width: 576px) {
  section, footer{
    padding: 40px 0;
  }

  .hero-flex{
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-text{
    margin-bottom: 30px;
  }

  .cta-btn{
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-flex{
    flex-wrap: wrap-reverse;
  }

  .feature-image img{
    width: 100%;
    margin-bottom: 20px;
  }

  .story-flex{
    flex-wrap: wrap;
  }

  .story-image img{
    width: 100%;
    margin-bottom: 30px;
  }

  .section-story .flex-reverse{
    flex-wrap: wrap-reverse;
  }

  .shop-item{
    margin-bottom: 30px;
  }

  .shop-item:last-child{
    margin-bottom: 0px;
  }

  .shop-item .cta-btn{
    position: relative;
    right: auto;
    margin-top: 30px;
  }

  .nutrition-flex{
    flex-wrap: wrap;
  }

  .nutrition-content{
    margin-bottom: 30px;
  }

  .process-overlay p{
    display: none;
  }

  .process-chip{
    font-size: 10px;
    bottom: 15px;
    align-self: end;
  }

  .section-nutrition .btn-outline{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .blog-flex{
    flex-wrap: wrap-reverse;
  }

  .blog-flex:last-child{
    flex-wrap: wrap;
  }

  .blog-image img{
    width: 100%;
    margin-bottom: 30px;
  }

  .testimonials-slider{
    display: none;
  }
  .faq-flex{
    flex-wrap: wrap;
  }

  .faq-img img{
    width: 100%;
  }

  .final-cta-buttons .cta-btn{
    margin-bottom: 30px;
  }

  .footer-flex{
    flex-direction: column;
  }

  .section-footer .list-unstyled li{
    margin-top: 5px;
  }

  .footer-links{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .benefit{
    flex-wrap: wrap;
    text-align: center;
    padding: 20px;
  }

  .benefit__name{
    min-width: 100%;
    margin-right: 0px;
  }

  .benefit__desc{
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .step-three__flex{
    flex-wrap: wrap-reverse;
  }

  .step-three__text{
    margin-bottom: 30px;
  }

  .step-three__text .cta-btn{
    position: relative;
  }

  .step-two__list{
    flex-wrap: wrap;
  }

  .step-two__item p{
    margin-top: 20px;
  }

  .section-log-in .form p{
    font-size: 16px;
  }

  .registration-form .form-grid{
    grid-template-columns: 1fr;
  }

  .product-head{
  	display: none;
  }

  .item-info{
  	flex-direction: column;
  }

  .price{
  	margin-top: 20px;
  }

  .product-img{
  	margin-bottom: 20px;
  }
}