/*------------------------------------
# General
------------------------------------*/

@font-face {
    font-family: NavBarFont;
    src: url(../fonts/Inknut_Antiqua/InknutAntiqua-Medium.ttf)
}

/* @font-face {
    font-family: TextContentFont;
    src: url()
}*/

@font-face {
    font-family: TittleFont;
    src: url(../fonts/Ysabeau_Infant/YsabeauInfant-Medium.ttf)
} 

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
}

a {
    color: #f68c09;
    text-decoration: none;
}

a:hover {
    color: #0906c0;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

/***************************************
*Nav bar section
***************************************/
.navbar{
    font-family: NavBarFont;
    font-weight: 400;
    font-size: 20px;
    height: 100px;
}

.navBarHome
{
    transition: all 0.6s;
}

.navbar-scrolled
{
    height: 80px;
    font-size: 15px;
    background-image: linear-gradient(#121212,#102943,#121212);
}

.navbar ul .container-btn 
{
    border: 1px;
    border-style: solid;
    border-top: none;
    border-bottom: none;
    border-right: 0px;
    color: #ffffff;
}

.container-btn-scrolled
{
    color: #7A7A7A!important;
}

.navbar ul .container-btn-proiecte
{
    border: 1px;
    border-style: solid;
    border-top: none;
    border-bottom: none;
    color: #ffffff;
    text-align: center;
}

.navbar ul li a
{
    color: rgb(255, 255, 255);
    padding-left: 19px!important;
    padding-right: 19px!important;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
}

.navbar .btn-active{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #ffae78!important;
}

/* Tittle nav bar after 994 */

.nav-lg-container
{
    display: none;
}

.nav-lg-subtittle
{
    display: none;
}

.nav-lg-tittle
{
    display: none;
}

/* Btns nav bar hover with diffrent color on hover */
.btn-home:hover
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #00D1FF!important;
}

.btn-consiliu:hover
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #FFA800;
}

.btn-anunturi:hover
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #00CC6A;
}

.btn-conducere:hover
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #F2CC0C;
}

.btn-tipizate:hover
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #10ABB4;
}

.btn-monitor:hover
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #FA5303;
}

.btn-evenimente:hover
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #DCC3A1;
}

.btn-proiecte:hover
{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #9AEBA3;
}

