@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
p, h1, h2, h3, h4, h5, h6, h7, a, strong{
    text-shadow: 0px 3px 20px #0000005e;
}
*{
    margin: 0;
    bottom: 0;
    font-family: 'Ubuntu', sans-serif;
    box-sizing: border-box;
}
body{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-image: url("../images/background.jpg") ;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

}
body::before{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.534);
    position: absolute;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #8892aca8;
    position: relative;
    padding: 0 2vw;
    height: 10vh;
    box-shadow: 0 0 15px 1px #0000006e;
    z-index: 5;
    width: 45%;
}
header .logoDiv{
    height: 100%;
    display: flex;
    align-items: center;
}
header .logoDiv img{
    height: 80%;
}
header .locationHead h2{
    font-family: 'Minion Pro', sans-serif;
    font-size: 2.5vw;
    color: white;
    font-weight: 600;
    width: max-content;
}
header .dateweather{
    display: flex;
    align-items: center;
    min-width: 450px;
    justify-content: flex-end;
    margin-right: 15px;
    color: white;
}
header .dateweather .weather{
    margin-right: 3vw
}
header .dateweather .weather img{
    width: 50px;
}
header .dateweather .weather h3{
    font-weight: 200;
    font-size: 1vw;
}
header .dateweather .date{
    text-align: center;
    font-size: 0.9vw;
}
header .dateweather .date h2{
    font-weight: 200
}
main{
    width: 50vw;
    background-color: #ffffff61;
    background-image: radial-gradient(#113c4da6, #8892aca8);
    overflow: hidden;
}
.slider{
    width: 100%;
    position: relative;
    height: 100vh;
}
.slide{
    position: absolute;
    margin-left: -100%;
    top: 0;
    transition: 1s all;
    width: 100%;
    height: 100vh;
}
.slide::before{
    content: "";
    filter: blur(4px);
}
.slide.active{
    margin-left: 0;
}
.slide#active{
    margin-left: 0;
}
.slider .news{
    padding: 2vw;
}
.slider .news .new{
    position: relative;
}
.slider .news .new .new-image{

}
.slider .news .new .new-image img{
    width: 100%;
    height: 45vh;
    object-fit: cover;
    border-radius: 20px;
}
.slider .news .new .new-text h3{
    height: 45vh;
    position: absolute;
    color: white;
    top: 0;
    background-image: linear-gradient(0deg, black, transparent);
    padding: 0 15px;
    padding-bottom: 0.6vw;
    font-size: 3vw;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.slider .news .new .new-text div{
    height: calc(52vh - 3.6vw);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    padding: 5px 0;
    margin-top: 2vh;
    box-sizing: border-box;
}
.slider .news .new .new-text div::-webkit-scrollbar{
    width: 0;
}
.slider .news .new .new-text p{
    padding: 15px 0;
    color: white;
    font-size: 2vw;
}
.dateEvent{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 3px solid #252525;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(45% + 4vw);
    height: 30vh;
}
.dateEvent .dateTime{
    padding: 0.5vw;
    border-right: 3px solid #252525;
    width: 50%;
    height: calc(100% - 1vw);
}
.dateEvent .dateTime h1{
    font-weight: 800;
    font-size: 6vw;
    color: #252525;
}
.dateEvent .dateTime hr{
    width: 25%;
    margin-left: 0;
    height: 3px;
    background-color: #252525;
    color: #252525;
    border: none;
    margin: 3vh 0;
}
.dateEvent .dateTime h3{
    color: white;
    font-weight: 800;
    font-size: 1.5vw;
}
.dateEvent .event{
    padding: 0.5vw;
    width: 50%;
    height: calc(100% - 1vw);
    position: relative
}
.dateEvent .event h2{
    font-weight: 800;
    font-size: 2vw;
    color: #252525;
}
.dateEvent .event hr{
    width: 25%;
    margin-left: 0;
    height: 3px;
    background-color: #252525;
    color: #252525;
    border: none;
    margin: 3vh 0;
}
.dateEvent .event h3{
    color: white;
    font-weight: 800;
    /*width: 20%;*/
    width: 12vw;
    font-size: 1vw;
}
.dateEvent .event .eventText{
    bottom: -200%;
    position: absolute;
    width: calc(100% - 1vw);
    display: flex;
    justify-content: space-between;
}
.dateEvent .event .eventText img{
    /*width: 14vw;*/
    /*margin-top: -6vh;*/
    /*padding-right: 2vw;*/
    height: 16vw;
    width: 11vw;
    object-fit: cover;
    margin-top: -12vh;
    padding-right: 0vw;
    margin-right: -0.5vw;
}
.dateEvent .event .eventText.active{
    top: 12vh;
    bottom: auto;
}
.imageSlider{
    width: 100vw;
    z-index: -1;
    position: absolute;
    right: 0;
    height: 100vh;
}
.imageSlider .slideImg{
    width: 100%;
    opacity: 0;
    height: 100%;
    position: absolute;
    transition: 600ms all;
}
.imageSlider .slideImg.active{
    opacity: 1;
}
.imageSlider .slideImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
.rightSide{
    position: absolute;
    right: 0;
    width: 50vw;
    top: 0;
    overflow: hidden;
}

.rightSide header{
    width: 100%;
}
.rightEvent{
    background-color: #ffffff61;
    background-image: radial-gradient(#113c4da6, #8892aca8);
    box-shadow: 0 0 15px 1px #0000006e;
    height: 55vh;
}
.rightEvent .eventText{
    padding: 2vw;
    padding-right: 22vw;
    height: 55vh;
    position: absolute;
    width: 50vw;
    right: -100vw;
    transition: 600ms all;
}
.rightEvent .eventText.active{
    right: 0;
}
.rightEvent .eventText>div{
    right: -100vw;
    height: calc(55vh - 4vw);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rightEvent .eventText h3{
    color: white;
    font-size: 2.5vw;
    margin-bottom: 2vw;
    height: 22vh;
    overflow: hidden;
}
.rightEvent .eventText div p{
    margin-top: 1vw;
    color: white;
    font-size: 1.6vw;
    font-weight: 100;
}

.rightEvent .eventText img{
    height: 55vh;
    position: absolute;
    object-fit: contain;
    right: 0;
    bottom: 0;
    max-width: 20vw;
}
.rightDate{
    background-color: #ffffff61;
    background-image: radial-gradient(#113c4da6, #8892aca8);
    box-shadow: 0 0 15px 1px #0000006e;
    width: 50vw;
    height: 35vh;
    padding: 2vw;
    display: flex;
    justify-content: space-between;
}
.rightDate div{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.rightDate div:first-child h3{
    font-size: 7vw;
    position: relative;
    display: inline-block;
    color: #252525;
    padding-bottom: 1vw;
}
.rightDate div h4{
    font-size: 3vw;
    display: inline-block;
    color: #252525;
}
.rightDate>div:first-child h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10vw;
    height: 5px;
    background-color: #252525;
}
.rightDate div:last-child h3{
    font-size: 5vw;
    display: inline-block;
    color: #252525;
    height: max-content;
}
.rightDate div:last-child{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.rightDate div img{
    width: 8vw;
    object-fit: contain;
}
