@charset "UTF-8";

@font-face {
    font-family: GillSansMT;
    src: url(Fonts/Gill\ Sans\ MT\ Regular.TTF);
}

@font-face {
    font-family: GillSansMT;
    src: url(Fonts/Gill\ Sans\ MT\ Bold.TTF);
    font-weight: bold;
}

@font-face {
    font-family: Domine;
    src: url(Fonts/Domine-Regular.ttf);
}

@font-face {
    font-family: Roboto;
    src: url(Fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Lato;
    src: url(Fonts/Lato-Regular.ttf);
}

.col {
    display: inline-block;
    padding: 0 12px;
}

.col-nths2 {
    width: 100%;
}

.col-nths2-4 {
    width: 100%;
}

.col-nths4-2 {
    position: relative;
    width: 100%;

    margin: 0;
    overflow: hidden;
}

@media only screen and (min-width: 850px) {
    .col-nths2 {
        width: 49%;
    }
}


@media only screen and (min-width: 600px) {
    .col-nths2-4 {
        width: 43.3%;
        /* padding: 0 12px; col padding */
    }
    
    .col-nths4-2 {
        width: 56.0%;
    }
}

@media only screen and (min-width: 800px) {
    .col-nths2-4 {
        width: 33.3%;
        /* padding: 0 12px; col padding */
    }
    
    .col-nths4-2 {
        width: 66.0%;
    }
}




html {
    scroll-behavior: smooth;
    overflow: auto;
    /* overflow-x: hidden; */
}

* {
    box-sizing: border-box;

    /* dezactiveaza selectarea */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

body {
    position: absolute;
    width: 100%;
    overflow-x: hidden;
    background-color: #e3edff;
}

/* #loading_page {
    position: fixed;
    width: 100vw;
    height: 100vh;
    /* background-color: #e3edff; */
    /* background-color: #ffffff; */
    /* opacity: 0.8; 
    background-color: #151019;
    background-image:  url("Images/cool-background.png")
    linear-gradient(30deg, #e3edff 12%, transparent 12.5%, transparent 87%, #e3edff 87.5%, #e3edff), linear-gradient(150deg, #e3edff 12%, transparent 12.5%, transparent 87%, #e3edff 87.5%, #e3edff), linear-gradient(30deg, #e3edff 12%, transparent 12.5%, transparent 87%, #e3edff 87.5%, #e3edff), linear-gradient(150deg, #e3edff 12%, transparent 12.5%, transparent 87%, #e3edff 87.5%, #e3edff), linear-gradient(60deg, #e3edff77 25%, transparent 25.5%, transparent 75%, #e3edff77 75%, #e3edff77), linear-gradient(60deg, #e3edff77 25%, transparent 25.5%, transparent 75%, #e3edff77 75%, #e3edff77)
    background-size: cover;
    /* background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px; 
} */

/* ---- particles.js container ---- */ #particles-js{ position:absolute; width: 100%; height: 100%;  background-image: linear-gradient(to bottom, #00549a, #071c49); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }

#loading_page {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(12, 34, 82, 1);
    background-size: cover;
    opacity: 1;
    background-image: linear-gradient(to bottom, #00549a, #071c49);
}

.loader {
    border: 4px solid #0ba2c4;
    border-radius: 50%;
    border-top: 10px solid #0ca4c400;
    border-bottom: 10px solid #0ca4c400;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loaded_page {
    /* display: none; */
    opacity: 0;
    background-color: #fff;
    transition: all 3s ease;
}


header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    min-height: 70vh;
    background-color: darkblue;
    background-image: url("Images/header-mob.png");
    background-size: cover;
    background-position: center;

    padding: 50px 20px 50px 20px;


}


.logocontainer {
    max-width: 232px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
}

@media only screen and (min-width: 850px) {
    header {
        background-image: url(Images/header-desk.png);
        padding: 100px 20px 50px 20px;

    }

    .logo {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 1000px) {
    .logo {
        padding: 50px 20px 50px 20px;
    }

}




/****************************************************/
/****************************************************/
/****************************************************/
/*MENU SECTION*/

nav {
    position: relative;

    background-color: #fcf8ec;
    /*background-color: #00bee9;*/

    z-index: 5;
}

.hline {
    width: 100%;
    height: 10px;
    background-color: #0ba2c4;
    border-bottom: 2px solid #93ecff;
    box-shadow: 0px 1px 8px 0px grey;

    z-index: inherit;

}

.arrow_button {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0ba2c4;
    /* background-image: radial-gradient(#0ba2c4 0%,#00bee9 60%,#0ba2c4 65%); */

    transition: all 0.1s ease;

    font-size: 30px;
    color: #aeecfa;

    z-index: inherit;
}

.arrow_button::after {
    position: absolute;
    content: "\27A4";
    color: inherit;

    font-size: initial;
    text-align: center;

    transform-origin: 50% 50%;
    transform: translate(25px,27px) translate(-50%,-55%) rotate(90deg);
}

.arrow_button::before {
    box-sizing: border-box;
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    content: '';
    border: 3px solid #00bee9;
    border-radius: 50%;
    opacity: 0;
}

.arrow_button:hover::before {
    opacity: 0.2;
}

            /* .menu {
                position: sticky;
                top: 0;
                /* max-height: 0; *
                height: 100vh;

                background-color: #0ba2c430;
                border-bottom: 2px solid #aeecfa;
                box-shadow: 0px 1px 8px 0px grey;

                overflow: hidden;

                transition: all 0.5s linear;
            } */

.arrow_button_float {
    position: fixed;
    top: 70vh;
    left: 10px;
    transform: scale(0.7);
}







/* ////////////////////////////////////////////////// */


.menu_window {
    display: block;
    /* width: 250px;100% mobil */
    width: 100%;
    height: 80px; /*100vhmobil*/

    position: absolute;
    top: 0;

    background-color: #00549a;
    overflow: hidden;
    z-index: 100;
    opacity: 1;

    transition: all 1s ease;
}

.social_button {
    display: block;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
}

#s_btn_suna {
    background-color: #0485dc;

    font-size: 20px;
    color: white;
}

#s_btn_whatsapp {
    background-color: #4dc247;

    font-size: 17px;
    color: white;
}

