@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Play&family=Roboto:wght@400;500&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Lato;
}
section {
  padding: 60px 0;
  position: relative;
}
.p-0 {
  padding: 0;
}
.p-40 {
  padding: 0 0;
}
.top {
  position: relative;
  top: 55px;
}
.sticky {
  position: fixed;
  right: 0;
  top: 40%;
  overflow: hidden;
  z-index: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
}
.abt-img {
  width: 100%;
  position: relative;
}
.row-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.row-reverse {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.btn-1 {
  width: 152px;
  height: 42px;
  flex-grow: 0;
  outline: none;
  color: #ffffff;
  border-radius: 0;
  background-color: #d6832b;
  transition: 0.5s;
}
.btn-1:hover {
  color: #151515 !important;
  background-color: transparent;
  border-color: #d6832b !important;
}

.btn-2 {
  width: 235px;
  height: 42px;
  flex-grow: 0;
  outline: none;
  color: #ffffff;
  border-radius: 0;
  background-color: #d6832b;
  transition: 0.5s;
}
.btn-2:hover {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #d6832b !important;
}

.text-center .btn-3 {
  width: 200px;
  height: 42px;
  flex-grow: 0;
  font-size: 14px;
  outline: none;
  color: #ffffff;
  border-radius: 0;
  background-color: #d6832b;
  transition: 0.5s;
}
.text-center .btn-3:hover {
  color: #151515 !important;
  background-color: transparent;
  border-color: #d6832b !important;
}
.p-10 {
  padding-right: 30px;
}

/* Nav / Navbar Styles
===================================*/
.navbar {
  background: transparent;
  border-bottom: none;
  transition-duration: 0.6s;
  position: fixed !important;
  padding: 0;
}

/* jQuery Styles
===================================*/
.navbar-scroll {
  background: #ffffff;
  padding: 0;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  transition-duration: 0.6s;
}
.nav-dropdown-scroll {
  background: #e7eaea;
  box-shadow: 0px 10px 9px rgba(0, 0, 0, 0.4);
}
.navbar-light .navbar-toggler {
  border-color: rgb(248, 249, 250);
}
.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.flex a {
  color: #111921;
  text-decoration: none;
}
.flex a:hover {
  color: #d6832b !important;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .navbar {
    background-color: #ffffff !important;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 768px) {
  .flex {
    display: flex;
    justify-content: space-between;
  }
  .p-10 {
    margin-top: 10px;
  }
  .center-title h2 {
    font-size: 33px !important;
    margin-bottom: 40px;
  }
  .top {
    position: relative;
    top: 0px;
  }
  .sticky {
    display: none;
  }
}
.navbar-light .navbar-brand {
  padding: 0 !important;
  position: relative;
  /* top: -8px; */
  left: -12px;
}
.nav-item {
  padding: 10px 15px;
}
.nav-item .nav-link:hover {
  color: #d6832b !important;
  transition: 0.5s;
}
.nav-link {
  font-size: 16px !important;
  text-align: left;
  color: #000 !important;
}

.my-nav {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.img-100 {
  width: 100%;
}
.visible-xs {
  display: none !important;
}

/* banner responsive */

@media only screen and (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .banner-content h1 {
    color: #ffffff !important;
  }
  .banner-content h1 {
    text-align: left !important;
  }
  .banner-content p {
    color: #ffffff !important;
  }
  .banner-content {
    position: absolute;
    top: 35%;
    left: 25px !important;
    line-height: 45px;
    text-align: start !important;
  }
}

.banner-content {
  position: absolute;
  top: 35%;
  left: 60%;
  line-height: 45px;
  text-align: end;
}
.banner-content h1 {
  font-size: 42px;
  text-align: end;
  color: #151515;
}
.banner-content p {
  color: #494949;
  font-size: 18px;
}

/* Section First */
.bg-black {
  background-color: #151515;
}
.center-title {
  text-align: center;
  line-height: 35px;
  margin-bottom: 50px;
}
.center-title,
.center-title-2 h2 {
  font-size: 42px;
  color: #fff;
}
.center-title p {
  font-size: 18px;
  color: #fff;
}
.center-title-2 {
  text-align: center !important;
  line-height: 35px;
  margin-bottom: 50px;
}

.img-tag {
  width: 100%;
  height: 44px;
  flex-grow: 0;
  opacity: 0.8;
  background-color: #151515;
  position: relative;
  top: -44px;
}
.img-tag p {
  color: #ffffff;
  text-align: center;
  position: relative;
  top: 10px;
  font-weight: bold;
}
/* ---------------------------- */
/* ---------Section Sec------------ */

.main-title {
  font-size: 37px;
  text-align: left;
  color: #151515;
}
.main-title-2 {
  font-size: 37px;
  text-align: left;
  color: #ffffff;
}
.small-p-block {
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #494949;
}
.small-p-block-2 {
  font-size: 16px;
  line-height: 1.38;
  text-align: left;
  color: #ffffff;
}
/* =========== */

.card {
  margin: 10px 0;
  border: none;
}
.card > .card-content {
  background: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 265px;
  height: 265px;
}
@media screen and (max-width: 580px) {
  .card > .card-content {
    width: 100%;
    background: #151515;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .card > .card-content {
    width: 100%;
    background: #151515;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
  }
}

.list-item {
  color: #ffffff;
  padding: 70px;
  line-height: 1.5;
}

.list-item li {
  /* list-style: none; */
  font-size: 16px;
  line-height: 1.38;
  padding: 10px 0;
}
/* ================= */

.owl-carousel .owl-item img {
  display: block;
  width: 379px !important;
}
@media screen and (max-width: 768px) {
  .owl-carousel .owl-item img {
    display: block;
    width: 100% !important;
  }
}

/* =========parallax ========= */
.Parallax-bg {
  background-image: url(../aurum-slices/floor-plan-img-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed !important;
  height: 100vh;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.content-wrapper h3 {
  font-size: 36px;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
.content-wrapper p {
  font-size: 16px;
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
}

/* =======Amenities slider========= */
.owl-next {
  position: absolute;
  right: 0;
}
.owl-prev,
.owl-next {
  margin-top: 30px;
}

.img-text-overly {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
/* =======Footer Start======= */
.footer {
  background-color: #111921;
}

.footer-inner h6 {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57;
}
.footer-inner p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
}

.footer-text {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.footer-inner img {
  margin-bottom: 10px;
}
.footer-inner a {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #d6832b;
  text-decoration: none;
}
.footer-logo {
  margin-top: -60px;
}
/* ======================= */

.bottom-footer-icons li {
  list-style: none;
  display: inline-block;
  padding: 5px;
}
.footer-copyright {
  color: #ffffff;
  font-size: 12px;
}
.slider-3 .owl-item img {
  width: 284px !important;
  height: auto;
}

@media screen and (max-width: 768px) {
  .slider-3 .owl-item img {
    width: 100% !important;
    height: auto;
  }
}
.slick-next .slick-arrow {
  position: absolute !important;
  display: block !important;
}

/* ===================== */

/* == business to achieve porsperity slider==/ */

.items .box {
  width: 265px;
  height: 265px;
  flex-grow: 0;
  margin-bottom: 15px;
  background-color: #151515;
}
.box img {
  max-width: 100px;
  position: relative;
  top: 75px;
  left: 75px;
}
.box p {
  margin-top: 90px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.fas {
  color: #ffffff;
  padding: 13px 16px;
  background-color: #58595b;
  width: 42px;
  height: 42px;
}
.fa-angle-right {
  position: absolute;
  right: 510px;
  flex-grow: 0;
  background-color: #58595b;
}
.fa-angle-left {
  background-color: #58595b;
  left: 510px;
  position: absolute;
}
.fa-angle-left:hover {
  background-color: #d6832b;
  transition: 0.5s;
}
.fa-angle-right:hover {
  background-color: #d6832b;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .fas {
    padding: 13px 14px;
  }
  .fa-angle-left {
    left: 143px;
  }
  .fa-angle-right {
    right: 143px;
  }
  .items .box {
    width: 100%;
  }
  .box img {
    width: 100%;
    position: relative;
    top: 65px;
    left: 40px;
  }
  .box p {
    font-size: 16px;
  }

  .footer-inner,
  .footer-text,
  .bottom-footer,
  .footer-logo {
    text-align: center;
  }
  .footer-inner {
    margin-bottom: 50px;
  }
  .text-end {
    text-align: center !important;
  }
}

/* ==========ZOOM ANIMATION */
.zoom {
  transition: transform 0.5s; /* Animation */
}
.zoom:hover {
  -ms-transform: scale(1.2); /* IE 9 */
  -webkit-transform: scale(1.2); /* Safari 3-8 */
  transform: scale(1.2);
}

/* ========scroll top Button======*/
#button {
  display: inline-block;
  background-color: #d6832b;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077" !important;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
a {
  text-decoration: none;
}

/* ============Offices==================== */
.offices-1 {
  margin-left: -20px !important;
}
.offices-1,
.offices-2 {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7);
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offices-1:hover .overlay {
  opacity: 1;
}
.offices-2:hover .overlay {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .offices-1 {
    margin-left: 0px !important;
    margin-bottom: 20px;
  }
  .offices-1 img {
    width: 100% !important;
  }
  .offices-2 img {
    width: 100%;
  }
  .text {
    font-size: 18px;
    width: 300px;
  }
}

@media only screen and (max-width: 768px) {
  #button {
    display: none;
  }
  .flex {
    display: none;
  }
  .fixed-bottom {
    display: block !important;
  }
  .footer-address {
    padding: 15px 15px;
    margin: 15px;
    background: #3333;
  }
}

/* ==footer fixed Button== */
.fixed-bottom {
  display: none;
}
/* ===============Form============================== */
.cta-btn {
  -webkit-user-select: none; /*Chrome/Safari*/
  -moz-user-select: none; /*Firefox*/
  -ms-user-select: none; /*IE10+*/
}

#contactForm {
  display: none;
  padding: 2em;
  width: 350px;
  border: 1px solid #b1b1bb;
  text-align: left;
  background: #fff;
  position: fixed;
  top: 12%;
  right: 0;
  z-index: 99;
  overflow: hidden;
}
input,
textarea {
  margin: 0.8em auto;
  font-family: inherit;
  text-transform: inherit;
  font-size: inherit;
  display: block;
  width: 280px;
  padding: 0.4em;
}
textarea {
  height: 80px;
  resize: none;
}
@media only screen and (max-width: 768px) {
  #contactForm {
    width: 100%;
  }
  .thank-you-block {
    padding: 30px 15px;
    font-size: 14px;
    width: 90vw;
  }
}

/* ==================Thank you =========================== */

.thank-you {
  height: 100vh;
  width: 100vw;
  background: url(../aurum-slices/banner.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thank-you-block {
  text-align: center;
  background: rgb(0, 0, 0, 0.5);
  padding: 50px;
  border-radius: 5px;
  font-size: 20px;
}
.thank-you-block .fa {
  font-size: 50px;
  color: #ffffff;
  padding: 20px;
  border-radius: 50%;
  margin-bottom: 30px;
  background: #cea351;
}
.thank-you-block .main-title {
  font-size: 70px;
  font-weight: 900;
  margin-bottom: 10px;
}
.thank-you-block .primary-btn {
  color: #ffffff;
  margin-top: 20px;
}
