body {
  font-family: "agenda",sans-serif;
  color: #000000;
}
body p, body a, body button, body button span {
  font-family: "agenda",sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "mendl-serif-dusk",sans-serif;
}

#toggleBtn {
  border-radius: 0;
}

.hollow-btn {
  border: 1px solid #E8D5CF;
  color: #E8D5CF;
  padding: 0px 20px;
  display: inline-block;
  border-radius: 17px;
  font-size: 14px;
  line-height: 36px;
  transition: 0.25s all ease-in-out;
  -webkit-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
}
.hollow-btn:hover {
  text-decoration: none;
  background-color: #5F464C;
  color: #ffffff;
}

html {
  scroll-behavior: smooth;
}

.hero-section .carousel-item {
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}
.hero-section .carousel-fade .carousel-item.active,
.hero-section .carousel-fade .carousel-item-next.carousel-item-left,
.hero-section .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.hero-section .carousel-fade .active.carousel-item-left,
.hero-section .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.hero-section .carousel-fade .carousel-item-next,
.hero-section .carousel-fade .carousel-item-prev,
.hero-section .carousel-fade .carousel-item.active,
.hero-section .carousel-fade .active.carousel-item-left,
.hero-section .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.second-section {
  background-color: #D6A9A5;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("../img/icon2.svg"), url("../img/icon3.svg");
  background-position: 10%, 90%;
  background-repeat: no-repeat;
  background-size: 333px, 254px;
}

.third-section {
  background-color: #E3D2D0;
  text-align: center;
  padding: 130px 0;
}
.third-section h2 {
  font-size: 30px;
  line-height: 40px;
  color: #334152;
  margin: 30px 0;
}
.third-section p {
  font-size: 24px;
  line-height: 36px;
  color: #334152;
}

.fourth-section {
  text-align: center;
  padding: 135px 0;
}
.fourth-section p {
  font-size: 22px;
  line-height: 32px;
  color: #334152;
  margin-bottom: 0;
  margin-top: 60px;
}

.fifth-section .col-md-8 {
  background-image: url("../img/image2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 600px;
}
.fifth-section .col-md-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CFBFBA;
  text-align: center;
}
.fifth-section .col-md-4 h2 {
  font-size: 30px;
  line-height: 40px;
  color: #334152;
  margin-top: 50px;
}
.fifth-section .item {
  background-color: #C3B4B0;
}
.fifth-section .item img {
  height: 600px;
  margin: 0 auto;
  display: table;
}
.fifth-section .carousel-control-prev {
  bottom: auto;
  top: 48%;
  left: 15px;
  display: flex;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  opacity: 1;
}
.fifth-section .carousel-control-next {
  bottom: auto;
  top: 48%;
  right: 15px;
  display: flex;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  opacity: 1;
}
.fifth-section .open-full-view {
  width: auto;
  display: table;
  margin: 0;
  right: 20px;
  bottom: 20px;
  position: absolute;
  z-index: 111;
}
.fifth-section .carousel-indicators {
  width: auto;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  left: 0;
  bottom: 50px;
}
.fifth-section .carousel-indicators li {
  border: 1px solid #ACACAC;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.fifth-section .carousel-indicators li:before, .fifth-section .carousel-indicators li:after {
  display: none;
}
.fifth-section .carousel-indicators li:first-child {
  margin-left: 0 !important;
}
.fifth-section .carousel-indicators li.active {
  width: 8px;
  height: 8px;
  margin: 1px 5px;
  background-color: #000000;
  border: 1px solid #000000;
}

.open-full-view {
  width: auto;
  display: table;
  margin: 0;
  right: 0;
  bottom: 50px;
  position: absolute;
  z-index: 111;
}

.close-full-view {
  display: none;
}

