@font-face {
    font-family: "MeganDisplay";
    src: url("../fonts/Megan Display.otf") format("opentype");
}


html, body {
    padding: 0px;
    margin: 0px;
	background: #483865;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
	
}
.container {
    max-width: 1528px;
    margin: 0px auto;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
}
a{
  text-decoration:none;
}

#scheduleDayOnewrap .container {
    width: 100%;
}

.jerProgramSec {
    padding: 120px inherit;
}
.jerProgramWrapper {
    position: relative;
    background: #fdf9f6;
    padding: 40px 40px;
    border-radius: 24px;
    border: 1px solid #ECD5C4;
}
.jerProgramNote {
    position: absolute;
    right: 8px;
    top: -30px;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    color: #fff;
}
.jerHeaderFlex{
    display: flex;
    justify-content: space-between;
}
.downloadSchedule {
    display: block;
    float: right;
    color: #fff;
    font-size: 16px;
    padding: 13px 16px;
    text-transform: capitalize;
    position: relative;
    border-radius: 10px;
    top: 0px;
    border: 1px solid #376c83;
    line-height: 16px;
    background: #376c83;
    transition: all 0.3s ease;
}
.downloadSchedule:hover{
    background: transparent;
    color: #376c83;
}
.jerProgramSec .react-tabs {
    margin-top: 60px;
}


  .jerProgramSec .react-tabs__tab-list {
    border-bottom:none;
    margin: 0px;
    padding: 0px;
}

  .jerProgramSec .react-tabs__tab{
  margin-right: 1%;
  list-style: none;
  padding: 10px 40px;
  color: #d87f40;
  cursor: pointer;
  font-weight: 900;
  transition: all ease 0.5s;
  border:none;
  border-bottom: solid 4px #ECD5C4;
  letter-spacing: 1px;
  position: relative;
  font-size: 22px;
  font-family: var( --heading-font);
  font-weight:var(--fontWeight); 
  /* color:var(--fontColor); */
  letter-spacing: 2px;
}

.jerProgramSec .react-tabs__tab span {   
    display: block;
    color: #232323;
    font-weight: 400;
    font-size: 17px;
    margin-top: 5px;    
}
  .jerProgramSec .react-tabs__tab--selected {
    background: transparent;   
    border-radius: 0px;
    color: #d97e36;
    border-color: #d97e36;
}

.jerProgramSec .react-tabs__tab.react-tabs__tab--selected:after {
    opacity: 1;
}

.jerProgramSec .react-tabs__tab:after {
    border-color: #d97e36 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    position: absolute;
    left: 0;
    bottom: -14px;
    right: 0;
    margin: auto;
    opacity: 0;
}
.jerProgramSec .react-tabs__tab-panel {   
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;   
}
@keyframes fadeIn {
    100% {
    opacity: 1;
    transform: none; 
    }
}


.jerProgramListWraper {
    padding: 40px 10px;
}

.jerProgramItem {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 26px 0px;
    border-bottom: 1px solid #ECD5C4;
}
.jerProgramLeft{
    width:20%;
}
.jerProgramMid{
    width:50%;
}
.jerProgramRight{
    width:30%;
}
.jerProgramSec h4 {
    font-size: 18px;
    font-weight:600;    
    color: #376c83;
}

.jerProgramSec h5 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 7px;
    font-weight: 600;
    color: #ed5709;
}
.jerProgramSec h2 {
    font-size: 26px;    
    line-height: 34px;
    font-family: var(--heading-font);
    font-weight: var(--fontWeight);
    color: #376c83;
    margin-top: -7px;
    padding-right: 20px;
    margin-bottom: 16px;
}
.jerProgramSec p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 16px;
    font-weight: 500;
}
.jerProgramSec text {
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    color: #d87f40;
}
.jerprogramArtists {
    display: flex;
    flex-wrap: wrap;
}
.jerArtistName {
    position: relative;
    margin-right: 5px;
    border: 1px solid #f5d6c2;
    border-radius: 50%;
    cursor: pointer;
    max-height: 50px;
    max-width: 50px;
}
.jerProgramRight img {
    width: 50px;
    border-radius: 50%;
    margin-right: 5px;
}

.jerArtistName span {
    position: absolute;
    left: -49%;
    top: -29px;
    font-size: 12px;
    background: #ffa164;
    font-weight: 600;
    color: #000;
    padding: 6px 10px;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.3s ease;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
}
.jerArtistName:hover span {
    opacity: 1;
}

/*schedule*/

/* styles/Schedule/schedule.css */


  
  .scheduledayone {
    display: flex;
    padding: 20px;
    position: relative;
    /* height: calc(40 * 75px);  */
  }
  
  .timeline {
    width: 80px; 
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 10px;
    margin-right: 10px;
  }
  
  .timeline-item {
    height: 75px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    font-size: 0.9em;
    color: #ffffffa0; 
    border-bottom: 1px solid #444;
  }
  
  .schedule-container {
    display: flex;
    justify-content: space-around;
    position: relative;
    flex-grow: 1;
    height: calc(40 * 75px); 
  }
  
  .category-column {
    position: relative;
    width: 23%; 
    height: calc(40 * 75px); 
  }
  
  .event-box {
    position: absolute;
    width: calc(100%); 
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    color: #000;
    background-color: #fff;
  }
  
  /* Category Colors */
  .mehfil-khana .event-box {
    background-color: #76d7e3;
  }
  
  .bazm-e-khayaal .event-box {
    background-color: #f28d8a;
  }
  
  .dayaar-e-izhaar .event-box {
    background-color: #f8c365;
  }
  
  .sukhan-zaar .event-box {
    background-color: #a3e4d7;
  }
  
  .event-box h3 {
    margin: 0;
    font-size: 1.2em;
  }
  
 .event-box p {
    margin: 5px 0;
  }

@media screen and (max-width:1366px){
	.jerWrapper {
        padding: 0 24px;
    }
}
@media screen and (max-width: 1024px){
    .jerProgramSec .react-tabs__tab{
        padding: 10px 17px;
    }
    .jerProgramSec h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1024px){
    .jerProgramWrapper{
        padding: 40px 20px;
    }
    .jerProgramSec {
        padding: 120px 24px;
    }
}
@media screen and (max-width: 768px){

.jerInnerSliderWrapper img {
    max-width: 100%;
}
}
@media screen and (max-width: 550px){
    .jerInnerSliderWrapper img {
        max-width: 100%;
    }
    .jerHeaderFlex {
        display: grid;
        justify-content: space-between;
    }
    
    .jerHeaderFlex .pradip{
        margin-bottom: 15px;
    }
    .jerProgramItem{
        display: block;
    }

    .jerProgramLeft, .jerProgramMid, .jerProgramRight{
        width: 100%;
    }
    .jerprogramArtists, .jerProgramSec h2{
        margin-top: 15px;
        line-height: normal;
    }
}


