/*!
Theme Name: bagebi
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bagebi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bagebi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
@font-face {
    font-family: 'HThin';
    src: url('./fonts/HelveticaNeueLTGEO-35Thin.eot');
    src: url('./fonts/HelveticaNeueLTGEO-35Thin.eot?#iefix') format('embedded-opentype'),
    url('./fonts/HelveticaNeueLTGEO-35Thin.woff2') format('woff2'),
    url('./fonts/HelveticaNeueLTGEO-35Thin.woff') format('woff'),
    url('./fonts/HelveticaNeueLTGEO-35Thin.ttf') format('truetype'),
    url('./fonts/HelveticaNeueLTGEO-35Thin.svg#HelveticaNeueLTGEO-35Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HMedium';
    src: url('./fonts/HelveticaNeueLTGEO-65Medium.eot');
    src: url('./fonts/HelveticaNeueLTGEO-65Medium.eot?#iefix') format('embedded-opentype'),
    url('./fonts/HelveticaNeueLTGEO-65Medium.woff2') format('woff2'),
    url('./fonts/HelveticaNeueLTGEO-65Medium.woff') format('woff'),
    url('./fonts/HelveticaNeueLTGEO-65Medium.ttf') format('truetype'),
    url('./fonts/HelveticaNeueLTGEO-65Medium.svg#HelveticaNeueLTGEO-65Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.map iframe {
    width: 100%;
}

.map-2 iframe {
    width: 100%;
    height: 300px;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "HThin", sans-serif !important;
}

body {
    font-family: "HMedium", sans-serif !important;
    /*background: #F4F4ED !important;*/
    color: #7e7e7e !important;
}

/*.pagepiling .section {*/
/*    background: #F4F4ED !important;*/
/*}*/


#wp-advanced-search {

}

#wp-advanced-search select {
    height: 48px;
    -webkit-appearance: none
}

.SearchButton {
    display: inline-block;
    width: 100%;
    height: 48px;
    background: #4f7ab7;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 13px;
    font-family: HThin;
    transition: 0.3s;
    border: none;
}

.SearchButton:hover {
    color: #fff;
    text-decoration: none;
    background: #4162ac;
}

.ContentDiv222 {
    padding-bottom: 0;
}

.ContentDiv222 .Image {
    width: 100%;
}

.ContentDiv222 .Info {
    padding-left: 60px;
}


.ImageText {
    display: inline-block;
    width: 100%;
    height: 920px;
    float: left;
    position: relative;
    margin-top: 50px;
}

.ImageText .Image {
    width: 100%;
    height: 100%;
    position: relative;
}

.ImageText .Image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(57, 57, 102, 0.5);
}

.ImageText .Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ImageText .Info {
    position: absolute;
    bottom: 150px;
    z-index: 99;
    width: 100%;
}

.ImageText .Info .container {
    padding-right: 20%;
}

.ImageText .Info .Name {
    color: #fff;
    font-family: HThin;
    font-feature-settings: 'case' on;
    font-size: 54px;
}

