body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: url("/images/background-img/IMG-20220731-WA0006.jpg")no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
/********************************************************************************
 * header css
********************************************************************************/
.header-top .logo {
  display: flex;
  text-align: center;
  margin-top: 20px;
}
.logo img {
  width: 100px;
  mix-blend-mode: darken;
}
@media screen and (max-width: 1000px) {
  .logo img {
    margin-left: 100%;
  }
}
.header-top .header-text h4 {
  font-weight: 700;
  /* color: #a39382; */
  color:#78634c;
  
}
@media screen and (max-width: 1000px) {
  .header-top .logo {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .header-top .header-text h4 {
    font-weight: 700;
    color: #78634c;
    text-align: center;
  }
}
nav {
  color: white;
  margin-bottom: 15px;
}
nav i,
nav [class^="mdi-"],
nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 52px;
  color: black;
}
.sidenav {
  background-color: rgb(243, 243, 243);
  height: 100%;
  padding-bottom: 60px;
  z-index: 999;
}
.sidenav li > a {
  color: black;
  display: block;
  font-size: 20px;
  font-weight: 500;
  height: 55px;
  padding: 0 21px;
}
a.sidenav-close > i.material-icons {
  position: absolute;
  right: 20px;
  top: 20px;
  color: white;
  display: flex;
  justify-content: right;
}
.main-nav .burger-wrapper .line-1 {
  width: 28px;
  height: 2px;
}
.main-nav ul li i {
  color: #a39382;
}
.dropdown-content {
  display: none;
  left: 0px;
  top: 0px;
  transform-origin: 0px 0px;
  opacity: 1;
  transform: scaleX(1) scaleY(1);
  z-index: 9999;
  position: absolute;
  overflow-y: auto;
  width: 300px;
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 12px;
  color: #000;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}
li.has_sub ul li a {
  margin-left: 30px;
}
.mobile-drop {
  display: none;
}
.card.horizontal{
  background: url("/images/background-img/IMG-20220731-WA0006.jpg")no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  box-shadow: none;
}
/********************************************************************************
 * MAIN NAV  css
********************************************************************************/
.main-nav .nav-wrapper {
  display: flex;
  justify-content: space-evenly;
  /* background: url("/images/background-img/IMG-20220731-WA0006.jpg");
  box-shadow: none; */
  background: url("/images/background-img/IMG-20220731-WA0006.jpg")no-repeat;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
.main-nav ul a {
  color: black;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0 30px;
  font-weight: 700;
}
.main-nav ul li i {
  color: #2a2826;
  font-size: 25px;
  letter-spacing: 2px;
}
.nav-wrapper {
  background-color: white;
  border: none;
}
nav {
  background-color: white;
  box-shadow: none;
}
/********************************************************************************
 * Banner carousel  css
********************************************************************************/
.banner-carousel .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-carousel .owl-carousel .owl-item .btn {
  background-color: #a39382;
  border: 1px solid #a39382;
  letter-spacing: 2px;
}
.banner-carousel .owl-carousel .owl-item .btn:hover {
  border: 1px solid #a39382;
  background-color: white;
  color: #a39382;
  box-shadow: none;
}
.banner-carousel .card-content h4 {
  color: #a39382;
  font-weight: 700;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0px 7px;
  background: #78634c;
  display: block;
  transition: opacity 0.2s ease;
  border-radius: 2px;
}
.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-small,
.btn-floating,
.dropdown-content,
.collapsible,
.sidenav {
  box-shadow: none;
}
.card.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  justify-content: center;
  display: flex;
}

/********************************************************************************
 *   artist-img  css
********************************************************************************/
.artist-img {
  margin-top: 5%;
  display: flex;
  justify-content: center;
}
.artist-img h6 {
  font-weight: 700;
  color: #a39382;
  letter-spacing: 2px;
}
.artist-img img {
  border-radius: 20px;
}
.artist:hover {
  box-shadow: 10px 10px 10px 10px rgba(162, 166, 170, 0.3);
  box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0);
  transition: all 0.8s;
}
.col.l4.m4.s12.artist {
  padding: 15px;
}
.artist-head h4 {
  text-align: center;
  font-weight: 600;
  color: #a39382;
  padding-top: 10px;
}
.artist-section .container-fluid {
  width: 90%;
}
/********************************************************************************
 *  product   css
********************************************************************************/
.wrapper .container-fluid {
  width: 90%;
  display: flex;
}
.wrapper {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-content: center;
}
.container-fluid img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.container-fluid {
  margin-top: 5px;
}
/********************************************************************************
 * fancy box  css
********************************************************************************/
/********************************************************************************
 * contact  css
********************************************************************************/
.contact-us .contact-details h3 {
  padding: 0px;
  color: #78634c;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Lusitana", serif;
  letter-spacing: 2px;
}
.contact-details .head {
  font-weight: 900;
  font-size: 21px;
  font-family: "Lusitana", serif;
  color: #78634c  ;
  text-transform: uppercase;
}
.contact-details .scoial {
  font-weight: 800;
  font-size: 18px;
  font-family: "Lusitana", serif;
  color: #5e3100;
}
.contact-details .hrs {
  font-weight: 600;
  font-size: 18px;
}
.contact-details p{
  font-weight: 600;
}
.wrapper .col.l3.m6.s6.artist {
  padding: 25px;
}
@media only screen and (max-width: 1000px) {
  .wrapper .col.l3.m6.s6.artist {
    padding: 10px;
  }
}
.wrapper .img-text h6 {
  padding: 0px;
  color: #a39382;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Lusitana", serif;
  letter-spacing: 2px;
  text-align: center;
}
/********************************************************************************
 * about us  css
********************************************************************************/

