/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,300,0,0");
body {
  margin: 0;
  padding: 0;
  font-family: 'Frank Ruhl Libre Regular';
}

.container {
  max-width: 76%;
}

@media screen and (max-width: 1700px) {
  .container {
    max-width: 92%;
  }
}

@media screen and (max-width: 1500px) {
  .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 1300px) {
  .container {
    max-width: 95%;
  }
}

@media screen and (max-width: 999px) {
  section {
    overflow: hidden;
  }
  
 
}

.clr1 {
  color: #a98453;
}

.clr2 {
  color: #1e2c53;
}

.clr3 {
  color: #be2649;
}

p, li {
  font-size: 18px;
}

@media screen and (max-width: 1700px) {
  p, li {
    font-size: 16px;
  }
}

@media screen and (max-width: 1300px) {
  p, li {
    font-size: 15px;
  }
}

.size48 {
  font-size: 48px;
  line-height: 51px;
}

@media screen and (max-width: 1700px) {
  .size48 {
    font-size: 35px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1500px) {
  .size48 {
    font-size: 32px;
    line-height: 37px;
  }
}

@media screen and (max-width: 1300px) {
  .size48 {
    font-size: 29px;
    line-height: 34px;
  }
}

@media screen and (max-width: 600px) {
  .size48 {
    font-size: 25px;
    line-height: 29px;
  }
}

.size30 {
  font-size: 30px;
}

@media screen and (max-width: 1500px) {
  .size30 {
    font-size: 25px;
  }
}

.size24 {
  font-size: 24px;
}

@media screen and (max-width: 1500px) {
  .size24 {
    font-size: 20px;
  }
}

.size20 {
  font-size: 20px !important;
}

@media screen and (max-width: 1500px) {
  .size20 {
    font-size: 18px !important;
  }
}

.Bellefairregul {
  font-family: 'Bellefair Regular';
}

header .navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 111;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: url("../img/bgnav.jpg") repeat;
}

@media screen and (max-width: 600px) {
  header .navbar {
    padding: 0.8rem 0;
    background-size: cover;
  }
}

header .navbar.scrolled {
  position: fixed;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar.scrolled .navbar-brand {
  position: relative;
  width: 8%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 600px) {
  header .navbar.scrolled .navbar-brand {
    width: 18%;
  }
}

@media screen and (max-width: 600px) {
  header .navbar .container {
    padding: 0;
    max-width: 100%;
  }
}

header .navbar .navbar-brand {
  position: relative;
  width: 11%;
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    width: 30%;
  }
}

@media screen and (max-width: 600px) {
  header .navbar .navbar-brand {
    width: 25%;
    margin-left: 15px;
  }
}

header .navbar .navbar-toggler {
  border: 1px solid #fff !important;
  color: #fff;
}

@media screen and (max-width: 600px) {
  header .navbar .navbar-toggler {
    margin-right: 15px;
  }
}

@media screen and (max-width: 999px) {
  header .navbar .navbar-collapse .navbar-brand {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  header .navbar .navbar-nav:last-child li.nav-item:last-child a.nav-link {
    border: 0;
  }
}

header .navbar .navbar-nav li.nav-item {
  margin: 0 0.8rem;
}

@media screen and (max-width: 600px) {
  header .navbar .navbar-nav li.nav-item {
    margin: 0;
  }
}

header .navbar .navbar-nav li.nav-item a.nav-link {
  color: #fff;
  padding: 0.7rem 1rem;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 1500px) {
  header .navbar .navbar-nav li.nav-item a.nav-link {
    padding: 0.5rem 1.2rem;
  }
}

@media screen and (max-width: 600px) {
  header .navbar .navbar-nav li.nav-item a.nav-link {
    text-align: right;
    padding: 0.7rem 1.2rem;
    border-bottom: 1px solid #fff;
    font-size: 13px;
  }
}

header .navbar .navbar-nav li.nav-item a.nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #a98453;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

header .navbar .navbar-nav li.nav-item a.nav-link:hover, header .navbar .navbar-nav li.nav-item a.nav-link.active {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header .navbar .navbar-nav li.nav-item a.nav-link:hover::before, header .navbar .navbar-nav li.nav-item a.nav-link.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#Home {
  padding: 142px 0 0;
}

@media screen and (max-width: 1500px) {
  #Home {
    padding: 124px 0 0;
  }
}

@media screen and (max-width: 1300px) {
  #Home {
    padding: 122px 0 0;
  }
}

@media screen and (max-width: 600px) {
  #Home {
    padding: 98px 0 0;
  }
}

.mtop {
  padding: 142px 0 0;
}

