.spitimou-box {
    z-index: 9999;
    position: fixed;
    width: 340px;
    height: 270px;
    bottom: 25px;
    right: 28px;
}

.opportunities-close-btn, #opportunities-link {
    display: none;
    text-decoration: none;
}

.opportunities-box .fa-house-building {
    color: #022148;
    position: absolute;
    z-index: 1;
    font-size: 1.6rem;
    margin: auto;
    padding: 12px;
}

.opportunities-box .fa-magnifying-glass {
    color: #fec90f;
    position: absolute;
    z-index: 3;
    font-size: 3rem;
    padding: 10px;
}

.opportunities-box {
    z-index: 9999;
    position: fixed;
    bottom: 20px;
    left: 25px;
    background-color: white;
    height: 65px;
    width: 75px;
    border-radius: 20px;
}

.opportunities-box:hover {
    width: 360px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 45px;
    height: 130px;
    display: flex;
}

.opportunities-box:hover .opportunities-close-btn {
    display: block;
    margin-right: 20px;
    padding: 5px 10px;
    font-size: 0.8rem;
}

.opportunities-box:hover .opportunities-close-btn, .opportunities-box:hover #opportunities-link {
    display: block;
}

.opportunities-box:hover .fa-magnifying-glass, .opportunities-box:hover .fa-house-building {
   display: none;
}

.spitimou-box img {
    border-radius: 30px;
}

.spitimou-close-btn {
    position: absolute;
    right: 25px;
    top: 20px;
}

#slider {
    position: relative;
    /*padding-bottom: 56.25%;*/
    height: 118vh;
    /*overflow-x: hidden;
    overflow-y: hidden;*/
    /*z-index: 2;*/
}

#slider iframe {
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform: scale(1.3);
}

.video-box {
    position: relative;
    overflow: hidden;
    height: 100%;
}

#video-ytlogo-blocker {
    position: absolute;
    background-color: #F7F8F9;
    height: 15%;
    bottom: 0px;
    width: 100%;
    z-index: 2;
}

#video-overlay-img {
    position: relative;
    width: 100%; 
    height: 100%;
    background: url('/img/site/video-background.png') center center / cover no-repeat;
    /*transition: opacity 0.5s ease;*/
}

#video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgb(1 14 31 / 47%) 0%, rgb(157 125 14 / 47%) 100%);
}

.top-header {
    position: absolute;
    z-index: 2;
    padding-top: 30px;
    max-width: 100%;
    right: 50%;
    transform: translate(50%, 0px);
}

.top-header .row {
    justify-content: center;
    align-items: center;
}

.top-header .navbar {
    background-color: transparent !important;
    box-shadow: none;
}

.top-header #navbarNav {
    /*justify-content: center;*/
    align-items: center;
}

#slider .dropdown:hover>.dropdown-menu {
    display: flex;
}

#slider .top-header .dropdown:hover>.dropdown-menu {
    flex-wrap: wrap;
    width: 550px;
}

/*#slider .dropdown>.dropdown-toggle:active {
    pointer-events: none;
}*/

.dropdown-lists {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
}

.nav-link:hover {
    color: #fec90f !important;
}

.dropdown-list {
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown-list p {
    font-size: 1rem;
    margin-bottom: 0px;
    font-weight: 500;
}

.top-header .nav-link {
    font-size: 0.9rem;
    color: white;
    text-transform: uppercase;
    text-indent: 5px;
    word-spacing: 5px;
    letter-spacing: 1px;
    font-weight: 600;
}

.top-header .logo {
    width: 10vw;
}

#mobile-main-nav li {
    margin-right: 15px;
}

.li-border {
    border: 1px solid #fec90f;
    border-radius: 20px;
}

.search-dropdown-title {
    display: flex;
    align-content: center;
    align-items: center;
    height: 65px;
    margin-bottom: 10px;
}

.search-dropdown-title svg {
    padding: 10px;
    border-radius: 25px;
    margin-right: 10px;
    color: #fec90f;
    background-color: #fec90f2e;
}

.main-menu-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
}

.main-menu-contact-icon {
    width: 2vw;
    margin-right: 10px;
}

