/*
Theme Name: Tour
Author: the WordPress team
Author URI: https://wordpress.org
Description: Tour and Travel Website Template
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
    "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #000;
}
img {
  max-width: 100%;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.mtb-30 {
  margin: 30px auto;
}
.mtb-50 {
  margin: 50px auto;
}
h1,
h2,
h3,
h5,
h6 {
  margin-bottom: 5px;
}
.h1 {
  font-size: 36px;
  font-weight: bold;
}
.h2 {
  font-size: 30px;
  font-weight: bold;
}
.h3 {
  font-size: 24px;
  font-weight: bold;
}
.h4 {
  font-size: 20px;
  font-weight: bold;
}
.hide {
  display: none;
}
.App {
  height: 100%;
  width: 100%;
  background-size: cover;
}
header {
  width: 100%;
  box-shadow:
    0 3px 3px -2px rgba(0, 0, 0, 0.2),
    0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.menu-bar {
  background: #9a5c02;
  border-radius: 20px;
}
.header-menu ul > li a {
  padding: 12px;
  display: inline-block;
}
.w-100 {
  width: 100%;
}
.container {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  padding: 0 12px;
}
.color-secondary {
  color: #010053;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-space-between {
  justify-content: space-between;
}

.text-white {
  color: #fff;
}
.text-center {
  text-align: center;
}

.direction-column {
  flex-direction: column;
}
.g-5 {
  gap: 5px;
}
.g-10 {
  gap: 10px;
}
.g-20 {
  gap: 20px;
}
.g-30 {
  gap: 30px;
}
.m-auto {
  margin: auto !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}

.row {
  display: flex;
  flex: 1 1 auto;
  margin: 0 -12px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  width: 100%;
  padding: 12px;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.flex-row {
  display: flex;
  gap: 30px;
}
.flex-row > div {
  flex: 1 1 0;
}

.flex-dir-col {
  flex-direction: column;
}

.no-gutter {
  margin: 0;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}

.h4 {
  font-size: 20px;
  font-weight: bold;
}

.header-menu {
  width: 100%;
}
.header-menu ul a,
.footer-menu a {
  color: #fff;
  transition: 0.3s all;
}
.header-menu li:hover {
  cursor: pointer;
  background: #530000;
  border-radius: 10px;
}
.footer-menu a:hover {
  color: #aaa;
}

.conta a {
  color: #fff;
}
.foot-col-content {
  margin-top: 20px;
}

#slider-area {
  background: #eee;
}
.intro-text {
  line-height: 28px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 10px;
  background: #f4f4f4;
}

.hero-section img {
  width: 100%;
}

.four-link-btns {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}
.four-link-btns a {
  background: #010053;
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.four-link-btns a:hover {
  background: #720404;
  color: #fff;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 30px;
  width: 100%;
  margin-bottom: 10px;
}

.wpcf7-form-control-wrap {
  margin-top: 5px;
  display: block;
}

.wpcf7 input[type="submit"] {
  background: #9a5c02;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.zoom {
  animation: zoomInOut 2s ease-in-out infinite;
}

.three-boxes {
  margin: auto;
}

.three-boxes > div {
  background: #fff;
  box-shadow: 0px 1px 28px 0px rgba(12, 60, 96, 0.12);
  padding: 20px;
  text-align: center;
  border-radius: 12px;
}

#marquee-row {
  background-color: #010053;
  color: #fff;
  padding: 5px 0;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: scroll 25s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.four-boxes > div {
  padding: 10px;
  color: #000;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0px 1px 28px 0px rgba(12, 60, 96, 0.12);
  background: var(
      --container-corvid-background-color,
      rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1))
    )
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAAEwK2r2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzdDNUE3MDQyRkM0MTFFMThGMjdFNDIwRTdDRkVFODQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzdDNUE3MDUyRkM0MTFFMThGMjdFNDIwRTdDRkVFODQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozN0M1QTcwMjJGQzQxMUUxOEYyN0U0MjBFN0NGRUU4NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozN0M1QTcwMzJGQzQxMUUxOEYyN0U0MjBFN0NGRUU4NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqFzOEIAAACoSURBVHjaFMRZCgAQFABAS5KSJLn/TZ9mPiZFROLp6mhraWqoq6mqKH8BBCLEQYQoiBAGEYIggh9E8IIILhDBASLYQAQLQi9AAMHtFYezROHOEIa7RRDVQbxwV3HDjeeE28EOt4gVbhuac8EEA0CAtufoBAAQBmKo6AD1S9x/UhFqwx1mgrz25FsPlr4wxBVr9jdLHrVrz4xzbwQcYBDBwjZU2T/eRN8OXo4KQa+0dfMAAAAASUVORK5CYII=)
    repeat-x 0 0;
}

footer {
  background: linear-gradient(180deg, #530000, #9a5c02);
  padding: 30px 0px;
  color: #fff;
}
.header-btns {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header-btns a {
  border: 1px solid;
  padding: 7px 16px;
  border-radius: 5px;
  font-size: 15px;
  min-width: 90px;
  text-align: center;
  transition: all 0.3 ease;
}
.btn-primary {
  color: #fff;
}
.btn-primary:hover {
  background: #010053;
  color: #fff;
}
.btn-secondary {
  background: #010053;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
}
.btn-secondary:hover {
  opacity: 0.9;
}

.hr {
  background-color: #aaa;
  height: 1px;
  width: 100%;
  margin: 25px 0;
}

.hero-section {
  position: relative;
  min-height: 280px;
}
.hero-section .main-screen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  pointer-events: none;
}
.hero-section .container {
  z-index: 2;
  position: relative;
}

.game-tab {
  display: flex;
  gap: 5px;
  background: #ff1e1e;
  padding: 5px;
  border-radius: 50px;
  max-width: 100%;
  overflow: auto;
}
.game-tab li {
  padding: 8px 15px;
  border-radius: 50px;
}

.game-tab li.active,
.game-tab li:hover {
  background: #010053;
  color: #fff;
  cursor: pointer;
}

.game-list {
  margin-top: 40px;
}

.game-list .game-ul:not(.active) {
  display: none;
}

.page-content .game-list .row ul {
  padding-left: 0;
  justify-content: flex-start;
}
.game-list ul li {
  list-style: none;
}

.download-heading {
  font-size: 35px;
}
.download-heading span {
  color: #010053;
}
.content-area {
  background: #9a5c02;
  padding: 50px 0;
}
.page-content {
  padding: 12px;
  border: 1px solid;
  margin: auto;
  background: #f8f8f8;
  border-radius: 12px;
}
.page-content p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
}
.page-content ul {
  padding-left: 15px;
}
.page-content li {
  list-style: disc;
  margin-bottom: 5px;
}
.page-content a {
  text-decoration: underline;
  color: #eee;
}

.page-content table {
  border-color: #eee;
  border-collapse: collapse;
  margin: auto;
  margin-bottom: 20px;
}
.page-content table td,
.page-content table th {
  padding: 10px;
}

.copy-right {
  color: var(--v-description-darken3);
  font-size: 12px;
}
.img-content {
  display: block;
  margin: 30px auto 10px auto;
}

.footer-menu a:hover {
  text-decoration: underline;
}
#footer-btns {
  display: none;
  justify-content: space-between;
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
}
#footer-btns > a {
  background: #010053;
  color: #fff;
  width: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.btn-login {
  background: #720404 !important;
  color: #fff !important;
}

.two-slider > div {
  max-width: 50%;
}

.foot-cols img {
  max-height: 50px;
}

.header-menu-mob {
  background: #444;
}
.header-menu-mob a {
  padding: 10px;
  display: block;
}

.show-more-btn {
  background: #010053;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  margin-bottom: 10px;
  border: 0;
}

.hide {
  display: none;
}

.testimonial-item {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 10px;
}
.testimonial-head {
  font-size: 20px;
  font-weight: bold;
  color: #010053;
  margin-bottom: 5px;
}
.testimonial-by {
  text-align: right;
  font-size: 14px;
  font-style: italic;
  color: #666;
  margin-top: 10px;
}

.hamburger,
.hamburger-cross {
  display: none;
}
.faq-item {
  background: #010053;
  padding: 10px;
  border-radius: 10px;
}
.faq-body {
  border-top: 1px solid #fff;
  padding-top: 5px;
  margin-top: 10px;
  color: #fff;
}
.faq-toggle {
  background: #fff;
  color: #000;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  font-size: 25px;
  line-height: 22px;
  text-align: center;
  font-weight: normal;
}
.faq-head {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}

.download-section {
}
.download-section .download-btn {
  color: #fff;
  background: #000;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 20px;
  line-height: 18px;
  margin-top: 5px;
}

.game-section {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr)); */
  column-gap: 20px;
  margin: 20px auto 20px auto;
  row-gap: 60px;
  max-width: 1150px;
  grid-template-columns: repeat(3, 1fr);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.game-card {
  border-radius: 18px;
  color: #fff;
  position: relative;
  min-height: 320px;
  padding: 20px;
  width: calc(33% - 10px);
}