@media screen and (max-width: 1500px) {
  .mtop {
    padding: 124px 0 0;
  }
}

@media screen and (max-width: 1300px) {
  .mtop {
    padding: 122px 0 0;
  }
}

@media screen and (max-width: 600px) {
  .mtop {
    padding: 98px 0 0;
  }
}

#Highlights {
  padding: 0 0 5rem;
  position: relative;
  z-index: 1;
}

#Highlights::before {
  content: '';
  right: 0%;
  width: 30%;
  height: 100%;
  bottom: 0%;
  background: url(../img/bgsun2.png) no-repeat;
  position: absolute;
  background-size: 100%;
  background-position: bottom;
}

@media screen and (max-width: 600px) {
  #Highlights::before {
    width: 100%;
  }
}

#Highlights .img {
  margin: -11% 0 0;
}

#Highlights ul {
  margin: 1rem 0 0;
}

#Highlights ul li {
  margin: 0 0 10px;
}

@media screen and (max-width: 600px) {
  #Highlights ul li {
    margin: 0 0 5px;
  }
}

#Highlights ul li::marker {
  color: #a98453;
}

#Location {
  background: url("../img/location/01.jpg") no-repeat;
  background-size: 100%;
  padding: 2rem 0;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 999px) {
  #Location {
    background: url("../img/location/mob01.jpg") no-repeat;
    background-size: cover;
  }
}

#Location ul {
  margin: 0;
  padding: 0 0 0 22px;
}

#Location ul li {
  position: relative;
  margin: 0 0 5px;
}

@media screen and (max-width: 1500px) {
  #Location ul li {
    margin: 0 0 3px;
  }
}

#Location ul li span {
  position: absolute;
  right: 0;
}

#Location .owllocation .item img {
  width: auto;
  float: right;
}

#Location .owl-carousel .owl-nav {
  text-align: center;
  margin: 3rem 0 0;
}

#Location .owl-carousel .owl-nav .owl-prev, #Location .owl-carousel .owl-nav .owl-next {
  width: 43px;
  height: 24px;
  margin: 0 1rem;
  opacity: 0.8;
  -webkit-transition: .3s;
  transition: .3s;
}

#Location .owl-carousel .owl-nav .owl-prev {
  background: url("../img/location/left.png") no-repeat !important;
  background-size: 100%;
}

#Location .owl-carousel .owl-nav .owl-next {
  background: url("../img/location/right.png") no-repeat !important;
  background-size: 100%;
}

#Location .locayioconte {
  padding: 2.9rem 0 2.9rem 2.9rem;
}

@media screen and (max-width: 999px) {
  #Location .locayioconte {
    padding: 0 15px;
    margin-top: 2rem;
  }
}

#Amenities {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#Amenities::before {
  content: '';
  left: -11%;
  width: 46%;
  height: 100%;
  top: 0;
  background: url(../img/bgsun.png) no-repeat;
  position: absolute;
  background-size: 100%;
}

@media screen and (max-width: 999px) {
  #Amenities::before {
    width: 100%;
    left: 0;
  }
}

#Amenities .nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}

@media screen and (max-width: 999px) {
  #Amenities .nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 600px) {
  #Amenities .nav {
    background: url(../img/bgnav.jpg) repeat;
    padding: 0.5rem 0;
  }
}

#Amenities .nav li.nav-item {
  padding: 0 1.5rem;
  position: relative;
}

@media screen and (max-width: 999px) {
  #Amenities .nav li.nav-item {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media screen and (max-width: 600px) {
  #Amenities .nav li.nav-item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  #Amenities .nav li.nav-item:nth-child(2)::before {
    content: unset;
  }
}

#Amenities .nav li.nav-item::before {
  content: '';
  background: #7f7f7f;
  right: 0;
  top: 0;
  width: 1px;
  height: 70%;
  top: 15%;
  position: absolute;
}

#Amenities .nav li.nav-item:last-child::before {
  content: unset;
}

#Amenities .nav li.nav-item a.nav-link {
  border: 0;
  cursor: pointer;
  color: #1e2c53;
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: transparent;
}

@media screen and (max-width: 1500px) {
  #Amenities .nav li.nav-item a.nav-link {
    font-size: 17px;
  }
}

@media screen and (max-width: 600px) {
  #Amenities .nav li.nav-item a.nav-link {
    color: #fff;
    line-height: 17px;
    padding: 0.5rem 0.5rem;
  }
}

