/* You can add global styles to this file, and also import other style files */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
@font-face {
    font-family: Bicyclette_Thin;
    src: url('../lakedata/assets/fonts/Bicyclette-Thin.woff') format('woff');
}
@font-face {
    font-family: Bicyclette_Light;
    src: url('../lakedata/assets/fonts/Bicyclette-Light.woff') format('woff');
}
@font-face {
    font-family: Bicyclette_Normal;
    src: url('../lakedata/assets/fonts/Bicyclette-Regular.woff') format('woff');
}
@font-face {
    font-family: Bicyclette_Bold;
    src: url('../lakedata/assets/fonts/Bicyclette-Bold.woff') format('woff');
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
    font-family: Bicyclette_Lighter, Helvetica, sans-serif;  
}

html {
    font-family: Bicyclette_Light;
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
}
/*----------logo effect----------*/
.lcp-fake-logo {
    display: flex;
     align-items: center; 
     justify-content: center;
    transition: transform 1s ease, opacity 1s ease;
    width: 40%;

    /* Start full size, full opacity */
    transform: scale(1);
    opacity: 1;
  }
  
  /* Trigger this class to animate */
  .lcp-fake-logo.fade-zoom {
    transform: scale(0.5);
    opacity: 0;
  }
  
  

/*----------MOBILE HEADER----------*/
header {
    width: 100%;
    height: 100vh;
    padding: 40px 0;
    position: relative;
    overflow-x: hidden;
}
/*mobile video*/
.bg-vid-container{
    opacity: 1;
    display: block;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    object-fit: cover;
}
.bg-vid-container video{
    height: 100vh;
    z-index: -1;
    top: 0;
    left: 0;
    object-fit: cover;
}
#bgVideo {
  transition: opacity 1s ease;
  display: block;
}
.header-titles {
    width: 80%;
    margin: 0 auto;
    max-width: 680px;
    /*height: 70vh;*/
    display: flex;
    flex-direction: column;
    justify-content: top;
}
.header-titles h1 {
    font: normal normal 100 40px Bicyclette_Normal;
    color: #FFFFFF;
    padding-bottom: 40px;

    text-shadow:
  1px 1px 2px rgba(7, 7, 7, 0.245);
}
.header-titles h2 {
    font: 20px / 26px Bicyclette_Normal;
    color: #FFFFFF;
    text-shadow:
  1px 1px 2px rgba(7, 7, 7, 0.706);
}
.header-titles .cta-btn {
    display: none;
}
/*----------MOBILE MODAL - VIZIONARE----------*/
.modal {
    width: 100vw;
    height: 95%;
}
.modal-dialog {
    width: 90%;
    max-width: 1048px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.modal-content {
    width: auto;
    background-color: #1F3082;
    height: max-content;
    align-self: center;
    padding: 40px;
    background-image: url("../lakedata/assets/media/pattern/Artwork14_1.svg"), url("../lakedata/assets/media/pattern/brand_icon.svg");    
    background-repeat: no-repeat;
    background-size: 360px, 90px;
    background-position: center top -4%, right 40px bottom;
}
.modal-content.o {
    background-color: rgba(255, 255, 255, 0);
    height: max-content;
    justify-items: center;
    margin: auto;
    width: 100%;
    max-width: 900px;
    padding: 80px 0 0;
    height: 100%;
    background-image: none;
}
.modal-header{
    border: none;
}
.modal-header {
    padding: 0;
    display: block;
}
.modal-header h5 {
    width: 100%;
    padding-top: 90px;
    color: #CCCCCC;
    font: normal normal lighter 24px Bicyclette_Thin;
}
.modal-header .close {
    cursor: pointer;
    background-color: #fff;
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    z-index: 101;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none !important;
}
.modal-header .close-icon {
    color: #1F3082;
    font-size: 22px;
}
.modal-header .close:hover {
    transform: none;
    transition: none;
    background-color: #fff;
    border-radius: 5px;
    opacity: 1;
}
.modal-body,.modal-body-brosura{
    padding: 0;
    display: grid;
    height: max-content;
    grid-template-columns: repeat(auto-fit, minmax(1fr, 262px));
    grid-template-rows: min-content;
}
.modal-body p,.modal-body-brosura p {
    color: #CCCCCC;
    font: normal normal lighter 14px/22px Bicyclette_Light;
    padding: 25px 0 35px;
}
.modal-body form,.modal-body-brosura form{
    height: min-content;
}
.modal-body .modal-form,.modal-body-brosura .modal-form{
    border: none;
    border-radius: 0;
    width: 100%;
    height: 36px;
    font: normal normal normal 14px/18px Bicyclette_Light;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: none;
    padding-left: 10px;
    margin-bottom: 5px;
    outline: none !important;
}
.modal-form::placeholder {
    font: normal normal normal 14px/18px Bicyclette_Normal;
    color: #CCCCCC;
}
#modal-mesaj {
    height: 89px;
    width: 100%;
    padding: 10px;
    font: normal normal normal 14px/18px Bicyclette_Light;
    resize: none;
    /*remove the resize handle on the bottom right*/
}
:root {
    --form-control-color: #fff;
}
.privacylink1{
    display: flex;
    align-items: center !important;
    margin: 23px 0 0;
    height: 23px;
    column-gap: 9px;
}
.form-control1{
    font: normal normal normal 12px Bicyclette_Normal;
    color: #fff;
    align-self: center;
    height: min-content;
    width: auto;
}
#ppLink {
    text-decoration: underline;
    font: normal normal normal 12px Bicyclette_Normal;
    color: #00A2E2;
    text-transform: lowercase;
    letter-spacing: 0;
    cursor: pointer;
}
#checkbox1 {
    padding: 0;
    min-width: 23px !important;
}
#checkbox3 {
    padding: 0;
    width: 23px !important;
}
#form-home form input[type="checkbox"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    height: 23px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}
#form-home form input[type="checkbox"]::before {
    content: "";
    width: 15px;
    height: 15px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    /* Windows High Contrast Mode */
    background-color: #fff;
}
#form-home input[type="checkbox"]:checked {
    background-color: #1F3082 !important;
    color: #fff;
}
#form-home input[type="checkbox"]:checked::before {
    transform: scale(1);
}
form .modal-button,form .modal-button-brosura {
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    background-color: transparent;
    font: normal normal bold 10px Bicyclette_Bold;
    letter-spacing: 0.78px;
    padding: 16px 12px 14px 12px;
    width: fit-content;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    margin: 25px 0 74.5px !important;
    outline: none !important;
}
.modal-button.deactive,.modal-button-brosura.deactive{
    opacity: 50%;
    pointer-events: none;
}
form h6{
    display: block;
    margin: 10px 0 0 32px;
    font: normal normal normal 11px Bicyclette_Normal;
    color: #00A2E2;
}
/* MOBILE FIXED BUTTON*/
header .cta-btns {
    width: 100vw;
    height: auto;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 100;
}
.cta-btns a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff !important;
    font: normal normal bold 10px Bicyclette_Bold;
    letter-spacing: 1px;
}
.cta-brosura {
    width: 50%;
    height: 60px;
    background-color: #1F3082;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    cursor: pointer;
    color: #FFFFFF;
}
.cta-brosura a {
    padding-top: 2px;
}
.cta-brosura img {
    height: 17px;
}
.cta-visionare {
    width: 50%;
    height: 60px;
    background-color: #00A2E2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    cursor: pointer;
}
#cta-viz-icon {
    color: #fff;
    font-size: 15px;
}
/*----------MOBILE PAGE CONTENT----------*/
.intro-tag{
    width: 80%;
    margin: 60px auto;
    max-width: 680px;
}
.tag-section {
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
/*tags style*/
.tag{
    width: 320px;
    height: max-content;
    background-color: #fff;
    padding: 40px 25px;
    box-shadow: 0px 34px 76px #33BBD51F;
    border-radius: 0px 30px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s ease-out;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.tag .blueCircle{
    width: 200px;
    height: auto;
    margin: 0 auto;
    align-self: center;
}
.tag h3 {
    font: normal normal 100 30px Bicyclette_Normal;
    color: #949494;
    text-align: center;
    padding: 10px 0 20px;
} 
.tag p {
    font: normal normal normal 16px/24px Bicyclette_Light;
    text-align: center;
}
body p {
    width: auto;
    text-align: left;
    font: normal normal normal 18px/26px Bicyclette_Light;
    color: #818181;
}
body h3{
    font: normal normal normal 30px/28px Bicyclette_Normal;
    color: #FFFFFF;
}
.sec-img {
    width: 80%;
    margin: 60px auto;
    max-width: 680px;
    object-fit: cover;
}
.sec-img img{
    width: 100%;
    object-fit: cover;
}
.sec-img2 {
    width: 100%;
    margin: 60px auto 0;
    max-width: 1088px;    
    object-fit: contain;
}
.sec-img2 img{
    width: 100%;
    object-fit: contain;    
}
.flat-types {
    background-color: #1F3082;
    padding: 60px 10%;
}
.types-wrapper {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.types-wrapper .type{
    width: 100%;
    margin: 0 auto;
    max-width: 400px; /*to change*/
    background-color: #FFFFFF;
    border-radius: 0 30px ;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.types-wrapper .type img{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-radius: 0 30px;
}
.types-wrapper .type h4{
    color: #1F3082;
    padding-bottom: 0px;
    font: normal normal normal 24px/26px Bicyclette_Normal;
}
.types-wrapper .type p{
    padding: 0 0 20px;
    font-size: 20px;
}
.btn-flats{
    width: 200px;
    height: 60px;
    margin: 20px auto 10px;
    background-color: #00A2E2;
    text-align: center;
    display: flex;
    font: normal normal 100 14px Bicyclette_Normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #FFFFFF; 
}
.sec-loc{
    width: 80%;
    margin: 60px auto;
    max-width: 680px;
}
.sec-loc .btn-brosura{
    width: 200px;
    height: 60px;
    margin: 40px auto;
    background-color: #1F3082;
    display: flex;
    font: normal normal 100 14px Bicyclette_Normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #FFFFFF; 
    text-decoration: none !important;
}
.sec-loc h4{
    color: #1F3082;
    font: normal normal normal 30px/28px Bicyclette_Normal
}
.sec-form h3{
    color: #FFFFFF;
    padding: 40px 0;
}
.sec-form {
    width: 100%;
    margin: 60px auto 0;
    background-color: #00A2E2;
}
.form-wrapper {
    max-width: 576px;
    width: 80%;
    margin: 0 auto;
    height: auto;
    padding: 20px 10px;
}
/*----------MOBILE FORM----------*/
#form-home{
    height: min-content;
}
#form-home .modal-form {
    border: none;
    border-radius: 0;
    width: 100%;
    height: 40px;
    font: normal normal normal 18px / 26px Bicyclette_Light;
    color: #818181;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: none;
    padding-left: 10px;
    margin-bottom: 5px;
    outline: none !important;
}
#form-home .modal-form::placeholder {
    font: normal normal normal 18px / 26px Bicyclette_Light;
    color: #818181;
}
#form-home #modal-mesaj{
    height: 89px;
    width: 100%;
    padding: 10px;
    font: normal normal normal 18px / 26px Bicyclette_Light;
    color: #818181;
    resize: none; /*remove the resize handle on the bottom right*/
}
:root {
    --form-control-color: #fff;
} 
#form-home .privacylink1 {
    display: flex;
    align-items: center !important;
    margin: 25px 0 0;
    height: 23px;
    column-gap: 9px; 
}
#form-home .form-control1{
    font: normal normal normal 14px Bicyclette_Normal;
    color: #fff;
    align-self: center;
    height: min-content;
    width: auto;
}
#form-home #ppLink{
    text-decoration: underline;
    font: normal normal normal 14px Bicyclette_Normal;
    color: #1F3082;
    text-transform: lowercase;
    letter-spacing: 0;
    cursor: pointer;
}
#form-home #checkbox1{
    padding: 0;
    min-width: 23px !important;
}
#form-home #checkbox3 {
    padding: 0;
    width: 23px !important;
}
#form-home form input[type="checkbox"]{
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
      font: inherit;
    color: currentColor;
    height: 23px;
    width: 23px;
    transform: translateY(-0.075em);
      display: grid;
    place-content: center;
}
#form-home form input[type="checkbox"]::before {
    content: "";
    width: 15px;
    height: 15px;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    /* Windows High Contrast Mode */
    background-color: #fff;
}
#form-home input[type="checkbox"]:checked{
    background-color: #1F3082 !important;
    color: #fff;
}
#form-home input[type="checkbox"]:checked::before {
    transform: scale(1);
}
#form-home form .modal-button{
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    background-color: transparent;
    font: normal normal bold 10px Bicyclette_Bold;
    letter-spacing: 0.78px;
    padding: 16px 12px 14px 12px;
    width: fit-content;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;
    margin: 30px 0 74.5px !important;
    outline: none !important;
}
#form-home .modal-button.deactive, .modal-button-brosura.deactive{
    opacity: 50%;
    pointer-events: none;
}
#form-home form h6, #form-home .footer3 h6 {
    display: block;
    margin: 10px 0 0 32px;
    font: normal normal normal 11px Bicyclette_Normal;
    color: #00A2E2;
}
#form-home .nr-rooms {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 10px !important;
    margin-top:3px;
}
#form-home .nr-rooms label{
    font: normal normal normal 18px Bicyclette_Light;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}