#s_btn_oferta {
    background-color: #c62e0c;

    font-size: 17px;
    color: white;
}


.float_buttons {
    display: none;
    flex-direction: column;

    position: absolute;
    top: 85px;
}

.float_button {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 5px;

    background-color: #00549a;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    border-radius: 50%;
    z-index: 50;
    opacity: 1;
    transition: all 1s ease;

    text-align: center;
    font-size: 25px;
    color: white;
    /* line-height: 1.6; */
    cursor: pointer;
}

.float_button i {
    width: inherit;
    height: inherit;
    background-color: inherit;
    border-radius: inherit;
    box-shadow: inherit;
    padding: 8px;
}

#f_btn_oferta {
    background-color: #c62e0c;
    font-size: 22px;
}

#f_btn_oferta div:after{
    content: "Oferta";
}


#f_btn_whatsapp {
    background-color: #4dc247;
}

#f_btn_whatsapp div:after{
    content: "WhatsApp";
}

#f_btn_suna {
    background-color: #0485dc;
}

#f_btn_suna div:after{
    content: "Sună";
}

#f_btn_messenger {
    background-color: #1877f2;
}

#f_btn_messenger div:after{
    content: "Faceboo-Messenger";
}

.float_button_description {
    max-width: 0;
    /* width: 100px; */
    height: 100%;

    position: absolute;
    top: 0;
    left: 40%;

    padding: 11px 12px 11px 0px;

    background-color: inherit;
    border-radius: 0 50% 50% 0;
    box-shadow: 4px 2px 6px rgb(0 0 0 / 40%);
    font-size: initial;
    text-align: left;
    text-indent: 33px;
    white-space: nowrap;

    z-index: -1;
    transition: all 1s linear;

}

.float_button_description::after {
    content: "Suna";
    border-radius: inherit;
    padding: 8px;
    box-shadow: inherit;
    transition: inherit;
    margin-left: -10px;

    opacity: 0;
}

/*  */

.float_button:hover .float_button_description::after,
#f_btn_oferta.active .float_button_description::after {
    opacity: 1;
}

.float_button:hover .float_button_description,
#f_btn_oferta.active .float_button_description {
    max-width: 500px;
}

/*  */

.wa-chat-box {
    display: none;
    opacity: 0;
    position: absolute;
    z-index:51;
}

.fb-customerchat {
    width: 500px;
    height: 200px;
    
    position: absolute;
    z-index: 51;
    top: 300px;
}


.menu_window_header {
    display: block;
    width: 100%;
    height: 40px;

    position: relative;
    top: 0;

    border: 1px solid #00457f;
    background-color: #00549a;
    box-shadow: 0px 1px 8px 1px #00325c;

    overflow: hidden;
    z-index: 1;


    font-family: GillSansMT, Calibri, 'Trebuchet MS', sans-serif;
}

