* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #58585a;
    background: url(../img/content-bg.jpg) repeat center top;
    background-size: cover;	
}

a {
    color: #58585a;
    text-decoration: none;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

a:hover {
    color: #c32127;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

ol,
ul {
    padding-left: .6rem !important;
}

hr {
    background-color: #bbb !important;
}

header {
    min-height: 145px;
    background-color: #fff;
    transition: min-height .5s ease-in;
    box-shadow: 0.877px 1.798px 10px 5px rgb(1 1 1 / 16%);
}

.upcoming-events .btn-danger,
.news .btn-danger,
.covers .btn-danger,
.gjo .btn-danger {
    min-width: 7rem;
    padding: 0.5rem 1rem !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: #ca4d3d;
    border-color: #ca4d3d;
}

.upcoming-events .btn-primary,
.news .btn-primary,
.covers .btn-primary,
.gjo .btn-primary {
    padding: 0.5rem 1rem !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: #2292d1;
    border-color: #2292d1;
}

.card,
.card-img,
.card-img-top {
    border-radius: 0rem !important;
}

footer {
    padding: 2rem 0rem;
    background: url(../../assets/img/footer-bg.jpg) no-repeat center top;
    background-size: cover;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}


/* Styling the logo */

.top-links .logo {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -1px;
}


/* Styling all the nav items as a whole */

.top-links .nav-items {
    display: flex;
    flex: 1;
    padding: 0 0 0 200px;
}


/* Styling the list items in the nav tag */

.top-links .nav-items li {
    list-style: none;
    padding: 0 10px;
}


/* Styling each list items */

.top-links .nav-items li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}


/* Setting the hover colour on the list items*/

.top-links .nav-items li a:hover {
    color: #19191b;
}

.top-links .searchbar {
    position: relative;
}

.top-links .searchbar .form-control:focus {
    box-shadow: none;
}

.search-border {
    border: 1px solid #bbb;
}


/* Styling the search box where the 
    input would be given */

.top-links .searchbar input[type="text"] {
    border: 0;
    padding: 0;
    width: 0px;
    height: 21px;
    border-radius: 3px;
    transition: all 0.3s ease;
}


/* Styling the search bar icon */

.top-links .searchbar .icon {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: none;
    border-radius: 3px;
    color: #263489;
    transition: all 0.5s 0.3s ease;
}

.top-links .searchbar .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.top-links .searchbar .icon span {
    margin-left: 20px;
}

.top-links .searchbar .icon.active {
    transition: all 0.3s ease;
}

.top-links .searchbar input[type="text"].active {
    width: 250px;
    padding: 0 10px;
    transition: all 0.5s 0.2s ease;
}

.top-links .licon li {
    list-style: none;
    display: flex;
}

.top-links .licon li a {
    padding: 0 20px;
}


/* LOGIN */

.login-page,
.how-to-member {
    width: 100%;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 4px;
    padding: 30px;
    text-align: center;
}

.form input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.form button {
    text-transform: uppercase;
    outline: 0;
    background: #146698;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form button:hover,
.form button:active,
.form button:focus {
    background: #095481;
}

.form .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 12px;
}

.form p.message a,
.login-form a.forgot-pass {
    font-size: 12px;
    color: #263489;
    text-decoration: none;
}

.form .register-form {
    display: none;
}

.flex-sb-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.w-full {
    width: 100%;
}

.p-b-48 {
    padding-bottom: 48px;
}

.how-to-member-inner {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 40px;
    font-size: 14px;
}

.how-to-member-inner .number {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    background: #1d3a8d;
    text-align: center;
    margin-right: 10px;
    font-weight: 900;
    border-radius: 50%;
    margin-bottom: 5px;
}

h5.login-page-title {
    color: #146698;
    font-size: 18px;
}


/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    font-size: 13px;
    color: #999999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.label-checkbox100::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e6e6e6;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-checkbox100:checked+.label-checkbox100::before {
    color: #57b846;
}

.txt3 {
    font-size: 13px;
    color: #555555;
    line-height: 1.4;
}

.login-form .password {
    position: relative;
}


/*---------------------------------------------*/

.btn-show-pass {
    font-size: 15px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: -43px;
    right: 35px;
    padding: 0 5px;
    cursor: pointer;
    -webkit-transition: background 0.4s;
    -o-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
}

.btn-show-pass:hover {
    color: #263489;
}
.gallery-container {
      padding: 60px 15px;
      text-align: center;
    }

    .gallery-title {
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 40px;
      color: #333;
    }

    .poster-card {
      border: none;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      overflow: hidden;
      border-radius: 16px;
      background: #fff;
      height: 100%;
    }

    .poster-card img {
      width: 100%;
      height: 336px;
      object-fit: cover;
      transition: transform 0.4s ease;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
    }

    .poster-card:hover img {
      transform: scale(1.05);
    }

    .poster-card:hover {
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
      transform: translateY(-5px);
    }

    .poster-overlay {
      position: absolute;
      bottom: 0;
      background: rgba(0,0,0,0.5);
      width: 100%;
      color: #fff;
      text-align: center;
      padding: 10px;
      font-size: 1rem;
      opacity: 0;
      transition: opacity 0.4s ease;
    }

    .poster-card:hover .poster-overlay {
      opacity: 1;
    }

    .download-btn {
      background-color: #007bff;
      color: #fff;
      border: none;
      border-radius: 8px;
      padding: 8px 16px;
      margin-top: 10px;
      font-size: 0.95rem;
      transition: background-color 0.3s ease;
    }

    .download-btn:hover {
      background-color: #0056b3;
    }