@font-face {
  font-family: ClashDisplay-Medium;
  src: url(../fonts/ClashDisplay-Medium.otf);
}
@font-face {
  font-family: HankenGrotesk-Light;
  src: url(../fonts/HankenGrotesk-Light.ttf);
}
@font-face {
  font-family: HankenGrotesk-Medium;
  src: url(../fonts/HankenGrotesk-Medium.ttf);
}
@font-face {
  font-family: HankenGrotesk-Regular;
  src: url(../fonts/HankenGrotesk-Regular.ttf);
}
@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: ClashDisplay-Bold;
  src: url(../fonts/ClashDisplay-Bold.otf);
}
html,body{
    overflow-x: hidden;
}
body{
    background-color: #121111;
    position: relative;
    font-family: HankenGrotesk-Light;
    overflow-x: hidden;
}
header.HeaderMain {
    padding: 20px 0;
}
.HeaderNav ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    column-gap: 50px;
    justify-content: center;
}
.HeaderNav ul li a {
    color: #fff;
    text-decoration: none;
    font-family: HankenGrotesk-Light;
    font-size: 18px;
}
.HeaderProfileMain ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: end;
    column-gap: 15px;
}
.HeaderProfileMain ul li a {
    color: #fff;
}
.HeaderMain .BordB {
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px #323131 solid;
}
.AlignCenter {
    align-items: center;
}
.MarTop{
    margin-top: 30px;
}
.MarBot{
    margin-bottom: 30px;
}
.Para {
    color: #fff;
    font-size: 18px;
    font-family: HankenGrotesk-Light;
    line-height: 28px;
}
.LiveOnSlider:after {
    content: '';
    display: inline-block;
    width: 2px;
    background-color: #323131;
    height: 68px;
    position: absolute;
    right: -7%;
    top: 5px;
}
.LiveOnSlider {
    position: relative;
}
.Date h5 {
    font-family: HankenGrotesk-Medium;
    font-size: 13px;
    line-height: 23px;
    margin: 0;
    color: #EDAA12;
}
.Date h6 {
    font-family: HankenGrotesk-Regular;
    font-size: 13px;
    margin: 0;
    line-height: 23px;
    color: #fff;
}
.ButnMain {
    /* text-align: right; */
}
.Butn {
    text-decoration: none;
    font-family: HankenGrotesk-Light;
    padding: 13px 35px;
    color: #fff;
    border-radius: 7px;
}
.BlackButn {
    background-color: #2A2A2A;
}
section.HomeSecOne {
    padding: 70px 0;
    background-color: #0C0C0C;
}
.BanHead h1 {
    color: #fff;
    font-size: 60px;
    font-family: ClashDisplay-Medium;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.BanCrausolL {
    position: relative;
    top: 11%;
    padding-bottom: 50px;
}
.BanCrausolL .owl-nav {
    position: absolute;
    bottom: -20%;
    width: 100%;
    text-align: center;
}
.BanCrausolL .owl-nav button {
    width: 54px;
    height: 54px;
    border-radius: 100% !important;
    background-color: #1F1E1E !important;
    color: #fff !important;
    margin: 0 5px;
    border: 0.83px solid #343434 !important;
}
#owl_custom12 .owl-dots {
    display: none;
}
#owl_custom12 .owl-nav {
    position: static;
    margin-top: 40px;
}
#owl_custom13 .owl-dots button span {
    width: 13px;
    height: 13px;
    background: #ffffff;
    margin: 0 8px 0 0;
}
#owl_custom13 .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 30px;
}
#owl_custom13 .owl-dots button.active span {
    background: #ED0105;
    width:41px;
}
.BanCrausolL .owl-nav button:hover{
    background: linear-gradient(172deg, #F5AF12, #946F1A) !important;
}
section.HomeSecTwo {
    padding: 70px 0;
    background-color: #0c0c0c;
}
.TicketHead h3 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: ClashDisplay-Medium;
    line-height: 40px;
}
.TicketButn figure {
    padding: 21px 25px;
    margin: 0;
    border-radius: 7px;
    background-color: #ED0105;
}
.TicketButn {
    background-color: #fff;
    padding: 0 0;
    color: #000;
    font-size: 30px;
    font-family: ClashDisplay-Medium;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.TicketButn span {
    font-family: HankenGrotesk-Light !important;
    margin-right: 25px;
}
section.HomeSecThird {
    background-color: #0c0c0c;
    padding: 70px 0;
}
.GradientHead h2 {
    font-size: 60px;
    line-height: 80px;
    font-family: ClashDisplay-Medium;
    background: linear-gradient(90deg, #909996, #6C7C77);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.GradientHead h2 span {
    background: linear-gradient(90deg, #F5AF12, #6B5420);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 90px;
}
.MarBot50{
    margin-bottom: 50px;
}
.MarBot70{
    margin-bottom: 70px;
}
.AwardImg {
    position: relative;
}
.AwardImg img {
    position: absolute;
    left: -16%;
}
.AwardImg {
    position: relative;
}
.AwardImg img {
    position: absolute;
    left: -16%;
    bottom: -357px;
}
.Content .Para {
    margin-bottom: 20px;
}
.starImg {
    text-align: center;
}
section.HomeFourthSec {
    padding: 70px 0;
}
.HomeEventBoxMain {
    position: relative;
    height: 533px;
    overflow: hidden;
    border-radius: 15px;
}
.HomeEventBoxMain a {
    position: absolute;
    background: linear-gradient(172deg, #F5AF12, #946F1A) !important;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    rotate: 319deg;
    right: 3%;
    top: 20px;
}
.HomeEventBoxMain h5 {
    position: absolute;
    bottom: 80px;
    color: #fff;
    font-size: 40px;
    font-family: ClashDisplay-Medium;
    left: 20px;
}
.HomeEventBoxMain h6 {
    position: absolute;
    bottom: 20px;
    font-family: ClashDisplay-Medium;
    font-size: 40px;
    color: #fff;
    left: 20px;
}
.HomeEventBoxMain img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.HomeFifthSec {
    padding: 70px 0;
    background-color: #0C0C0C;
}
.TextCenter {
    text-align: center;
}
.NomineesHomeBoxMain {
    display: flex;
    column-gap: 50px;
    padding: 15px;
    align-items: center;
    border: 1px #F0AC13 solid;
    border-radius: 30px;
    background-color: #0C0C0C;
    transition: all 0.5s ease-in-out;
    transform: translateY(0px);
}
.NomineesContent h5 {
    font-family: ClashDisplay-Medium;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
}
.NomineesContent p {
    color: #fff;
    font-size: 18px;
    font-family: HankenGrotesk-Regular;
    line-height: 30px;
}
.NomineesContent a {
    display: inline-block;
    padding: 13px 33px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-family: HankenGrotesk-Light;
    font-size: 18px;
    margin-right: 15px;
}
.RedButn{
    background-color: #ED0105;
}
.MarTopM70 {
    margin-top: -120px;
}
.PosRel{
    position: relative;
}
.HomeSixthSec {
    padding: 70px 0;
}
#owl_custom14 button {
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #1F1E1E;
}
#owl_custom14 .owl-dots {
    display: none;
}
#owl_custom14 .owl-prev {
    position: absolute;
    left: -10%;
    top: 15%;
}
#owl_custom14 .owl-next {
    position: absolute;
    right: -10%;
    top: 15%;
}
#owl_custom14 .owl-next:hover,#owl_custom14 .owl-prev:hover{
    background: linear-gradient(172deg, #F5AF12, #946F1A);
}
.HomeSeventhSec {
    padding: 70px 0;
    background-color: #0c0c0c;
    padding-left: 16%;
}
.HomeSeventhSec .col-md-5 {
    padding-right: 6%;
}
#owl_custom15 .owl-dots {
    display: none;
}
div#owl_custom15 {
    padding-left: 100px;
}
.digits {
    position: absolute;
    bottom: 80px;
    right: 43%;
}
.digits span {
    color: #373737;
    font-size: 116.39px;
    line-height: 160px;
    font-family: "Bebas Neue", sans-serif;
    display: inline-block;
    transform: rotate(-90deg);
}
.Successful {
    height: 402px;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.Successful img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
#owl_custom15 .owl-nav {
    display: block;
    position: absolute;
    left: -74%;
    bottom: -15%;
}
#owl_custom15 .owl-nav button {
    width: 77px;
    height: 77px;
    background-color: #1F1E1E;
    color: #fff;
    border-radius: 100%;
    font-size: 28px;
}
#owl_custom15 .owl-nav button:hover{
    background: linear-gradient(172deg, #F5AF12, #946F1A) !important;
}
.HomeBlogBoxMain img {
    width: 100%;
}
.BlogTittle {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 1px;
}
.BlogTittle h3 {
    font-family: HankenGrotesk-Medium;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}