.menu_window_header h1 {
    display: inline-block;
    color: white;
    text-align: left;

    margin-top: 5px;
    margin-left: 5px;

    cursor: pointer;
}

.menu_window_header h1 span {
    color: #7fd9f0;
}

.menu_window_header div, .social_button  {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    margin-top: 4px;
    margin-right: 4px;
    float: right;

    font-family: inherit;
    color: #7fd9f0;
    text-align: center;
    font-size: 14px;
    /* line-height: 25px; */
    line-height: 29px;

    background-color: #071d4a;
    border-radius: 50%;

    cursor: pointer;

    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
}


/* .noselect {
    -webkit-touch-callout: none; /* iOS Safari 
      -webkit-user-select: none; /* Safari 
       -khtml-user-select: none; /* Konqueror HTML 
         -moz-user-select: none; /* Old versions of Firefox 
          -ms-user-select: none; /* Internet Explorer/Edge 
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Opera and Firefox 
  } */

.menu_window_view {

}

#menu_pointer {
}

#pgroup7 {
    position: absolute;
}

@media only screen and (min-width: 950px) {
    .menu_window {
        width: 250px;
    }

    .float_buttons {
        display: flex;
    }

    .social_button {
        display: none;
    }

    .logo {
        padding-top: 50px;
    }
}

/* ----------------------------------------------- */



.menu {
    overflow: hidden;
    max-height: 91vh;

    transition: all 2s ease;
}

 .menulistitem {
    position: relative;
    /* top: 0px; */
    display: block;
    list-style: none;
    overflow: hidden;

    transition: all 1s linear, padding 1s ease;
    /*max-height: 0px;
    bottom: 0px;*/
    /* margin-top: -60px; */


}

 .menulistitem a {
    display: block;
    padding: 11px 17px 11px;
    text-decoration: none;
    border-bottom: 1px solid #05477f;
    text-align: left;
    /*background-color: #479eb1;*/
    /* background-color: #0ba2c4; */
    margin: 0px 0px 3px;

    font-family: Roboto, 'Oxygen', 'Ubuntu', 'Open Sans';
    font-size: 14px;
    font-variant: small-caps;
    color: #fff;
}

.menulistitem a:after {
    content: ">";
    width: 10px;
    height: 10px;
    color: #a9efff;
    float: right;
}

.menulistitem a i {
    padding-right: 11px;
    color: #a9efff;
}











/****************************************************/
/****************************************************/
/****************************************************/
/* SECTIONS*/

section, footer {
    display: flex;
    max-width: 900px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    /*margin: 12px;*/
    padding: 24px 12px;

    margin-left: auto;
    margin-right: auto;
}

.section-separator-container {
    position: relative;
    box-shadow: 0px -5px 12px 0px rgb(0 0 0 / 35%);

}

.section-separator {
    display: inline-block;
    float: left;
    width: 25%;
    height: 30px;
}

#ss1 {background-color: #107ff6;} 
#ss2 {background-color: #75b5fa;}
#ss3 {background-color: #badafd;} 
#ss4 {background-color: #043365;}


.smallsection {
    max-width: 900px;
    /* max-width: 100%; */

    padding: 24px 12px;

    margin-left: auto;
    margin-right: auto;

}

.pointer-hand {
    width: 39px;
    height: 75px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);

    background-image: url(Images/hand.png);
    background-repeat: no-repeat;
    background-position: center;

    z-index: 20;
    animation: pointer-hand 1.5s ease-out infinite;
    animation-timing-function: revert;
    transition: all 2s ease;

    opacity: 1;
}

.pointer-hand::after {
    position: absolute;
    content: "Click Aici!";
    color: white;
    text-align: center;

    top: 100%;
    left: 7px;
}





/*.before-parallax {
    position: absolute;
    width: 100%;
    height: 100%;*/
.Secventa1 {
    background-color: #fcf8ec;
    margin: 0;
    margin-bottom: -20px;
}

.Secventa2 {
    background-image: linear-gradient(to bottom,#fcf8ec, white);
    margin: 0;
    margin-bottom: -20px;
}

.weel-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 252px;
    height: 155px;
}

.weel {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 150px;
    height: 150px;

    animation: rotate_weel 5s linear infinite;

}

.weel:last-child {
    top: 48px;
    left: 145px;
    width: 107px;
    height: 107px;

    animation: rotate_weel 5s linear reverse infinite;

}

