body {
    margin: 0;
    padding: 0;
    background-color: #1D060A;

}

/*========== HEADER ========*/
nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr); 
}

.column {
  background-color: #0F0505;
  
}
.first {
    padding-top: 25%;
}

.second {
    padding-top: 25%;
}

.third {
    padding-top: 15%;
}

.fifth {
    padding-top: 25%;
}

.fourth {
    padding-top: 25%;
}

.third img {
  min-width: 100px;
  max-height: auto;
  width: 50%;
}

a {
  color: #fff;
  text-decoration: none;
  color: #F2F1ED;
    font-family: "Caladea", serif;
    font-weight: 100;
    font-style: normal;
    font-size: 1rem;
}




header{
    background-color: #0F0505;
    padding: auto;
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0%;
}


.cart-count span{
    background-color: #8A8283;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #0C0404;
    margin-left: 10vw;
}


/*========== Main ========*/


#main {
    width: 100%;
   object-fit: cover;
   object-position: center;
    padding-top: 10%;
    max-width:  100%;
    height: 120vh;
    justify-content: center;
    align-items: center;
    background-image: url(images/IMG_0389\ 2.png);
    background-size: cover;
    overflow-x: hidden;
}



.gradient{
    margin-top: 1px;
    height: 30%;
    width: 100%;
    position: absolute;
    background-image: linear-gradient(to bottom, #0f0505, transparent);
}

#main h1{
    margin-left: 13%;
    margin-right: 13%;
    margin-top: 50%;
    margin-bottom: 50%;
    display: block;
    float: left;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  
}


/*========== Info ========*/

.wrapper{
    max-height: 148vh;
    display: flex;
    overflow-x: auto;
}

.wrapper .item{
    min-width: 80vh;
    height: 148vh;
    background-color: #1D060A;
    margin-right: 2px;
}

.wrapper::-webkit-scrollbar{
    width: 0;
}

.one{
    background: #1D060A;
}

.two{
    background: #1D060A;
}

.three{
    background: #1D060A;
}

.one img{
    position: relative;
    padding: 10%;
    object-fit: contain;
    width: 50%;
    align-items: center;
}

.two img{
    position: relative;
    padding: 10%;
    object-fit: contain;
    width: 50%;
    align-items: center;
}

.three img{
    position: relative;
    padding: 10%;
    object-fit: contain;
    width: 50%;
    align-items: center;
}

.one p{
    position: relative;
    padding-left: 10%;
    width: 50%;
    line-height: 1.5;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #A59B9D;
}

.two p{
    position: relative;
    padding-left: 10%;
    width: 50%;
    line-height: 1.5;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #A59B9D;
}

.three p{
    position: relative;
    padding-left: 10%;
    width: 50%;
    line-height: 1.5;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #A59B9D;
}

::-webkit-scrollbar{
    display: none;
}

.wrapper h1{
    position: absolute;
    top: 138%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: "Aboreto", system-ui;
    font-weight: 400;
    font-style: normal;
    font-size: 90;
    color: #F2F1ED;
    margin-left: 25%;
}

