*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*--------------------Navbar-----------------*/

body{
    background-color: #e7e0e0;
}
#intro{
    background-color: #e5fdc3;
} 
#Lipozem-Money-Back-Guarantee{
    background-color: #e5fdc3; 
}
#Lipozem-order-page{
    background-color: #e5fdc3;
}
img{
    max-width: 100%;
    object-fit: contain;
    border-radius: 20px;
}
.hover-orange:hover {
    color: #efebe8 !important;
}
li{
    list-style: none;
}
.keyword{
    color: black;
    font-weight: 700;
    text-decoration: none;
    &&:hover{
        text-decoration: underline;
    }
}
.line-througth-price{
    text-decoration: line-through;
    color: red;
}
.discount-price{
    color: #223a01;
}
.nav-bg-coustom{
    background-color: #779947;
    position:fixed;
    top: 0px;
    width: 100%;
    z-index: 1000;

}
.coutom-nav-pd{
    padding-left: 3rem;
    padding-right: 3rem;
}
.font-a-size{
    font-size: 20px;
    font-weight: 700;
}
.nav-item-pad-to-logo{
    padding-left: 3rem;
}
.orderbtn{
    padding: .7rem 2.9rem .7rem 1.4rem;
    border-radius: 54px;
    background-color: #fccd15;

    &&:hover{
        background-color: #fccd15;
    }
}
.orderbtn .atag:hover{
    color: #00000084 !important;
}

.atag{
    position: relative;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.5rem;
    color: #000;
}
 .orderbtn .itag{
    position: absolute;
    top: 7px;
    margin-left: 5px;
}
/*--------------------End Navbar-----------------*/
/*--------------------Into section-----------------*/
.main-container{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.into-row{
    width: 90%;
    padding: 3rem 0rem 2rem 0rem;
}
.into-image-part{
    width: 33%;
}
.into-text-content{
    width: 67%;
    padding: 0rem 2rem 0rem 4rem;
    color: #000;
}
.website-main-heading{
    font-size: 30px;
    padding: 1rem 0rem .5 0rem;
    font-weight: 700;
    /* color: #ffff00; */
    color: #1E3A28;
}
.into-text{
    font-family: 'Jost', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
}
.content-div{
    margin: 1.5rem 5rem 1rem 0rem;
}
.price-text{
    font-weight: 700;
    font-size: 24px;
}
.intoitag{
    position: absolute;
    top: -2px;
    font-size: 34px;
}
.intoitagaarow{
    position: absolute;
    top: -10px;
    font-size: 54px;
    left: 95%;
}
.intobtn-m{
    margin: 0px 20px 10px 0px;
}
.into-order-btn{
    margin: 20px 0px 20px 0px ;
}
/*--------------------End Into section-----------------*/
/*--------------------Discount section-----------------*/
.Discounted-div{
    flex-direction: column;
}
.discount-title{
    text-align: center;
    padding: 0rem 0rem 2rem 0rem;
}
.discount-title h2{
    font-size: 3rem;
    font-weight: 700;
}
.discount-image-box{
    gap: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}


/*--------------------End Discount section-----------------*/
/*--------------------offical section-----------------*/

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px;
  }
  
  .grid-item {
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    padding: 0px 10px;
    transition: transform 0.2s;
    display: flex;
    flex-direction: column;
    align-items: center;
   
  }
  
  .grid-item img {
    width: 100%;
    height: auto;
  }
  
  .grid-item span {
    margin: 10px 0;
    font-size: 1.3em;
    font-weight: 700;
  }
  
  .grid-item p {
    padding: 0 10px 10px;
    font-size: 1.1em;
    color: #666;
    text-align: justify;
  }
  
  .grid-item:hover {
    transform: scale(1.05);
  }
  
/*--------------------End offical section-----------------*/

/*-------------------- MoneyBack section-----------------*/
.MoneyBack-div{
    display: flex;
}
.MoneyBack-Image{
    width: 30%;
    display: flex;
    justify-content: center;
}
.MoneyBack-text{
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}
.MoneyBack-text h2{
    padding: 6px 0px;
    font-weight: 700;
}
.MoneyBack-text .beforeimagetext{
    font-size: 1.3rem;
}

