@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap");

.whatsapp-float {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background-color: rgba(183, 31, 31, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float img {
  width: 35px;
  height: 35px;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Saira", sans-serif;
}

.hidden {
  display: none;
}

#overlay {
  top: 0;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.nav_container {
  width: 100vw;
  height: 70px;
  position: fixed;
  background-color: #0f0f0f;
  transition: top 0.25s ease-in-out;
}

.nav_content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.nav_content ul {
  display: none;
}

.nav_content button {
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
}

.nav_content img {
  height: 100%;
}

.nav_content a {
  padding: 0.2rem;
  color: #ffffff;
  height: 80%;
  font-size: 1rem;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
}

.navMobile_container {
  width: 60vw;
  height: 100vh;
  position: fixed;
  left: -100vw;
  transition: all 0.2s ease-in-out;
}

.enableNavMobile {
  left: 0;

  z-index: 50000;
}

.navMobile_content {
  background-color: #0f0f0f;

  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navMobile_content button {
  align-self: flex-start;
  width: 15%;
  margin: 1rem;
  border: none;
  background: transparent;
}

.navMobile_content label {
  margin-top: 0.5rem;
  width: 90%;
  font-size: 1.5rem;
  color: #ffffff;
}

.navMobile_content label a {
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 6rem;
}

.navMobile_content ul {
  margin-top: 0.5rem;
  width: 80%;
}

.navMobile_content ul li {
  font-size: 1.2rem;
  list-style-type: none;
  margin: 0.25rem 0;
}

.navMobile_content ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 100;
}

.first-screen_container {
  background: linear-gradient(rgba(0, 0, 0, 0.85)),
    url("../res/background.webp");
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.first-screen_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.5rem;
  color: #ffffff;
}

.first-screen_content h1 {
  font-size: 2rem;
  text-align: center;
}

.first-screen_content p {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

.first-screen_content a {
  text-decoration: none;
  color: #000;
  border: none;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  border-top: 5px solid #b71f1f;
  background-color: #ffffff;
}

.main_container {
  width: 100vw;
  height: 100vh;
}

.content-one-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.5rem;
  margin-top: 0.5rem;
}

.content-one-container h3 {
  font-size: 2rem;
  font-weight: 200;
  border-bottom: 3px solid #b71f1f;
  background-color: #3d3d3d;
  color: #ffffff;
  width: 100vw;
  text-align: center;
}

.content-one-container p:nth-child(1) {
  font-size: 2rem;
  border-bottom: 3px solid #b71f1f;
  text-align: center;
  width: 70%;
}

.content-one-container p {
  font-size: 1.3rem;
  text-align: justify;
  padding: 0.5rem;
}

.content-one-container p:nth-child(3) {
  margin: 1rem 0;
  font-size: 2rem;
  border-bottom: 3px solid #b71f1f;
  text-align: center;
  width: 70%;
}

.out-services {
  padding: 1rem 0;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #2d2d2d;
}

.service-card {
  width: 95%;
  background-color: rgba(183, 31, 31, 0.1);
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  color: #fff;
}

.service-card h2 {
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.service-card button {
  width: 100%;
  margin: 0.5rem;
  font-size: 1.2rem;
  letter-spacing: 1px;
  border: none;
  background-color: #b71f1f;
  color: #ffffff;
  padding: 0.25rem 1rem;
}

.card-left {
  border-left: 5px solid #b71f1f;
  text-align: left;
}

.card-left p {
  font-weight: 300;
  text-align: left;
  font-size: 1.2rem;
}

.card-right {
  border-right: 5px solid #b71f1f;
  text-align: right;
}

.card-right p {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 300;
}

.content-two-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0.5rem;
  background-color: #0f0f0f;
  color: #ffffff;
}

.content-two-container p:nth-child(1) {
  font-size: 2rem;
  border-bottom: 3px solid #b71f1f;
  text-align: center;
  width: 70%;
}

.content-two-container p:nth-child(2) {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.1rem;
}

.out-card {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.out-card p:nth-child(1) {
  font-weight: 400;
}

.out-card p {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
}

.contact-section {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.text-contact p {
  text-align: center;
  font-size: 1.3rem;
}

.form-container {
  margin-top: 1rem;
  width: 90%;
}

.form {
  display: flex;
  flex-direction: column;
}

.form label {
  font-size: 1.5rem;
}

.form input,
textarea {
  font-size: 1.3rem;
  padding: 0.2rem 0.5rem;
  outline: none;
  border-radius: 10px;
  border: 2px solid #000;
  transition: all 0.1s ease;
}

.form input:focus {
  border: 2px solid #b71f1f;
}

.form textarea:focus {
  border: 2px solid #b71f1f;
}

.form button {
  margin-top: 1rem;
  font-size: 1.5rem;
  border: none;
  padding: 0.3rem 0.2rem;
  background-color: #b71f1f;
  color: #fff;
}

.footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  color: #fff;
  margin-top: 3rem;
  background-color: #2d2d2d;
  padding-top: 1rem;
}

.footer p {
  font-size: 1.1rem;
}

.footer-text {
  margin: 1.5rem 0rem 2rem 0rem;
}

.social-media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-media a {
  margin: 0 0.5rem;
}

.social-media img {
  width: 30px;
  height: 30px;
}
