@font-face {
  font-family: "Marble", serif;
  src: url("../font/Marble-Black-DHU2EFvf.otf") format("opentype"),
    url("../font/Marble-Bold-BAu6j-Ou.otf") format("opentype"),
    url("../font/Marble-Medium-CKic-lmL.otf") format("opentype"),
    url("../font/Marble-Regular-D8-wCICl.otf") format("opentype"),
    url("../font/Marble-SemiBold-PtC_zuKr.otf") format("opentype"),
    url("../font/Oswald-SemiBold-Dx0kBCJs.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  /* font-family: 'Marble'; */
  background-color: #085ca8;
  color: #ffffff;
}

.header-logo img {
  height: 40px;
  margin-right: 5px;
}

.header-logo span {
  font-size: 0.6rem;
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center;
}

.header-logo .main-text {
  font-size: 0.8rem;
  font-weight: bold;
  color: #ffffff;
}

.main-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 50px 20px; */
  flex-wrap: wrap;
  gap: 20px;
  /* height: 89vh; */
}

/* Left Section */
.left-section {
  flex: 1;
  max-width: 100%;
  height: auto;
}

.left-section img {
  width: 100%;
  height: auto;
}

/* Center Section */
.center-section {
  flex: 1;
  text-align: center;
  color: white;
}

.center-section h1 {
  font-size: 76px;
  font-weight: 900;
  margin: 0;
}

.center-section h2 {
  font-size: 62px;
  font-weight: 900;
  margin: 0;
}

.center-section h4 {
  font-size: 42px;
  font-weight: 550;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .center-section h1 {
    font-size: 72px;
    font-weight: 900;
    margin: 0;
  }
  .center-section h2 {
    font-size: 52px;
    font-weight: 900;
    margin: 0;
  }
  .center-section h4 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .center-section h1 {
    font-size: 70px;
    font-weight: 900;
    margin: 0;
  }
  .center-section h2 {
    font-size: 48px;
    font-weight: 900;
    margin: 0;
  }
  .center-section h4 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 768px) {
  .center-section h1 {
    font-size: 48px;
    font-weight: 900;
    margin: 0;
  }
  .center-section h2 {
    font-size: 42px;
    font-weight: 900;
    margin: 0;
  }
  .center-section h4 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .center-section h1 {
    font-size: 44px;
    font-weight: 900;
    margin: 0;
  }
  .center-section h2 {
    font-size: 38px;
    font-weight: 900;
    margin: 0;
  }
  .center-section h4 {
    font-size: 27px;
  }
}

.center-section h2.highlight {
  color: #ffcb05;
}

/* Right Section */
.right-section {
  flex: 1;
  text-align: right;
  max-width: 330px;
}

.locations {
  text-align: center;
}

.locations strong {
  font-size: 36px;
  display: block;
  margin-top: 10px;
}

.locations .location {
  padding: 0px;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 48px;
}

.locations .location:last-child {
  border-bottom: none;
}

.locations .location span {
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  .locations strong {
    font-size: 28px;
  }
  .locations .location span {
    font-size: 18px;
  }
}

/* Button Section */
.button-section {
  margin-top: 30px;
}

/* Responsive */
@media (max-width: 992px) {
  .main-container {
    flex-direction: column;
    text-align: center;
  }

  .right-section {
    text-align: center;
  }
}

.nav-bar {
  background-color: #ffffff;
}

.main-logo img {
  width: 800px;
  height: auto;
}

.fest-banner {
  background-color: #000000;
  color: #ffcb05;
  padding: 10px 15px;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  border: 2px solid #ffcb05;
  box-shadow: 0 0 15px #ffcb05;
}

.fest-banner .great-text {
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  line-height: 1;
}

.fest-banner .property-text {
  font-size: 1.8rem;
  font-weight: 900;
  display: block;
  line-height: 1;
  margin-top: -5px;
}

.fest-banner .sell-fest-text {
  font-size: 2.5rem;
  font-weight: 900;
  color: #ffffff;
  background-color: #d32f2f;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 5px;
  display: inline-block;
  line-height: 1;
}

.times-logo {
  font-size: 0.8rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0.5rem;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-container img {
  height: 56px;
  margin-right: 8px;
}

@media only screen and (max-width: 768px) {
  .logo-container img {
    height: 42px;
  }
}

.logo-text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.logo-text-group .main-text {
  font-size: 0.9rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}

.logo-text-group .sub-text {
  font-size: 0.6rem;
  color: #ffffff;
  line-height: 1;
}

.other-dev-text .main-text {
  font-size: 0.9rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}

.other-dev-text .sub-text {
  display: none;
}

.form-container {
  padding: 21px;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
}

.form-input,
.form-select {
  background-color: #044b8b;
  color: #ffffff;
  border: 1px solid #044b8b;
  outline: none;
  border-radius: 0.5rem;
  padding: 0.6rem 1rem;
  width: 100%;
}

.form-input::placeholder {
  color: #a0aec0;
}

.form-label {
  color: #ffcb05;
  font-size: 17px;
  font-weight: 550;
  margin-bottom: 2px;
  display: block;
}

.form-label1 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 550;
  margin-bottom: 2px;
  display: block;
}

