body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color:#ccc5c5 !important;
}

.fs140to70{
    font-size:140px;
}

.content-section{
    width: 100%;
    height: 100vh;
    /* background-color:white; */
}

.card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.counter-box{
    background-color:#fff;
}
.line-height-0{
    line-height:70px;
    margin-bottom: 0px;;
}
.counter-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    height: 95vh;
    align-items: center;
}
.screen-heading{
    font-size:50px;
    text-align: center;
    text-decoration: none;  
    color: #000000;  
}
.text-style{
    text-decoration: none;
}
.slider-img{
    height:100vh;
    object-fit: center;
    background-size: cover;
    width:100% !important;
}
.carousel-item{
    height:100vh;
    overflow: hidden;
}
.slider_video{
    min-width:100%;
    max-width: 100%;
    /* height:100vh; */
}

.slider_div{
    position: relative;
}

.full_screen_btn{
  position:absolute;
  top:30px;
  right:30px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 2500px) {
    .fs140to70{
        font-size:70px;
    }
    .counter-list{
        grid-template-columns: 1fr 1fr 1fr 1fr; 
        height:85vh;
    }
    .screen-heading{
        font-size:30px;
    }
  }


  @media screen and (max-width: 900px) {
    .fs140to70{
        font-size:70px;
    }
    .counter-list{
        grid-template-columns: 1fr 1fr 1fr; 
        height:85vh;

    }
    .fs140to70{
        font-size:30px;
    }
  }

  @media screen and (max-width: 678px) {
    .fs140to70{
        font-size:70px;
    }
    .counter-list{
        grid-template-columns: 1fr 1fr; 
        height:85vh;

    }
    .fs140to70{
        font-size:30px;
    }
    .screen-heading{
        font-size:20px;
    }
  }