span.main-menu-contact-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.property-search-submenu .last {
    background-color: var(--bs-dropdown-link-hover-bg);
    margin-top: 10px;
}

.language-flags {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 12px;
}

.language-flags .select2-selection {
    border: none !important;
    border-radius: 1.25rem !important;
    padding: 0.375rem 2rem 0.375rem 0.5rem !important;
    box-shadow: 0px 0px 0px 1px rgb(255 255 255) !important;
    background-color: transparent !important;
}

#select2-language-select-container {
    color: white !important;
}

.language-flag {
    width: 25px;
    cursor: pointer;
    margin-right: 13px;
}

.language-flags .select2-container--krajee-bs5 .select2-selection__arrow {
  display: block !important;
  position: absolute;
  right: 10px;
  top: 65%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

/* style the arrow */
.language-flags .select2-container--krajee-bs5 .select2-selection__arrow b {
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;
}

.language-flags .select2-container--krajee-bs5 .select2-selection {
  background-image: none !important;
}

#offcanvas-btn {
    height: 60px;
    width: 60px;
    cursor: pointer;
    margin: auto;
}

#offcanvas-btn div {
    width: 45%;
    height: 5px;
    background-color: white;
    margin: 2px 0;
}

.slider-text {
    position: absolute;
    top: 25%;
    right: 50%;
    transform: translate(50%, 0px);
    text-align: center;
    z-index: 1;
}

.slider-text h1 {
    color: white;
    font-size: 3.5rem;
    word-spacing: 15px;
    letter-spacing: 11px;
    font-weight: lighter;
}

.slider-text h4 {
    color: white;
    font-size: 1.5rem;
    margin-top: 20px;
    word-spacing: 3px;
    letter-spacing: 3px;
}

.property-search {
    position: absolute;
    z-index: 2;
    display: flex;
    /*width: 60%;*/
    justify-content: center;
    right: 50%;
    top: 50%;
    transform: translate(50%, 0%);
}

.property-search form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

#home-property-search-form .select2-selection,
#home-property-search-form .search-input,
#home-property-search-form .search-submit-btn {
  height: 75px !important;
  transition: height 0.3s ease;
}

/* Expanded state */
#home-property-search-form.expanded .select2-selection,
#home-property-search-form.expanded .search-input,
#home-property-search-form.expanded .search-submit-btn {
  height: 85px !important;
}

#video-overlay {
  transition: background 0.3s ease;
}

#video-overlay.darkened {
  background: #000000a1;
}

#home-mobile-property-search-form {
    display: none;
}

.property-search .fields-mobile-background {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    /*width: 100%;*/
}

#mobile-area-search .select2-selection__choice__remove {
    display: none;
}

.property-search form .form-group {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100.5%;
}

.property-search form .form-control {
    border-radius: 0px;
    height: 70px !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: none;
    border-right: none;
    border-color: #fec90f;
    flex: 1;
    min-width: 0; /* Prevents flex items from overflowing */
    margin-left: -1px;
}

.form-floating>label {
    color: #343434;
    font-weight: 500;
    padding: 0.3rem 0.1rem;
    margin-left: 1.5rem;
    border-bottom: 1px solid #cccccc7a;
    height: 30px;
}

.form-floating>label svg{
    margin-right: 5px;
}

.property-search form .select2-selection {
    border-radius: 0px;
    height: 80px !important;
    padding: 1.75rem 1.5rem .55rem !important;
    border-color: #fec90f !important;
    display: flex;
    align-items: center;
    border-right: none;
    border-left: none;
}

.search-top {
    display: flex;
    align-items: center;
}

#dropdown-code-search-btn {
    margin-right: -14px;
    background-color: #fec90f;
    color: #303a53;
}

#dropdown-code-search-btn, #mobile-code-search-btn {
    font-size: 0.8rem;
    padding: 0px;
    line-height: 14px;
    width: 160px;
    height: 30px;
    margin-left: 40px;
}

#propertysearch-propertyid {
    height: 44px !important;
    text-align: right;
    border-radius: 10px;
}

#mobile-code-search-btn {
    margin-bottom: 5px;
}

.propertyid-field-box {
    margin-right: 30px;
}

