  

.btn-primary{

        --bs-btn-color:  #ffffff;
        --bs-btn-bg:#B56E42;
        --bs-btn-border-color:#B56E42;
        --bs-btn-hover-color:  #2c1818;
        --bs-btn-hover-bg: #B56E42;
        --bs-btn-hover-border-color: #ABBFC0;
        --bs-btn-focus-shadow-rgb: 49, 132, 253;
        --bs-btn-active-color: #f6f2f2;
        --bs-btn-active-bg:#B56E42;
        --bs-btn-active-border-color:#B56E42;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color:#ABBFC0;
        --bs-btn-disabled-bg: #B56E42;
        --bs-btn-disabled-border-color:#ABBFC0;
      }


      .btn-outline-primary {
        --bs-btn-color: #B56E42;
        --bs-btn-border-color: #B56E42;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #B56E42;
        --bs-btn-hover-border-color: #B56E42;
        --bs-btn-focus-shadow-rgb: 13, 110, 253;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #B56E42;
        --bs-btn-active-border-color:#B56E42;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #B56E42;
        --bs-btn-disabled-bg: transparent;
        --bs-btn-disabled-border-color: #B56E42;
        --bs-gradient: none;
      }



     .bg-ceramic-h{
      height: 100%;
  

     }

     .bg-baby{
      background-image: url(../img/flowerbg.png);
      height: 300px;
      width: 100%;
    background-size: cover;
     }

      .bg-c-blue{
        background-color: #ABBFC0;

      }

      .bg-c-pink{
        background-color: #EBE2DF;
       
      }

      .bg-c-clay{
        background-color: #E2DDD3;

      }

      .c-clay{
        border: 6px;
        border-color: #E2DDD3 ;
        border-radius: 5px;
      }

      .border-zuch{
        border-left: 5px solid #B56E42;
       
      }

      .border-z-blue{
        border-left: 5px solid #92adae;
       
      }

      .qa-pink{
        background-color: #EBE2DF;
        width: 100%;
        height: auto;
      }


      .b-example-divider{
        border-bottom:8px solid #ABBFC0  ;

      }

      .border-z-green{
        border-left: 1px dashed #999C87;
       
      }


       
   /*calm section */
   #calm{
    width: 100%;
    height: 50vh;
    background-image:  url(../img/product5.jpg) ;
    background-repeat: no-repeat;
    background-size:cover ;
    background-position: 60%;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    
   }
   #calm div{
    position: absolute;
    top: 20%;
    left: 10%;
   }

   .img-learning{
    width: 100%;
    height: 200px;
    object-fit:cover;
   }


   /*Product page cover-green-plate*/
   #green-plate{
    width: 100%;
    height: 50vh;
    background-image:  url(../img/green-plate.jpg) ;
    background-repeat: no-repeat;
    background-size:cover ;
    background-position: 50%;
    position: relative;
    margin-bottom: 30px;
    
   }

   #green-plate div{
    position:absolute;
    top: 25%;
    left: 15%;
   }


   .card-box{
    height: 100%;
   }

   .green-banner-end{
    background-color:#999C87 ;
    height: 20px;
   }


#greenbanner{
  background-color:#999C87 ;
  max-width: 100vw;
  height: 100px;
 color: white;
 position: relative;

}

#greenbanner h3 {
  height: 100px;
 color: white;
 position: absolute;
 top: 30%;
 left: 10%;

}

/*-----PRODUCT PAGE MAin--*/
#enjoy{
  background-image: url(../img/bg-line.png);
  background-size: cover;
}



#thanks{
  background-image: url(../img/line4.png);
  width: 100%;
height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
 
}


/*----Ceramic Class Page---*/
#breaktime{
  background-image: url(../img/leaves3.png);
}

/*Class -TEA Meditaion page-----*/
#tea-hero{
  width: 100%;
  height: 50vh;
  background-image:  url(../img/meditation.jpg) ;
  background-repeat: no-repeat;
  background-size:cover ;
  background-position: 50%;
  position: relative;
  margin-bottom: 30px;
  
 }

 #tea-hero div{
  position:absolute;
  top: 25%;
  left: 15%;
 }


 .grid-container{
  display: grid;
  grid-template-rows:repeat(8,1fr) ;/*This 1fr is for row height number*/
  grid-template-columns:repeat(8, auto) ;
  gap: 10px;
  width: 90%;
  margin: 0 auto;
  height: 600px;
  border: 1px solid grey;
}


