@import url("https://fonts.googleapis.com/css?family=Inter&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Lexend+Deca:wght@800&family=Montserrat:wght@600&family=Poppins&family=Ramabhadra&display=swap");

:root {
  scroll-behavior: smooth;
}

/* * {
  outline: 1px solid red;
} */
html,
body {
  overflow-x: hidden;
  /* background-color: #0E1D34  !important; */
  background-color: #FAF9F6 !important;
}

.bg-viv {
  background-color: #4682B4 !important;
}

.bg-viv:hover {
  background-color: #2f62ad !important;
}

.text-viv {
  color: #4682B4 !important;
}

header {
  background-color: transparent;
  transition: background-color 0.3s ease;
  transition: all 0.3s;
}

.header .navbar-toggler {
  border: none !important;
}

.header .navbar-toggler:focus {
  box-shadow: none !important;
}

.header.scrolled {
  background-color: #0E1D34;
  /* Change this to the color you want when scrolling */
}

.header.scrolled .fa-solid.fa-bars {
  color: #fff !important;
}

.header.scrolled2 {
  background-color: #0E1D34;
  /* Change this to the color you want when scrolling */
}

.offcanvas .nav-link {
  font-weight: lighter !important;
}

.header.scrolled .navbar .navbar-nav .nav-item>a,
.header.scrolled .navbar .navbar-item .dropdown .dropdown-toggle {
  color: #fff !important;
}

.header.scrolled .navbar ul li .nav-item>ul li a {
  color: #000 !important;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #6c757d;

}

p {
  font-size: 1em;
  font-family: "Poppins", sans-serif;
}
.player-title h1{
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5) !important;
}
.main-title h2 {
  color: #000;
}

.main-title p {
  font-weight: lighter;
}

/* section {
  margin-bottom: 20px;
} */

/* NAVBAR*/
.navbar-brand img {
  width: 100px;
}

.navbar ul li a {
  /* color: #ffffff; */
  /*font-weight: 600;*/
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.navbar-toggler {
  border: 2px solid #005BC3 !important;
}

.navbar .navbar-nav {
  gap: 20px;
}

.navbar-nav .nav-link {
  position: relative;
  padding-left: 10px;
}

.navbar-nav .navbar-item .nav-link.active {
  color: #000;
}

.navbar-nav .navbar-item .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #005BC3;
  transition: all 0.3s ease-in-out;
}


.navbar-nav .active.nav-link {
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  position: relative;
  opacity: 1;
}

.navbar-nav .nav-link:hover {
  font-weight: 600;
}

.navbar-collapse.collapsed {
  background-color: #005BC3;
  height: 100vh;
}

.navbar-collapse.show .navbar-nav li {
  display: flex;
  margin-left: 0 !important;
  /*justify-content:center;*/
}

.navbar-collapse.show .navbar-nav .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-collapse.show .navbar-nav .nav-link:hover {
  color: #fff !important;
}


.navbar-collapse.show .navbar-nav li:last-child .nav-link {
  background-color: #ffffff;
  border-radius: 0px;
  color: #000;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
}

.dropdown-toggle.show {
  color: #fff !important;
}

.navbar .dropdown .dropdown-item a {
  color: #000;
  text-decoration: none;
}

.navbar .dropdown>a {
  color: #000 !important;
  text-decoration: none;
}

/* NAVBAR*/


/* INDEX PAGE - HERO BANNER*/
@media (min-width: 577px) and (max-width: 992px) {
  .player-title h1{
    font-size: 2rem !important;
  }
}
@media (max-width: 576px) {
  .player-title h1{
    font-size: 1.5rem !important;
  }
}
.hero {
  border-radius: 10px;
}

.hero-logo h1 {
  width: 100%;
  color: #000000;
  font-family: 'Ramabhadra', sans-serif;
  line-height: 1.2;
}

.hero-logo span {
  color: #fff;
  background-color: #4682B4;
  padding: 0.1em 0.6em;
  border-radius: 999px;
  display: inline-block;
  vertical-align: middle;
}

.hero-button-group {
  gap: 10px;
}

.hero-text {
  width: 100%;
  font-size: 20px;
}


.hero .fs-6 {
  text-decoration: none;
  cursor: pointer;
}

.hero a.btn {
  font-weight: 300;
  width: 100%;
  margin-top: 20px;
}

.hero .fs-6 i {
  padding-right: 10px;
}

.viv-banner {
  width: 100px;
}

