*{
    padding: 0 px;
    margin: 0px;
    color: #898989;
    font-family: Lato, sans-serif;
    
    
}  


#container{
    width: 100%;
    height: auto;
}
.header{
    width: 100%;
    height: 100px;
    
}
.logo{
    width: 450px;
    height: 100px;
    margin-left: 50px;
    position: absolute;
    display: flex;
}
.logo h1{
    color: rgb(3, 184, 255);
    padding-top: 50px;
}
.nav{
    width: 50%;
    margin-top: 50px;
    float: right;
  
}


/* Navbar container */
.navbar {
  overflow: hidden;
  background-color:lightgoldenrodyellow;
  color:#898989;

  
  
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color:#898989;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-weight: 600;
  background-color: lightgoldenrodyellow;
 
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
  
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #898989;;
  padding: 14px 16px;
  background-color: inherit;
 font-weight: 600;
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: rgb(199, 193, 193);
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(color: #898989;);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #898989;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}





.hero{
    width: 100%;
    height: 100vh;
    background-image:  url(/images/banner2.png);
    padding: 20px;
    margin: 20px;
      
}
.hero h1{
    color: rgb(0, 255, 255);
    padding: 20px;
    font-size: 38px;
    
}

.hero h2 {
    color: beige;
    padding: 20px;
    text-align: left;
    
}

.hero div{
    width: 48%;
    height: auto;
    margin-top: 10px;
    padding-left: 20px;
}
.hero div p{
    color: antiquewhite;
   font-size: 16px;
   line-height: 22px;
    letter-spacing: 0.02em;
    padding-left: 20px;
}
.hero div button{
   
    height: 50px;
    background-color: rgb(238, 120, 9);
    font-size: 16px;
    font-weight: 500;
   padding: 10px;
    border-radius: 10px;
    margin:30px;
    color:beige;
    border-style: none;
    
}
.hero div button a{
    background-color: rgb(238, 120, 9);
    color: antiquewhite;
}
.hero form{
    width: 400px;
    height: auto;
    background-color: rgb(5, 5, 128);
    padding: 20px;
    color: rgb(10, 177, 243);
    font-size: 16px;
    border-radius: 20px;
   
}

.hero form input ,textarea{
    width: 250px;
    height: 40px;
    border-radius: 10px;
}
    
.hero .form1{
    width: 35%;
    height: 600px;
    top: 150px;
    
    position: absolute; 
    right: 10px;
    
}
.section {
    width: 100%;
    height:400px;
    padding: 20px;
    
}
.section h2{
    margin: 20px ;
    text-align: center;
    color: #333;
}
.section div{
  width: 19%;
  height:auto;
  float: left;
  padding: 5px;
  border-right: 1px;
  border-color: blue;
  border-right-style: solid;
  color: #898989;
  font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-decoration: none;
    
  
  

}

.section div button ,a{
    text-decoration: none;
    color:blue;
    background-color: rgb(236, 229, 215);
    border-style: none;
    padding: 10px;
    
    
    

}
.section div img
 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}
.section div h4{
    text-align: center;
    color: rgb(7, 206, 189);
    
}

.section1 {
    width: 100%;
    height: 500px;
    margin: 20px;
    padding: 20px;
    border-top: blue;
    border-top-style: solid;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #898989;
    
}

.section1 div{
    
    width: 45%;
    padding: 30px;
   float: left;
    height: 300px;
    
}


.kont{
    margin-left: 2px;
}
h2{
    text-align: center;
    color: #333;
}
footer {
    width: 100%;
    height:500px ;
    background-color: rgb(31, 31, 32);
    padding: 50px;
    
}
.copy{
    
    padding-top: 500px;
    padding-left: 300px;
    font-size: 12px;
}
footer div{
    
    position: relative;
    width: 24%;
    float: left;
    padding: 5px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #898989;
}

footer div form input ,textarea{
    border-radius: 5px;
    height: 40px;
    border-style: none;
    width: 250px;
}
.submit{
    width: 100px;
}
footer div h3{
   padding:20px 50px;
   color: rgb(0, 238, 255);
   
}
   
footer div li{
    list-style-type: none ;
    padding: 5px;
}
footer div li a{
    background-color:rgb(31, 31, 32) ;
    color:#898989; 
}

