:root {
  --titleColor: #0a0a0a;
  --textColor: #777777;
  --IPMColor: #ad1414;
  --IPMColorLight: #c02d2d;
  --IPMColorBlack: #0a0a0a;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "obliqua", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: var(--textColor);
  font-weight: normal;
  font-style: normal;
}

h2 {
  color: var(--titleColor);
  font-size: 48px;
  line-height: 64px;
}

@media (max-width: 425px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

h3 {
  font-size: 32px;
  line-height: 36px;
  color: var(--titleColor);
}

@media (max-width: 425px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

h4 {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: var(--titleColor);
}

@media (max-width: 468px) {
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
button {
  background-color: var(--IPMColor);
  color: white;
  font-family: inherit;
  margin: 0;
  padding: 18px 32px;
  border: 0;
  outline: none;
  cursor: pointer;
  white-space: normal;
  font-size: 24px;
  text-align: center;
  transition: background-color 0.3s ease-in-out;
}

button:hover {
  background-color: var(--IPMColorLight);
}

@media (max-width: 425px) {
  button {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 11px;
  }
}

.global-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1648px;
}

.section {
  padding: 64px 0;
}

.icon-info-block {
  padding: 5px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
}

/* Header Style */
#header {
  height: 140px;
}

/*logo style*/
#logo {
  height: 110px;
  display: inline-block;
  float: left;
  margin-top: 20px;
}

/*flag icons style*/
.left-icon {
  margin-left: 30px;
}

.flag-icon {
  height: 50px;
  width: 50px;
  margin-top: 60px;
  display: inline-block;
  padding-left: 5px;
  transition: transform 250ms;
}

.flag-icon:hover {
  transform: translateY(-4px);
  cursor: pointer;
}

/* Navbar Style */
#navbar {
  float: right;
  padding: 30px;
  padding-right: 0px;
  font-size: 19px;
}
#navbar-mobile {
  display: none;
}
#navbar-mobile .fa-1x {
  font-size: 1.6rem;
  color: var(--titleColor);
}

#navbar-mobile .navbar-collapse {
  margin: 0 33px;
  background-color: var(--IPMColorBlack);
}

#navbar-mobile .navbar-collapse ul {
  margin: 32px;
  padding: 32px 0px;
  border-top: 1px solid var(--IPMColor);
  border-bottom: 1px solid var(--IPMColor);
}

#navbar-mobile .navbar-collapse ul .dropright {
  padding-top: 64px;
  text-align: left;
}

#navbar-mobile .navbar-collapse ul .dropright .dropdown-menu {
  padding: 0;
  padding-left: 8px;
  min-width: unset;
  background: transparent;
  border: 0;
}

#navbar-mobile .navbar-collapse ul .dropright .dropdown-item {
  display: inline-block;
  width: 24px;
  padding: 0px 4px;
}

#navbar-mobile .nav-link {
  color: white;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#navbar-mobile .nav-link:hover {
  color: var(--IPMColor);
}

.navbar-toggler.toggler-example {
  cursor: pointer;
  margin-right: 10px;
}
.dark-blue-text {
  color: #ffff;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: 0;
  margin: 0;
  padding: 5px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
}
.navbar-light:hover .navbar-nav .nav-link {
  color: rgb(0, 0, 0);
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 0px 0px 0px;
}

#header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header li {
  float: right;
  margin-left: 2px;
}

#header li > a {
  display: block;
  color: var(--titleColor);
  text-align: center;
  padding: 40px 16px;
  padding-top: 10px;
  text-decoration: none;
  transition: transform 450ms;
}

#header li .dropdown {
  padding: 40px 16px;
  padding-top: 10px;
}

#header li:first-child .dropdown {
  padding-top: 6px;
}

#header li .dropdown .dropdown-menu {
  padding-top: 24px;
  min-width: unset;
  background: transparent;
  border: 0;
}

#header li .dropdown .dropdown-item {
  width: 35px;
  padding: 4px 0px;
}

#header li:hover a {
  transform: translateY(-5px);
}

@media (max-width: 1750px) {
  #header {
    padding: 0px 32px;
  }
}

@media screen and (max-width: 1206px) {
  #navbar {
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  #logo {
    display: none;
  }

  #navbar {
    display: none;
  }
  #navbar-mobile {
    float: none;
    padding: 0;
    text-align: center;
    margin: auto;
    display: block;
  }
  #navbar-mobile ul.top-navbar {
    display: block;
    text-align: center;
    padding: 10px 0;
  }

  li:hover a {
    transform: translateY(-0px);
  }

  #header {
    text-align: center;
  }

  #header {
    height: auto;
  }

  #below-header {
    text-align: center;
  }

  .below-header-text-h1,
  .below-header-text-p {
    margin-left: 0 !important;
  }
}
/* Main content section style */

