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

/* line 9, /stdin */
.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;
}

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

/* line 25, /stdin */
.header nav .logo_img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

/* line 31, /stdin */
.header nav .logo {
  font-size: 1.3rem;
  font-weight: 700;
  color: tomato;
}

/* line 37, /stdin */
.header nav .nav_links {
  flex: 1;
  text-align: right;
}

/* line 42, /stdin */
.header nav .nav_links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

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

/* line 58, /stdin */
.header nav .nav_links ul li :hover::after {
  width: 100%;
}

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

/* line 72, /stdin */
.header nav #fa_1,
.header nav #fa_2 {
  display: none;
}

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

/* line 87, /stdin */
.header .section-1 #p1 {
  font-size: 1.3rem;
}

/* line 94, /stdin */
.section_2 h3 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 1.6rem;
}

/* line 101, /stdin */
.section_2 .p2 {
  margin: 0 10px 18px;
  font-size: 1.2rem;
}

/* line 106, /stdin */
.section_2 .me {
  align-items: center;
  text-align: center;
}

/* line 112, /stdin */
.section_2 .coll_1 .b_1 {
  margin: 12px 14px;
  font-size: 1.3rem;
}

/* line 117, /stdin */
.section_2 .coll_1 .div_1 {
  display: flex;
  margin: 0 12px;
}

/* line 121, /stdin */
.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;
}

/* line 131, /stdin */
.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;
}

/* line 146, /stdin */
.section_3 .bb_2 {
  text-align: end;
}

/* line 149, /stdin */
.section_3 .bb_2 .b_2 {
  margin: 13px 16px;
  font-size: 1.3rem;
}

/* line 155, /stdin */
.section_3 .map {
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

/* line 160, /stdin */
.section_3 .map iframe {
  width: 90%;
  height: 40vh;
  border-radius: 19px;
}

/* line 167, /stdin */
.section_3 .map1 {
  margin: 20px 20px;
}

/* line 170, /stdin */
.section_3 .map1 .map_d {
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

/* line 175, /stdin */
.section_3 .map1 .map_d .m_d {
  font-size: 1.3rem;
}

/* line 180, /stdin */
.section_3 .map1 .p4 {
  font-size: 17px;
}

/* line 186, /stdin */
.fot {
  background-color: black;
  color: white;
  height: 80pc;
}

/* line 193, /stdin */
.fot .Help .a1 {
  font-size: 1.6rem;
}

/* line 198, /stdin */
.fot .div33 {
  text-align: center;
  margin: 3rem 0;
}

/* line 202, /stdin */
.fot .div33 .pp1 {
  margin: 15px;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  /* line 212, /stdin */
  .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;
  }
  /* line 225, /stdin */
  .header nav .nav_links ul {
    margin: 80px 0;
  }
  /* line 228, /stdin */
  .header nav .nav_links ul li {
    display: block;
    margin: 20px 0;
  }
  /* line 238, /stdin */
  .header nav #fa_1,
.header nav #fa_2 {
    display: block;
    font-size: 28px;
    margin: 10px;
    color: #ffffff;
  }
  /* line 245, /stdin */
  .header nav #fa_1 {
    display: none;
  }
  /* line 250, /stdin */
  .header .section-1 {
    width: 70%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
    left: 50%;
    color: white;
  }
  /* line 259, /stdin */
  .header .section-1 #p1 {
    font-size: 15px;
  }
  /* line 266, /stdin */
  .section_2 h3 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: 22px;
    margin-right: 22px;
  }
  /* line 274, /stdin */
  .section_2 .p2 {
    margin: 0 10px 18px;
    font-size: 15px;
  }
  /* line 279, /stdin */
  .section_2 .me {
    align-items: center;
    text-align: center;
  }
  /* line 292, /stdin */
  .section_2 .coll_1 .div_1 .p3 {
    font-size: 15px;
  }
  /* line 306, /stdin */
  .section_2 .map1 .p4 {
    font-size: 15px;
  }
}

/* line 313, /stdin */
.fot {
  background-color: black;
  color: white;
  height: 30vh;
  padding: 20px 20px;
}

/* line 320, /stdin */
.fot .Help .a1 {
  font-size: 1.6rem;
}

/* line 325, /stdin */
.fot .div33 {
  text-align: center;
  margin: 3rem 0;
}

/* line 329, /stdin */
.fot .div33 .pp1 {
  margin: 15px;
  font-size: 17px;
}

@media (max-width: 576px) {
  /* line 339, /stdin */
  .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;
  }
  /* line 353, /stdin */
  .header .section-1 {
    width: 70%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
    left: 50%;
    color: white;
  }
  /* line 362, /stdin */
  .header .section-1 #p1 {
    font-size: 11px;
  }
  /* line 369, /stdin */
  .section_2 h3 {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: 22px;
    margin-right: 22px;
    font-size: 14px;
  }
  /* line 378, /stdin */
  .section_2 .p2 {
    font-size: 12px;
  }
  /* line 382, /stdin */
  .section_2 .me {
    align-items: center;
    text-align: center;
  }
  /* line 386, /stdin */
  .section_2 .me .img {
    width: 70%;
    border-radius: 12px;
  }
  /* line 393, /stdin */
  .section_2 .coll_1 .b_1 {
    font-size: 1rem;
  }
  /* line 396, /stdin */
  .section_2 .coll_1 .div_1 {
    flex-direction: column;
  }
  /* line 399, /stdin */
  .section_2 .coll_1 .div_1 .p3 {
    font-size: 12px;
  }
  /* line 407, /stdin */
  .section_3 .bb_2 {
    text-align: end;
  }
  /* line 410, /stdin */
  .section_3 .bb_2 .b_2 {
    margin: 13px 16px;
    font-size: 1rem;
  }
  /* line 416, /stdin */
  .section_3 .map {
    align-items: center;
    text-align: center;
    margin: 20px 0;
  }
  /* line 421, /stdin */
  .section_3 .map iframe {
    width: 90%;
    height: 40vh;
    border-radius: 19px;
  }
  /* line 428, /stdin */
  .section_3 .map1 {
    margin: 20px 20px;
  }
  /* line 431, /stdin */
  .section_3 .map1 .map_d {
    align-items: center;
    text-align: center;
    margin: 20px 0;
  }
  /* line 436, /stdin */
  .section_3 .map1 .map_d .m_d {
    font-size: 1rem;
  }
  /* line 441, /stdin */
  .section_3 .map1 .p4 {
    font-size: 12px;
  }
  /* line 447, /stdin */
  .fot {
    background-color: black;
    color: white;
    height: 50vh;
    padding: 20px 20px;
  }
  /* line 454, /stdin */
  .fot .Help .a1 {
    font-size: 1.4rem;
  }
  /* line 459, /stdin */
  .fot .div33 {
    text-align: center;
    margin: 3rem 0;
  }
  /* line 463, /stdin */
  .fot .div33 .pp1 {
    margin: 15px;
    font-size: 1rem;
  }
}