.search-id-popover {
    z-index: 9999;
}

.search-id-popover .popover-body {
    display: flex;
    padding: 10px;
}

.search-id-popover input {
    border-radius: 10px 0px 0px 10px;
}

.search-id-popover button {
    border-radius: 0px 10px 10px 0px;
    background-color: #022148;
}

.search-id-popover svg {
    color: #fec90f;
}

.type-select label {
    display: flex;
    width: 100px;
    height: 50px;
    background-color: white;
    color: black;
    align-items: center;
    justify-content: center;
    border: none;
}

.type-select label:hover {
    color: inherit;
}

#propertysearch-trntypeid .btn-check:checked+.btn,
#mobile-trntype-id .btn-check:checked+.btn {
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 1px 2px #303a53;
    font-family: 'Roboto';
    z-index: 2;
}

#propertysearch-trntypeid label.btn.btn-outline-secondary:nth-of-type(1) {
    border-radius: 10px 0px 0px 0px;
}

#propertysearch-trntypeid label.btn.btn-outline-secondary:nth-of-type(2) {
    border-radius: 0px 10px 0px 0px;
}

.field-mobile-trntype-id {
    margin-bottom: 10px;
}

#area-search .select2 {
    border-right: 1px solid #cfcfcf;
}

#propertysearch-askedvalue_to {
    border-right: 2px solid #cfcfcf;
}

.field-propertysearch-trntypeid {
    margin-bottom: 0px !important;
}

.form-floating > .select2-container--krajee-bs5 .select2-selection--multiple {
    min-height: 73px !important;
}

.select2-container--open input {
    height: 18px !important;
    padding: 10px !important;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 25px !important;
    /*padding: 2.1rem 1.5rem .55rem !important;*/
    margin: 0px !important;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
    margin: 7px 0px 0px 5px !important;
}

.area-number-btn {
    display: none;
}

/*.search-label {
    font-size: 1.2rem;
    color: var(--bs-body-color) !important;
    padding: 1rem 1.5rem !important;
}*/

.search-input {
    height: 80px;
    width: 101%;
    padding: 2.1rem 1.5rem .55rem !important;
    border-radius: 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: none;
    border-right: none !important;
    border-color: #fec90f;
}

.search-submit-btn {
    background-color: white;
    width: 100%;
    margin-top: 0px;
    margin-left: -1px;
    height: 80px;
    border-radius: 0px 20px 20px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #fec90f;
    border-right: 1px solid #fec90f;
    border-bottom: 1px solid #fec90f;
}

.property-search .btn[type='submit'] {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 10px 0px 10px 0px;
    margin: 0px 15px 0px 15px;
    background-color: #fec90f;
    color: white;
    font-weight: 500;
}

.property-search .btn[type='submit']:hover {
    background-color: #022148;
    /*color: gold;*/
}

.field-prcat-id .select2-selection {
    border-radius: 20px 0px 0px 20px !important;
}

.select2-container--open .select2-selection--multiple .select2-selection__rendered {
    padding-top: 0px !important;
    padding-bottom: 8px;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.select2 {
    width: 100% !important;
}

#mobile-area-search .select2-container {
    overflow: hidden;
}

.property-search form .select2-selection.select2-selection-choices {
    height: auto !important;
}

.select2-search--inline.select2-selection-choices {
    display: none !important;
}

.select2-container--open .select2-container--krajee-bs5 .select2-selection--multiple .select2-search--inline.select2-selection-choices {
    display: inline-block !important;
}

.group-propertysearch-areaid {
    flex-wrap: nowrap;
}

.group-propertysearch-button input {
    pointer-events: auto;
}

.filters-btn-block {
    display: none;
}

.filters-btn {
    background-color: #022148 !important;
    color: white !important;
}

.field-label {
    display: flex;
    justify-content: center;
    align-items: center;
}

#searchFiltersOffcanvas, #searchAreasOffcanvas {
    height: 100%;
}

#searchFiltersOffcanvas .offcanvas-header, #searchAreasOffcanvas .offcanvas-header {
    width: 100%;
    text-align: center;
    display: block;
}

