* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Franklin Gothic Medium";
  background-image: url(../img/banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* ---------Header---------------  */
header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  background-color: #987463;
  width: 100%;
  margin-bottom: 100px;
  flex-flow: row wrap;
}
.logo {
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;
  word-spacing: 5px;
  color: wheat;
  font-weight: 600;
}
nav img {
  width: 90px;
  padding: 10px;
  align-self: center;
}
.call_btn a {
  text-decoration: none;
  color: wheat;
  font-size: 20px;
}
.call_btn i {
  margin-right: 15px;
}
.call_btn a:hover {
  font-weight: 600;
}
.hero {
  margin-bottom: 100px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-color: rgba(182, 94, 79, 0.863);
  backdrop-filter: blur(20px);
  padding: 100px 150px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
}
.hero h2 {
  font-size: 36px;
  font-weight: 800;
  color: wheat;
}
.hero p {
  font-size: 20px;
  margin: 0 0 50px 0;
  color: beige;
}
.site_btn a {
  color: wheat;
  text-decoration: none;
  padding: 10px 5px;
  border: 2px solid wheat;
  margin-top: 20px !important;
  font-weight: 500;
  font-size: 16px;
}
.site_btn a:hover {
  background-color: wheat;
  border-color: #987463;
  color: #987463;
}
/* ---------Header---------------  */

/* -----------Services----------- */
#service_sec {
  width: 80vw;
  margin: 0 auto;
  background-color: rgba(240, 248, 255, 0.87);
  border-radius: 20px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.9);
  padding: 50px 30px;
  margin-bottom: 30px;
}
#service_sec .title h3 {
  font-size: 45px;
  text-align: center;
  font-weight: 300;
  color: #987463;
}
.service_bx {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
  margin: 10px;
  padding: 0 30px;
}
.service_bx img {
  width: 100px;
  height: 100px;
  padding: 10px;
}
.service_bx h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}

/* -----------Services----------- */

/*---------------------- Gallary---------------------------- */

#gallary_sec {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 30px;
}
#gallary_sec .title {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#gallary_sec .title h3 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  color: #987463;
}

#gallary_sec .gallary_img_sec {
  flex: 2;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: center;
}

#gallary_sec .gallary_img {
  width: 400px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
  padding: 20px;
  margin: 10px;
}
#gallary_sec .gallary_img img {
  width: 100%;
}

/*---------------------- Gallary---------------------------- */

/* -----MAP----------- */
#map_bus {
  background-color: rgba(219, 212, 203, 0.822);
  display: flex;
  justify-content: space-between;
  padding: 20px 60px;
}
#map_bus .map_sec .map_box {
  padding: 10px;
  background-color: rgb(216, 214, 214);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
}
#map_bus .map_sec,
#map_bus .bus_hr {
  flex: 1;
}
#map_bus .title {
  text-align: center;
  font-size: 33px;
  font-weight: bold;
  margin: 25px 0;
  text-transform: uppercase;
  color: #987463;
}

#map_bus .bus_hr {
  display: flex;
  flex-flow: column;
  align-items: center;
}
#map_bus .bus_hr .bus_time {
  background-color: rgb(231, 227, 227);
  padding: 20px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
}
#map_bus .bus_hr .bus_time ul {
  list-style: none;
  font-size: 20px;

  background-color: white;
  padding: 10px 12px;
}
#map_bus .bus_hr .bus_time ul li {
  margin: 15px 0;
  font-weight: 600;
}
#map_bus .bus_hr .bus_time ul li span {
  margin-right: 5px;
}
/* -----MAP----------- */

/* -------Footer--------------- */
footer {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
  background-color: rgba(0, 0, 0, 0.877);
  padding: 30px 20px;
}
footer .call,
footer .contact {
  text-align: center;
}
footer .call h3,
footer .contact h3 {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  color: #987463;
  margin: 30px 0;
}
footer .site_btn {
  margin: 25px 0;
  font-weight: 600;
}
footer .site_btn a {
  color: #987463;
  border-color: #987463;
  font-weight: 600;
}
footer p {
  font-size: 16px;
  color: #987463;
}
/* -------Footer--------------- */

@media screen and (max-width: 786px) {
  header nav {
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  .logo {
    text-align: center;
  }
  header .hero {
    width: 80vw;
    padding: 50px 0;
  }
  #gallary_sec {
    flex-direction: column;
  }
  #map_bus {
    flex-direction: column;
    padding: 10px 10px;
  }
}

@media screen and (max-width: 568px) {
  footer .call h3,
  footer .contact h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #987463;
    margin: 30px 0;
  }
  .service_bx {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  nav img {
    display: none;
  }
  #gallary_sec .gallary_img {
    width: 300px;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
    padding: 10px;
    margin: 10px;
  }
}
