
@font-face {
    font-family: 'NexaBook';
    src: url('../fonts/NexaBook.ttf')
}

html{
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100vh;  /* This ensures the body takes the full viewport height */
    background-color: #0B223F;
    background-image: url("../images/main-background1.png");
    background-attachment: fixed; /* This ensures the background remains fixed */
    background-position: center;  /* Center the background */
    background-repeat: no-repeat;  /* No repeat */
    background-size: cover;  /* Cover the viewport */
    overflow: hidden;  /* Ensure no scroll on the body */
}
.content {
    height: 100vh;  /* 100% of the viewport height */
    overflow-y: scroll;  /* Allow vertical scroll */
    padding: 1rem; /* Optional, for some spacing */
}

input{
    width: 100%; 
    padding: 15px 15px; 
    margin: 8px 0; 
    display: inline-block; 
    border: 1px solid #ccc; 
    box-sizing: border-box; 
}
img{
    max-width: 100%;
    text-align:center;
}
a {
    text-decoration: none;
    color: white;
}
a:hover{
    color:  #f16700;
}
table {
  border-collapse: collapse;
  border: none;
}
td{
    padding-left: 0px !important;
}
input,  select {
    height: 40px;
    margin: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1{
    font-size: 3rem;
    font-weight: 800;
}
h4{
    font-weight: 800;
}
ul{
    list-style: none;
    padding: inherit;
    line-height: 30px;
    display: flex;
    flex-direction: column; 
}

.height-50{
    height: 50px;
}
.font-weight-800{
    font-weight: 800;
}
.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.btn{
    border-radius: inherit;
}
.btn-min{
    min-width: 215px;
    margin: auto;
}
.main-background{
    background-color: #0B223F;
    background-image: url("../images/main-background1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
/*    min-height: 600px;*/
}
#googlemaps {
    min-height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: visible;
}
#body {
    position: relative;
    z-index: 1; 
    height: 100%;
}
.bg-experience{
    background-color: #0B223F;
    background-image: linear-gradient(
      -180deg,
      #0E214D 0%,
      rgba(14, 33, 77, .9) 100%
    ),
    url("../images/experience-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
}
.font-orange{
    color:  #f16700;
}
.light-text{
    opacity: .8;
}
.font-14{
    font-size: 14px;
    font-weight: 300;
}
.bg-blue{
    background-color: #1570EF
}
.bg-orange{
    background-color: #f16700;
}
.bg-lightorange{
    background: rgba(220, 104, 3, 0.50);
}
.bg-btnorange{
    background: #DC6803;
}
.bg-btnorangelight{
    background: #F79009;
}
.bg-btngreen{
    background: #039855;
}
.bg-btgreenlight{
    background: #0EB86A;
}
.bg-navyblue{
   background: #09173E;
;
}
.bg-darkblue{
    background-color: #071734;
}
.bg-lightblue{
    background: rgba(21, 112, 239, 0.50);
}
.bg-newblue{
    background: #1D3B6B;
}
.bg-blue{
    background: #0E214D;
}
.bg-arrowBlue{
    background-color: #152D5C;
}
.border-chart{
    border:  #000000 solid 1px;
}
.font-300{
    font-weight: 300;
}
.actionHover:hover{
    background-color:  #1570EF;
    border: none;
}

.bg-arrowBlue:hover{
    background-color: #1570EF;
}
.container-cta{
    display: flex;
}
.cta-text {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
  }
.custom-btn {
  border:3px solid white;
  background-color: transparent;
  color: white;
  transition: all 0.3s; /* Smooth transition effect */
}

.custom-btn:hover {
  background-color: white;
  color: black;
}

.item {
    border-color: white;
    padding: 20px; /* Adjust as needed */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional: adds a subtle shadow */
    background-color: #f7f7f7; /* Optional: background color for the item */
    transition: transform .2s; /* Optional: smoothens the hover effect */

    /* If you wish to scale the item on hover for a nice effect */
    /* &:hover {
        transform: scale(1.05);
    } */
}

.box-orange{
    background: rgba(181, 71, 8, 0.20);
}
.box-orange:hover{
    background: #B54708;
}
.box-blue{
    background: rgba(23, 92, 211, 0.20);
}
.box-blue:hover{
    background: var(--blue-700, #175CD3);
}
.box-green{
    background: rgba(2, 122, 72, 0.20);
}
.box-green:hover{
    background: var(--green-700, #027A48);
}
.cta-btn {
  display: none;
  margin: auto;
  width: 50%;
}

.box:hover .cta-btn {
  display: block;
  margin-top: auto;
}
.icon-enlarged{
    font-size: 6rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.p-spacing{
    line-height: 27px;
}
.scroll{
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 500px;
}
.flex-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch; 
}
.flex-item {
    flex: 1;
    margin-right: 15px;
    flex-basis: calc(25% - 15px); /* Set a base width for the item; 15px is for the margin */
}

.flex-item:last-child {
    margin-right: 10px;
}
.property-boxes{
    background: #0E214D;
    padding: .6rem;
    display: flex;
    align-items: center;

}
.property-boxes:hover{
    background-color: #f16700;
}
.flex-container-awards{
    display: flex;
    justify-content: space-evenly; 
    flex-wrap: wrap;
    align-items: stretch; 
}
.flex-item-awards {
    flex: 1;
    margin-right: 15px;
    align-self: center;
}
.awards-boxes img{
    transition: opacity 0.3s ease; 
    opacity: 0.5; 
}

.awards-boxes:hover img{
        opacity: 1;
}

.owl-item {
    display: flex !important;
    flex-direction: column !important;
}

.text-content {
    display: flex;
    padding: 10px 0; 
    flex: 1 0 auto; /
}

.text-content i {
    margin-right: 10px; 
}
.fa-lg{
    line-height: 20px;
}
.stars{
    padding: 10px 0;  
    margin-left: 25px;
    color:  #FDB515;
    text-align: center;
}
.form-check {
    display: flex !important;
}
.iti{
    display: block !important;
    color: black;
}
.iti__flag {background-image: url("../../intl-tel-input/build/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../../intl-tel-input/build/img/flags@2x.png");}
}


@media (max-width: 767px) {
  .container-cta {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
    .flex-item {
        flex-basis: calc(50% - 15px); /* Make each item half the container width minus the margin on mobile */
    }
}

@media (max-width: 900px) {
    .property-boxes{
        font-size: 14px;
        margin-top: 1rem;
    }
    .flex-item {
    margin-right: 10px;
    }
    .property-boxes img{
        margin-left: 0px !important
    }
}
@media only screen and (max-width: 400px) {
    #action-btn {
     text-align: center;
    }
} 


@media only screen and (min-width: 2000px) {
    .main-background{
      min-height: 750px;
    }
}    