#s1weel {
    box-sizing: unset;
    display: none;
    margin-top: 20px;
    padding-right: 55px;
}

#sectiune_ce {
    flex-direction: row-reverse ;
}

@media only screen and (min-width: 900px) {
    /* .section-separator-container {
        margin-top: 50px;
    } */

    .section-separator {
        height: 40px;
    }

    #s0weel {
        display: none;
    }

    #s1weel {
        display: block;
    }
}


.diagonal_section {
    position: relative;
    width: 100%;
    height: auto;

    margin-bottom: 60px;
}

.diagonal_section::before {
    position: absolute;
    width: 100vw;
    height: 65px;
    bottom: 0;
    left: 0;
    content: "";

    transform: skew(0deg, -5deg);
    z-index: -1;

    box-shadow: 0 -1px 29px 0px grey;

}

.diagonal_section::after {
    position: absolute;
    width: 100vw;
    height: 200px; /*mobil*/
    top: 100%;
    left: 0;
    content: "";

    transform: skew(0deg, -5deg);
    z-index: -1;

    box-shadow: 0 4px 9px 0px #eaeaeaa1 inset;
}



/****************************************************/
/****************************************************/
/****************************************************/
/* ITEMS CONTAINER*/

#reprezentare2 {
    display: none;
}

#sectiune_ofera {
    align-items: flex-start;
}

.item-container {
    width: 292px;
    height: auto;
    padding: 15px 30px;
}

.item-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0 51px 15px;
}

.button-container {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

.button-container div:first-child{
    width:219px;
}

.button-container div:nth-last-child(3) {
    width:auto;
}

/*#vrei-altceva {
    position: relative;
    min-width: 322px;
    min-height: 62px;
}

/*#vrei-altceva::after {
    content: "----------------";
    position: absolute;
    top: 35%;
    z-index: 5;
    color: white;
    left: 25%;
}

#vrei-altceva * {
    display: block;
    color: white;
    text-align: center;
    padding: 6px 0 6px;
}*/


@media only screen and (min-width: 600px) {
    .item-image {
        padding: 0 21px 15px;
    }
    
    .button-container div {
        box-sizing: initial;
        padding: 30px;
    }
}

@media only screen and (min-width: 600px) {
    #reprezentare2 {
        display: block;
    }
}



/* FIREWORKS */

#frumosul {
    padding-top: 50px;
    padding-bottom: 50px;

}

iframe {
    border: 0;
    overflow: hidden;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

#fireworks {
    display: none;
    width: 80vw;
    height: 80vw;
}



@media only screen and (min-width: 850px) {
    #frumosul {
        padding-top: 100px;
        padding-bottom: 74px;
    }
    
    #frumosul h2 {
        padding-left: 50px;
        text-indent: -50px;
    }

    #frumosul h2+p {
        margin-top: 50px;
    }

    #fireworks { 
        display: block;
        width: 40vw;
        height: 60vh;   
    }
}






/*COMPUTER*/

.section_computer_before_space {
    /* height: 850px; */
}

#sectiune_computer {
    height: 250px; /*1050*/
}

#sectiune_computer::before {
    background-color: #d25058;
}

#sectiune_computer::after {
    background-color: #c6333d;
    box-shadow: none;
}

#sectiune_computer .smallsection {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;

    position: absolute;
    bottom: 0;
    margin: 0;
}

.calc_descriere {
    visibility: hidden;
}


#gravitylab {
    position: relative;
    /*O NEAPARAT, FOLOSITE DE SCRIPT*/
    width: 100%;
    height: 600px;/*height: 100%;*/
    border:hidden;

    overflow: hidden;

    margin: auto;
    margin-top: -100px;

    z-index: 20;
    animation: rotate_smartphone 3s ease-out infinite;

    transform: scale(0.8);
} 



@media only screen and (min-width: 500px) and (max-width: 600px) {
    #gravitylab {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media only screen and (min-width: 600px) { /*450 px gravitylab*/
    #sectiune_computer {
        height: 400px;
    }

    #sectiune_computer .smallsection {
        margin-left: 30px;
        bottom: -30px;
    }

}

@media only screen and (min-width: 800px) {
    #sectiune_computer {
        /* height: 1000px; */
    }

    #gravitylab {
        animation: none;
    }

    .calc_descriere {
        visibility: visible;
    }
}


@media only screen and (min-width: 850px) {
    .section_computer_before_space {
        height: 600px;
    }
        
    #sectiune_computer {
        height: 0;
        padding-top: 150px; /*250*/
    }
}

