/*
Theme Name:   Allcric Child
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  Allcric Child Theme
Author:       John Doe
Author URI:   http://example.com
Template:     generatepress
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  twentyfifteenchild
*/


@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500&display=swap");

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
}
.match-center{
    background-color: #000;
    padding: 60px 15px;
    overflow: hidden;
}
.match-center .container{
    max-width: 1184px;
    margin: auto;
}
.match-center img{
    width: 100%;
    max-width: 30px;
}
.match-inner h2{
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
color:#69f800;
margin-bottom: 40px;
text-align: center;
}
.match-inner h5 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #fff;
    text-align: center !important;
}
.match-inner h5 br{
    display: none;
}
.match-slider{
    margin-top: 60px;
}
.match-slider .item{
    border-radius: 16px;
    background-color: #fff;
    text-align: center;
}
.match-slider .item-top {
    padding: 16px;
    min-height: 166px;
}
.match-slider .item-top h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    min-height: 48px;
}
.match-slider .live-match p{
    font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 16px;
color: #a9a9a9;
margin-right: 16px;
}
.match-slider .live-match  span{
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding: 2px 8px;
    border-radius: 4px;
    background-color: #e1fecc;
}
.match-between strong, .prediction span, .match-between span{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}
.prediction a i{
    margin-left: 10px;
}
.match-center .item-bottom button{
    text-decoration: none;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    border: none;
    background: none;
}
.match-between, .match-between div, .prediction, .live-match {
    display: flex;
    align-items: center;
    justify-content: center;
}
.live-match{
    margin: 3px 0 6px;
}
.prediction img{
    margin: 0 10px;
}
.prediction {
    margin-bottom: 4px;
}
.item-bottom {
    background-color: #f5f5f5;
}
.match-between div:first-child{
    width: 45%;
    text-align: right;
    justify-content: end;
}
.match-between div:nth-child(2){
    width: 10%;
    text-align: center;
}
.match-between div:last-child{
    width: 45%;
    text-align: left;
    justify-content: start;
}
.match-slider .item-bottom {
    background-color: #f5f5f5;
    border-radius: 0 0 16px 16px;
    padding: 20px 16px 16px;
}
.match-slider .item-bottom button i {
    font-size: 12px;
    padding-left: 7px;
    font-weight: 600;
    transition: 0.3s;
}
.match-slider .item-bottom button:hover i{
    padding-left: 12px;
}



.match-center .owl-carousel .owl-nav.disabled, .match-center .owl-carousel .owl-dots.disabled {
    display: block;
}
.match-center .owl-nav {
    position: absolute;
    top: -130px;
    transform: translateX(-70%);
    width: 160px;
    left: 97%;
}
.match-center .owl-nav button {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff !important;
    border-radius: 100vh !important;
}
.match-center .owl-nav button.owl-next {
    background: #68f800 !important;
}
.match-center .owl-nav button.owl-prev:hover span{
    color: #68f800;
}
.match-center .owl-nav span.fa-solid {
    font-size: 20px;
    position: relative;
    top: 3px;
}
.match-between strong {
    padding: 0 6px;
    
}



@media (max-width:767px){
    .match-center .owl-nav {
        left: 95%;
    }
    .match-inner h2 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 20px;

    }
}
* {
    font-family: "Poppins", sans-serif;
}

.slider1 {
    padding: 100px 0;
}

.owl-carousel .owl-item .box-img {
    width: 50px;
    /* margin-right: 6px; */
}

.owl-carousel .owl-item {
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 8px;
    margin: 15px 7px;
    border-radius: 5px;
}

.card img {
    padding: 10px;
}

p {
    margin: 0;
    padding: 0;
}

.slider1 .owl-stage-outer {
    padding-bottom: 80px;
}

.card-inner-item {
    padding: 10px;
    border-radius: 8px;
    width: 80%;
    color: rgb(50, 52, 59);
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    background-color: white;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    box-shadow: 0px 0px 5px #d3d3d3;
}

.card-inner-item i {
    font-size: 13px;
}

.box-img-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.house-icon-div {
    opacity: 0;
   padding: 0;
   height: 0;
    transition: 0.5s;
    display: flex;
    justify-content: space-between;
}

.box-name-div {
    display: flex;
    align-items: center;
}

