/* 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_Light;
    src: url('./fonts/Bicyclette-Light.woff') format('woff');
}
@font-face {
    font-family: Bicyclette_Normal;
    src: url('./fonts/Bicyclette-Regular.woff') format('woff');
}
@font-face {
    font-family: Bicyclette_Bold;
    src: url('./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;
  }


/*----------MOBILE NAVBAR----------*/ 
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    width: 100%;
    background-color: #282560;
    font-family: Bicyclette_Normal;
    font-weight: normal;
}
.navWrapper{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    position: relative;
}
.logo{
    width: 40%;
}
.logo img{
    height: 40px;
    cursor: pointer;
}
/*nav burger*/
.navlinks{
    position: absolute;
    right: 0px;
    height: fit-content;
    top: 55px;
    background-color: #282560;
    opacity: 100%;
    width: 130px;
    transform: translate(100%);
    transition: transform 0.5s ease-in;display: none;
}
.navlinks ul {
    padding: 0 0 20px 30px;
    display: flex;
    flex-direction: column;
}
.navlinks ul li {
    margin-top: 30px;
}
.navlinks ul li a{
    font: normal normal bold 12px Bicyclette_Light;
    letter-spacing: 0.58px;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.navlinks a:after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 4.5px;
    left: 0;
    background-color: #0e6aa9;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    bottom: -0.7rem;
}

.navlinks a:hover:after{
    transform: scaleX(1);
    transform-origin: bottom left;
}
.nav-active{
    display: flex;
    flex-direction: column;
    justify-content: start;
    transform: translate(0%);
}

.burger {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    z-index: 101;
    padding: 3px 0 0 1.5px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;


}
.burger div{
    width: 22px;
    height: 1.5px;
    background-color: #fff;
    margin: 7.5px;
    transition: all 0.5s ease;
    border: 2px solid var(---1f3082);
    border-radius: 15%;
    opacity: 1;   
}   
/* this are the lines moving after click*/
.toggle .line1{
    margin-top: 1.2rem;
    transform: rotate(-45deg) translate(1px, -2px);

    
}
.toggle .line2{
    opacity: 0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-14px, -14px);
}


.greyBar, .linkRo {
    display: none !important;
} 
.lang{
    position: absolute;
    right: 20px;
    padding-top: 2px;
}

.flexRow a{
    display: inline-block;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.11rem;
    font-size: 9pt;
    transition: 0.5s;
    font-family: Bicyclette_Bold;
    font-weight: normal;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

}
.flexRow a:hover{
    color: #0e6aa9;
}    


/*----------MOBILE HEADER----------*/     

