body {
    font-family: 'Open Sans', 'Poppins', sans-serif;
    color: #000;
    background-color: #ffe301;
}

p, li {
    font-size: 1.2rem;
}

header img {
    height: 55px;
}

section#hero {
    background-color: #050708;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(bg-full-hero-dark30.jpg);
    min-height: 100vh;
}

.hero-row {
    min-height: 100vh;
}

section#hero h1 {
    font-size: 3rem;
    font-weight: 900;
}

.bg-pnl {
    background-color: #FFE000;
    background-color: #ffe301;
}

.bg-pnl-semitransparent {
    background-color: #FFE000;
    background-color: #ffe301bf;
}

.bg-fun {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(bg-fun.svg);
    font-weight: 900;
    white-space: nowrap;
}

.bg-fun2 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(bg-fun2.svg?v5);
    font-weight: 900;
    white-space: nowrap;
}

.text-pnl {
    color: #FFE000;
}

.bg-pnlalt {
    background-color: #2861A2;
}

.text-pnlalt {
    color: #2861A2;
}

#gthero {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(gt_website.png?v2);
    position: relative;
    overflow: hidden;
}

#gthero img:first-child {
    max-height: 90vh;
    opacity: 0;
}

#pnl-vertical {
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 150px;
    z-index: 10000;
}


#gt-text {
    position: absolute;
    left: 20px;
    bottom: 20px;
    max-width: 100%;
    z-index: 10000;
}

h1, h2, h3 {
    font-weight: 900;
}

#unde p, #unde #activitati {
    max-width: 600px;
    margin: auto;
}

#unde a, #unde strong {
    font-weight: 900;
}

#unde i.bi.bi-calendar {
    font-size: 27px;
}

.bg-rocket-object {
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    background-position: 100% 140px;
    background-image: url(s1s_rocket_2.jpg);
}

#curatenie {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(bg-curatenie.jpg?v2);
}

.svg-sizer-logo {
    width: 200px;
}

.hero-view {
    position: relative;
}

.hero-absolute-text {
    position: absolute;
    bottom: 0;
    left: 0;
}

#s1s>.container:first-child>.row:first-child>.col-12:first-child {
    background: linear-gradient(0deg, rgba(255,227,1,0) 0%, rgba(255,227,1,1) 35%);
}

@media screen and (max-width: 991px) {

    .bg-rocket-object {
        background-size: 100%;
        background-attachment: unset;
        background-position: 0 209px;
    }


    .hero-row>div:first-child {
        background-color: #050708;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top;
        background-image: url(bg-full-hero-dark30.jpg);
        position: relative;
        margin-bottom: -3px;
    }

    .hero-row>div+div {
        background-color: #122744;
        position: relative;
    }

    .hero-row>div:first-child:before {
        background-color: #122744;
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: -10px;
        background: linear-gradient(0deg, rgba(18,39,68,1) 3%, rgba(18,39,68,0) 50%);
        z-index: 10;
    }

    section#hero h1 {
        font-size: 2rem;
        font-weight: 900;
        margin-top: 0 !important;
    }

    #gthero img:first-child {
        max-height: 50vh;
        opacity: 0;
    }
}

.section-full {
    position: relative;
}

.halfhalf {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.halfhalf>div {
    display: flex;
    align-items: center;
    position: relative;
    width: 50%;
    padding: 100px;
}

.section-full>.halfhalf>div {
    height: 100vh;
}

.lead strong {
    font-weight: 900;
}

@media screen and (max-width: 991px) {
    
    .halfhalf {
        flex-direction: column; 
    }

    .halfhalf>div {
        width: 100%;
        padding: 50px;
    }

    .section-full>.halfhalf>div {
        height: 50vh;
    }

    .reversemobile {
        flex-direction: column-reverse;
    }

    .halfhalf>div.mobile-noheight {
        height: auto;
    }    
}


 
.bg-metamorph {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}


.fullmenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 10;
}

body.showmenu .fullmenu {
    display: block !important;
}

body.showmenu {
    overflow: hidden;
}

.fullmenu-container {
    padding-top: 100px;
}

.fullmenu-container a {
    display: block;
    margin-top: 10px;
    padding-top: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
}

.menubutton,
.fullmenu .close {
    position: fixed;
    top: 50px;
    right: 50px;
    z-index: 1;
    cursor: pointer;
}

.menubutton i,
.fullmenu .close i {
    color: #fff;
    font-size: 39px;
    position: relative;
    top: -10px;
}




.alianta {
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 1;
}

.alianta img {
    width: 10vw;
}

.herotext-new h2 {
    font-size: 3rem;
}

.herotext-new h2+h1 {
    margin-top: 3rem;
}

.herotext-new h1 {
    font-size: 4rem;
}

.curatenie-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(bg-curatenie.jpg?v2);
    background-position: center center;
}

.curatenie-hero h2, #start-curatenie h2 {
    font-size: 3rem;
}

.theicon {
    padding-top: 2em;
}

.cover-container {
    position: relative;
    height: 100vh;
}

#hero-video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.overlay:before {
    content: '';
    position: absolute;
    top: 0; bottom: 0; right: 0; 
    left: 0;
    z-index: 1;
    background-color: #000000ab;
}

.cover-container .container {
    z-index: 1;
}

.small-container {
    max-width: 550px;
    margin: auto;
}


@media screen and (max-width: 991px) {
    .curatenie-hero h2, #start-curatenie h2 {
        font-size: 1.5rem;
    }

    .herotext-new h1 {
        font-size: 2rem;
    }

    .alianta {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 1;
    }

    .alianta img {
        width: 20vw;
    }

    .menubutton,
    .fullmenu .close {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 1;
    }

    .menubutton i {
        color: #000;
    }

    .curatenie-hero {

        background-attachment: scroll;

    }

}