*{
    margin: 0;
    padding: 0;
}
body, html{
    font-family: roboto, sans-serif, arial;
    background: #e6e9ec;
}


.width-100{
    width: 100%;
    float: left;
}
.container{
    width: 1400px;
    margin: 0px auto;
}
.top-header{
    background: #085360;
    border-bottom: 3px solid #3131315e;
    padding: 10px 0px;
}
.Account-list{
    background: #fff;
    color: red;
    padding: 6px;
    font-size: 20px;
}
.account{
    font-size: 20px;
    color: #fff;
    width: 80%;
}


.header-menu{
    position: relative;
    box-shadow: 0px 2px 5px 0px; #00000036;
}
.logo{
    width: fit-content;
    float: left;
}
.main-menu{
    list-style: none;
    float: right;
    margin-top: 20px;
}
.main-menu a{
    color: #085360;
    margin-left: 5px;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 20px;
    transition: 0.2s;
    text-decoration: none;
}
a.active{
    border-radius: 5px;
}
a:hover{
    background: #b6b8b8;
    border-radius: 5px;
}
.main-menu li{
    float: left;
    padding: 12px 15px;
}



.slider{
    width: 1900px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 5px;
}
.slides{
    width: 500%;
    height: 500px;
    display: flex;
}
.slides input{
    display: none;
}
.slide{
    width: 20%;
    transition: 2s;
}
.slide img{
    width: 1900px;
    height: 500px;
}
.navigation-manual{
    position: absolute;
    width: 1800px;
    margin-top: 460px;
    display: flex;
    justify-content: center;
}
.manual-btn{
    border: 2px solid #085360;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}
.manual-btn:not(:last-child){
    margin-right: 40px;
}
.manual-btn:hover{
    background: #085360;
}
#radio1:checked ~ .first{
    margin-left: 0;
}
#radio2:checked ~ .first{
    margin-left: -20%;
}
#radio3:checked ~ .first{
    margin-left: -40%;
}
#radio4:checked ~ .first{
    margin-left: -60%;
}
#radio5:checked ~ .first{
    margin-left: -80%;
}
.navigation-auto{
    position: absolute;
    display: flex;
    width: 1800px;
    justify-content: center;
    margin-top: 460px;
}
.navigation-auto div{
    border: 2px solid #085360;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}
.navigation-auto div:not(:last-child){
    margin-right: 40px;
}
#radio1:checked ~ .navigation-auto .auto-btn1{
    background: #085360;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
    background: #085360;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
    background: #085360;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
    background: #085360;
}
#radio5:checked ~ .navigation-auto .auto-btn5{
    background: #085360;
}


.account-details{
    padding-top: 30px;
    padding-bottom: 10px;
}
.account-details h1{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #085360;
}
.account-details p{
    columns: #85360;
    margin-bottom: 20px;
    font-weight: 400;
}
.account-section{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 10px;
    text-align: center;
}
.account-item img{
    width: 100px;
    margin-bottom: 5px;
    border-radius: 50%;
    border: 3px solid #085360;
    padding: 4px;
}
.account-item h1{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #085360;
}
.account-item p{
    font-size: 25px;
    columns: #85360;
    margin-bottom: 20px;
    font-weight: 600;
}


.review-guest{
    padding-top: 30px;
    padding-bottom: 10px;
}
.review-guest h1{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #085360;
}
.review-guest p{
    columns: #85360;
    margin-bottom: 20px;
    font-weight: 400;
}
.review-section{
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.review-item{
    width: 300px;
    background-color: #ebf6f8;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
    cursor: pointer;
    padding: 10px 10px;
}
.review-item img{
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
    border-radius: 50%;
    border: 1px solid #085360;
    padding: 4px;
}
.review-item h1{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #085360;
}
.review-item p{
    font-size: 18px;
    columns: #85360;
    margin-bottom: 20px;
    font-weight: 300;
}


.photo-event{
    padding-top: 30px;
    padding-bottom: 10px;
}
.photo-event h1{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #085360;
}
.photo-event p{
    columns: #85360;
    margin-bottom: 20px;
    font-weight: 400;
}
.photo-container{
    display: flex;  
    justify-content: left;
    padding: 2px;
}
.photo-container .photo{
    height: 15rem;
    width: 25rem;
    margin: 1rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.5);
    overflow: hidden;
    border-radius: 1rem;
}



.Video-event{
    padding-top: 30px;
    padding-bottom: 10px;
}
.Video-event h1{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #085360;
}
.Video-event p{
    columns: #85360;
    margin-bottom: 20px;
    font-weight: 400;
}
.video-container{
    display: flex;  
    justify-content: center;
    flex-wrap: wrap;
}
.video-container .video{
    height: 15rem;
    width: 25rem;
    margin: 2rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.5);
    overflow: hidden;
    border-radius: 1rem;
}
.video-container .video video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    outline: none;
    border: none;
    cursor: pointer;
}
.video-container .video video:hover{
    transition: .2s linear;
    transform: scale(1.3);
}
.video-container .video .active{
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 80%;
    box-shadow: 0 0 0 100vh rgba(0,0,0,.7);
    z-index: 1;
}
.video-container .video .active:hover{
    transition: none;
    transform: translate(-50%, -50%); scale(1);
}


.sponsor-comments{
    font-size: 28px;
    color: #085360;
    margin-bottom: 5px;
}
.sponsor-name{
    height: 100px;
    padding-bottom: 10px;
    margin: 10px auto;
}
.sponsor-name img{
    height: 80px;
    width: 140px;
    padding: 10px;
}


.footer{
    background: #085360;
    padding: 50px 0px;
}
.width-25{
    width: 25%;
    float: left;
    gap: 5px;
    padding-bottom: 50px;
}
.quicklink-heading{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.quicklink-menu{
    list-style: none;
    padding-left: 5px;
}
.quicklink-menu li a{
    color: #fff;
    line-height: 2.5;
    font-size: 18px;
    text-decoration: none;
    transition: 0.2s;
    text-decoration: none;
}
.quicklink-menu li i{
    color: #fff;
    font-size: 25px;
    padding: 10px;
}

.social-media{
    list-style: none;
    margin-top: 10px;
}
.social-media li{
    float: left;
    padding: 0px 10px;
}
.social-media li a img{
    width: 50px;
}

.footer2-bacbor{
    background: #232f3e;
    padding: 10px 0px;
    border-top: 1px solid #fcbcbc;
    }
.footer2-content{
    font-size: 14px;
    color: #fff;
    text-align: center;
}
