*{
    margin: 0;
    padding: 0;
}

body{
  /* background-image: url('images/law.jpg') !important; 
  background-color: #8B8F84 !important;
  background-repeat:no-repeat !important;
  background-size: 100% !important;
  background-position-x: 30vw !important;
  background-position-y: -50vh ; */
  overflow-x: hidden !important;
}

/* header start */

.header{
    /* background-image: linear-gradient(160deg, #b4cdffc6 55%, #80d0c79f 100%) !important;  */
}

.logo{ 
    background-image: url("images/logo3.svg");
}

/* header end */

/* nav-bar start */



.nav-bar :nth-child(1){
  color: rgb(51, 193, 124);
  text-decoration: underline;
}

/* nav-bar end */

/* main-page start */


.main-page{
    display: flex;
    flex-direction: row !important;
    justify-content: space-between !important;
    position: relative;
    width: 100% !important;
    left: 50%;
    
    transform: translateX(-50%);
    max-width: 90%;
    
    background-color: rgba(254, 8, 8, 0) !important;
    box-shadow: none !important;
}

.left-main{
   
    width: 45%;
    background-image: url("images/v4.jpg");   
    background-size: cover;
    background-position: 35%;
    background-repeat: no-repeat; 
    /* background-color: red !important;    */
    border-radius: 20px;
    box-shadow: 14px 9px 33px -1px rgba(0,0,0,0.75);
}





.right-main{
    display: flex;
    flex-direction: column;
    flex-shrink: 3;
    /* margin: auto;    */
    width: 50%;
    /* height: 100%;    */
    box-sizing: border-box;   
    border-radius: 20px;
    box-shadow: 14px 9px 33px -1px rgba(0,0,0,0.75);
    background: rgb(42, 42, 42);
    backdrop-filter: blur(6.3px);
    overflow: scroll;
    font-family: 'Calistoga', cursive;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;
}

.right-main h2{    
    
    text-align: center;
    padding: 5px 20px;
    font-size: 2.5rem;
    
}

.raluca_avocat{
    color: white;
    font-size: 3.5rem !important;
    display: inline-block;
    /* background-color: red; */
    padding: 40px !important;
   
}

.right-main p{
    text-indent: 50px;
    color: white;
    font-size: 1.7rem;
    /* background-color: royalblue; */
    padding: 80px;   
    padding-top: 30px; 
    text-align: justify;
    line-height: 4vh;

    font-family: 'Montserrat Alternates', sans-serif;
}

.contact-first-page{
    display: flex;    
    justify-content:stretch;
    position: relative;
    left: 5%;
    top: 5vh;
    width: 90%;
    height: 100px;
    /* background-color: red; */
}

.tel{
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    /* background-color: #0093E9; */
    width: 50%;
    text-align: center;
    margin-top: 3vh;
    color: rgb(0, 0, 0);
    line-height: 150%;       
}



.adresa{
    position: relative;
    /* background-color: rgba(185, 185, 185, 0.461); */
    width: 50%;
    top: 25%;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
}

/* footer start */

.footer {
    top: 150px !important;
}

/* footer end */




/* media query start */

@media only screen and (max-width: 430px){

    body{
        overflow-x: hidden !important;
    }
   
    .right-main {
        position: relative;
        
        width: 100% !important;
        margin-top: 30px;
        /* background-color: rgb(224, 6, 6) !important; */
        border-radius: 5px !important;     
    }
 
    .right-main p{
     text-indent: 25px !important;
    }
 
    .raluca_avocat{
     font-size: 1.5rem !important;
    }
 
    .left-main{
     width: 100% !important;
     display: block !important;
     /* background-color: red !important; */
     background-position-y: -200px;
     background-size: 160% !important;
     height: 700px !important;
     border-radius: 5px !important;
    }
 
    .contact-first-page{
     position: relative;
     left: 50%;
     transform: translate(-50%, 0) !important;
     flex-direction: column !important;
     background-color: rgb(101, 101, 101);
     height: auto;
     width: 95%;
     justify-content: center !important;
     padding: 0;
    }
 
    .tel{
     position: relative;
     left: 5%;   
     background-color: rgb(255, 255, 255);
     width: 90%;
     box-sizing: border-box;
     border-radius: 5px;
     padding: 5px;
    }
 
    .adresa{
     margin: 15px 0;
     left: 5%;
     background-color: rgb(255, 255, 255) !important;
     width: 90%;
     box-sizing: border-box;
     border-radius: 5px;
     padding: 5px;
    }
 
    
 }
 
@media only screen and (max-width: 1440px){
    .main-page {
        width: 95%;
    }

    .left-main {
        width:40% ;
    }

    .right-main {
        width: 55%;
        padding: 0;
    }

    .right-main h2{
        padding: 0;
        margin-top: 20px;
    }

    .right-main p{
        padding: 1vw;
        margin: 0;
        font-size: 1.1rem !important;
    }
}

@media only screen and (max-width: 1680px){
    .main-page {
        width: 90% !important;
        /* background-color: aliceblue !important; */
    }

    .left-main {
        width: 40%;
    }

    .right-main {
        width: 57%;
        padding: 0 ;       
    }

    .right-main h2{
        padding: 0;
        margin-top: 20px;
    }

    .right-main p{
        font-size: 1.2rem !important;
        padding: 2%;
        margin: 0;

    }
}

@media only screen and (max-width: 1920px){ 
    .main-page {
     min-height: 80vh;
     width: 95%;
    }
 
    .left-main {
         width: 40%; 
    }
 
    .right-main{
         width: 57%;
         padding: 0 !important;
    }
 
    .right-main p{
        padding: 0 3%;
        /* font-size: 1.2rem !important; */
    }
 
    /* .right-main h2 {
     background-color: red;
     font-size: 2rem;
     padding: 20px;
    } */
    
 
    /* .right-main p{
     background-color: rgb(54, 51, 45);
     padding: 40px;
     font-size: 1rem;
     text-indent: 40px;
     line-height: 3.8vh !important
    } */
 }

