@font-face {
    font-family: 'Open Sans';
    src: url('/frontend/fonts/open-sans.regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/frontend/fonts/open-sans.bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/frontend/fonts/open-sans.italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}


html {
    font-size: 16px; /* Setează mărimea fontului a elementului rădăcină */
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 2rem;
    line-height: 1.2;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    line-height: 1;
}


p {
    font-size: 1rem;
    line-height: 1.6;
}

.gray-color {
    color: #707070;
}

.blue-color {
    color: #1453FF;
}

.orange-color{
    color: #F36E22;
}


body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.hero-content p {
    font-size: 1.5em;
}

.btn-solicita-demo {
    font-size: 1.2em;
}

.phones-image {
    max-width: 100%;
    height: auto;
}

.navbar {
    background-color: transparent !important;
    padding: 20px 0;
}


.navbar-toggler-icon {
    background-color: #fff;
}

#navbarTogglerDemo02 {
    margin-left: 44px;
}


.navbar-nav .nav-link {
    color: #19294A;
    margin-right: 16px;
    font-weight: bold;
}

.hero{
    background-color: #F9F9FF;
    padding: 30px 0;
}

.hero-content h1 {
    font-weight: bold;
}

.hero-content {
    margin-top: 0;
}

@media (min-width: 768px) {
    .hero-content {
        margin-top: 80px;
    }
}

.btn-custom {
    background-color: #F36E22;
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
    border: 1px solid #F36E22;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: 100%;
}

@media (min-width: 992px) {
    .btn-custom {
        width: 300px;
    }
}

.btn-custom-round {
    background-color: white;
    color: #0D13D7 !important;
    padding: 10px 30px;
    border-radius: 100px;
    border: none;
    text-decoration: none;
    display: block;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.box {
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 80px 0 80px 0;
    min-height: 550px;
    margin-top: 20px;
}

.img-box {
    border-radius: 80px 0 80px 0;
}

.headline-box {
    margin: 30px 0;
}

.box_beneficii {
    padding-top: 2vw;
    padding-right: 1.4vw;
    padding-bottom: 0.2vw;
    padding-left: 1.4vw;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 60px 5px 60px 5px;
    min-height: 280px;
    margin: 30px 0;
}

.box_beneficii2 {
    padding-top: 2vw;
    padding-right: 1.4vw;
    padding-bottom: 0.2vw;
    padding-left: 1.4vw;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 60px 5px 60px 5px;
    min-height: 380px;
    margin: 30px 0;
}

.bg_blue_form {
    background-color: #2A3755;
    color: #fff;
    padding: 20px;
    border-radius: 60px 5px 60px 5px;
    min-height: 90px;
}

.style {
    background-image: url('/frontend/homepage/style.png');
    background-size: 25%;
    background-position: left;
    text-align: left;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
}


.style2 {
    background-image: url('/frontend/homepage/style2.png');
    background-size: 25%;
    background-position: right;
    text-align: left;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
}

.style3 {
    background-image: url('/frontend/homepage/style3.svg');
    background-size: 100%;
    background-position: center;
    text-align: left;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
}



.smaller-image {
    max-width: 80%;
    height: auto;
}


.contact {
    background-color: #19294A;
    border-radius: 16px;
    padding: 20px 30px;
    margin-top: 100px;
}


.custom-input {
    position: relative;
    width: 300px;

}

.custom-email-input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 10px 100px 10px 20px;
    line-height: 1;
    box-sizing: border-box;
    outline: none;
}

.custom-email-botton {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border: 0;
    background: #F36E22;
    color: #fff;
    outline: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 100px;
    z-index: 2;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer a {
    color: #8A8A8A;
    text-decoration: none;
}

footer ul li {
    padding: 3px 0;
}

@media (max-width: 767px) {
    .hero-content::after {
        content: "";
        display: table;
        clear: both;
    }
}


/*ce e peste 1600px*/
@media (min-width: 1600px) {

    .box {
        min-height: 550px;
    }

    .navbar-nav .nav-link {
        margin-right: 40px;
    }

    .btn-custom-round {
        padding: 15px 50px;
        font-size: 26px;
    }

    .hero-content h1 {
        font-size: 60px;
        font-weight: bold;
    }

    .hero-content {
        margin-top: 200px;
    }

    .btn-custom {
        margin-top: 50px;
        font-size: 24px;
    }

}


@media only screen and (max-width: 768px) {
    .style {
        background-image: none;
    }

    .style2 {
        background-image: none;
    }

    .bg_blue_form img {
        display: none;
    }

    .box_beneficii, .box_beneficii2 {
        padding: 30px;
    }

}