#Amenities .nav li.nav-item a.nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #b15f3b;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#Amenities .nav li.nav-item a.nav-link:hover, #Amenities .nav li.nav-item a.nav-link.active {
  color: #844f3e;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 600px) {
  #Amenities .nav li.nav-item a.nav-link:hover, #Amenities .nav li.nav-item a.nav-link.active {
    color: #b48e5b;
  }
}

#Amenities .nav li.nav-item a.nav-link:hover::before, #Amenities .nav li.nav-item a.nav-link.active::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

#Amenities .tab-content {
  background: url("../img/aminities/bg.jpg") repeat;
  margin-top: 2.9rem;
  color: #fff;
}

@media screen and (max-width: 1500px) {
  #Amenities .tab-content {
    margin-top: 1.9rem;
  }
}

#Amenities .tab-content ul {
  margin: 1rem 0 0;
  padding: 0 0 0 2rem;
}

#Amenities .tab-content ul li {
  margin: 0 0 8px;
}

@media screen and (max-width: 600px) {
  #Amenities .tab-content .col-md-6.d-flex {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 1rem 0;
  }
}

#Features .bgright {
  background: url("../img/features/bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}

#Features .insp .row {
  margin-top: 1.5rem;
}

#Features .insp ul li {
  margin-bottom: 10px;
}

#Features .padinn {
  padding: 5% 24% 0 5%;
}

@media screen and (max-width: 600px) {
  #Features .padinn {
    padding: 2.5rem 0;
  }
}

#Features .padinn ul li {
  margin-bottom: 5px;
}

@media screen and (max-width: 1500px) {
  #Features .padinn ul li {
    margin-bottom: 2px;
  }
}

#Features .sec01 {
  margin-top: 2.5rem;
}

@media screen and (max-width: 1500px) {
  #Features .sec01 {
    margin-top: 1rem;
  }
}

#plans {
  padding: 5rem 0;
  text-align: center;
}

#plans .img {
  position: relative;
  cursor: pointer;
}

#plans .img::before {
  content: '+';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #0000008f;
  color: #fff;
  font-size: 4.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
}

#plans .img:hover::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 1;
}

#plans .owl-carousel .owl-nav {
  text-align: center;
  margin: 3rem 0 0;
}

#plans .owl-carousel .owl-nav .owl-prev, #plans .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 55px;
  margin: 0 1rem;
  opacity: 0.8;
  -webkit-transition: .3s;
  transition: .3s;
  background: #a98453 !important;
  border-radius: 50%;
}

@media screen and (max-width: 1500px) {
  #plans .owl-carousel .owl-nav .owl-prev, #plans .owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
  }
}

#plans .owl-carousel .owl-nav .owl-prev span, #plans .owl-carousel .owl-nav .owl-next span {
  display: block;
  font-size: 3rem;
  color: #fff;
  line-height: 2px;
  margin: -5px 0 0;
  font-family: sans-serif;
}

@media screen and (max-width: 1500px) {
  #plans .owl-carousel .owl-nav .owl-prev span, #plans .owl-carousel .owl-nav .owl-next span {
    font-size: 2rem;
  }
}

#plans .owl-carousel .owl-nav .owl-prev.disabled, #plans .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.5;
}

#plans .owl-carousel .owl-nav .owl-prev {
  background-size: 100%;
}

#plans .owl-carousel .owl-nav .owl-next {
  background-size: 100%;
}

.carousel .carousel-control-prev, .carousel .carousel-control-next {
  background: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 600px) {
  .carousel .carousel-control-prev, .carousel .carousel-control-next {
    width: 37px;
    height: 37px;
  }
}

.carousel .carousel-control-prev {
  left: 5%;
}

.carousel .carousel-control-next {
  right: 5%;
}

#ContactUs {
  background: #192742;
  background-size: cover;
  padding: 5rem 0 0;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  #ContactUs {
    margin-bottom: 45px;
  }
}

#ContactUs::before {
  content: '';
  left: -11%;
  width: 46%;
  height: 100%;
  top: 0;
  background: url(../img/bgsun.png) no-repeat;
  position: absolute;
  background-size: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  #ContactUs::before {
    left: 0;
    width: 100%;
  }
}

#ContactUs .container {
  position: relative;
  z-index: 11;
}

#ContactUs input, #ContactUs select, #ContactUs textarea {
  color: #fff;
}

#ContactUs input::-webkit-input-placeholder, #ContactUs select::-webkit-input-placeholder, #ContactUs textarea::-webkit-input-placeholder {
  color: #fff;
}

#ContactUs input:-ms-input-placeholder, #ContactUs select:-ms-input-placeholder, #ContactUs textarea:-ms-input-placeholder {
  color: #fff;
}

