* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Signika Negative", sans-serif;
}

.header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/img/background.jpg");
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header nav {
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
  box-shadow: 9px 9px 50px white;
}

.header nav .logo_img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.header nav .logo {
  font-size: 1.3rem;
  font-weight: 700;
  color: tomato;
}

.header nav .nav_links {
  flex: 1;
  text-align: right;
}

.header nav .nav_links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

.header nav .nav_links ul li ::after {
  content: "";
  width: 0;
  height: 2px;
  background: #f44336;
  display: block;
  margin: auto;
  transition: 0.7s;
}

.header nav .nav_links ul li :hover::after {
  width: 100%;
}

.header nav .nav_links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
}

.header nav #fa_1,
.header nav #fa_2 {
  display: none;
}

.header .section-1 {
  width: 80%;
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  top: 50%;
  left: 50%;
  color: white;
}

.header .section-1 #p1 {
  font-size: 1.3rem;
}

.section_2 h3 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 1.6rem;
}

.section_2 .p2 {
  margin: 0 10px 18px;
  font-size: 1.2rem;
}

.section_2 .me {
  align-items: center;
  text-align: center;
}

.section_2 .coll_1 .b_1 {
  margin: 12px 14px;
  font-size: 1.3rem;
}

.section_2 .coll_1 .div_1 {
  display: flex;
  margin: 0 12px;
}

.section_2 .coll_1 .div_1 .p3 {
  padding: 9px 13px;
  margin: 22px 13px;
  font-size: 18px;
  text-align: center;
  border-radius: 14px;
  background: #f6f5f5e8;
  display: flex;
  flex-direction: column;
}

.section_2 .coll_1 .div_1 .p3 .btn_2 {
  margin: 8px 0;
  padding: 8px 8px;
  color: white;
  background: tomato;
  text-decoration: none;
  border-radius: 15px;
  font-weight: bold;
}

.section_3 .bb_2 {
  text-align: end;
}

.section_3 .bb_2 .b_2 {
  margin: 13px 16px;
  font-size: 1.3rem;
}

.section_3 .map {
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.section_3 .map iframe {
  width: 90%;
  height: 40vh;
  border-radius: 19px;
}

.section_3 .map1 {
  margin: 20px 20px;
}

.section_3 .map1 .map_d {
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.section_3 .map1 .map_d .m_d {
  font-size: 1.3rem;
}

.section_3 .map1 .p4 {
  font-size: 17px;
}

.fot {
  background-color: black;
  color: white;
  height: 80pc;
}

.fot .Help .a1 {
  font-size: 1.6rem;
}

.fot .div33 {
  text-align: center;
  margin: 3rem 0;
}

.fot .div33 .pp1 {
  margin: 15px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .header nav .nav_links {
    position: absolute;
    background-color: rgba(200, 193, 229, 0.448);
    backdrop-filter: blur(15px);
    border-radius: 0 0 16px 16px;
    height: 40%;
    width: 50%;
    top: 80px;
    right: -500px;
    text-align: center;
    z-index: 2;
    transition: 1s;
  }
  .header nav .nav_links ul {
    margin: 80px 0;
  }
  .header nav .nav_links ul li {
    display: block;
    margin: 20px 0;
  }
  .header nav #fa_1,
.header nav #fa_2 {
    display: block;
    font-size: 28px;
    margin: 10px;
    color: #ffffff;
  }
  .header nav #fa_1 {
    display: none;
  }
  .header .section-1 {
    width: 70%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
    left: 50%;
    color: white;
  }
  .header .section-1 #p1 {
    font-size: 15px;
  }
  .section_2 h3 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: 22px;
    margin-right: 22px;
  }
  .section_2 .p2 {
    margin: 0 10px 18px;
    font-size: 15px;
  }
  .section_2 .me {
    align-items: center;
    text-align: center;
  }
  .section_2 .coll_1 .div_1 .p3 {
    font-size: 15px;
  }
  .section_2 .map1 .p4 {
    font-size: 15px;
  }
}

.fot {
  background-color: black;
  color: white;
  height: 30vh;
  padding: 20px 20px;
}

.fot .Help .a1 {
  font-size: 1.6rem;
}

.fot .div33 {
  text-align: center;
  margin: 3rem 0;
}

.fot .div33 .pp1 {
  margin: 15px;
  font-size: 17px;
}

@media (max-width: 576px) {
  .header nav .nav_links {
    position: absolute;
    background-color: rgba(200, 193, 229, 0.448);
    backdrop-filter: blur(15px);
    border-radius: 0 0 16px 16px;
    height: 60%;
    width: 50%;
    top: 72px;
    right: -500px;
    text-align: center;
    z-index: 2;
    transition: 1s;
  }
  .header .section-1 {
    width: 70%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
    left: 50%;
    color: white;
  }
  .header .section-1 #p1 {
    font-size: 11px;
  }
  .section_2 h3 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: 22px;
    margin-right: 22px;
    font-size: 14px;
  }
  .section_2 .p2 {
    font-size: 12px;
  }
  .section_2 .me {
    align-items: center;
    text-align: center;
  }
  .section_2 .me .img {
    width: 70%;
    border-radius: 12px;
  }
  .section_2 .coll_1 .b_1 {
    font-size: 1rem;
  }
  .section_2 .coll_1 .div_1 {
    flex-direction: column;
  }
  .section_2 .coll_1 .div_1 .p3 {
    font-size: 12px;
  }
  .section_3 .bb_2 {
    text-align: end;
  }
  .section_3 .bb_2 .b_2 {
    margin: 13px 16px;
    font-size: 1rem;
  }
  .section_3 .map {
    align-items: center;
    text-align: center;
    margin: 20px 0;
  }
  .section_3 .map iframe {
    width: 90%;
    height: 40vh;
    border-radius: 19px;
  }
  .section_3 .map1 {
    margin: 20px 20px;
  }
  .section_3 .map1 .map_d {
    align-items: center;
    text-align: center;
    margin: 20px 0;
  }
  .section_3 .map1 .map_d .m_d {
    font-size: 1rem;
  }
  .section_3 .map1 .p4 {
    font-size: 12px;
  }
  .fot {
    background-color: black;
    color: white;
    height: 50vh;
    padding: 20px 20px;
  }
  .fot .Help .a1 {
    font-size: 1.4rem;
  }
  .fot .div33 {
    text-align: center;
    margin: 3rem 0;
  }
  .fot .div33 .pp1 {
    margin: 15px;
    font-size: 1rem;
  }
}