.grid-container img{
  width: 100%;
  object-fit: cover;
  height: 100%;

}


#box1{
  grid-column: 1/5;
  grid-row: 1/6;
 
}

#box2{
  grid-column:1/5 ;
  grid-row: 6/9
}

#box3{
  grid-column: 5/9;
  grid-row: 1/3 ;
}

#box4{
  grid-column:5/7 ;
  grid-row:3/6 ;
}



#box5{
  grid-column:7/9 ;
  grid-row:3/6 ;
}

#box6{
  grid-column:5/9;
  grid-row:6/9;
}




#tea-thankspage{
  background-image: url(../img/blueball.png);
  width: 100%;

  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
 
}

/*--Class Page---*/
.cotton-cup img{
  height: 400px;
  width: 100%;
}

#class-quiet{
  width: 100%;
  height: 50vh;
  background-image:  url(../img/class-long1.jpg) ;
  background-repeat: no-repeat;
  background-size:cover ;
  background-position: 60%;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  
 }
 #class-quiet div{
  position: absolute;
  top: 20%;
  left: 10%;
 }

#clayclass-bg{
  background-color:  #ABBFC0;
}s

/*About Us PAGE ---------------*/


#aboutus{
  width: 100%;
  height: 50vh;
  background-image:  url(../img/cleanbowl.jpg) ;
  background-repeat: no-repeat;
  background-size:cover ;
  background-position: 60%;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  
 }
 #aboutus div{
  position: absolute;
  top: 20%;
  left: 10%;
 }

 /*--This is the carousel div and height*/
 .carousel-inner{
  height: 300px;
  margin-top: 40px;
  margin-bottom: 40px;
  
 }

 #Passionate{
  background-image:url(../img/bg-color2.png);
  background-size: cover;
  height: 400px;
 }



/*======TRY out for index area 2===*/
.container-house{
  background-color: #eeeae7;
  
}

.textfor-mobile{
  padding: 20px;
}

.left-img1 img{
  width: 100%;
  height: 400px;
  padding: 20px;  
}

  
.left-img2 img{
  width: 100%;
  height: 300px;
  padding: 20px;
}

.left-text1 , .left-text2{
  padding: 20px;
}


/*-----Tea Class Page---*/
.teacup-medi{
  width: 100%;

}






/*----FOOTER-----*/
#footer-bg{
  background-color: #999997;
  color: white;
}

.footer-divider{
  border-bottom:8px solid #999997 ;
  opacity: 0.8; 
}



/*=============================================================
===================MEDIA QUERIES===============================
==============================================================*/
     
      /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 576px) {

  .home-herotext{
    text-align: center;
    padding: 20px;
  }
  
  .bg-baby{
    background-image: url(../img/f-576-02.png);

   }
   .banner-titlebig img{
    width: 100%;
    height: 70px;
   }

   #greenbanner h3 {
    height: 100px;
   color: white;
   position: absolute;
   top: 30%;
   left: 30%;
  
  }
  #greenbanner img {
    height: 100px;
   position: absolute;
   top: 0;
   left: 0;
  
  }

  .righttext{
    display: none;
    }
    
    #Passionate{
      background-image:url(../img/bg-color2.png);
      background-size: cover;
      height: 400px;
     }
    

}









/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 576px) {



  .home-herotext{
    text-align: center;
    padding: 30px;
  }

  .bg-baby{
    background-image: url(../img/f-700-03.png);

   }
   .banner-titlebig img{
    width: 100%;
    height: 70px;
   }
  
   #greenbanner h3 {
    height: 100px;
   color: white;
   position: absolute;
   top: 30%;
   left: 20%;
  
  }
  #greenbanner img {
    height: 100px;
   position: absolute;
   top: 0;
   left:0;
  
  }
    
  /*----sm---About Page--------*/

  .textfor-mobile{
    padding: 20px;
  }

  .righttext{
    display: none;
   }  /*This is part of about us Z-indext layout section*/

   #Passionate{
    background-size: cover;
    height: 300px;
   }
  
  .Passionate-body{
    width: 100%;
  
  }

}

