/* ===================================================================
 * # font
 *
 * ------------------------------------------------------------------- */


 @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
 @font-face {
    font-family: mortendBold;
    src: url(../fonts/mortend-mortend-bold-700.otf);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: mortendRegular;
    src: url(../fonts/mortend-mortend-regular-400.otf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: mortendOutline;
    src: url(../fonts/mortend-mortend-outline-800.otf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: mortendExtraBold;
    src: url(../fonts/mortend-mortend-extra-bold-800.otf);
    font-weight: 800;
    font-style: normal;
}

a:hover{
    text-decoration: none !important;
}

/* ===================================================================
 * # main
 *
 * ------------------------------------------------------------------- */

main{
    background: #f6f6e4;
    color: #000;
    font-family: "Montserrat", sans-serif;
    position: relative;
}

.navbar-nav{
    width: 100%;
    padding: 5px 0px;
    gap: clamp(0rem, -0.4401rem + 1.8779vw, 1.25rem);
}

.navbar-dark .navbar-nav .nav-link, .strim-live{
    font-size: 16px;
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
}

.strim-live.active{
    color:#00325c;
}

.strim-live:hover{
    color: #ffd7d3;
}
.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
    color:#00325c;
    
}
.navbar-brand img {
    height: 40px;
  }

.bg-ajl{
    background-color: #FF5A4B;
    z-index: 9999;
}
.mb-80{
    margin-bottom: 80px;
}

.p-top{
    z-index: 99;
    position: relative;
}

.widget{
    position: fixed;
    right: 5px;
    top: 50%;
    z-index: 999999;
}

.widget img{
    height: clamp(5rem, 4.1197rem + 3.7559vw, 7.5rem);
}

.close-btn{
    cursor: pointer; 
    position: absolute;
    left: 2px;
    font-weight: bold;
}
 /* ===================================================================
 * # content
 *
 * ------------------------------------------------------------------- */

 .content{
    /* background: url('../img/bgajl.png'), #f6f6e4; */
    background-color: #f6f6e4;
    padding: 60px 0;
    text-align: center;
    background-size: cover;
    background-position: bottom;
    font-weight: 500;
    position: relative;
 }

 .content .left{
   position: absolute;
   bottom: 0;
   left: 0;
   width: clamp(8.4375rem, 5.2465rem + 13.615vw, 17.5rem);
 }
 .content .right{
    position: absolute;
    bottom: 0;
    right: 0;
    width: clamp(8.4375rem, 5.2465rem + 13.615vw, 17.5rem);
  }


 h2{
    display: flex;
    flex: 1;
    width: 100%;
    line-height: 1em;
    font-family: mortendBold;
    gap:15px;
  }
  .heading{
    font-size: clamp(1.25rem, 1.118rem + 0.5634vw, 1.625rem);
  }
  .heading:before, .heading:after,
  .heading-ie span.after, .heading-ie span.before{
    content: '';
    flex-grow: 1;
    background: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0));
    background-size: 100% 2px;
    background-position: 0% 50%;
    background-repeat: repeat-x;
  }
  
  .ajl-border {
    border-top: 10px solid;
    border-image: linear-gradient(to right, rgba(240,90,76,1) 17%, rgba(244,192,236,1) 17%, rgba(244,192,236,1) 34%, rgba(23,57,92,1) 34%, rgba(23,57,92,1) 51%, rgba(152,218,165,1) 51%, rgba(152,218,165,1) 68%, rgba(243,197,115,1) 68%, rgba(243,197,115,1) 85%, rgba(96,171,200,1) 85%) 5;
    z-index: 99999;
    position: relative;
 
  }

  .vote-btn{
    border: 5px solid #000;
    box-shadow: 0px 4px 3px 0px #00000073;
    -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    -webkit-mask-size: 800%;
    mask-size: 800%;
    -webkit-mask-position: 0;
    mask-position: 0;
  }


  .vote-btn:hover{
    border: 5px solid #00325c;
    transition: mask-position 2s ease,-webkit-mask-position 2s ease;
    -webkit-mask-position: 120%;
    mask-position: 120%;
    opacity: 1;
  }

  .vote-list{
    -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    -webkit-mask-size: 800%;
    mask-size: 800%;
    -webkit-mask-position: 0;
    mask-position: 0;
  }


  .vote-list:hover{
    transition: mask-position 2s ease,-webkit-mask-position 2s ease;
    -webkit-mask-position: 120%;
    mask-position: 120%;
    opacity: 1;
  }

  .news-list{
    background-color: #f6f6e4;
    border: 1px solid;
    position: relative;
    cursor: pointer;
  }

  
  .news-list.n-top img{
    height: 280px;
  }

  .news-list img{
    height: 230px;
    object-fit: cover;
    object-position: top;
 }
  
  .news-details{
    text-align: left;
    padding: 10px 15px;
  }

  .news-details a{
    text-decoration: none;
    color:#000 !important;
    font-weight: 600;
    font-size: 14px;
  }

  .news-details p{
    font-size: 12px;
  }
 
  .news-details h5{
    height: 85px;
  }

  .news-list.home img{
    height: 250px;
    object-fit: cover;
    object-position: top;
  }

  .news-list.home .news-details{
    background: #0000009c;
    position: absolute;
    bottom: 0;
    color: #fff;
  }

  .news-list.home .news-details h5{
    height: auto;
  }

  .strim-logo {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 7px;
}
.vote-wrap{
    box-shadow: 0px 3px 5px #969696;
}
.vote-wrap img{
  opacity: 0.5;
}

