
*{box-sizing:border-box}
.mobile{display:none}

.main-layout{
    padding:0 !important
}

.place-topbar{
    position: absolute;
    top:15px;
    left:15px
}

.title{
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: 100;
    font-family: 'Roboto Condensed Bold';
    color:#fff;
    text-shadow:  2px 4px 3px rgba(0,0,0,0.3);
    font-size: 26px;
}

.place-wrapper{
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top:50px;
    background-position: center;
    width: 100%;
}
.layout{
    display:flex;
    justify-content: flex-start;
    height: 100%;
}

.place-mobile-area{
    width: 39%;
    margin: 0 1% 0 3%;
    display: flex;
    align-items: center;
    justify-content:flex-start;
   
}
.place-desc-area{
    width: 45%;
    margin: 0 0 0 12%;
    display: flex;
    align-items: flex-start;
    margin-top: 35px;
}

.mobile-img{
    object-fit: cover;
    width: auto;
    height: calc(100vh - 350px );
    margin-left:7%
}
.header{
    font-size: 100px;
    color:#fff;
    text-shadow:  0px 3px 0px #b2a98f,
    0px 14px 10px rgba(0,0,0,0.15),
    0px 24px 2px rgba(0,0,0,0.1),
    0px 34px 30px rgba(0,0,0,0.1);
    font-family: "Roboto Condensed";
    margin-bottom:30px;
    font-weight: 900;
    line-height: 110px;
}
.place-desc-container{
    font-size: 34px;
    font-family: "Roboto Condensed";
    text-shadow: 2px 4px 3px rgba(0,0,0,0.4);
    color:#fff;
    line-height: 40px;
}

.invitation-container{
    margin-top:15px;
}

.invitation-text{
    font-size: 32px;
    font-family: "Roboto Condensed";
    text-shadow:  2px 4px 3px rgba(0,0,0,0.3);
    color:#fff;
    line-height: 40px;
    margin-right: 30px;
}

.btn-block{
    margin: 30px 0 0 0 !important;
    width: unset !important;
    margin-top:20px
    
}
.btn-container{
    justify-content: flex-start !important;
    display: flex
}

.app-btn{
    width: 200px !important;
    height: 59px !important;
}

.app-store-big{
    background-image: url(../images/appStore_big.png);
    margin-left: 20px;
}

.google-play-big{
    background-image: url(../images/googlePlay_big.png);
}

.mobile-resolution{
    display:none
}

.logo-text{
    background-image: url("../images/logo_text_short.png");
    background-size: 280px auto;
    background-repeat: no-repeat;
    width: 280px;
    height: 31px;
    margin-left: 15px;
    margin-top: 0
}

.logo{
    width: 200px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    
}


.logo-container{
    display: flex;
    align-items: flex-end;
    margin-left:10px
}

.footer-wrapper{
    position: absolute ;
    bottom: 0;
    width: 100%;

}

.footer-content{
    background-color: transparent !important;
    gap:30px
}
.footer-copyright{
    width: unset !important;
}

@media only screen and (max-width: 599px){
    .place-desc-container {
        font-size: 24px;
        line-height: 30px;
        color:#fff;
        text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.6); 
    }

    .app-btn{
        width: 140px !important;
        height: 41px !important;
        background-size: 140px 41px;
    }

    .logo-text{
        background-size: 180px auto;
        width: 180px;
        height: 20px;
    }
    .logo{
        width: 150px;
        height: 33px;
    }
    .logo-container{
        margin-left:10px
    }
    
}

@media only screen and  (max-width: 767px){
    .footer-copyright{
        display: none !important;
    }
    .footer-content{
        gap:0 !important;
    }

    .mobile-resolution{
        display:block;
        position: absolute;
        left: 0;
        bottom:35px
    }
}

@media only screen  and (max-width: 1024px){

    .desktop{display:none}
    .mobile{display: block;}

    .place-topbar{
        left:0
    }

    .title{
        font-size: 24px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .place-wrapper{
        padding-top: 50px;
        background-position: top center;
        background-size: cover;
        min-height: 100dvh;
        height: unset;
    }

    .layout{
      display: block;  
      height: unset;
    }

    .place-desc-area {
        width: 100%;
        margin:0;
        padding:15px;
        display: block;
       
        position: relative;
    }

    .place-desc-inner{
        position: absolute;
        top:25px;
        width: calc(100% - 35px) !important
    }

    .place-mobile-area{
        display: none;
    }

    .mobile-resolution{
        display:block;
        position: absolute;
        left: 0;
        bottom:35px
    }

    .header{
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 10px;
        width: 100%;
        text-shadow:  2px 4px 3px rgba(0,0,0,0.4);
        color:#fff
    }
    
    

    .invitation-container{
        
    }

    .invitation-text{
        font-size: 24px;
        line-height: 28px;
        text-shadow:  2px 4px 3px rgba(0,0,0,0.3);
        color:#fff
    }
    .btn-container{
      display: flex;

    }
    .btn-block{
        margin: 20px 0 0 0 !important;
        width:100%;
    }

   
    
}