.BlogTittle span {
    color: #F9181C;
    font-size: 16px;
}
.HomeEighthSec {
    padding: 70px 0;
    background-color: #0c0c0c;
}
.BlogContent p.Para {
    color: #A3A0A0 !important;
}
.HomeNinthSec {
    padding: 70px 0;
    background-color: #0c0c0c;
}
.FaqHead {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.FaqHead h5 {
    font-size: 20px;
    font-family: ClashDisplay-Medium;
    background: linear-gradient(90deg, #909996, #6C7C77);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
button.accordion-button {
    background-color: #0c0c0c !important;
    font-family: HankenGrotesk-Light;
}
.accordion-item {
    border: 0;
}
.accordion-collapse {
    background-color: #0c0c0c;
}
button.accordion-button {
    color: #C8C6C6;
    font-size: 20px;
    font-family: HankenGrotesk-Light;
    border-bottom: 1px #565D5B solid;
    padding-left: 0;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    font-family: HankenGrotesk-Regular;
    box-shadow: none !important;
}
.accordion-button::after {
    content: '\2b';
    font-family: 'FontAwesome';
    background: linear-gradient(180deg, #565D5B 0%, #292E2C 100%) !important;
    border-radius: 5px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-button:not(.collapsed)::after {
    background: linear-gradient(180deg, #F5AF12 0%, #946F1A 132.17%), linear-gradient(180deg, #565D5B 0%, #292E2C 100%) !important;
}
.accordion-body {
    padding-left: 0;
}
.accordion-item:last-of-type>.accordion-collapse {
    border-radius: 0;
}
.accordion-body {
    color: #fff;
}
footer.FooterMain {
    background-color: #0c0c0c;
    padding-top: 250px;
    position: relative;
    z-index: 1;
}
.FooterMain:after{
    content: '';
    background-image: url(../images/pisa-2025-1.png);
    width: 1400px;
    height: 256px;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    top: 22%;
    left: 12%;
    z-index: -1;
}
.FooterFirstSec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.NewsLetter {
    position: relative;
}
 .NewsLetter input {
     padding: 14px 10px;
     background-color: transparent;
     border: 1px solid #FFF5F5;
     width: 417px;
 }
.NewsLetter button {
    position: absolute;
    right: 2px;
    border-radius: 0;
    top: 2px;
}
.Red {
    background-color: #ED0105;
    border: 0;
}
.FooterMenu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    column-gap: 25px;
}
.FooterMenu ul li a {
    font-family: HankenGrotesk-Light;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.FooterSecondSec {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 50px;
    border-bottom: 1px #929090 solid;
}
.FooterSocial h3 {
    font-family: HankenGrotesk-Light;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.FooterSocial ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    column-gap: 20px;
}
.FooterSocial ul li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px #fff solid;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
}

.InnerBanMain {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #0c0c0c;
}
.InnerBanMain h1 {
    font-size: 60px;
    line-height: 80px;
    font-family: ClashDisplay-Medium;
    background: linear-gradient(90deg, #909996, #6C7C77);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}
.InnerBanMain p {
    font-size: 25px;
}
.InnerBanMain p a {
    color: #fff;
    text-decoration: none;
}
.InnerBanMain p span {
    color: #fff;
}
.LoginForm {
    position: relative;
    text-align: center;
    padding: 50px 0;
}
.LoginForm h2 {
    font-size: 60px;
    color: #FFFFFF;
    font-family: ClashDisplay-Medium;
    margin-bottom: 30px;
}
.btn-danger {
    background-color: #fff !important;
    border-color: #fff;
    color: #000 !important;
    padding: 8px 0;
    font-size: 18px;
}
.btn-danger:hover{
    background-color: #fff;
    border-color: #fff;
}
.LoginForm hr {
    border-color: #fff;
    opacity: 1;
    margin-top: 40px;
}
.LoginForm p {
    position: absolute;
    top: 32%;
    color: #000;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    left: 45%;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px #000;
    line-height: 47px;
    font-family: HankenGrotesk-Light;
}
.LoginForm form {
    margin-top: 70px;
}
.LoginForm input {
    font-size: 18px;
    line-height: 28px;
    padding: 8px 10px;
    margin-bottom: 20px !important;
    font-family: HankenGrotesk-Light;
}
.btn-danger img {
    margin-right: 15px;
}
.LoginForm button {
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-family: HankenGrotesk-Light;
    font-size: 18px;
    background-color: #ED0105;
    border: 0;
    padding: 10px;
}
.LoginForm a {
    color: #fff;
    text-decoration: none;
    font-family: HankenGrotesk-Light;
}
.LoginForm label {
    text-align: left;
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-family: HankenGrotesk-Light;
}
.RegisterBodyMain p {
    top: 34%;
}
.AwardsBoxMain img {
    width: 60%;
}
.AwardsBoxMain {
    text-align: center;
    padding: 15px;
    align-items: center;
    border: 1px #F0AC13 solid;
    border-radius: 30px;
    height: 455px;
}
.AwardsListSecMain {
    padding: 70px 0;
}
.MarBot30 {
    margin-bottom: 30px;
}
.AwardsBoxMain h3 {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}
.AwardsBoxMain a {
    text-decoration: none;
    display: block;
}
.PartnerLogoBox {
    background: #1F1E1E;
    border-radius: 7px;
    padding: 15px 0;
}
.PartnerLogoBox img {
    width: 106px;
    height: 54px;
    object-fit: scale-down;
}
.BlogImg {
    width: 100%;
    height: 262px;
    overflow: hidden;
}
.BlogImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}