@import "./global.css";
/* Header Section Start */
.entry-content img{
  width: 100%;
}
html {
  scroll-behavior: smooth;
}

header {
  position: absolute;
  z-index: 999;
  width: 100%;
}
header .navbar {
  padding: 0px;
  align-items: flex-end !important;
}
header .navbar .navbar-nav {
  background-color: #e8b11d;
  padding: 0px 70px;
}
header .navbar-brand {
  background-color: #e8b11d;
  margin-right: 0px;
  padding: 10px;
}
header .navbar-brand img {
  width: 110px;
  height: 60px;
}
header .navbar-nav .nav-link {
  font-size: 15px;
  font-family: var(--font-m7);
  color: var(--white) !important;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover {
  background-color: #170537;
  color: #e8b11d;
}
.navbar-icons ul {
  list-style-type: none;
  display: flex;
  background-color: #170537;
}
.navbar-icons ul li {
  padding: 7px 8px;
}
.navbar-icons ul li img {
  width: 15px;
  height: 15px;
}
/* Header Section End */

/* Home Section Start */
.home-section {
  position: relative;
}
.home-section .home-content {
  position: absolute;
  /* bottom: 50%;
  left: 30%; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-section .home-content h1 {
  font-family: var(--font-m7);
  color: var(--white);
  font-size: 45px;
  text-align: center;
}
.home-section .home-content p {
  font-family: var(--font-m3);
  color: var(--white);
  font-size: 25px;
  text-align: center;
}
.home-section .carousel-indicators {
  bottom: 25%;
}
.carousel-indicators li {
  opacity: inherit;
}
.carousel-indicators .active {
  background-color: #e8b11d;
}
/* Home Section End */

/* Match Slider Start */
.match-section {
  padding: 50px 0px 50px;
}
.match-section .match-box {
  margin-top: -17%;
}
.match-section .match-item .match-btn {
  text-align: center;
}
.match-section .match-item .match-btn .btn {
  background-color: #381976;
  padding: 8px 35px;
  font-family: var(--font-m7);
  color: var(--white);
  font-size: 16px;
  line-height: 1;
}

.owl-carousel .owl-nav.disabled {
  display: inherit;
}
.match-section .owl-carousel .owl-nav.disabled {
  display: inherit !important;
}
.match-section .owl-prev,
.match-section .owl-next {
  position: absolute;
  background-color: #e8b11d;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 0 !important;
  padding: 0 !important;
  background: #e8b11d !important;
  display: flex !important;
  cursor: pointer;
  border-radius: 50px !important;
}
.match-section .owl-prev {
  left: -6%;
  top: 50%;
}
.match-section .owl-next {
  right: -6%;
  top: 50%;
}

/* modal Start */
.modal-dialog {
  max-width: 730px !important;
}

.modal-open .modal {
  overflow-y: auto !important;
}

.modal-content .modal-title h4 {
  background-color: var(--yellow);
  font-size: 20px;
  margin: 0px;
  padding: 15px;
  text-align: center;
  font-family: var(--font-m7);
}
.preview .modal-content .modal-img {
  margin: 15px;
}
.preview .modal-content .modal-img img {
  width: 100%;
  height: 100%;
}
.preview .modal-content .modal-text {
  margin: 15px;
}
.preview .modal-content .modal-text p {
  font-size: 12px;
  color: #7a7a7a;
  font-family: var(--font-m7);
}
/* modal End */
/* Tabs Start */
.nav-tabs {
  background-color: #f7f7f7 !important;
  justify-content: space-evenly;
  padding: 15px 0px;
  border-bottom: 1px solid #dee2e6 !important;
}
.tabs-section .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: inherit;
  border-bottom: inherit;
}
.tabs-section .nav-tabs > .nav-item > .nav-link {
  margin: 0;
  width: 100%;
  background-color: #b7b7b7;
  border: 1px solid #b7b7b7;
  color: #000;
  font-family: var(--font-m7);
  border-radius: 4px;
  font-size: 14px;
  padding: 11px 60px;
  line-height: 1.5;
  transition: all 0.5s ease;
}
.tabs-section .nav-tabs {
  border-bottom: 0px;
}
.tabs-section .nav-tabs > .nav-item > .nav-link:hover,
.tabs-section .nav-tabs > .nav-item > .nav-link.active {
  background-color: #381976 !important;
  color: #ffffff !important;
}
.tabs-section .tab-content .match-left h6 {
  color: #000;
  font-size: 16px;
  font-family: var(--font-m7);
  margin-bottom: 10px;
}
.tabs-section .tab-content .match-right p {
  color: #5c5c5c;
  font-size: 14px;
  font-family: var(--font-m7);
  margin-bottom: 10px;
}
.tabs-section .tab-content .tab-title {
  margin-bottom: 15px;
}
.tabs-section .tab-content .tab-img {
  margin-bottom: 15px;
}
.tabs-section .tab-content .tab-title h3 {
  color: #000;
  font-family: var(--font-m7);
  font-size: 20px;
}
.tabs-section .tab-content .tab-title p {
  color: #7a7a7a;
  font-family: var(--font-m7);
  font-size: 15px;
  margin-top: 7px;
}
.tabs-section .tab-content .tab-text p {
  font-family: var(--font-m7);
  font-size: 12px;
  color: #7a7a7a;
}
/* Tabs End */

/* Match Slider End */

/* Fantasy  Section Start */
.fantasy-section .owl-carousel .fantasy-item img {
  width: 100%;
  height: 300px;
}
.fantasy-section .owl-carousel .owl-dots {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fantasy-section .owl-carousel .owl-dots .owl-dot {
  background: var(--white);
  width: 40px;
  height: 3px;
  border-radius: 50px;
  margin-right: 10px;
}
.fantasy-section .owl-carousel .owl-dots .owl-dot.active {
  background: #e8b11d;
}
.fantasy-section .owl-carousel .owl-nav.disabled {
  display: none;
}

#fantasy-predictions .fantasy-box swiper .swiper-button-next, #fantasy-predictions .fantasy-box swiper .swiper-button-prev {
  top: 46%;
  bottom: -2px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  background-size: 10px;
  color: #fff;
  border-radius: 65px;
}
/* Fantasy  Section End */

/* Indian  Section Start */
.indian-section .parentindslider .market-tips swiper .swiper-button-next, .indian-section .parentindslider .market-tips swiper .swiper-button-prev{
  top: 46%;
  bottom: -2px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  background-size: 10px;
  color: #fff;
  border-radius: 65px;
}
.indian-section .owl-carousel .indian-item img {
  width: 75%;
  /* height: 300px; */
}
.indian-section .owl-carousel .owl-dots {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indian-section .owl-carousel .owl-dots .owl-dot {
  background: var(--white);
  width: 40px;
  height: 3px;
  border-radius: 50px;
  margin-right: 10px;
}
.indian-section .owl-carousel .owl-dots .owl-dot.active {
  background: #e8b11d;
}
.indian-section .owl-carousel .owl-nav.disabled {
  display: none;
}

.indian-section .market-tips {
  margin-right: 10px;
}

.indian-section .market-tips .indian-box {
  background-image: url(../images/Indian-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 50px 0px 0px;
  min-height: 417px;
  /* margin-top: 20px; */
}
.indian-section .market-tips .indian-title {
  text-align: center;
}
.indian-section .market-tips .indian-title h3 {
  font-size: 25px;
  font-family: var(--font-m7);
  color: #e10000;
}
.indian-section .market-tips .indian-title h3 .white {
  color: var(--white);
}
.indian-section .market-tips .indian-title h3 .yellow {
  color: #e8b11d;
}
.indian-section .market-tips .indian-item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* margin-top: 30px; */
}
.indian-section .market-tips .indian-item .indian-img {
  text-align: center;
}
.indian-section .market-tips .indian-box .indian-item{
  margin-top: 30px;
}
.indian-section .market-tips .indian-item .indian-img img {
  width: 100px;
  height: 100px;
}
.indian-section .market-tips .indian-item .indian-img h5 {
  color: var(--white);
  font-family: var(--font-m7);
  font-size: 20px;
}
.indian-section .market-tips .indian-btn {
  background-color: #e8b11d;
  margin-top: 10px;
  padding: 5px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.indian-section .market-tips .indian-btn p {
  color: #0f0225;
  font-size: 18px;
  font-family: var(--font-m7);
  margin-right: 20px;
}
.indian-section .market-tips .indian-btn .btn {
  background-color: #e10000;
  color: var(--white);
  font-size: 14px;
  padding: 4px 30px;
  border-radius: 50px;
  font-family: var(--font-m7);
}
/* Indian  Section End */

/* News Section Start */
.news-section .left-item .left-img {
  position: relative;
}
.news-section .left-item .left-content {
  position: absolute;
  bottom: 0px;
  /* left: 15px; */
  background-color: rgb(23 5 55 / 73%);
  padding: 30px;
  width: 100%;
  cursor: pointer;
}
.news-section .left-item .left-content h4 {
  /* text-align: center; */
  color: var(--white);
  font-family: var(--font-m7);
  font-size: 20px;
}
.news-section .left-item .left-content h4 span {
  color: #e8b11d;
}
.news-section .right-item {
  padding: 20px 0px;
  position: absolute;
  left: -50px;
  z-index: 1;
}
.news-section .right-item .right-img {
  position: relative;
  margin-bottom: 20px;
}
.news-section .right-item .right-img img {
  width: 350px;
  height: 180px;
}
.news-section .right-item .right-content {
  position: absolute;
  bottom: 20px;
  left: 15px;
  background-color: rgb(23 5 55 / 73%);
  content: "";
  width: 92%;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}
.news-section .right-content .right-text h5 {
  color: #fff;
  font-family: var(--font-m7);
  font-size: 14px;
}
.news-section .right-content .right-text {
  width: 90%;
}
.news-section .right-content .right-text p {
  color: #e8b11d;
  font-family: var(--font-m7);
  font-size: 12px;
  padding-top: 6px;
}
.news-section .right-content .right-icon {
  background-color: #e8b11d;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.new-ricky-width-right {
  width: 30% !important;
  padding: 0px 15px;
  /* overflow: hidden; */
  overflow-y: clip;
}

.new-ricky-width-right h2 {
  font-size: 15px;
  margin-top: -50px;
  padding-left: 18px;
  background: #00000075;
  margin-bottom: 0px;
  bottom: 0px;
  padding-bottom: 20px;
  padding-top: 10px;
  /* border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px; */
}
.new-ricky-width-right .news-para-thumb {
  margin-bottom: 20px;
}

.new-ricky-width-right .news-para-thumb h2 {
  cursor: pointer;
}

.new-ricky-width-right img {
  /* height: 226px; */
  object-fit: cover;
  object-position: left;
  /* border-radius: 10px; */
}
.new-ricky-width-right h2::before {
  content: "";
  background: #c452f7;
  position: absolute;
  left: 0;
  height: 40px;
  width: 8px;
}
/* News Section End */

/* Footer Section Start */
.footer-section {
  padding: 50px 0px 30px;
}
.footer-section .footer-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-section .footer-item .footer-logo img {
  width: 150px;
  height: 80px;
}
.footer-section .footer-item .footer-social ul {
  display: flex;
  list-style: none;
  align-items: center;
}
.footer-section .footer-item .footer-social ul li {
  margin-right: 10px;
}
.footer-section .footer-item .footer-social ul li:last-child {
  margin-right: 0px;
}
.footer-section .footer-item .footer-social ul li img {
  width: 20px;
  height: 20px;
}
.footer-section .footer-links {
  background-color: #340357;
  margin-top: 20px;
  padding: 10px;
}
.footer-section .footer-links ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-section .footer-links ul li {
  margin-right: 15px;
}
.footer-section .footer-links ul li:last-child {
  margin-right: 0px;
}
.footer-section .footer-links ul li a {
  font-family: var(--font-m7);
  color: var(--white);
  font-size: 15px;
}
.footer-section .footer-copyright {
  text-align: center;
  margin-top: 20px;
}
.footer-section .footer-copyright p {
  color: var(--white);
  font-family: var(--font-m3);
  font-size: 16px;
}
.footer-section .footer-copyright p span {
  color: #e8b11d;
}
/* Footer Section End */

/* cricket Section Start */
.cricket-section {
  position: relative;
}
.cricket-section .not-found h4 {
  color: white;
  text-align: center;
}
.cricket-section .img-box {
  position: relative;
  margin-bottom: 15px;
}
.cricket-section .img-box .img-txt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 50px;
  border-left: 5px solid var(--yellow);
  background-color: #170537c9;
  padding-left: 15px;
}
.cricket-section .img-box .img-txt p {
  color: var(--white);
  font-size: 20px;
}
.cricket-section .img-box .img-txt p span {
  color: var(--yellow);
  font-weight: 600;
}
.cricket-section .match-tab li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 8px;
}
.cricket-section .match-tab li:last-child {
  margin-bottom: 0;
}
.cricket-section .match-tab li span {
  color: var(--white);
  width: 50%;
  display: block;
}
.cricket-section .match-tab li span:nth-child(1) {
  font-weight: 500;
}
.inner-cricket {
  padding-top: 30px;
}
/* cricket Section End */

/* fantasy Pages Start */
#fantasy .team-section .team-content h3 {
  color: var(--yellow);
  font-family: var(--font-m7);
  font-size: 30px;
}
#fantasy .team-section .team-content {
  width: 170px;
  margin: 50px auto 0px;
}
#fantasy .team-section .team-content .team-item {
  margin: 25px 0px;
}
#fantasy .team-section .team-content .team-item h5 {
  color: var(--white);
  font-family: var(--font-m7);
  font-size: 18px;
}
#fantasy .team-section .team-content .team-item li {
  color: var(--white);
  font-family: var(--font-m7);
  font-size: 15px;
  margin-top: 10px;
  position: relative;
  padding-left: 10px;
}
#fantasy .team-section .team-content .team-item li::before {
  position: absolute;
  content: "";
  background-color: var(--white);
  width: 5px;
  height: 5px;
  left: 0px;
  bottom: 5px;
  border-radius: 50px;
}
#fantasy .team-section .team-box .team-img .carousel-indicators {
  bottom: -50px;
}
#fantasy .team-section .team-box .team-img .carousel-inner img {
  height: 600px;
  max-width: 610px;
  object-fit: scale-down;
}
#fantasy .team-section .team-box .team-img .carousel-inner .carousel-item.active {
  display: flex;
}
@media (max-width: 767px) {
  #fantasy .team-section .team-box .team-img .carousel-inner .carousel-item.active {
    display: block;
  }
}
/* fantasy Pages End */
/* Tips Section Start */
#fantasy .tips-section {
  padding: 80px 0px 20px;
}
#fantasy .tips-section .tips-content p {
  font-size: 16px;
  font-family: var(--font-m7);
  color: var(--white);
}
#fantasy .tips-section .tips-img img {
  /* width: 100%; */
  height: 400px;
  object-fit: cover;
}
/* Tips Section End */