#searchFiltersOffcanvas .offcanvas-content, #searchAreasOffcanvas .offcanvas-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: white;
    flex-direction: column;
    align-items: center;
}

#searchFiltersOffcanvas .offcanvas-body, #searchAreasOffcanvas .offcanvas-body {
    overflow-x: auto;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
}

#searchFiltersOffcanvas .select2, #searchAreasOffcanvas .select2 {
    width: 100% !important;
}

#searchFiltersOffcanvas .offcanvas-footer, #searchAreasOffcanvas .offcanvas-footer {
    display: flex;
    padding: 20px;
    border-top: 1px solid;
}

#searchFiltersOffcanvas .form-control, #searchAreasOffcanvas .form-control {
    margin-right: 7px;
    margin-left: 7px !important;
    margin-bottom: 10px;
    height: 55px !important;
}

#searchFiltersOffcanvas .select2-selection {
    padding: 10px !important;
    height: 55px !important;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 10px;
}

#searchFiltersOffcanvas .btn, #searchAreasOffcanvas .btn {
    padding: 8px;
    border: none;
}

.group-offcanvas-propertysearch-areaid ul{
    flex-wrap: wrap !important;
}

.offcanvas-backdrop {
    height: 100%;
}

.modal-submit-btn {
    padding: 8px !important;
}

#large-blocks {
    position: relative;
    background-color: #F7F8F9;
    margin-top: -75px;
    z-index: 2;
    will-change: z-index;
    padding-bottom: 70px;
}

.large-blocks-row {
    justify-content: center;
}

#blocks-background {
    background-color: #022148d1;
    position: absolute;
    height: 70%;
    width: 100%;
    margin-top: 215px;
}

#large-blocks .block-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /*border: 1px solid #fec90f;*/
    background-color: #fec90f;
    border-radius: 20px;
}

#large-blocks .block-text p {
    font-size: 1.8rem;
    color: white;
    font-weight: 200;
    margin-bottom: 0px;
}

#large-blocks .block-img {
    width: 32vw;
    height: 26vw;
    margin: auto;
}

#large-blocks .block-img img {
    object-fit: cover;
    object-position: bottom;
}

.block {
    position: relative;
}

.block-overlay {
    position: absolute;
    width: 100%;
    /* background-color: #fec90f1a; */
    background: linear-gradient(90deg, rgb(2 33 72 / 34%) 0%, rgb(254 201 15 / 32%) 100%);
    height: 100%;
    box-shadow: 0px 0px 9px 2px #3e3e3e4f;
}

.block-img::before {
    width: 100%;
    height: 100%;
}

.block-text a {
    text-decoration: none;
}

#top-areas {
    position: relative;
    padding-bottom: 45px;
    z-index: 2;
    background-color: #F7F8F9;
}

#top-areas .row {
    justify-content: center;
    padding: 140px 0px 100px 0px;
}

.top-areas-top-background {
    border-bottom-left-radius: 282% 246%;
    border-bottom-right-radius: 201% 0%;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    background-color: #FEC90F;
    height: 10%;
}

.top-areas-bottom-background {
    border-top-left-radius: 201% 0%;
    border-top-right-radius: 282% 246%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    background-color: #FEC90F;
    height: 10%;
}

/*.top-areas-left-img {
    position: absolute;
    left: 95px;
    top: 160px;
    z-index: -1;
}

.top-areas-right-img {
    position: absolute;
    right: 95px;
    bottom: 160px;
    z-index: -1;
}*/

.top-area-text {
    position: absolute;
    top: 45%;
    transform: translate(50%, 0px);
    right: 50%;
    font-size: 1.8rem;
    font-weight: 300;
    color: white;
    text-align: center;
    width: 90%;
}

.top-area-text1 {
    position: absolute;
    top: 37%;
    transform: translate(50%, 0px);
    right: 50%;
    font-size: 1.8rem;
    font-weight: 300;
    color: white;
    text-align: center;
    width: 90%;
}

.top-area-text2 {
    position: absolute;
    top: 54%;
    transform: translate(50%, 0px);
    right: 50%;
    font-size: 1.8rem;
    font-weight: 300;
    color: white;
    text-align: center;
    width: 90%;
}

.top-areas-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, 210px);
}

