@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  color: #000;
}

.main-header ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.ffp{
  font-family: "Playfair Display", serif;
}


.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.text-warning{
  color: #9b6738 !important;
}
.text-light{
  color: #636160 !important;
}
.bg-secondary{
  background-color: #F4EFEB !important;
}
.bg-light{
  background-color: #74897A !important;
}
.bg-danger{
  background-color: #9B6738 !important;
}



.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25 {
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.02em;
}
.ls-210{
  letter-spacing: 0.21px;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-005 {
  letter-spacing: -0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-144 {
  letter-spacing: -1.44px;
}
.ls-072 {
  letter-spacing: -0.72px;
}

/* 0 */

/* 01 */
h1,
.h1 {
  font-size: 50px;
  line-height: 1.2;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-24 {
  font-size: 24px;
}
.fs-40 {
  font-size: 40px;
}
.fs-42 {
  font-size: 42px;
}

.fs-50 {
  font-size: 50px;
}



/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
.lh-2-9{
  line-height: 2.9;
}
/* 02 */
.text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}
.btn {
  padding: 10px 23px;
  border: 2px solid;
  border-radius: 30px;
  line-height: normal;
  font-size: 16px;
  font-weight: 600;
}

.btn-light{
  background-color: #74897A;
  border-color: #74897A;
  color: #fff;
}

.btn-light:hover, .btn-light:focus{
  background-color: #9b6738;
  border-color: #9b6738;
  color: #fff;
}


.faq-question {
    cursor: pointer;
    transition: color 0.3s;
}
.faq-question:hover {
    color: #c08400;
}
.faq-answer {
    transition: all 0.3s ease;
}



.navbar-brand {
  display: inline-block;
  max-width:273px;
  width: 100%;
}

.navbar-nav .nav-link {
  line-height: normal;
  padding: 0 !important;
  display: inline-block;
  color: #9b6738;
  font-size: 16px;
  font-weight: 600;
}
.navbar-nav > li + li {
  margin-left: 35px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #74897A;
}

.navbar-nav{
  /* border-color: #74897A !important; */
}
button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 99;
  color: #000;
}

button#ScrollToTop:hover {
  background: #000;
  color: #fff;
}

@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
/* 
.carousel-item::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 20%);
  z-index: 1;
}

.carousel-inner .container{
  position: relative;
  z-index: 2;
} */

.welcome-img {
  border-radius: 240px !important;
}
.welcome-disc ul {
  padding-left: 20px;
  list-style: disc;
}

.welcome-sec::before, .about-main::before, .contact-main::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url(../images/welcome-before.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size:100% 100%;
  width: 319.5px;
  height: 639px;

}
.about-main::before, .contact-main::before{
  top: auto;
  bottom: 0;
  transform: translateY(10%);
  z-index: -1;
}
.contact-main::before{
  transform: translateY(50%);
}

.visiting-img{
  border-radius: 220px 220px 0 0;
}

.contact-links ul li, .contact-links ul li a {
  color: #ffffff;
  font-size: 18px;
  line-height: 2.5;
  font-weight: 500;
}
.contact-links ul li{
  position: relative;
  padding-left: 30px;
}
.contact-links ul li::before{
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 20px;
  height: 20px;
  display: inline-block ;
  background-image: url(../images/footer-call-icn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-links ul li:nth-child(2)::before{
  background-image: url(../images/footer-email-icn.svg);
}
.contact-links ul li:nth-child(3)::before{
  background-image: url(../images/footer-location-icn.svg);
}
.form-group label{
  color: #322f2e !important;
}
.form-group input{
  border-color: #74897A !important;
  border-radius: 8px ;
  height: 56px;
}
.form-group textarea{
  border-color: #74897A !important;
  border-radius: 8px ;
  height: 135px;
}
.form-group input, .form-group input::placeholder, .form-group textarea, .form-group textarea::placeholder{
  color: #b6b6b6 !important;
}


@media(max-width:1200px){
  .container{
    padding-left: 2%;
    padding-right: 2%;
  }
  
.fs-24 {
  font-size: 20px;
}
.btn {
  padding: 8px 19px;
  font-size: 14px;
}
.navbar-brand {
  max-width: 190px;
}

.navbar-nav .nav-link {
  font-size: 14px;
}

h1, .h1 {
  font-size: 40px;
}
.fs-18 {
  font-size: 15px;
}
.fs-42 {
  font-size: 35px;
}
.welcome-sec::before, .about-main::before, .contact-main::before {
  width: 259.5px;
  height: 509px;
}
.fs-40 {
  font-size: 30px;
}
.form-group input {
  height: 45px;
}
.fs-16 {
  font-size: 14px;
}
.fs-14 {
  font-size: 13px;
}
.contact-links ul li, .contact-links ul li a {
  font-size: 15px;
}
.contact-links ul li::before {
  top: 11px;
  width: 17px;
  height: 17px;
}
}


@media (max-width: 991.60px) {
  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #000;
    display: block;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #fff!important;
    border-right: 0 !important;
    padding: 35px !important;
    width: 300px !important;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    filter: brightness(1) invert(0);
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
    display: block !important;
  }
  
.navbar-nav{
  border: none !important;
}
.visiting-img {
  border-radius: 370px 370px 0 0;
}
.welcome-sec::before, .about-main::before, .contact-main::before {
  width: 179.5px;
  height: 369px;
} 
}

@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  .carousel-item {
    height: 300px;
}
.navbar-brand {
  max-width: 150px;
}
.fs-24 {
  font-size: 17px;
}
.btn {
  padding: 8px 16px;
  font-size: 12px;
}
h1, .h1 {
  font-size: 35px;
}
.fs-42 {
  font-size: 30px;
}
.welcome-sec::before {
display: none;
}
.sub-banner-img {
  height: 300px;
}
}


@media(max-width:575px){
  .navbar-brand {
    max-width: 130px;
}
h1, .h1 {
    font-size: 30px;
}
.carousel-item {
    height: 400px;
}
.fs-42, .fs-40 {
  font-size: 25px;
}
.sub-banner-img {
  height: 250px;
}
.about-main::before, .contact-main::before {
  width: 139.5px;
  height: 279px;
}
}