.full-project-gallery {
  position: fixed !important;
  z-index: 111111;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  overflow: auto;
  background-color: #f2f2f2;
}
.full-project-gallery.fifth-section .carousel-item {
  padding-bottom: 0;
}
.full-project-gallery.fifth-section .carousel-item img {
  height: 100vh;
}
.full-project-gallery .open-full-view {
  display: none;
}
.full-project-gallery .close-full-view {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 15px;
  z-index: 111;
  top: 15px;
  background-color: #ccc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.full-project-gallery .close-full-view img {
  width: 14px;
}
.full-project-gallery .container-fluid {
  max-width: 100%;
  width: 100%;
}
.full-project-gallery .container-fluid .col-md-8 {
  padding: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.full-project-gallery .container-fluid .col-md-8 .carousel-item {
  padding: 0;
}
.full-project-gallery .container-fluid .col-md-8 .carousel-item img {
  height: 100vh;
}
.full-project-gallery .container-fluid .col-md-4 {
  display: none;
}
.full-project-gallery .carousel-indicators {
  position: fixed;
  bottom: 15px;
  left: 15px;
}
.full-project-gallery .carousel-control-prev {
  left: 5px;
  top: 46%;
  position: fixed;
}
.full-project-gallery .carousel-control-next {
  right: 5px;
  top: 46%;
  position: fixed;
}

.sixth-section {
  text-align: center;
  padding: 135px 0;
}
.sixth-section h2 {
  font-size: 24px;
  line-height: 34px;
  color: #334152;
}
.sixth-section p {
  font-size: 20px;
  line-height: 32px;
  color: #334152;
  margin-bottom: 0;
  margin-top: 40px;
}

.seventh-section {
  background-color: #5F464C;
  text-align: center;
  padding: 135px 0;
}
.seventh-section h2 {
  font-size: 24px;
  line-height: 34px;
  color: #E8D5CF;
}
.seventh-section p {
  font-size: 20px;
  line-height: 32px;
  color: #E8D5CF;
  margin-bottom: 0;
  margin-top: 40px;
}
.seventh-section .c-detail {
  margin-bottom: 40px;
}
.seventh-section .c-detail p {
  font-size: 17px;
  line-height: 25px;
}
.seventh-section .c-detail p a {
  color: #E8D5CF;
  border-bottom: 1px solid #E8D5CF;
}
.seventh-section .c-detail p a:hover {
  background-color: transparent;
}
.seventh-section a:hover {
  text-decoration: none;
  background-color: #E8D5CF;
  color: #5F464C;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 111;
}
header .main-logo {
  margin-top: 27px;
}
header .make-e {
  font-size: 16px;
  line-height: 36px;
  color: #334152;
  background-color: #E8D5CF;
  display: block;
  padding: 22px 0;
  position: relative;
  left: 15px;
  width: 260px;
  text-align: center;
  float: right;
}
header .make-e img {
  width: 30px;
  margin-right: 15px;
}

footer {
  background-color: #E8D5CF;
  padding: 50px 0;
}
footer .col-md-6 img {
  margin-bottom: 20px;
}
footer .col-md-6 p {
  font-size: 13px;
  line-height: 20px;
  color: #334152;
  margin-bottom: 0;
}
footer .col-md-6 p b {
  margin-bottom: 5px;
  display: block;
}
footer .col-md-6 p a {
  border-bottom: none;
}
footer .col-md-6 .policy-blk {
  margin-bottom: 20px;
}
footer .col-md-6 .copyright-blk {
  margin-top: 50px;
}
footer .col-md-6 .footer-detail {
  padding-right: 50px;
}
footer p {
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
footer p a {
  color: #000000;
  border-bottom: 1px solid #000000;
}
footer p a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #000000;
}
footer .hollow-btn {
  color: #5F3333;
  border-color: #5F3333;
  margin-top: 20px;
}

#contactModal {
  text-align: center;
}
#contactModal .modal-content {
  background-color: #F2E3DB;
}
#contactModal h2 {
  margin-top: 20px;
}
#contactModal .close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 11111;
}
#contactModal .form-blk {
  margin-top: 30px;
}
#contactModal .form-blk input {
  height: 45px;
  width: 100%;
  margin-bottom: 20px;
  text-indent: 5px;
  border-radius: 5px;
  border: 1px solid #5F464C;
  background-color: #F2E3DB;
}
#contactModal .form-blk input:hover, #contactModal .form-blk input:focus, #contactModal .form-blk input:active {
  outline: none;
}
#contactModal .form-blk textarea {
  width: 100%;
  margin-bottom: 20px;
  text-indent: 5px;
  border-radius: 5px;
  border: 1px solid #5F464C;
  background-color: #F2E3DB;
  min-height: 150px;
}
#contactModal .form-blk textarea:hover, #contactModal .form-blk textarea:focus, #contactModal .form-blk textarea:active {
  outline: none;
}
#contactModal .form-blk input[type=submit] {
  font-size: 14px;
  line-height: 36px;
  color: #5F464C;
  border: 1px solid #5F464C;
  background-color: #F2E3DB;
  cursor: pointer;
  width: 150px;
  display: inline-block;
  padding: 0px 20px;
  text-transform: uppercase;
  border-radius: 20px;
  transition: 0.25s all ease-in-out;
  -webkit-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
  opacity: 1;
  float: left;
}
#contactModal .form-blk input[type=submit]:hover {
  text-decoration: none;
  background-color: #5F464C;
  color: #ffffff;
}

