body,
footer {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

@media only screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1212px;
  }
}
.header {
  margin-bottom: -131px;
  position: relative;
  z-index: 100;
  transition: all ease-in 0.6s;
}
@media only screen and (max-width: 767px) {
  .header {
    margin-bottom: -146px !important;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    margin-bottom: -110px !important;
  }
}
@media only screen and (max-width: 576px) {
  .header {
    margin-bottom: -83px !important;
  }
}
@media only screen and (max-width: 500px) {
  .header {
    margin-bottom: -80px !important;
  }
}

.header-wrapper {
  padding-top: 46px;
}
.header-wrapper .header-logo-dark {
  display: none;
}
.header-wrapper img {
  max-width: 255px;
}
@media only screen and (max-width: 991px) {
  .header-wrapper {
    padding-top: 20px !important;
  }
  .header-wrapper a img {
    height: -moz-fit-content;
    height: fit-content;
    max-height: 54px;
    width: unset !important;
  }
}
@media only screen and (max-width: 991px) {
  .header-wrapper.sticky {
    position: fixed;
    /* top: 0; */
    width: 100%;
    left: 0;
    padding: 17px 20px !important;
    min-height: 90px;
    max-height: 90px;
  }
  .header-wrapper.sticky::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    background-color: white;
    opacity: 1;
    z-index: -1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.header-wrapper.sticky .header-logo {
  display: none;
}
.header-wrapper.sticky .header-logo-dark {
  display: block;
}
.header-wrapper.sticky #sidebar-toggler i {
  color: rgb(60, 16, 213) !important;
}

#sidebar-toggler i {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  #sidebar-toggler i {
    font-size: 1.875rem;
  }
}

