@font-face {
  font-family: Roboto-Bold;
  src: url(fonts/Roboto-Bold.ttf);
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
/* 
.logo h1 {
  z-index: 9999;
  position: absolute;
  color: white;
  margin-top: 8px;
  margin-left: 20px;
  position: absolute;
  font-family: Roboto-Bold;
}
.header {
  background-color: #1f2937;
  color: white;
  height: 300px;
  width: 100%;
  position: absolute;
  top: 0px;
}
.header ul {
  list-style: none;
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
  margin-right: 70px;
}
.header ul li {
  padding-left: 20px;
}
.header .text {
  margin-top: 70px;
  margin-top: 20px;
  width: 550px;
  margin-left: 80px;
} */

.logo_header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.logo_header h1{
  margin-left: 10px;
}
.logo_header ul {
  display: flex;
  flex-direction: row;
 list-style: none;
}
.logo_header ul li{
  margin-right: 90px;
}
.logo_header ul li:hover{
  cursor: pointer;
}

.header {
  background-color: #1f2937;
  color: white;
  height: 400px;
  width: 100%;
  position: absolute;
  top: 0px;
}



.main {
  display: flex;
  justify-content: space-around;
  width: 1500px;
  margin-top: 50px;
}
.main .hero_main {
  font-size: 48px;
  font-weight: bold;
  margin-top: 1px;
  color: #f9faf8;
  font-family: Roboto-Bold;
}
.main .hero_secondary {
  font-size: 18px;
  margin-top: 1px;
  color: #f9faf8;
}

.first_text {
  font-size: 25px;
  overflow: visible;
  font-weight: extra-bold;
  color: #f9faf8;
  width: 550px;
  margin-right: 5px;
}
.third_text {
  font-size: 18px;
  display: flex;
  float: right;
  width: 250px;
  padding: 50px;
  margin-right: 50px;
  margin-top: 0px;
  background-color: #e5e7eb;
}
.btn {
  border: none;
  border-radius: 8px;
  width: 80px;
  padding: 4px;
  margin-top: 0px;
  background-color: #3882f6;
}



.content {
  position: absolute;
  top: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  

}
.content .content_items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 250px;
  width: auto;
}
img {
  height: 180px;
  width: auto;
}
.item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 40px; 
}

.content > h1 {
  text-align: center;
}



.quote_section{
margin-top: 10px;
  background-color: #e5e7eb;
  font-size: 25px;
  color: #1f2937;
  padding: 70px;
  width: 800px;

}
.sign {
  width: 650px;
  height: 80px;
  background-color: #3882f6;
  border-radius: 5px;
  color: white;
  padding-left: 10px;
}

.sign button {
  background-color: #3882f6;
  color: white;
  border: none;
  border-radius: 5px;
  width: 75px;
  height: 40px;
  padding: 4px;
  margin: 10px 10px;
  transition: all 0.3s ease-in-out;
}
.sign button:hover {
  transform: scale(1.1);
}
.sign button:hover{
  cursor: pointer;

}

footer {
  width: 100%;
  height: 350px;
  position: absolute;
  top: 1400px;
  text-align: center;
  background-color: #1f2937;
  color: white;
}

.footer{
  display: flex;
  flex: 1;
}

.social_media,
.send_message,
.footer_logo {
  flex: 1;
}

.social_media{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.social_media:hover{
  cursor: pointer;
}
.social_media i:hover{
  margin-left: 7px;
}





.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container span {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px; /* Add margin-bottom for spacing between rows */
}

.container label {
  background-color: rgb(93, 138, 138);
  display: inline-block;
  width: 90px;
  height: 40px;
  text-align: center; 

}

.container input {
  background-color: none;
  border: none;
  width: 300px;
  height: 37px;
}
.container textarea{
  width: 300px;
  height: 35px;
}

button {
  background-color: #4CAF50; 
  color: white; 
  padding: 10px 20px; 
  font-size: 16px; 
  border: none; 
  border-radius: 5px;
  cursor: pointer; 
}

/* Hover effect */
button:hover {
  background-color: #45a049; 
}



 




