/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue LT Std";
  font-size: 14px;
  color: #656565;
  background: #000000;
  overflow-x: hidden;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

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

.formsec {
  padding: 2rem 0;
  color: #fff;
}
.formsec h3 {
  font-weight: 300;
  font-size: 20px;
}
.formsec .btn {
  background: #b49938;
  color: #fff;
  border: 1px solid #b49938;
  padding: 0.6rem 1.9rem;
  transition: all 0.6s ease;
}
.formsec .btn:hover {
  transition: all 0.6s ease;
  background: #fff;
  color: #000;
}
.formsec input, .formsec textarea, .formsec select {
  background: transparent;
  color: #fff;
  border: 1px solid #dddddd;
  border-radius: 0;
}
.formsec input::-moz-placeholder, .formsec textarea::-moz-placeholder, .formsec select::-moz-placeholder {
  color: #dddddd;
}
.formsec input::placeholder, .formsec textarea::placeholder, .formsec select::placeholder {
  color: #dddddd;
}
.formsec ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.formsec ul li {
  max-width: 20%;
  flex: 0 0 20%;
  padding: 0 5px;
}
@media screen and (max-width: 999px) {
  .formsec ul li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 600px) {
  .formsec ul li {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

button:focus, input:focus, textarea:focus, select:focus {
  outline: 0;
  resize: unset;
}

.carousel-control-next, .carousel-control-prev {
  outline: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.carousel-control-next span.material-symbols-outlined, .carousel-control-prev span.material-symbols-outlined {
  color: #000;
  font-size: 4rem;
  color: #fff;
}

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

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

.carousel-indicators li {
  transition: all 0.6s ease;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.carousel-indicators li.active {
  transition: all 0.6s ease;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 48;
}

.enquiry-wrapper {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 99;
}
@media screen and (max-width: 1556px) {
  .enquiry-wrapper {
    top: 14%;
  }
}
@media screen and (max-width: 768px) {
  .enquiry-wrapper {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper {
    display: flex;
    width: 100%;
    top: unset;
    bottom: 0;
  }
}
.enquiry-wrapper .enquiry-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  transform: translateX(124px);
  transition: all ease-in 0.5s;
  border: 1px solid #fff;
}
@media screen and (max-width: 1500px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(110px);
  }
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(0);
    width: 100%;
    text-align: center;
    border: 0px solid #fff;
  }
}
.enquiry-wrapper .enquiry-box:hover {
  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: #b49938;
  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: 18%;
}
@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: #000;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box a {
    font-size: 14px;
  }
}

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

@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;
  }
}
@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("HelveticaNeueLTStd-Ex.woff2") format("woff2"), url("HelveticaNeueLTStd-Ex.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}/*# sourceMappingURL=style.css.map */