@media only screen and (max-width: 991px) {
  .navbar-wrapper img {
    width: 38%;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-wrapper .sidebar {
    transition: all ease-in-out 0.4s;
    position: fixed;
    z-index: 100;
    bottom: 0;
    top: 0;
    right: 0;
    left: 100%;
  }
}
.navbar-wrapper .sidebar .overlay-sidebar {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
  opacity: 0.5;
  transition: all ease-in-out 0.4s;
  display: none;
}
.navbar-wrapper .sidebar.open .overlay-sidebar {
  display: block;
}
@media only screen and (max-width: 767px) {
  .navbar-wrapper .sidebar.open {
    left: 50%;
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-wrapper .sidebar.open {
    left: 63%;
    right: 0;
  }
}
@media only screen and (max-width: 576px) {
  .navbar-wrapper .sidebar.open {
    left: 50%;
    right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .navbar-wrapper .sidebar.open {
    left: 34%;
    right: 0;
  }
}
.navbar-wrapper .sidebar.open .navbar-button.android:hover .button, .navbar-wrapper .sidebar.open .navbar-button.apple:hover .button {
  color: #4417e6 !important;
}
.navbar-wrapper .sidebar.open .navbar-button.android:hover .button i, .navbar-wrapper .sidebar.open .navbar-button.apple:hover .button i {
  color: #4417e6 !important;
}
.navbar-wrapper .sidebar .navbar {
  z-index: 2000;
  list-style: none;
}
.navbar-wrapper .sidebar .navbar li {
  padding: 0 6px;
  color: white;
}
@media only screen and (max-width: 992px) {
  .navbar-wrapper .sidebar .navbar li {
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1215686275);
  }
}
.navbar-wrapper .sidebar .navbar li > a {
  color: white;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .navbar-wrapper .sidebar .navbar li > a {
    color: black;
    text-align: left;
  }
  .navbar-wrapper .sidebar .navbar li > a:hover {
    color: rgb(60, 16, 213) !important;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-wrapper .sidebar .navbar {
    align-items: flex-start;
  }
}
.navbar-wrapper .sidebar .navbar .navbar-button > .button {
  background: #fed030;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.3019607843);
  color: black;
  border-radius: 50px;
  border: unset;
  padding: 15px 26px;
  transition: all 0.3s ease-in-out;
}
.navbar-wrapper .sidebar .navbar .navbar-button:hover .button {
  background: #4417e6;
  color: white;
}
.navbar-wrapper .sidebar .navbar .navbar-button.android .button, .navbar-wrapper .sidebar .navbar .navbar-button.apple .button {
  padding: 14px 28px;
  background: white;
  color: black;
}
.navbar-wrapper .sidebar .navbar .navbar-button.android .button i, .navbar-wrapper .sidebar .navbar .navbar-button.apple .button i {
  color: black;
  font-size: 25px;
  padding-right: 7px;
  position: relative;
  top: 2px;
  transition: all 0.3s ease-in-out;
}
.navbar-wrapper .sidebar .navbar .navbar-button.android .button .text, .navbar-wrapper .sidebar .navbar .navbar-button.apple .button .text {
  line-height: 14px;
}
.navbar-wrapper .sidebar .navbar .navbar-button.android .button .text .small, .navbar-wrapper .sidebar .navbar .navbar-button.apple .button .text .small {
  font-size: 11px;
  font-weight: 400;
}
.navbar-wrapper .sidebar .navbar .navbar-button.android .button .text .big, .navbar-wrapper .sidebar .navbar .navbar-button.apple .button .text .big {
  font-weight: 500;
  font-size: 14px;
}
.navbar-wrapper .sidebar .navbar .navbar-button.android:hover .button, .navbar-wrapper .sidebar .navbar .navbar-button.apple:hover .button {
  background: #4417e6;
  color: white;
}
.navbar-wrapper .sidebar .navbar .navbar-button.android:hover .button i, .navbar-wrapper .sidebar .navbar .navbar-button.apple:hover .button i {
  color: white;
}
@media only screen and (max-width: 991px) {
  .navbar-wrapper .sidebar .navbar {
    flex-direction: column;
    background-color: white;
    height: 100%;
    justify-content: unset;
    width: 100%;
  }
  .navbar-wrapper .sidebar .navbar .navbar-button .button {
    background: unset !important;
    box-shadow: unset !important;
    color: black;
    border-radius: unset !important;
    border: unset;
    padding: unset !important;
  }
  .navbar-wrapper .sidebar .navbar li {
    padding: 12px 20px !important;
  }
}
@media only screen and (max-width: 991px) {
  .navbar-wrapper .sidebar ul li a {
    color: black;
    text-align: left;
  }
  .navbar-wrapper .sidebar ul {
    align-items: flex-start;
  }
}
.navbar-wrapper .sidebar-header {
  height: auto;
  padding: 20px 20px;
  background-color: #fecf2f;
  width: 100%;
  min-height: 90px;
  max-height: 90px;
}
.navbar-wrapper .sidebar-header i {
  font-size: 40px !important;
  color: white;
}

.banner {
  height: 100vh;
  min-height: 713px;
  transition: all ease-out 0.3s;
}
@media only screen and (max-width: 991px) {
  .banner.margin-top-added {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    max-height: 749px;
  }
}
.banner .banner-content {
  bottom: 0;
  padding-bottom: 42px;
}
@media only screen and (max-width: 991px) {
  .banner .banner-content {
    padding-bottom: unset !important;
  }
}
.banner .banner-heading {
  font-size: calc(1.5313rem + 3.3756vw);
  max-width: 591px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 31px;
}
@media (min-width: 1200px) {
  .banner .banner-heading {
    font-size: 4.063rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner .banner-heading {
    line-height: 60px;
    padding-bottom: 20px;
  }
  .banner .banner-image-popup {
    top: -3rem !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner .banner-heading {
    line-height: 65px;
    padding-bottom: 20px;
    padding-top: 53px;
    max-width: 418px;
  }
}
@media only screen and (max-width: 576px) {
  .banner .banner-heading {
    line-height: 40px;
    padding-bottom: 20px;
  }
  .banner .banner-button {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}
.banner .banner-description {
  font-size: 1.25rem;
  max-width: 591px;
}
@media only screen and (max-width: 575px) {
  .banner .banner-description {
    max-width: 389px;
    margin: 0 auto;
  }
}
.banner .banner-button {
  border: 1px solid #ffd000;
  border-radius: 25px;
  color: #fed030;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 15px 26px;
  transition: all ease-in-out 0.3s;
}
.banner .banner-button:hover {
  background-color: #fed030;
  color: black;
}
.banner .banner-image-popup {
  z-index: 2;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .banner .banner-image-popup {
    top: -6rem;
  }
}
@media only screen and (max-width: 567px) {
  .banner .banner-image-popup {
    right: 0;
    bottom: 0;
    top: 113%;
    text-align: center;
    left: 45px;
  }
  .banner .banner-image-popup img {
    width: 100%;
    max-width: 256px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banner-image-popup {
    top: 111%;
    text-align: center;
    right: 0;
    left: 45px;
  }
  .banner .banner-image-popup img {
    max-width: 344px;
    top: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner .banner-image-popup {
    left: unset;
    top: -2rem !important;
    right: unset;
  }
}
.banner .banner-bg-swiper {
  height: 100%;
  overflow-x: hidden;
}
.banner .banner-content-swiper {
  overflow-x: hidden;
  height: 100%;
  margin-bottom: 20px;
  padding-left: 11px;
}
@media only screen and (max-width: 575px) {
  .banner .banner-content-swiper {
    margin-bottom: 9px;
  }
}
.banner .banner-content-swiper > .swiper-wrapper {
  z-index: 1;
}
.banner .swiper-wrapper {
  z-index: -1;
  height: 100%;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  right: unset;
}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
  color: #ffd000;
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .banner .swiper-button-prev::after,
  .banner .swiper-button-next::after {
    font-size: 1.375rem;
  }
}

.text-white {
  color: white;
}

.phone-img {
  position: relative;
  top: -7px;
  width: 106%;
}
@media only screen and (max-width: 991px) {
  .phone-img {
    width: 123%;
    top: unset;
  }
}

/* category section */
.category-section {
  margin: 150px 0;
}
@media only screen and (min-width: 768px) {
  .category-section {
    margin-top: 111px !important;
  }
}
@media only screen and (max-width: 767px) {
  .category-section {
    margin-top: 203px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 567px) {
  .category-section {
    margin-top: 7px;
    margin-bottom: 80px;
  }
}
.category-section .category-details > h2 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 500;
  letter-spacing: 0px;
  color: #24282a;
  opacity: 1;
}
@media (min-width: 1200px) {
  .category-section .category-details > h2 {
    font-size: 1.5rem;
  }
}
.category-section .category-details > p {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0px;
  color: #939fa4;
  opacity: 1;
  max-width: 90%;
}

/* category-section */
/* location section */
@media only screen and (max-width: 767px) {
  .location-based {
    padding: 20px 0;
  }
}
.location-based .icon {
  align-self: start;
  right: unset !important;
}
.location-based img {
  position: relative;
  top: -24px;
}
@media only screen and (max-width: 767px) {
  .location-based img {
    top: unset !important;
    right: -19px;
    max-height: 427px;
  }
}
@media only screen and (max-width: 767px) {
  .location-based .description {
    position: relative;
  }
}
.location-based h1 {
  font-weight: 300;
  font-size: calc(1.425rem + 2.1vw);
  letter-spacing: 0px;
  color: #24282a;
}
@media (min-width: 1200px) {
  .location-based h1 {
    font-size: 3rem;
  }
}
.location-based p {
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0px;
  color: #939fa4;
  opacity: 1;
}

/* location section */
/* share section */
.share .icon {
  align-self: start;
  right: unset !important;
}
@media only screen and (max-width: 767px) {
  .share {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  .share .description {
    position: relative;
  }
}
.share img {
  position: relative;
  top: -43px;
}
@media only screen and (max-width: 769px) {
  .share img {
    top: unset !important;
    right: -19px;
    max-height: 427px;
  }
}
.share h1 {
  font-weight: 300;
  font-size: calc(1.425rem + 2.1vw);
  letter-spacing: 0px;
  color: #24282a;
}
@media (min-width: 1200px) {
  .share h1 {
    font-size: 3rem;
  }
}
.share p {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 26px;
  letter-spacing: 0px;
  color: #939fa4;
  opacity: 1;
}

/* share section */
/* whats happening */
.whats-happening h1 {
  font-size: calc(1.3438rem + 1.1256vw);
}
@media (min-width: 1200px) {
  .whats-happening h1 {
    font-size: 2.188rem;
  }
}
.whats-happening p {
  font-size: calc(1.2813rem + 0.3756vw);
}
@media (min-width: 1200px) {
  .whats-happening p {
    font-size: 1.563rem;
  }
}
.whats-happening .button > a {
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.3019607843);
  border: 1px solid #fecf2f;
  border-radius: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0px;
  color: #fecf2f;
  opacity: 1;
  font-weight: 500;
  padding: 20px 56px;
  transition: all ease-in-out 0.3s;
}
@media only screen and (max-width: 991px) {
  .whats-happening .button > a {
    padding: 20px 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .whats-happening .button > a {
    padding: 10px 20px !important;
  }
}
@media only screen and (max-width: 576px) {
  .whats-happening .button > a {
    padding: 10px 20px !important;
  }
}
.whats-happening .button > a:hover {
  background-color: #fecf2f;
  color: black;
}
.whats-happening .overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(303deg, rgb(97, 61, 227), rgba(95, 59, 226, 0.94), rgb(60, 16, 213));
  opacity: 0.75;
  top: 0;
  /* background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1)); */
}
.whats-happening h1,
.whats-happening p {
  color: black;
}
.whats-happening h1 {
  font-weight: 300;
  font-size: calc(1.425rem + 2.1vw);
  letter-spacing: 0px;
  color: black;
}
@media (min-width: 1200px) {
  .whats-happening h1 {
    font-size: 3rem;
  }
}
.whats-happening p {
  font-size: 1.125rem;
}
.whats-happening .buttons {
  list-style: none;
  display: flex;
  justify-content: center;
}
.whats-happening .buttons li {
  margin: 0 20px;
  background: #fed030;
  color: black;
  border-radius: 50px;
  border: unset;
  padding: 15px 26px;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
}
.whats-happening .buttons li a {
  color: black;
}
.whats-happening .buttons li:hover {
  background: #4417e6;
  color: white;
}
.whats-happening .buttons li:hover a {
  color: white;
}
.whats-happening .buttons li.android, .whats-happening .buttons li.apple {
  border: 1px solid #000001;
  padding: 14px 28px;
  background: white;
  color: black;
}
.whats-happening .buttons li.android i, .whats-happening .buttons li.apple i {
  color: black;
  font-size: 25px;
  padding-right: 7px;
  position: relative;
  top: 2px;
  transition: all 0.2s ease-in-out;
}
.whats-happening .buttons li.android .text, .whats-happening .buttons li.apple .text {
  line-height: 14px;
}
.whats-happening .buttons li.android .text .small, .whats-happening .buttons li.apple .text .small {
  font-size: 11px;
  font-weight: 400;
}
.whats-happening .buttons li.android .text .big, .whats-happening .buttons li.apple .text .big {
  font-weight: 500;
  font-size: 14px;
}
.whats-happening .buttons li.android a, .whats-happening .buttons li.apple a {
  color: black;
}
.whats-happening .buttons li.android:hover, .whats-happening .buttons li.apple:hover {
  background: #4417e6;
  color: white;
  border: 1px solid #4417e6;
}
.whats-happening .buttons li.android:hover i, .whats-happening .buttons li.apple:hover i {
  color: white;
}
.whats-happening .buttons li.android:hover a, .whats-happening .buttons li.apple:hover a {
  color: white;
}
.whats-happening .buttons li a {
  text-decoration: none;
}

/* whats happening */
footer {
  margin-top: 40px;
}
footer img {
  max-width: 336px !important;
}
@media only screen and (max-width: 576px) {
  footer {
    margin-top: 50px !important;
  }
  footer img {
    max-width: 53% !important;
  }
}

#location-name {
  font-size: calc(1.5rem + 3vw);
  font-weight: 400;
  color: white;
}
@media (min-width: 1200px) {
  #location-name {
    font-size: 3.0rem;
  }
}

.typed-cursor {
  font-size: calc(1.5rem + 3vw);
  color: white;
}
@media (min-width: 1200px) {
  .typed-cursor {
    font-size: 3.75rem;
  }
}

.swiper-nav {
  position: relative;
  top: -13px;
}

.video-description {
  color: #939fa4;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .video-description {
    font-size: 1.5rem;
  }
}

.list-of-icons {
  list-style: none;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 576px) {
  .list-of-icons {
    flex-wrap: wrap;
    max-width: 70%;
  }
}
.list-of-icons li {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.list-of-icons li img {
  transition: all 0.3s ease-in-out;
  height: 122px;
}
.list-of-icons li .text {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.list-of-icons li:hover img {
  transform: translateY(-2.1rem);
}
.list-of-icons li:hover .text {
  opacity: 1;
}

#img-box {
  position: relative;
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  #img-box {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (max-width: 767px) {
  #img-box {
    grid-template-columns: auto auto;
  }
}
#img-box .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #000;
  aspect-ratio: 1/1;
}
#img-box .item.active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  grid-row: unset;
  grid-column: unset;
}
#img-box .item.active .item__img {
  opacity: 1;
}
#img-box .item__title {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 1rem;
  pointer-events: none;
  transition: opacity 5s ease-out;
  transform: translate(-50%, -50%);
}
#img-box .item__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#img-box .item:hover .item__img {
  opacity: 1;
}
#img-box .item:hover .item__title {
  text-shadow: 0 2px 5px #000;
  opacity: 1;
}
#img-box .item.active .item__title {
  display: none;
}
#img-box .item.fade-out {
  animation: fadeOut 0.3s;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#img-box .item.fade-in {
  animation: fadeIn ease 6s;
  -webkit-animation: fadeIn ease 6s;
  -moz-animation: fadeIn ease 6s;
  -o-animation: fadeIn ease 6s;
  -ms-animation: fadeIn ease 6s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#img-box .item.fade-in img {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#img-box .shuffle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 50px;
  margin-left: 20px;
  padding: 1rem;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  color: #fff;
  outline: none;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.1s ease-out, font-size 0.05s ease-out;
}
#img-box .shuffle-btn:hover {
  background-color: #777;
}
#img-box .shuffle-btn:active {
  font-size: 0.75rem;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}