.house-icon-inner-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card:hover .house-icon-div {
    display: flex;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    opacity: 1;
    height: 35px;
    padding-top: 10px 16px;
    overflow:hidden ;
   
}

.house-icon-div p {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.house-icon-div i {
    margin: 0 5px;
}

.location-div {
    display: flex;
    justify-content: start;
    align-items: center;
}

.location-div i {
    margin: 0 5px;
}



.location-div p {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.book-apart-btn {
    font-family: "Poppins", sans-serif;
    background-color: rgb(6, 47, 67);
    font-size: 13px;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    padding: 5px 10px;
}


.possession-btn {
    background-color: rgb(196, 155, 15);
    color: white;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 6px;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border: none;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
}

.ready-to-occupy-btn,
.ready-to-move-btn {
    background-color: rgb(114, 180, 38);
    color: white;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 6px;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border: none;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
}

.few-unit-left-btn {
    background-color: rgb(255, 87, 34);
    color: white;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 6px;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    border: none;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
}

@media (max-width: 768px) {
    
    .card-inner-item{
        position: static;
        padding: 10px;
        border-radius: 8px;
        width: 100%;
        color: rgb(50, 52, 59);
        font-size: 15px;
        font-weight: 600;
       
        background-color: white;
        bottom: 0;
        left: 0;
        transform: translateX(0);
        z-index: 100;
        box-shadow: 0px 0px 5px #d3d3d3;
    }
    .house-icon-div{
        display: flex;
        justify-content: space-between;
        align-items: center;
        opacity: 1;
        height: auto;
       
    }
    .slider1 {
        padding: 0;
    }
    .slider1 .owl-stage-outer {
        padding-bottom: 10px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 17px;
        height: 8px;
        margin: 15px 7px;
        border-radius: 5px;
    }
}


/* catch league css start 2-jan-2024 */
.catch-league {
    padding: 50px 15px;
    background-color: #000;
}
.catch-league .owl-stage {
    padding: 10px 0;
}
.catch-league .container{
    max-width: 1184px;
    margin: auto;
}
.catch-league .item {
    padding: 10px;
}
.catch-h2{
    font-size: 35px;
font-style: normal;
font-weight: 700;
line-height: 120%;
text-align: center;
color: #69F800;
margin-bottom: 50px;
}
.catch-league .flip-card {
    background-color: transparent;
 width: 100%;
 height: 230px;
    perspective: 1000px;
  }
  
  .catch-league .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
 
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
  }
  

  
  .catch-league .flip-card:hover .flip-card-inner,
  .catch-league .flip-card:focus .flip-card-inner{
    transform: rotateY(180deg);
  }
  
  .catch-league .flip-card-front,
  .catch-league .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background-color: #fff;
  }
  
  .catch-league .flip-card-front {
    z-index: 2;
    display: flex;
    flex-direction: column;
}
.country-name-flag {
    display: flex;
    align-items: center;
    justify-content: center;
}
.country-name-flag img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-width: 100%;
    border-radius: 16px 16px 0 0;
    aspect-ratio: 254/137;
}
.country-name-flag {
    height: 64%;
}

.country-name-flag span {
    font-size: 22px;
    font-weight: 600;
    font-weight: 800;
    margin-right: 14px;
    color: #fff;
}
  
  .catch-league .flip-card-back {
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;

    color: #000;
    background: #fff;
}
.catch-league .flip-card-front h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    max-width: 280px;
    margin: 0 auto;
    padding: 0 10px;
    margin-bottom: 0;
    height: 36%;
    padding-top: 14px;
}
  .catch-league .flip-card-back h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  div#catch-league {
    position: relative;
}
div#catch-league .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateY(-40%);
    margin-top: 0;
}
  
div#catch-league .owl-nav .owl-prev{
    margin-left: auto;
    position: absolute;
    left: -70px;
    background: #fff;
    height: 60px;
    width: 60px;
    border-radius: 100vh;
    margin: 0;
}
div#catch-league .owl-nav .owl-next{
    margin-left: auto;
    position: absolute;
    right: -70px;
    background: #fff;
    height: 60px;
    width: 60px;
    border-radius: 100vh;
    margin: 0;
}
div#catch-league .owl-nav span.fa-solid {
    font-size: 20px;
    position: relative;
    top: 3px;
}
div#catch-league .owl-nav button:hover{
    background-color: #68f800;
    color:#fff;
}