@media only screen and (min-width: 1000px) {
    .section_computer_before_space {
        height: 900px;
    }
}

 
.calc_descriere {
    margin-bottom: 20px;
}

.descriere_butoane {
    display: none;
    font-family: Lato, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #d36267;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: center;

    margin-top: 30px;
    margin-bottom: 45px;
}


.game_buttons {
    display: none;
    justify-content: center;
    width: 100%;
    height: auto;

    padding-top: 50px;

}

.g_arrow {
    display: inline-block;
    width: 60px;
    height: 60px;

    background-color: #d25058;
    border: 2px solid #908f8f;

    color: white;
    font-size: xxx-large;
    text-align: center;
    line-height: 120%;
}

@media only screen and (min-width: 600px) {
    .calc_descriere {
        margin-bottom: 150px;
    }
}


@media only screen and (min-width: 800px) {
    .calc_descriere {
        margin-bottom: 100px;
    }

    .game_buttons {
        display: flex;
    }
}

@media only screen and (min-width: 1000px) {
    .descriere_butoane {
        display: block;
    }

    .game_buttons {
        padding-top: 0;
    }
}



/* @media only screen and (max-width: 735px) { /*450 px gravitylab

    .descriere_butoane span {
        content: "telefonului";
    }

} */








/*FORMULAR*/

#sectiune_formular {
    position: relative;
    background-color: #c6333d;
    margin-bottom: 167px;
}

#sectiune_formular::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    background-image: url(Images/finform.png);
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}


#sectiune_formular h2+p {
    color: #ecb5b9; /* #ffeded;*/
}

.form_title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    color: white;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: left;

    margin: 30px 0;
    margin-bottom: 0;

}

hr {
    border: 1px solid white;
}

#incercare_form {
    padding: auto 12%;
}

.intoform {
    margin-top: 17px;
}

/* label, input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: white;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: left;

    /* padding-bottom: 8px; 
    margin-top: 4px;
}

label[for], input[type="submit"] {
    font-weight: normal;
    text-indent: 40px;
}



input[type*="text"], input[type*="email"] {
    height: 28px;
    width: 100%;
}

input[type*="text"]:first-child {
    margin-right: 2%;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;

    margin-right: 20px;
}

input[type="submit"]{
    margin: 17px auto;
    color: #595555;

    text-indent: 0;
    padding: 4px;
}

textarea {
    width: 100%;
    height: 100px;
}

input[type*="text"], input[type*="email"], textarea {
    background-color: #c45b63;
    border: 1px solid #959595;
    padding: 7px;
}

@media only screen and (min-width: 850px) {
    .form_title {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 735px) {
    #sectiune_formular::before {
        background-image: none;
    }

}

/* PLACE HOLDER 

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari 
    color: #9b3838;
  }
  input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ 
    color: #9b3838;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ 
    color: #9b3838;
  }
  input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- 
    color: #9b3838;
  }

/* FOCUS 
input[type*="text"]:focus, input[type*="email"]:focus, textarea:focus {
    border: 1px solid aqua;
    outline: 1px solid aqua;
} */








/* SECTIUNE CUB */

#sectiune_cub {
    margin-top: 300px;
    height: 120px;

    z-index: 1;
}

#sectiune_cub::before {
    background-color: #c2e2ec;
}

#sectiune_cub::after {
    background-color: #cde8ef;
}

.cube_container {
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: -50px;


    background-image: url(Include/rect/suport.png), url(Include/rect/suport2.png), url(Include/rect/cablu.png);
    background-repeat: no-repeat;
    background-size: 198px 78px, 228px 98px, 70% 60%;
    background-position: 15% 50%, 93% 0%, 100% 25%;

}



.cube {
    position: relative;
    display: inline-block;
    margin-top: -350px;

    width: 295px;
    height: 380px;
}

.cube_space {
    display: inline-block;
    width: 100%;
}

#cube1 {
    /* width: 303px; */
    /* height: 386px; */
}


#cube2 {
    /* width: 370px;
    height: 130px; */
}


@media only screen and (max-width: 600px) {
    #sectiune_formular {
        margin-bottom: 50px;
    }
    #sectiune_cub {
        margin-top: 170px;
    }

    .cube_container {
        background-size: 128px 58px, 118px 58px, 70% 40%;
        background-position: 15% 60%, 93% 30%, 100% 30%;
    }

    .cube {
        margin-top: -190px;

        width: 49%;
        height: 230px;
    }

    .cube_text {
        font-size: large;
    }
}