.scroll-indicator {
  position: absolute;
  top: 243%;
  right: 0px;
  justify-content: center;
    align-items: center;
  transform: translateY(-50%);
  font-size: 50px;
  color: #666;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}





.wrapper button{
    position: absolute;
    top: 260%;
    margin-left: 50%;
    text-align: center;
    text-decoration: none;
    cursor:pointer; 
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    align-items: center;
    justify-content: center;
  background-color: #1D060A;
  color: #F2F1ED;
  border: 0.5px solid #F2F1ED;
  padding: 10px 10px;
  font-size: 0.7rem;
  cursor: pointer;
  border-radius: 10px;
  width: 100px;
  
    
}

.wrapper a:hover{
    background-color: #A59B9D;
    color: #1D060A;
}

/*========== Footer ========*/

footer {
  background-color: #8E8284;
  color: #1D060A;
  text-align: left;
  padding-bottom: 1%;
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: left;
}

footer p{
     padding: 3%;
     margin-top: 3%;
     text-align: center;
     font-family: "Lora", serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-size: medium;
     font-style: normal;
}

footer a{
    color: #1D060A;
}

.sm1 ul{
  position: relative;
  bottom: 10%;
  list-style: none;
  padding: 5%;
  margin: 1%;
  text-decoration: none;
  text-align: left;
  line-height: 1.5;
}

.sm{
  display: grid;
  grid-template-columns: repeat(4, 10fr); 
}


.sm1{
    text-align: left;
    list-style: none;
    color: #1D060A;
    text-decoration: none;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: medium;
    font-style: normal;
}

.sm1{
    color: #1D060A;
    text-decoration: none;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: medium;
    font-style: normal;
    line-height: 1.5;
}

.sm2{
    margin-top: 60%;
    color: #1D060A;
    text-decoration: none;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: medium;
    font-style: normal;
    line-height: 1.5;
}

.sm3{
    margin-top: 60%;
    color: #1D060A;
    text-decoration: none;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: medium;
    font-style: normal;
    line-height: 1.5;
}

.sm4{
    margin-top: 60%;
    color: #1D060A;
    text-decoration: none;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: medium;
    font-style: normal;
    line-height: 1.5;
}

.sm2 a, .sm3 a, .sm4 a{
    font-weight: 700;
}

.sm7{
    text-align: left;
    margin-left: 29%;
    padding-left: 33%;
}

.sm5{
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-right: 20%;
}

.sm6{
    text-align: left;
    margin-left: 31%;
    padding-left: 37%;
}

/*========== Product-top ========*/

.top {
    width: 100%;
   object-fit: cover;
   object-position: center;
    margin-top: 6.3%;
    max-width:  100%;
    height: 35vh;
    justify-content: center;
    align-items: center;
    background-image: url(images/Exclude.png);
    background-size: cover;
    overflow-x: hidden;

}

.top p{
    margin-right: 50%;
   margin-top: 30%;
    color: #F2F1ED;
    text-align: center;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 2rem;
    font-style: normal;
}



/*========== Product-main ========*/




.product-slides h2{
    background-color: #CFCDCD;
    color: #0C0404;
    text-align: center;
    font-family: "Aboreto", system-ui;
    font-weight: 500;
    font-style: normal;
    font-size: 3rem;
    
}

.card p{
    justify-content: center;
    justify-items: center;
    text-align: center;
    gap: 15px;
    display: flex;
    list-style: none;
    color: #CFCDCD;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
   margin-top: 10%;

}


.card h5{
    justify-content: center;
    justify-items: center;
    text-align: center;
    gap: 15px;
    display: flex;
    list-style: none;
    color: #CFCDCD;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
   margin-top: 10%;

}




/*========== Ingredients ========*/
@media screen and (min-width: 1024px){
.top {
    width: 100%;
   object-fit: cover;
   object-position: center;
    margin-top: 6.3%;
    max-width:  100%;
    height: 60vh;
    justify-content: center;
    align-items: center;
    background-image: url(images/Exclude.png);
    background-size: cover;
    overflow-x: hidden;

}

.top p{
    position: absolute;
    top: -20%;
    left: 5%;
    color: #F2F1ED;
    text-align: center;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 2rem;
    font-style: normal;
}

.product-slides h2{
    background-color: #CFCDCD;
    color: #0C0404;
    text-align: center;
    font-family: "Aboreto", system-ui;
    font-weight: 500;
    font-style: normal;
    font-size: 90;
    
}

.card p{
    justify-content: center;
    justify-items: center;
    text-align: center;
    gap: 15px;
    display: flex;
    list-style: none;
    color: #CFCDCD;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
   margin-top: 10%;

}


.card h5{
    justify-content: center;
    justify-items: center;
    text-align: center;
    gap: 15px;
    display: flex;
    list-style: none;
    color: #CFCDCD;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.1rem;
   margin-top: 10%;

}


.ingredients{
    background-color: #CFCDCD;
    text-align: center;
}

.ingredients h3{
   text-align: center;
    color: #322C2C;
  column-span: all;
  font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 0.5rem;

} 

.newspaper h2, .newspaper2 h2 {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    color: #4F4A4A;
  column-span: all;
  text-align: center;
}

.newspaper1, .newspaper,.newspaper2{
    text-align: center;
  display: flex;
}

.newspaper p, .newspaper1 p,.newspaper2 p{
    text-align: left;
    color: #767272;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 15;
   line-height: 1.5;
   width: 80%;
   margin-left: 5%;
   padding-left: 5%;
}
.columnpic{
    transform: rotate(90deg);
    width: 40%;
}

.columnpic1{
    transform: rotate(90deg);
    width: 30%;
}

.column1, .column2, .column3, .column8, .column9, .column10, .column11{
    
    text-align: center;
}

.column1 h2, .column2 h2, .column3 h2, .column8 h2, .column9 h2, .column10 h2, .column11 h2{
    text-align: center;
}

.column1 p,.column2 p, .column3 p, .column8 p, .column9 p, .column10 p, .column11 p{
   text-align: center;
   align-content: center;
   align-items: center;
   justify-content: center;
   justify-items: center;
  
}


.column5{
    width: 20%;
}

.column6{
    width: 16%;
    margin-left: 20%;
}

.column7{
    width: 16%;
    margin-left: 20%;
}

.ingredients h1{
    margin-top: 10%;
    padding-top: 10%;
    text-align: center;
    color: #0C0404;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3.5rem;

} 

.grid { display:grid; grid-template-columns: 450px 450px 450px 450px 450px 450px 450px; gap:16px; overflow-x: auto;
  overflow-y: hidden; max-width: 100vw;}

.newspaper1 h2{
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 22;
    color: #4F4A4A;
  column-span: all;
}

}
.ingredients{
    background-color: #CFCDCD;
    text-align: center;
}

.ingredients h3{
   text-align: center;
    color: #322C2C;
  column-span: all;
  font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3rem;

} 

.newspaper h2, .newspaper2 h2 {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: #4F4A4A;
  text-align: left;
}

.newspaper1, .newspaper,.newspaper2{
    text-align: center;
  display: flex;
}

.newspaper p, .newspaper1 p,.newspaper2 p{
    text-align: left;
    color: #767272;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3rem;
   line-height: 1.5;
   width: 80%;
   margin-left: 5%;
}
.columnpic{
    transform: rotate(90deg);
    width: 40%;
}

.columnpic1{
    transform: rotate(90deg);
    width: 30%;
}

.column1, .column2, .column3, .column8, .column9, .column10, .column11{
    
    text-align: center;
}

.column1 h2, .column2 h2, .column3 h2, .column8 h2, .column9 h2, .column10 h2, .column11 h2{
    text-align: center;
}

.column1 p,.column2 p, .column3 p, .column8 p, .column9 p, .column10 p, .column11 p{
   text-align: center;
   align-content: center;
   align-items: center;
   justify-content: center;
   justify-items: center;
  
}


.column5{
    width: 20%;
}

.column6{
    width: 16%;
    margin-left: 20%;
}

.column7{
    width: 16%;
    margin-left: 20%;
}

.ingredients h1{
    margin-top: 10%;
    padding-top: 10%;
    text-align: center;
    color: #0C0404;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 4rem;

} 


.newspaper1 h2{
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    color: #4F4A4A;
    text-align: center;
}

/*========== Cart ========*/
.cartpage {
  max-width: 90vw;
  margin: 40px auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #EDEDED;
}

.cartpage  h2{
    color: black;
    font-family: "Aboreto", system-ui;
    font-weight: 550;
    font-style: normal;
    font-size: 2rem;
    padding-left: 5%;
    background-color: #EDEDED;
}

.headings {
    display: grid;
    grid-template-columns: 18vw 15vw 15vw 10vw 10vw;
    padding-left: 8%;
    border-bottom: 1px solid black;
}

.headings h4{
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    color: black;
}

.price{
   font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-size: 1.2rem;
    color: black; 
}

.OS{
  max-width: 90vw;
  margin: 40px auto;
  padding: 20px;
  border-radius: 10px;
  background-color: #EDEDED;
    
}

.OS h4{
    padding-left: 8%;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    color: black;
    
}

.TQ p{
    padding-left: 8%;
    padding-right: 8%;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    color: black;
}


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

.shipping p{
    padding-left: 8%;
    padding-right: 8%;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    color: black;
    padding-bottom: 30px;
}


.shipping{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid black;
}

.finish p{
    padding-left: 8%;
    padding-right: 8%;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    color: black;
    padding-bottom: 3%;
    padding-top: 3%;
}


.finish{
    display: flex;
    justify-content: space-between;
    background-color: #B89090;
}

.tax p{
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: black;
    text-align: center;
}

.tax button{
    padding: 3% 3%;
    border: 0;
    background-color: #2A191C;
    color: #FFF7F7;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    width: 80%;
    margin-left: 10%;
}

@media screen and (min-width: 1024px){
.cartpage {
  max-width: 100vw;
  margin: 40px 0;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #EDEDED;
  display: flex;
}

.cartpage  h2{
    color: black;
    font-family: "Aboreto", system-ui;
    font-weight: 550;
    font-style: normal;
    font-size: 1.7rem;
    padding-left: 5%;
    padding-top: 5%;
    background-color: #EDEDED;
}

.headings {
    display: grid;
    grid-template-columns: 14vw 9vw 9vw 6vw 10vw;
    padding-left: 8%;
    border-bottom: 1px solid black;
    padding-top: 5%;
}

.headings h4{
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: black;
}

.price{
   font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-size: 1rem;
    color: black; 
}


.OS{
    padding-top: 7.9%;
  max-width: 100vw;
  width: 30%;
  border-radius: 10px;
  background-color: #EDEDED;
  padding-left: 0%;  
}

.OS h4{
    padding-left: 8%;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: black;
    
}

.TQ p{
    padding-left: 8%;
    padding-right: 8%;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: black;
}


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

.shipping p{
    padding-left: 8%;
    padding-right: 8%;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: black;
    padding-bottom: 30px;
}


.shipping{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid black;
}

.finish p{
    padding-left: 8%;
    padding-right: 8%;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: black;
    padding-bottom: 3%;
    padding-top: 3%;
}


.finish{
    display: flex;
    justify-content: space-between;
    background-color: #B89090;
}

.tax p{
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    color: black;
    text-align: center;
}

.tax button{
    padding: 3% 3%;
    border: 0;
    background-color: #2A191C;
    color: #FFF7F7;
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    width: 80%;
    margin-left: 10%;
}
}

.us{
  max-width: 99vw;
  max-height: 85vw;
  overflow-y: auto;
  margin-top: 5%;
  border-radius: 10px;
}

.bt{
    display: flex;
}


.intro1 h2{
    position: absolute;
    top: 50%;
    left: 10%;
    color: black;
    font-family: "Aboreto", system-ui;
    font-weight: 550;
    font-style: normal;
    font-size: 2rem;
}

.intro h3{
    color: #847C7E; 
    font-family: "Aboreto", system-ui;
    font-weight: 550;
    font-style: normal;
    font-size: 1.1rem;
}

.intro p{
   color: #5F5556; 
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.5rem;
    width: 60%;
}

.intro{
    display: flex;
}

.ourstory h3{
    color: #847C7E; 
    font-family: "Aboreto", system-ui;
    font-weight: 550;
    font-style: normal;
    font-size: 1.1rem;
}

.ourstory p{
  color: #5F5556; 
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.5rem;
    width: 60%;
}

.ourpromise h3{
    color: #847C7E; 
    font-family: "Aboreto", system-ui;
    font-weight: 550;
    font-style: normal;
    font-size: 1.1rem;
}

.ourpromise p{
  color: #5F5556; 
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.5rem;
    width: 60%;
}

.ourpromise ul{
   color: #5F5556; 
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.5rem;
    width: 60%;
}

.diff h3{
    color: #847C7E; 
    font-family: "Aboreto", system-ui;
    font-weight: 550;
    font-style: normal;
    font-size: 1.1rem;
}

.diff p{
   color: #5F5556; 
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.5rem;
    width: 60%;;
}

.diff ul{
   color: #5F5556; 
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.5rem;
    width: 60%;
}

.hands h3{
   color: #847C7E; 
    font-family: "Aboreto", system-ui;
    font-weight: 550;
    font-style: normal;
    font-size: 1.1rem;
}

.hands p{
   color: #5F5556; 
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 0.5rem;
    width: 60%;
}

@font-face {
  font-family: 'Amoresa'; /* Name you'll use in CSS */
  src: url('fonts/Amoresa.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


.cloudy{
    font-family: 'Amoresa';
    writing-mode: vertical-rl; /* Vertical text */
    transform: rotate(180deg); /* Flip it so it starts from bottom */
    font-size: 2.2rem;
    color: #847C7E;
    padding-bottom: 20%;
}

.essence{
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-style: normal;
  writing-mode: vertical-rl; /* Vertical text */
    transform: rotate(180deg); /* Flip it so it starts from bottom */
    font-size: 2rem;
    color: #847C7E;
    padding-bottom: 40%;
}

.intro1{
    padding-top: 8%;
}

.intro1 img{
    width: 100vw;
}

.aboutimg1 img{
    width: 80%;
    padding-right: 0%;
    padding-top: 80%;
}

.aboutimg2 img{
    width: 80%;
    padding-right: 0%;
    padding-top: 80%;
}

@media screen and (min-width: 1024px){
    .us{
  max-width: 99vw;
  max-height: 40vw;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 5%;
  border-radius: 10px;
}

.bt{
    display: flex;
}

.intro h3{
    color: #847C7E; 
    font-family: "Aboreto", system-ui;
    font-weight: 550;
    font-style: normal;
    font-size: 2.1rem;
}

.intro p{
   color: #5F5556; 
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    width: 60%;
}

.intro{
    display: flex;
}

.ourstory h3{
    color: #847C7E; 
    font-family: "Aboreto", system-ui;
    font-weight: 550;
    font-style: normal;
    font-size: 2.1rem;
}

.ourstory p{
  color: #5F5556; 
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    width: 60%;
}

.ourpromise h3{
    color: #847C7E; 
    font-family: "Aboreto", system-ui;
    font-weight: 550;
    font-style: normal;
    font-size: 2.1rem;
}

.ourpromise p{
  color: #5F5556; 
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    width: 60%;
}

.ourpromise ul{
   color: #5F5556; 
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    width: 60%;
}

.diff h3{
    color: #847C7E; 
    font-family: "Aboreto", system-ui;
    font-weight: 550;
    font-style: normal;
    font-size: 2.1rem;
}

.diff p{
   color: #5F5556; 
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    width: 60%;;
}

.diff ul{
   color: #5F5556; 
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    width: 60%;
}

.hands h3{
   color: #847C7E; 
    font-family: "Aboreto", system-ui;
    font-weight: 550;
    font-style: normal;
    font-size: 2.1rem;
}

.hands p{
   color: #5F5556; 
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    width: 60%;
}

@font-face {
  font-family: 'Amoresa'; /* Name you'll use in CSS */
  src: url('fonts/Amoresa.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


.cloudy{
    font-family: 'Amoresa';
    writing-mode: vertical-rl; /* Vertical text */
    transform: rotate(180deg); /* Flip it so it starts from bottom */
    font-size: 3rem;
    color: #847C7E;
    padding-bottom: 60%;
}

.essence{
  font-family: "Cinzel Decorative", serif;
  font-weight: 700;
  font-style: normal;
  writing-mode: vertical-rl; /* Vertical text */
    transform: rotate(180deg); /* Flip it so it starts from bottom */
    font-size: 2.8rem;
    color: #847C7E;
    padding-bottom: 50%;
}

.intro1{
    padding-top: 8%;
}

.intro1 img{
    width: 100vw;
}

.aboutimg1 img{
    width: 100%;
    padding-right: 0%;
    padding-top: 50%;
}

.aboutimg2 img{
    width: 100%;
    padding-right: 10%;
    padding-top: 20%;
}

}

