/*
Theme Name: Toro1 Signage
*/



:root {
    --purple: transparent; /* change to transparent */
    --purple-dark: #170f38;
    --blue-light: #fff; /* #1DA4E4; */
    --yellow: #fff; /*C8D924*/
   --outline: none; /*  remove outline */
	--supervisors-background: #271960;
}
body {
    font-family: 'Poppins', sans-serif;
/* 	background-image: url('images/FallBackPicture2_Brand.png') !important; */
	background-position: center;
	background-repeat: no-repeat;

}
body.supervisors-view {
	background: var(--supervisors-background);
}
.supervisors-view:after { 
	background: rgba(0, 0, 0, 0.7) !important;
}
.text-yellow {
    color: var(--yellow);
}
.carousel-inner::after {
    content: none;
}
/**************** PLATFORM NEWS *******************/
.platformnews-body {
    width: 1080px;
    height: 607px;
    color: #fff;
    background: var(--purple);
    position: relative;
    font-family: 'Mont', sans-serif;
    margin: 0;
    padding: 0;
    border: var(--outline);
/*     padding-right: 50px; */
    /* display: flex;
    align-items: center; */
}
.news-wrap {
    margin-left: 347px;
}
.news-title {
    margin-top: 255px;
    font-size: 100px;
    font-weight: 700;
    line-height: 1.3;
}
.rss-block {
    margin-top: 80px;
}
.platformnews-body {
    position: relative;
}   
.platformnews-body .carousel {
    position: unset;
}
.platformnews-body .carousel-indicators {
    bottom: 25px !important;
}
.platformnews-body .rss-block, .platformnews-body .carousel {
    width: 100%;
    max-width: unset;
}
.rss-block .rss-img-box {
    width: 450px;
    height: 380px;
    margin-right: 50px;
    flex-shrink: 0;
}
.rss-block .rss-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rss-date {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 10px;
}
.rss-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.27;
}
.rss-p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    display: -webkit-box; /* short-text */
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
	overflow: hidden;
}
.carousel {

}
.carousel-indicators {
    bottom: -120px;
}
.platformnews-body .carousel-indicators {
    bottom: -280px;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}
.platformnews-body .rss-p {
    max-height: 750px;
-webkit-line-clamp: 15;

}