.area-block img {
    object-fit: cover;
}

.top-areas-grid .area-block1 {
    display: flex;
    grid-column: 1;
    grid-row: 1 / 3;
    width: 100%;
    position: relative;
    flex-direction: column;
    justify-content: center;
}

.area-block1 p {
    margin-top: 30px;
    margin-right: 110px;
    font-size: 1.2rem;
}

.top-areas-grid .area-block2 {
    display: flex;
    grid-column: 1;
    grid-row: 3;
    position: relative;
}

.top-areas-grid .area-block3 {
    grid-column: 1;
    grid-row: 3;
    position: relative;
}

.area-block1 a, .area-block2 a {
    background-color: transparent;
    border: 1px solid;
    border-radius: 20px;
    width: 50%;
    margin-top: 40px;
}

.top-areas-grid .area-block4 {
    grid-column: 2;
    grid-row: 1/3;
    position: relative;
    box-shadow: 0px 0px 5px 0px #646464;
}

.top-areas-grid .area-block5 {
    grid-column: 2;
    grid-row: 3;
    position: relative;
    box-shadow: 0px 0px 5px 0px #646464;
}

.top-areas-grid .area-block6 {
    grid-column: 3;
    grid-row: 1;
    position: relative;
    box-shadow: 0px 0px 5px 0px #646464;
}

.top-areas-grid .area-block7 {
    grid-column: 3;
    grid-row: 2;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 5px 0px #646464;
}

.top-areas-grid .area-block8 {
    grid-column: 3;
    grid-row: 3;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 5px 0px #646464;
}

.top-areas-grid .area-block9 {
    grid-column: 4;
    grid-row: 1;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 5px 0px #646464;
}

.top-areas-grid .area-block10 {
    grid-column: 4;
    grid-row: 2/4;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 5px 0px #646464;
}

.top-areas-grid .area-block11 {
    grid-column: 5;
    grid-row: 1;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 5px 0px #646464;
}

.top-areas-grid .area-block12 {
    grid-column: 5;
    grid-row: 2;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 5px 0px #646464;
}

.top-areas-grid .area-block13 {
    grid-column: 5;
    grid-row: 3;
    width: 100%;
    position: relative;
    box-shadow: 0px 0px 5px 0px #646464;
}

.area-block6 img {
    object-position: 50% 100%;
}

.top-areas-carousel-box {
    overflow: hidden;
}

.top-areas-carousel {
    padding-right: 20px;
    padding-left: 25px;
    margin-top: 30px;
}

.owl-item .area-block {
    height: 315px;
}

.owl-nav {
    display: flex !important;
    position: absolute;
    font-size: 3rem;
    top: 82px;
    left: 0px;
    width: 100%;
    justify-content: space-between;
}

.owl-nav span {
    height: 80px;
}

.owl-prev, .owl-next {
    border-radius: 30px;
    border: 1px solid #022148 !important;
    width: 40px;
    height: 40px;
    font-weight: 900 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FEC90F !important;
}

/*.owl-item {
    height: 300px;
}*/

.owl-item .area-block1 {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    color: black;
}

/*.owl-item .area-block {
    height: 100%;
    width: auto;
}*/

.owl-item.active {
    background-color: transparent !important;
}

#showcase .container {
    max-width: 100%;
}

.showcase-block {
    position: relative;
    height: 700px;
    background-image: url(/img/site/home-banner-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    overflow: hidden;
}

.showcase-block::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(2 33 72 / 80%) 0%, rgb(211 171 96 / 34%) 100%);
}

.showcase-text {
    position: absolute;
    left: 20%;
    top: 30%;
    margin-right: 35vw;
}

.showcase-text h4 {
    font-size: 1.4rem;
    font-weight: 500;
    word-spacing: 5px;
    letter-spacing: 3px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.showcase-text p {
    font-size: 1.2rem;
    color: white;
    font-weight: lighter;
    margin-bottom: 30px;
}

.showcase-text a {
    background-color: transparent;
    color: white;
    border-color: white;
    font-size: 0.9rem;
    letter-spacing: 5px;
    padding: 10px 25px 10px 25px;
    border: 1px solid;
}

#blog {
    background-color: #F7F8F9;
    padding-top: 40px;
    padding-bottom: 95px;
    position: relative;
}

