.bg-gradient-1{
    background: linear-gradient(180deg, #f5fbff 0%, #eef8fb 100%);
}
.section{
    padding: 80px 0;
}
.gallery-page .event-gallary img{
    height: 150px;
}
/* Cookies CSS */
.cookie_wrapper {
    position: fixed;
    /*bottom: 50px;*/
    /*bottom: 10px;*/
    bottom: 0px;
    /*right: -370px;*/
    /*right: -395px;*/
    right: 0px;
    /*max-width: 345px;*/
    width: 100%;
    background: #fff;
    /*border-radius: 8px;*/
    padding: 15px 25px 15px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: none;
    border-top: 2px solid #17b3aa;
}
.cookie_wrapper.show {
    /*right: 20px;*/
    /*display: block;*/

    display: flex;
    align-items: center;
    justify-content: center;
}
.cookie_wrapper .cookie-title {
    display: flex;
    align-items: center;
    column-gap: 15px;

}
.cookie-title i {
    /*color: #4070f4;*/
    color: #161455;
    font-size: 32px;
}
.cookie-title h2 {
    /*color: #4070f4;*/
    color: #161455;
    font-weight: 500;
    font-size: 1.8rem;
}
.cookie_wrapper .cookie-data {
    /*margin-top: 16px;*/
    /*float: left;*/
    margin-right: 15px;
}
.cookie_wrapper .cookie-data p {
    color: #333;
    font-size: 16px;
    margin: 0;
}
.cookie-data p a {
    /*color: #4070f4;*/
    color: #161455;
    text-decoration: none;
}
.cookie-data p a:hover {
    text-decoration: underline;
}
.cookie_wrapper .buttons {
    /*margin-top: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;*/
}
.cookie_wrapper .buttons .button {
    /*border: none;*/
    color: #fff;
    padding: 5px 0;
    /*border-radius: 4px;*/
    background: #161455;
    /*width: calc(100% / 2 - 10px);*/
    width: 150px;
    transition: all 0.2s ease;
    border: 2px solid #161455;
    margin-bottom: 5px;
    cursor: pointer;
}
.cookie_wrapper .buttons button{
    cursor: pointer;
}
/*.cookie_wrapper .buttons #acceptBtn:hover {
    background-color: #0F3B0F;
    border-color: #0F3B0F;
}*/

/*#declineBtn {
    border: 2px solid #161455;
    background-color: #fff;
    color: #161455;
}
#declineBtn:hover {
    background-color: #161455;
    color: #fff;
}*/
/* End Cookies CSS */