html { height: 100%;  }
body { height: 100%; overflow:initial;background-color: #1b215a;} 

.container {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  grid-template-rows: 90px auto;
  height: 100%;
  width: 100%;
  
}

.half-section-left {
  grid-column-start: col-start;
  grid-column-end: 6;
  grid-row: 2;
}

.half-section-right {
  grid-column-start: 6;
  grid-column-end: end;
  grid-row: 2;
}
  

.secondary-section-div1 {
  background-color: #232b76;
  border-radius: 16px;
  position: sticky;
  overflow-y: auto;
  margin-right: 10px;
  max-height: calc(80vh);
  top: calc(108px);
}

.img-div {
  height: 45vh;
  position: relative;
}

.time-div {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  display: block; 
}

.titel-div {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  display: block; 
}

.des-div {
  display: block; 
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.mb-20px { 
  margin-top: 5px;
  width:100%;
  min-height:60px;
  background-color: #1b215a;
  border: none;
  border-radius: 16px;
  display: block;
}

.a-center {margin:auto;}

.n-block { display: none; }

.r-border {border: 2px solid red;}

.mb-20px2 { 
  width:15%;
  max-height:30px;
  display: inline-block;
  color: white;
  font-size: large;
  text-align: left;
  grid-column: 2 / span 22;
  grid-row: row-start;
}

.mb-20px2-m { 
  margin: auto; 
  width:100%;
  min-height:30px;
  display: flex; 
  justify-content: center; 
  align-items: center;
  color: white;
  font-size: x-large;
  grid-column: 2 / span 22;
  grid-row: row-start;
}

.mb-20px3 { 
  width:85%;
  max-height:30px;
  display: inline-block;
  vertical-align: center;
  color: white;
  font-size: medium;
  text-align: left;
  grid-column: 2 / span 22;
  grid-row: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.mb-20px3-m { 
  margin-bottom: 5px; 
  width:100%;
  min-height:30px;
  display: flex; 
  justify-content: center; 
  align-items: center;  
  color: white;
  font-size: large;
  grid-column: 2 / span 22;
  grid-row: 2;
}

.mb-20px4 { 
  width:100%;
  height:100%;
  color: white;
  font-size: large;
}

.mb-20px5 { 
  margin-bottom: 8px; 
  width:100%;
  padding-top: 20px;
  display: flex; 
  justify-content: center; 
  align-items: center;
  color: white;
  font-size: small;
}

.mb-20px6 { 
  width:100%;
  height:100%;
  color: white;
  font-size: xx-large;
}

.mb-20px7 { 
  width:100%;
  height:100%;
  color: white;
  font-size: x-large;
}

.css-12acyzv {
  display: grid;
  grid-template-columns: repeat(24, [col-start] 1fr);
  grid-template-rows: repeat(2, [row-start] 1fr);
  background-color: #232b76;
  width:100%;
  min-height:60px;
  align-items: center;
  border-radius: 16px;
}

.css-12acyzv:hover {
  background-color: #b9b2fa;
}

.css-12acyzvl {
  width: inherit;
  min-height: inherit;
}

.css-12acyzimg {
  width:100%;
  height:100%;
  -webkit-mask-image: linear-gradient(linear, left top, left bottom, from(rgba(0,0,0,1) 85%), to(rgba(0,0,0,0) 100%));
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
  border-radius: 10px;
}

.css-12acyzimgs {
  margin-top: 10px;
  width:100%;
  height:80%;
}

@media screen and (max-width: 738px) {
  .half-section-right {
    display: none; 
  }
  .half-section-left {
    width: 100%;
    grid-column-start: col-start;
    grid-column-end: end;
  }
}

/* Style the tab */
.tab {
  width:100%;
  border: 1px solid #1b2155;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #1b215a;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  height: 60px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: medium;
  margin-left: 4px;
  color: #bbb;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
  color: #eee;
}

/* Create an active/current tablink class */
.tab button.active {
  color: white;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /* margin-top: 50px; */
}

.daytime {
  width:100%;
  border-top: 1px solid #1b2155;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #1b215a;
  position: fixed;
  top: 60px;
  left: 0px;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  height: 40px;
}

/* Style the buttons that are used to open the tab content */
.daytime button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 22px;
  transition: 0.3s;
  font-size: small;
  /* margin-left: 4px; */
  color: #bbb;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.daytime button:hover {
  color: #eee;
}

/* Create an active/current tablink class */
.daytime button.active {
  color: white;
}