* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Lato", serif;
  background-color: #262626;
  color: #ffff;
}

.navbar {
  margin-top: 15px;
  margin-inline: 55px;
}

.logo{
  width: 65px;
}


.navbar-toggler {
  background-color: #ffff !important;
}

.navbar a {
  color: #ffff !important;
  font-size: 20px;
  margin-inline: 10px;
  transition: 0.3s;
}

.navbar a:hover {
  color: #ffff !important;
}

.home {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.home .image img {
  width: 450px;
}

.home h1 {
  color: #ffff;
  font-size: 85px;
  font-weight: bold;
}

.home p {
  font-size: 40px;
  font-weight: 500;
  padding: 13px;
  color: #ffff;
  background: #e25a02;
  text-align: center;
}

.about {
  margin-top: 30px;
  text-align: center;
}

.about h3 {
  font-size: 65px;
  font-weight: bold;
  color: #ffff;
  padding-block: 35px;
  text-transform: uppercase;
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: left;
}

.about .image img {
  width: 450px;
}

.about .content p {
  width: 650px;
}

.about .content p {
  font-size: 18px;
  font-weight: bold;
}

.vision {
  margin-block: 100px;
}

.vision h3 {
  color: #ffff;
  font-size: 75px;
  font-weight: bold;
  margin-block: 35px;
  text-transform: uppercase;
}

.achievements-content {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.achievements-content .card {
  outline: none;
  border: none;
  text-align: center;
  margin-inline: 10px;
  background: #ffffff;
}

.achievements-content .image img {
  width: 380px;
}

.services {
  text-align: center;
}

.services h3 {
  color: #ffff;
  font-size: 75px;
  font-weight: bold;
  margin-block: 55px;
  text-transform: uppercase;
}

.services-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.services-content .service {
  margin: 15px 0px;
  background-color: #eeeeee;
  color: #404040;

}

.services-content .name {
  background-color: #e25a02;
  padding: 5px;
  color: #ffff;
  font-size: 25px;
  font-weight: bolder;
}

.services-content .desctiption {
  width: 550px;
  height: 140px;
  font-size: 18px;
  font-weight: 500;
  padding: 10px;
}

.achievements {
  margin-top: 50px;
  text-align: center;
}

.achievements h3 {
  color: #ffff;
  font-size: 75px;
  font-weight: bold;
  margin-block: 35px;
  text-transform: uppercase;
  transition: 0.3s;
}

.achievements-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.achievements-content .achievement img {
  width: 170px;
}

video {
  max-width: 1300px;
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

form {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 600px;
}

label {
  color: #ffff;
  font-size: 18px;
  font-weight: 400;
}

textarea {
  resize: none;
  max-height: 550px;
}

form button {
  outline: none;
  border: none;
  background: #e25a02 !important;
  color: #ffff !important;
  width: 150px;
  padding: 8px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.links {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  margin-bottom: 30px;
}

.links a {
  width: 60px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  color: #ffff;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  background-color: #404040;
  margin: 0 15px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.links a .fa-brands,
.links a .fa-regular {
  font-size: 20px;
  line-height: 60px;
  position: relative;
  z-index: 10;
  transition: color 0.5s;
}

.links a::after {
  content: "";
  width: 100%;
  height: 100%;
  top: -90px;
  left: 0;
  background: #e25a02;
  position: absolute;
  transition: 0.5s;
}

.links a:hover::after {
  top: 0;
}

.links a:hover .fa-brands,
.links a:hover .fa-regular {
  color: #fff;
}

@media (max-width: 767px) {
  * {
    overflow-x: hidden;
    box-sizing: border-box;
    margin: 0;
  }

  .navbar {
    margin-top: 15px;
    margin-inline: 0px;
  }

  .logo {
    width: 75px;
  }

  .navbar-toggler {
    background-color: #ffff !important;
  }

  .navbar a {
    color: #ffff !important;
    font-size: 20px;
    margin-inline: 10px;
    transition: 0.3s;
  }

  .navbar a:hover {
    color: #ffff !important;
  }

  .home {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .home .image img {
    width: 350px;
  }

  .home h1 {
    color: #ffff;
    font-size: 50px;
    font-weight: bold;
    padding-top: 15px;
  }

  .home p {
    font-size: 22px;
    font-weight: 500;
    padding: 10px;
    color: #ffff;
    background: #e25a02;
    text-align: center;
  }

  .vision {
    margin-block: 10px;
  }

  .vision h3 {
    color: #ffff;
    font-size: 55px;
    font-weight: bold;
    margin-block: 35px;
    text-transform: uppercase;
  }

  video {
    max-width: 350px;
  }

  .about {
    margin-top: 30px;
    text-align: center;
  }

  .about h3 {
    font-size: 55px;
    font-weight: bold;
    color: #ffff;
    padding-block: 35px;
    text-transform: uppercase;
  }

  .about-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    text-align: left;
  }

  .about .image img {
    width: 330px;
  }

  .about .content p {
    width: 300px;
    margin: 20px auto;
  }

  .about .content p {
    font-size: 18px;
    font-weight: bold;
  }

  .services {
    text-align: center;
  }

  .services h3 {
    color: #ffff;
    font-size: 55px;
    font-weight: bold;
    margin-block: 25px;
    text-transform: uppercase;
  }

  .services-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .services-content .service {
    margin: 15px 0px;
  }

  .services-content .name {
    background-color: #e25a02;
    padding: 10px;
    color: #ffff;
    font-size: 20px;
    width: 350px;
    margin: auto;
    font-weight: bolder;
    text-align: center;
  }

  .services-content .desctiption {
    width: 320px;
    margin: 10px auto;
    height: 220px;
    font-size: 16px;
    text-align: left;
  }

  .achievements {
    margin-top: 0px !important;
    text-align: center;
  }

  .achievements h3 {
    color: #ffff;
    font-size: 40px;
    font-weight: bold;
    margin-block: 35px;
    text-transform: uppercase;
    transition: 0.3s;
  }

  .achievements-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .achievements-content .achievement img {
    width: 170px;
    margin-block: 15px;
  }

  .second-name {
    padding-top: 15px !important;
  }

  .links {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