/*----------MOBILE FOOTER----------*/
footer {
    width: 100%;
    padding: 120px 0 160px;
    background-color: #1F3082;
    background-image: url("../lakedata/assets/media/pattern/Artwork14_1.svg");    
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center top -40px;
}
.footer-wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 680px;
}
.footer-wrapper p {
    color: #FFFFFF;
}
.footer-logos {
    width: 100%;
    display: flex;
    gap: 50px;
    margin-bottom: 60px;
}
.footer-logos img {
    max-width: 150px;
}
.contact {
    margin: 40px 0;
}
footer span{
    font: normal normal bold 22px/24px Bicyclette_Bold;
    letter-spacing: 0px;
    color: #005BA8;
    padding-right: 16px;
    cursor: pointer;
}
footer a{
    font: normal normal bold 22px/24px Bicyclette_Bold;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-decoration: none;
    margin: 0;
}
.footer2-socialMedia{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-content: left;
    margin: 60px 0 26px;
    height: 40px ;
    column-gap: 40px;
}
.footer2-socialMedia img{
    fill: #1F3082;
    cursor: pointer;
    width: 40px;
    height: 40px;;
}
@media only screen and (min-width:1110px) {
    /*---------- HEADER----------*/
    body p {
        text-align: center;
        max-width: 720px;
        margin: 0 auto;
    }
    header {
        width: 100%;
        height: 100vh;
        padding: 60px 0;
    }
    /*mobile video*/
.bg-vid-container video{
    width: 100vw;
}
    .header-titles {
        width: 83%;
        max-width: 1088px;
        justify-content: center;
    }
    .header-titles h1 {
        font-size: 50px;
    }
    .header-titles h2 {
        font: 24px / 30px Bicyclette_Normal;
        max-width: 600px;
        padding-bottom: 40px;

        
    }
    .header-titles .cta-btn {
        display: block;
        color: #FFFFFF;
        font: normal normal normal 100 12px Bicyclette_Normal;
        width: 400px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    /*--------MODAL - VIZIONARE--------*/
    .modal {
        margin: 0 auto;
        height: 90%;
    }
    .modal-dialog {
        max-width: 1048px;
        margin: 1.75rem auto;
    }
    .modal-content {
        width: 1048px;
        padding: 150px 147px 0 147px;
    }
    .modal-content.o {
        width: auto;
        height: 90vh;
        padding: 0 0;
    }
    .modal-header h5 {
        font: normal normal lighter 30px Bicyclette_Thin;
        padding-bottom: 25px;
        padding-top: 20px;
    }
    .modal-body, .modal-body-brosura {
        column-gap: 55px;
    }
    .modal-body p,    .modal-body-brosura p {
        width: max-content !important;
        grid-column: 1;
        padding-top: 0;
        font: normal normal lighter 16px/22px Bicyclette_Light;
    }
    .modal-body form,    .modal-body-brosura form{
        grid-column: 2;
        width: 398px;
    }
    #checkbox1{
        padding: 0;
        width: 23px !important;
    }
    .form-control1 {
        font: normal normal normal 14px Bicyclette_Light;
        width: 100%;
        display: flex;
        column-gap: 3px;
    }
    .form-control3,    form h6{
        font: normal normal normal 14px Bicyclette_Light;
        width: 100%;
    }
    #ppLink{
        font: normal normal normal 14px Bicyclette_Light;
    }
    .privacylink1 {
        width: 100% !important;
    }
    /* fixed buttons */
    header .cta-btns {
        display: none;
    }
    .cta-visionare {
    height: 40px;
    }
    .cta-visionare a{
        font: normal normal 100 12px Bicyclette_Normal !important;
    }