.header {
    height: calc(100vh - 5rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: left center;
    background-image: url('./media/header\ image_final.png'); 
    background-size: cover;
}
.wrapperHeader {
    display: flex;
    flex-direction:column;
    justify-content: start;
    align-items: left;
    width: 70%;
    max-width: 1088px;
}
.header h3 {
    font: normal normal normal 20px Bicyclette_Normal;
    letter-spacing: 2px;
    line-height: 25px;
    color: #25a8e0;
    margin: 0 0 8px 0;
}
.header h1 {
    font: normal normal bold 37px Bicyclette_Bold;
    line-height: 43px;
    letter-spacing: 2px;
    color: #fff;
    margin: 4.8px 0 0;
}
.marg1 {
    margin-top: 0;
}

header .btnProjects{
    margin-top: 40px;
    font: normal normal normal 15px Bicyclette_Normal;
    font-weight: normal;
    width: 8rem;
    height: 2.8rem;
    background-color: #0e6aa9;
    border: none;
    border-radius: 3px;
    padding: 15.2px 4.8px 16px;
    color: #fff;
    letter-spacing: 1.6px;
    cursor: pointer;
    outline: none !important;
    transition: all 0.25s;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  
}
header .btnProjects:hover {
    transform: translatey(-0.25em);
}
/*---------- MOBILE ABOUT US ----------*/ 
.aboutUs {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 0;

    background-image: url('./media/Asset\ 4.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100px;
}
.aboutUs h4 {
    font: normal normal lighter 32px Bicyclette_Light;
    letter-spacing: 1.12px;
    color: #0e6aa9;
}
.blueBar {
    margin:40px auto 48px;
    border-color: none;
    background-color: #25a8e0;
    height: 6px;
    width: 81px;
}
.aboutUs p {
    font: normal normal lighter 18px Bicyclette_Light;
    color: #212121;
    text-align: center;
    line-height: 28px;
    letter-spacing:1px;
    width: 80%;
    max-width: 680px;
}

/*---------- MOBILE ECHIPA MOTIVATA ----------*/ 
.echipaMotivata {
    background-color:#d3eef9;
    padding: 80px 0; 
    height: min-content !important;
}
.echipaMotivata .content {
    width: 80%;
    max-width: 680px;
    margin: 0 auto;
}
.echipaMotivata h4 {
    font: normal normal normal 18.6px Bicyclette_Normal;
    letter-spacing: 1.28px;
    color: #0e6aa9;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.echipaMotivata p {
    font: normal normal lighter 16px Bicyclette_Light;
    letter-spacing: 0.64px;
    line-height: 24px;
}
.echipaMotivata button {
    margin: 32px 0 0;
    width: 112px;
    background-color: transparent;
    font: normal normal normal 15px Bicyclette_Normal;
    padding: 12.8px 4.8px 9.6px;
    letter-spacing: 1.6px;
    color: #0e6aa9;
    border: solid 0.1rem #0e6aa9;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    transition: all 0.25s;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

}
.echipaMotivata button:hover{
    transform: translatey(-0.25em);
}
.secondImg {
    display: none;
}

/*---------- MOBILE SERVICES ----------*/ 
.services {
    height: auto;
    padding: 80px 0;
    background-color: #282560;
    background-image: url('./media/Asset3_1.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100px;
}
.services h4 {
    width: 80%;
    margin: 0 auto;

    font: normal normal normal 18.6px Bicyclette_Normal;
    letter-spacing: 1.28px;
    color: #25a8e0;
    margin-bottom: 32px;
    text-transform: uppercase;
    text-align: center;
}
.services p {
    width: 80%;
    max-width: 680px;
    margin: 0 auto;

    font: normal normal lighter 16px Bicyclette_Light;
    letter-spacing: 0.64px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
.theServices {
    width: 80%;
    margin: 64px auto 0;
    align-items: start;
    justify-content: center;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 64px;
}
.ser {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.ser img{
    object-fit:contain;
    width: 50px;
    height: auto;
    margin-bottom: 25px;
}

.ser h3 {
    font: normal normal normal 18.6px Bicyclette_Normal;
    letter-spacing: 1.28px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.ser p {
    width: 90%;
}

/*---------- MOBILE INVESTITIA ----------*/ 
.investitii {
    height: auto;
    padding: 80px 0 110px;
    margin: 0 auto;
    width: 80%;
    max-width: 680px;

    background-image: url('./media/Group3.png');
    background-repeat: no-repeat;
    background-position: bottom 30px center;
    background-size: 100px;
}
.investitii h4 {
    font: normal normal normal 24px Bicyclette_Normal;
    letter-spacing: 1.28px;
    color: #0098cf;
    margin-bottom: 32px;
    text-transform: uppercase;
    text-align: center;
}
.investitii p {
    font: normal normal lighter 16px Bicyclette_Light;
    letter-spacing: 0.64px;
    line-height: 24px;
    color: #191819;
    text-align: center;
}
.text-calc {
    margin-top: 50px;
}
.invest-text h3 {
    font: normal normal normal 18.6px Bicyclette_Normal;
    letter-spacing: 1.28px;
    line-height: 22px;
    color: #0098cf;
    margin-bottom: 20px;
}
.invest-text p {
    text-align: left;
    width: 85%;
    max-width: 500px;
}
.calculator {
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    margin-top: 42px;
    gap: 20px;
}
.calculator p {
    font: normal normal bold 12px/24px Bicyclette_Normal;
    letter-spacing: 0.78px;
    color: #0098cf;
    text-transform: uppercase;
    text-align: left;
}
#calcP {
    display: flex;
    flex-direction: column;
}
.calcone{
    border: none;
    width: 100%;
    max-width: 300px;
    height: 35px;
    margin-bottom: 30px;
    padding-left: 14px;
    font: normal normal normal 16px Bicyclette_Normal;
    color: #00A2E2;
    border-radius: 4px;
    background-color: #ecf8fe;
    outline: none !important;
}
.calcone::placeholder{
    font: normal normal normal 16px Bicyclette_Normal;
    color: #0098cf;
}
.labelandimput{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 14px 0 45px;
}
.labelandimput label{
    font: normal normal normal 14px/18px Bicyclette_Normal;
    color: #0098cf;
    padding-left: 3px;
}
.labelandimput input[type="radio"]{
    /* 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;

    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #00A2E2;
    background-color: transparent;
    cursor: pointer;
}
.labelandimput input[type="radio"]:checked{
    background-color: #00A2E2;
}
.calc-btn{
    border: none;
    border-radius: 3px;
    background: #0e6aa9;
    padding-top: 3px;
    width: 135px;
    height: 46px;
    font: normal normal bold 12px Bicyclette_Normal;
    letter-spacing: 0.78px;
    color: #FFFFFF;
    text-transform: uppercase;
    cursor: pointer;

    
}
.rectangle {
    border-top: 1px dashed #0e6aa9;
    margin-top: 20px;
    padding-top: 40px;
}
.rectangle input{
    background-color: transparent;
    border: none;
    height: 35px;
    margin-bottom: 30px;
    font: normal normal 100 16px Bicyclette_Normal;
    color: #00A2E2;
}
.rectangle input::placeholder{
    font: normal normal 100 16px Bicyclette_Normal;
    color: #00A2E2;
}

/*---------- MOBILE PROJECTS ----------*/ 
.projects {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-color: #282560;
}
.projects h4 {
    font: normal normal lighter 32px Bicyclette_Light;
    letter-spacing: 1.12px;
    color: #fff;
    text-align: center;
}
.projects p {
    font: normal normal lighter 18px Bicyclette_Light;
    color: #fff;
    text-align: center;
    line-height: 28px;
    letter-spacing:1px;
    width: 80%;
    max-width: 680px;
    margin: 0 auto;
}
.threeProjects{
    width: 100%;
    margin: 64px auto 0;
    display:grid;
    grid-template-columns:1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 24px ;
}
.projectsBtns2, .projectsBtns3, .projectsBtns1{
    width: 280px;
    height: 280px;
    margin: 0 auto;
    filter: grayscale(100%);
    transition: all 0,5s;
    display: flex;
    align-items: center;
    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

}
#thelake {
    background-image: url('./media/TheLakeHome_preview.jpg');
    background-size: cover;
}
#theriver {
    background-image: url('./media/TheRiverChalet_preview.jpg') ;
    background-size: cover;
}
#riverHotel {
    background-image: url('./media/TheRiverHotel_preview.jpg') ;
    background-size: cover;
}
.aGreyBlock2 {
    height: 93%;
    width: 93%;
    margin: auto;
    background-color: #414141;
    opacity: 90%;
    background-image: url('./media/Logos/TLH_logo_white.png');
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.7s;
    cursor: pointer;
}
.aGreyBlock3 {
    height: 93%;
    width: 93%;
    margin: auto;
    background-color: #414141;
    opacity: 90%;
    background-image: url('./media/Logos/TRC_logo_white.png');
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.7s;
    cursor: pointer;
}
.aGreyBlock1 {
    height: 93%;
    width: 93%;
    margin: auto;
    background-color: #414141;
    opacity: 90%;
    background-image: url('./media/Logos/TRH_logo_white.png');
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.7s;
    cursor: pointer;
}
#thelake:hover, #theriver:hover, #riverHotel:hover{
    filter: grayscale(0%);
}
#thelake .aGreyBlock2:hover{
    background-color: #ffffff;
    background-image: url('./media/Logos/TLH_logo.png')
}
#theriver .aGreyBlock3:hover{
    background-color: #ffffff;
    background-image: url('./media/Logos/TRC_logo.png')
}
#riverHotel .aGreyBlock1:hover{
    background-color: #ffffff;
    background-image: url('./media/Logos/TRH_logo.png')
}