.home-main {
  overflow: hidden;
}
.home-main .section-02 .container-fluid {
  line-height: 0;
}
.home-main .section-02 video {
  height: auto;
}
.home-main .section-01 {
  padding: 80px 0;
}
.home-main .section-01 .owl-carousel .item h2 {
  text-align: center;
  margin-top: 30px;
  line-height: 40px;
  color: #334152;
}
.home-main .section-01 .owl-carousel video {
  object-fit: cover;
}
.home-main .section-01 .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.home-main .section-01 .owl-carousel .owl-nav button:focus {
  outline: none;
}
.home-main .section-01 .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: -350px;
  left: -60px;
}
.home-main .section-01 .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: -60px;
  top: -350px;
}
.home-main .section-01 .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.home-main .section-01 .owl-carousel .owl-dots .owl-dot {
  border: 1px solid #334152;
  height: 12px;
  width: 12px;
  margin: 0 4px;
  border-radius: 50%;
}
.home-main .section-01 .owl-carousel .owl-dots .owl-dot.active {
  background-color: #334152;
}
.home-main .section-01 .owl-carousel .owl-dots button:focus {
  outline: none;
}
.home-main #backToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}
.home-main #backToTopBtn img {
  rotate: 270deg;
}

.contact-form-container {
  position: fixed;
  top: 25%;
  transition: left 0.6s ease;
  z-index: 9999;
}

.contact-form {
  width: 300px;
  background: #fff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25);
  padding: 20px;
  position: relative;
}
.contact-form h3 {
  text-align: center;
  font-weight: 600;
  color: #5a3a36;
  margin-bottom: 15px;
}
.contact-form button {
  background: #cfaea8;
  color: #5a3a36;
  font-weight: 700;
  border: none;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s;
}
.contact-form button:hover {
  background: #b98e86;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 10px;
  border: 1px solid #d5c7c4;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 10px;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #cfaea8;
}

.phone-field {
  display: flex;
  gap: 6px;
}
.phone-field select {
  width: 35%;
}
.phone-field input {
  width: 65%;
}

.query-tab {
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: upright;
  right: -45px;
  top: 44%;
  background: #5a3a36;
  color: #fff;
  padding: 60px 12px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 18px;
  color: #a5827d;
  cursor: pointer;
  font-weight: bold;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  header .text-center {
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .text-right {
    width: 45%;
  }
  header .main-logo {
    width: 60px;
    margin-top: 0;
  }
  header .make-e {
    padding: 16px 0;
    position: static;
    display: block;
    width: 100%;
  }
  header .container-fluid {
    padding: 0;
  }

  .hero-section {
    height: 50vh;
  }

  .second-section {
    background-size: 200px, 154px;
    background-position: 8% 8%, 113% 92%;
  }
  .second-section img {
    width: 200px;
  }

  .third-section br {
    display: none;
  }

  .fifth-section .col-md-8 {
    height: auto;
  }
  .fifth-section .col-md-8 .item img {
    height: 300px;
  }
  .fifth-section .col-md-8 .owl-dots {
    background-color: #CFBFBA;
    text-align: center;
  }
  .fifth-section .col-md-8 .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 6px;
    opacity: 0.3;
  }
  .fifth-section .col-md-8 .owl-dots .owl-dot.active {
    opacity: 1;
  }
  .fifth-section .col-md-4 > div {
    padding: 50px 0 40px;
  }

  .sixth-section {
    padding-bottom: 50px;
  }

  .section-01 .owl-carousel {
    width: 80%;
    margin: 0 auto;
  }
  .section-01 .owl-carousel video {
    height: 400px;
  }
  .section-01 .owl-carousel .owl-nav .owl-prev {
    left: -40px !important;
  }
  .section-01 .owl-carousel .owl-nav .owl-next {
    right: -40px !important;
  }

  footer {
    position: relative;
  }
  footer .hollow-btn {
    margin-bottom: 50px;
  }
  footer .col-md-6 {
    position: static;
    margin-bottom: 40px;
  }
  footer .col-md-6 .copyright-blk {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .home-main {
    overflow: hidden;
  }

  .hero-section .carousel-item {
    height: 50vh;
  }

  .fifth-section .carousel-item img {
    height: 50vh;
  }
}

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