@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  font-family: "Jost", sans-serif;
}

:root {
  --animate-delay: 0.9s;
}

.heading {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 80px;
  line-height: auto;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdecd9), to(#fff));
  background: -o-linear-gradient(top, #fdecd9 0%, #fff 100%);
  background: linear-gradient(180deg, #fdecd9 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
}

.heading1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 80px;
  line-height: auto;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  background: -webkit-gradient(linear, right top, left top, from(#683700), to(#d47000));
  background: -o-linear-gradient(right, #683700 0%, #d47000 100%);
  background: linear-gradient(270deg, #683700 0%, #d47000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html,
body {
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}


/* section.bg{
  background-image: url("../Images/bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60vw;
} */



/* width
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
/* ::-webkit-scrollbar-track {
  background: #f1f1f1;
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
  background: #683700;
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #555;
}  */

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

.color {
  color: #814c10;
}

.color2 {
  color: #FFB800;
}


p {
  font-size: 18px;
}

/* .font {
  font-family: "Playfair Display", serif !important;
} */

nav {
  /* background: rgba(154, 99, 37, 0.11); */
  /* box-shadow: 0px 4px 15.1px 0px #00000038; */
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.active {
  background: rgb(255, 245, 234);
  -webkit-box-shadow: 0px 4px 15.1px 0px #00000038;
  box-shadow: 0px 4px 15.1px 0px #00000038;
  padding-top:10px;
  padding-bottom: 10px;
}

nav.active .nav-link {
  color: #683700 !important;
  font-weight: 400 !important;
}

.color {
  color: #AA7538;
}

nav .nav-link {
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 18px;
}

nav.active .nav-link {
  font-size: 17px;
}

nav img {
  width: 200px;
}

nav.active img {
  width: 180px;
}

.btn_1 {
  padding: 11px 32px;
  background-color: #AA7538;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_1:hover {
  padding: 11px 32px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

nav.active .btn_1:hover {
  padding: 11px 32px;
  border: 1px solid #683700;
  background-color: transparent;
  color: #683700;
}

.xdsoft_datetimepicker {
  z-index: 10000;
  /* Ensure it's above other elements */
}

.modal-content {
  background-color: #ffffff;
  color: #fff;
}


.btn_2 {
  padding: 11px 32px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
}

.btn_2:hover {
  padding: 11px 32px;
  border: 1px solid transparent;
  background-color: #814c10;
  color: #fff;
}

.btn_3 {
  padding: 11px 32px;
  background-color: transparent;
  color: #AA7538;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
}

.btn_3:hover {
  padding: 11px 32px;
  border: 1px solid transparent;
  background-color: #AA7538;
  color: #fff;
}

.btn_4 {
  padding: 11px 32px;
  background-color: #AA7538;
  color: #FFF;
  font-size: 18px;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn_4:hover {
  padding: 11px 32px;
  border: 1px solid #AA7538;
  background-color: transparent;
  color: #AA7538;
}


.owl-theme .owl-nav {
  display: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #AA7538 !important;
}

.owl-theme .owl-dots {
  margin-top: 30px;
}

footer {
  background: url("../Images/footer.webp") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0 0 0;
  color: #fff;
}

footer li a {
  color: #fff !important;
}

.padding {
  padding: 100px 0;
}


.form-control {
  border-radius: 0;
}





@media screen and (max-width:1536px) {

  .heading {
    font-size: 76px !important;
    line-height: 112% !important;
  }


  .heading1 {
    font-size: 70px;
  }

  #logo {
    width: 160px;
  }

}


@media screen and (max-width:1270px) {

  .heading {
    font-size: 60px !important;
    line-height: 112% !important;
  }


  .heading1 {
    font-size: 60px;
  }

  #logo {
    width: 160px;
  }

}



@media screen and (max-width:991px) {

  nav {
    background: rgb(255, 245, 234);
    -webkit-box-shadow: 0px 4px 15.1px 0px #00000038;
    box-shadow: 0px 4px 15.1px 0px #00000038;
  }

  .navbar-nav .nav-link {
    color: #000 !important;
  }

  p {
    font-size: 16px !important;
  }

}




@media screen and (max-width:610px) {

  .heading {
    font-size: 36px !important;
    line-height: 112% !important;
  }

  .padding {
    padding: 50px 0;
  }

  .heading1 {
    font-size: 36px;
  }

  #logo {
    width: 160px;
  }

  section.process {
    padding: 60px 0;
}

}