/*----------PAGE CONTENT----------*/
.intro-tag{
    width: 83%;
    max-width: 1088px;
}
.tag{
    width: 400px;
    padding: 40px 35px 50px;
}
.sec-img {
    width: 83%;
    max-width: 800px;
}
.sec-img img{
    max-height: 500px;
    object-position: bottom;
}
.sec-img2 {
    width: 83%;
    max-height: 300px; 
}
.sec-img2 img{
    max-height: 300px;
    object-fit: cover;
    object-position: center;
}
.flat-types h3{
    text-align: center;
}
.types-wrapper .type{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.types-wrapper .type img{
    width: auto;
    align-self: center !important;
    max-height: 300px;
    padding-bottom: 10px;
}
.btn-flats {
    width: 400px;
    height: 40px;
    font: normal normal 100 12px Bicyclette_Normal;
}
.sec-loc{
    width: 83%;
    max-width: 1088px;
}
.sec-loc .btn-brosura{
    height: 40px;
    font: normal normal 100 12px Bicyclette_Normal;
    align-self: center;
}
.sec-form h3{
    text-align: center;
}
.sec-loc h4{
    text-align: center;
    margin-bottom: 40px;    
}
.sec-loc p {
    max-width: none !important;
}
/*----------FORM----------*/
#form-home {
    grid-column: 2;
    width: 500px !important;
    margin: 0 auto !important;
}
#checkbox1 {
    padding: 0;
    width: 23px !important;
}
.form-control1{
    width: 100%;
    display: flex;
    margin-bottom: 0 !important;
    align-items: center;
    column-gap: 3px;
} 
.form-control3, form h6{
    width: 100%;
} 
#ppLink {
    color: #1F3082;
} 
.privacylink1 {
    width: 100% !important;
}
.nr-rooms {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}
/*----------FOOTER----------*/
footer {
    padding:150px 0 80px;
    background-size: 60%;
    background-position: center top -120px;
}
.footer-wrapper {
    width: 83%;
    max-width: 1088px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.footer-wrapper p {
    max-width: 500px;
}
.contact {
    margin: 0;
}
}
