* {
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
html, body {
  padding: 0;
  margin: 0;
  font-family: 'Rubik', BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
background-color: #000000;
}

a {
  color: inherit;
  text-decoration: none;
}

.events_container{
    position: relative;
    z-index: 1;
}
 .page {
    min-height: 100vh;
    padding: 0px 5%;
    position: relative;
}
.events_container .home {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 15rem;
}
.events_container .backgroud {
    position: relative;
    animation: gradient 15s ease infinite;
    min-width:100%;
    min-height: 100%;
    background-image: url('../img/Background_Image.jpg');
    background-size:cover;
}
.events_container .backgroud .event_background {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    mix-blend-mode: overlay;
    height: inherit;
    object-fit: cover;
}

.containers2{
    padding: 0px 5%;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    line-height: 54px;
}

/* DROPDOWN */

.dropbtn {
  background-color: #27282b;
  color: white;
  /* padding: 16px; */
  font-size: 20px;
  border: none;
  cursor: pointer;
  display: none;
  border-style: solid;
  border-color: gray;
  width: 100%;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: 27282b;
}

.dropdown {
  position: relative;
  display: inline-block;
  justify-content: center;
  width: 100%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.dropdown a:hover {background-color: #ddd;}

.show {
    display: block;
    width: 100%
}
.show a{
    text-align: center;
}

/* DROPDOWN END */


.WorkshopsWithDropDown{
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    justify-content: center;
}
.WorkshopsWithDropDown h6{
    font-family: Rubik;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    margin-right: 50px;
}
.WorkshopsWithDropDown h6 a{
    text-decoration: none;
    color: #6D46FF;
    margin-left: 10px;
}
.WorkshopsWithDropDown h6 a:hover{
  color: red;
  transition: .3s;
  text-decoration-line: underline;
}
#Art-WorkShop-Container, #PhotoGraphy-WorkShop-Container,#Web-WorkShop-Container{
    margin-top: 50px;
}
.Art-WorkShop-top{  
    display: flex;
    margin-bottom: 30px;
}
.WorkShop-top{  
    display: flex;
    margin-bottom: 35px;
}
.Workshop-top-left{
    margin-right: 50px;
}
.Art-WorkShop-top-right{
    margin-left: 20px;
}
.Art-WorkShop-top-top, .Photography-WorkShop-top-top, .Web-WorkShop-top-top{
    width: 224px;
    height: 38px;
    left: 237px;
    top: 191.88px;

    font-weight: 500;
    font-size: 32px;
    line-height: 38px;

    background: linear-gradient(90deg, #FF4320 0.01%, #6D46FF 100.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.Art-WorkShop-top-down{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}
.Art-WorkShop-creaters-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    row-gap: 50px;
    column-gap: 55px;
    padding-bottom: 50px;
}
.creator-list{
    height: 500px;
    width: 370px;
    padding: 10px 35px;
    background-color: #6D46FF33;
    display: grid;
    border-radius: 20px;
    grid-template-rows: 30% 15% 10% 20% 20% 5%;
}

.creator-list .creator-image,.designation, .name, .work, .book-slot, .available{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}
.designation{
    flex-direction: column;
    font-family: 'Rubik';
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    justify-content: center;
}
.designation .date{
    font-size: 16px;       
}
.name{
    color: #00EE6C;
    font-size: 12px;
}
.work{
    left: 11px;
    top: -64.88px;

    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.book-slot{
    margin: 15px 0px;
}

button{
    background-color: #FF4320;
    color: #ffffff;
    border: none;
    width: 266px;
    height: 48px;
    left: 80%;
    top: 774.875px;
    border-radius: 10px;
    margin: 5px 0px;

    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.available{
    left: 69px;
    top: 57.12px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;

    color: #FFFFFF;
}
/* .book-slot{
    display: none;
} */
.start-reg{
        width: 30%;
    }

    .Event_Schedule_side{
    position: absolute;
    position: fixed;
    top: 50%;
    right: -150px;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: left top;
    background-color: #ff2600;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-radius: 15px 15px 0px 0px;
    min-width: 100px;
    max-width: 540px;
    height: 48px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 23px;
    z-index: 99 !important;
}
.Event_Schedule_side a{
    text-decoration: none;
    color: white;
}

@media(max-width: 1000px){
    .nav-toggler{
    	display: flex;
    }
    .WorkshopsWithDropDown{
        display: none;

    }
    .Art-Workshop-top-left img{
        display: none;
    }
    .Art-WorkShop-top-down{
        margin: 20px 0px;
    }
    .dropbtn {
        display: block;
        /* display: none; */
    }
    
    .Art-WorkShop-creaters-container{
        justify-content: center;
    }
    .creator-list{
      height: 550px;
    }
    .start-reg{
        width: 100%;
    }
    .smallTextButton{
        font-size: 15px;
    }
    .book-slot > button{
        padding: 10px;
    }
    .make_small_remainder{
        font-size: 25px;
    }
}
