@import "hero.css";
@import "mediaquerry.css";
@import "servicii.css";
@import "echipa.css";
@import "footer.css";

*{
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}

body{
    overflow-x:hidden;
    width:100%;
    height: 2500px;

}
.main ul{
    padding: 20px;
    list-style: none;
    text-align: right;
    margin:0px 300px 0px 300px;
}


.main ul li{
    float: none;
    display:inline-block;  
}

.main ul li:nth-child(1){float: left;}
.main ul li:nth-child(2){float: left;}

.main ul li a {
    color: #D7EDEE;
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    text-decoration: none;
    display: block;
    font-family: lucida console;
    padding:10px 10px;
    margin-left: 20px;
    font-family: 'Ubuntu', sans-serif;
    border: 1px solid #D7EDEE;
    border-radius: 7px;
}
.main ul li a:hover {
    transition: 1s;
    background-color:#D7EDEE;
    border-radius: 10px;
    color: black;
    color:#303853;
}
.navbar {
    width: 100%;
    position: absolute;
    height: 12vh;
    background-color:#303853;
    z-index: 99999;
}

.logo{
    position: absolute;
    left: 50%;
    top:15%;
    border-radius: 50px;
    margin-left: -50px;
}

.hero{
    font-family: 'Ubuntu', sans-serif;

}



.nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    display: flex;
    overflow-x: auto;
    z-index: 99999999999999;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #D7EDEE;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
    background-color:#303853;
    padding: 20px;
}

.ferLogo{
    position: fixed;
    background: #303853;
    border-radius: 100%;
    padding: 11px;
    bottom: 30px;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
    min-width: 50px;
    margin-left: 10px;
}
   


.nav__link:hover {
    background-color: #D7EDEE;
    color: #303853;
}



.nav__text {
    line-height: 20px;
}

.triangle {
    position: relative;
    background: white;
    
  }
  
  .triangle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 70px 0 70px;
    border-color: white transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    z-index: 9999999;
    border:6px solid #D7EDEE!;
  }

  .googlemap{
      margin-top: 50px;
      
  }
  .googlemap h1{
    text-align: center;
    margin: 10px 0 60px 0;
    font-size: 1.3rem;
    color: #98AEBE;
  }
iframe{
    border-radius: 60px;
}
.contactBtn{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    flex-wrap: wrap;
}
.btn button {
    text-decoration: none;
    padding:12px 20px;
    background-color:  #303853;
    border:5px solid #D7EDEE!important;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    width: 300px!important;
    font-weight: 600;
    font-size: 18px;
    color:#D7EDEE;
    text-align: center;
    outline-style: none;
}