/**************** RSS NEWS *****************/
.rssnews-body .news-title {
    background-color: #fff;
    display: inline-block;
}
.rssnews-body .news-title img {
    width: 500px;
    height: 100px;
    margin: 20px;
}
.rssnews-body .news-title-2 img {
	width: unset;
}
/**************** WEATHER *****************/
.weather-body {
    width: 712px;
    height: 1152px;
    background: rgba(0, 0, 0, 0.7);
    border: var(--outline);
    padding-left: 50px;
    padding-top: 72px;
    position: relative;
}
.weather-body::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--purple);
    z-index: -1;
}
.date-time, .weather, .areal-events, .restaurant-news {
	padding-right: 100px;
}
.weather-body .carousel-item.active {
    opacity: 1 !important;
    transition: 0.75s ease-in-out !important;
}
.weather-body .carousel-item {
    opacity: 0 !important;
}
/**/
.date-time {
    padding-bottom: 0;
    border-bottom: 6px solid var(--yellow);
}
.date-time .current-date {
    font-size: 30px;
    line-height: 1.26;
    font-weight: 500;
}
.date-time .current-time {
    font-size: 100px;
    line-height: 1;
    font-weight: 600;
}
/**/
.weather {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 6px solid #A4CA78;
}
.weather .current-weather {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 10px;
}
.weather .current-weather span.break {
    margin-left: 15px;
    margin-right: 15px;
}
.forecast-icon {
    width: 51px;
    height: 40px;
}
.forecast-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.forecast-time {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
	margin-top: 25px;
}
.forecast {
    margin-right: 65px;
}
/**/
.areal-events {
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 10px;
    max-height: 668px;
    overflow: hidden;
}
.areal-event-img-box {
    width: 49px;
    height: 43px;
    flex-shrink: 0;
    margin-right: 35px;
}
.areal-event-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.areal-events-name {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 30px;
}
.areal-events-time {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
}
.events-table {
    background-color: transparent;
    font-weight: 300;
}
.events-table th {
    font-size: 12px;

}
.events-table td {
    font-size: 16px;
}
.events-table .titel {
    width: 300px;
}
.events-table tr.hr2 td {
    padding-top: 5px;
    border-top: 1px solid #fff;
}
.events-table tr.hr td {
    padding-bottom: 5px;
}
.events-table tr {
    background-color: transparent !important;

}
.events-table tbody tr:nth-child(1) th {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
.events-table2 tbody tr:nth-child(1) td {
    padding-top: 5px;
    border-top: 1px solid #fff;
}
.events-table tbody tr:nth-child(2) td {
    padding-top: 5px;
}
/**/
.restaurant-news {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 6px solid #7ABAAD;
}

.restaurant-news-img-box {
    width: 49px;
    height: 50px;
    margin-right: 35px;
    flex-shrink: 0;
}
.restaurant-news-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.catering .restaurant-news-img-box {
    filter: invert(94%) sepia(94%) saturate(22%) hue-rotate(135deg) brightness(106%) contrast(100%);
}
.restaurant-news-title, .restaurant-news-description, .food-price {
    font-size: 20px;
    line-height: 1.25;
}
.restaurant-news-title {
    font-weight: 800;
}
.restaurant-news-description {
    font-weight: 400;
    min-height: 100px;
}
.food-price {
    margin-top: 30px;
}
/**************** TRANSPORT *****************/
.transport-body {
    width: 1080px;
    height: 607px;
    background: var(--purple);
    border: var(--outline);
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 100px;
    color: #fff;
}
.transport-title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.25;
    padding-bottom: 10px;
    border-bottom: 6px solid var(--blue-light);
    margin-bottom: 45px;
}
.transport-station-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: var(--yellow);
}
.transport-station-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 30px;
}
tbody, td, tfoot, th, thead, tr {
    border: 0;
}
thead tr th {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
}
tbody td img {
    width: 35px;
    height: 35px;
    filter: brightness(999%);
}
tbody tr th, td {
    font-size: 25px;
    line-height: 1.25;
}