.reference-and-social-media {
  width: 100%;
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reference-and-social-media .reference-block {
  padding: 10px 45px;
  border: 1px solid var(--textColor);
  font-weight: bold;
  color: var(--titleColor);
}

@media (max-width: 1700px) {
  .reference-and-social-media {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 520px) {
  .reference-and-social-media .reference-block {
    font-size: 12px;
    padding: 15px 24px;
    font-weight: bold;
    color: var(--titleColor);
  }

  .reference-and-social-media .social-media {
    display: flex;
    gap: 6px;
    text-align: center;
  }
}

.print {
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #94b7dd;
}

.print button {
  color: white;
  padding: 13px;
}

@media (max-width: 1700px) {
  .print {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.main {
  padding-top: 32px;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
}

.splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}

.splide__slide.is-active {
  opacity: 1;
}

.splide__slide img {
  width: 100%;
  height: auto;
}
.splide__arrow {
  background-color: transparent;
  height: 48px;
}
.splide__arrow svg {
  fill: var(--IPMColorBlack);
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 0;
}

.splide__arrow--next:focus,
.splide__arrow--prev:focus {
  background-color: unset !important;
  outline: none !important;
}

.main .text-container {
  padding: 0 30px;
}

.main .icon-info-blocks-container {
  margin-top: 64px;
}

.main .icon-info-block {
  gap: 32px;
  color: var(--titleColor);
  margin-bottom: 32px;
  align-items: center;
}

.main .icon-info-block p {
  margin-bottom: 0px;
}

@media (max-width: 1300px) {
  .main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1100px) {
  .main {
    grid-template-columns: 1fr;
  }

  .main .carousel {
    padding: 0 30px;
  }
}

.description-and-aminities {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
}

.description-and-aminities h2 {
  margin-bottom: 64px;
}

.description-and-aminities .description p {
  margin-bottom: 64px;
}
.description-and-aminities .amenities {
  padding: 0 30px;
}

.description-and-aminities .amenities li {
  list-style: none;
  padding: 0;
  margin-bottom: 17px;
  color: var(--titleColor);
}

.description-and-aminities .amenities li::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url("../assets/icons/Property_icons/Ameneties_Check.png");
  background-size: cover;
  margin-right: 32px;
  vertical-align: middle;
}

@media (max-width: 1700px) {
  .description-and-aminities .description {
    padding: 0px 30px;
  }
}

@media (max-width: 1300px) {
  .description-and-aminities {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1100px) {
  .description-and-aminities {
    grid-template-columns: 1fr;
  }

  .description-and-aminities .description {
    padding-bottom: 64px;
  }

  .description-and-aminities .aminities {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (max-width: 425px) {
  .description-and-aminities h2 {
    margin-bottom: 32px;
  }
}

#title {
  font-size: 50px;
}

.fa-brands {
  color: #94b7dd;
}

#Contract-type {
  display: none;
  background-color: #94b7dd;
  height: 45px;
  width: 80px;
  position: absolute;
  top: 20px;
  right: 0px;
  color: white;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.contact-us-bx24-form-re-styling .b24-form-control {
  border-radius: 0 !important;
  border: 1px solid var(--textColor) !important;
  background-color: white !important;
  padding-left: 20px !important;
  font-size: 18px !important;
  line-height: 22px !important;
}

.contact-us-bx24-form-re-styling .b24-form-control-label {
  padding-left: 20px !important;
  color: var(--textColor) !important;
  opacity: 1 !important;
}

.contact-us-bx24-form-re-styling .b24-form-btn {
  background-color: var(--IPMColor) !important;
  color: white !important;
  font-family: "obliqua", Regular !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding: 18px 32px !important;
  border: 0 !important;
  outline: none !important;
  cursor: pointer !important;
  white-space: normal !important;
  font-size: 24px !important;
  text-align: center !important;
  transition: background-color 0.3s ease-in-out !important;
  border-radius: 0 !important;
}
.contact-us-bx24-form-re-styling .b24-form-btn:hover {
  background-color: var(--IPMColorBlack) !important;
}

.contact-form-property {
  text-align: left;
}
/* popular properties section style */
#popular-properties {
  padding-bottom: 40px;
  text-align: center;
  color: #374355;
}
.popular-properties-text-h1 {
  font-size: 60px;
  padding-top: 40px;
  text-align: center;
  overflow-wrap: break-word;
}
a {
  all: unset;
  color: white;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  color: white;
  text-decoration: none;
}
.property {
  height: 720px;
  width: 400px;
  background-color: #ffffff;
  display: inline-block;
  margin-top: 50px;
  margin-left: 25px;
  border-radius: 10px;
  color: #374355;
  text-align: left;
  transition: all 0.4s ease-in-out;
  vertical-align: top;
  overflow: hidden;
  box-sizing: border-box;
}
.footer-a:hover {
  color: white;
}
.property:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.property-image-div {
  height: 60%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.property-image-div img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.property-image {
  border-radius: 10px 10px 0px 0px;
  height: 100%;
  width: 100%;
}
.property-info {
  height: 40%;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
}
.property-data {
  width: 20%;
  float: right;
  display: inline-block;
  height: 60%;
  text-align: right;
  font-size: 26px;
}
.fa-bath-2 {
  color: #374355;
  margin-top: 30px;
  font-size: 26px;
  margin-right: 20px;
}
.fa-bed-2 {
  color: #374355;
  margin-top: 30px;
  font-size: 26px;
  margin-right: 20px;
}
.property-info-h2 {
  font-size: 24px;
  padding-top: 20px;
  padding-left: 30px;
  width: 80%;
  display: inline-block;
}
.property-info-p {
  padding-top: 10px;
  padding-left: 30px;
  font-size: 20px;
  width: 80%;
}
.property-info-ref {
  padding-top: 10px;
  padding-left: 30px;
  font-size: 20px;
  width: 80%;
}
.property-info-data {
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
#printed-images {
  display: none;
}
.print-images {
  margin-top: 60px;
}

/*Footer section style*/
footer {
  background-color: var(--IPMColorBlack);
  color: white;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 60px;
}

.footer-grid h3 {
  color: white;
  margin-bottom: 25px;
}

.footer-grid p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.footer-grid .awesome-icon {
  padding: 5px;
  background-color: var(--IPMColor);
  font-size: 25px;
  color: white;
}

.footer-grid .icon-info-block {
  color: white;
}

.footer-grid .certificates {
  margin-top: 25px;
}

.contact-us-bx24-form-re-styling .b24-form-control {
  border-radius: 0 !important;
  border: 1px solid var(--textColor) !important;
  background-color: white !important;
  padding-left: 20px !important;
  font-size: 18px !important;
  line-height: 22px !important;
}

.contact-us-bx24-form-re-styling .b24-form-control-label {
  padding-left: 20px !important;
  color: var(--textColor) !important;
  opacity: 1 !important;
}

.contact-us-bx24-form-re-styling .b24-form-btn {
  background-color: var(--IPMColor) !important;
  color: white !important;
  font-family: "obliqua", Regular !important;
  font-weight: normal !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding: 18px 32px !important;
  border: 0 !important;
  outline: none !important;
  cursor: pointer !important;
  white-space: normal !important;
  font-size: 24px !important;
  text-align: center !important;
  transition: background-color 0.3s ease-in-out !important;
  border-radius: 0 !important;
}
.contact-us-bx24-form-re-styling .b24-form-btn:hover {
  background-color: var(--IPMColorBlack) !important;
}
@media (max-width: 1700px) {
  .footer-grid {
    padding: 0 30px;
  }
}

@media (max-width: 1250px) {
  .footer-grid {
    padding: 0 30px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid .form-column {
    grid-row: 2;
    grid-column: 1/3;
  }
}

@media (max-width: 620px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid .form-column {
    grid-row: unset;
    grid-column: unset;
  }
}

/*Footer copyright section style*/
#footer-copyright {
  background-color: var(--IPMColor);
  color: white;
  padding: 17px 0;
}

@media (max-width: 1700px) {
  #footer-copyright {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* scroll to top button style */
#scrollButton {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #f2f2f2;
  color: #94b7dd;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 250ms;
}

#scrollButton:hover {
  width: 52px;
  height: 52px;
  transform: translateY(-8px);
}
#scrollButton i {
  font-size: 24px;
}

/* ALL MOBILE STYLES */

@media screen and (max-width: 900px) {
  #footer-left,
  #footer-right {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 360px) {
  #title1 {
    overflow-wrap: break-word;
  }
}
@media screen and (max-width: 570px) {
  #bath-bed {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 411px) {
  #land-size {
    height: auto;
    float: left;
    display: block;
  }
}
@media screen and (max-width: 530px) {
  .left-footer-text {
    padding-left: 0px;
  }
  #footer-left {
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  .left-footer-text {
    word-wrap: break-word;
  }

  #scrollButton {
    right: 0px;
  }
}
@media screen and (max-width: 1300px) {
  .popular-properties-text-h1 {
    text-align: center;
    margin-left: 0px;
  }
  .popular-properties-text-p {
    text-align: center;
    margin-left: 0px;
  }
  .popular-properties-text-p2 {
    text-align: center;
    margin-left: 0px;
  }
  #button-view-all {
    display: block;
    float: none;
    text-align: center;
    margin-right: 0px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1712px) {
  #popular-properties {
    height: 100%;
    padding-bottom: 50px;
  }
  #properties-content {
    height: 100%;
  }
}
@media screen and (max-width: 430px) {
  .property {
    height: 620px;
    width: 100%;
    margin-left: 0px;
  }
  .property:hover {
    transform: scale(1);
  }
}
@media screen and (max-width: 340px) {
  .property {
    height: 640px;
  }
}
/* mobile styles (logo, navbar, flag icons) */

@media print {
  #footer {
    display: none;
  }
  #navbar {
    display: none;
  }
  #footer-contact-form {
    display: none;
  }

  #footer-flags-of-office {
    display: none;
  }
}
