*{
    padding: 0;
    margin: 0;
    /* overflow-x: hidden; */
}

body{   
      background-color: #d4d4d4; 
      overflow-x: hidden !important;
      
}

/* header start */

.header{
    display: flex;
    justify-content: center;    
    align-items: center;   
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 0;   
    background-image: linear-gradient(160deg, #bbbbbb 55%, #ffffff 100%);  
}



.ral {    
    text-align: center;
    font-size: 3.8rem;
    float: left;
    line-height: 4vh;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    /* background-color: red; */
    line-height: 3.3rem;
}

.uca{
    text-align: center;
    letter-spacing: 22px;
    box-sizing: border-box;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    /* background-color: red; */
    line-height: 2rem;
}

/* .char {
    position: relative;    
} */

.logo{
    display: block;
    position: relative;       
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    z-index: 111;
    left: 4vw;
    transform: scale(120%);
    background-image: url("/images/logo3.svg");
}

/* header end */

/* nav-bar start */

.nav-bar{
    display: flex;
    justify-content: center;
    position: relative;    
    background-color: rgb(0, 0, 0);
    box-shadow: rgb(0, 0, 0) 0px 0px 0px 4px;
    
}

.nav-bar a{
    /* margin-left: 55px; */
    padding: 20px;
    text-decoration: none;   
    color: rgb(255, 255, 255); 
    font-size: 1.2rem !important;
     
}

.nav-bar a:hover{
    text-decoration: underline;   
}





/* nav-bar end */


/* main page start */

.main-page{
    display: flex;
    flex-direction: column;
    padding: 50px;
    flex-wrap: wrap;
    
    position: relative;
    width: 70%;
    min-height: 100vh;
    left: 50%;
    margin-top: 100px;
    transform: translateX(-50%);
    
    background-color: #f9f9f9;
    
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.799) 0px 3px 6px, rgba(0, 0, 0, 0.673) 0px 3px 6px;
}

.item{
    position: relative;
    /* border: 2px solid red; */
    width: 100%;
    box-sizing: border-box;
    flex-grow: 10;
    
}

.titlu{
    flex-grow: 1;
}

.titlu2{
    flex-grow: 1;
}

.main-page h1{   
    position: relative;   
    font-size: 2.7rem;   
    color: rgb(0, 0, 0);    
    text-align: center;
    padding: 1rem;
    position: relative;   
    text-decoration-line:underline !important;
    text-decoration-color: #000000;   
}

.main-page h2{
    text-align: center;
    font-size: 2rem;  
}

.main-page p{
    font-size: 1.8rem;
    text-indent: 3rem;
    font-weight: 600 !important;    
}

.main-page ul{
    position: relative;
    left: 100px;   
    width: 90%;
}

.main-page ul li{
    position: relative;
    margin: 10px;
    font-size: 1.8rem;
    
    font-family: montesarat
}



/* main page end */

/* footer start */

.footer{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: auto;
    width: 100%;
    height: 100px;
    padding: 0;
    top: 15vh;
    background-color: rgb(49, 49, 49);
    box-shadow: 0px -10px 19px -12px rgba(0,0,0,0.72);
    
   
}

.social-network{
    display: flex;
    justify-content:space-evenly;
    /* background-color: beige; */
    height: 50px;
    width: 350px;
  
}

.footer p{
    color: rgb(252, 252, 252); 
    font-size: 1.1rem;   
}



/* footer end */





/* Responsive start */



@media only screen and (max-width: 1920px) {
    .header {
     
    }

   

    .raluca{
        height: 50px;
    }

    .ral{        
        text-align: center;
        /* background-color: white; */
    }

    .uca{
        
    }

    .logo{
        position: relative;
        height: 75px;
        width: 75px;
        /* background-color: red; */
        /* margin-top: 55px; */
    }

    /* header end */

    /* nav-bar start */

    .nav-bar {
            /* justify-content:space-evenly; */
    }

    .nav-bar a{
        font-size: 100%;
        /* background-color: red; */
        /* align-content: space-between; */
        /* padding: 10px 0 10px 0;  */
        margin:0;
    }

    /* nav-bar end */

    /* main page start */

    .main-page {
        width: 80%;
    }

    .main-page h1{
        font-size: 2.3rem;
    }

    .main-page h2{
        font-size: 1.9rem;         
    }

   

    .main-page p{
        font-size: 1.6rem;
        line-height: 2.1rem;
        text-indent: 7rem;
        margin: 5% 3% 5% 3%;
        
    }

    /* main page end */

    /* footer start */

    .footer{
        height: 74px;
    }

    .social-network{
        position: relative;
        /* background-color: red; */
        width: 15vw;
        top: 10px;
    }
    .footer img{
        width: 27px;
        height: 27px;
    }

    .footer p{
        position: relative;
        bottom: 10px;
    }
    
  }

  @media only screen and (max-width: 430px){
    html{
        overflow-x: hidden !important;
    }

    body{
        overflow: hidden !important; 
        
    }

    .header{
        width: 100%;
        overflow: hidden !important;
        
    }
    

    .raluca{
        height: auto;
        width: 100%;
        /* background-color: red; */
        /* text-align: justify; */
    }

  

    .ral{
        position: relative;
        text-align: center;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        font-size: 11vw;
       
        
    }

    .uca{
        position: relative;
        display: inline-block;
        width: 100vw !important;
        padding: 0 !important;
        margin: 0 !important;
        left: 0;
        font-size: 8.6vw;    
        letter-spacing:2.5vw !important;  
        text-align: center;
        /* background-color: red !important; */

    }

    .logo{
        margin-top: 15px;
        left: 0 !important;
    }

    .nav-bar{
        width: 100%;
        flex-direction: column;
    }

    .nav-bar>a{
        color: rgb(224, 224, 224);
        font-size: 80% !important;
        padding: 0 !important;
        text-align: center;
        padding: 5px !important;
    }

    .main-page{       
        width: 95% !important;
        margin-top: 20px !important;
        border-radius: 5px;
        background-color: rgb(255, 255, 255) !important;
        height: auto !important;
    }

    ul {
        /* background-color: red; */
        left: 5% !important;
    }
   

    .footer{
        height: 100px;
        padding: 0 !important;
        margin: 0 !important;
        top: 30px !important;
       
    }  

    .footer p{
        font-size: .6rem;
    }

    .social-network a{
       margin-left: 15px;
    }
   }