/*---------- MOBILE ECHIPA ----------*/    
.echipa {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;

    background-image: url('./media/Asset\ 4.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100px;
}
.echipa h4 {
    font: normal normal lighter 32px Bicyclette_Light;
    letter-spacing: 1.12px;
    color: #0e6aa9;
    text-align: center;
}
.echipa h3 {
    font: normal normal lighter 18px Bicyclette_Light;
    color: #212121;
    text-align: center;
    line-height: 28px;
    letter-spacing:1px;
    width: 80%;
    max-width: 680px;
    margin: 0 auto;
}

.teamTable {
    width: 95%;
    max-width: 680px;
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-template-rows: auto;
    column-gap: 3%;
    row-gap: 24px;
}
.memberBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    outline: none !important;
    position: relative;
        /* transition open member box*/
        -webkit-transition: all 0.7s;
        -moz-transition: all 0,7s;
        transition: all 0,7s;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

}
.memberBox img{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    filter: grayscale(100%);
        /* transition open member box*/
        -webkit-transition: all 0.7s;
        -moz-transition: all 0,7s;
        transition: all 0,7s;
}
.memberBox img:hover {
    filter: grayscale(0);
    opacity: 1;
        /* transition open member box*/
        -webkit-transition: all 0.7s;
        -moz-transition: all 0,7s;
        transition: all 0,7s;

}
.memberBox h5 {
    margin: 16px 0 0;
    font: normal normal normal 10.66px Bicyclette_Normal;
    text-align: center;
    color: #363636;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.memberBox h6 {
    font: normal normal normal 10px/19px Bicyclette_Normal;
    text-align: center;
    color: #ADADAD;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.memberBox .description {
    display: none;
}
/*open*/
.memberBox.active img{
    opacity: 0.5;
        /* transition open member box*/
        -webkit-transition: all 0.7s;
        -moz-transition: all 0,7s;
        transition: all 0,7s;
}
.memberBox.active .description{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding: 0 11px;
    font: normal normal normal 11px/14px Bicyclette_Normal;
    letter-spacing: 0.3px;
    text-align: center;
    color:#212121;
    background-color: rgba(255, 255, 255, 0.901);
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
        /* transition open member box*/
        -webkit-transition: all 0.7s;
        -moz-transition: all 0,7s;
        transition: all 0,7s;
}
.memberBox.opacity {
    opacity: 0.5;
}
.memberBox.opacity:hover{
    opacity: 1;
}
/*---------- MOBILE MEDIA ----------*/    
.media {
    width: 100%;
    height: auto;
    background-color: #d3eef9;
    padding: 80px 0;
    margin: 0 auto;
}
.media h4 {
    font: normal normal lighter 32px Bicyclette_Light;
    letter-spacing: 1.12px;
    color: #0e6aa9;
    text-align: center;
}
.media p {
    font: normal normal lighter 18px Bicyclette_Light;
    color: #212121;
    text-align: center;
    line-height: 28px;
    letter-spacing:1px;
    width: 80%;
    max-width: 680px;
    margin: 0 auto;
}
.video-tl-desk {
    display: none;
}
.video-tl-mob {
    width: 80%;
    max-width: 500px;
    margin: 48px auto 0;
    display: block;
}
.video-tl-mob img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    cursor: pointer;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

}
.video-tl-mob iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.video-tl-mob h3 {
    margin-top: 32px;
    color: #0e6aa9;
    font: normal normal lighter 19px/28px Bicyclette_Light;
}
.video-tl-mob h2 {
    margin: 16px 0;
    font: normal normal normal 21px/23px Bicyclette_Normal;
    color: #212121;
}
.box p {
    font: normal normal lighter 18px/24px Bicyclette_Light;
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
}
.mobMoreVideos-desk {
    display: none;
}
.video-tl-mob button {
    background-color: transparent;
    border: none;
    font: normal normal bolder 16px/24px Bicyclette_Bold;
    letter-spacing: 1.12px;
    color: #25a8e0;
    cursor: pointer;
    outline: none !important;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

}