div#catch-league .owl-nav .owl-prev {
    left: -63px !important;
}
div#catch-league .owl-nav .owl-next {
    right: -63px !important;
}






/* catch league css end */



/*  prediction-slider start */

.prediction-slider .item-bottom {
    background: none !important;
    padding: 8px 16px 28px;
}
.prediction-slider .item-bottom button.btn.btn-primary {
    padding: 8px 16px;
    background-color: #68f800;
    border-radius: 8px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    border: none;
    color: #000;
}
.prediction-slider .item-bottom button i {
    padding-left: 0px; 
}
.prediction-slider .item-bottom button:hover i {
    padding-left: 0 !important;
}
.prediction-slider .item-bottom button:hover {
    box-shadow: 0px 0px 5px 2px #68f800;
    background: #fff !important;
}


.prediction-modal .modal-dialog{
min-width: 899px !important;
}
.prediction-modal .modal-header {
    border-bottom: 0;
    position: absolute;
    right: 14px;
    top: 8px;
    z-index: 1;
}
.prediction-modal .modal-content{
    background: none !important;
}
.prediction-modal .modal-body{
    display: flex;
    padding: 0;
    border-radius: 15px;
}
.modal-left-img{
	width:40%;
	flex-basis:40%;
	background:#fff;
    padding: 20px;
	border-radius:15px 0 0 15px;
}
.modal-left-img img{
    width:100%;
}
.modal-right-content{
	width:60%;
	flex-basis:60%;
    background: #5dd902;
    padding: 40px;
    border-radius: 0 15px 15px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.download-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-right-content h2{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.modal-right-content p{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 7px 0;
}
.download-btn a img{
    width:100%;
    max-width: 150px;
    margin: 10px;
    border-radius: 6px;
}
.prediction-modal button.btn-close {
    filter: invert(1);
    opacity: 0;
}
.download-btn {
    margin-top: 16px;
}
.prediction-modal button.btn-close:focus{
    background: none;
} 



/*  prediction-slider end */

/* tipster modal css start */
.tipster-modal .modal-right-content {
    width: 60%;
    flex-basis: 60%;
    background: #5dd902;
    padding: 20px;
    border-radius: 0 15px 15px 0;
}

.tipster-table{
    width:100%;
    max-height: 287px;
    background-color: #fff;
    overflow-y: hidden;
}
.tipster-table td img {
    max-width: 36px !important;
    max-height: 36px !important;
    object-fit: cover;
    width: 100%;
    filter: blur(1px);
}
.tipster-table table {
    margin-bottom: 0px !important;
}
.tipster-table tbody tr td {
    padding: 2px 5px !important;
}
.tipster-modal .modal-right-content h2 {
    margin-bottom: 6px !important;
}
.match-center .item-bottom button:Active {
    border: none;
    background: none;
    color: #000;
}
.tipster-bottom h2 {
    margin-top: 14px;
    margin-bottom: 4px;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
}
.tipster-bottom .download-btn {
    margin-top: 6px;
    margin-bottom: 10px;
}
.tipster-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 40%;
    flex-basis: 40%;
    flex-direction: column;
    border-radius: 15px 0 0 15px;
}
.tipster-bottom .modal-left-img {
    background: transparent;
    width: 80%;
}
.tipster-bottom .modal-left-img {
    background: transparent;
}
.tipster-table tbody tr:nth-child(even) td {
    background: #69f80026;
}
.tipster-table {
    margin-top: 20px;
}
.tipster-table thead th {
    color: #ffffff;
    background: #333;
    border-color: #fff !important;
    width: 33.33%;
    vertical-align: middle;
    font-weight: 500;
}
.tipster-table table {
    border-color: #fff;
}

.match-center .match-inner p {
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.prediction-modal ::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  .prediction-modal ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .prediction-modal ::-webkit-scrollbar-thumb {
    background: #e16c50; 
  }
  
  /* Handle on hover */
  .prediction-modal ::-webkit-scrollbar-thumb:hover {
    background: #e16c50; 
  }
  .prediction-modal td {
    vertical-align: middle; 
}
.download-btn a img{
    animation: zoomInOut 2s infinite;
}
/* .download-btn a img:before {
    animation-delay: .9s;
    content: "";
    position: absolute;
}
.download-btn a img:after {
    animation-delay: .6s;
    content: "";
    position: absolute;
}
.download-btn a img{
    position: relative;
    animation: ripple 3s infinite; 
}
.download-btn a img:before, .download-btn a img:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite; 
    -webkit-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
}
@keyframes ripple {
70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
} */

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

.elementor-element-ff1840b a img {
    max-width: 140px;
    border-radius: 10px;
    min-height: 42px;
}
.elementor-407 .elementor-element.elementor-element-824e016 > .elementor-widget-container, .elementor-407 .elementor-element.elementor-element-35e8f8c > .elementor-widget-container {
    background: transparent !important;
}
@media (max-width:1360px){
    div#catch-league .owl-nav .owl-prev{
        left: 0px;
    }
    div#catch-league .owl-nav .owl-next{
        right: 0px;
    }
}
@media (max-width:1023.98px){
    .download-btn {
        flex-direction: column;
    }
}
@media (min-width:768px) and (max-width:1024px){
    .prediction-modal .modal-dialog {
        min-width: 700px !important;
    }
    .elementor-element-4a6c915 .elementor-widget-image-box {
        height: 100%;
    }
    .tss-carousel-main:not(.swiper-rtl) .swiper-button-prev, .tss-carousel .swiper-button-prev {
        left: 20px;
    }
    .tss-carousel-main .swiper-button-next, .tss-carousel .swiper-button-next {
        right: 20px;
    }
    .match-center {
        padding: 30px 15px 60px;
    }
}


