/*
Theme Name: R2 Tower
Author: Portalworks
Version: 1.0.0
*/
/****************************************
                FONTS
****************************************/

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/open-sans-v44-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/poppins-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/****************************************
                ROOT
****************************************/

:root{
    --primary-color: #A68440;
    --secondary-color: #2D3051;
    --primary-font: 'Open Sans', sans-serif;
    --secondary-font: 'Poppins', sans-serif;
}

/****************************************
            BODY AND HTML
****************************************/

body{
    font-family: var(--primary-font);
    color: #fff;
    position: relative;
    background-color: var(--secondary-color);
}

body.no-customize-support #wp-admin-bar-wp-logo,
body.no-customize-support #wp-admin-bar-customize,
body.no-customize-support #wp-admin-bar-new-content,
body.no-customize-support #wp-admin-bar-edit{
    display: none !important;
}

/****************************************
                MAIN
****************************************/
/* 
.main-section{
    width: 2160px;
    height: 3840px;
    padding-top: 54px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0px;
}

.colum-block{
    margin-top: 41.5px;
    margin-bottom: 122px;
    height: 3488px;
    gap: 50px;
}

.column-custom{
    width: 653px;
}

.head-text{
    line-height: 1;
    font-size: 48px;
    font-weight: 600;
    background: var(--primary-color);
    min-height: 56px;
    display: flex;
    align-items: center;
    padding-left: 58px;
    margin-bottom: 10px;
}

.normal-text{
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10px;
    min-height: 42px;
}

footer{
    bottom: 0;
    width: 100%;
    height: 94px;
    background: var(--primary-color);
	width: 2160px;
}

.footer-text{
    font-size: 40px;
    line-height: 1;
}

.tenants-columns {
    column-count: 3;    
    column-fill: auto;
    overflow: hidden;
}

.tenant-group {
    display: block;
    width: 100%;
    break-inside: auto;
}

.tenant-group-start {
    display: inline-block;
    width: 100%;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
} */

.header-wrap {
    padding: 0 40px;
}
.time {
    font-family: var( --primary-font);
}
.time .clock {
    font-size: 160px;
    font-weight: 600;
    line-height: 1.2;
}
.time .date {
    font-size: 77px;
    font-weight: 400;
    line-height: 1;
}

.main-section{
    width: 2160px;
    height: 3840px;
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 0;
}

.colum-block.tenants-layout{
    margin-top: 100px;
    margin-bottom: 0;
    height: 3308px;
    width: 100%;
    display: flex;
    gap: 50px;
    overflow: hidden;
}
.tenant-col{
    flex: 0 0 995px;
    max-width: 995px;
    height: 100%;
    overflow: hidden;
}

/* Single-column mode (≤ 40 rows): col-1 spans full width */
.tenants-layout.single-column #tenant-col-1 {
    flex: 1;
    max-width: 100%;
}
.tenants-layout.single-column #tenant-col-2 {
    display: none;
}

.tenants-measure{
    position: absolute;
    left: -99999px;
    top: 0;
    visibility: hidden;
    pointer-events: none;
    width: calc((100% - 100px) / 3);
}

.tenant-start-block{
    width: 100%;
    margin-bottom: 10px;
}

.head-text{
    line-height: 1;
    font-size: 48px;
    font-weight: 700;
    font-family: var(--secondary-font);
    background: var(--primary-color);
    min-height: 56px;
    display: flex;
    align-items: center;
    padding-left: 58px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
}

.normal-text{
    font-size: 37px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10px;
    min-height: 50px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: end;
}
.normal-text.two-lines {
    display: inline;
    background-color: var(--secondary-color);
    position: relative;
}
.normal-text.two-lines .tenant-name {
    z-index: 2;
    position: relative;
    background-color: var(--secondary-color);
    padding-right: 11px;
}
.normal-text.two-lines .tenant-floor {
    float: right;
    background-color: var(--secondary-color);
    position: relative;
    z-index: 2;
    bottom: -10px;
    padding-left: 10px;
}
.normal-text.two-lines .tenant-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -45px;
}

.tenant-name {
    flex-shrink: 1;
    min-width: 0;
    max-width: 75%;
    line-height: 1.2;
}

.tenant-dots {
    flex: 1;
    border-bottom: 2px dashed currentColor;
    margin: 0 8px;
    margin-bottom: 3px;
    min-width: 10px;
}

.tenant-floor {
    flex-shrink: 0;
    white-space: nowrap;
    text-transform: uppercase;
}

footer{
    bottom: 0;
    width: 100%;
    height: 94px;
    background: var(--primary-color);
	width: 2160px;
}

.footer-text{
    font-size: 40px;
    line-height: 1;
}