/* DIPHeader Section Start */

.parent-fant-ind {
  display: flex;
}

.fantasy-box {
  max-width: 70%;
  margin-bottom: 15px !important;
}

.indboxindsid {
  max-width: 30%;
}

.indboxindsid .playnow-btn,
.indboxbotttwo .playnow-btn {
  position: absolute;
  left: 23%;
  bottom: 45px;
  padding: 10px 35px;
  border-radius: 40px;
  background: #e10000;
  border: none;
  color: white;
  font-weight: 600;
}

.indboxindsid .indian-item img {
  max-height: 504px;
  min-height: 504px;
}

.indboxindsid .swiper-slide {
  width: 100% !important;
}

.fantasy1-section .fantasy1-box {
  height: 504px;
}

.parentindslider {
  display: flex;
}
.indboxbottone {
  width: 70%;
}
.indboxbotttwo {
  width: 30%;
}

/* .indboxbotttwo .indsiaslise .indian-item img{
  max-width: 75%;
  } */

/* .indboxbotttwo .indsiaslise .indian-item{
  max-width: 75%;
  } */
.indian-section .indboxbotttwo swiper {
  max-width: 88%;
}

.indian-section .indboxbotttwo .swiper-wrapper .swiper-slide .img-fluid {
  /* width: 399px; */
  width: 100%;
  height: 418px;
}

