html,
body {
  font-family: "Roboto";
}

#main {
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://drive.google.com/uc?id=14xV9fesuXjT7QuZkznC7ZxreklLSslQl") no-repeat center center fixed !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  height: auto;
  filter: brightness();
}

#body {
  margin: -70px 0px 0px 0px;
}

#body .header-text {
  font-size: 24px !important;
}

.card {
  width: 35%;
  border: none;
  box-shadow: 0px 5px 10px 0px #ffffff70;
}

.navbar a {
  padding: 30px 0px 0px 50px;
  max-width: 300px;
}

.navbar a img {
  width: 100%;
}

.btn-fb,
.btn-ig,
.btn-tw,
.btn-yt,
.btn-in,
.btn-tk {
  color: #fff;
}

.btn-ml:hover {
  background-color: #878a64;
  color: #fff;
}

.btn-fb:hover {
  background-color: #1877f2;
  color: #fff;
}

.btn-ig:hover {
  background-color: #c32aa3;
  color: #fff;
}

.btn-tw:hover {
  background-color: #1da1f2;
  color: #fff;
}

.btn-yt:hover {
  background-color: #ff0000;
  color: #fff;
}

.btn-in:hover {
  background-color: #0a66c2;
  color: #fff;
}

.btn-tk:hover {
  background-color: #010101;
  color: #fff;
}

.list-group {
  margin: auto 50px;
}

.list-group-item {
  border: none;
}

.list-group-item .btn-lg {
  font-size: 16px;
}

.card-link {
  color: #6c757d;
}

.card-link:hover {
  background-color: #bd081c;
  color: #fff;
}

.list-group-horizontal {
  flex-direction: row;
  padding: 0px;
}

.list-group-horizontal li {
  display: inline-block;
}

/* Start of youtube watermark */
.ym-logo {
  position: relative;
  z-index: 10;
  margin-top: -65px;
  float: right;
  margin-right: 0px;
  filter: opacity(0.3);
}