/*---------- MOBILE ARTICLE SLIDER ----------*/  
.ul-wrapper {
    display: none;
}
.articles-slider {
    width: 100%;
    max-width: 500px;
    margin: 50px auto 0;
}
.articles-slider h5 {
    color: #25a8e0;
    font: normal normal normal 19px/28px Bicyclette_Normal;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 42px;
}
.ul-wrapperMob, .ul-wrapper  {
    width: 90%;
    margin: 0 auto;
    position: relative;
    height: 480px;
    overflow: hidden;
}
.ul-wrapperMob .bxsliderMob, .ul-wrapper .bxslider{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: left;
    z-index: 0;
}
.bxsliderMob li, .bxslider li {
    width: 270px !important;
    margin: 0 auto;
    height: 450px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    background-color: #fff;
    padding: 17px;
    z-index: 10;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

}
.element-box img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin-bottom: 26px;
}
.element-box a {
    font: normal normal normal 18px/24px Bicyclette_Normal;
    text-decoration: none;
    letter-spacing: 0.54px;
    color: #6BBFE8;
}
.element-box p {
    font: normal normal lighter 18px/24px Bicyclette_Light;
    color: #212121;
    width: 100%;
    text-align: left;
    margin-top: 12px;
}

.slider-controlsMob, .slider-controls {
    width: 100%;
    z-index: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    height: 450px;
    
}
.slidePrevMob, .slideNextMob, .slidePrev, .slideNext {
    color:#25A8E0;
    cursor: pointer;

    -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
}


