@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600&display=swap");
body {
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
p {
  font-family: "Poppins", sans-serif;
}
.text-orange {
  color: #ffb400;
}
.bg-orange {
  background: #ffb400 !important;
}
.top-header-section {
  background-color: black;
  padding: 10px 10px;
}

.top-header {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 2px;
}

.right {
  display: flex;
}

.social-icon {
  padding: 0px 12px;
  border-right: 1.5px solid rgb(255 163 1);
  cursor: pointer;
}

.social-icon .fa {
  padding: 0px 7px;
  font-size: 23px;
}

.gmail {
  display: flex;
  align-items: center;
  padding: 0px 8px;
}

.gmail a {
  text-decoration: none;
  color: #fff;
  padding: 2px;
}

.gmail a:hover {
  color: rgb(255 163 1);
}

.nav-links {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav {
  position: absolute;
  top: 4%;
  left: 0;
  right: 0;
  z-index: 99;
}

.navbar {
  position: absolute;
}

nav.navbar.navbar-expand-lg.navbar-container {
  position: absolute;
  top: 80px;
  margin: 0px 40px;
}

.navbar-toggler {
  color: black;
}

img.toggle {
  width: 22px;
}

nav img {
  width: 150px;
}

.nav-links ul {
  margin: 0;
  padding: 0;
}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 40px;
  position: relative;
  text-decoration: none;
}
.carousel-indicators button {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
}
.carousel-indicators [data-bs-target] {
  background-color: #ffa300 !important;
}
.topMenus ul li.active {
  -webkit-transform: skew(-20deg);
  background: #ffb400;
}
.topMenus ul li.active a {
  font-weight: 500;
}
.topMenus {
  background: linear-gradient(#00000029, #00000029);
  backdrop-filter: blur(15px);
  padding: 21px 25px;
  height: 80px;
}
.topMenus ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins";
}
.nav-links ul li a {
  color: #fff;
  text-decoration: none;
}

.search-bar {
  width: 50px;
  height: 50px;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 5px 5px 3px 0px #ffb40070;
}

.search-bar i {
  color: rgb(255 163 1);
  font-size: 25px;
  font-weight: 100;
}

.nav-links ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  background: rgb(255 163 1);
  /* box-sizing: border-box; */
  /* border: 1px solid rgb(255 163 1); */
  display: block;
  margin: auto;
  transition: 0.3s;
}