.about-us h3 {
  text-align: center;
  font-weight: 600;
  color: #a39382;
  letter-spacing: 2px;
}
.about-us H5 {
  padding: 0px;
  color: #78634c;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Lusitana", serif;
  letter-spacing: 2px;
  text-align: center;
}
.about-us H6 {
  padding: 0px;
  color: #78634c;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Lusitana", serif;
  letter-spacing: 2px;
  font-size: 20px;
}
.about-us p {
  font-size: 17px;
  line-height: 28px;
  text-align: justify;
  font-weight: 600;
}
.about-us .about-us-img img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  background-size: contain;
  margin-top: 58px;
}
/********************************************************************************
 * footer  css
********************************************************************************/
footer {
  background-color: rgb(246, 246, 246);
}
footer .footer-text {
  text-align: center;
  padding: 20px;
  font-family: "Montserrat", sans-serif;
}
.footer-text h5 {
  font-weight: 500;
}
.scoial-icons {
  text-align: center;
}
.scoial-icons ul li {
  display: inline-block;
  margin: 0 5px;
  color: rgb(163, 147, 130);
  border-radius: 50%;
}
.nav-links {
  text-align: center;
}
.footer-text h5 {
  font-weight: 700;
  color: #a39382;
}
footer .scoial-icons i :hover {
  background-color: #d6c8b9;
  border-radius: 10px;
}
.nav-links ul li {
  display: inline-block;
  letter-spacing: 2px;
  margin: 0 5px;
  font-weight: 700;
  cursor: pointer;
}
.nav-links ul li a {
  color: black;
}
.nav-links ul li a:hover {
  color: #a39382;
}
.footer-policy {
  text-align: center;
}
.design-by {
  text-align: center;
}
.design-by p {
  color: rgb(177, 148, 113);
  margin: 0;
}
footer .footer-text a {
  color: rgb(177, 148, 113);
}
.footer-link {
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 1000px) {
  .footer-link {
    flex-direction: column;
  }
}
.footer-link p {
  color: #a39382;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
.footer-link li a {
  color: #a39382;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  padding: 0;
  font-weight: bold;
  font-family: "Montserrat";
  font-weight: 800;
}
footer .row {
  margin-bottom: 0;
  padding: 20px;
}
.footer-text p{
  font-weight: 600;
}
/********************************************************************************
 * studio-pottery CSS 
********************************************************************************/
.studio-pottery a.col.l6.m6.s12.artist,
.sculpture a.col.l6.m6.s12.artist,
.installation a.col.l6.m6.s12.artist,
.wall-mural a.col.l6.m6.s12.artist {
  padding: 10em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 80% 80%;
  margin-bottom: 20px;
}
.wall-mural a.col.l6.m6.s12.artist {
  transition: transform 0.3s;
}
.wall-mural a.col.l6.m6.s12.artist:hover {
  transform: scale(1.1);
}
.functional-pottery a.col.l6.m6.s12.artist {
  background-size: contain;
  padding: 10em;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 22px;
}
.functional-pottery a.col.l6.m6.s12.artist {
  transition: transform 0.3s;
}
.functional-pottery a.col.l6.m6.s12.artist:hover {
  transform: scale(1.1);
}
.functional-pottery .div {
  margin: 10%;
}
.studio-pottery a.col.l6.m6.s12.new {
  background-size: contain;
  padding: 10em;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 50px;
}
.studio-pottery a.col.l6.m6.s12.artist {
  transition: transform 0.3s;
}
.studio-pottery a.col.l6.m6.s12.artist:hover {
  transform: scale(1.1);
}
.studio-pottery a.col.l6.m6.s12.new {
  transition: transform 0.3s;
}
.studio-pottery a.col.l6.m6.s12.new:hover {
  transform: scale(1.1);
}
.studio-head h4{
  font-weight: 800;
  color: #78634c;
}
.studio-head {
  text-align: center;
  margin-bottom: 3em;
}
.installation a.col.l6.m6.s12.new {
  background-size: contain;
  padding: 10em;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 50px;
}
.installation a.col.l6.m6.s12.new {
  transition: transform 0.3s;
}
.installation a.col.l6.m6.s12.new:hover {
  transform: scale(1.1);
}
.installation a.col.l6.m6.s12.artist {
  transition: transform 0.3s;
}
.installation a.col.l6.m6.s12.artist:hover {
  transform: scale(1.1);
}
.sculpture a.col.l6.m6.s12.new {
  background-size: contain;
  padding: 10em;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 50px;
  border-radius: 20px;
}
.sculpture a.col.l6.m6.s12.new {
  transition: transform 0.5s;
}
.sculpture a.col.l6.m6.s12.new:hover {
  transform: scale(1.1);
}
.sculpture-head h4{
  font-weight: 800;
  color: #78634c;
}
.sculpture-head {
  margin-bottom: 3em;
  text-align: center;
}
/********************************************************************************
 * Bonsai pot  CSS 
********************************************************************************/
.bonsai a.l4.m4.s12.bonsai-artist {
  background-size: contain;
  padding: 6em;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
}
.bonsai-head h4{
  font-weight: 800;
  color: #78634c;
}
.bonsai-head {
  margin-bottom: 3em;
  text-align: center;
}
/********************************************************************************
 * Ikebana  CSS 
********************************************************************************/
.ikebana a.l4.m4.s12.new {
  padding: 10em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: 80% 80%;
}
/********************************************************************************
 * PRIVACY POLICY CSS 
********************************************************************************/
.privacy-policy-head h6 {
  text-align: center;
  letter-spacing: 3px;
  margin: 10px;
  font-weight: 400;
  color: #a39382;
  font-family: "Montserrat", sans-serif;
}
/********************************************************************************
 * Terms and condition CSS 
********************************************************************************/
.terms-conditions h6 {
  text-align: center;
  letter-spacing: 3px;
  margin: 10px;
  font-weight: 400;
  color: #a39382;
  font-family: "Montserrat", sans-serif;
}