.form-input::placeholder {
  color: #bdbdbd;
  opacity: 1;
}

.form-input .form-select {
  background-color: #ffffff;
}

/* .submit-button {
  background-color: #ffcb05;
  color: #000000;
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 6px;
  margin: 0 10px;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
} */

.submit-button,
.back-button {
  background-color: #ffcb05;
  color: #000000;
  font-weight: bold;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  border: none;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
}

.footer-content p {
  background-color: #ffffff;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  margin: 0px;
  padding: 10px;
}

/* Whatsapp Icon Starts */
/*Whatsapp*/

button.wh-ap-btn {
  position: relative;
  outline: none;
  width: 60px;
  height: 60px;
  border: 0;
  background-color: #2ecc71;
  color: #fff;
  padding: 0;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition: opacity 0.3s, background-color 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn:hover {
  opacity: 1;
  background-color: #20bf6b;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.wh-fixed {
  margin-right: 15px;
  margin-bottom: 15px;
}

.wh-fixed > a {
  display: block;
  text-decoration: none;
}

/* button.wh-ap-btn::before {
          content: "Chat with me";
          display: block;
          position: absolute;
          margin-left: -130px;
          margin-top: 16px;
          height: 26px;
          background-color: #2ecc71;
          color: #ffffff;
          font-weight: 400;
          font-size: 18px;
          border-radius: 3px;
          width: 0;
          opacity: 0;
          padding: 0;
          transition: opacity 0.4s, width 0.4s, padding 0.5s;
          padding-top: 7px;
          border-radius: 30px;
          box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
      } */

.wh-fixed > a:hover button.wh-ap-btn::before {
  opacity: 1;
  width: auto;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100px;
}

/* animacion pulse */
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-size: 32px;
  vertical-align: sub;
}

.whatsapp-pulse {
  width: 60px;
  height: 60px;
  right: 10px;
  bottom: 10px;
  background: #10b418;
  position: fixed;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: inline-block;
  line-height: 65px;
}

.whatsapp-pulse:before {
  position: absolute;
  content: " ";
  z-index: -1;
  bottom: -15px;
  right: -15px;
  background-color: #10b418;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }

  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  25% {
    transform: scale(0.3);
    opacity: 1;
  }

  50% {
    transform: scale(0.6);
    opacity: 0.6;
  }

  75% {
    transform: scale(0.9);
    opacity: 0.3;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* Whatsapp Icon Ends */

/* Call Button Starts */
.btn-call {
  background: #38a3fd;
  border: 2px solid #38a3fd;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
  cursor: pointer;
  height: 60px;
  width: 60px;
  text-align: center;
  position: fixed;
  right: 30px;
  bottom: 120px;
  z-index: 999;
  transition: 0.3s;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.btn-call__ico {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
  color: white;
  font-size: 30px;
  padding-top: 5px;
  transition: 0.3s all;
}

.btn-call:hover {
  background-color: #fff;
}

.btn-call:hover .btn-call__ico {
  color: #38a3fd;
}

@-webkit-keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3),
      0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
  }

  40% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3),
      0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
  }

  80% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3),
      0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067);
  }

  100% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3),
      0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
  }
}

@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3),
      0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
  }

  40% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3),
      0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2);
  }

  80% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3),
      0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067);
  }

  100% {
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3),
      0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0);
  }
}

/* animations icon */

@keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }

  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }

  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }

  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }

  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }

  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }

  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }

  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }

  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }

  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }

  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}

@-webkit-keyframes shake {
  0% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }

  10% {
    transform: rotateZ(-30deg);
    -ms-transform: rotateZ(-30deg);
    -webkit-transform: rotateZ(-30deg);
  }

  20% {
    transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
  }

  30% {
    transform: rotateZ(-10deg);
    -ms-transform: rotateZ(-10deg);
    -webkit-transform: rotateZ(-10deg);
  }

  40% {
    transform: rotateZ(7.5deg);
    -ms-transform: rotateZ(7.5deg);
    -webkit-transform: rotateZ(7.5deg);
  }

  50% {
    transform: rotateZ(-6deg);
    -ms-transform: rotateZ(-6deg);
    -webkit-transform: rotateZ(-6deg);
  }

  60% {
    transform: rotateZ(5deg);
    -ms-transform: rotateZ(5deg);
    -webkit-transform: rotateZ(5deg);
  }

  70% {
    transform: rotateZ(-4.28571deg);
    -ms-transform: rotateZ(-4.28571deg);
    -webkit-transform: rotateZ(-4.28571deg);
  }

  80% {
    transform: rotateZ(3.75deg);
    -ms-transform: rotateZ(3.75deg);
    -webkit-transform: rotateZ(3.75deg);
  }

  90% {
    transform: rotateZ(-3.33333deg);
    -ms-transform: rotateZ(-3.33333deg);
    -webkit-transform: rotateZ(-3.33333deg);
  }

  100% {
    transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
  }
}
/* Call Button Ends */