.navbar-scrolled
{
    background-image: linear-gradient(#121212,#102943,#121212);
}

@media screen and (max-width:1370px){
    .navbar{
        font-size: 17px!important;
    }

    .navbar ul li a
    {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }  
}

@media screen and (max-width:1150px){
    .navbar{
        font-size: 15px!important;
    }

    .navbar ul li a
    {
        padding-left: 11px!important;
        padding-right: 11px!important;
    }  
}

@media screen and (max-width:991px){
    .justify-content-center {
        justify-content: right!important;
    }

    .nav-lg-container
    {
        margin-right: auto;
        display: block;
        padding-left: 1em;
    }

    .nav-lg-subtittle
    {
        display: block;
        text-align: center;
        padding: 0px;
        color: #AFAFAF;
        font-size: 15px;
        font-family: NarBarFont;
        margin: 0px;
    }

    .nav-lg-tittle
    {
        display: block;
        text-align: center;
        padding: 0px;
        color:white;
        font-size: 30px;
        margin: 0px;
        font-family: NarBarFont;
        font-weight: 300;
    }

    .navbar{
        height: auto;
    }

    .navbar ul
    {
        margin-top: 10px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .navbar ul .container-btn 
    {
        text-align: center;
        border: solid 1px;
        border-top: none;
        border-bottom: none;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar ul .container-proiecte
    {
        text-align: center;
        border: solid 1px;
        border-top: none;
        border-bottom: none;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .navbar-dark .navbar-toggler
    {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}
/***************************************
*Baner on header section
***************************************/
.bg-img
{
    /*background-image: url(../img/1.jpg);*/
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/1.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.tittle-container
{
    margin-top: 40vh;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.tittle-header
{
    text-align: center;
    color: white;
    font-family: TittleFont;
    font-weight: bold;
}

.btn-header-container
{
    max-width: 80%;
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.contact-btn-header
{
    background-color: #D02746;
    color: white;
    border: 2px solid #D02746;
    border-radius: 1.5em;
    font-size: 1.5em;
    padding:0.3em 0.7em;
    margin: 0px;
    font-family: TittleFont;
    font-weight: bold;
}

.contact-btn-header:hover
{
    color: rgb(0, 0, 0);
    border: 3px solid #000000;
}

.togglerClick{
    background-color: #000000ee;
}

/***************************************
Section description home page. 
***************************************/
.description-header
{
    height: 30px;
    background-color: #014487;
}

.description-section-container
{
    background-color: #F3FDFD;
    padding-top: 2em;
    padding-bottom: 2em;
}

.description-first-row
{
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.description-par
{
    text-align: center;
    font-family: TittleFont;
    font-size: 25px;
    color: #000000;
    font-weight: bold;
}

.description-hr
{
    margin-top: 2em;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    color:#9AC1E8;
    height: 2px!important;
    opacity: .8;
}

.description-con-2nd-row
{
    margin-top: 2em;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.des-section-box
{
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    height: 200px;
    perspective: 1000px;
}

.des-section-inner
{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 1s;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.des-section-box:hover .des-section-inner {
    transform: rotateX(180deg);
}

.des-flip-front, .des-flip-back 
{
    border: 4px solid #014487;
    background-color: white;
    border-radius: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.des-flip-back {
    
    border: 4px solid #000000;
    background-color: #014487;
    border-radius: 20px;
    transform: rotateX(180deg);
}

.des-icon
{
    font-size: 70px;
    background: -webkit-linear-gradient(0deg,#02f0fe, #4facfe);
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.des-par
{
    font-size: 20px;
    font-family: NavBarFont;
    font-weight: 400;
    color: #000000;
}

.des-flip-back .des-icon
{
    font-size: 50px;
    background: -webkit-linear-gradient(0deg,#ffffff, #ffffff);
    padding-top: 0.3em;
    padding-bottom: 0.1em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.des-flip-back .des-par
{
    color: white;
    font-family: TittleFont;
}

.des-btn
{
    border: 2px solid #000000;
    background-color: white;
    border-radius: 10px;
    color: #000000;
    font-size: 15px;
    font-family: TittleFont;
    font-weight: 600;
    height: 40px;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:1em;
}

.des-btn:hover
{
    color: #014487;
}

@media screen and (max-width: 1250px)
{
    .description-con-2nd-row
    {
        max-width: 90%;
    }

    .description-first-row
    {
        max-width: 90%;
        
    }
}

@media screen and (max-width: 950px)
{
    .description-con-2nd-row
    {
        max-width: 95%;
    }

    .description-first-row
    {
        max-width: 95%;
        
    }
}

@media screen and (max-width: 767px)
{
    .des-col
    {
        margin-bottom: 1em;
    }
}

/***************************************
 Style utiles section. 
***************************************/

.util-section-container
{
    background-color: #ffffff;
    padding-top: 2em;
    padding-bottom: 1em;
}

.utils-1st-row
{
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.utils-tittle
{
    margin: 0px;
}

.utils-tittle h1{
    background-color: #FFA800;
    max-width: 150px;
    margin: 0px auto 0px auto;
    text-align: center;
    border: 1px solid #FFA800;
    border-radius: 10px 10px 0px 0px;
    color: #ffffff;
    font-family: NavBarFont;
    font-weight: 400;
    font-size: 25px;
    padding: 0.5em;
    opacity: 1;
}

.utils-hr
{
    margin-top: 0;
    color: #FFA800;
    height: 4px!important;
    text-align: center;
    opacity: 1;
}

.utils-2st-row
{
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.utils-container
{
    max-width: 300px;
    height: 250px;
    margin: 0px;
    border: 4px solid rgb(255, 168, 0);
    background-color: #f7fdfd;
    color: #000000;
    border-radius: 10px;
    margin-top: 1em;
    margin-bottom: 2em;
    box-shadow: rgba(121, 87, 2, 0.35) 0px 5px 15px;
}

.utils-container i
{
    font-size: 80px;
    color: #00D1FF;
    padding-top: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; 
}

.utils-container h1
{
    font-size: 20px;
    font-family: NavBarFont;
    text-align: center;
    padding-top: 0.4em;
}

.utils-container p
{
    font-size: 15;
    font-family: TittleFont;
    font-weight: 600;
    text-align: center;
    color:#616161;
    padding-top: 0.4em;
}

.utils-container:hover
{
    border: 4px solid #A06C07;
    background-color:#FFFAF3 ;
}

@media screen and (max-width: 1250px)
{
    .utils-1st-row
    {
        max-width: 90%;
    }

    .utils-2st-row
    {
        max-width: 90%;
        
    }
}

@media screen and (max-width: 950px)
{
    .utils-1st-row
    {
        max-width: 95%;
    }

    .utils-2st-row
    {
        max-width: 95%;
        
    }
}

@media screen and (max-width: 767px)
{
    .des-col
    {
        margin-bottom: 1em;
    }

    .utils-container
    {
        margin: 1em auto 0px auto !important;
    }
}

/***************************************
News section style  
***************************************/
.news-section-container
{
    background-color: #F3FDFD;
    padding-top: 2em;
    padding-bottom: 2em;
}

.slide-container{
    max-width: 70%;
    padding: 20px 0;
}

.slide-content{
    margin: 0 40px;
    margin-bottom: 1em;
    overflow: hidden;
    border-radius: 25px;
}

.card{
    border:2px solid black;
    border-radius: 25px;
    background-color: #FFF;
    height: 405px;
}

.card hr
{
    margin: 0px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.image-content,
.card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content{
    position: relative;
    row-gap: 5px;
    padding: 10px 0;
}

.card-image{
    border-radius: 25px;
    position: relative;
    height: 130px;
    width: auto;
    background: #FFF;
    padding: 3px;
}

.card-img{
    height: 100%;
    width: auto;
}

.news-tittle-container
{
    height: 62px;
    display: flex;
}

.news-tittle-container-mon
{
    height: 202px;
    display: flex;
}

.news-tittle
{
    font-size: 18px;
    font-family: NavBarFont;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
}

.news-tittle-mon
{
    font-size: 18px;
    font-family: NavBarFont;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 28px;
}

.news-par-container
{
    background-color: white;
    height: 140px;
}

.news-description{
    width: 100%;
    font-size: 14px;
    font-family: TittleFont;
    font-weight: 600;
    color: #707070;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-date-container
{
    font-size: 14px;
    font-family: TittleFont;
    font-weight: 600;
    color: #707070;
    text-align: center;
    padding-bottom: 5px;
    justify-content: center;
}

/* Left Right btns */
.swiper-navBtn{
color: #6E93f7;
transition: color 0.3s ease;
}

.swiper-navBtn:hover{
color: #4070F4;
}

.swiper-navBtn::before,
.swiper-navBtn::after{
font-size: 35px;
}

.swiper-button-next{
right: 0;
}

.swiper-button-prev{
    left: 0;
}

.swiper-pagination-bullet{
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active{
    background-color: #4070F4;
}

@media screen and (max-width: 768px) {
    .slide-content{
        margin: 0 10px;
    }
    .swiper-navBtn{
        display: none;
    }
}

@media screen and (max-width: 1250px)
{
    .slide-container
    {
        max-width: 90%;
    }

}

@media screen and (max-width: 950px)
{
    .slide-container
    {
        max-width: 95%;
    }
}
  
/***************************************
Presentation section style  
***************************************/
.prez-section-container
{
    background-color: #ffffff;
    padding-top: 2em;
    padding-bottom: 2em;
}

.prez-1st-row
{
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.prez-1st-row p
{
    font-size: 25px;
    font-family: TittleFont;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

.prez-2st-row
{
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 1em;
}

.prez-2st-row img
{
    height: 100px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.prez-3st-row
{
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.prez-3st-row p
{
    font-size: 25px;
    font-family: TittleFont;
    font-weight: 600;
    color: #000000;
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.prez-3st-row hr 
{
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.prez-3st-row img
{
    height: 210px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

.prez-4st-row
{
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2em;
    padding-top: 1em;
}

.prez-4st-row p
{
    font-size: 25px;
    font-family: TittleFont;
    font-weight: 600;
    color: #616161;
    text-align: center;
}

.prez-4st-row a{
    color: #ffae78!important;
}

.prez-4st-row a:hover{
    color: #014487!important;
}

@media screen and (max-width: 1250px)
{
    .prez-1st-row , .prez-2st-row , .prez-3st-row , .prez-4st-row 
    {
        max-width: 90%;
    }

}

@media screen and (max-width: 950px)
{
    .prez-1st-row , .prez-2st-row , .prez-3st-row , .prez-4st-row 
    {
        max-width: 95%;
    }
}

@media screen and (max-width: 767px)
{
    .prez-1st-row , .prez-2st-row , .prez-3st-row , .prez-4st-row 
    {
        max-width: 95%;
    }

    .prez-2st-row img
    {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1em;
        margin-bottom: 1em;
    }
}

@media screen and (max-width: 578px)
{
    .prez-1st-row , .prez-2st-row , .prez-3st-row , .prez-4st-row 
    {
        max-width: 98%;
    }

    .prez-1st-row p, .prez-2st-row p, .prez-3st-row p, .prez-4st-row p
    {
        font-size: 20px!important;
    }

    .prez-1st-row a, .prez-2st-row a, .prez-3st-row a, .prez-4st-row a
    {
        font-size: 20px!important;
    }

    .prez-section-container hr
    {
        max-width: 95%;
    }
    .prez-2st-row
    {
        padding: 0px;
    }

    .prez-2st-row img
    {
        height: 60px;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
}

/***************************************
Footer style in base tamplate  
***************************************/
.footer-bar-separator
{
    background-color: black;
    height: 30px;
}

.footer-row
{
    justify-content: center!important;
}
.footer-container
{
    background-image: linear-gradient(#121212,#102943,#102943,#102943,#102943,#102943,#102943,#102943,#121212);
}

/* Footer contact data */
.footer-tittle-center
{
    text-align: center;
    max-width: 60%;
}

@media screen and (max-width: 1750px){
    .footer-tittle-center
    {
        max-width: 70%;
    }
}

@media screen and (max-width: 1250px){
    .footer-tittle-center
    {
        max-width: 85%;
    }
}

@media screen and (max-width: 1000px){
    .footer-tittle-center
    {
        max-width: 95%;
    }
}

@media screen and (max-width: 900px){
    .footer-tittle-center
    {
        max-width: 100%;
    }
}



.footer-contact-tittle
{
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 20px;
    color: white;
    text-align: left;
    font-family: TittleFont;
}

.fotter-contact-date
{
    padding: 0px;
    margin: 0px;
    margin-bottom: 0.5em;
    font-size: 17px;
    color: #AFAFAF;
    text-align: left;
    font-family: TittleFont;
}

@media screen and (max-width: 830px){
    .footer-contact-tittle
    {
        font-size: 17px;
    }

    .fotter-contact-date
    {
        font-size: 15px;
    }
}

.footer-hr-md-data{
    display: none;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    height:3px!important;
    color: #7A7A7A;
}

@media screen and (max-width: 767px){
    .footer-contact-tittle
    {
        text-align: center;
    }

    .fotter-contact-date
    {
        text-align: center;
    }

    .footer-container-data
    {
        text-align: center;
        margin-bottom: 2em;
    }

    .footer-hr-md-data
    {
        display: flex;
    }

    .footer-btn-conteiner
    {
        margin-right: auto;
    }

    .footer-container-form {
        margin-top: 1em;
    }

    .footer-form {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-hr
    {
        width: 90%;
    }

    .footer-map-center
    {
        width: 90%;
    }
}

.fotter-contact-date:hover
{
    color: #ffffff;
}

.fb-ico-change
{
    color: #AFAFAF;
    font-size: 2.7em;
}

.fb-ico-change:hover
{
    color: white;
}

/* Footer center container */
.fotter-mid-Subtittle
{
    text-align: center;
    padding: 0px;
    color: #AFAFAF;
    font-size: 20px;
    font-family: NarBarFont;
    margin: 0px;
}

.footer-mid-tittle
{
    text-align: center;
    padding: 0px;
    color:white;
    font-size: 50px;
    margin: 0px;
    font-family: NarBarFont;
    font-weight: 300;
}

/* Formular style */
.footer-container-form
{
    margin-top: 2em;
}
.footer-form
{
    width: 90%;
    margin-left: auto;
    height: auto;
}

.footer-imput
{
    font-size: 17px;
    color: white;
    font-family: TittleFont;
    width: 100%;
    background-color: #ffffff00;
    border: 2px solid white;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.footer-imput:hover
{
    background-color: #ffffff93;
    border-radius: 10px;
}

.footer-btn-conteiner
{
    width: 90%;
    margin-left: auto;
}

.footer-btn-send
{
    font-family: TittleFont;
    font-size: 17px;
    color: #AFAFAF;
    background-color: #ffffff00;
    border: 2px solid white;
    border-radius: 20px;
    width: 150px;
    padding: 0.1em;
}

.footer-btn-send:hover
{
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    border-color: #FFB800;
}

/* Footer map style */
.footer-hr
{
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    height:3px!important;
}

.footer-map-center
{
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.footer-map-class
{
    height: 180px;
    width: 100%;
    margin-bottom: 2em;
    border-radius: 15px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 8px 0px;
}