header, nav {
  display: block;
}

html, body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

a {
  transition: all 0.5s ease 0s;
}

.bg-white {
  background: #fff;
}

.bg-grey {
  background: #F6F6F6;
}

h2 {
  font-size: 20px;
  line-height: 46px;
  font-weight: 700;
  color: #52021B;
}

h3 {
  font-weight: 500;
  color: #52021B;
  font-size: 32px;
  line-height: 38px;
}

p {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: #000;
}

.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.navbar-nav-scroll {
  max-height: 100vh;
  overflow: hidden;
}

.border-top {
  border-top: 1px solid #000;
}

.border-bottom {
  border-bottom: 1px solid #000;
}

#menu {
  width: 400px;
  padding: 50px 0;
  display: none;
  position: fixed;
  background: #fff;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  display: none;
}

.reset-button-style {
  background: none;
  border: none;
  padding: 0;
  height: auto;
}
.reset-button-style.close-button {
  margin-left: 30px;
}
.reset-button-style i {
  font-size: 24px;
}

header {
  height: 100px;
}

.navbar .nav-outer .active-menu {
  margin-left: 20px;
}
.navbar .navbar-brand {
  font-size: 26px;
}
.navbar .navbar-nav {
  padding: 40px 0 20px;
}
.navbar .navbar-nav .nav-item {
  padding: 0;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #000;
  padding: 20px 30px;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.show {
  color: #000;
  background: #F9F9F9;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  background: #52021B;
  color: #fff;
}
.navbar .navbar-nav .nav-item .dropdown-item:hover {
  color: #000;
  background: #F9F9F9;
}

#carousel {
  min-height: calc(100vh - 100px);
}
#carousel .carousel-item {
  background: #fAE7D4;
  height: 100%;
}
#carousel .carousel-indicators {
  bottom: 5px;
}
#carousel .carousel-indicator-inner {
  background: rgba(255, 255, 255, 0.5);
  padding: 0 4px;
  border-radius: 10px;
  height: 20px;
}
#carousel .carousel-indicators [data-bs-target] {
  width: 0.5rem;
  height: 0.5rem;
  opacity: 1;
  background: transparent;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 4px;
}
#carousel .carousel-indicators [data-bs-target].active {
  background: #52021B;
}
#carousel .carousel-item {
  transition: transform 2s linear;
}
#carousel .carousel-item img {
  height: 100%;
  position: absolute;
  object-fit: cover;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 572px;
}
#carousel .carousel-fade .active.carousel-item-start, #carousel .carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0s;
}

.know-more {
  border: 1px solid #000;
  padding: 4px 16px;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.know-more:hover {
  color: #fff;
  background: #52021B;
  border-color: #52021B;
}

#scroll-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 3;
  width: 50px;
  height: 50px;
  display: none;
  background: url("../img/icon_Scrollup_Blue.svg") no-repeat 0 0;
  background-size: contain;
}
#scroll-top:hover {
  background: url("../img/icon_Scrollup_Green.svg") no-repeat 0 0;
  bottom: 45px;
  background-size: contain;
}

/***ABOUT****/
.page-cover {
  min-height: calc(100vh - 150px);
}

.profile-img {
  border-radius: 50%;
  max-height: 600px;
  max-width: 600px;
}

/*footer*/
footer .footer-inner {
  border-top: 1px solid #c0c0c0;
}

.footer-links i {
  font-size: 18px;
  color: #52021B;
}
.footer-links a {
  color: #000;
  text-decoration: none;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-links address {
  color: #000;
}

/***GALLERY***/
.bg-grey2 {
  background: #EFEFEF;
}

.form-select {
  border-radius: 0;
  border-color: #c0c0c0;
  max-width: 175px;
}

.category2, .category1 {
  display: none;
}

.default-cate {
  display: block;
}

.gallery .item {
  background: #fff;
  transition: all 0.5s ease 0s;
}
.gallery .item:hover {
  -webkit-box-shadow: 0px 0px 8px 2px rgb(229, 229, 229);
  -moz-box-shadow: 0px 0px 8px 2px rgb(229, 229, 229);
  box-shadow: 0px 0px 8px 2px rgb(229, 229, 229);
}
.gallery .item img {
  max-height: 230px;
}
.gallery .item .gallery-img {
  border: 1px solid #EFEFEF;
  min-height: 230px;
  padding: 10px;
}

.back {
  color: #000;
  text-decoration: none;
}
.back:hover {
  color: #52021B;
}
.back i {
  font-size: 18px;
}

/***Gallery-detail***/
.gallery-detail-top h3 {
  margin-left: -140px;
}

.art {
  background: #fff;
}
.art .art-sample {
  flex-wrap: nowrap;
}
.art .art-sample .paint {
  text-align: center;
}
.art .art-sample .paint + .paint {
  padding-left: 1.5rem;
}
.art ul {
  list-style: none;
  padding-left: 0;
}
.art .paint-item + .paint-item {
  padding-left: 20px;
}
.art .paint-item + .paint-item::before {
  float: left;
  padding-right: 20px;
  content: "|";
  color: #000;
}

.paint a {
  cursor: pointer;
}

.detail-img {
  max-height: 400px;
  padding: 8px;
}

.modal-title {
  color: #52021B;
  font-size: 32px;
  line-height: 36px;
}

.modal-dialog {
  width: 70%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.modal-dialog .modal-header {
  border-bottom: 0;
  justify-content: center;
}
.modal-dialog .modal-body, .modal-dialog .modal-header {
  padding: 1rem 1rem 0;
  overflow: hidden;
}
.modal-dialog .modal-body {
  text-align: center;
}
.modal-dialog .modal-footer {
  border-top: 0;
  justify-content: center;
}
.modal-dialog .modal-footer span {
  padding: 0 18px;
  display: inline-block;
}

.carousel-caption {
  text-align: left;
  right: auto;
  width: 100%;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.6);
  bottom: 3rem;
  z-index: 1;
}
.carousel-caption .heading-sec h2 {
  line-height: 24px;
}

/**Bio**/
.link {
  font-weight: 500;
  color: #52021B;
}

.form-select:focus {
  border-color: #52021B;
  box-shadow: 0 0 0 0.25rem rgba(116, 52, 72, 0.25);
}

.dropdown-item.active, .dropdown-item:active {
  background: #52021B;
}

.dropdown-item {
  padding-left: 2.5rem;
}

/*# sourceMappingURL=style.css.map */