.banner {
  position: relative;
}


.banner h1 {
  text-align: center;
  margin-bottom: 20px;
}

.banner p {
  font-size: 1.2rem;
  font-weight: lighter;
  margin-bottom: 30px;
  text-align: justify;
  text-justify: inter-word;

}

/* .banner .btn {
  font-weight: 100;
} */

@keyframes moveUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
    /* Adjust the distance the element moves up and down */
  }
}

.banner-center .swiper-text {
  margin-bottom: 0 !important;
  font-size: 1em;
  font-weight: bold;
}

.banner .viv-banner img {
  width: 400px;
}

/* INDEX PAGE - HERO BANNER*/

/* INDEX PAGE - SWIPER*/

.swiper-title {
  font-size: 2em;
}

.swiper-container {
  padding: 10px;
  height: 100%;
  width: 100%;
}

.swiper-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

.swiper-header p {
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}

.swiper-header p>i {
  padding-right: 10px;
  font-size: 25px;
  color: #4682B4;
}

.navigation-icon div {
  display: inline;
}

.mySwiper,
.Swipernewsdetails {
  width: 100%;
  height: 100%;
  padding: 20px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d3d3d3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%;
  flex-direction: column;
  padding: 10px;
}

.navigation-icon .swiper-button-before i,
.navigation-icon .swiper-button-after i {
  font-size: 25px;
  color: #4682B4;
}

.swiper-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 80%;
  object-fit: fill;
}

.swiper-slide h1 {
  font-size: 0.8em;
  width: 100%;
  margin-bottom: 0px !important;
  height: 40px;
  font-weight: 600;
  padding: 10px;
}

.swiper-slide .ch-lang {
  padding: 10px;
}

.swiper-slide .ch-lang img {
  width: 25px;
  margin-left: 5px;
}

.swiper-box .see-all-button {
  text-decoration: none;
  color: #6c757d;
  font-family: 'Poppins', sans-serif;
}

.swiper-box .see-all-button:hover {
  text-decoration: none;
  color: #53565C;
}

/* INDEX PAGE - SWIPER*/

.call-to-subscribe {
  background-color: #4682B4;
}

.call-to-subscribe .subscribe-index h1 {
  font-size: 2em;
}

/* .index-one {
  background-image: url("../img/home_second_tier-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0 !important;
} */

/*FOOTER*/
footer .footer-button-group {
  gap: 20px;
}

footer .footer-button-group p {
  color: #fff;
  margin-bottom: 0 !important;
}

footer .footer-button-group a:first-child {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8em;

}

footer .footer-button-group a i {
  color: #fff;
  font-size: 25px;
}

footer {
  background-color: #0E1D34;
  height: 200px;
  padding: 30px;
}

footer .footer img {
  width: 80px;
}

footer .policy-grp a {
  text-decoration: none;
  font-size: 0.8em;
}

footer .policy-grp {
  gap: 20px;
}

/*FOOTER*/

/*BREADCRUMBS*/

.breadcrumbs {
  display: flex;
  align-items: center;
  padding: 20px;
}

.breadcrumb-item i {
  margin-right: 10px;
}

.breadcrumb-item a {
  text-decoration: none;
}

.breadcrumb-item.active {
  font-weight: 400;
}

/*BREADCRUMBS*/

/*NEWS DETAILS - BANNER*/
.live {
  display: flex;
  border-radius: 10px;
  margin-bottom: 20px;
  justify-content: center;
  padding: 10px !important;
}

.live-details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.live-details .box {
  background-color: #fff;
}

.live-details #description {
  text-align: justify;
  text-justify: inter-word;
  font-size: 14px;
  font-weight: 200;
}

.live-details img {
  width: 200px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.live-feed {
  padding: 20px 0 20px 0;
}

/*NEWS DETAILS - BANNER*/

/*NEWS DETAILS - SHOWS*/

#shows .container {
  margin-bottom: 40px;
  padding: 30px;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
}

#shows .show-list .img-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#shows .show-list .img-box p {
  font-weight: 600;
  text-transform: uppercase;
}

#shows .show-list h2 {
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
}

#shows img {
  width: 300px;
  margin: 20px;
}

#shows span {
  font-weight: 600;
}

