body {
  font-family: "Host Grotesk", sans-serif;
}
body .navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2745098039);
}
body .navbar .container {
  font-family: "Host Grotesk", sans-serif;
}
body .navbar .container .navbar-brand {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 400 !important;
  color: #414040;
  font-size: 25px;
}
body .navbar .container .navbar-toggler {
  padding: 0;
  line-height: 0;
  border-radius: 0;
}
body .navbar .container .navbar-toggler .navbar-toggler-icon {
  font-size: 30px;
  padding-top: 5px;
  width: auto;
}
body .navbar .container .navbar-toggler .navbar-toggler-icon i {
  width: 100%;
  margin: auto;
}
body .navbar .container #navbarNav .navbar-nav .nav-link {
  color: rgba(49, 46, 46, 0.4901960784);
  font-weight: 400;
  font-family: "Host Grotesk", sans-serif;
  font-size: 18px;
}
body .navbar .container #navbarNav .navbar-nav .nav-link.active {
  color: rgba(28, 27, 27, 0.8156862745);
}
body .navbar .container #navbarNav .navbar-nav .nav-link:hover {
  color: rgba(28, 27, 27, 0.8156862745);
}
body .banner {
  width: 100%;
}
body .banner .container .innerbanner {
  width: 100%;
  position: relative;
}
body .banner .container .innerbanner .bannerimg {
  width: 500px;
  position: relative;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  body .banner .container .innerbanner .bannerimg {
    width: 90%;
  }
}
body .banner .container .innerbanner .kavitahead {
  text-align: center;
  font-family: "Host Grotesk", sans-serif;
  font-weight: 300;
  margin-top: 20px;
  font-size: 2.7rem;
}
body .banner .container .innerbanner .socialmedias {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-align: center;
}
body .banner .container .innerbanner .socialmedias .row {
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 600px) {
  body .banner .container .innerbanner .socialmedias .row {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
body .banner .container .innerbanner .socialmedias .row .col {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body .banner .container .innerbanner .socialmedias .row .col .instalogo {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
body .banner .container .innerbanner .socialmedias .row .col img {
  width: 150px;
  height: auto;
  margin-right: 10px;
}
body .banner .container .innerbanner .socialmedias .row .col .insta {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 500;
  font-size: 17px;
  margin-top: 1rem;
}
body .tabsection {
  padding-bottom: 30px;
}
body .tabsection .tabs button {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  background: none;
  border: 1px solid #C79468;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
}
body .tabsection .tabs button.active {
  color: white;
  background-color: #C79468;
}
body .tabsection .tab-content {
  display: none;
  padding: 20px 0;
  border-radius: 5px;
  font-family: "Host Grotesk", sans-serif;
}
body .tabsection .tab-content.active {
  display: block;
}
body .tabsection .tab-content .row {
  padding: 10px;
}
body .tabsection .tab-content .row .col-md-3 {
  padding: 5px;
}
body .tabsection .tab-content .row .col-md-3 img {
  width: 100%;
  height: auto;
}
body .tabsection .tab-content p {
  margin-bottom: 0;
  font-size: 17px;
}
body .tabsection .tab-content .content-para {
  margin-top: 1rem;
}
body .tabsection .tab-content .tabhead {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}
body .artwork {
  background-color: #f9f9f9;
  padding-top: 50px;
}
body .artwork .oghead {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
  width: 300px;
  position: relative;
}
body .artwork .oghead .ogheadtext {
  font-family: "Host Grotesk", sans-serif;
  font-size: 50px;
  font-weight: 300;
  color: #000;
}
body .artwork .oghead .ogline {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
}
body .artwork .pswp-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  border-radius: 0;
  background-color: #f9f9f9;
  /* 3 columns on large screens */
  gap: 35px;
  /* Spacing between images */
  /* Adjust width */
  margin: auto;
  border: none;
}
@media screen and (max-width: 920px) {
  body .artwork .pswp-gallery {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
body .artwork .pswp-gallery.ogimginner {
  gap: 0px;
}
body .artwork .pswp-gallery a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  text-decoration: none;
  background-color: rgba(158, 157, 157, 0.238);
  /* Rounded corners */
}
body .artwork .pswp-gallery a img {
  background-color: rgba(0, 0, 0, 0.167);
  margin: 0 auto;
  width: auto;
  height: 310px;
}
body .artwork .pswp-gallery a.hide {
  display: none;
}
body .artwork .pswp-gallery a:hover img {
  transform: scale(0.95);
  /* Slight zoom on hover */
}
body .artwork .pswp-gallery a .status {
  position: absolute;
  top: 0;
  right: 0px;
  background-color: transparent;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  border-radius: 0 0 0 10px;
  color: white;
}
body .artwork .pswp-gallery a .status.sold {
  background-color: #414040;
}
body .artwork .pswp-gallery a .card-body {
  padding: 10px 0;
  border: none;
  background-color: #f9f9f9;
}
body .artwork .pswp-gallery a .card-body .painting-name {
  font-size: 22px;
  font-weight: 500;
  margin: 10px 0 5px 0;
  color: #000;
  text-decoration: none;
}
body .artwork .pswp-gallery a .card-body .painting-info {
  margin-bottom: 0px;
  color: #4C4C4C;
  font-size: 18px;
}
body .artwork .pswp-gallery img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
body .artwork .pswp-gallery .enquiry-btn {
  border: none;
  width: 110px;
  background-color: #f9f9f9;
  background-color: none;
  border-bottom: 2px solid #C79468;
  display: flex;
  padding: 5px 0;
  justify-content: space-between;
  color: #C79468;
  font-size: 20px;
}
body .artwork .pswp-gallery .enquiry-btn img {
  margin-left: 10px;
  padding: 2px;
}
body .artwork .show-more-wrapper {
  width: 100%;
  text-align: center;
  padding: 40px 0 0 0;
}
body .artwork .show-more-wrapper #show-more-btn {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  background: none;
  border: 1px solid #C79468;
  color: white;
  background-color: #C79468;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
}
body .artwork .tab-content-art .enquiry-popup .popup-bottom {
  padding: 0;
}
body .artwork .tab-content-art .enquiry-popup .popup-bottom input {
  border: none;
  border-bottom: 2px solid #b9b8b8;
  border-radius: 0;
  padding: 0;
}
body .artwork .tab-content-art .enquiry-popup .popup-bottom input::-moz-placeholder {
  color: #000;
}
body .artwork .tab-content-art .enquiry-popup .popup-bottom input::placeholder {
  color: #000;
}
body .artwork .tab-content-art .enquiry-popup .popup-bottom textarea {
  border: none;
  border-bottom: 2px solid #b9b8b8;
  border-radius: 0;
  padding: 0;
}
body .artwork .tab-content-art .enquiry-popup .popup-bottom textarea::-moz-placeholder {
  color: #000;
}
body .artwork .tab-content-art .enquiry-popup .popup-bottom textarea::placeholder {
  color: #000;
}
body .artwork .tab-content-art .enquiry-popup .popup-bottom button {
  float: right;
}
body .testimonial {
  background-color: #f9f9f9;
  position: relative;
  padding: 100px 0 60px 0;
}
body .testimonial .testimonialimg {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: auto;
}
body .testimonial .testimonialhead {
  position: relative;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
}
body .testimonial .carousel {
  display: flex;
  position: relative;
}
@media screen and (max-width: 600px) {
  body .testimonial .carousel {
    padding: 0 10px;
  }
}
body .testimonial .carousel .custom-control {
  position: relative;
}
@media screen and (max-width: 600px) {
  body .testimonial .carousel .custom-control {
    display: none;
  }
}
body .testimonial .carousel .custom-control i {
  font-size: 4rem;
  /* size of the icon */
  color: rgba(165, 42, 42, 0.433);
  /* brown color */
  font-weight: 100;
}
body .testimonial .carousel .custom-control i ::before {
  font-weight: 100;
}
body .testimonial .carousel .custom-control.carousel-control-prev {
  width: auto;
}
body .testimonial .carousel .custom-control.carousel-control-next {
  width: auto;
}
body .testimonial .carousel .carousel-inner .carousel-item p {
  padding: 20px;
  width: 96%;
  text-align: center;
  margin-left: 2%;
}
body .testimonial .carousel .carousel-inner .carousel-item .name {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 30px;
}
body .contactus {
  background-color: #FFEDDD;
  padding: 100px 0;
}
body .contactus .contactusinner {
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
}
body .contactus .contactusinner .contacthead {
  font-weight: 400;
  font-size: 35px;
}
body .contactus .contactusinner form input {
  border: none;
  border-bottom: 1px solid #b0aeae;
  border-radius: 0;
}
body .contactus .contactusinner form input::-moz-placeholder {
  color: #000;
}
body .contactus .contactusinner form input::placeholder {
  color: #000;
}
body .contactus .contactusinner form .form-control {
  border: none;
  border-bottom: 2px solid rgba(76, 76, 76, 0.3725490196);
  border-radius: 0;
  margin-top: 15px;
  padding: 10px 0;
}
body .contactus .contactusinner form .form-control::-moz-placeholder {
  color: #000;
}
body .contactus .contactusinner form .form-control::placeholder {
  color: #000;
}
body .contactus .contactusinner form .button-div {
  text-align: right;
}
body .contactus .contactusinner form .button-div button {
  flex: 1;
  padding: 10px;
  cursor: pointer;
  background: none;
  border: 1px solid #C79468;
  color: white;
  background-color: #C79468;
  border-radius: 25px;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
}
body .contactus .contactusinner form .button-div button:hover {
  background-color: #a66a3a;
}
body .footer {
  margin-top: 80px;
}
body .footer .container .address {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2745098039);
}
body .footer .container .address .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
body .footer .container .address .row .col1 {
  width: -moz-fit-content;
  width: fit-content;
}
body .footer .container .address .row .col1 .footerinnerhead {
  color: rgba(0, 0, 0, 0.4901960784);
  font-weight: 300;
  font-size: 18px;
}
body .footer .container .address .row .col1 .footerinnerpara {
  color: #000;
  font-weight: 300;
  font-size: 18px;
}
body .footer .container .copyright p {
  text-align: center;
  margin: 10px 0;
}

.gallery-tabs {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .gallery-tabs {
    gap: 5px;
  }
}
.gallery-tabs .tab-link {
  padding: 10px;
  cursor: pointer;
  background: none;
  border: 1px solid #C79468;
  border-radius: 25px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s;
}
.gallery-tabs .tab-link.active {
  color: white;
  background-color: #C79468;
}
@media screen and (max-width: 600px) {
  .gallery-tabs .tab-link {
    padding: 8px 15px;
    font-size: 14px;
  }
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.enquiry-popup {
  display: none;
  /* hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.enquiry-content {
  position: relative;
  background: #fff;
  padding: 20px;
  width: 80%;
  max-width: 800px;
  border-radius: 8px;
  max-height: 80vh;
  overflow-y: scroll;
}
@media screen and (max-width: 575px) {
  .enquiry-content {
    height: 80%;
    overflow-y: scroll;
  }
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 35px;
  background-color: white;
  border-radius: 25px;
  height: 50px;
  margin: auto;
  width: 50px;
  align-content: center;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .close-btn {
    top: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 575px) {
  .close-btn {
    top: 25px;
    right: 25px;
    font-size: 20px;
    height: 35px;
    width: 35px;
  }
}

.popup-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .popup-row {
    flex-direction: column;
  }
}

/* Row 1 (image + details) */
.popup-top {
  display: flex;
}

.popup-left {
  flex: 0 0 60%;
  /* 40% width */
  padding-right: 15px;
}
@media screen and (max-width: 992px) {
  .popup-left {
    padding-right: 0;
  }
}
.popup-left .popup-img {
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup-right {
  flex: 0 0 40%;
  /* 60% width */
}
@media screen and (max-width: 992px) {
  .popup-right {
    margin-top: 20px;
  }
}

.popup-img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* Row 2 (form full width) */
.popup-bottom {
  width: 100%;
}
.popup-bottom .popup-form {
  width: 100%;
}
.popup-bottom .popup-form .form-group {
  margin-bottom: 15px;
  width: 100%;
}

.popup-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.popup-form input,
.popup-form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.send-enquiry-btn {
  background: #007BFF;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.send-enquiry-btn:hover {
  background: #0056b3;
}

.artwork-content {
  max-height: 80%;
  overflow-y: scroll !important;
  border-radius: 20px;
}
.artwork-content .artwork-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .artwork-content .artwork-row {
    flex-direction: column;
  }
}
.artwork-content .close-artwork-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 35px;
  background-color: white;
  border-radius: 25px;
  height: 50px;
  margin: auto;
  width: 50px;
  align-content: center;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .artwork-content .close-artwork-btn {
    top: 25px;
    right: 25px;
  }
}
@media screen and (max-width: 575px) {
  .artwork-content .close-artwork-btn {
    top: 25px;
    right: 25px;
    font-size: 20px;
    height: 35px;
    width: 35px;
  }
}/*# sourceMappingURL=index.css.map */