.news-container {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.news-container .row {
    justify-content: center;
}

.news-container .container-title {
    color: #022148;
    z-index: 2;
    color: #022148;
    position: relative;
}

.blog-title-background p {
    text-shadow: 8px 14px 8px #dcdcdc73;
}

.container-title h3 {
    font-weight: 700;
}

.blog-title-background {
    position: absolute;
    font-size: 6.6rem;
    color: #d0d0d054;
    left: -140px;
    top: -45px;
}

.news-container-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: #022148d1;*/
    z-index: 1;
}

#blog::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    z-index: 2;
    background: url('/img/site/home_top_places_background.jpg');
}

.blog-nav a {
    float: right;
    text-decoration: none;
    color: #022148;
}

.blog-nav button {
    border: none;
    background-color: #FEC90F;
    padding: 3px 10px 3px 10px;
}

#blog .blog-list-view {
    grid-template-columns: 1fr 1fr 1fr;
}

.blog-list-view div[data-key] {
    box-shadow: 0px 0px 7px 0px #d7d7d7 !important;
    border-bottom: 3px solid #fec90f;
}

.blog-index__search {
    margin-bottom: 20px;
}

.blog-post-img {
    padding: 15px;
    width: 100%;
    height: 260px;
    padding: 0px;
}

.blog-post-img img {
    object-fit: contain;
    object-position: top left;
}

.blog-post-text {
    padding: 10px;
}

.blog-post-text h6 {
    color: #022148;
    margin-bottom: 10px;
}

.blog-post-text p {
    margin-bottom: 5px;
    color: #022148bf;
    font-size: 0.8rem;
}

.blog-post-btn a {
    background-color: transparent;
    padding: 3px;
    border: none;
}

.blog-post-btn svg {
    margin-left: 10px;
}

@media only screen and (min-width: 2401px) {
    .home-container {
        max-width: 2300px;
    }
}

@media only screen and (max-width: 2400px) {
    .home-container {
        max-width: 1770px;
    }
}

@media only screen and (max-width: 1921px) {
    .home-container {
        max-width: 1780px;
    }

    .blog-post-img {
        height: 200px;
    }
}

@media screen and (max-width: 1680px) {
    .home-container {
        max-width: 1425px;
    }

    #large-blocks .block-text p {
        font-size: 1.8rem;
    }

    .area-block1 p {
        margin-right: 70px;
    }

    .area-block1 a, .area-block2 a {
        width: 70%;
    }

    .blog-title-background {
        left: 10px;
        top: -61px;
    }

    .blog-post-img {
        height: 250px;
    }
}

@media only screen and (max-width: 1400px) {
    #slider {
        height: 118vh;
    }

    .home-container {
        max-width: 1190px;
    }

    #blocks-background {
        margin-top: 160px;
    }

    .blog-list-view {
        gap: 50px 30px;
    }

    .top-header .logo {
        width: 12vw;
    }

    .area-block1 p {
        margin-right: 40px;
    }

    .area-block1 a, .area-block2 a {
        width: 70%;
    }
}