@media only screen and (max-width: 400px) {
    .cube {
        margin-top: -220px;
    }
}




/* SECTIUNE PORTOFOLIU */

#sectiune_portofoliu {
    background-color: #cde8ef;
    /* background-image: url("Portofoliu/portofolio_background.png"); */
    background-size: cover;

    margin-top: -30px;
}

#sectiune_portofoliu .smallsection {
    z-index: 2;
}

.portofoliu_element {
    position: relative;
    /* margin: 90px auto; */
    margin-top: 116px; /*inaltimea portofoliu_element::before*/
    padding-top: 0;

    background-color: #cde8ef;
    background-image: url("Portofoliu/portofolio_background.png");
    background-size: 100% 100%;
    box-shadow: 0 -50px 100px 0px rgb(8 8 8 / 35%), 0 4px 10px 0px #bee4ef inset, 0 -10px 50px 0px #9ab7be inset;
    /* 0 -50px 100px 0px rgb(130 125 125 / 35%), 
    0 4px 10px 0px #bee4ef inset, 
    0 4px 100px 0px #93cddd inset; */
}

.portofoliu_element::before {
    display: block;
    position: absolute;
    top: -116px;
    left: 0;
    content: "";
    width: 100%;
    height: 116px;

    background-color: #cde8ef;
    background-image: url("Portofoliu/portofolio_base_background.png");
    background-size: 100% 100%;
    box-shadow: inset 0 1px 2px 0px #91b5be, inset 0 -5px 10px 0px #cde8ef;
    /* inset 0 3px 2px 0px rgb(126 126 126 / 35%),  */
    /* inset 0 -3px 7px 0px rgb(204 236 245); */
}

#first_p {
    margin-top: -54px;
    padding-top: 0;
    /* background-image: none; */
    box-shadow: none;
}

#first_p::before {
    display: none;
    margin-top: auto;
}

#last_p, .last_p {
    padding-bottom: 0;
}

.portofoliu_base {
    margin-bottom: -140px;
}

.portofoliu_element h3 {
    margin-top: 30px;
}

.p_title, .p_description {
    display: none;
}

.portofoliu_accesories {
    display: none;
}

.responsive_div {
    margin: 20px;
}

.portofoliu_button {
    display: inline-block;
    width: 143px;
    height: 109px;
    background-color: chocolate;
    background: url("Portofoliu/portofolio_button.png") 0 0;
}

.portofoliu_button:hover {
    background: url("Portofoliu/portofolio_button.png") 286px 0;
}

.portofoliu_button:active {
    background: url("Portofoliu/portofolio_button.png") 143px 0;   
}

.portofoliu_showmore_button {
    width: 100px;
    height: 50px;
    background-color: transparent;
    border: 3px dashed gray;
    color: gray;
    margin-top: -108px;
    z-index: 1;

    translate: all 0.5s ease;
}

.portofoliu_showmore_button:hover {
    border: 3px dotted gray;
}

.portofoliu_img {
    max-width: 300px;
    height: auto;
    margin-top: 30px;
    margin-left: 15px;
}


@media only screen and (min-width: 450px) {
    .portofoliu_img {
        max-width: 100%;
    }

    #last_p, .last_p {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 850px) {
    .p_title, .p_description {
        display: block;
    }

    #first_p {
        margin-top: -14px;
    }
}

@media only screen and (min-width: 900px) {
    .portofoliu_element {
        padding-top: 84px;
    }

    .portofoliu_accesories {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #last_p, .last_p {
        padding-bottom: 0;
        padding-top: 0;
    }
}


/* SECTIUNE RECLAMA */

#sectiune_reclama {
    background-image: url("Images/SSL_background.png");
    background-size: cover;
    background-position: 75%;
}

#sectiune_reclama h2, #sectiune_reclama p {
    color: #00deff;
}

@media only screen and (min-width: 850px) {
    #sectiune_reclama {
        background-position: center;
    }
}

/* SECTIUNE CARACTERISTICI */

#sectiune_caracteristici {
    padding: 24px 24px;
}

.caracteristica {
    margin-top: 50px;
}

.caracteristica:first-of-type {
    margin-top: initial;
}


@media only screen and (min-width: 850px) {

}


/* FOOTER */

footer {
    position: relative;
}

footer::before {
    content: "";
    width: 83%;

    position: absolute;
    top: 0;

    border-top: 2px solid #0ca4c4;
}