#ContactUs input::-ms-input-placeholder, #ContactUs select::-ms-input-placeholder, #ContactUs textarea::-ms-input-placeholder {
  color: #fff;
}

#ContactUs input::placeholder, #ContactUs select::placeholder, #ContactUs textarea::placeholder {
  color: #fff;
}

#ContactUs a {
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#ContactUs a:hover {
  color: #a98453;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#ContactUs a.fa {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  background: #fff;
  color: #092352;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#ContactUs a.fa:hover {
  background: #b59648;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#ContactUs .sec02 {
  border-top: 1px solid #dbdbdb;
  padding: 4rem 0 2rem;
  margin-top: 2.9rem;
}

#ContactUs p {
  font-size: 16px;
}

#ContactUs p small {
  line-height: 20px;
  display: block;
}

#ContactUs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#ContactUs ul li {
  margin-bottom: 6px;
}

#ContactUs a {
  text-decoration: none;
}

#ContactUs .sec03 {
  background: #b48e5b;
  padding: 1rem 0;
}

#ContactUs .sec03 ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

#ContactUs .sec03 ul li {
  position: relative;
}

#ContactUs .sec03 ul li:first-child {
  padding-right: 2.9rem;
}

#ContactUs .sec03 ul li:first-child::before {
  content: '';
  width: 1px;
  height: 100%;
  right: 11%;
  position: absolute;
  top: 0;
  background: #fff;
}

#scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #a98453;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: 'Optima';
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0 4px 8px #ffffff3d;
          box-shadow: 0 4px 8px #ffffff3d;
  text-decoration: none;
}

.enquiry-wrapper {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 99;
}

@media screen and (max-width: 1556px) {
  .enquiry-wrapper {
    top: 20%;
  }
}

@media screen and (max-width: 768px) {
  .enquiry-wrapper {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    top: unset;
    bottom: 0;
  }
}

.enquiry-wrapper .enquiry-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  cursor: pointer;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: all ease-in .5s;
  transition: all ease-in .5s;
  border: 1px solid #fff;
}

@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box {
    -webkit-transform: translateX(92px);
            transform: translateX(92px);
  }
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    text-align: center;
    border: 0px solid #fff;
  }
}

.enquiry-wrapper .enquiry-box:hover {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.enquiry-wrapper .enquiry-box:not(:first-child) {
  border-top: 1px solid #fff;
}

.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
  background-color: #a98453;
  width: 47px;
  padding: 7px;
  font-size: 17px;
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 99%;
    padding: 1px;
  }
}

.enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
.enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
  display: none;
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
  .enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
}

.enquiry-wrapper .enquiry-box .call-content {
  padding: 0px 7px;
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-content {
    display: none;
  }
}

.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 12%;
}

@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .mail-content {
    display: none;
  }
}

.enquiry-wrapper .enquiry-box img {
  width: 32px;
  padding: 6px;
}

.enquiry-wrapper .enquiry-box a {
  color: #626262;
  text-decoration: none;
  font-size: 16px;
}

@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box a {
    font-size: 14px;
  }
}

input, select, textarea {
  font-size: 14px;
  background-color: transparent;
  color: #ececec;
  border: none;
  border: 1px solid #ececec;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 10px;
}

@media screen and (max-width: 500px) {
  input, select, textarea {
    padding: 8px;
  }
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #000;
}

input::placeholder, select::placeholder, textarea::placeholder {
  color: #000;
}

textarea {
  resize: none;
}

button {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

button:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

@media screen and (max-width: 500px) {
  .modal-title {
    font-size: 1rem;
    line-height: normal;
  }
}

.modal input {
  color: #000;
}

#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
  background: #fff;
}

@media screen and (max-width: 999px) {
  #thank-you {
    padding: 27% 0 0;
  }
}

@media screen and (max-width: 500px) {
  #thank-you {
    padding: 30% 0 0;
  }
}

#thank-you .thank .img {
  width: 30%;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  #thank-you .thank .img {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  #thank-you .thank .img {
    width: 80%;
  }
}

#thank-you h3 {
  font-size: 3.5em;
  text-transform: uppercase;
  font-weight: 600;
  color: #2a2a51;
}

@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}

#thank-you p {
  font-size: 1.2em;
  color: #2a2a51;
}

@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}

.modal ul {
  margin: 0;
  padding: 0;
}

.modal .modal-body {
  padding: 6% 6%;
}

@media screen and (max-width: 500px) {
  .modal .modal-body {
    padding: 0% 6% 6%;
  }
}

.modal .modal-body ul {
  list-style: none;
}

.modal .custom-reg-btn {
  display: inline-block;
}

