/*
====================================
Medium Screen - Others
====================================
*/

@media screen and (min-width: 1200px) {
    .header_banner {
        position: absolute;
        left: 33%;
        top: -43%;
    }

    .header_banner img {
        height: 4vw;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    html {
        font-size: 0.57vw;
    }

    body {
        padding: 0 5rem;
    }

    body::before {
        width: 5rem;
    }

    body::after {
        width: 5rem;
    }

    .header_menu a {
        margin-right: 5rem;
    }

    .calender_innerMiddle p {
        font-size: 4.8rem;
    }

    .roster-item .row {
        --bs-gutter-x: 5rem;
    }

    .roster-item-inner3 p strong {
        margin-top: -1rem;
    }

    .noticy_cnt h4 {
        font-size: 9rem;
    }

    .noticy_cnt p,
    .noticy_cnt a {
        font-size: 1.8rem;
    }

    .main_slier .slider_itembox img {
        max-width: 240rem!important;
        width: 240rem!important;
    }

    .noticias_image {
        height: 51vw !important;
    }

    
    .header_banner {
        position: absolute;
        left: 19%;
        top: -43%;
    }

    .header_banner img {
        width: 46%;
    }
}

/*
====================================
Small Screen - Tablate
====================================
*/
@media (max-width: 991px) {

    .header_main {
        margin: 2.4rem 0;
        padding-right: 2.5rem;
        z-index: 999;
    }

    .header_main::after {
        display: none;
    }

    .header_logo img {
        width: 25rem;
    }

    .hamburger-menu {
        display: inline-block;
    }

    .ofcavas-menu {
        display: block;
    }

    .calender_area {
        margin-top: 0rem;
    }

    .calender_main {
        grid-template-columns: 1fr;
    }

    /* ============= standing page start ============ */
    .stand_main {
        display: block;
    }

    .stand_main > div {
        width: 100%;
    }

    .stand_left img {
        transform: translateY(-50%) scale(0.85);
        right: 0;
    }

    .stand_right {
        margin-top: 8rem;
    }

    .stand_left h3 {
        font-size: 30rem;
    }

    /*===================== noticias page start ======================*/
    .noticy_cnt {
        background: rgb(255, 255, 255, 0.25);
    }

    .noticy_cnt h4 {
        font-size: 6rem;
    }
    
    .noticy_cnt p,
    .noticy_cnt a {
        font-size: 1.5rem;
    }

    .inform_main {
        display: block;
    }

    .inform_box {
        margin-bottom: 3.2rem;
    }

    .inform_bottom {
        padding: 0 2rem 2rem;
    }

    .inform_count img {
        width: 0.8rem;
    }

    .inform_uppercnt h6 {
        font-size: 2.8rem;
    }

    .video_left,
    .video_item {
        margin-bottom: 3.5rem;
    }

    .pagination_links {
        padding-top: 2rem;
    }

    .store_item {
        margin: 1.2rem 0;
    }

    .club_area {
        padding: 1.5rem 3rem;
    }

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

    .club_area ul li {
        width: 50%;
        margin: 1rem 0;
    }

    .main_slier {
        padding-bottom: 0.5rem;
        border-top: 0.6rem solid #008482;
        margin-top: 0rem;
    }

    .header_main2 .header_logo {
        position: relative;
        top: 0rem;
    }

    .header_main2 {
        margin-top: 2.5rem;
    }

    .main_slier .slider_itembox img {
        max-width: 200rem!important;
        width: 200rem!important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    html {
        font-size: 50%;
    }

    body {
        padding: 0 4rem;
    }

    body::before {
        width: 4rem;
    }

    body::after {
        width: 4rem;
    }

    .stadium-area {
        padding-bottom: 7rem;
    }

    .stadium-item-inner h2 {
        font-size: 7.2rem;
    }

    .carousel2 .owl-nav button.owl-next, 
    .carousel2 .owl-nav button.owl-prev {
        left: 4rem;
        width: 2.5rem;
        height: 6rem;
    }

    .carousel2 .owl-nav button.owl-next {
        right: 4rem;
        left: auto;
    }

    .stadium-item-inner3 {
        padding: 6rem 3rem 0;
    }

    .stadium-item-inner3 h3 {
        font-size: 4.2rem;
        margin-bottom: 4rem;
    }

    .stadium-item-inner3 p {
        font-size: 2rem;
        margin-bottom: 4rem;
    }

    .stadium-item2 {
        display: none;
    }

    .store_area .inform_uppercnt h6 {
        font-size: 2.5rem;
    }

    .store_area .inform_uppercnt h2 {
        font-size: 10rem;
    }

    .inform_box{
        overflow: hidden !important;
        padding-right: 0px !important;
     }
     .inform_item{
        height: 376px !important;
        width: 100% !important;
    }

    .noticias_image {
        height: 49vw !important;
    }
}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen and (max-width: 767px) {

    html {
        font-size: 48%;
    }

    body {
        padding: 0;
    }

    body::before {
        display: none;
    }

    body::after {
        display: none;
    }

    .header_main {
        max-width: 74rem;
        width: 100%;
        margin: 2rem auto;
        padding: 0 2rem;
    }

    .header_logo {
        padding-left: 0;
    }

    .header_logo img {
        width: 20rem;
    }

    .ofcavas-menu {
        padding-left: 0;
    }

    .ofcanvar_container {
        max-width: 74rem;
        width: 100%;
        padding: 0 2rem;
        margin: 0 auto;
    }

    .ofcavas-menu .header_menu {
        margin-top: 15rem;
    }

    .footer_item img {
        width: 28rem
    }
    .footer_logo_aniv img {
        width: 20rem;
    }

    .footer_area {
        padding: 10rem 0 8.5rem;
    }

    /* calender page */
    .calender_main {
        max-width: 74rem;
        width: 100%;
        margin: 0 auto;
        padding: 5rem 2rem 0;
    }

    .calender_area {
        padding-top: 5rem;
    }

    .calender_upper {
        max-width: 40rem;
    }

    .calender_upper p {
        font-size: 2.4rem;
    }

    .calender_upper h1 {
        font-size: 8.5rem;
    }

    .owl-nav button img {
        width: 2.8rem
    }

    .slider_item h4 {
        font-size: 7rem;
    }

    .calender_upper a {
        font-size: 2.85rem;
    }

    .calender_upper a img {
        width: 3.8rem;
        margin-right: 1.2rem;
    }

    .calender_box {
        padding: 2rem 2rem;
    }

    .calender_box h6 {
        font-size: 2.4rem;
    }

    .calender_box h6 img {
        width: 2rem;
    }

    .calender_innerMiddle p {
        font-size: 2.6rem;
    }

    .calender_innerMiddle h3 {
        font-size: 8.5rem;
    }

    .score_btn a {
        font-size: 2rem;
    }

    .score_btn a img {
        width: 3.2rem
    }

    .down_btn img {
        width: 7rem;
    }

    .calender_innerLeft {
        width: 9rem;
    }

    .calender_innerLeft img {
        width: 9rem;
    }

    .calender_innerRight img {
        width: 7.5rem
    }

    .elephant_btn img {
        width: 22rem;
    }

    /* ============= standing page start ============ */
    .stand_left img {
        transform: translateY(-50%) scale(0.85);
        right: 0;
    }

    .stand_right {
        margin-top: 8rem;
    }

    .stand_left h3 {
        font-size: 25rem;
    }

    .stand_right table th {
        font-size: 4.6rem;
    }

    .stand_right table td {
        font-size: 4.6rem;
    }

    .table_cnt p {
        font-size: 3rem;
    }

    .company_logo {
        padding: 0rem 0rem;
    }

    .company_logo .carousel-sponsors .item img {
      width: 55%;
      height: auto;
      max-height: none;
    }

    .company_area h4 {
      font-size: 4rem;
    }

    /*================ Estadio page start ================*/
    .stadium-area {
        padding: 5rem 0;
    }

    .stadium-item-inner h6 {
        font-size: 3rem;
    }

    .stadium-item-inner h2 {
        font-size: 6rem;
        margin-bottom: 4rem;
    }

    .carousel2 .owl-nav button.owl-next, 
    .carousel2 .owl-nav button.owl-prev {
        left: 2rem;
        width: 2rem;
        height: 5rem;
    }

    .carousel2 .owl-nav button.owl-next {
        right: 2rem;
        left: auto;
    }

    .stadium-item-inner3 {
        padding: 5rem 3rem 0;
    }

    .stadium-item-inner3 h3 {
        font-size: 4rem;
        margin-bottom: 3rem;
    }

    .stadium-item-inner3 p {
        font-size: 2.2rem;
        margin-bottom: 3rem;
    }

    .stadium-item2 {
        display: none;
    }

    /* galería page */
    .gallery-item {
        padding: 0 3rem 5rem;
    }

    .gallery-item .row {
        --bs-gutter-x: 3rem;
        max-width: 74rem;
        width: 100%;
        margin: 0 auto;
    }

    .gallery-item-inner {
        margin-bottom: 3rem;
    }

    .gallery-item-inner2 ul {
        padding-top: 2.5rem;
    }

    .gallery-item-inner2 ul li {
        margin: 0 1rem;
    }

    .gallery-item {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /*======================= roster page start =========================*/
    .roster-item {
        padding: 0rem 3.5rem 2.5rem;
    }

    .roster-item .row {
        --bs-gutter-x: 2.5rem;
        max-width: 74rem;
        width: 100%;
        margin: 0 auto;
    }

    .roster-item-inner3 h2 {
        font-size: 5.4rem;
    }

    .roster-item-inner3 p {
        font-size: 2.2rem;
    }

    .roster-item-inner3 p strong {
        margin-top: -1rem;
    }

    .roster-item-inner2 {
        height: 36rem;
    }

    /*======================== noticias page start ==========================*/
    .noticy_cnt {
        background: rgb(255, 255, 255, 0.25);
    }

    .noticy_cnt h4 {
        font-size: 5rem;
    }
    
    .noticy_cnt p {
        font-size: 1.4rem;
        margin: 2rem 0 1.2rem;
    }

    .noticy_cnt a {
        font-size: 1.4rem;
    }

    .inform_main {
        display: block;
    }

    .inform_box {
        margin-bottom: 3.2rem;
    }

    .inform_bottom {
        padding: 0 2rem 2rem;
    }

    .inform_count span {
        font-size: 2.5rem;
    }

    .inform_count img {
        width: 0.8rem;
    }

    .inform_cnt {
        padding: 2rem 2rem;
    }

    .inform_cnt h4 {
        font-size: 4rem;
    }

    .inform_cnt h6 {
        font-size: 2rem;
    }

    .inform_cnt p {
        font-size: 1.85rem;
    }

    .inform_cnt a {
        font-size: 2.5rem;
    }

    .inform_uppercnt h6 {
        font-size: 2.5rem;
    }

    .inform_count {
        padding: 0.8rem 1rem;
    }

    .main_wrap {
        max-width: 74rem;
        width: 100%;
        margin: 0 auto;
    }

    .store_area .inform_uppercnt h6 {
        font-size: 2.2rem;
    }

    .store_area .inform_uppercnt h2 {
        font-size: 8rem;
    }

    .main_slier .slider_itembox img {
        max-width: 200rem!important;
        width: 200rem!important;
    }

     /* NOTICIAS */

    .inform_box{
        overflow: hidden !important;
        padding-right: 3px !important;
    }
    .inform_item{
        height: 243px !important;
    }
    .noticias_image {
        height: 280px !important;
    }
}

@media screen and (max-width: 575px) {

    .stand_main {
        padding-right: 2rem;
    }

    .stand_right {
        margin-top: 6rem;
    }

    .stand_left h3 {
        font-size: 16rem;
    }

    .stand_right table th {
        font-size: 3.2rem;
    }

    .stand_right table td {
        font-size: 3.2rem;
    }

    .table_cnt p {
        font-size: 2.4rem;
    }

    .table_cnt img {
        max-width: 54%;
    }

    .table_cnt span {
        width: 8rem;
        margin-right: 0.5rem;
    }

    .company_logo {
        padding: 3rem 2rem;
    }

    .carousel-sponsors .item {
      padding-top: 0px;
    }

    .company_area h4 {
        font-size: 3.2rem;
    }

    .stadium-item-inner3 {
        padding: 6rem 2rem 0;
    }

    .roster-item {
        padding: 0rem 2rem 2.5rem;
    }

    .roster-item-inner {
        max-width: 45rem;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .roster-item-inner2 {
        height: 45rem;
    }

    /*==================== noticias page start =====================*/
    .inform_bottom {
        /* display: none; */
    }

    .inform_uppercnt h6 {
        font-size: 1.85rem;
    }

    .inform_uppercnt h2 {
        font-size: 5rem;
    }

    .inform_area {
        padding-top: 3rem;
    }

    .noticy_cnt h4 br {
        display: none;
    }

    .noticy_cnt h4 {
        font-size: 3rem;
    }

    .noticy_cnt p {
        margin: 1rem 0 0.5rem;
        line-height: 1.25;
        font-size: 1.2rem;
    }

    .noticy_cnt a {
        font-size: 1.2rem;
    }

    .noficias_item img {
        height: 30vw;
        object-fit: cover;
    }

    .inform_box {
        flex-direction: column-reverse;
    }

    .inform_box > div {
        width: 100%;
    }

    .inform_item img {
        border-radius: 1.6rem;
    }

    .inform_cnt {
        padding: 3rem 2.4rem;
    }

    .video_main {
        padding: 3rem 2rem 2.5rem;
    }

    .inform_area2 {
        padding-top: 5rem;
    }

    .store_area .inform_uppercnt h6 {
        font-size: 1.85rem;
    }

    .store_area .inform_uppercnt h2 {
        font-size: 6rem;
    }

    .store_main {
        padding: 1rem 2rem;
    }

    .club_area ul li {
        width: 100%;
        margin: 1rem 0;
    }


     /* NOTICIAS */

     .inform_box{
        overflow: hidden !important;
        padding-right: 0px !important;
     }
     .inform_item{
        max-height: 243px !important;
        width: 100% !important;
    }
    .noticias_image {
        height: 29vh !important;
    }

    /* BOXSCORE */
    .match-h2-responsive {
        font-size: 9vw !important;
    }
    .batting-item-inner h2 {
        font-size: 7.5vw !important;
    }
    .match-h2-responsive .sm-div {
        font-size: 5vw !important;
        padding: 0.2vw 1.5vw 0.45vw !important;
        width: 15vw !important;
        height: 7.8vw !important;
    }
}

@media screen and (max-width: 500px) {
    .inform_count span {
        font-size: 5vw;
    }
    .inform_count {
        gap: 4vw;
    }
}

@media screen and (max-width: 370px ) {
    .noticias_image {
        height: 33vh !important;
    }
}