footer .smallsection .meniuri_menus {  
    /* width: 90%;   */
    display: block;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

footer .menus {
    width: 150px;
    margin-bottom: 30px;
    padding: 0 5px;
    /* margin-right: 100px; */
}

footer .menus {
    float: left;
}

footer .menus:nth-child(2n) {
    float: right;
}

footer .menus:nth-child(2n+1) {
    clear: both;
}

footer .menus:nth-last-child(-n+2) {
    margin-bottom: 0;
}

/* 
footer .menus:last-of-type {
    padding-left: 35px;
    margin-right: 0;
} */


.endfooter {
    position: relative;
    border-top: 2px solid #0ca4c4;
    border-bottom: 2px solid #0ca4c4;
}


.indent10 {
    padding-left: 0px;
    word-break: break-word;
}

.social_icon1 {
    padding: 0 5px;
}

.social_icon1:hover {
    opacity: 0.7;
}

.copy_links::before {
    content: "|";
    padding: 5px;
    color: #7c7d7f;
}

@media only screen and (min-width: 500px) {
    footer .smallsection {
        width: 80%;
    }
}

@media only screen and (min-width: 600px) {
    footer .smallsection {
        width: 70%;
    }
}

@media only screen and (min-width: 700px) {
    footer .smallsection {
        width: 80%;
    }
}

@media only screen and (min-width: 800px) {
    footer .smallsection .meniuri_menus {
        display: flex;
    }
    footer .smallsection {
        width: 100%;
    }

    footer .menus {
        margin-bottom: 0px;
    }
}

@media only screen and (min-width: 850px) {
    footer .menus {
        width: 200px;
    }    

    .indent10 {
        /* padding-left: 10px; */
    }

    footer::before {
        width: 50%;
    }
}




/****************************************************/
/****************************************************/
/****************************************************/
/****************************************************/
/****************************************************/
/****************TYPING******************************/


h1 {
    font-family: GillSansMT, Calibri, 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-size: 1.8em;
    color: #dfe1e6;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 0.8;

    margin-top: 45px;
}

h1+p {
    font-family: Domine, serif;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 2;

    margin: 20px auto;

    max-width: 331px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

h2, .h2, #vrei-altceva {
    font-family: GillSansMT, Calibri, 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-size: 1.5em;
    color: #555555;
    letter-spacing: 0.1em;
    line-height: 1.4; /*1.1;*/
}

h2+p {
    font-family: Lato, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #68686d;
    letter-spacing: 0.1em;
    line-height: 2;

    margin-top: 20px;
}

.h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #6e6c6c;
    line-height: 1.2;

    text-align: center;
    text-decoration: underline;
}



#p-calc:after {
    content: " telefon ";
}


#frumosul div h2+p {
    color: #b0daff;
}

img.reprezentare, iframe {
    margin-top: 50px;

    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

h3 {
    font-family: GillSansMT, Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 1em; /*1.25em;*/
    color: #667;
    letter-spacing: 0.2em;
    line-height: 1.2;

    text-align: center;
}

h3+p, .t_responsive_element, p {
    font-family: Lato, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #68686d;
    letter-spacing: 0.1em;
    line-height: 1.8;

    text-align: center;
    margin-top: 5px;
}


.list li {
    padding: 11px;
    list-style-image: url(Images/listbullet.png);
    list-style-position: inside;
    text-align: center;
}

.list li.left *, .list li.right * {
    text-align: center;
}


.t_responsive_element {
    display: inline-block;
    font-variant-caps: small-caps;
    margin-right: 15px;
    /* line-height: 4; */
}


.menus h3 {
    font-size: 14px;
    font-weight: 400;
    color: #0ca4c4;
    margin: 0;
    white-space: nowrap;
    text-transform: capitalize;
    text-align: left;
    line-height: 1.25;

    padding-bottom: 30px;
}


footer .menus_link {
    line-height: 100%;
    padding-bottom: 12px;

    list-style: none;
}

footer .menus_link a, .copyright p, .copyright .copy_links a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #7c7d7f;
}

footer .menus_link a:hover, .copyright .copy_links a:hover {
    color: #0ca4c4;
}

.copyright p, .copyright .copy_links a {
    font-size: 13px;
}

.logoType {
    font-family: 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 30px;
    letter-spacing: 0.1em;
}


.clearfix {
    overflow: auto;
}

.z20 {
    z-index: 20;
}

.w100 {
    width: 100%;
}

.ml-120 {
    /* margin-left: -120px; */
}

.sticky {
    position: sticky;
}

