.br-xx{
    border-radius:100rem !important;
}
.br-10{
    border-radius:10px !important;
    overflow: hidden;
}
.b-sh{
    -webkit-box-shadow: 0px 5px 30px rgba(15,82,146, 0.4);
    box-shadow: 0px 5px 30px rgba(15,82,146, 0.4);
}
.p-5xl{
    padding: 5rem !important;
}
h1,h3,h4,h5,h6{
    font-weight: 600;
}
h2{
    font-weight: 700;
}
.highlight{
    color: #0f5292 !important;
    font-weight: 600;
}
.btn-primary{
    color: white;
    background-color: #0f5292 !important;
    padding: 0.7rem 2rem !important;
    line-height: 1 !important;
}
i.bi{
    line-height: 1;
}











.hero{
    background-attachment: scroll;
    padding-top: 13rem;
}
.hero-not-home{
    height:50vh
}
.hero-not-home h1{
    color:#0f3570 !important;
}
.hero h1 {
    font-size: 4rem;
}
@media screen and (max-width: 992px){
    .p-5xl{
        padding: 3rem !important;
    }
}


#header .logo img{
    width: 250px;
    max-height: initial;
    margin-right: 0;
}
#header .logo img:last-child{
    display: none;
}
#header.header-scrolled .logo img:last-child{
    display: block;
}
#header.header-scrolled .logo img:first-child{
    display: none;
}

#header.header-scrolled > div{
    flex-direction: row !important;
}
#header.header-scrolled .logo{
    margin:0 !important;
}

@media screen and (max-width: 992px){
    #header > div{
        flex-direction: row !important;
    }
    #header .logo{
        margin:0 !important;
    }
    #header .logo img {
        width: 200px;
    }
    .navbar-mobile {
        z-index: 99999;
    }
    .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
        color: #0f3570 !important;
    }
    .navbar-mobile a.getstarted {
        color: #ffffff !important;
    }
}
.language-switcher .dropdown-menu a{
    padding-left: 3rem;
}
.language-switcher .dropdown-menu a:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 15px;
    background-repeat: no-repeat;
    left: 11px;
}
.language-switcher .dropdown-menu a:first-child:before{
    background-image: url('../img/flags_uk.svg');
}
.language-switcher .dropdown-menu a:nth-child(2):before{
    background-image: url('../img/flags_francia.svg');
}
.language-switcher .dropdown-menu a:nth-child(3):before{
    background-image: url('../img/flags_romania.svg');
}
.language-switcher .dropdown-menu a:nth-child(4):before{
    background-image: url('../img/flags_arabia.svg');
}




#about{
    background: url(../img/hero-bg2.png) top center no-repeat;
    background-size: cover;
}
#about img{
    border-radius: 20px;
    overflow:hidden;
}

.how-it-works{
    position: relative;
}
.how-it-works:before{
    content: '';
    position: absolute;
    display: block;
    height: 95%;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d9e3ec;
    bottom: 0;
}
.big-numbers{
    color: #80a3c1;
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.2;
}
.border-timeline-left:before,
.border-timeline-right:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 100rem;
    background-color: #d9e3ec;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(217,227,236,0.5);
    -moz-box-shadow: 0px 0px 0px 10px rgba(217,227,236,0.5);
    box-shadow: 0px 0px 0px 10px rgba(217,227,236,0.5);
}
.border-timeline-left:before{
    left: 0;
    transform: translate(-50%, -50%);
}
.border-timeline-right:before {
    right: 0;
    transform: translate(50%, -50%);
}
.border-timeline-left:after,
.border-timeline-right:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    width: 15%;
    height: 1px;
    background-color: #d9e3ec;
}
.border-timeline-left:after{
    transform: translate(-100%, -50%);
    left: 0;
}
.border-timeline-right:after{
    transform: translate(100%, -50%);
    right: 0;
}
.how-it-works .step-img-container:before{
    content: '';
    background-color: #d9e3ec;
    position: absolute;
    width: 300px;
    height: 300px;
    z-index: 0;
    border-radius: 100rem;
}
.how-it-works .step-img-container img{
    z-index: 1;
}
@media screen and (max-width: 992px){
    .how-it-works:before{
        display: none;
    }
    .border-timeline-left:before,
    .border-timeline-right:before,
    .border-timeline-left:after,
    .border-timeline-right:after
    {
        display: none;
    }
}

.inizia .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #0F3570;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}
.inizia  i {
    margin-left: 5px;
    font-size: 18px;
    transition: 0.3s;
}
.inizia .btn-read-more:hover i {
    transform: translateX(5px);
}


.footer {
    background-color: transparent;
    background-image: url(../images/footer-bg.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: white;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.footer *{
    color: white !important;
}
.footer img{
    width: 250px;
}
.footer ul li{
    list-style-type: none;
}
/*.footer .footer-top {*/
/*    background: none;*/
/*}*/





#sezione-1 ul li{
    list-style-type: none;
    position: relative;
}
#sezione-1 ul li:before{
    content: "\f26e";
    font-family: bootstrap-icons !important;
    position: absolute;
    left: -1.5rem;
    top: 0;
    font-size: 1.5rem;
    line-height: 1;
    color: #0f5292;
}

@media screen and (max-width: 800px) and (min-width: 576px) {
    #sezione-1 .card-img-top {
        max-width: 240px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .hero {
        background-size: 100%;
    }
}