.fantasy1-section .fantasy1-box {
  background-image: url(../images/fantasy-1-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 50px 0px;
  height: 504px;
}
.fantasy1-section .fantasy1-left .fantasy1-logo {
  text-align: center;
}
.fantasy1-section .fantasy1-left .fantasy1-logo img {
  width: 150px;
  height: 100px;
  display: inline;
}
.fantasy1-section .fantasy1-left .fantasy1-content {
  width: 300px;
  margin: 20px auto 0px;
  text-align: center;
}
.fantasy1-section .fantasy1-left .fantasy1-content h3 {
  font-size: 25px;
  color: var(--white);
  font-family: var(--font-m7);
}
.fantasy1-section .fantasy1-left .fantasy1-content h3 span {
  color: #0f0225;
}
.fantasy1-section .fantasy1-left .fantasy1-btn {
  text-align: center;
  margin-top: 20px;
}
.fantasy1-section .fantasy1-left .fantasy1-btn .btn {
  color: var(--white);
  background-color: #0f0225;
  font-size: 16px;
  font-family: var(--font-m7);
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
  width: 250px;
}
.fantasy1-section .fantasy1-left .fantasy1-btn .btn:last-child {
  margin-bottom: 0px;
}

.fantasy1-section .fantasy1-right .fantasy1-title {
  text-align: center;
}
.fantasy1-section .fantasy1-right .fantasy1-title h4 {
  color: #e10000;
  font-size: 25px;
  font-family: var(--font-m7);
  width: 375px;
  margin: 0px auto;
  border-bottom: 2px solid #e10000;
  line-height: 35px;
}
.fantasy1-section .fantasy1-right .fantasy1-title p {
  font-size: 25px;
  color: #0f0225;
  font-family: var(--font-m7);
  margin-top: 10px;
  text-align: center;
}
.fantasy1-section .fantasy1-right .fantasy1-title .btn {
  color: #e8b11d;
  background-color: #0f0225;
  font-size: 20px;
  font-family: var(--font-m7);
  padding: 8px 30px;
  border-radius: 50px;
  margin-top: 15px;
  border: 5px solid #e10000;
}
.fantasy1-section .fantasy1-right .fantasy1-title .btn img {
  width: 30px;
  height: 30px;
  margin-left: 7px;
  display: inline;
}
.fantasy1-section .fantasy1-right .fantasy1-Circle {
  margin-top: 30px;
  text-align: center;
}
.fantasy1-section .fantasy1-right .fantasy1-Circle-img img {
  width: 110px;
  height: 110px;
  position: relative;
  display: inline-block;
}
.fantasy1-section .fantasy1-right .fantasy1-Circle-img p {
  position: absolute;
  bottom: 47%;
  left: 38%;
  font-size: 21px;
  font-family: var(--font-m7);
  color: #0f0225;
}
.fantasy1-section .fantasy1-right .fantasy1-Circle-text h6 {
  color: #e10000;
  font-family: var(--font-m7);
  font-size: 25px;
  margin-top: 10px;
}

.teles img {
  width: 30px !important;
  height: auto !important;
  display: inline !important;
}

.classsadas img {
  width: 30px !important;
  height: auto !important;
  display: inline !important;
}

/* Responsive Start */
@media (max-width: 991px) {
  .fantasy1-section .fantasy1-left .fantasy1-content h3 {
    font-size: 25px;
  }
  .fantasy1-section .fantasy1-left .fantasy1-btn .btn {
    width: 240px;
  }
  .fantasy1-section .fantasy1-right .fantasy1-title h4 {
    font-size: 40px;
    width: 315px;
  }
  .fantasy1-section .fantasy1-right .fantasy1-Circle-img img {
    width: 90px;
    height: 90px;
  }

  .indboxindsid .playnow-btn,
  .indboxbotttwo .playnow-btn {
    left: 20%;
    padding: 7px 18px;
  }
}
@media (max-width: 767px) {
  .fantasy1-section .fantasy1-left .fantasy1-logo img {
    width: 100px;
    height: 80px;
  }
  .fantasy1-section .fantasy1-left .fantasy1-content {
    width: inherit;
    margin: inherit;
    text-align: center;
    padding-right: 25px;
  }
  .fantasy1-section .fantasy1-left .fantasy1-content h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .fantasy1-section .fantasy1-left .fantasy1-btn .btn {
    font-size: 12px;
    padding: 8px 5px;
    width: 180px;
  }
  .fantasy1-section .fantasy1-right .fantasy1-title h4 {
    font-size: 30px;
    width: inherit;
    margin: inherit;
    line-height: inherit;
  }
  .fantasy1-section .fantasy1-right .fantasy1-Circle-img img {
    width: 60px !important;
    height: 60px !important;
  }
  .fantasy1-section .fantasy1-right .fantasy1-Circle-text h6 {
    font-size: 20px;
  }
  .fantasy1-section .fantasy1-right .fantasy1-Circle-img p {
    bottom: 50%;
    left: 35%;
    font-size: 15px;
  }
  .indboxindsid .playnow-btn,
  .indboxbotttwo .playnow-btn {
    bottom: 20px;
    left: 16%;
    padding: 5px 15px;
    font-size: 13px;
  }
}
@media (max-width: 520px) {
  .indboxindsid .indiaboxok .swiper-container {
    width: 75%;
  }

  .fantasy1-section .fantasy1-left .fantasy1-logo img {
    width: 70px !important;
    height: 50px !important;
  }
  .fantasy1-section .fantasy1-left .fantasy1-content h3 {
    font-size: 15px;
  }
  .fantasy1-section .fantasy1-left .fantasy1-btn .btn {
    width: 157px;
    padding: 8px 2px;
  }
  .fantasy1-section .fantasy1-right .fantasy1-title h4 {
    font-size: 20px;
    line-height: 40px;
  }
  .fantasy1-section .fantasy1-right .fantasy1-title p {
    font-size: 20px;
  }
  .fantasy1-section .fantasy1-right .fantasy1-title .btn {
    font-size: 12px;
    padding: 5px 10px;
  }
  .fantasy1-section .fantasy1-right .fantasy1-Circle-img img {
    width: 45px;
    height: 45px;
  }
  .fantasy1-section .fantasy1-right .fantasy1-Circle-img p {
    bottom: 45%;
    font-size: 12px;
  }
  .fantasy1-section .fantasy1-right .fantasy1-Circle-text h6 {
    font-size: 15px;
  }
  .fantasy-box {
    max-width: 100%;
  }

  .indboxindsid {
    max-width: 100%;
  }

  .parent-fant-ind {
    flex-direction: column;
  }

  .indboxindsid .indian-item img {
    max-height: auto;
  }

  .fantasy1-section .fantasy1-box {
    height: auto;
  }

  .parentindslider {
    flex-direction: column;
  }
  .indboxbottone {
    width: 100%;
  }
  .indboxbotttwo {
    width: 100%;
  }
  .indboxbotttwo .indsiaslise .swiper-container {
    width: 80% !important;
  }
  .indian-section .indboxbotttwo swiper {
    max-width: 100%;
  }

  .indboxindsid .playnow-btn,
  .indboxbotttwo .playnow-btn {
    position: absolute;
    left: 23%;
    bottom: 45px;
    padding: 10px 35px;
    border-radius: 40px;
    background: #e10000;
    border: none;
    color: white;
    font-weight: 600;
  }

  .footer-section .footer-item {
    display: block;
    text-align: center;
  }

  .footer-section .footer-item .footer-social ul{
    width: 25%;
    margin: 0 auto;
  }
}
@media (max-width: 360px) {
  .fantasy1-section .fantasy1-left .fantasy1-btn .btn img {
    width: 20px;
    height: 20px;
  }
  .fantasy1-section .fantasy1-left .fantasy1-btn .btn {
    width: 125px;
    font-size: 10px;
  }
  .fantasy1-right {
    padding-right: 25px;
  }
  .fantasy1-section .fantasy1-right .fantasy1-title p,
  .fantasy1-section .fantasy1-right .fantasy1-title h4 {
    font-size: 17px;
  }
  .fantasy1-section .fantasy1-right .fantasy1-Circle-img p {
    left: 45%;
    font-size: 10px;
  }
  .fantasy1-section .fantasy1-left .fantasy1-content h3 {
    font-size: 13px;
    padding-right: 10px;
  }
  .footer-section .footer-item .footer-social ul{
    width: 35%;
  }
}

/* Inadian Market Tips Start */
.market-section {
  position: relative;
  margin-bottom: 20px;
}
.market-section .market-box {
  background-image: url(../images/market-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 40px 40px 0px 40px;
  object-fit: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.market-section .super-sec {
  text-align: center;
  margin-bottom: 70px;
}
.market-section .market-img1,
.market-section .market-img2 {
  text-align: center;
}
.market-section .title {
  padding: 0 25px;
}
.market-section .super-sec h3,
.market-section .super-sec h4 {
  font-size: 20px;
  color: var(--white);
  font-family: var(--font-m7);
  margin-bottom: 20px;
}
.market-section .super-sec h3 {
  padding: 0 42px;
}
.market-section .title h4 .red {
  color: #e10000;
}
.market-section .title h4 span {
  color: #e8b11d;
}

.super-footer {
  position: absolute;
  bottom: 8px;
  width: 100%;
  font-size: 12px;
}
.super-footer h5 {
  font-size: 20px;
  font-family: var(--font-m7);
  color: #0f0225;
}
.super-footer button {
  color: var(--white);
  background-color: #e10000;
  font-size: 16px;
  font-family: var(--font-m7);
  padding: 8px 24px !important;
  border-radius: 50px !important;
  border: 1px solid #e10000;
  transition: all 0.3s ease;
}
.super-footer button:hover {
  background-color: transparent;
  border: 1px solid #e10000;
  color: #e10000;
}

.market-section .market-img-logo img {
  width: 120px !important;
  height: 120px !important;
  margin: 0 auto;
}
.market-section .market-box .content-match {
  max-height: 380px !important;
  min-height: 380px !important;
} 
.market-section .market-box .super-footer h5 {
  font-size: 18px;
}

/* Responsive Start */

@media (max-width: 991px) {
  .market-section .market-box {
    padding: 20px 10px !important;
  }
  .market-section .market-img1 {
    text-align: inherit !important;
  }
  .market-section .market-img1 img,
  .market-section .market-img2 img {
    width: 120px;
    height: 120px;
  }
  .market-section .title {
    padding: 0px !important;
  }
  .market-section .market-img-logo img {
    width: 120px;
    height: 120px;
  }
  .market-section .super-sec {
    margin-bottom: 0px !important;
  }
  .market-section .super-sec h3,
  .market-section .super-sec h4 {
    font-size: 25px !important;
    margin-bottom: 10px !important;
  }
  .market-section .super-sec h3 br {
    display: none;
  }
  .super-footer button {
    font-size: 12px;
    padding: 5px 10px;
  }
  .super-footer {
    bottom: -16px !important;
  }
  .super-footer h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .market-section .super-sec h3.tab {
    padding-bottom: 20px;
  }
  .super-footer {
    bottom: -12px !important;
  }
  .super-footer h5 {
    font-size: 12px;
  }
  .market-section .super-sec h3,
  .market-section .super-sec h4 {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
  .market-section .market-img-logo img {
    width: 80px !important;
    height: 80px !important;
  }
  .market-section .market-img1 img,
  .market-section .market-img2 img {
    width: 65px;
    height: 65px;
  }

  .market-section .market-box .super-footer h5 {
    font-size: 13px;
    /* color: white;
    margin-bottom: 10px; */
  }
  .market-section .super-sec h3 {
    padding: 0;
  }
  .market-section .market-box .super-footer {
    display: block !important;
  }
}
@media (max-width: 520px) {
  .market-section .super-sec h3,
  .market-section .super-sec h4 {
    font-size: 14px !important;
    margin-bottom: 5px !important;
  }
  .market-section .market-img-logo img {
    width: 80px;
    height: 80px;
  }
  .market-section .super-sec h3.tab {
    padding-bottom: 40px;
  }
  .super-footer {
    bottom: -20px !important;
  }
  .market-section .market-box .content-match {
    max-height: 265px !important;
    min-height: 265px !important;
  }
  .market-section .market-img-logo img {
    width: 90px !important;
    height: 90px !important;
    margin: 0 auto;
  }
  .market-section .market-img1 img,
  .market-section .market-img2 img {
    width: 65px;
    height: 65px;
  }
  .market-section .super-sec h3 {
    padding: 0 10px;
  }
  .market-section .market-box .super-footer {
    display: block !important;
  }
  .market-section .market-box .super-footer h5 {
    font-size: 11px;
    color: white;
    margin-bottom: 10px;
  }
}
@media (max-width: 390px) { 
  .market-section .market-box .super-footer h5 {
    margin-bottom: 0px;
  }
}
@media (max-width: 360px) {
  .market-section .market-img1 img,
  .market-section .market-img2 img {
    width: 100px;
    height: 100px;
  }
  .market-section .market-img-logo img {
    width: 60px;
    height: 60px;
  }
  .market-section .super-sec h3,
  .market-section .super-sec h4 {
    font-size: 12px !important;
    margin-bottom: 0px !important;
  }
  .super-footer h5 {
    font-size: 9px;
  }
  .super-footer button {
    font-size: 11px;
    padding: 4px;
  }
  .market-section .super-sec h3.tab {
    padding-bottom: 20px;
  }
}





/* New Fantasy Predictions Start */

.fantasy2-section .container {
  padding: 0 !important;
}

.fantasy2-section .fantasy2-box {
  background-image: url(../images/predictions-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 0px 30px 20px;
  height: 500px;
}
.fantasy2-section .item-top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 320px;
}
.fantasy2-section .item-top .item-logo img {
  width: 120px;
  height: 120px;
}
.fantasy2-section .item-top .item-content {
  text-align: center;
}
.fantasy2-section .item-top .item-content h6 {
  color: var(--white);
  font-family: var(--font-m7);
  font-size: 22px;
}
.fantasy2-section .item-top .item-content h2 {
  color: #0f0225;
  font-family: var(--font-m7);
  font-size: 35px;
}
.fantasy2-section .item-top .item-content h4 {
  color: var(--white);
  font-family: var(--font-m7);
  font-size: 22px;
}
.fantasy2-section .item-top .fantasy2-btn {
  text-align: center;
  margin-top: 20px;
}
.fantasy2-section .item-top .fantasy2-btn .btn img {
  width: 24px;
  height: 20px;
  display: inherit;
}
.fantasy2-section .item-top .fantasy2-btn .btn {
  color: var(--white);
  background-color: #0f0225;
  font-size: 13px;
  font-family: var(--font-m7);
  padding: 10px 10px;
  border-radius: 50px;
  margin-bottom: 20px;
  width: 180px;
}
.fantasy2-section .item-top .fantasy2-btn .btn:last-child {
  margin-bottom: 0px;
}
.fantasy2-section .item-bottom {
  display: flex;
  width: 100%;
}
.fantasy2-section .item-bottom .item-left {
  display: flex;
  width: 54%;
}
.fantasy2-section .item-bottom .item-left .Circle {
  text-align: center;
  margin-right: 30px;
}
.fantasy2-section .item-bottom .item-left .Circle:last-child {
  margin-right: 0px;
}
.fantasy2-section .item-bottom .item-left .Circle-img img {
  width: 100px;
  height: 100px;
  position: relative;
}
.fantasy2-section .item-bottom .item-left .Circle-img p {
  position: absolute;
  left: 4;
  transform: translate(28px, -65px);
  font-size: 20px;
  font-family: var(--font-m7);
  color: #0f0225;
}
.fantasy2-section .item-bottom .item-left .Circle-text h6 {
  color: #e10000;
  font-family: var(--font-m7);
  font-size: 19px;
  margin-top: 10px;
}
.fantasy2-section .item-bottom .item-left .Circle-text p {
  font-size: 11px;
  color: red;
  font-weight: 700;
}
.fantasy2-section .item-bottom .item-right {
  text-align: center;
  width: 50%;
  /* margin-left: 45px; */
}
.fantasy2-section .item-bottom .item-right .right-content h3 {
  font-family: var(--font-m9);
  font-size: 22px;
  color: #e10000;
  position: relative;
  padding: 0 5px;
    font-weight: 500;
}
.fantasy2-section .item-bottom .item-right .right-content p {
  color: #0f0225;
  font-size: 20px;
  font-family: var(--font-m7);
  margin-top: 20px;
  position: relative;
}
.fantasy2-section .item-bottom .item-right .right-content p::after {
  position: absolute;
  content: "";
  top: -10px;
  left: 25%;
  width: 50%;
  height: 2px;
  background-color: red;
}
.fantasy2-section .item-bottom .item-right .item-btn {
  display: flex;
  justify-content: center;
}
.fantasy2-section .item-bottom .item-right .item-btn .btn {
  color: #e8b11d;
  background-color: #0f0225;
  font-size: 14px;
  font-family: var(--font-m7);
  padding: 6px 20px;
  border-radius: 50px;
  margin-top: 15px;
  border: 5px solid #e10000;
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fantasy2-section .item-bottom .item-right .item-btn .btn img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.teles img {
  width: 30px !important;
  height: auto !important;
  display: inline !important;
}

.classsadas img {
  width: 30px !important;
  height: auto !important;
  display: inline !important;
}

/* New Fantasy Predictions End */


/* News Details Start */
.entry-content p {
  margin-bottom: 20px !important;
}