.ym-logo img {
  width: 50%;
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (min-width: 279.98px) and (max-width: 575.98px) {
  html {
    scroll-behavior: smooth;
  }

  body {
    -webkit-overflow-scrolling: touch;
  }

  #main {
    background:
      linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url("https://drive.google.com/uc?id=14xV9fesuXjT7QuZkznC7ZxreklLSslQl") no-repeat center center fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
  }

  #body {
    margin: -70px 0px 0px 0px !important;
  }

  #body .header-text {
    font-size: 18px !important;
    margin-bottom: 0px;
  }

  .fixed-top {
    position: static !important;
  }

  #header .row .col-12 .navbar a {
    padding: 0px;
    margin: 0 auto;
  }

  .navbar a {
    padding: 30px 0px 0px 0px;
    max-width: 300px;
  }

  .navbar a img {
    width: 100%;
  }

  .card {
    margin: 80px 0px 0px 0px;
    width: 100%;
  }

  .list-group-item .py-2 {
    padding: 10px 0px !important;
  }

  .list-group-item .row .w-50 {
    width: 70% !important;
  }

  .list-group {
    margin: auto 5px !important;
  }

  /* Start of Social media footer */
  .footerlist {
    margin-top: 50px;
    position: relative;
    padding: 0px !important;
  }

  .list-group-horizontal {
    flex-direction: row;
  }

  .list-group-horizontal li {
    display: inline-block;
    width: 100%;
  }

  .footerlist .col-3 {
    text-align: center !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footerlist .col-6 {
    text-align: center !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* Start of youtube watermark */
  .ym-logo {
    position: relative;
    z-index: 10;
    margin-top: -40px;
    float: right;
    margin-right: -15px;
    filter: opacity(0.3);
  }

  .ym-logo img {
    width: 40%;
  }
}

/* // Small devices (landscape phones, less than 768px) */
@media (min-width: 576px) and (max-width: 768px) {
  html {
    scroll-behavior: smooth;
  }

  body {
    -webkit-overflow-scrolling: touch;
  }

  #main {
    background:
      linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url("https://drive.google.com/uc?id=14xV9fesuXjT7QuZkznC7ZxreklLSslQl") no-repeat center center fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
  }

  #body {
    margin: -70px 0px 0px 0px !important;
  }

  #body .header-text {
    font-size: 24px !important;
    margin-bottom: 0px;
  }

  .fixed-top {
    position: static !important;
  }

  #header .row .col-12 .navbar a {
    padding: 0px;
    margin: 0 auto;
  }

  .navbar a {
    max-width: 200px;
  }

  .card {
    margin: 80px 0px 0px 0px;
    width: 100%;
  }

  .list-group {
    margin: auto 30px !important;
  }

  ul .list-group-item {
    padding: 3px 0px !important;
  }

  .list-group-item a {
    padding: 10px auto !important;
  }

  .list-group-item .row .w-50 {
    width: 70% !important;
  }

  /* Start of Social media footer */
  .footerlist {
    margin-top: 50px;
    position: relative;
    padding: 0px !important;
  }

  .list-group-horizontal {
    flex-direction: row;
  }

  .list-group-horizontal li {
    display: inline-block;
    width: 100%;
  }

  .footerlist .col-3 {
    text-align: center !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footerlist .col-6 {
    text-align: center !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* // Small devices (landscape phones, less than 992px) */
@media (min-width: 767.98px) and (max-width: 992px) {
  html {
    scroll-behavior: smooth;
  }

  body {
    -webkit-overflow-scrolling: touch;
  }

  #main {
    background:
      linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url("https://drive.google.com/uc?id=14xV9fesuXjT7QuZkznC7ZxreklLSslQl") no-repeat center center fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
  }

  #body {
    margin: -70px 0px 0px 0px;
  }

  #body .header-text {
    font-size: 24px !important;
    margin-bottom: 0px;
  }

  .fixed-top {
    position: static !important;
  }

  #header .row .col-12 .navbar a {
    padding: 0px;
    margin: 0 auto;
  }

  .navbar a {
    max-width: 200px;
  }

  .card {
    margin: 80px 0px 0px 0px;
    width: 100%;
  }

  .list-group {
    margin: auto 50px !important;
  }

  ul .list-group-item {
    padding: 3px 0px !important;
  }

  /* Start of Social media footer */
  .footerlist {
    margin-top: 50px;
    position: relative;
    padding: 0px !important;
  }

  .list-group-horizontal {
    flex-direction: row;
  }

  .list-group-horizontal li {
    display: inline-block;
    width: 100%;
  }

  .footerlist .col-3 {
    text-align: center !important;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footerlist .col-6 {
    text-align: center !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* // large devices (greater than 992px) */
@media (min-width: 992.98px) {
  html {
    scroll-behavior: smooth;
  }

  body {
    -webkit-overflow-scrolling: touch;
  }

  #main {
    background:
      linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
      url("https://drive.google.com/uc?id=14xV9fesuXjT7QuZkznC7ZxreklLSslQl") no-repeat center center fixed !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
  }

  #body {
    margin: -70px 0px 0px 0px;
  }

  #body .header-text {
    font-size: 24px !important;
    margin-bottom: 0px;
  }

  .fixed-top {
    position: static !important;
  }

  .card {
    width: 35%;
    border: none;
    box-shadow: 0px 5px 10px 0px #ffffff70;
  }

  .navbar a {
    padding: 30px 0px 0px 50px;
    max-width: 300px;
  }

  .navbar a img {
    width: 100%;
  }

  .btn-fb,
  .btn-ig,
  .btn-tw,
  .btn-yt,
  .btn-in,
  .btn-tk {
    color: #fff;
  }

  .btn-ml:hover {
    background-color: #878a64;
    color: #fff;
  }

  .btn-fb:hover {
    background-color: #1877f2;
    color: #fff;
  }

  .btn-ig:hover {
    background-color: #c32aa3;
    color: #fff;
  }

  .btn-tw:hover {
    background-color: #1da1f2;
    color: #fff;
  }

  .btn-yt:hover {
    background-color: #ff0000;
    color: #fff;
  }

  .btn-in:hover {
    background-color: #0a66c2;
    color: #fff;
  }

  .btn-tk:hover {
    background-color: #010101;
    color: #fff;
  }

  .list-group {
    margin: auto 50px !important;
  }

  .list-group-item {
    border: none;
  }

  .list-group .list-group-item:hover>a>.row>.list-icon i {
    color: #fff !important;
  }

  .card-link {
    color: #6c757d;
  }

  .card-link:hover {
    background-color: #bd081c;
    color: #fff;
  }

  /* Start of Social media footer */
  .footerlist {
    margin-top: 50px;
    padding: 0px !important;
    opacity: 0.8;
  }
}

