.content_a {
  background-image: url(../images/main/coverfinal_sxhhth_c_scalew_1920.png);
  background-image: -webkit-image-set(
    url(../images/main/coverfinal_sxhhth_c_scalew_1920.webp) 1x,
    url(../images/main/coverfinal_sxhhth_c_scalew_1920.png) 1x
  );
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: auto;
}
.hero {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6%;
  padding-left: 5%;
  padding-right: 5%;
}
.hero_content {
  margin-top: 78%;
}
.hero_content_b {
  display: grid;
  margin-top: 50%;
  justify-items: center;
  grid-template-rows: min-content;
}

.priv {
    text-decoration: none;
    color: #fff;
}

.priv:hover {
    text-decoration: underline;
    color: #d1a424;
}
.temp_form {
  background: #000;
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 1) 0,
    rgba(106, 103, 100, 1) 100%
  );
  box-shadow: 2px 2px 15px #212121;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 2%;
  color: #fff;
  width: 100%;
  height: fit-content;
}
.temp_form h2 {
  font-size: xx-large;
  padding: 0 5px 0 5px;
  color: #fff;
}
.temp_form p {
  font-size: large;
  padding: 3px 10px 15px 5px;
  margin-bottom: 5px;
}
.temp_form input,
textarea {
  padding: 9px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #646363;
  box-shadow: 1px 1px 4px #646363;
  resize: none;
  background-color: #0000;
}
.recapcha {
  width: 100%;
  padding: 10px 0 10px 0;
  display: flex;
  flex-direction: row;
  font-size: 1rem;
}
#request {
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  color: #fff;
}

.temp_select {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 2%;
}

.temp_select select {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #23232300;
    color: #afafaf;
    box-shadow: 1px 1px 3px white;
    margin: 5px 0 15px 0;
}

.temp_select select option {
    color: #afafaf;
}

.temp_select select:focus > option:checked { 
    background: #000 !important;
}

.temp_select select option:hover {
    background-color: #da3722;
}

.iti__hide {
  display: none;
}
pre {
  margin: 0 !important;
  display: inline-block;
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url,
.token.variable {
  background: 0 0;
}
button,
input {
  height: 35px;
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}
button[disabled],
input[disabled] {
  background-color: #eee;
}
input,
select {
  border: 1px solid #ccc;
  width: 250px;
}
::-webkit-input-placeholder {
  color: #bbb;
}
::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #bbb;
}
#privacy {
  padding: 10px;
  margin: 0 15px 0 0;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 0;
  box-shadow: none;
  width: 15px;
  height: 15px;
}
#submit {
  width: 40%;
  margin: 10px auto 2% auto;
  display: grid;
  justify-items: center;
  align-items: center;
  border: 0;
  background-image: linear-gradient(to right, #e71c0e, #cd6b16);
  color: #fff;
  box-shadow: 0 0 7px;
  border-radius: 5px;
}
.success {
  display: grid;
  align-items: center;
  justify-items: center;
}
#submit:hover {
  box-shadow: 1px 1px 7px;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}
textarea:focus {
  outline: #000;
  border: 1px solid #000;
}
input:focus {
  outline: #000;
  border: 1px solid #000;
}
.booking_b {
  margin-top: 5%;
  width: 100%;
}
.booking_b p {
  color: #fff;
  font-size: 1.2rem;
}
.booking_b ul {
  display: flex;
  flex-direction: row;
}
.booking_b ul li:first-child {
  padding-left: 0;
}
.booking_b ul li {
  text-decoration: none;
  list-style-type: none;
  color: #fff;
  padding: 5px;
  font-size: large;
}
.booking_b ul li:last-child {
  display: grid;
  justify-items: center;
  align-items: center;
  color: #fff;
}
.booking_b ul li i {
  font-size: 36px;
}
.booking_b a#wap {
  color: #25d366;
}
.booking_b ul li a#face {
  color: #3b5998;
}
.icon {
  font-size: 16px;
  position: absolute;
  bottom: 7px;
  left: 100px;
  color: #fff;
}
.about {
  color: #fff;
  padding-top: 16px;
  border-radius: 5px;
}
.about h1 {
  color: #ff7d00;
  margin: 7% 0 0 0;
  padding-bottom: 20px;
  font-size: 2.5rem;
}
.about p {
  color: #fff;
  text-align: left;
  margin: 0;
  font-size: 1.1rem;
  padding-top: 1%;
}
.content_b {
  display: grid;
  grid-template-columns: 1fr;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 3%;
  color: #fff;
}
.f_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 6%;
  margin: 0 5% 5% 5%;
}
.f_a ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.f_a ul li:first-of-type {
  display: grid;
  justify-items: end;
}
.f_a ul li {
  padding-right: 10px;
  color: #ff7d00;
  display: grid;
  justify-items: center;
  align-items: center;
}
.f_a ul li i {
  font-size: 4.5rem;
  display: grid;
}
.f_a ul li h3 {
  text-align: center;
  font-size: 1.7rem;
}
.f_b p {
  font-size: 1.5rem;
}
.slider_details {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
}
.slider_details_b {
  display: grid;
  padding: 20px;
}
.slider_details_b ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.slider_details_b ul li {
  padding: 0 25px 10px 0;
  font-size: 2.5rem;
  font-weight: bolder;
  display: grid;
  justify-items: center;
}
.slider_details_b h2 {
  font-size: 3rem;
  text-align: center;
  font-weight: bolder;
}
.slider_details_b p {
  text-align: center;
  margin: 2% 10% 0 10%;
  font-size: 1.5rem;
  font-weight: bolder;
}
.slider_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.content_d {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin-top: 10%;
}
.image {
  width: 100%;
  height: auto;
}
.image img {
  width: 100%;
  height: auto;
}
.text {
  width: 100%;
  height: 100%;
  color: #fff;
}
.text ul {
  list-style-type: none;
  text-decoration: none;
  padding: 0 10% 0 10%;
}
.text ul li h3 {
  text-align: center;
  padding: 5% 0 1% 0;
  color: #ff7d00;
  font-size: 2rem;
}
.text ul li p {
  text-align: left;
  padding: 5%;
  font-size: 1.3rem;
}
.text_landing {
  width: 100%;
  height: 100%;
  color: #fff;
}
.text_landing ul {
  list-style-type: none;
  text-decoration: none;
  padding: 0 10% 0 10%;
}
.text_landing ul li {
  padding: 0 0 2rem 0;
}
.text_landing ul li h3 {
  text-align: center;
  padding: 5% 0 0 0;
  color: #ff7d00;
  font-size: 2rem;
}
.text_landing ul li p {
  text-align: left;
  padding: 0.7rem 5rem;
  font-size: 1.3rem;
}
li#topbut {
  display: grid;
  margin: 0 20% 0 20%;
  padding: 20px;
  justify-items: center;
}
li#topbut a {
  padding: 10px;
  border-radius: 5px;
  border: 0;
  background-color: #ff7d00;
  color: #fff;
  background-image: linear-gradient(to right, #e71c0e, #cd6b16);
  box-shadow: 0 0 5px 0 #ff7d00;
  width: 60%;
  text-align: center;
}
li#topbut a:hover {
  box-shadow: 1px 1px 5px 0 #ff7d00;
}
#top {
  width: auto;
  margin: 10px auto 0 auto;
  display: grid;
  justify-items: center;
  align-items: center;
  border: 0;
  background-image: linear-gradient(to right, #e71c0e, #cd6b16);
  color: #fff;
  box-shadow: 0 0 7px;
  border-radius: 5px;
}
