/*
Theme Name: Olive Hotel
Author: I Am
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
Text Domain: olive-hotel
*/

@media screen and (max-width: 1459px){
	header ul.menu {
		column-gap: 20px;
	}
}
@media screen and (max-width: 1370px){
	header ul.menu {
		column-gap: 12px;
	}
}
@media screen and (max-width: 1310px){
	header ul.menu > li:not(:first-child) {
		margin-left: 0;
	}
}

.scroll-top {
    font-size: 0;
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.scroll-top .button {
	align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    padding: 12px;
    transition: all .3s ease;
    width: 50px;
    background-color: #ffffff;
    border: 1px solid #ccc6c6;
    border-radius: 0;
    cursor: pointer;
    text-align: center;
}
.scroll-top .button:hover {
	background-color: #d0ac75;
    border-color: #d0ac75;
}
.scroll-top .button svg {
	transform: rotate(180deg);
    fill: #151b2a;
    transition: all .3s ease;
}
.flats-widget {
    z-index: 0;
}
.investments-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1px;
    row-gap: 1px;
	max-width: 1440px;
    margin: auto;
	padding: 0 20px;
}
@media screen and (max-width: 767px){
	.investments-list {
		grid-template-columns: 100%;
	}
}
.investments-list__title > div:first-child {
    padding-bottom: 0 !important;
}
.investments-list .card {
	border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    row-gap: 30px;
    transition: all .3s ease;
    text-align: left;
}
.investments-list a {
	text-decoration: none!important;
}
.investments-list .card img {
	aspect-ratio: 16 / 9;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.investments-list .card .content {
    padding: 0 20px;
    position: relative;
}
.investments-list .card .title {
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.investments-list .card .info {
    align-items: center;
    border-top: 1px solid #ccc6c6;
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 20px;
    row-gap: 20px;
}
.investments-list .card .info span:nth-child(2) {
    flex: 1;
}
.investments-list .card .info span {
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: flex;
    white-space: nowrap;
}
.investments-list .card .info svg {
    height: 46px;
    width: 46px;
}
.hero {
	z-index: 1;
	background-color: #fff;
}
.hero-photo {
	height: 100%;
    width: 100%;
	position: absolute;
	background-size: cover;
    background-position: center;
}
@media screen and (max-width: 1199px){
	.hero-photo {
		position: relative;
		aspect-ratio: 16/9;
	}
}

@media screen and (max-width: 767px) {
	.virtual-tour__container {
		aspect-ratio: 4/3;
	}
}

@media screen and (max-width: 420px) {
	.virtual-tour__container {
		aspect-ratio: 1/1;
	}
}

