section.partners-sponsors .partners@font-face { font-family: Azonix; font-style: normal; font-weight: 400; src: url("../azonix/Azonix.otf"); }
@font-face { font-family: Integral-CF; font-style: normal; font-weight: 400; src: url("../Integral-CF/Demo_Fonts/Fontspring-DEMO-integralcf-bold.otf"); }

body {font-size: 1rem;font-family: Inter;font-weight: 400;overflow-x: clip; scroll-behavior:smooth;}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}

ul li{
    list-style: none;
}

html {
    font-size: 16px
}


a {text-decoration:none; color: inherit;}
a:hover {text-decoration:none; color: inherit;}
img {max-width:100%;}
.container {max-width: 100vw!important;margin:0 auto;position:relative;padding: 0px 60px;}

section.main-banner {
    height: 100vh;
    background-size: cover!important;
    background-position: center!important;
    position: relative;
}

header {
    position: absolute;
    width: 100%;
    top: 29px;
    z-index: 2;
    /* background: #12111f7a; */
    padding-bottom: 4px;
    color: #fff;
}

header .flex-nav {
    display: flex;
    top: 0px;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

section.main-banner .banner-txt {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

section.main-banner .container {
    height: 100%;
}

header nav.navigation {
    /* display: none; */
    width: 100%;
    text-align: center;
}

header .flex-nav .logo img {
    height: 164px;
}

header .flex-nav .menu-button {
    width: 72px;
    cursor: pointer;
}

section.main-banner .banner-txt .txt {
    text-align: center;
    color: #fff;
    width: 54%;
    padding-top: 56px;
}

section.main-banner .headingTop {
    font-family: Azonix;
    font-size: 39px;
    line-height: 48px;
    padding-top: 52px;
}

section.mission {
    height: 100vh;
    background-size: cover !important;
    background-position: center !important;
    color: #fff;
    text-align: center;
    z-index: 5;
    background-color: #000!important;
    position: relative;
    z-index: 3;
}

section.mission .container {
    height: 100%;
}

section.mission .mission-text {
    width: 88%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}


.headline {
    font-family: Integral-CF;
    font-size: 52px;
    color: #F00000;
}

.heading {
    margin-bottom: 22px;
}

section.partners-sponsors {}

section.partners-sponsors {
    background: #fff;
    padding: 142px 0px 30px 0px;
    position: relative;
    z-index: 3;
}

section.partners-sponsors .partners-sponsors-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

section.mission .mission-text .txt p {
        font-size: 21px;
    line-height: 32px;
}

section.partners-sponsors .partners {
    width: 50%;
    text-align: left;
}

section.partners-sponsors .partners-sponsors-flex .partners {
    text-align: center;
}

section.partners-sponsors .partners .list ul {
    justify-content: center;
}


section.partners-sponsors .partners .list ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}

section.partners-sponsors .partners .list ul li {
    width: 48%;
    margin: 1%;
}

section.partners-sponsors .partners .list ul li .img {
    border: 1px solid #ccc;
    width: 100%;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

section.partners-sponsors .partners .list ul li .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}


footer {
    background: #12111f;
    color: #fff;
    padding: 42px 0px 10px 0px;
}

footer .footer-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footer-flex .footer-headline {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 16px;
}

footer .footer-flex .quick-links {
    width: 68%;
}

footer .footer-flex .email {
    width: 25%;
    text-align: right;
}

footer .footer-flex .quick-links ul li {
    list-style: none;
    display: inline-block;
    padding-right: 27px;
}

footer .footer-flex ul li a {
    font-size: 16px;
}

.footer-logo {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 2px 0px;
    /* display: none; */
}

.footer-logo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffffff85;
    left: 0px;
    bottom: 50%;
    z-index: 0;
}

.footer-logo .logo {
    position: relative;
    z-index: 2;
    width: 67px;
}

.copyrights {
    text-align: center;
    font-size: 14px;
}

section.follow-us {
    background: #F1F1F1;
    padding: 30px 0px;
}

section.follow-us .followFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.follow-us .followFlex .social-media ul li a {
    width: 46px;
    height: 46px;
    background: #7A7A7A;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-left: 8px;
    font-size: 21px;
}

section.follow-us .followFlex .social-media ul li {
    display: inline-block;
}


footer .footer-flex .quick-links ul li a {
    text-transform: capitalize;
}

footer .footer-flex .quick-links ul li a:hover {
    color: #f00000;
}


section.follow-us .followFlex .social-media ul li:nth-child(1) a:hover, footer .footer-flex .social-media ul li:nth-child(1) a {
    background: #f00000;
}

section.follow-us .followFlex .social-media ul li:nth-child(2) a:hover, footer .footer-flex .social-media ul li:nth-child(2) a {
   background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

section.follow-us .followFlex .social-media ul li:nth-child(3) a:hover, footer .footer-flex .social-media ul li:nth-child(3) a {
    background: #181717;
}


.btn-sec a {
    display: block;
    background: #F00000;
    width: fit-content;
    padding: 13px 29px;
    margin-top: 32px;
}

section.mission .mission-text .btn-sec {
    display: flex;
    justify-content: center;
}


section.policies {
    background: #fff;
    padding: 60px 0px;
}

section.policies .mainTitle {
    font-size: 21px;
    color: #F00000;
    font-weight: 900;
    margin: 20px 0px 7px 0px;
}

ol, ul {
    padding: 0px;
    margin: 0px;
}

section.policies ol li {padding: 6px 0px;list-style: none;position: relative;padding-left: 19px;}

section.policies ul li {
    /* list-style: disc; */
}

section.policies ul {
    padding: 0px 0px 0px 15px;
}

section.inner-banner {
    height: 400px;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    position: relative;
}

section.inner-banner .headingTop {
        font-size: 52px;
        color: #ffffff;
        z-index: 2;
        position: relative;
        text-transform: uppercase;
        font-weight: 600;
        padding-top: 22px;
        font-family: 'Integral-CF';
        line-height: 62px;
}

section.inner-banner:after {
    content: "";
    background: #0000007d;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 400px;
}

.topHeader {
    color: #fff;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0px;
    text-align: center;
    /* height: 29px; */
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0px;
    background: #12111f;
    z-index: 9;
}

.btn-sec a:hover {
    background: #fff;
    color: #000;
}

.headline span {
    font-family: 'Azonix';
}

section.inner-banner .headingTop span {
    font-family: 'Inter';
}


/* Fake brand-style close icon */
.brand-close {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  font-style: normal; /* disable inherited font icon */
}

.brand-close::before,
.brand-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 3px;
  background: currentColor; /* uses icon color */
  border-radius: 2px;
  transform-origin: center;
}