.img-rotator-wrapper {
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.img-rotator-wrapper ul {
  margin: 10px 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.img-rotator-wrapper ul li {
  flex-wrap: wrap;
  display: contents;
  width: 100px;
}

.img-rotator-wrapper ul li a img {
  width: 100%;
}

.profile-card {
  border: none !important;
}

.list-group-item a {
  background: #596402;
}

.featured-video-title {
  background-color: #1d2100;
  padding: 2px 0 2px 20px;
}

.featured-video-title h2 {
  color: #fff;
  font-size: 16px;
  margin: 10px 0px 10px 0;
}

.featured-video-content {
  padding: 0px 15px;
  border: 1px solid #ddd;
}

.featured-video-content .col-lg-4 {
  margin: 0px;
  padding: 0px;
}

.featured-video-content .col-lg-4 a img {
  width: 100%;
}

.morevid {
  background-color: none !important;
  padding: 10px;
}

.inner-img-rotator-wrapper ul {
  margin: 10px 0px;
  padding: 0px;
  /* text-align-last: justify; */
  width: 100%;
  display: flex;
  /* max-width: 100%; */
  overflow: hidden;
}

.inner-img-rotator-wrapper ul li a img {
  width: 100%;
}

.last-item .row .col-4 {
  padding: 0px;
}

.last-item .row .col-4 a {
  margin: 15px 0px 5px 0px;
  background-color: transparent;
}

#qr_form .form-group .col-lg-9 {
  width: 100% !important;
  max-width: 100% !important;
}

#qr_form .form-group label {
  width: 100% !important;
  max-width: 100% !important;
}

.overlay-btn {
  position: absolute;
  top: 300px;
  opacity: 0.6;
  /* z-index: 1; */
}

.overlay-btn:hover {
  position: absolute;
  top: 300px;
  opacity: 1;
  /* z-index: 1; */
}

.overlay-btn .row .col-5 a {
  background-color: #a4b13d;
}

.featured-video-content .has-yt-play-btn a::before,
.has-yt-play-btn::before {
  background-size: 33px auto;
}

.banner-vid-box {
  width: 41rem;
  height: auto;
}

.welcomePrimary {
  color: #162e44;
}

.welcomeSuccess {
  color: #596402;
}

.welcome-light {
  color: #ffffff;
  font-size: 14px;
}

.welcome-warning {
  color: #ffe600;
}

.welcome-register {
  color: #ffffff;
  font-size: 18px;
}

.tour-schedule-section .more-discounts a {
  margin-top: 10px !important;
}

table.table.table-bordered.responsive a {
  color: black !important;
  text-decoration: underline;
}

.treelink-primary {
  color: #162e44;
}

.treelink-danger {
  color: #dd0f0f;
}

@media (min-width: 567px) and (max-width: 992px) {
  .card {
    margin: 5px 0 !important;
    width: 100%;
  }
}

.play-overlay::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 45px;
  background-color: red;
  border-radius: 10px;
  opacity: 0.9;
  transition: transform 0.2s ease;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
}

.play-overlay:hover::after {
  transform: translate(-50%, -50%) scale(1.1);
}