@media (max-width: 767px){
    .elementor-element-4a6c915 img.attachment-full {
        max-width: 80px;
    }
    .prediction-modal.tipster-modal .modal-body {
        display: block;
    }
    .tipster-bottom {
        width: 100%;
        flex-basis: 100%;
        border-radius: 15px 15px 0 0px;
    }
    .tipster-modal .modal-right-content {
        width: 100%;
        flex-basis: 100%;
        border-radius: 0 0px 15px 15px;
    }
    .tipster-bottom .modal-left-img {
        text-align: center;
        padding: 0;
    }
    .tipster-bottom .modal-left-img img {
        width: 33%;
    }
    .catch-h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
}
.catch-league .flip-card-front h3 {
    font-size: 24px;
    line-height: 34px;
    padding: 10px;
}
.catch-league .flip-card-back h3 {
    font-size: 15px;
    line-height: 20px;
}
div#catch-league .owl-nav .owl-next, div#catch-league .owl-nav .owl-prev {
    height: 50px;
    width: 50px;
}
div#catch-league .owl-nav .owl-prev, div#catch-league .owl-nav .owl-next {
    position: unset; 
}
div#catch-league .owl-nav .owl-prev, div#catch-league .owl-nav .owl-next{
    margin: 5px;
}
div#catch-league .owl-nav {
    top: 108%;
    transform: unset;
}
.catch-league {
    padding: 50px 0px 120px;
}
.catch-league .inner-catch-league{
    padding: 0 15px;
}

.catch-league .item {
    padding: 10px;
}
.prediction-modal .modal-dialog {
    min-width: auto !important;
} 
.prediction-modal.tipster-modal .modal-dialog {
    min-width: auto !important;
}
.modal-right-content h2 {
    font-size: 26px;
    text-align: center;
}
.modal-right-content p {
    font-size: 18px;
    margin: 2px 0;
    text-align: center;
}
.download-btn {
    flex-direction: column;
}
.download-btn a img {
    width: 100%;
    max-width: 125px;
    margin: 6px;
    border-radius: 6px;
}
.tipster-table {
    max-height: 285px;
}
.tss-carousel-main .swiper-button-next, .tss-carousel .swiper-button-next {
    right: 6px;
}
.tss-carousel-main:not(.swiper-rtl) .swiper-button-prev, .tss-carousel .swiper-button-prev {
    left: 6px;
}
.pre-first-modal .modal-left-img {
    display: none;
}
.pre-first-modal .modal-right-content {
    width: 100%;
    flex-basis: 100%;
    padding: 40px 15px;
    border-radius: 15px;
}
.download-btn img.d-block {
    max-width: 200px;
}
.elementor-element-c06c3c1 {
    --flex-wrap: nowrap !important;
}
.web-stories-list .web-stories-list__story {
    margin-bottom: 16px !important;
}
}
/* tipster modal css end */


.modal-left-img {
    background: #5dd902;
    padding: 0;
}