body {

}

/* header start */

.logo {
  /* background-image: url("/images/logo3.svg") !important; */
}

/* header end */

/* nav-bar start */

.nav-bar :nth-child(8) {
  color: rgb(51, 193, 124);
  text-decoration: underline;
}

/* nav-bar end */

/* main-page-contact start */


.main-page-contact{
  position: relative;
  display: flex;
  justify-content:space-evenly;
  align-items: center;
  align-content: center;
  flex-direction: column;  
  position: relative;
  height: 70vh;
  width: 80vw;  
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(255, 255, 255); 
  margin: 50px 0;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}


.main-page-contact h1{
  font-size: 3rem;
}


.telefon{
  color: black;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 15px;
  
}

.telefon img{
  position: relative;
  top: 15px; 
}

.mail{
  color: black;
  font-size: 1.5rem;
  text-decoration: none;
  padding: 15px;
}

.mail img{
  position: relative;
  top: 15px; 
}

.adresa{
  font-size: 1.5rem;
  font-family: sans-serif;
}

.imagine-harta {
  position: relative;
  margin: 10vh 0;   
  height: 70vh; 
  background-image: url("../images/harta.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 80%;
}

/* footer start */

/* footer end */

/* media query start */



/* @media only screen and (max-width: 1920px) {
  .main-page-contact {
    justify-content: space-evenly;
    background-color: red;
    width: 90vw;
    height: 100% !important;
  }

  .contact1 {  
    width: 35%;
  }

  .contact1 p{ 
    text-align:center;
    margin: 0 !important;   
  }

  .contact2 p{   
    text-indent: 0rem !important;
  }

  .contact2 input {   
    height: 40px;
  }

  #mesaj {
    position: relative;
    min-height: 175px;
    max-height: 175px;
    max-width: 90%;
    min-width: 90%;
    margin-bottom: 50px;    
  }

  #check {    
  }

  .termeni { 
    padding: 10px !important;
  }  

  .line{
    margin-top: 100px;
  }
} */



/* @media only screen and (max-width: 1076px) {
  .main-page-contact{
    flex-direction: column !important;
    width: 90% !important;
    background-color: red !important;
  } 

  .contact1, .contact2{ 
    width: 100%;
  }

  .contact1{
    height: 40vh;
    background-color: yellow;
  }

  .nume{
    font-size: 2rem !important;
    background-color: #434343;
  }
}



@media only screen and (max-width: 430px) {
  .main-page-contact {    
  }

  .main-page-contact p{    
  }

  .contact1 {
    background-color: rgba(254, 254, 254, 0.625) !important;
    height: 430px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;    
  }  

  
  .nume {
    background-color: rgba(171, 40, 40, 0) !important;
    display: inline !important;
    width: 90%;
    margin: 0 !important;
    left: 0 !important;
    font-size: 1.5rem !important;
  } 

  .telefon{
    text-indent: 0 !important;
    font-size: 1.5rem;    
  }
  
  .telefon>span{
    font-size: 1.4rem !important;
    font-weight: 100 !important;
  }

  .adresa_email{
    text-indent: 1px !important;
    font-size: 1.5rem !important;
  }
  
  .adresa_email>span{
    font-size: 1.4rem !important;
    font-weight: 100 !important;
  }

  .contact2{
    width: 100%;
    border: none;
    margin-top: 30px;
    border-radius: 0;
   } 

  .text, .email, .tel{
    width: 95% !important;
  }  

  #mesaj{
    border-radius: 5px;
    font-size: 1.5rem !important;
    background-color: rgb(255, 255, 255);
  }

  #check{   
   height: 25px;    
  }
 
  .termeni{
    display: block;
    padding: 10px !important;
    box-sizing: border-box;
    left: 0 !important;
    margin: 0 !important;
    width: 100%;
  }

  .line{
    margin: 40px auto ;
  }

  .imagine-harta{
    margin: 0 !important;
    height: 30vh;
    width: auto;
    background-size: 100%;
  }
} */

@media only screen and (max-width: 430px) {
  .main-page-contact{
    width: 95%;
    
  }

  .nume{
    text-align: center;
    font-size: 1.9rem !important;
  }

  .footer {
    background-color: rgb(232, 232, 232) !important;
    height: 120px !important;
  }

  .footer p {
    position: relative;
    color: rgb(0, 0, 0) !important;
    font-size: .7rem !important;
    /* bottom: 30px !important; */
  }
}