/*NEWS DETAILS - SHOWS*/
.contact-banner {
  min-height: 100vh !important;
  padding: 100px 0 60px 0;
  background-image: url("../img/explore_pic-01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.contac .contact-banner .card {
  height: 150px;
  width: 33.33%;
}

.contact-banner .card .card-header i {
  font-size: 2.5em;
  margin-top: 15px;
}

.contact-banner .card .card-header {
  border-bottom: none !important;
}

.contact-banner .card .card-body p {
  font-size: 0.8em;
}

.explore {
  min-height: 70vh;
  padding: 100px 0 60px 0;
  background-image: url("../img/viv_website banner-explore.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

/*ABOUT PAGE*/
.about {
  min-height: 70dvh;
  padding: 100px 0 60px 0;
  background-image: url("../img/banner-about.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-color: rgba(128, 128, 128, 0.5);
  /* Adjust the alpha channel for the desired level of tint */
  background-blend-mode: multiply;
}

.live-details-news {
  background-image: url("../img/viv_website banner-explore.jpg") !important;
}

.about-banner {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 10px;
  width: 70% !important;
}

.about-banner h1 {
  font-weight: bold;
  margin-bottom: 0px;
  color: #fff;
  font-size: 4.5em !important;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.47);

}

.about-banner h1 span {
  color: #6BC3FE;
}

.about-banner p {
  font-size: 2rem;
  color: #fff;
  padding: 20px 50px;
  text-align: justify;
  text-justify: inter-word;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.47);

}

.about-s2 {
  padding: 20px;
}

.about-s2 .row>h3 {
  font-size: 2em;
}

.about-s2 .row>h3 span img {
  width: 60px;
  margin-bottom: 20px;
}

.article {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 300px;
  max-height: 400px !important;
}

.article p {
  text-align: justify;
  text-justify: inter-word;
  font-family: 'Poppins', sans-serif;
  width: 80%;
}

.article img {
  width: 100px;
}

.article h1 {
  font-size: 2em;
  font-weight: 600;
  padding: 10px;
  color: #53565C;
}

/*ABOUT PAGE -CHARACTERISTICS */

.characteristic .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 30px;
  /* border: 1px solid #1b90d5; */
  border-radius: 10px;
  margin-bottom: 10px;
  height: 150px;
}

.characteristic .box img {
  width: 60px;
}

.characteristic .box .box-details p {
  margin-bottom: 0;
}

/*ABOUT PAGE -CHARACTERISTICS */

.box-details h1 {
  font-size: 1.5em;
  font-weight: 600;
}

.partner-news h1 {
  font-size: 2em;
  font-weight: bold;
}

.partner-news img {
  width: 200px;
}

.call-to-action img {
  text-align: center;
}

/*ABOUT PAGE*/

/*SUBSCRIBE PAGE*/

.contact .forms {
  display: flex;
  flex-direction: row;
  /*border: 1px solid #d3d3d3;*/
}

.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 60px 0;
}

.contact-image {
  background-image: url("../img/viv_website-banner-contactimage.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  background-color: rgba(128, 128, 128, 0);
  background-blend-mode: multiply;
  position: relative;
}

.contact-image .contact-item-container {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 50px;
}

.contact-image .contact-item-container .contact-item i {
  color: #000;
  font-size: 1.5em;
  /*text-shadow: 2px 2px 2px rgba(3, 3, 3, 1);*/
}

.contact-image .contact-item-container .contact-item p {
  color: #000;
  font-size: 14px;
  /*text-shadow: 2px 2px 2px rgba(3, 3, 3, 1);*/
}

.contact-form {
  padding: 10px;
  background-color: #ffffff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 20px;
  /*border-left: 1px solid #d3d3d3;*/
}

.contact-form h1,
.contact-image h1 {
  font-size: 2em;
  /*padding-left: 15px;*/
  font-weight: 600;
}

.contact-form .form-header img {
  width: 60px;
  height: 50px;
}

.contact-form .form-header p {
  font-size: 14px;
}

.contact-form input,
.contact-form textarea {
  border-radius: 5px;
}

.contact-form button {
  background-color: #4682B4;
  border-radius: 15px;
  width: 100%;
}

.contact-form button:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
  border: 1px solid transparent;
  color: #d3d3d3;
}

.em-suc {
  padding: 100px 0 60px 0 !important;
  height: 100dvh;
}

.em-suc h1 {
  font-size: 2em;
}

.em-suc p {
  padding: 10px;
}

.em-suc img {
  width: 100px;
  margin-bottom: 10px;
}

.em-suc .btn {
  color: #fff;
  background-color: #4682B4;
}