.brand-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.brand-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

header.menu-open {
    /* background: #12111f; */
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    z-index: 999;
}

header.menu-open .flex-nav {
    display: none;
}

header.menu-open .flex-nav.afeterClick {
    display: flex!important;
    justify-content: space-between;
    flex-wrap: wrap;
}

nav.navigation {}

header nav.navigation ul li {
    width: 78%;
    font-size: 36px;
    padding: 7px;
    text-align: left;
    margin: 0px auto;
    text-transform: uppercase;
    font-weight: 600;
}

i.fa-brands.brand-close {
    font-size: 47px;
}

header nav.navigation ul li:hover a {
    color: #f00000;
}

footer .footer-flex .social-media ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-bottom: 29px;
}

footer .footer-flex .social-media ul li a {
    width: 42px;
    height: 42px;
    background: #ffffff54;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-size: 22px;
    border: 1px solid #ffffff6b;
}

footer .footer-flex .email b {
    display: block;
}

footer .footer-flex .social-media ul li:nth-child(1) a:hover {}

footer .footer-flex .social-media ul li a:hover {
    border: 1px solid #fff;
}


.copyrights a:hover {
    color: #da291c;
}


@media (min-width:1024px){

.slides {
  height: 100vh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
}

.slides .slide {
  height: 100vh;
  scroll-snap-align: start;
}

  ::-webkit-scrollbar {
    display: none;
  }
}



section.main-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #12111f8c;
    top: 0px;
    left: 0px;
}


header.sticky {
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0px;
    background: #12111f;
}

header.sticky .logo img {
    height: 100px;
}

header.sticky .flex-nav .menu-button {
    width: 48px;
}

header.header-active {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0px;
    background: #12111f;
    padding: 7px 0px;
}

header.header-active .logo img {
    height: 73px;
}

header.header-active .flex-nav .menu-button {
    width: 45px;
}

header .flex-nav .logo img.fixed-logo {
    display: none;
}

header.header-active .flex-nav .logo img.fixed-logo {
    display: block;
}

header.header-active .flex-nav .logo img {
    display: none;
}


section.policies ol li:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #393535;
    position: absolute;
    left: 0px;
    top: 13px;
    border-radius: 50%;
}

table.table {
    border: 1px solid #dbd8d8;
}

table.table td, table.table th {
    padding: 5px 15px;
    border: 1px solid #dbd8d8;
}

header nav.navigation ul li a {
    display: block;
}

header.header-active.menu-open .flex-nav .logo img {
    display: block;
    height: 154px;
}

header.header-active.menu-open {
    top: 0px;
    z-index: 999;
}

header.header-active .flex-nav .logo img.fixed-logo img {
    height: 100px!important;
}

header.header-active .flex-nav .logo img.fixed-logo {
    height: 65px;
}

header.header-active {
    /* top: 0px; */
}

header.header-active .flex-nav .menu-button {
    width: 41px;
}

section.inner-banner .headingTop {
    font-size: 52px;
}

section.inner-banner {
    height: 450px;
}

section.inner-banner:after {
    height: 450px;
}

section.policies {
    padding: 60px 0px;
    font-size: 16px;
}

.fixed-head-sec.afeterClick {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999999999999999;
    background: #12111f96;
    height: 100%;
}

.fixed-head-sec.afeterClick .flex-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.fixed-head-sec.afeterClick .flex-navigation nav.navigation {
    width: 100%;
}

.fixed-head-sec.afeterClick .flex-navigation .logo {
    width: 133px;
}

section.partners-sponsors .partners:nth-child(1) {
    border-right: 1px solid #d0c7c7;
}

.fixed-head-sec.afeterClick {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* full screen */
  z-index: 9999;
  transform: translateY(-100%);   /* Hidden above */
  transition: transform 1.5s ease;
  display: block; /* keep block (we hide via transform) */
  opacity: 1;
}

/* When active - slide down */
.fixed-head-sec.afeterClick.active {
  transform: translateY(0);
}


.fixed-head-sec.afeterClick .flex-navigation .logo img {
    width: 100%;
    height: auto;
}


.topHeader .top-btn {
    background: #ff1c1d;
    width: fit-content;
    padding: 4px 12px;
    margin: 3px auto;
    border-radius: 4px;
}

.fixed-head-sec.afeterClick.active {
    background: #12111f;
}

.topHeader .top-btn {
    display: none;
}

.top-img img {
    height: 50px;
}

.prize-btn {
    display: none;
}

header.header-active .prize-btn {
    display: block;
}

header.header-active .prize-btn img {
    height: 50px;
}

.bottomSlider.slide footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
