* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(122, 124, 121, 0.8)), to(rgba(211, 219, 216, 0.8))), url("/images/home/screen wrap.jpg");
  margin: auto;
  min-height: 100vh;
}
body.no-scroll {
  overflow: hidden;
  scroll-behavior: smooth;
}

.hero-wrap {
  height: 633px;
  background: #ffffff url(../images/home/back-ground.jpg) no-repeat right;
  background-size: cover;
}

@media (max-width: 500px) {
  .hero-wrap {
    background: #ffffff url(../images/home/back-ground.jpg) no-repeat;
    background-size: cover;
    height: 932px;
  }
}
.desc {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.desc img {
  max-width: 100%;
  margin-top: 10%;
  width: 400px;
}

@media (max-width: 500px) {
  .desc img {
    display: block;
    margin-top: 50%;
  }
}
.arrow {
  margin-top: 0;
  height: 55px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  height: 100px;
  width: auto;
  border-radius: 3px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #a87070;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #472929;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.nav {
  list-style: none;
  padding-right: 20px;
}
.nav li {
  display: inline-block;
  margin-left: 15px;
  text-transform: uppercase;
  border: 2px solid black;
  border-radius: 5px;
  padding: 5px;
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(90, 10, 10), rgb(44, 12, 12));
}
.nav a {
  text-decoration: none;
  color: #fffdfd;
}

@media (max-width: 500px) {
  .header {
    display: flex;
    justify-content: space-between;
  }
  .nav li {
    display: inline-block;
    margin-bottom: 10px;
  }
}
.container {
  min-height: calc(100vh - 20px - 330px);
}

#about {
  width: 82em;
}

.heading-secondary {
  font-style: italic;
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background-image: linear-gradient(to right, rgb(143, 124, 124), rgb(63, 60, 60));
  background-clip: inherit;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.2rem;
}

.g-map {
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  width: 430px;
}

.footer {
  display: flex;
  justify-content: space-between;
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(90, 10, 10), rgb(44, 12, 12));
  padding: 20px 0;
}
.footer .footerlogo {
  margin-top: 0.9rem;
  margin-left: 20px;
  border-radius: 20px;
}

@media (max-width: 500px) {
  .footer {
    display: block;
  }
  .footer__contact {
    margin-left: 20px;
  }
}
.icon {
  display: flex;
  gap: 1em;
  line-height: 1.8rem;
}

.footer__contact {
  text-align: left;
  line-height: 1.5rem;
  margin-right: 16px;
}
.footer__contact icon {
  margin-right: 80px;
}
.footer__contact a {
  color: #fffdfd;
  list-style: none;
  text-decoration: none;
}
.footer__contact li {
  list-style: none;
}

.slider {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.slides {
  border: 2px solid black;
}

.slides img {
  width: 100%;
  height: auto;
}

@media (max-width: 500px) {
  .main {
    display: flex;
    padding: 0.5rem;
    justify-content: center;
  }
  .slider {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .slides img {
    width: 98%;
    height: 99%;
  }
}
.slider-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.prev,
.next {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.active {
  background-color: #717171;
}

.tandc {
  padding: 2em;
  margin-left: 8em;
  margin-right: 8em;
  margin-top: 2em;
}
.tandc .terms {
  font-size: 2em;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
  margin-top: -2em;
  margin-bottom: 1.7em;
}
.tandc .terms__paragraph {
  line-height: 1.5em;
  text-align: justify;
}
.tandc .terms__paragraph p {
  margin-top: 15px;
  font-size: 1.2em;
}

@media (max-width: 500px) {
  .tandc {
    display: inline;
    line-height: 100px;
  }
  .tandc .terms {
    margin-bottom: -1.3em;
  }
  .tandc .terms__paragraph {
    padding: 20px;
  }
}/*# sourceMappingURL=style.css.map */