/*SUBSCRIBE PAGE*/

.all-channels {
  position: relative;
  min-height: 50vh;
  padding: 90px 0 60px 0;
}

.all-channels .channel-list h1 {
  color: #53565C;
  font-weight: 600;
  font-size: 1em;
  padding: 10px;
  text-decoration: underline;
}

.all-channels .header hr {
  color: #6c757d;
}

.all-channels .channel-list {
  border: 1px solid #d3d3d3;
}

.all-channels .channel-list .channel {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.all-channels .channel-list .channel .ch-lang {
  padding-left: 30px;
}

.all-channels .channel-list .channel .ch-lang ul p {
  font-weight: 600;
}

.all-channels .channel-list .channel img {
  width: 150px;
}

.privacy {
  padding: 30px 30px;
  min-height: 80vh;
}

.privacy .nav-tabs {
  border-bottom: none !important;
  padding-bottom: 20px;
}

.privacy .nav-link {
  color: #fff;
  background-color: #007BFF;
  /* Background color */
  border: 1px solid #007BFF;
  /* Border color */
  border-radius: 10px !important;
  /* Border radius */
  margin-right: 10px;
  /* Spacing between tabs */
  padding: 10px 20px;
  /* Padding inside the tabs */
  width: 200px;
  margin: 10px;
}

.privacy .nav-link:hover {
  color: #000;
  background-color: #fff;
  /* Background color */
  border: 1px solid #000 !important;
  /* Border color */
  border-radius: 10px !important;
  /* Border radius */
}

.privacy .nav-link.active {
  font-weight: 600 !important;
  border: 1px solid #000 !important;
}

.privacy .tab-content .tab-pane h1 {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.privacy .tab-content .tab-pane h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 20px;
}

.privacy .tab-content .tab-pane small {
  color: #53565C;
  text-transform: uppercase;
  font-weight: 600;
}

.privacy .tab-content .tab-pane p {
  text-align: justify;
  text-justify: inter-word;
  line-height: 30px;
}

.privacy .tab-content .tab-pane p span {
  color: #000;
  font-weight: 600;
}

.privacy .tab-content .tab-pane p strong {
  color: #53565C;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  transition: all 2s ease-out;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: 1.5s;
}

#preloader img {
  max-width: 10%;
  max-height: 10%;
  animation: spin-logo 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes animate-preloader {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes spin-logo {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #4682B4;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  text-decoration: none;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #fff;
}

.scroll-top:hover i {
  color: #4682B4;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 372px) {
  .main-title h2 {
    font-size: 2rem !important;
  }
  .navbar-brand img {
    width: 50px;
  }

  .hero-button-group .btn {
    font-size: 12px !important;
  }

  .hero-logo h1 {
    font-size: 2em !important;
    text-align: center !important;
  }

  .hero-text {
    font-size: 13px !important;
  }

  .navigation-icon .swiper-button-before i,
  .navigation-icon .swiper-button-after i {
    display: none;
  }

  .banner-box {
    height: 100dvh;
  }

  .swiper-header p {
    text-align: left;
    font-size: 12px !important;
    display: none;
  }

  .swiper-slide .ch-lang {
    font-size: 0.7em;
  }

  .swiper-title {
    font-size: 1.2em;
  }

  .swiper-title>p {
    font-size: 0.5em;
  }

  .subscribe-index p {
    text-align: center;
  }

  .subscribe-index h1 {
    text-align: center;
    font-size: 1.2em;
  }

  .about-banner {
    width: 100% !important;
  }

  .about-banner h1 {
    font-size: 1.5em !important;
  }

  .about-banner p {
    font-size: 0.7em;
    text-align: justify !important;
    text-justify: inter-word !important;
  }

  .about-banner {
    padding: 0px;
  }

  .about-banner a {
    font-size: 1em !important;
  }

  .article p {
    font-size: 0.7em !important;
  }

  .about-s2 h1 {
    font-size: 1em !important;
  }

  .viv-banner img {
    display: none;
  }

  .swiper-slide h1 {
    font-size: 0.7em;
  }

  footer .footer img {
    display: none;
  }

  .index-one .index-one-title {
    width: 100%;
  }

  .index-one .index-one-title h1 {
    font-size: 1em !important;
  }

  .index-one .index-one-title p {
    font-size: 0.7em !important;
  }

  .footer-button-group p {
    display: none;
  }

  footer small {
    font-size: 0.7em !important;
  }

  .characteristic .box .box-details h1 {
    font-size: 1em !important;
  }

  .characteristic .box .box-details p {
    font-size: 0.7em !important;
  }

  .contact .contact-image {
    display: none !important;
    border-radius: 0 !important;
  }

  .contact-image .contact-item-container .contact-item i,
  .contact-image .contact-item-container .contact-item p {
    font-size: 1rem;
  }
}

/* CSS rules for mobile devices (up to 767px width) */
@media screen and (min-width: 373px) and (max-width:768px) {

  .navigation-icon .swiper-button-before i,
  .navigation-icon .swiper-button-after i {
    font-weight: 600;
    font-size: 1em !important;
  }
  .main-title h2 {
    font-size: 2.5rem !important;
    text-align: left !important;
  }
  .navbar-brand img {
    width: 70px;
  }

  .banner-box {
    height: 100dvh;
  }

  .bnr-image {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }

  .hero-logo h1 {
    font-size: 2.5em;
    text-align: center ! important;
  }

  .hero-text {
    text-align: center !important;
    font-size: 14px;
  }

  .nw-header h1 {
    font-size: 20px;
  }

  .nw-header p {
    text-justify: auto;
  }

  .bnr-image img {
    width: 250px;
  }

  .swiper-header p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px !important;
  }

  .swiper-title {
    font-size: 1.5em;
  }

  .swiper-slide h1 {
    font-size: 0.6em !important;
  }

  .swiper-header {
    display: none;
  }

  .swiper-header p {
    text-align: left;
    font-size: 12px !important;
    display: none;
  }

  .viv-banner img {
    display: none;
  }

  .hero {
    align-items: center;
    justify-content: center;
  }

  .hero img {
    width: 200px;
  }

  .hero-text {
    padding: 20px !important;
  }

  .about .about-banner p {
    font-size: 16px;
    text-align: justify !important;
    text-justify: inter-word;
  }

  .about-banner {
    padding: 30px;
    min-height: 30dvh;
    width: 100% !important;

  }

  .about-s2 .row>h1 {
    font-size: 1.5em !important;
  }

  .swiper-slide h1 {
    font-size: 0.7em;
  }

  .swiper-header p {
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 0px !important;
    width: 80%;
  }

  .index-one .index-one-title {
    width: 100%;
  }

  .index-one .index-one-title h1 {
    font-size: 1.5em !important;
  }

  .index-one .index-one-title p {
    font-size: 1em !important;
  }

  .index-one .index-one-img img {
    width: 250px;
  }

  #shows .show-list .img-box p {
    font-size: 0.7em;
    text-transform: uppercase;
  }

  #shows .show-list>h2 {
    font-size: 1.2em !important;
  }

  footer .footer img {
    display: none;
  }

  footer .policy-grp {
    padding-top: 20px;
    font-size: 0.5em;
    justify-content: center !important;
  }

  footer .footer-button-group p {
    font-size: 0.7em;
  }

  .contact .contact-image {
    display: none !important;
    border-radius: 0 !important;
  }

  .contact-image .contact-item-container .contact-item i,
  .contact-image .contact-item-container .contact-item p {
    font-size: 1rem;
  }
}

/* CSS rules for tablets and small desktop screens (768px to 991px width) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner {
    align-items: center;
    /* min-height: 100dvh; */
  }

  .banner-box {
    height: 100dvh;
  }

  .hero {
    align-items: center;
    justify-content: center;
  }

  .hero-logo h1 {
    font-size: 2.5em;
    text-align: center ! important;
  }

  .hero-text {
    padding: 30px !important;
  }

  .banner .viv-banner img {
    display: none;
    width: 150px;
  }

  .about-banner {
    width: 100% !important;
  }

  .hero img {
    width: 200px;
  }

  .swiper-slide h1 {
    font-size: 0.8em;
  }

  .swiper-header p {
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 0px !important;
  }

  .index-one .index-one-title {
    width: 100%;
  }

  .index-one .index-one-title h1 {
    font-size: 1.5em !important;
  }

  .index-one .index-one-title p {
    font-size: 1em !important;
  }

  footer .footer img {
    display: none;
  }

  .contact .contact-image {
    display: none !important;
    border-radius: 0 !important;
  }

  .contact-image .contact-item-container .contact-item i,
  .contact-image .contact-item-container .contact-item p {
    font-size: 1rem;
  }
}