/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  margin: 0;
  padding: 90px 0 0;
  overflow-x: hidden;
  font-family: "DIN";
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 1700px) {
  body {
    padding: 0;
  }
}
@media screen and (max-width: 1500px) {
  body {
    padding: 0;
  }
}
@media screen and (max-width: 1400px) {
  body {
    padding: 0;
  }
}
@media screen and (max-width: 999px) {
  body {
    padding: 96px 0 0;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding: 70px 0 0;
  }
}

p, li, .size16 {
  font-size: 16px;
  line-height: 22px;
}
@media screen and (max-width: 1500px) {
  p, li, .size16 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 999px) {
  p, li, .size16 {
    line-height: 22px;
  }
}

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

.size180 {
  font-size: 180px;
  letter-spacing: -6px;
}
@media screen and (max-width: 1700px) {
  .size180 {
    font-size: 155px;
  }
}
@media screen and (max-width: 1400px) {
  .size180 {
    font-size: 144px;
  }
}

.italic {
  font-style: italic;
}

.size60 {
  font-size: 60px;
}
@media screen and (max-width: 1700px) {
  .size60 {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .size60 {
    font-size: 32px;
  }
}

.size48 {
  font-size: 48px;
}
@media screen and (max-width: 1700px) {
  .size48 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1500px) {
  .size48 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  .size48 {
    font-size: 32px;
  }
}

.size36 {
  font-size: 36px;
}
@media screen and (max-width: 1700px) {
  .size36 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .size36 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1100px) {
  .size36 {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .size36 {
    font-size: 22px;
  }
}

.size30 {
  font-size: 30px;
}
@media screen and (max-width: 1700px) {
  .size30 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1500px) {
  .size30 {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .size30 {
    font-size: 21px;
  }
}

.size24 {
  font-size: 24px;
}
@media screen and (max-width: 1700px) {
  .size24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 999px) {
  .size24 {
    font-size: 18px;
  }
}

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

.size26 {
  font-size: 25px;
}

.size18 {
  font-size: 18px;
}
@media screen and (max-width: 1700px) {
  .size18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .size18 {
    font-size: 16px;
  }
}

b, strong {
  font-weight: 600;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.clr1 {
  color: #b89b5c;
}

.clr2 {
  color: #193538;
}

.clr3 {
  color: #fff;
}

@media screen and (max-width: 1700px) {
  .headline .size24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 999px) {
  .headline .size24 {
    font-size: 18px;
  }
}

.headfnt {
  font-family: "pf-marlet-display", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.popfnt {
  font-family: "Poppins", sans-serif;
}

.sigfnt {
  font-family: "Barcelony";
}

.container {
  max-width: 79%;
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 92%;
  }
}
@media screen and (max-width: 999px) {
  .container {
    max-width: 98%;
  }
}

.container2 {
  max-width: 88.7%;
}
@media screen and (max-width: 1500px) {
  .container2 {
    max-width: 94.7%;
  }
}
@media screen and (max-width: 999px) {
  .container2 {
    max-width: 98%;
    padding: 0 15px;
  }
}

.material-symbols-outlined {
  font-weight: 200;
  font-size: 29px;
}
.material-symbols-outlined.size180 {
  font-size: 120px;
  letter-spacing: -6px;
}
@media screen and (max-width: 1700px) {
  .material-symbols-outlined.size180 {
    font-size: 95px;
  }
}
.material-symbols-outlined.size60 {
  font-size: 60px;
}
@media screen and (max-width: 1700px) {
  .material-symbols-outlined.size60 {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .material-symbols-outlined.size60 {
    font-size: 32px;
  }
}

#scroll, .scroll-anchor {
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #000;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.6s ease;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2392156863);
}
@media screen and (max-width: 600px) {
  #scroll, .scroll-anchor {
    width: 40px;
    height: 32px;
    bottom: 60px;
  }
}
#scroll:hover, .scroll-anchor:hover {
  transition: all 0.6s ease;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3803921569);
}

.btn {
  font-size: 15px;
  background: #c09a53;
  color: #fff;
  padding: 0.7rem 2.9rem;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  border: 1px solid #c09a53;
  z-index: 1;
  transition: all 0.6s ease;
}
.btn.btnwhite {
  background: #fff;
  color: #c09a53;
  border: 1px solid #fff;
  padding: 0.5rem 2.5rem;
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  z-index: -1;
  background: #fff;
  transition: all 0.6s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.btn:hover {
  color: #c09a53;
}
.btn:hover::before {
  height: 100%;
  transition: all 0.6s ease;
}
.btn:hover.btnwhite {
  box-shadow: 0 6px 4px rgba(0, 0, 0, 0.4);
}

input, select, textarea, button, select, option {
  resize: none;
  font-size: 15px;
  border-radius: 0;
}
input:focus, select:focus, textarea:focus, button:focus, select:focus, option:focus {
  outline: 0;
  box-shadow: unset;
}

.glmediaum {
  font-family: "Gill Sans Medium";
}

.glsalight {
  font-family: "Gill Sans Light";
}

.glsemibld {
  font-family: "Gill Sans SemiBold";
}

@font-face {
  font-family: "Gill Sans Medium";
  src: url("../fonts/GillSans-Medium.woff2") format("woff2"), url("../fonts/GillSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans Light";
  src: url("../fonts/GillSans-Light.woff2") format("woff2"), url("../fonts/GillSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans SemiBold";
  src: url("../fonts/GillSans-SemiBold.woff2") format("woff2"), url("../fonts/GillSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@keyframes pulse2 {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Medium.woff2") format("woff2"), url("../fonts/DIN-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN-Regular.woff2") format("woff2"), url("../fonts/DIN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barcelony";
  src: url("../fonts/BarcelonyRegular.woff2") format("woff2"), url("../fonts/BarcelonyRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.modal .modal-content {
  padding: 2%;
  position: relative;
}
.modal .modal-content .close {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #c09a53 !important;
  top: 0;
  right: 0;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}
.modal .modal-content .close .material-symbols-outlined {
  color: #fff;
}
.modal .modal-content .inconte {
  border: 1px solid #c09a53;
  padding: 2%;
}
.modal .modal-content .inconte .modal-header {
  border: 0;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-header {
    padding-bottom: 0;
  }
}
.modal .modal-content .inconte .modal-header .modal-title {
  font-weight: 500;
  color: #000;
}
.modal .modal-content .inconte .modal-body {
  padding: 1.5rem 12px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding: 0.8rem 12px;
  }
}
.modal .modal-content .inconte .modal-body input[type=text], .modal .modal-content .inconte .modal-body input[type=tel], .modal .modal-content .inconte .modal-body input[type=email], .modal .modal-content .inconte .modal-body textarea {
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  width: 100%;
  font-size: 15px;
  resize: none;
  padding: 12px 1rem !important;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body input[type=text], .modal .modal-content .inconte .modal-body input[type=tel], .modal .modal-content .inconte .modal-body input[type=email], .modal .modal-content .inconte .modal-body textarea {
    padding: 10px;
  }
}
.modal .modal-content .inconte .modal-body input[type=text]::-moz-placeholder, .modal .modal-content .inconte .modal-body input[type=tel]::-moz-placeholder, .modal .modal-content .inconte .modal-body input[type=email]::-moz-placeholder, .modal .modal-content .inconte .modal-body textarea::-moz-placeholder {
  color: #555555;
}
.modal .modal-content .inconte .modal-body input[type=text]::placeholder, .modal .modal-content .inconte .modal-body input[type=tel]::placeholder, .modal .modal-content .inconte .modal-body input[type=email]::placeholder, .modal .modal-content .inconte .modal-body textarea::placeholder {
  color: #555555;
}
.modal .modal-content .inconte .modal-body label {
  font-size: 12px;
  color: #000;
}

@keyframes scroll_down_btn-animation {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.fadein {
  animation-name: fadein;
  animation-fill-mode: both;
}

.circle-full-anim {
  animation: circle-full 0.8s ease-in-out forwards;
  transform-origin: left;
}

@keyframes circle-full {
  from {
    clip-path: circle(0% at 0% 0%);
  }
  to {
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.enquiebtn {
  position: fixed;
  top: 200px;
  right: 10px;
  z-index: 999;
}
@media screen and (max-width: 999px) {
  .enquiebtn {
    top: unset;
    right: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -5px 20px rgba(184, 156, 92, 0.4117647059);
  }
}
.enquiebtn ul {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.enquiebtn ul li {
  background-color: rgba(25, 53, 56, 0.7882352941);
  list-style-type: none;
  border: 1px solid #ba9d5e;
  border-radius: 50px;
  margin: 10px 0;
  transition: all 0.6s ease;
  padding: 0px;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li {
    border-radius: 0;
    margin: 0;
    display: inline-block;
    width: 33.33%;
    border: unset;
    text-align: center;
    padding: 5px;
    background-color: #183336;
    position: relative;
  }
  .enquiebtn ul li:nth-child(2)::after, .enquiebtn ul li:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    top: 15%;
    background: #b89b5c;
    left: 0;
  }
  .enquiebtn ul li:nth-child(2)::before {
    left: unset;
    right: 0;
  }
}
.enquiebtn ul li:hover {
  margin-left: -130px;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li:hover {
    margin-left: -1px;
  }
}
.enquiebtn ul li:hover p {
  opacity: 1;
  transition: all 0.2s ease;
  transition-delay: 0.2s;
  left: -80px;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li:hover p {
    opacity: unset;
    transition: unset;
    transition-delay: unset;
  }
}
.enquiebtn ul li:hover .img {
  transform: rotate(-360deg);
}
.enquiebtn ul li:hover .img:before {
  display: block;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li:hover .img:before {
    display: none;
  }
}
.enquiebtn ul li:first-child {
  margin-top: 0;
}
.enquiebtn ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li a {
    display: unset;
    align-items: unset;
    padding: 0;
  }
}
.enquiebtn ul li a .img {
  position: relative;
  z-index: 1;
  transition: all 0.6s ease;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li a .img {
    transform: scale(0.8);
  }
}
.enquiebtn ul li a .img:before {
  position: absolute;
  content: "";
  height: 150%;
  width: 150%;
  background-color: var(--theme-gold);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  display: none;
  transition: all 0.6s ease;
}
.enquiebtn ul li a p {
  position: absolute;
  color: #fff;
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .enquiebtn ul li a p {
    position: unset;
    opacity: 1;
    font-size: 14px;
  }
}

.navbar-dark .navbar-toggler {
  border: 1px solid #fff;
  color: #fff;
  padding: 0.45rem 0.75rem;
}
@media screen and (max-width: 999px) {
  .navbar-dark .navbar-toggler {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .navbar-dark .navbar-toggler {
    margin-right: 15px;
  }
}
.navbar-dark .navbar-toggler.collapsed .menu {
  display: block;
}
.navbar-dark .navbar-toggler.collapsed .close1 {
  display: none;
}
.navbar-dark .navbar-toggler .menu {
  display: none;
}
.navbar-dark .navbar-toggler .close1 {
  display: block;
}

#thank-you {
  background-color: #000;
  height: 100vh;
  display: flex;
  align-items: center;
}
#thank-you h3 {
  color: #fff;
}
#thank-you p {
  color: #fff;
}/*# sourceMappingURL=style.css.map */