@media only screen and (max-width: 1200px) {
    #slider iframe {
        transform: scale(1.7);
    }

    .top-header .logo {
        width: 13vw;
    }

    #blocks-background {
        margin-top: 215px;
    }

    #large-blocks .block-text p {
        font-size: 1.6rem;
    }

    #large-blocks .block-img {
        width: 34vw;
        height: 32vw;
    }

    .area-block1 p {
        margin-right: 0px;
    }

    #blog .blog-list-view {
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (min-width: 992px) {
    .desktop-hidden {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .spitimou-box {
        width: 254px;
        height: 186px;
    }

    #slider {
        height: 97vw;
        z-index: 9998;
    }

    .top-header .logo {
        width: 18vw;
    }

    .main-menu-contact-icon {
        width: 4vw;
    }

    .property-search {
        top: 37%;
    }

    #slider iframe {
        transform: scale(2);
    }

    .slider-text {
        top:17%;
    }

    .slider-text h1 {
        font-size: 3rem;
    }

    .form-floating {
        margin-bottom: 10px;
        width: 100%;
    }

    #home-mobile-property-search-form {
        display: flex;
    }

    #home-property-search-form {
        display: none;
    }

    .property-search .fields-mobile-background {
        background-color: white;
        padding: 10px;
        border-radius: 10px;
    }

    .property-search form .select2-selection {
        border-radius: 5px !important;
    }

    .select2-container--krajee-bs5 > .select2-dropdown {
        z-index: 9999 !important;
    }

    .search-submit-btn {
        height: 60px;
        border-top: none;
        border-right: none;
        border-bottom: none;
    }

    .property-search .btn[type='submit'] {
        border-radius: 20px 20px 20px 20px;
    }

    .field-propertysearch-trntypeid {
        margin-bottom: 10px !important;
    }

    .mobile-hidden2 {
        display: none;
    }

    #propertysearch-trntypeid label.btn.btn-outline-secondary:nth-of-type(1) {
        border-radius: var(--bs-btn-border-radius);
        margin-right: 10px;
    }

    #propertysearch-trntypeid label.btn.btn-outline-secondary:nth-of-type(2) {
        border-radius: var(--bs-btn-border-radius);
    }

    span.select2-selection.select2-selection--multiple {
        /*border-radius: 5px 0px 0px 5px !important;*/
    }

    .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__rendered {
        flex-wrap: nowrap;
    }

    .input-group {
        flex-wrap: nowrap;
    }

    .area-number-btn {
        display: none;
    }

    .property-search .btn[type='submit'] {
        border-radius: var(--bs-btn-border-radius);
    }

    .property-search form .select2-selection, .property-search form .form-control{
        border-right: 1px solid #fec90f;
        border-left: 1px solid #fec90f;
        border-radius: 5px;
    }

    .property-search .group-offcanvas-propertysearch-areaid .select2-selection {
        height: auto !important;
    }

    .filters-btn-block {
        display: block;
    }

    .home-container {
        max-width: 890px;
    }

    #video-ytlogo-blocker {
        display: none;
    }

    #large-blocks {
        margin-top: 0px;
        z-index: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #blocks-background {
        margin-top: 135px;
    }

    #large-blocks .block-text p {
        font-size: 1.4rem;
    }

    .area-block1 {
        padding-right: 40px;
        padding-left: 40px;
    }

    .area-block {
        height: 210px;
    }

    .area-block1 p {
        margin-right: 0px;
    }

    .area-block1 a, .area-block2 a {
        width: 30%;
    }

    .owl-nav {
        top: 130px;
    }

    .top-area-text {
        top: 42%;
    }

    .showcase-text {
        top: 17%;
    }

    .blog-title-background {
        font-size: 5.5rem;
        left: -5px;
        top: -28px;
    }

    .blog-post-img {
        height: 245px;
    }
}

@media only screen and (max-width: 768px) {
    #slider {
        height: 135vw;
    }

    #slider iframe {
        transform: scale(2.5);
    }

    .top-header .logo {
        width: 24vw;
    }

    .main-menu-contact {
        display: none;
    }

    .language-flags-box {
        display: none;
    }

    .top-header .navbar {
        display: none;
    }

    .mobile-hidden {
        display: none;
    }

    .property-search {
        top: 37%;
    }

    .block {
        margin-bottom: 40px;
    }

    #blocks-background {
        margin-top: 75px;
    }

    #large-blocks {
        padding-bottom: 0px;
    }

    #large-blocks .block-img {
        width: 70vw;
        height: 49vw;
    }

    .top-areas-container {
        max-width: 100%;
    }

    .area-block1 a, .area-block2 a {
        width: 47%;
    }

    .showcase-text {
        top: 21%;
        left: 11%;
        margin-right: 19vw;
    }

    .blog-index__search .nav-item {
        margin-bottom: 20px;
    }

    #blog .blog-list-view {
        gap: 20px 20px;
    }

    .blog-list-view div[data-key] {
        width: 250px !important;
    }

    .blog-title-background {
        left: 15px;
        top: -33px;
    }

    .blog-post-img {
        height: 230px;
    }
}