.nav-links ul li:hover::after {
  width: 100%;
}
/* slider  */
.slider-main {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.slider-overlay {
  height: 100%;
  width: 100%;
  background: #00000080;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.slider-main img {
  width: 100%;
}
.slider-main .slider-content {
  position: absolute;
  left: 10%;
}
.slider-content h1 {
  color: #fff;
  font-size: 4rem;
}
.slider-content h1 span {
  color: #ffb400;
  font-size: 4rem;
}
.section-title {
  text-align: center;
  padding: 50px 0px;
}
.games-row {
  margin: 150px 0px;
}
.Available-Games {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.banner-btn {
  text-align: center;
  text-decoration: none;
  -webkit-transform: skew(-20deg);
  background: white;
  color: black;
  margin: 10px 10px;
}
.section-title h1 {
  font-size: 3rem;
  font-family: "Poppins";
  font-weight: 600;
  color: #000;
  letter-spacing: 2px;
  word-spacing: 10px;
}
.section-title h1 span {
  color: #ffb400;
}
.banner-btn.orange-btn {
  background: rgb(255 163 1);
}
.banner-btn a {
  text-align: center;
  text-decoration: none;
  color: black;
  padding: 10px 50px;
  line-height: 2.5;
}

.banner-btn:hover {
  background-color: rgb(255 163 1);
  color: black;
}
.banner-btn:hover a {
  color: black;
}

.right-desc h3 {
  -webkit-transform: skew(-20deg);
  background: #ffb400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin-left: -50px;
  z-index: 0;
  padding: 15px 0px;
}
.desc p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
.left-desc h3 {
  -webkit-transform: skew(-20deg);
  background: #ffb400;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin-right: -60px;
  z-index: 0;
  padding: 15px 0px;
}
.parallelo-btn {
  margin: 0 0 0 0px;
  -webkit-transform: skew(-25deg);
  background: #ffb400;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  font-size: 1.5rem;
}
.parallelo-btn:hover {
  color: #000;
}

a.parallelo-btn {
  text-decoration: none;
  color: black;
}

/* ----------------------mid-image----------------- */

.header-left {
  display: flex;
  /* margin-left: 152px; */
  text-decoration: none;
  color: black;
}

.parallel-btn h3 {
  width: 300px;
  height: 70px;
  -webkit-transform: skew(25deg);
  background: #ffb400;
  display: flex;
  margin-left: 120px;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}

.left-desc .parallel-btn {
  text-decoration: none;
  color: black;
  list-style: none;
}

/* ---------------------mid cover------------- */

.mid-cover {
  background-image: url(.././assets/feature-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 900px;
  display: flex;
  align-items: center;
}

.safety-head {
  display: flex;
  font-size: 20px;
  margin-bottom: 31px;
  justify-content: center;
}

.safety-head .fa-user {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 12px;
  font-size: 40px;
}

.safety-head p {
  color: #fff;
  margin: 0;
}

.Amenities-head {
  display: flex;
  font-size: 20px;
  margin-bottom: 31px;
  justify-content: center;
}

.Amenities-head .fa-user {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 12px;
  font-size: 40px;
}

.Amenities-head p {
  margin: 0;
  color: #fff;
}

.feature-icon {
  background-color: black;
  color: #fff;
  height: 100px;
  width: 100px;
  cursor: pointer;
}
.feature-icon .icon {
  display: grid;
}
.feature-icon img {
  width: 30px;
  margin: 8px auto;
}

.icon span {
  font-size: 11px;
}

.feature-icon:hover {
  background-color: rgb(255 163 1);
  transition: 0.5s;
}

.footer-info {
  background-color: black;
  margin-top: 5%;
  padding: 50px 0px;
}

.information {
  margin-top: 135px;
  margin-bottom: 80px;
}

.information {
  display: flex;
}

.Sara-grds span {
  color: rgb(255 163 1);
}

.Sara-grds p {
  margin: 30px 0px;
}

.info {
  display: grid;
  font-size: 14px;
  justify-content: center;
  color: #fff;
  list-style: none;
  border-left: 1px solid rgb(152, 131, 131);
  border-right: 1px solid rgb(130, 124, 124);
  text-align: start;
}

.info a {
  line-height: 2;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.info a:hover {
  color: rgb(255 163 1);
}

.icons.social-bottom {
  display: flex;
  align-items: center;
}

.icons.social-bottom i {
  width: 50px;
  height: 50px;
  margin: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.letter h3 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  text-align: end;
  margin-top: 35px;
}
section.map-section iframe {
  width: 100%;
}
.map-section .share-map {
  position: absolute;
  bottom: 23px;
  right: 60px;
  display: grid;
}
.map-section .share-map button {
  width: 200px;
  border-radius: 0;
  color: #000;
}
.map-section .share-map .btn-map1 {
  background: #fff;
}
.map-section .share-map .btn-map2 {
  background: #ffb400;
}
.customEmailInput {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  padding: 5px;
}
.Letter form {
  width: 250px;
}
.customEmailInput input {
  border: none;
  font-size: 15px;
  padding: 0px 10px;
}
.customEmailInput input:focus {
  box-shadow: none;
  outline: none;
}
.customEmailInput i {
  position: absolute;
  right: 10px;
  color: #4e4d5a;
}

.icons .fa {
  background-color: hwb(40deg 42% 53%);
  font-size: 18px;
  padding: 10px 12px;
  border-radius: 30px;
  cursor: pointer;
}

.icons .fa-twitter {
  background-color: #407dee;
}

.icons.social-bottom {
  display: flex;
  align-items: center;
}

.Sara-grds h2 {
  font-size: 20px;
}

.Sara-grds p {
  margin: 30px 0px;
}

.icons.social-bottom i {
  width: 36px;
  height: 36px;
  margin: 0px 3px;
}

.icons .fa {
  background-color: #6a6975;
  font-size: 19px;
  padding: 0px 0px;
  border-radius: 50%;
}
footer .icons .fa-linkedin:hover {
  background-color: #0072b1;
}
footer .icons .fa-pinterest:hover {
  background-color: #e60023;
}
footer .icons .fa-twitter:hover {
  background-color: #3979f3;
}
footer .icons .fa-facebook:hover {
  background-color: #4267b2;
}

.form__field {
  padding: 4px 0px;
}
.carousel-control-next,
.carousel-control-prev {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
  .nav-links {
    display: block;
  }
  .topMenus ul li.active {
    -webkit-transform: skew(0deg);
  }
  .search-bar {
    border: 1px solid #ffb400;
    box-shadow: none;
    margin: 20px 0px;
  }
  div#navbarNavDropdown {
    margin-top: 40px;
  }
  .nav-links ul li {
    padding: 8px 10px;
    width: 100%;
    text-align: left;
  }
  .right-desc .my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  nav.navbar.navbar-expand-lg.navbar-container {
    position: initial;
    margin: 0px 0px;
  }
  .topMenus {
    background: linear-gradient(#000000, #000000);
    backdrop-filter: blur(14px);
    padding: 10 10px;
    height: fit-content;
  }
  .search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    width: 100%;
  }
  .slider-content p {
    margin: 0 !important;
  }
  .section-title {
    padding: 30px 0px;
  }
  .slider-overlay {
    background: #000000b5;
  }
  .slider-content h1 {
    font-size: 20px;
    margin-top: 30px;
  }
  .carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
  }
  .section-title h1 {
    font-size: 2rem;
    letter-spacing: 1px;
    word-spacing: 3px;
  }
  .slider-main .banner-btn {
    display: none;
  }
  .slider-content h1 span {
    font-size: 20px;
  }
  .banner-btn a {
    padding: 10px 10px;
    line-height: 2;
  }
  .games-row {
    margin: 10px 0px;
  }
  .Available-Games {
    padding: 0%;
  }
  .left-desc h3 {
    margin-right: 0;
    margin-left: 15px;
    padding: 10px 0px;
    font-size: 1.5rem;
  }
  .right-desc h3 {
    font-size: 1.5rem;
    margin-left: 5px;
    padding: 15px 0px;
    width: 100%;
  }
  .right-desc {
    padding: 20px 0px;
    text-align: -webkit-center;
  }
  .left-desc {
    padding: 20px 0px;
    text-align: -webkit-center;
  }
  section.map-section {
    margin-top: 50px;
  }
  .desc p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .mid-cover {
    height: 800px;
    background: #825c00;
  }
  .amenities {
    margin-top: 40px;
  }
  .header-left {
    display: flex;
    margin-left: 55px;
    text-decoration: none;
    /* width: 100%; */
  }
  .parallel-btn h3 {
    margin-left: 0px;
  }
  a.parallelo-btn.ms-5.mt-5 {
    margin: 0 !important;
  }
  .parallelo-btn {
    padding: 10px 10px;
    font-size: 1.5rem;
  }
  .left-desc {
    padding: 10px 0px;
  }
  .download-app-img {
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
  }
  .download-app-img img {
    width: 200px !important;
    margin: auto;
  }
  .sara-grds {
    text-align: center;
    margin-top: 10px;
  }
  .icons.social-bottom {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .Sara-grds p {
    text-align: left;
    font-size: 13px;
  }
  .Sara-grds h2 {
    text-align: left;
  }
  .info {
    text-align: left;
    margin-top: 10px;
    display: contents;
  }
  .letter h3 {
    text-align: center;
    font-size: 31px;
    margin: 15px auto;
  }
  .mailInput {
    /* position: relative; */
    text-align: center;
    margin-top: 20px;
  }
  .example {
    margin: 15px 0px;
  }

  .form__field {
    padding: 7px 15px;
    border: 0px;
    margin: 1px;
  }
}