/*---------- MOBILE PARTNERS ----------*/  
.partners {
    width: 100%;
    height: auto;
    padding: 80px 0;
    margin: 0 auto;
    background: url('./media/Asset3_2.png') left top no-repeat ;
    background-size: 100px;
}
.partners h4 {
    font: normal normal lighter 32px Bicyclette_Light;
    letter-spacing: 1.12px;
    color: #0e6aa9;
    text-align: center;
}
.partners p {
    font: normal normal lighter 18px Bicyclette_Light;
    color: #212121;
    text-align: center;
    line-height: 28px;
    letter-spacing:1px;
    width: 80%;
    max-width: 680px;
    margin: 0 auto;
}
.logos-wrapper {
    width: 85%;
    max-width: 820px;
    margin: 50px auto 0;
    height: auto;
}
.logos-wrapper ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    grid-template-rows: auto;
    column-gap: 8%;
    row-gap: 35px;
}
.logos-wrapper li {
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-items: center !important;
    max-height: 60px;
}
.logos-wrapper li img{
    object-fit: contain;
    max-height: 100%;
    margin: 0 auto;
}

/*---------- MOBILE FORM ----------*/  
.Form {
    width: 100%;
    height: auto;
    background-color: #d3eef9;
    padding: 80px 0;
    margin: 0 auto;
}
.Form h4 {
    width: 80%;
    max-width: 870px;
    margin: 0 auto 48px;
    font: normal normal lighter 32px Bicyclette_Light;
    letter-spacing: 1.12px;
    color: #0e6aa9;
    text-align: center;
}
.form-wrapper {
    width: 80%;
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;

}
.form-wrapper input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #1076bc;
    padding: 16px 0 16px 8px;
    font: normal normal lighter 16px/26px Bicyclette_Light;
    letter-spacing:1px;
    color: #1076bc;
    outline: none !important;
}
.form-wrapper input::placeholder {
    color: #6bbfe8;
    font: normal normal lighter 16px/26px Bicyclette_Light;
    letter-spacing:1px;
}
.persInfo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 620px;
    margin: 0 auto 48px;
}
#name, #email {
    width: 47%;
}
.mesajul, .mesajul input {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}
.form-wrapper button {
    align-self: center;
    margin: 68px auto 0;
    width: 112px;
    background-color: transparent;
    font: normal normal normal 15px Bicyclette_Normal;
    padding: 12.8px 4.8px 9.6px;
    letter-spacing: 1.6px;
    color: #1076bc;
    border: solid 0.1rem #0e6aa9;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    text-transform: uppercase;
    transition: all 0.25s;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

}
.form-wrapper button:hover{
    transform: translatey(-0.25em);
}
.privacylink1 {
    width: 100%;
    max-width: 620px;
    display: flex;
    align-items: center !important;
    margin: 48px auto 0;
    height: 23px;
    column-gap: 9px; 
}
.form-control1{
    font: normal normal normal 13px Bicyclette_Normal;
    color: #0e6aa9;
    align-self: center;
    height: min-content;
    width: auto;
  }
  #ppLink{
    text-decoration: underline;
    font: normal normal normal 13px Bicyclette_Normal;
    color: #0e6aa9;
    text-transform: lowercase;
    letter-spacing: 0;
    cursor: pointer;
}

#checkbox1 {
    padding: 0;
    min-width: 23px !important;
}

.form-wrapper 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;
    border-bottom: none !important;
}
.form-wrapper 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-wrapper input[type="checkbox"]:checked{
    background-color: #25a8e0;
    color: #fff;
}
.form-wrapper input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.form-wrapper h6 {
    display: block;
    margin: 10px auto ;
    padding-left: 32px;
    font: normal normal normal 16px Bicyclette_Normal;
    color: #6bbfe8;
    width: 100%;
    max-width: 620px;

}