.vote-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 15px;
}

.vote-content h4{
    font-family: mortendBold;
    text-transform: uppercase;
    text-shadow: 2px 1px 1px #d0d0d0;
}

.vote-content a{
    background-color: #18385B;
    color: #fff !important;
    border: 2px solid #000;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: bold;
    opacity: 1;
    padding: 5px 25px;
}

.vote-content a:hover{
    color: #afeaff !important;
}

.vote-content img{
   opacity: 1;
   height: 80px;
}



/* ===================================================================
 * # footer
 *
 * ------------------------------------------------------------------- */

footer {
    font-size: 18px;
    line-height: 2;
    color: #000000;
    background: #f4f4f4;
}

footer a {
    color: #000000;
    text-decoration: none;
}

footer a:hover {
    color: #000000;
    text-decoration: none;
}

footer h4 {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1.4rem;
    line-height: 1.286;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    padding-bottom: 4.2rem;
    color: #000;
    margin-top: 0;
    position: relative;
}

footer h4::after {
    content: "";
    display: block;
    height: 1px;
    width: 120px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer_text span {
    color: #000000;
    font-size: 30px;
    font-family: 'Advent Pro', sans-serif;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

.s-footer__main {
    position: relative;
    background-image: linear-gradient(to right, #1c1423, #4b3b4b, #1f152f);
}

.s-footer__main::before {
    content: "";
    height: 4px;
    background: -moz-linear-gradient(left, #2e1d28, #d48576, #503948, #735cac, #f7f1f6, #8f689d, #cfa1d5, #2e1d28);
    background: -webkit-linear-gradient(left, #2e1d28, #d48576, #503948, #735cac, #f7f1f6, #8f689d, #cfa1d5, #2e1d28);
    background: linear-gradient(left, #2e1d28, #d48576, #503948, #735cac, #f7f1f6, #8f689d, #cfa1d5, #2e1d28);
    width: 100%;
    display: block;
}

.copyright-wrapper a:hover>p {
    color: #4a355c;
    text-decoration: none;
    transition: 0.3s;
}

.copyright-wrapper span,
.copyright-wrapper p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    margin-bottom: 0px;
}

@media (max-width:991px) {
    .copyright-wrapper span {
        display: block;
        margin-bottom: 10px;
    }
    .copyright-wrapper {
        text-align: center;
    }
    .dpts {
        justify-content: center;
    }
}

@media (min-width:992px) {
    .footer-row-wrapper {
        margin: 0 7rem;
    }
}

/* -------------------------------------------------------------------
 * ## footer link list
 * ------------------------------------------------------------------- */
.footer-text-style{
    font-size: 13px;
}
.s-content__linklist {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.s-content__linklist a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
}

.s-content__linklist a:hover {
    color: #cf3755;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.s-content__linklist li {
    padding-left: 4px 0;
    border-bottom: 0.5px dashed #cecece;
}

.s-content__linklist .active a {
    color: #f28780;
    font-weight: bold;
}

/* -------------------------------------------------------------------
 * ## copyright
 * ------------------------------------------------------------------- */

.s-footer__bottom .s-footer__copyright span {
    display: inline-block;
}

.s-footer__bottom .s-footer__copyright span::after {
    content: "|";
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: rgba(255, 255, 255, 0.1);
}

.s-footer__bottom .s-footer__copyright span:last-child::after {
    display: none;
}