.ImageText .Info .Text {
    color: #fff;
    font-size: 14px;
    font-family: HMedium;
    font-weight: normal;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .ImageText {
        height: auto;
    }

    .ImageText .Info {
        bottom: 0px;
        position: relative;
    }

    .ImageText .Info .Name {
        font-size: 32px;
    }

    .ImageText .Image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .ContentDiv {

    }

    .ContentDiv222 .Info {
        padding-left: 0;
        padding-top: 0px;
    }

    .ContentDiv222 .Info .Title {
        font-size: 23px;
    }

    .ContentDiv .Image {
        height: auto;
        margin-bottom: 20px;
    }

    .ImageText {
        min-height: 250px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .ImageText .Info {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ImageText .Info .Name {
        font-size: 23px;
    }

    .VideoDiv {
        height: 230px !important
    }


}

.FlatSlide {
    margin:20px 0
}

.FlatSlide .Item {
    background: #fff;
    display: inline-block;
    float: left;
    width: 100%;
    transition: 0.3s;
    position: relative;
    margin-bottom: 30px;
}

.FlatSlide .Item .Image {
    padding: 30px;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
}


.FlatSlide .Item .Info {
    width: 100%;
    padding: 0px 40px 20px 40px;
    display: inline-block;
    float: left;
}

.FlatSlide .Item .Info .Title1 {
    font-size: 24px;
    color: #4f7ab7;
    font-family: HThin;
    margin-bottom: 23px;
}

.FlatSlide .Item .Info .List1 {
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 9px;
}

.FlatSlide .Item .Info .List1 span {
    color: #4d4c5a;
    opacity: 0.5;
    font-size: 12px;
    width: 100%;
    position: relative;
    left: 1px;
}

.FlatSlide .Item .Info .List1 label {
    color: #3a3c3e;
    font-size: 16px;
    font-family: HThin;
    width: 100%;
}

.FlatSlide .Item .Info .List1 label i {
    font-family: HThin;
    font-size: 8px;
    position: relative;
    top: -4px;
    font-style: normal;
}

.FlatSlide .Item:hover {
    background: #4f7ab7;
}

.FlatSlide .Item:hover .Title1 {
    color: #fff;
}

.FlatSlide .Item:hover .Info .List1 span {
    color: #fff;
}

.FlatSlide .Item:hover .Info .List1 span {
    color: #fff;
}

.FlatSlide .Item:hover .Info .List1 label {
    color: #fff;
}

.FlatSlide .Item:after {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}



.ChangeButtons .Button2 {
    display: inline-block;
    float: left;
    height: 34px;
    line-height: 34px;
    font-family: HThin;
    font-feature-settings: 'case'on;
    font-weight: bold;
     background: #e5dfd1;
    color: #000;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    
    /*margin-top: 22px;*/
    margin-left: 2px;
    cursor: pointer;
    transition: 0.3s
}

.ChangeButtons .Button2:hover,
.ChangeButtons .Button2.active {
    background: #4162ac;
}






.ContentRight .ChangeButtons .Button2:hover,
.ContentRight .ChangeButtons .Button2.active {
   background: #4162ac;
    color: #fff;
}

.ContentRight .Image {
    margin-top: 50px;
}

.ContentRight .Image div {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.ContentRight .Image div.active {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.ContentRight .Image img {
    max-height: 400px;
}

.ContentRight .Image a {
    display: inline-block;
    position: relative;
}

.ContentRight .Image a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 1
}

.ContentRight .Image img {
    display: inline-block;
}

.ContentRight .Image:after {
    content: "\f00e";
    font: normal normal normal 14px/1 FontAwesome;
    width: 60px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -25px;
    background: #4f7ab7;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    opacity: 0;
    transition: 0.3s;
    text-align: center;
}

.ContentRight .Image:hover:after {
    opacity: 1
}

.ContentRight .ChangeButtons {
    display: inline-block;
}



.FlatInfoDiv {
    width: 550px;
    background: #fff;
    padding: 57px 90px;
    margin-top: 40px;
    box-shadow: 0 0 80px rgba(45, 62, 101, 0.2);
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
}

.FlatInfoDiv .FlatHead {
    width: 100%;
    text-align: center;
}

.FlatInfoDiv .FlatHead span {
    color: #2c51a3;
    font-size: 45px;
    font-family: HThin;
    font-feature-settings: 'case'on;
    /* float: left; */
    width: 100%;
    text-align: center;
}

.FlatInfoDiv .FlatHead span label {
    font-size: 30px;
    position: relative;
    top: -20px;
}

.FlatInfoDiv .FlatHead div {
    display: inline-block;
    float: right;
    height: 34px;
    line-height: 34px;
    font-family: HThin;
    font-feature-settings: 'case'on;
    background: #4f7ab7;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    margin-top: 22px;
}

.FlatInfoDiv .InfoList {
    padding-top: 0;
    width: 100%;
    padding: 0 20px;
}

.FlatInfoDiv .InfoList .List {}

.FlatInfoDiv .InfoList .List li {
    list-style: none;
    display: flex;
    /* float: left; */
    width: 100%;
    border-bottom: solid #f5f5f5 1px;
    padding-top: 8px;
    padding-bottom: 5px;
    font-family: HThin;
    font-feature-settings: 'case'on;
    justify-content: space-between;
}

.FlatInfoDiv .InfoList .List li span {
    color: #507ab7;
    font-size: 18px;
    font-family: HThin;
    font-feature-settings: 'case'on;
    font-weight: bold;
}

.FlatInfoDiv .InfoList .List li div {
    display: inline-block;
    float: right;
    font-family: HThin;
    font-feature-settings: 'case'on;
    color: #507ab7;
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: bold;
}

.FlatInfoDiv .InfoList .List li div label {
    font-size: 9px;
    position: relative;
    top: -5px;
}

.FlatInfoDiv .Info {
    width: 100%;
    display: inline-block;
    margin-top: 100px;
}

.FlatInfoDiv .Info .DownloadButton {
    height: 50px;
    line-height: 50px;
    font-family: HThin;
    font-feature-settings: 'case'on;
    text-transform: uppercase;
    color: #fff;
    background: #4f7ab7;
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12.5px;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}

.FlatInfoDiv .Info .DownloadButton:hover {
    background: #4f7ab7
}

.FlatInfoDiv .Info .FlootSocial {
    float: right;
    display: inline-block;
    height: 50px;
    border: solid #4f7ab7 1px;
    line-height: 50px;
}

.FlatInfoDiv .Info .FlootSocial a {
    padding-left: 38px;
    padding-right: 38px;
    color: #4f7ab7;
    position: relative;
    font-size: 16px;
    transition: 0.3s;
}

.FlatInfoDiv .Info .FlootSocial a:hover {
    color: #4f7ab7;
}

.FlatInfoDiv .Info .FlootSocial a:first-child:after {
    content: '';
    position: absolute;
    right: -4px;
    top: 1px;
    height: 14px;
    width: 1px;
    background: #4f7ab7;
}



.secondary {
    padding:0 !important;
}

.section-bg:After {
    position:absolute;
    content: '';
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#00000075
}


.choose_floor {
    width: 100%;
    font-size: 1rem;
    border-radius: 0.75em;
    color: #3d3d3d;
    background-color: #fff;
    border: 0;
    border: 1px solid #d1d1d1;
    border-radius: 0;
    padding: 0.2rem 1rem 0;
    height: 3.6em;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}

.custom-model-main {
            text-align: center;
            overflow: hidden;
            position: fixed;

            /* z-index: 1050; */
            -webkit-overflow-scrolling: touch;
            outline: 0;
            opacity: 0;
            -webkit-transition: opacity 0.15s linear, z-index 0.15;
            -o-transition: opacity 0.15s linear, z-index 0.15;
            transition: opacity 0.15s linear, z-index 0.15;
            z-index: -1;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .model-open {
            z-index: 99999;
            opacity: 1;
            overflow: hidden;
            position: absolute;
            bottom: 73px;
            right: 13px;
        }

        .custom-model-inner {
            -webkit-transform: translate(0, -25%);
            -ms-transform: translate(0, -25%);
            transform: translate(0, -25%);
            -webkit-transition: -webkit-transform 0.3s ease-out;
            -o-transition: -o-transform 0.3s ease-out;
            transition: -webkit-transform 0.3s ease-out;
            -o-transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out;
            transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
            display: inline-block;
            vertical-align: middle;
            width: 400px;
            margin: 30px auto;
            max-width: 97%;
        }

        .custom-model-wrap {
            display: block;
            width: 100%;
            position: relative;
            background-color: #f9f9f9;
            border: 1px solid #999;
            border: 1px solid rgba(0, 0, 0, 0.2);
            border-radius: 6px;
            -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            background-clip: padding-box;
            outline: 0;
            text-align: left;
            padding: 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            max-height: calc(100vh - 70px);
            overflow-y: auto;
        }

        .model-open .custom-model-inner {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            position: relative;
            z-index: 999;
        }

        .model-open .bg-overlay {
            background: rgba(0, 0, 0, 0.6);
            z-index: 99;
        }

        .bg-overlay {
            background: rgba(0, 0, 0, 0);
            height: 100vh;
            width: 100%;
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
            -webkit-transition: background 0.15s linear;
            -o-transition: background 0.15s linear;
            transition: background 0.15s linear;
        }

        .close-btn {
            position: absolute;
            right: 10px;
            top: -10px;
            cursor: pointer;
            z-index: 99;
            font-size: 30px;
            color: #000;
        }

.popbutton {
            background-color: navajowhite;
            color: black !important;
            font-family: Regular;
            border: 1px solid navajowhite;
            font-size: 15px;
            width: 200px;
            height: 50px;
            border-radius: 5px;
            padding-left: 15px;
        }

        .pop123 {
            border-radius: 7px !important;
            margin-top: 15px;
            height: 60px !important;
            font-size: 18px !important;
            text-indent: 10px;
            font-family: Regular;
            width: 100%;
        }

        .pop123::placeholder {
            font-family: Regular;
            color: navajowhite;
        }

        .popbutton:hover {
            border: 2px solid navajowhite;
        }

        .pop-up-content-wrap {
            display: flex !important;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .formm {
            display: flex !important;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
        }

        @media screen and (min-width: 800px) {
            .custom-model-main:before {
                content: "";
                display: inline-block;
                height: auto;
                vertical-align: middle;
                margin-right: -0px;
                height: 100%;
            }
        }

        @media screen and (max-width: 799px) {
            .custom-model-inner {
                margin-top: 45px;
            }

            .textpop1 {
                font-size: 25px;
            }
        }


        @media only screen and (max-width: 600px) {
            .model-open {
                right: 30px;
                width: 325px;
                top: 0px;
            }
        }

           
/* =========================================================
   Dark mode compatibility layer (safe overrides)
   ========================================================= */
html.dark-mode body{
  background: #0b1220 !important;
  color: #eaf0ff !important;
}

html.dark-mode h1, html.dark-mode h2, html.dark-mode h3,
html.dark-mode h4, html.dark-mode h5, html.dark-mode h6{
  color: #eaf0ff !important;
}

/* Common white cards used in theme pages */
html.dark-mode .FlatInfoDiv,
html.dark-mode .FlatSlide .Item,
html.dark-mode .custom-model-wrap{
  background: rgba(255,255,255,0.06) !important;
  color: #eaf0ff !important;
}

html.dark-mode .FlatInfoDiv .InfoList .List li{
  border-bottom-color: rgba(234,240,255,0.14) !important;
}