.game-card img {
  width: 130px;
  margin-top: -60px;
}

.game-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.game-card p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  opacity: 0.9;
}

.game-card button {
  padding: 12px 25px;
  border: none;
  border-radius: 25px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/* Card Colors */
.blue {
  background: linear-gradient(135deg, #116881, #0072ff);
}
.blue button {
  background: #005580;
}

.purple {
  background: linear-gradient(135deg, #8e2de2, #4a00e0);
}
.purple button {
  background: #370090;
}

.red {
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
}
.red button {
  background: #a00000;
}

.green {
  background: linear-gradient(135deg, #00b09b, #96c93d);
}
.green button {
  background: #007e39;
}

.orange {
  background: linear-gradient(135deg, #f7971e, #ffd200);
  color: #2b2b2b;
}
.orange button {
  background: #8e4e00;
  color: #fff;
}

/* Hover effect */
.game-card:hover {
  transform: translateY(-5px);
  transition: 0.3s ease;
}

.gameSwiper img {
  border-radius: 12px;
}

@media (max-width: 767px) {
  main {
  }
  img {
    height: auto;
  }
  #footer-btns {
    display: flex;
  }

  .row {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #logo-block img {
    height: auto;
  }
  #slider-area img {
    min-height: 75px;
  }
  #top_image {
    min-height: 115px;
  }
  #tfp-header-ad {
    height: 50px;
    position: fixed1;
    top: 0;
    width: 100%;
    background: #f2f2f2;
    z-index: 990000;
  }
  #header_top_main {
    margin-top: 5px;
    min-height: 250px;
  }
  #footer-sticky-ad {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    background: #f2f2f2;
  }

  footer .col-2,
  footer .col-5 {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center !important;
    text-align: center;
  }
  .flex-row > div {
    flex: unset;
    width: 100%;
    max-width: 100%;
  }
  main .row {
    padding: 10px;
  }
  .game-tab li {
    padding: 8px 20px;
  }
  .two-slider > div,
  .foot-cols {
    max-width: max-content;
  }
  .four-boxes {
    gap: 10px;
    gap: 20px;
    flex-direction: column;
  }
  .four-boxes > div {
    width: 100%;
    min-height: 180px;
  }
  .four-boxes p {
    font-size: 12px;
  }
  .hamburger {
    display: block;
    font-size: 25px;
    color: #000;
  }
  .menu-bar {
    display: none;
  }
  .header-menu ul {
    display: block;
  }
  .logo-bar .col-3 {
    width: 100%;
    flex: 1;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #logo-block {
    width: 50%;
  }
  .logo-bar .col-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: center;
    padding: 0;
  }
  .menu-bar.shown {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    border-radius: 0;
  }
  .header-menu {
    padding-top: 30px;
  }
  .hamburger-cross {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 25px;
    color: #fff;
  }
  .hero-section {
    min-height: 110px;
  }
  .game-card {
    width: 100%;
  }
  .download-section {
    background-position: center;
  }
  .three-boxes {
    flex-direction: column;
  }
  .four-link-btns {
    margin: auto;
    flex-wrap: wrap;
  }
  .main_h1 {
    flex-direction: column;
  }
  .content-area .col-8 {
    max-width: 100%;
  }
}