/*--------------------End MoneyBack section-----------------*/
/*--------------------LipozemInto section-----------------*/
.LipozemInto-div{
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
.LipozemInto-TextAndImage{
    display: flex;
    gap: 30px;
}
.LipozemInto-Image{
    width: 40%;
    display: flex;
    justify-content: center;
}
.LipozemInto-Text{
    width: 55%;
}
.LipozemInto-Text span,
.LipozemInto-Text li{
    font-size: 1.2rem;
}
.LipozemInto-heading h2{
    font-size: 3rem;
    text-align: center;
}
.LipozemInto-heading{
    margin-bottom: 2rem;
}
.LipozemInto-list{
    display: flex;
    flex-direction: column;
}

/*--------------------End LipozemInto section-----------------*/
/*--------------------Benefits section-----------------*/

.Benefits-heading{
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}
.Benefits-lists-item{
    display: flex;
    gap: 10px;
    align-items: center;
}
.Benefits-lists-item span{
    font-size: 1.3rem;
}
.Benefits-counter{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f47231;
    display: flex;
    justify-content: center;
    color: white;
    align-items: center;
    font-size: 1.5rem;
}
.Benefits-lists{
    display: flex;
    padding: 2rem 0px 0px 0px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.list-row{
    display: flex;
    flex-direction:column ;
    gap: 10px;
    padding-bottom: 2rem;
}


/*--------------------End Benefits section-----------------*/
/*--------------------Bonuses section-----------------*/
.Benefits-div{
    margin-bottom: 1.5rem;
}
.Benefits-Content{
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.Benefits-heading h2{
    font-size: 2.5rem;
    margin-bottom:1rem ;
    font-weight: 700;
}
.Benefits-Bonuses{
    display: flex;
    align-items: center;
    gap: 20px;
    transition:rotate ease .5s;
    &&:hover{
      rotate:-2deg;
    }
}
.Benefits-Bonuses-Image{
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Benefits-Bonuses-Content{
    width: 65%;
}
.BonusesNamae{
    font-weight: 700;
    font-size: 1.6rem;
}
.BonusesPrice{
    font-weight: 700;
    font-size: 1.6rem;
}
.BonusesText{
    font-size: 1.3rem;
}
/*--------------------End Bonuses section-----------------*/
/*--------------------Ingredients section-----------------*/
.Ingredients-div{
    display: flex;
    justify-content: center;
}
.Ingredients-heading h2{
    font-size: 2.5rem;
    font-weight: 700;
}
.Ingredients-text{
    width: 80%;
}
.Ingredients-Subheading span{
    font-size: 1.3rem;
}
.Ingredients-content{
    width: 70%;
}
.Ingredients-lists{
    display: flex;
    flex-direction: column;
    gap: 42px;
}
.Ingredients-lists-item{
    display: flex;
        gap: 24px;
}
.Ingredients-headings{
    text-align: center;
    margin-bottom: 2rem;
}
.Ingredients-counter{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f47231;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
}

.aarowicon{
    font-size: 50px;
    position: absolute;
    top: 50px;
    color: #f47231;

}
.Ingredients-text-heading{
    font-weight: 700;
    font-size: 1.2rem;
}
.Ingredients-div{
    margin-bottom: 2rem;
}
/*--------------------End Ingredients section-----------------*/
/*-------------------- FAQ section-----------------*/
.faq-container {
    width: 80%;
    margin: 0 auto;
  }
  .faq-item {
    border: 1px solid #ccc;
    border-radius: 26px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 8px 0px;
  }
  .faq-title {
    display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 17px 20px 10px 20px;
        cursor: pointer;
        font-size: 16px;
  }
  .faq-title span {
    font-size: 17px;
    padding: 5px 10px;
    font-weight: bold;
  }
  .faq-content {
    display: none;
    padding: 0px 30px 22px 30px;
    font-size: 16px;
    line-height: 1.5;
  }
  .faq-item.active .faq-content {
    display: block;
  }
  .faq-title-icon img{
    width: 100%;
  }
  .faq-heading h2{
    font-size: 3rem;
    font-weight: 700;
  }
  .faq-heading{
    text-align: center;
    margin-bottom: 2rem;
  }
/*--------------------End FAQ section-----------------*/
/*--------------------Reviwe section-----------------*/
.Reviews-list{
    display: flex;
    gap: 25px;
}
.Reviews-Content{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.Reviews-heading{
    text-align: center;
    margin-bottom: 2rem;
}
.Reviews-heading h2{
    font-size: 2.5rem;
    font-weight: 700;
}
.Reviews-Content-Image{
    width: 20%;
    display: flex;
    justify-content: center;
}
.Reviews-list-Content{
    width: 65%;
}
.Reviews-list-Content span{
    font-size: 1.2rem;
}
.ReviewsNamae,
.ReviewsRating{
    font-weight: 700;
}
.Reviews-div{
    margin-bottom: 2rem;
}
.Reviews-afterContent-image{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2rem;
}
/*--------------------End Reviwe section-----------------*/
/*-------------------- Orderpage section-----------------*/
.orderpage-content{
    display: flex;
}
.OrderPage-div{
    margin-bottom: 1rem;
}
.OrderPage-image{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.OrderPage-textContent{
    width: 45%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 20px;
}
.OrderPage-textContent span{
    font-size: 1.5rem;
}
.OrderPage-textContent1{
    font-weight: 700;
    text-align: center;
}

.orderpagebtn button a {
    font-size: 1.1rem;
    color: #000;
    text-decoration: none;
    font-weight: 700;
}


/*--------------------End Orderpage section-----------------*/
/*-------------------- FDA section-----------------*/

.FDA-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}
.FDA-content span{
    font-size: 1.2rem;
}
.FDA1{
    font-weight: 700;
}
.firtsFDA{
    display: flex;
    flex-direction: column;
}
.FDAcopyright{
    display: flex;
    flex-direction: column;
}
.copyatag{
    text-decoration: none;
    color: black;
    
    &&:hover{
        text-decoration: underline;
        color: black;
    }
}
.boldtag{
    font-weight: 700;
}

/*--------------------End FDA section-----------------*/
/*--------------------Privacy Policy section-----------------*/
.privacy-heading{
    text-align: center;
}
.privacy-heading h1{
    font-size: 2.5rem;
    font-weight: 700;
}
.privacy-content{
    gap: 20px;
    display: flex;
    width: 70%;
    flex-direction: column;
}
.privacy-subheading{
    text-align: center;
}
.privacy-subheading span{
    font-weight: 700;
    font-size: 1.3rem;
}
.privacy-div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}
.privacy-content span{
    font-size: 1.3rem;
    text-align: justify;
}
.question span{
    font-weight: 700;
    
}
.privacy-questions{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.privacy-questions ul li {
    font-size: 1.1rem;
}
.answerlist{
    display: flex;
    flex-direction: column;
}
.Privacyhead{
    font-weight: 700;
}
/*--------------------End Privacy Policy section-----------------*/
/*--------------------End FDA section-----------------*/
@media (min-width: 576px) {
    .coutom-nav-pd{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .nav-item-pad-to-logo{
        padding-left: 0rem;
    }  
    .discount-title h2{
        font-size: 2rem;
    }
    
    .MoneyBack-Image{
        width: 100%;
    }
    .MoneyBack-text{
        width: 100%;
        text-align: center;
    }
    .LipozemInto-TextAndImage{
        flex-direction: column;
     }
     .LipozemInto-Image{
         width: 100%;
     }
     .LipozemInto-Text{
         width: 100%;
         text-align: justify;
     }
     .Benefits-Bonuses{
        flex-direction: column;
     }
     .Benefits-Bonuses-Image{
        width: 100%;
        
    }
    .Benefits-Bonuses-Content{
        width: 100%;
        text-align: center;
    }
    .faq-heading h2{
        font-size: 2rem;
      }
      .orderpage-content{
        flex-direction: column;
     }
     .OrderPage-image{
        width: 100%;
     }
     .OrderPage-textContent{
        width: 100%;
     }
     .privacy-content{
        width: 100%;
     }
     .privacy-heading h1{
        font-size: 2rem;
     }
    
}
@media (max-width: 576px) {
    .coutom-nav-pd{
        padding-left: .6rem;
        padding-right: .6rem;
    }
    .nav-item-pad-to-logo{
        padding-left: 0rem;
    }
    .into-text-content{
        width: 100%;
        padding: 0rem 0rem 0rem 1rem;
    }
    .orderbtn .atag{
        font-size: 1rem;
    }
    .intoitag{
        position: absolute;
        top: -2px;
        font-size: 24px;
    }
    .intoitagaarow{
        top: -6px;
        font-size: 34px;
        left: 95%;
    }
    .website-main-heading{
        font-size: 24px;
    }
    .into-text{
        font-size: 1rem;
    }
    .discount-title h2{
        font-size: 1.4rem;
    }
    .into-row{
        width: 90%;
        padding: 1rem 0rem 0rem 0rem;
    }
   
    .content-div {
        margin: 1.5rem 0rem 1rem 0rem;
    }
    .MoneyBack-Image{
        width: 100%;  
    }
    .MoneyBack-text{
        width: 100%;
        text-align: justify;
    }
    .MoneyBack-div{
        margin-bottom: 2rem;
    }
    .LipozemInto-TextAndImage{
       flex-direction: column;
    }
    .LipozemInto-Image{
        width: 100%;
    }
    .LipozemInto-Text{
        width: 100%;
        text-align: justify;
    }
    .Benefits-Bonuses{
        flex-direction: column;
     }
     .Benefits-Bonuses-Image{
        width: 100%;
        
    }
    .Benefits-Bonuses-Content{
        width: 100%;
        text-align: justify;
    }
    .Benefits-heading h2{
        font-size:1.5rem;
    }
    .BonusesNamae{
        font-size: 1.3rem;
    }
    .BonusesPrice{
        font-size: 1.3rem;
    }
    .Ingredients-counter{
        display: none;
    }
    .Ingredients-content{
        width: 100%;   
    }
    .Ingredients-heading h2{
        font-size: 1.5rem;
    }
    .Ingredients-Subheading span{
        font-size: 1.2;
    }
    .Ingredients-Subheading{
        text-align: justify;
    }
    .Ingredients-lists{
        gap: 15px;
    }
    .faq-container {
        width: 100%;
      }
      .faq-heading h2{
        font-size: 1.5rem;
      }
      .Reviews-list {
        flex-direction: column;
      }
      .Reviews-Content-Image{
        width: 100%;
      }
      .Reviews-list-Content{
        width: 100%;
        text-align: justify;
      }
      .Reviews-heading h2{
        font-size: 1.6rem;
      }
      .orderpage-content{
        flex-direction: column;
     }
     .OrderPage-image{
        width: 100%;
     }
     .OrderPage-textContent{
        width: 100%;
     }
     .FDA-content{
        text-align: justify;
     }
     .privacy-content{
        width: 100%;
     }
     .privacy-heading h1{
        font-size: 1.5rem;
     }
    
     .Benefits-counter{
        display: none;
     }
    
  }

@media (min-width: 768px) {
    .coutom-nav-pd{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .nav-item-pad-to-logo{
        padding-left: 0rem;
    }
    .discount-title h2{
        font-size: 2.3rem;
    }
   
    .MoneyBack-Image{
        width: 100%;
    }
    .MoneyBack-text{
        width: 100%;
        text-align: center;
    }
    .Benefits-heading{
        font-size: 2rem;
     }
     .orderpage-content{
        flex-direction: column;
     }
     .OrderPage-image{
        width: 100%;
     }
     .OrderPage-textContent{
        width: 100%;
     }
     .privacy-content{
        width: 70%;
     }
     .privacy-heading h1{
        font-size: 2.5rem;
     }
     .Benefits-Bonuses-Content{
        text-align: start;
    }
  }
@media (min-width: 992px){
    .coutom-nav-pd{
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .nav-item-pad-to-logo{
        padding-left: 1.5rem;
    }
    .discount-title h2{
        font-size: 3rem;
    }
    .MoneyBack-Image{
        width: 100%;
    }
    .MoneyBack-text{
        width: 100%;
        text-align: center;
    }
    .LipozemInto-TextAndImage{
        flex-direction: row;
     }
     .LipozemInto-Image{
         width: 40%;
     }
     .LipozemInto-Text{
         width: 55%;
         text-align: start;
     }
     .Benefits-heading{
        font-size: 2rem;
     }
     .Benefits-Bonuses{
        display: flex;
        align-items: center;
        flex-direction: row;
    }
     .Benefits-Bonuses-Image{
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .Benefits-Bonuses-Content{
        width: 65%;
    }
    .faq-heading h2{
        font-size: 3rem;
        font-weight: 700;
      }
      .orderpage-content{
        flex-direction: row;
     }
     .OrderPage-image{
        width: 50%;
     }
     .OrderPage-textContent{
        width: 40%;
     }
    
}
@media (min-width:1200px){
    .MoneyBack-Image{
        width: 30%;
    }
    .MoneyBack-text{
        width: 65%;
        text-align: center;
    }
}
@media (min-width: 1400px) {
    .coutom-nav-pd{
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .nav-item-pad-to-logo{
        padding-left: 3rem;
    }
    .MoneyBack-Image{
        width: 30%;
    }
    .MoneyBack-text{
        width: 65%;
        text-align: start;
    }
    
  }

@media(max-width:850px){
.into-row{
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.into-image-part{
    width: 100%;
    display: flex;
    justify-content: center;
}
.into-text-content{
    width: 100%;
}
}  
@media (max-width:900px) and (min-width:800px){
    .into-row{
        width: 100%;}
}
@media (min-width:1000px) and (max-width:1300px) {
    .discount-image-box a{
    width: 30%;
    }
}