.relative {
    position: relative;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.flex_col {
    flex-direction: column;
}

.flex-end {
    align-items: flex-end;
}

.left {
    text-align: left;
    flex-direction: row;
}

.right {
    text-align: right;
    flex-direction: row-reverse;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}


/*Links and buttons*/
.button {
    display: inline-block;
    padding: 10px;
    margin: 15px 5px 15px;
    border-radius: 5px;
    background-color: #0ba2c4;
    text-decoration: none;

    font-family: GillSansMT, Calibri, 'Trebuchet MS', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #d6f6fd;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.3;

    transition: all 0.5s ease-out;

    cursor: pointer;

    /*box-shadow: 2px 2px 2px 1px black;*/
}


.button:hover, .button:active {
    opacity: 0.8;
}

@media only screen and (min-width: 600px) {
    .button {
        margin: 15px 15px 15px;
    }

}


@media only screen and (min-width: 850px) {
    h1 {
        line-height: 1;
    }

    h3 {
        font-size: 1.25em;
    }

    img.reprezentare, iframe {
        margin-top: 0;
    }

    .right {
        text-align: right;
    }

    #p-calc:after {
        content: " calculator ";
    }

    .list li {
        list-style-position: outside;
        text-align: left;
    }

    .list li.left, .list li.left * {
        text-align: left;
        direction: ltr;
    }

    .list li.right, .list li.right * {
        text-align: right;
        direction: rtl;
    }
}

@media only screen and (min-width: 1000px) {
    .ml-120 {
        margin-left: -120px;
    }

}

.form_respond {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    color: #04fbec;
}

.err {
    color: #00fff0;
    font-size: 13px;
    font-weight: normal;
}


/* /////// PAGE ////////////// */

.page {
    max-width: 100%;
}

.page *{
    text-align: justify;

    font-family: Lato, sans-serif;
    color: #68686d;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

.page p {
    text-indent: 20px;
}

.page h3 {
    padding: 20px;
    margin-top: 40px;
    text-align: left;
}

    .page h3 p {
        padding: 5px;
    }

.page h4 {
    padding: 0 40px;
    margin-top: 20px;
    text-align: left;
}

    .page h4 p {
        padding: 25px;
    }

.page p {
    padding: 5px;
    text-indent: 30px;
}

.page ul {
    margin-left: 70px;

    font-size: 13px;
}

.page pre {
    padding: 20px;
    margin-left: 70px;

    font-size: 13px;
}



/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------ANIMATII----------------------------------*/

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
    }
    
    @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


@keyframes click_menu_in {
    0% {
        background-image: radial-gradient(#0ba2c4 0%,#00bee9 60%,#0ba2c4 65%);
        font-size: 33px;
    }
    20% {
        background-image: radial-gradient(#0ba2c4 10%,#00bee9 60%,#0ba2c4 65%);
    }
    40% {
        background-image: radial-gradient(#0ba2c4 20%,#00bee9 60%,#0ba2c4 65%);
    }
    60% {
        background-image: radial-gradient(#0ba2c4 30%,#00bee9 60%,#0ba2c4 65%);
    }
    80% {
        background-image: radial-gradient(#0ba2c4 40%,#00bee9 60%,#0ba2c4 65%);
    }
    100% {
        background-image: radial-gradient(#0ba2c4 55%,#00bee9 60%,#0ba2c4 65%);
        font-size: 22px;
    }
}

@keyframes click_menu_out {
    0% {
        background-image: radial-gradient(#0ba2c4 55%,#00bee9 60%,#0ba2c4 65%);
        font-size: 22px;
    }
    20% {
        background-image: radial-gradient(#0ba2c4 40%,#00bee9 60%,#0ba2c4 65%);
    }
    40% {
        background-image: radial-gradient(#0ba2c4 30%,#00bee9 60%,#0ba2c4 65%);
        font-size: 22px;
    }
    60% {
        background-image: radial-gradient(#0ba2c4 20%,#00bee9 60%,#0ba2c4 65%);
    }
    80% {
        background-image: radial-gradient(#0ba2c4 10%,#00bee9 60%,#0ba2c4 65%);
    }
    100% {
        background-image: radial-gradient(#0ba2c4 0%,#00bee9 60%,#0ba2c4 65%);
        font-size: 33px;
    }
}

@keyframes rotate_weel {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pointer-hand {
    50% {
        top: 65%;
    }
}

@keyframes rotate_smartphone {
    50% {
        transform: scale(0.7);
    }
}

@keyframes rotate_monitor {
    50% {
        transform: rotateY(50deg);
    }
}