@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    position: relative;
    color: #505050;
}
.background-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.title h1{
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.register-btn {
    display: inline-block;
    background-color: #FC5B4E;
    color: white;
    padding: 14px 20px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid #FC5B4E;
    transition: 0.3s all ease-out;
    text-align: center;
}
.register-btn:hover {
    background-color: transparent;
    color: #FC5B4E;
}
.btn-warning{
    background-color: #FC5B4E!important;
    border: 1px solid #FC5B4E!important;
    color: #fff!important;
}

/*
** Navigation
*/
.navigation{
    box-shadow: 0 .5rem 1rem rgba(177, 177, 177, 0.1);
    background-color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 7px 0;
    z-index: 9;
}
.navigation .col-md-12{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img{
    width: 150px;
}
.navigation-links{
    display: flex;
    align-items: center;
}
.navigation-lang{
    display: flex;
    align-items: center;
}
.lang-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 13px;
    background-color: #b8b8b8;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    text-decoration: none;
    line-height: 1;
}
.lang-link:hover{
    background-color: #0080FF!important;
    color: #ffffff!important;
}
.curent-lang{
    background-color: #0080FF!important;
    color: #ffffff!important;
}
.navigation-auth a{
    margin-left: 20px;
    width: 220px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation-auth i{
    margin-right: 10px;
}
.navigation-search{
    margin-left: 5px;
}

/*
** Main
*/
.main{
    padding-top: 100px;
}
.main span{
    color: #0080FF;
}
.main h1{
    font-weight: 900;
}
.main h5{
    font-weight: 700;
}
.main p{
    max-width: 90%;
}
.main .register-btn{
    margin-top: 20px;
}
.main-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-banner img{
    width: 100%;
}


/*
** Welcome stats
*/
.statistics{
    margin-top: 100px;
    margin-bottom: 70px;
}
.statistics-items{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 .5rem 1rem rgba(175, 175, 175, 0.15);
    border: 1px solid #f9f9f9;
    border-radius: 8px;
    padding: 35px;
}
.statistics-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.statistics-image{
    margin-right: 15px;
}
.statistics-text h4{
    font-weight: 900;
    margin-bottom: 0;
}
.statistics-text h5{
    margin-bottom: 0;
}

/*
** eDescription
*/
.description .col-md-12{
    display: flex;
    align-items: center;
    justify-content: center;
}
.e-image{
    width: 40%;
    margin-right: 20px;
}
.e-description{
    width: 40%;
    margin-left: 20px;
}
.e-description p{
    margin-bottom: 30px;
}
.e-title h1 {
    font-weight: 800;
    margin-bottom: 78px;
    margin-top: 20px;
}
.e-image img {
    width: 100%;
    max-width: 542px;
    box-shadow: 0 .5rem 1rem rgba(175, 175, 175, 0.15);
    border: 1px solid #f9f9f9;
    border-radius: 8px;
}

/*
** How works
*/
.how-works{
    margin-top: 100px;
    text-align: center;
}
.f-image img {
    width: 100%;
    max-width: 260px;
}
.f-title h1 {
    font-size: 24px;
    font-weight: 800;
    margin-top: 26px;
    margin-bottom: 32px;
}

/*
** Examples
*/
.examples{
    margin-top: 100px;
}
.examples a{
    text-decoration: none;
    color: #505050;
}
.examples a:hover{
    color: #0080FF;
}
.example-item{
    height: 84px;
    background-color: #fff;
    box-shadow: 0 .5rem 1rem rgba(175, 175, 175, 0.15);
    border: 1px solid #f9f9f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
    margin-bottom: 30px;
}
.example-item .example-title{
    margin-left: 10px;
    font-size: 16px;
    font-weight: 700;
}

.example-image img{
    width: 50px;
}

/*
** Video Presentation
*/
.video-presentation{
    margin-top: 100px;
}
.video-presentation .col-md-12{
    display: flex;
    align-items: center;
    justify-content: center;
}
.vp-video{
    width: 40%;
    margin-right: 30px;
    position: relative;
}
.vp-video-poster{
    width: 100%;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: 8px;
}
.vp-description{
    width: 40%;
    margin-left: 30px;
}
.vp-play{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #0080FF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}
.vp-play:hover{
    transition: 0.3s;
    transform: scale(1.1);
}
#modalVideoPrezentare video{
    width: 100%;
}

/*
** Free usage
*/
.free-usage{
    margin-top: 100px;
}
.free-usage .col-md-12{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fu-text{
    width: 40%;
    margin-right: 30px;
}
.fu-img{
    width: 30%;
    margin-left: 30px;
}
.fu-img img{
    width: 100%;
}
.free-usage .register-btn{
    margin-top: 50px;
    min-width: 50%;
    text-align: center;
}

/*
** Footer
*/
.footer{
    padding: 25px 0;
    margin-top: 100px;
    background-color: #1E1E1E;
}
.footer .col-md-12{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .col-md-12 img{
    max-width: 175px;
}
/*
** Copyrights
*/
.copyrights{
    background-color: #303030;
    color: #fff;
    padding: 15px 0;
}
.copyrights a{
    color: #fff;
    text-decoration: none;
}
.copyrights i{
    font-size: 21px;
    margin-left: 5px;
    margin-right: 5px;
}
.copyrights .col-md-12{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*
** Search
*/
.search-modules{
    padding-top: 100px;
}
.search-modules input{
    border-color: #0080FF;
}
.search-modules select{
    border-color: #0080FF;
}
.ghost{
    color: #fff;
    user-select: none;
}



/********
********* Responsive
*********/
@media (max-width: 1920px){
    .container {
        max-width: 1520px;
    }
}
@media (max-width: 1560px){
    .container {
        max-width: 1350px;
    }
}
@media (max-width: 1400px){
    .container {
        max-width: 1250px;
    }
    .main {
        padding-top: 100px;
    }
    .main h1{
        font-size: 2rem;
    }
    .main .col-md-5 {
        width: 50%;
    }
    .main .col-md-7 {
        width: 50%;
    }
    .main .register-btn {
        margin-top: 15px;
    }
}
@media (max-width: 1300px){
    body{
        font-size: 14px;
    }
    .container {
        max-width: 1150px;
    }
    .main h1{
        font-size: 2rem;
    }
    .navigation{
        padding: 8px 0;
    }
}
@media (max-width: 992px){
    .main .row {
        display: flex;
        justify-content: center;
    }
    .main .col-md-5 {
        width: 75%;
        text-align: center;
    }
    .main p {
        max-width: 100%;
    }
    .main-banner{
        display: none;
    }
    .footer .col-md-12 img {
        max-width: 100px;
    }
    .statistics-text h4 {
        font-size: 16px;
    }
    .statistics-text h5 {
        font-size: 14px;
    }
    .e-image {
        width: 45%;
        margin-right: 10px;
    }
    .e-description {
        width: 50%;
        margin: 0;
    }
    .col-md-4 {
        width: 100%;
    }
    .col-md-3 {
        width: 50%;
    }
    .vp-video {
        width: 40%;
        margin-right: 15px;
    }
    .vp-description {
        width: 50%;
        margin: 0;
    }
}
@media (max-width: 762px){
    .logo img {
        width: 120px;
    }
    .navigation-auth a {
        width: unset;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 0;
    }
    .main .col-md-5 {
        width: 100%;
    }
    .main h1 {
        font-size: 1.5rem;
    }
    .statistics-items {
        flex-wrap: wrap;
        padding: 20px;
    }
    .statistics-item{
        margin: 10px 0;
        flex: 50%;
    }
    .statistics {
        margin-top: 50px;
        margin-bottom: 60px;
    }
    .description .col-md-12 {
        flex-direction: column;
    }
    .e-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .e-description {
        width: 100%;
        margin: 0;
    }
    .how-works {
        margin-top: 50px;
    }
    .f-title h1 {
        margin-top: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    .examples {
        margin-top: 50px;
    }
    .col-md-3 {
        width: 100%;
    }
    .video-presentation {
        margin-top: 50px;
    }
    .video-presentation .col-md-12 {
        flex-direction: column;
    }
    .vp-video {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .vp-description {
        width: 100%;
    }
    .free-usage {
        margin-top: 50px;
    }
    .free-usage .col-md-12 {
        flex-direction: column-reverse;
    }
    .fu-text {
        width: 100%;
        margin-right: 0;
    }
    .fu-img {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .footer .col-md-12 {
        flex-wrap: wrap;
    }
    .copyrights .col-md-12 {
        flex-wrap: wrap;
    }
}

.create-card{
    padding: 25px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border: 3px solid #0080ff;
    border-radius: 25px;
    text-align: center;
}
.disabled-card{
    border: 3px solid #ccc;
}
.create-card img{
    width: 100%;
    margin-bottom: 20px;
}
.create-card h6{
    text-align: center;
    font-weight: 700;
}


/*
** Fise Interactive
*/
.fisa-title{
    border: 1px solid #ccc;
    color: #323232;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 62px;
    font-weight: 700;
    margin-top: 100px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.fisa-title img{
    height: 75px;
    margin-right: 15px;
}
.fisa-class {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #0080ff;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
}
.fisa-class span{
    font-weight: 900;
}
.fisa-class i{
    font-size: 32px;
}

.classroom{
    margin-top: 40px;
    display: none;
    align-items: flex-start;
    justify-content: center;
}
.classroom li{
    margin-top: 10px;
    margin-bottom: 10px;
}
.classroom a{
    font-size: 18px;
}
.classroom img{
    max-width: 100%;
}