.modal .custom-close {
  position: absolute;
  right: -19px;
  top: -21px;
  padding: 0.3rem .6rem;
  color: #fff;
  font-size: 2.5rem;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .modal .custom-close {
    right: 3px;
    top: -28px;
  }
}

.modal .custom-close:hover {
  color: #626262;
}

button.btn, a.btn {
  font-size: 16px;
  padding: 0.6rem 1.5rem;
  position: relative;
  z-index: 1;
  border-radius: 0;
  border: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #fff;
  transition: all 0.6s ease;
  border: 1px solid #a98453;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  background: #a98453;
}

button.btn i.fa, a.btn i.fa {
  color: #a98453;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

button.btn.btnwhite, a.btn.btnwhite {
  background: #fff;
  color: #a98453;
  border: 1px solid #fff;
  z-index: 1;
}

button.btn.btnwhite::before, a.btn.btnwhite::before {
  background: #4f001a;
  border: 1px solid #fff;
  z-index: -1;
}

button.btn::before, a.btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  z-index: -1;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background: #fff;
}

@media screen and (max-width: 600px) {
  button.btn, a.btn {
   font-size: 11px;
    padding: 0.4rem 1rem;
  }
   .modal-contentt{height:auto !important;}
}

button.btn:hover, a.btn:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #a98453;
}

button.btn:hover i.fa, a.btn:hover i.fa {
  color: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

button.btn:hover::before, a.btn:hover::before {
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

button.btn:hover.btnwhite, a.btn:hover.btnwhite {
  color: #fff;
}

button.btn:focus, a.btn:focus {
  outline: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.owl-carousel .owl-nav {
  width: auto;
  position: unset;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  margin: 4rem auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 56px;
  height: 21px;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
  display: none;
}

.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.4;
}

.owl-carousel .owl-nav button.owl-prev {
  background: url("../img/leftarrow.png") no-repeat !important;
  margin-right: 1rem;
}

.owl-carousel .owl-nav button.owl-next {
  background: url("../img/rightarrow.png") no-repeat !important;
}

.overlycricle {
  width: 80px;
  height: 80px;
  background: #4f001a;
  position: absolute;
  border-radius: 50%;
  left: 2%;
  bottom: 5%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 999px) {
  .overlycricle {
    width: 50px;
    height: 50px;
  }
}

.overlycricle .material-symbols-outlined {
  font-size: 2.5rem;
  color: #fff;
}

@media screen and (max-width: 999px) {
  .overlycricle .material-symbols-outlined {
    font-size: 1.5rem;
  }
}

#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
  background: #fff;
  position: relative;
  background: url(../img/bgnav.jpg) repeat;
  background-size: cover;
}

@media screen and (max-width: 999px) {
  #thank-you {
    padding: 27% 0 0;
  }
}

@media screen and (max-width: 500px) {
  #thank-you {
    padding: 30% 0 0;
  }
}

#thank-you .leafbg {
  z-index: 1;
}

#thank-you .thank .img {
  width: 30%;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  #thank-you .thank .img {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  #thank-you .thank .img {
    width: 80%;
  }
}

#thank-you h3 {
  font-size: 3.5em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}

#thank-you p {
  font-size: 1.2em;
  color: #fff;
}

@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}

@font-face {
  font-family: 'Frank Ruhl Libre Black';
  src: url("../fonts/FrankRuhlLibre-Black.woff2") format("woff2"), url("../fonts/FrankRuhlLibre-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bellefair Regular';
  src: url("../fonts/Bellefair-Regular.woff2") format("woff2"), url("../fonts/Bellefair-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Frank Ruhl Libre Regular';
  src: url("../fonts/FrankRuhlLibre-Regular.woff2") format("woff2"), url("../fonts/FrankRuhlLibre-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Frank Ruhl Libre Light';
  src: url("../fonts/FrankRuhlLibre-Light.woff2") format("woff2"), url("../fonts/FrankRuhlLibre-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Frank Ruhl Libre Medium';
  src: url("../fonts/FrankRuhlLibre-Medium.woff2") format("woff2"), url("../fonts/FrankRuhlLibre-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Frank Ruhl Libre Bold';
  src: url("../fonts/FrankRuhlLibre-Bold.woff2") format("woff2"), url("../fonts/FrankRuhlLibre-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*# sourceMappingURL=style.css.map */



#cretificates .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
}

#cretificates {
  padding: 5rem 0;
}

#cretificates .nav li.nav-item a.nav-link:hover,
#cretificates .nav li.nav-item a.nav-link.active {
  color: #844f3e;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#cretificates .nav li.nav-item a.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #b15f3b;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#cretificates a {
  color: #192742;
}
