*, 
*:before, 
*:after{
    box-sizing: border-box;
}
html{
    font-size: 8px;
}

.frame-tv{
    width: 130rem;
    height: 77.5rem;
    margin: 2rem auto;
    border: 5rem solid rgb(0, 0, 0);
    border-radius: 1rem;
    background-color: #000;
    /* padding: 1rem; */
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.5);
}

body{
    margin: 0;
    padding:0;
   background: url(../assets/images/brick_wall.jpg);
    font-family: 'oswald';
    text-align: center;
}

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
  }

main {
    width: 120rem;
    height: 67.5rem;
    background-color: #bbb;
    margin: 0 auto;
}

.left-side {
    width: 42rem;
    height: 62.5rem;
    float: left;
}

.left-side-top {
    width: 42rem;
    height: 12.5rem;
    background-color: #fff;
}

.left-side-middle {
    width: 42rem;
    height: 12.5rem;
    background-color: #007853;
}

.left-side-bottom {
    width: 42rem;
    height: 37.5rem;
    background-color: #ccc;
}

.right-side {
    width: 78.0rem;
    height: 62.5rem;
    float: left;
}

.right-side-top {
    width: 78.0rem;
    height: 43.875rem;
    background-color: #ddd;
}

.youtube, .motion-graphics-pane{
    height: 100%;
    width: 100%;
}

.right-side-bottom {
    width: 78.0rem;
    height: 18.625rem;
    background-color: #ccc;
}

.bottom {
    width: 120rem;
    height: 5rem;
    background-color: #007853;
    float: none;
    clear: both;

}

.outer-box{
    /* background-image: url(../assets/images/1x/date_1.png);
    height: 5.5rem; */
    width: 42rem;
}

.infographics-logo {
    width: 70%;
    /* height: 7rem;   */
  margin: auto;
  padding: 1.5rem;
    background-color: #fff;   /*  need to set acc to the logo*/
}

.date-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 2rem;
    background-color: #f8f8f8;
    padding: 1rem;
    

}

.date{
    /* padding: 0.6rem; */
    color: #3E2B2F;
    margin-top: -0.3rem;
}


.time {
    /* background-color: #90D5AC; */
    position: relative;
    font-size: 2rem;
    color: #fff;
    padding: 0.8rem;
    width: 22rem;
    height: 5.5rem;
   margin-top: -1rem;
   z-index: 20;
}

.time::before {
    content: "";
    background-color: #007853;
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    color: #3E2B2F;
    margin: auto;
    width: 15rem;
    height: 3.7rem;
    z-index: -1;
    transform: skewX(-30deg);
    /* transform: skew(20deg); */
    border-top-left-radius: 1.5rem;
    /* border-bottom-right-radius: 1.5rem; */
}

.time::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6rem;
    height: 3.69rem;
    background-color: #007853;
   
    z-index: -1;
    margin-left: 17rem;
}

/* .extra-box {
    position: absolute;
    width: 1rem;
} */

/* .time::before {
    content: "";
    background-color: #007853;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 92.5rem;
    height: 100%;
    z-index: 1;
    transform: skewX(-40deg);
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
} */

/* news pane design */

.dc-news{
    width: 16rem;
    position: absolute;
  padding: 2rem;
}
.slider-wrapper {
    display: flex;
    background-color: white;
    height: 18.625rem;
}

.slider-image {
    width: 24rem;
    margin-left: 54rem;
 
}

.slider {
    margin-top: -11rem;
    width: 54rem;
   
   
 
}


.slider h3 {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #0B8261;
    padding-bottom: 0.5rem;
    text-align: left !important;
    padding: 0rem 2rem;
    margin-bottom: 1rem;
    font-family: 'Oswald', sans-serif;
   
}

li {
    text-align: left;
    margin-left: -2px;
     font-family: 'Lato', sans-serif;
      font-size: 1.5rem;
    text-align: left !important;
    padding: 0rem 2rem;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.slider p {
    font-size: 1.5rem;
    text-align: left !important;
    padding: 0rem 2rem;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.slider p::before {
    content: "• ";
    color: #0B8261;
    font-weight: bold;
}

/* ticker tape */
.ticker-tape {
    display: flex;
    align-items: center;
    width: 120rem;
    height: 5rem;
    color: white;
 background-color: #fff;
    overflow: hidden;
    position: relative;
}

.ticker-tape::before {
    content: "";
    background-color: #007853;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 92.5rem;
    height: 100%;
    z-index: 1;
    transform: skewX(-40deg);
    border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.dc-eats-menu {
    width: 10rem;
    margin-left: 1.5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-weight: bold;
    color: #006937;
    z-index: 2;
}

.marquee-container {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
}

.marquee {
    display: flex;
    align-items: center;
    animation: marquee 30s linear infinite;
    white-space: nowrap;
}

.marquee p {
    display: inline-block;
    font-size: 2rem;
    margin-right: 5rem;
}

.day {
    /* width: 15rem; */
    height: 100%;
    display: flex;
    font-weight: 300;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #007853;
    z-index: 2;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.bottom-day {
    width: 9rem;
    margin-right: 2rem;
}



.marquee{
    display: inline-flex;
    animation: marquee 30s linear infinite;
    white-space: nowrap;
}

.marquee .marquee-collection {
    position: relative;
    left: 0;
    animation: swap 30s linear infinite;
}

/* Transition */
@keyframes marquee {
    0% {
      transform: translateX(0)
    }
    100% {
      transform: translateX(-100%)
    }
  }
  
  @keyframes swap {
    0%, 50% {
      left: 0%;
    }
    50.01%,
    100% {
      left: 100%;
    }
}


.day {
    /* width: 15rem; */
    height: 100%;
    display: flex;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #3E2B2F;
    z-index: 2;
    font-size: 2rem;
    text-transform: uppercase;
}

/* Weather Pane */

.weather-pane {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.weather-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem ;
    background-color: #fff;
    color: #3E2B2F;font-size: 1.5rem;
    border-right: solid 0.25rem transparent;
    position: relative;
    
}
 .weather-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    background-color: #90D5AC;
    color: #3E2B2F;
    font-size: 1.5rem;
    border-right: solid 0.25rem transparent;
    position: relative;
}
.weather-tab .day {
    margin-bottom: -1rem;
    font-size: 1.3rem;
    /* font-weight: bold; */
}

.weather-tab .weather-icons {
    margin-bottom: -0.5rem;
}

.weather-tab .low .high {
    
    font-size: 1.6rem;
}


.weather-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    /* height: 8rem; */
    padding: 1rem;
    background-color: #007853;
    border-radius: 0.5rem;
}

.weather-icons {
    background-color: #ffffff;
    padding: 1rem;
    width: 8rem;
    height: 8rem;
    border-radius: 0.5rem;

}

.weather-tab:nth-child(even) {
    background-color: #0B8261;

}

.weather-tab:last-child {
    border-right: none;
}

.weather-tab::after {
    content: "";
    position: absolute;
    right: -0.375rem;
    top: 0;
bottom: 0;
width: 0.25rem;
height: 75%;
margin: auto 0;
background-color: #fff;
z-index: 2;
} 

.weather-tab .day {
    font-size: 1.5rem;
    font-weight: bold;

}

.menu-name {
    font-weight: 400;
    color: yellow;
}

