/* .fade-in {
        opacity: 0;
        transition: opacity 1s ease-in-out;
      } */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0c356a;
}

header {
  background-color: #333;
  padding: 15px;
  text-align: center;
  color: #fff;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center; /* Vertically center align items */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0.97;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}

.nav-links {
  text-align: right;
  margin: 0; /* Remove default margin */
  height: 100%;
}

.nav-links a {
  color: #333;
  text-decoration: none;
  padding: 10px 0px;
  margin: 10px 5px;
  display: inline-block;
}

/* .nav-links a:hover {
              background-color: #555;
            } */

.logo {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.logo img {
  width: 200px; /* Adjust the size of the logo as needed */
  height: auto;
  margin-right: 10px;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 5s ease, transform 5s ease;
}

.fade-in-up.fade-in {
  opacity: 1;
  transform: translateY(0);
}

/*

      .fade-in-up {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 7s ease, transform 7s ease;
      }

      .fade-in-up.fade-in {
        opacity: 1;
        transform: translateY(0);
      } */

.mainButton {
  padding: 10px 20px;
  border-radius: 20px;
  background: #ffc436;
  border: 0;
  color: #0c356a;
}

footer td,
footer th {
  vertical-align: top;
}

footer tr {
  height: 2em;
}
a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  font-weight: bold;
  color: #fff;
}

.sosmed i {
  margin-right: 20px;
  margin-top: 20px;
}

.footerCol p {
  color: #fff;
  margin-bottom: 5px;
}

.introRow {
  padding: 80px 0;
}

.sectionProperty {
  min-height: 400px;
  margin-bottom: 200px;
}

.propertyManagementContent {
  display: table-cell;
  vertical-align: middle;
  height: 420px;
}

.realEstateContent {
  display: table-cell;
  vertical-align: middle;
  height: 680px;
}

.contentFunction {
  padding: 80px 0 240px 0;
}

@media (max-width: 768px) {
  .contentFunction {
    padding: 80px 0 60px 0;
  }
}
.realEstateTopImg {
  width: 50%;
  height: 400px;
  background: url("/resources/daily-rentals/villa-becca.webp");
  background-size: cover;
  margin-left: 20%;
  border-radius: 20px;
  background-position: center;
}
.realEstateImg1 {
  width: 100%;
  height: 200px;
  background: url("/resources/realestate1.webp");
  background-size: cover;
  border-radius: 20px;
}
.realEstateImg2 {
  width: 100%;
  height: 200px;
  background: url("/resources/real-estate-3.webp");
  background-size: cover;
  border-radius: 20px;
}

@media only screen and (max-width: 1000px) {
  .realEstateTopImg {
    width: auto;
    margin: auto 40px;
    height: 280px;
  }
}

@media only screen and (max-width: 768px) {
  .propertyManagementContent {
    display: block;
    height: auto;
    padding-top: 40px;
    margin-bottom: 40px;
  }

  .dailyRentalContent {
    padding: 20px 0;
    display: block !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 567px) {
  .realEstateTopImg {
    width: 70%;
    height: 150px;
    background: url("/resources/daily-rentals/villa-becca.webp");
    background-size: cover;
    margin-left: 20%;
    border-radius: 20px;
    background-position: center;
    margin-top: 50px;
  }

  .realEstateImg1 {
    width: 100%;
    height: 150px;
    background: url("/resources/realestate1.jpg");
    background-size: cover;
    border-radius: 20px;
  }
  .realEstateImg2 {
    width: 100%;
    height: 150px;
    background: url("/resources/real-estate-3.jpeg");
    background-size: cover;
    border-radius: 20px;
  }

  .contentFunction {
    padding: 80px 0 40px 0;
  }

  /* .introh2 {
    margin-top: -160px;
  } */
  .introRow {
    padding: 20px 0;
  }

  .dailyRentalContent {
    padding: 20px 0;
    display: table-cell;
    vertical-align: middle;
    height: auto;
  }

  .sectionProperty {
    min-height: 400px;
    margin-bottom: 50px;
  }

  .propertyManagementContent {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    padding-top: 24px;
  }

  .realEstateContent {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .sectionProperty {
    min-height: 400px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .realEstateContent {
    padding: 20px 0;
    display: block;
    height: auto;
  }
  .digitalSolutionContent {
    margin: 20px 0;
    display: block !important;
    height: auto !important;
  }
}

.footerDiamond {
  max-width: 438px;
  position: absolute;
  right: 5%;
  margin-top: -200px;
  opacity: 0.9;
}

@media only screen and (min-width: 1600px) {
  .footerDiamond {
    max-width: 438px;
    position: absolute;
    margin-top: -200px;
    right: 200px;
    opacity: 0.9;
  }
}
@media only screen and (max-width: 1000px) {
  .footerDiamond {
    max-width: 328px;
    position: absolute;
    right: 0;
    margin-top: -200px;
    right: 0;
    opacity: 0.2;
    bottom: 0;
    z-index: 1;
  }
  .footerCol {
    margin-top: 20px;
    z-index: 2;
  }
}

@media only screen and (max-width: 1450) {
  .footerDiamond {
    right: 0;
  }
}

@media screen and (max-width: 600px) {
  .logo img {
    width: 150px; /* Adjust the size of the logo as needed */
    margin-top: 5px;
  }
}

.bcaBackground {
  background: #f1f5f8;
}

.loader {
  width: 100px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-right-color: #ffc436;
  animation: l15 1s infinite linear;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40vh;
}
.loader::before,
.loader::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
  animation: l15 2s infinite;
}
.loader::after {
  margin: 8px;
  animation-duration: 3s;
}

.column img {
  border-radius: 20px;
}
@keyframes l15 {
  100% {
    transform: rotate(1turn);
  }
}

#content {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotate-div {
  animation: rotate 60s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.scrolling-image {
  width: auto;
  height: auto; /* Set a fixed height for the scrolling container */
  overflow: hidden;
  animation: scroll 90s linear infinite; /* Adjust duration as needed */
}

@keyframes scrollReverse {
  0% {
    transform: translateY(-70%);
  }
  100% {
    transform: translateY(0%);
  }
}

.scrolling-image-reverse {
  width: auto;
  height: auto; /* Set a fixed height for the scrolling container */
  overflow: hidden;
  animation: scrollReverse 80s linear infinite; /* Adjust duration as needed */
}

.scrolling-image img {
  display: block;
}

/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;

  /* letter-spacing: 0.15em; Adjust as needed */
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #ffc436;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.rotating-image {
  animation: rotate infinite 5s linear; /* Change 5s to the desired duration */
}

@media screen and (max-width: 770px) {
  #placeToStayButton {
    display: none;
  }
}

@media screen and (max-width: 770px) {
  .colrow2 {
    display: none;
  }
}

.marketYourPlaceButton {
  padding: 10px 20px;
  border-radius: 20px;
  background: #ffc436;
  color: #0c356a;
  display: inline-block;
  cursor: pointer;
}
.marketYourPlaceButton:hover {
  background: #0c356a;
  color: #ffc436;
}

.form-floating>label,.input-group-text{
  color:#0c356a
}


.topSecondButton{
  padding: 10px 20px;
  border-radius: 20px;
  background: #fff0ce;
  color: #0c356a;
}
.topSecondButton:hover{
  background: #0c356a;
  color: #fff0ce;
  font-weight:normal !important;
}

@media screen and (max-width: 769px) {
  .marketYourPlaceButton {
    padding: 10px 10px;
    border-radius: 20px;
    background: #ffc436;
    color: #0c356a;
    font-size: 12px;
    margin: 20px;
  }
}

.h2Title {
  background: #ffc436;
  display: inline-block;
  padding: 10px 20px;
  margin-left: -150px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media screen and (max-width: 769px) {
  .h2Title {
    text-align: center;
    margin-left: -20px;
  }
}

.custom-row {
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 769px) {
  .custom-row {
    display: flex;
    flex-direction: column-reverse;
  }
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 568px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.yellowButton {
  padding: 10px 20px;
  border-radius: 20px;
  background: #ffc436;
  border: 0;
  color: #0c356a;
}
.yellowButton:hover {
  background: #0c356a;
  color:#ffc436;

}

.digitaSolutionContent {
  display: table-cell;
  vertical-align: middle;
  height: 420px;
}

.eventContent {
  margin: 30px auto;
}

.footerPrivacy {
  float: inline-end;
}

.digitalSolutionContent {
  vertical-align: middle;
  height: 450px;
  display: table-cell;
}

@media only screen and (max-width: 568px) {
  .footerPrivacy {
    float: inline-start;
  }

  .eventContent {
    margin: 20px auto 30px auto;
  }
  .digitalSolutionContent {
    height: auto;
    margin: 20px auto !important;
    display: block;
  }
}

.primaryColor {
  color: #0c356a;
}