/*---------- MOBILE ANUNT ----------*/  
.Anunt {
    width: 100%;
    height: auto;
    padding: 80px 0;
    margin: 0 auto;
}
.Anunt h4 {
    width: 80%;
    max-width: 870px;
    margin: 0 auto 48px;
    font: normal normal lighter 32px Bicyclette_Light;
    letter-spacing: 1.12px;
    color: #0e6aa9;
    text-align: center;
}
.Anunt-wrapper {
    width: 80%;
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.Anunt p {
    font: normal normal lighter 16px Bicyclette_Light;
    letter-spacing: 0.64px;
    line-height: 24px;
}
.Anunt strong {
    font: normal normal bolder 16px Bicyclette_Normal;
    letter-spacing: 0.64px;
    line-height: 24px;
}

/*---------- MOBILE FOOTER ----------*/  
footer {
    background-color: #282560;
    padding: 80px 0;
}
.wrapperFooter {
    width: 78%;
    max-width: 620px;
    margin: 0 auto;
}
.wrapperFooter p, .Contact a {
    font: normal normal lighter 16px/26px Bicyclette_Light;
    letter-spacing:1px;
    color: #fff;
    text-decoration: none;
}
.footer1, .footer2 {
    width: 100%;
    height: auto;
    margin-bottom: 80px ;
}
.footer1 a {
    display: none;
}
.footer1 img {
    width: auto;
    height: 50px;
    margin-bottom: 32px;
}
.footer2 h3, .footer3 h3 {
    font: normal normal lighter 22px/32px Bicyclette_Light;
    letter-spacing:1px;
    color: #25a8e0;
    margin-bottom: 16px;
}
.footer2 .socialIcons {
    display: flex;
    margin-top: 32px;
    column-gap: 20px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

}
.footer2 .socialIcons img {
    width: 35px;
}
.Contact {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    row-gap: 15px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

}
.Contact img {
    height: 20px;
    margin: 2px 10px 0 0;
}
.contactInfo {
    display: flex;
}
.hiddenLink {
    display: block;
    margin-top: 32px;
    font: normal normal bolder 22px/32px Bicyclette_Bold;
    letter-spacing:1px;
    color: #259cd4;
    text-decoration: none;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

}


@media only screen and (min-width:1024px){

    html{
        overflow-x: hidden;
        height: max-content;
    }

/*----------NAVBAR----------*/     
    .navWrapper{ 
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 70%;
        max-width: 1088px;
    }
    .burger, .nav-active {
        display: none;
    }
    .logo{
        width: 25%;
    }
    .navlinks{
        display: block;
        width: 50%;
        height: 80px;
        top: 0;
        position: relative;
        display: flex;
        justify-content: center;
        background-color: transparent;
        transform: none;
    }
    .navlinks ul {
        padding: 0;
        width: 100%;
        position: relative;        
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }   
    .navlinks ul li {
        margin-top: 0;
    }
    .navlinks a{
        display: inline-block;
        position: relative;
        color: #ffffff;
        text-decoration: none;
        transition: 0.5s;
    
    }
    .lang{
        position: absolute;
        right: 35px;

    }
    .flexRow{
        height: 80px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .linkRo {
        display: block !important;
    }
    .greyBar{
        display: flex !important;
        height: 0.6rem;
        width: 1.5px;
        background-color: #ffffff;
        margin: 0 8px 2px 6px;
    }


/*---------- HEADER ----------*/   
    .header {
        height: 637px;
    }
    .header h3 {
        font: normal normal normal 26.6px Bicyclette_Normal;
    }
    .header h1 {
        font: normal normal bold 66px Bicyclette_Bold;
        width: 105%;
    }
    .marg1 {
        margin: -4.8px 0 0 4.8px !important;
    }
    header .btnProjects {
        width: 160px;
        height: 53px;
        font: normal normal normal 16px Bicyclette_Normal;
        margin-left: 4.8px;
        padding-top: 19px;
    }
    

/*---------- ABOUT US ----------*/ 
    .aboutUs {
        padding: 80px 0;
        background-image: url('./media/Asset\ 2.png');
        background-position: center right ;
        background-size: contain;
    }
    .aboutUs h4 {
        font: normal normal lighter 42.6px Bicyclette_Light;
        letter-spacing: 1.12px;
    }
    .aboutUs p {
        font: normal normal lighter 21px Bicyclette_Light;
        width: 100%;
        max-width: 870px;
    }

/*---------- ECHIPA MOTIVATA ----------*/ 
    .echipaMotivata {
        display: flex;
        padding: 0 0;
        max-height: min-content ;
    }
    .echipaMotivata .secondImg {
        display: block;
        width: 40%;
        max-height:min-content;
        align-content: flex;
        justify-content: end;
        object-fit: cover;
        clip-path: polygon(1% 0, 100% 0, 100% 100%, 22% 100%);
    }
    .echipaMotivata .content {
        width: 30%;
        padding: 80px 0;
        height: min-content;
    }
    .echipaMotivata h4 {
        font: normal normal normal 26px Bicyclette_Normal;
        margin-bottom: 40px;
    }
    .echipaMotivata p {
        font: normal normal lighter 18.6px Bicyclette_Light;
        letter-spacing: 1.28px;
        line-height: 29px;
    }
/*---------- SERVICES ----------*/ 
    .services {
        background-size: 170px;
    }
    .services h4 {
        font: normal normal normal 26px Bicyclette_Normal;
        margin-bottom: 40px;
    }
    .services p {
        font: normal normal lighter 18.6px Bicyclette_Light;
        letter-spacing: 1.28px;
        line-height: 29px;
        width: 100%;
        max-width: 870px;
    }
    .theServices {
        width: 85%;
        max-width: 1100px;
        gap: 50px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
    }
    .ser p {
        font: normal normal lighter 16px Bicyclette_Light;
        line-height: 24px;
        width: 100%;
        max-width: 80%;
    }

/*---------- INVESTITIA ----------*/ 
    .investitii {
        width: 80%;
        max-width: 1088px;
        padding: 80px 0;
        background-position: bottom 30px left;
        background-size: 150px;
    }
    .investitii h4 {
        font: normal normal normal 26px Bicyclette_Normal;
        margin-bottom: 40px;
    }
    .investitii p {
        font: normal normal lighter 18.6px Bicyclette_Light;
        letter-spacing: 1.28px;
        line-height: 29px;
        width: 100%;
        max-width: 870px;
        margin: 0 auto;
    }
    .text-calc {
        margin-top: 80px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: auto;
    }
    .invest-text {
        width: 45%;
        max-width: 450px;
    }
    .invest-text p {
        font: normal normal lighter 16px Bicyclette_Light;
        letter-spacing: 0.64px;
        line-height: 24px;
        width: 100%;
        margin-left: 0;
    }
    .calculator {
        max-width: 50%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .calculator p {
        font: normal normal bold 12px/24px Bicyclette_Normal;
        letter-spacing: 0.78px;
        color: #0098cf;
        text-transform: uppercase;
        text-align: left !important;
        margin-left: 0;
    }
    .bigdiv {
        width: 50%;
    }
    .labelandimput{ 
        padding: 14px 0 70px;
    }
    .rectangle{
        width: 40%;
        border-top: none;
        margin: 0;
        padding: 0;
    }
    #calcP {
        width: 100%;
    }

/*---------- PROJECTS ----------*/ 
    .projects h4 {
        font: normal normal lighter 42.6px Bicyclette_Light;
        letter-spacing: 1.12px;
    }
    .projects p {
        font: normal normal lighter 21px Bicyclette_Light;
        width: 100%;
        max-width: 870px;
    }
    .threeProjects{
        width: 80%;
        max-width: 1088px;
        margin: 64px auto 0;
        display:grid;
        grid-template-columns:repeat(3, 1fr);
        grid-template-rows: 1fr;
        gap: 24px ;
    }

/*---------- ECHIPA ----------*/   
    .echipa {
        background-size: 170px;
        align-items: center;
        
    }
    .echipa h4 {
        width: 80%;
        max-width: 1088px;
        margin: 0 auto;
        font: normal normal lighter 42.6px Bicyclette_Light;
        letter-spacing: 1.12px;
    }
    .echipa p {
        font: normal normal lighter 21px Bicyclette_Light;
        width: 100%;
        max-width: 870px;
    }
    .teamTable {
        width: 80%;
        max-width: 1088px;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        column-gap: 25px;
        row-gap: 48px;
    }
    .memberBox h5 {
        margin: 32px 0 0;
        font: normal normal normal 16px Bicyclette_Normal;
    }
    .memberBox h6 {
        font: normal normal normal 13px/20px Bicyclette_Normal;
    }
    .memberBox.active .description{
        padding: 0 16px;
        font: normal normal lighter 15.5px/20px Bicyclette_Light;
        letter-spacing: 0.65px;
    }


/*---------- MEDIA ----------*/   
    .media {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-items: center;
    }
    .media h4 {
        font: normal normal lighter 42.6px Bicyclette_Light;
        letter-spacing: 1.12px;
    }
    .introP p {
        font: normal normal lighter 21px Bicyclette_Light;
        width: 100%;
        max-width: 870px;
    }
    .video-tl-mob {
        display: none;
    }
    .video-tl-desk {
        width: 80%;
        max-width: 1088px;
        margin: 80px auto 0;
        display: flex;
        display: flex;
        flex-direction: row;
        align-items: top;
        justify-content: space-between;
    }
    .box {
        height: 332.8px;
    }
    .video-tl-desk img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        cursor: pointer;
    }
    .video-tl-desk iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .video-tl-desk h3 {
        color: #0e6aa9;
        font: normal normal lighter 19px/28px Bicyclette_Light;
    }
    .video-tl-desk h2 {
        margin: 16px 0;
        font: normal normal normal 24px/32px Bicyclette_Normal;
        color: #212121;
    }
    .video-tl-desk p {
        font: normal normal lighter 18px/24px Bicyclette_Light;
    }
    .leftBox, .leftBox p {
        text-align: right;
    }
    .middleBar{
        width: 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: top;
        padding-top: 0.3rem;
    }
    .circle1, .circle2, .circle3{
        width: 12.8px;
        height: 12.8px;
        background-color: #6bbfe8;
        border-radius: 50%;
    }
    
    .actualBar1, .actualBar2, .actualBar3{
        width: 1.28px;
        height: 320px;
        background-color: #6bbfe8;
    }
    .leftBar, .rightBar {
        width: 45%;
    }
    .media .mobMoreVideos-desk {
        display: block;
        margin: 38px auto 0;
        background-color: transparent;
        border: none;
        font: normal normal normal 19px/24px Bicyclette_Normal;
        letter-spacing: 1.12px;
        color: #25a8e0;
        cursor: pointer;
        outline: none !important;
    }
/*---------- ARTICLE SLIDER ----------*/  
    .ul-wrapperMob {
        display: none;
    }
    .articles-slider {
        width: 100%;
        max-width:none;
    }
    .ul-wrapper {
        display: block;
        width: 95%;
        max-width:1088px;
    }

/*---------- PARTNERS ----------*/  
    .partners {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-size: 170px;
    }
    .partners h4 {
        width: 80%;
        max-width: 1088px;
        font: normal normal lighter 42.6px Bicyclette_Light;
        letter-spacing: 1.12px;
    }
    .partners p {
        font: normal normal lighter 21px Bicyclette_Light;
        width: 100%;
        max-width: 870px;
    }
    .logos-wrapper {
        margin: 80px auto 0;
        width: 80%;
        max-width: 1088px;
    }
    .logos-wrapper ul{
        width: 100%;
        max-width: 100%;
        margin: 0;
        column-gap: 10%;
        row-gap: 50px;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    }

/*---------- FORM ----------*/  
    .Form h4 {
        font: normal normal lighter 42.6px Bicyclette_Light;
        letter-spacing: 1.12px;
    }


/*---------- MOBILE ANUNT ----------*/  
    .Anunt {
        width: 100%;
        max-width: 870px;
        height: auto;
        padding: 80px 0;
        margin: 0 auto;
    }
    .Anunt h4 {
        font: normal normal lighter 42.6px Bicyclette_Light;
        letter-spacing: 1.12px;
    }
    .Anunt-wrapper {
        width: 80%;
        max-width: 820px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
    .Anunt p {
        text-align: center;
        font: normal normal lighter 16px Bicyclette_Light;
        letter-spacing: 0.64px;
        line-height: 24px;
    }
    .Anunt strong {
        font: normal normal bolder 16px Bicyclette_Normal;
        letter-spacing: 0.64px;
        line-height: 24px;
    }


/*---------- FOOTER ----------*/  
    footer {
        background: #282560 url('./media/FooterImg-01.png') left/20% no-repeat;
    }
    .hiddenLink {
        display: none;
    }
    .wrapperFooter {
        width: 80%;
        max-width: 1088px;
        margin: 0 auto;
        display: flex;
        column-gap: 40px;
    }
    .TITLE {
        height: 56.33px;
        display: flex;
        align-items: flex-end;
    }
    .footer1 img {
        width: 200px;
        height: auto;
        margin-bottom: 0;
    }
    .footer1 p, .footer2 p {
        width: 100%;
        max-width: 280px;
    }
    .footer1, .footer2, .footer3 {
        width: 90%;
        height: auto ;
        margin-bottom: 0 ;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        row-gap: 32px !important;
    }
    .footer1 a {
        display: block;
        margin-top: 32px;
        font: normal normal bolder 22px/32px Bicyclette_Bold;
        letter-spacing:1px;
        color: #259cd4;
        text-decoration: none;
    }
    .Contact {
        margin-top: 0;
    }
    .footer2 h3, .footer3 h3 {
        margin-bottom: 0;
        font: normal normal lighter 22px/22px Bicyclette_Light;
    }
}

@media only screen and (min-width:1975px){
    /*---------- ECHIPA MOTIVATA ----------*/ 
        .echipaMotivata {
            display: flex;
            padding: 0 0;
            max-height: 526px ;
        }
    
    }