@media only screen and (max-width: 576px) {
    .spitimou-box {
        width: 220px;
        height: 169px;
    }

    #slider {
        height: 154vw;
    }

    #slider iframe {
        transform: scale(2.8);
    }

    .top-header {
        max-width: 100%;
    }

    .top-header .logo {
        width: 30vw;
    }

    .slider-text h1 {
        font-size: 2rem;
    }

    .property-search {
        top: 37%;
    }

    #searchFiltersModal {
        top: -120px;
    }

    #large-blocks .block-img {
        width: 70vw;
    }

    #large-blocks .block-text p {
        font-size: 1.6rem;
    }

    #blocks-background {
        margin-top: 51px;
    }

    .top-areas-heading hr {
        display: none;
    }

    .top-areas-top-background {
        /*height: 5%;*/
    }

    .area-block1 a, .area-block2 a {
        width: 65%;
    }

    .area-block1 p {
        margin-right: 0px;
    }

    .owl-item .area-block {
        height: 265px;
    }

    .owl-nav {
        top: 113px;
    }

    .showcase-text {
        left: 5%;
        top: 17%;
        margin-right: 13vw;
    }

    .blog-title-background {
        font-size: 4.5rem;
        left: 15px;
        top: -17px;
    }

    #blog .blog-list-view {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .blog-list-view div[data-key] {
        width: 300px !important;
    }
}

@media only screen and (max-width: 480px) {
    .spitimou-box {
        width: 206px;
        height: 157px;
        bottom: 8px;
        right: 9px;
    }

    #slider {
        height: 160vw;
    }

    #slider iframe {
        transform: scale(3.4);
    }

    .top-header .logo {
        width: 40vw;
    }

    .slider-text h4 {
        font-size: 1.4rem;
    }

    .property-search {
        top: 43%;
    }

    .fields-mobile-background label, #offcanvas-area-search label {
        display: none;
    }

    .property-search form .select2-selection {
        height: 45px !important;
        padding: 10px !important;
    }

    .form-floating>.select2-container--krajee-bs5 .select2-selection--multiple .select2-search__field {
        padding: 10px !important;
    }

    .form-floating > .select2-container--krajee-bs5 .select2-selection--multiple {
        min-height: 40px !important;
    }

    .select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__rendered {
        padding-top: 0px !important;
    }

    #large-blocks .block-img {
        width: 80vw;
        height: 62vw;
    }

    #blocks-background {
        margin-top: 83px;
        height: 60%;
    }

    #top-areas {
        padding-bottom: 0px;
    }

    .top-areas-carousel-box {
        flex-wrap: wrap;
    }

    .area-block1 a, .area-block2 a {
        width: 67%;
    }

}

@media only screen and (max-width: 420px) {
    #slider {
        height: 190vw;
    }
    
    #slider iframe {
        transform: scale(3.4);
    }

    .showcase-text {
        left: 5%;
        top: 11%;
        margin-right: 13vw;
    }

    .showcase-text a {
        padding: 5px;
    }

    .slider-text h4 {
        font-size: 1.2rem;
    }

    #large-blocks .block-text p {
        font-size: 1.4rem;
    }

    .top-areas-carousel {
        margin-top: 50px;
    }

    .area-block1 a, .area-block2 a {
        width: 79%;
        margin-top: 20px;
    }

    .blog-title-background {
        font-size: 3.5rem;
        left: 35px;
        top: -2px;
    }

    .blog-post-img {
        height: 240px;
    }
    
}

@media only screen and (max-width: 360px) {
    #slider {
        height: 210vw;
    }

    .property-search {
        top: 44%;
    }

    #large-blocks .block-img {
        width: 84vw;
        height: 70vw;
    }

    #slider iframe {
        transform: scale(3.8);
    }

    .showcase-text {
        left: 4;
        top: 10%;
        margin-right: 4vw;
    }
}

@media only screen and (max-width: 320px) {
    #large-blocks .block-img {
        width: 80vw;
    }

    #slider iframe {
        transform: scale(4.5);
    }

    .blog-list-view div[data-key] {
        width: 210px !important;
    }

    #blocks-background {
        margin-top: 81px;
    }
}