/**************** FALLBACK *****************/
.fallback-body {
    background: var(--purple);
    width: 3840px;
    height: 1152px;
    padding: 0;
    margin: 0;
}
.carousel-fallback {
    max-width: unset;
}
/**************** PLATFORM-EVENTS *****************/
.platformevents-body {
    width: 1664px;
    height: 1152px;
    background-color: var(--purple);
    border: var(--outline);
}
.platformevents-body .news-title {
    margin-bottom: 30px;
}
.platformevent-date {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    margin-right: 125px;
    min-width: 181px;
}
.platformevent {
    padding-top: 15px;
    border-top: 1px solid #fff;
    max-width: 1100px;
    padding-bottom: 35px;
}
.platformevent .rss-title {
    margin-bottom: 15px;
    font-weight: 500;
}
.platformevent .rss-p {
    font-weight: 200;
}
.news-wrap .platformevent:last-child {
    border-bottom: 1px solid #fff;
}
.platformevents-body .carousel-item {
    min-height: 430px;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 1.5s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
/**************** GLOBAL TIME *****************/
.globaltime-body .country-time-wrap {
    margin-right: 50px;
    display: block;
    padding-bottom: 50px;
    padding-top: 50px;
    border-bottom: 1px solid #fff;
}
.countries {
    display: grid;
    grid-template-columns: auto auto;
}
.global-time-zone3 {
	grid-template-columns: auto auto auto;
}
.country-time-wrap .country-flag {
    width: 50px;
    height: 30px;
}
.country-time-wrap .country-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.country-name {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    margin-left: 20px;
    margin-top: 5px;
}
.country-clock {
    font-size: 100px;
    margin-top: 35px;
    line-height: 1.28;
    font-weight: 600;
}
/**************** GLOBAL TIME ZONE 2*****************/
.globaltime-zone2 span.date {
    margin-left: 40px;
}
.globaltime-zone2 .country-time-wrap {
    padding-bottom: 20px;
}
/**************** DAILY QUOTEs ZONE3*****************/
.quote {
    max-width: 850px;
    margin-left: 90px;
}
.quote-text {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 600;
}
.quoter {
    font-size: 20px;
    line-height: 1.25;
    margin-top: 70px;
}
.daily-quoteszone3 .news-title {
    margin-bottom: 80px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

html, body {
    margin: 0;
    padding: 0;
}

.bg-transparent{
    background-color: transparent;
}

.indicator-wrapper{
    position: absolute;
    top: 0;
    right: 25px;
    height: 100%;
}

.indicator{
height: 20px;
  width: 20px;
  background: #fff;
  margin-bottom: 15px;
    border-radius: 50%;
    opacity: 0.3;
}

.active-indicator{
    opacity: 1;
}

.active{
    transition: 1.6s;
    transform: translatex(0%)!important;
    visibility: visible!important;
    position: relative!important;
}

.slide{
    transition:1.6s;
    transform: translateY(200%) ;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
}

.move-out-slide{
    transition:1.6s;
    transform: translateY(-200%) ;
    visibility: hidden;
}

.nzz_news {
    width: 3840px;
    height: 2160px;
    padding: 0 107px 144px 107px; /* Reduced top padding */
}

.slide h1{
    font-family: Poppins;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    color: white;
    margin-bottom: 40px;
}

.content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;

    -webkit-box-orient: vertical;
}

.custom-text-carousel{
    overflow: hidden;
    position: relative;
}

.custom-image-carousel{
	height: 456px;
	  width: 600px;
    position: relative;
    overflow: hidden;
}

.custom-image-carousel .slide{
    width: 100%;
    object-fit: cover;
	height: 100%;
}

.feeds {
    margin-top: 0; /* Removed top margin */
}

.left-part {
	width: 669px;
  margin-right: 46px;
}

.top {
    background-color: transparent;
    margin-bottom: 25px;
    padding: 20px 60px;
}

.top img {
    width: 100%;
    height: 85px;
}

.news-photo {
	height: 100%;
	  width: 100%;
    object-fit: cover;
}

.right-part {
    position: relative;
	width: 669px;
	padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 20px;
  padding-right: 60px;
    background: none;
}

.title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 96px;
    line-height: 132px;
    text-transform: uppercase;
    margin-bottom: 112px;
    color: #FFFFFF;
}

.content * {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.2;
    color: #FFFFFF;
}

.carousel-indicators {
    position: relative !important;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.carousel-indicators button {
    width: 31px !important;
    height: 31px !important;
    border-radius: 50% !important;
}

/***********************************/
.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
    transform: translateY(100%)!important;
}

.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
    transform: translateY(-100%)!important;
}

.clamp-1 {
	-webkit-line-clamp: 1;
}
.clamp-2 {
	-webkit-line-clamp: 2;
}
.clamp-3 {
	-webkit-line-clamp: 3;
}
.clamp-4 {
	-webkit-line-clamp: 4;
}
.clamp-5 {
	-webkit-line-clamp: 5;
}
.clamp-6 {
	-webkit-line-clamp: 6;
}
.clamp-7 {
	-webkit-line-clamp: 7;
}
.clamp-8 {
	-webkit-line-clamp: 8;
}
.clamp-9 {
	-webkit-line-clamp: 9;
}
.clamp-10 {
	-webkit-line-clamp: 10;
}
.clamp-11 {
	-webkit-line-clamp: 11;
}
.clamp-12 {
	-webkit-line-clamp: 11;
}
.clamp-13 {
	-webkit-line-clamp: 13;
}