/*--Ceramic Page --*/
#breaktime{
 height: 3oopx;
}
.breaktime-body{
  width: 100%;
}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

  .home-herotext{
    text-align: center;
    padding: 30px;
  }

  
     .banner-titlebig img{
      width: 100%;
      height: 70px;
     }
     #greenbanner h3 {
      height: 100px;
     color: white;
     position: absolute;
     top: 30%;
     left: 20%;
    
    }
    #greenbanner img {
      height: 100px;
     position: absolute;
     top: 0;
     left: 4%;
    
    }

    .ceramic-intro{
      background-color:rgba(234, 238, 238, 0.7) ;
      height: 800px;
      margin-top: 40px;
      margin-bottom: 40px;
    }



/*--PRIDUCT PAGE -md*/
#enjoy{
  height: 400px;
}

.enjoy-body{
  width: 100%;
}


/*--Ceramic Page --*/
#breaktime{
  height: 3oopx;
 }
 .breaktime-body{
   width: 100%;
 }
 


/*--md -About Us page From Earth to Elegance*/ /*(It doesnt change anything from 774 -990*/

.righttext{
  display: block;
  position: absolute;
 top: 50px;
 left: 400px;

}



/*---About us page Z-index area--*/

.container-house{
  background-color: #eeeae7;
  position: relative;
  height: 1000px;

}


.left-room80{
  position: relative;

}

.left-img1{
  position: absolute;
  z-index: 2;
  border: 3px solid  rgb(212, 195, 195);
 top: 100px;
 left: 80px;
  height: 400px;
  width: 30%;  
}


.left-img2{
  color: white;
  position: absolute;
  z-index: 3;
  border: 3px solid rgb(212, 195, 195);
  height: 300px;
  width: 30%;
  top: 350px;
  left: 350px;
  
}

.left-text1{
  position: absolute;
  top: 500px;
  left: 90px;
  text-align: start;
  width: 25%;
}

.left-text2{
  position: absolute;
  top: 650px;
  left: 370px;
  text-align: start;
  width: 30%;

}

.righttext{
  position: absolute;
 top: 50px;
 left: 800px;

}

.textfor-mobile{
  display: none;
}

/*---Tea Meditation Page--*/
.meditation-text{
  padding: 20px ;
  margin-top: 40px;
  margin-bottom: 20px;
}

.meditation-img{
  padding-top: 20px;
  margin-top: 40px;
}

.meditation-img img{
  height: 300px;
  width: 100%;

}

#tea-thankspage{
 
  width: 100%;
  height: 500px;

 
}

#tea-thankspage div{
  width: 100%;

}


} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

  .home-herotext{
    text-align: center;
    padding: 50px;
  }
  .home-herotext p{
    padding-left: 60px;
    padding-right: 60px;
  }

/*--Home Get to know with icons*/
.getknow div{
  height: 100px;
 
}
.getknow-text {
  margin-top: 70px;

}



  .bg-baby{
    background-image: url(../img/f-1200-01-01.png);
    height: 400px;

   }
   .banner-title img{
  display: none;

   }

   .banner-titlebig img{
    width: 100%;
   
   }

   #greenbanner h3 {
    height: 100px;
   color: white;
   position: absolute;
   top: 30%;
   left: 12%;
  
  }
  #greenbanner img {
    height: 100px;
   position: absolute;
   top: 0;
   left: 4%;
  
  }


/*--PRIDUCT PAGE -md*/
#enjoy{
  height: 400px;
  background-repeat: no-repeat;
}

.enjoy-body{
  width: 100%;
}


/*--Ceramic Page --*/
#breaktime{
  height: 3oopx;
  margin-bottom: 40px;
 }
 .breaktime-body{
   width: 100%;
 }
 

/*--Tea gallery img*/
.grid-container{
  display: grid;
  grid-template-rows:repeat(8,1fr) ;/*This 1fr is for row height number*/
  grid-template-columns:repeat(8, auto) ;
  gap: 10px;
  width: 90%;
  margin: 0 auto;
  height: 900px;
  border: 1px solid grey;
}


.grid-container img{
  width: 100%;
  object-fit: cover;
  height: 100%;
  margin-bottom: 40px;

}

.meditation-text{
  padding: 20px ;
  margin-top: 40px;
  margin-bottom: 40px;
}

.meditation-img{
  padding-top: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.meditation-img img{
  height: 350px;

}


}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .banner-titlebig img{
    width: 100%;
    height: 120px;
   }


  
}

/* Extra extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) {
  .banner-titlebig img{
    width: 100%;
    height: 140px;
   }

}


