@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lexend+Deca:wght@100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sulphur+Point:wght@300;400;700&display=swap');




* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


@font-face {
  font-family: 'Mollie glaston';
  src: url('../font/Mollie-glaston-Regular.ttf') format('truetype');
}

 @font-face {
    font-family: 'Ngetic Modern Regular';
    src: url('../font/NgeticModern-Regular.woff'), format('woff');
}
    


:root {
    --button-family: "Poppins", sans-serif;
    --para-family-1: "Lexend Deca", sans-serif;
    --para-family-2: "Poppins", sans-serif;
    /* --heading-family: "Sulphur Point", sans-serif; */
    /* --heading-family: 'Mollie glaston'; */
    --heading-family: 'Ngetic Modern Regular';
}

body {
    font-size: 15px;
    background-color: #1b1b1b;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,label {
    margin-bottom: 10px;
    font-family: var(--heading-family);
}
a{
    text-decoration: none;
}
p, a, span {
    font-family: var(--para-family-1);
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: 300;
}
label:not(:has(.custom-control-label)){
    text-transform: capitalize;
    
}
.custom-control-label{
    text-transform: capitalize;
}
section {
    padding: 90px 0;
}

button {
    letter-spacing: 1px;
}

.dark * {
    color: white;
}

.text-justify{
    text-align: justify !important;
}

.gold-text-2 {
    color: #d6a038 !important;
    font-size: 30px;
}

/* custom css  */
.nav-link {
    background: -webkit-linear-gradient(#ffd92b, #c5c0ad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400;
    margin-bottom: 0;
    padding: 10px 35px 10px 0px !important;
    font-size: 17px;
}

.navbar-toggler:focus {
    box-shadow: none;
}
  .gold-text{
        color: #d2cf8b !important;
    }

    .other-banner{
        position: relative;
        min-height: 300px;
    }
    .breadcrums{
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
    }

.primary-button {
    position: relative;
    background-color: transparent;
    color: white;
    border: 1px solid white;
    padding: 10px 40px 10px 20px;
    font-family: var(--button-family);
    font-weight: 600;
}
.primary-button-1 {
    position: relative;
    background-color: white;
    color: black !important;
    font-weight: 600;
    border: 1px solid rgb(44, 44, 44);
    padding: 10px 40px 10px 20px;
    font-family: var(--button-family);
}
.primary-button::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/right-arrow.svg');
    right: 15px;
    top: 15px;
    position: absolute;
    filter: invert(1);
    background-size: cover;
}
.primary-button-1::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('../images/icons/right-arrow.svg');
    right: 15px;
    top: 15px;
    position: absolute;
    background-size: cover;
}



.banner-large-text {
    font-size: 4.5rem;
    line-height: 100px;
    background: -webkit-linear-gradient(225deg, #ffe99c, #b38334, #ffe99c, #825100);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width:767px) {
    .banner-large-text {
    font-size: 2.1rem;
    line-height: 36px;
}

    section {
        padding: 60px 0;
    }
    .banner-content{
        position: relative;
    }

    /* .award-bg {
        background-size: cover;
        min-height: 100vh;
        position: relative;
        z-index: 1;
        min-height: 90vh;
    } */
    
    .right-focus {
        
        height: 340px !important;
    }
    .left-focus {
        
        height: 340px !important;
    }
  .award-bg::before {
    content: "";
    width: 100%;
    height: 65%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: linear-gradient(0deg, #090909, #000000de, transparent);
}


}

.award-bg .large-award {
    max-height: 645px;
    object-fit: cover;
    object-position: top;
    min-width: 510px;
}


.navbar-toggler-icon {
    background-image: url('../images/icons/menu.svg') !important;
    width: 1.7em;
    height: 1.7em;
}

.award-img {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(0deg, black, transparent);
}

.left-focus {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0.2;
    animation: left-light 8s ease-in-out infinite alternate;
    transform-origin: top left;
    width: 570px !important;
}
.right-focus {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.2;
    animation: right-light 8s ease-in-out 800ms infinite alternate;
    transform-origin: top right;
    width: 570px !important;
    
}

@keyframes left-light {
     0% {
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(10deg); 
    }

    100% {
        transform: rotate(-30deg);
    }
}

@keyframes right-light {
    0% {
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(-35deg); 
    }

    100% {
        transform: rotate(30deg);
    }
}


.stars img {
    width: 130px;
}

.stars {
    margin-top: 30px;
}

.objective {
    line-height: 30px;
    margin-top: 40px;
}

.accordion-button {
    padding: 10px 0;
    font-size: 20px;
}

.accordion-button:not(.collapsed) {
    color: white;
}

.accordion-body {

    padding: 00px 0;
}

.accordion-flush>.accordion-item:first-child {
    border-top: 0 !important;
}
.award-card img{
    /* padding-bottom: 30px ; */
    border: 1px solid white;
    max-height: 240px;
    min-height: 240px;
    object-fit: cover;
}
.award-card{
    position: relative;
    overflow: hidden;
}
.award-card::after {
    /* content: ""; */
    position: absolute;
    right: 0;
    bottom: 0;
    background: #eecf2c;
    transform-origin: left;
    z-index: 1;
    width: 41%;
    height: 47px;
}
.award-card::before {
    /* content: ""; */
    position: absolute;
    right: -238px;
    bottom: -138px;
    transform: rotate(87deg);
    transform-origin: left;
    border: 2px solid white;
    z-index: 2;
    width: 50%;
    height: 376px;
}

.award-title {
    position: absolute;
    border-top: 1px solid white;
    border-left: 1px solid white;
    background: linear-gradient(325deg, #64929f, #173945);
    right: 0px;
    bottom: 0;
    padding: 11px 20px;
    margin-bottom: 0;
    z-index: 2;
    /* color: black !important; */
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border-top-left-radius: 15px;
}

.accordion-button {
    padding: 20px 0;
    font-size: 22px;
}
.accordion-button:not(.collapsed)::after{
    background-image: url('../images/icons/minus.svg') !important;
    filter:invert(1) ;
    width: 9px;
    height: 10px;
}
.accordion-button::after{
    background-image: url('../images/icons/plus.svg') !important;
    filter:invert(1) ;
}

/* .scroll-container {
    user-select: none;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.scroll-container::-webkit-scrollbar {
  display: none;
} */



.scroll-wrapper {
  overflow: hidden;
  position: relative;
}

.scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
}
.scroll-container::-webkit-scrollbar {
  display: none;
}


.categories {
    padding: 6px 15px;
    border: 1px solid white;
    font-size: 15px;
    font-weight: 600;
    border-top: 1px solid white;
    /* border-left: 5px solid white; */
    user-select: none;
    border-radius: 40px;
}
.categories:hover{
    background-color: #e8d47e;
    color: black !important;
}
.categories:hover .trophy-image{
    
    filter: unset !important;
}
/* footer styles  */

.footer {
    position: relative;
}

.footer .footer-about,
.footer .footer-contact,
.footer .footer-links,
.footer .footer-project {
    position: relative;
    margin-bottom: 45px;
    color: #999999;
}

.footer .footer-about h3,
.footer .footer-contact h3,
.footer .footer-links h3,
.footer .footer-project h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #eeeeee;
}

.footer .footer-about h3::after,
.footer .footer-contact h3::after,
.footer .footer-links h3::after,
.footer .footer-project h3::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #eeeeee;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.footer .footer-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 6px 0;
    text-align: center;
    color: #999999;
    font-size: 14px;
    border: 1px solid #252525;
    border-radius: 35px;
}

.footer .footer-social a:hover {
    color: #ffffff;
    background: #ddc072;
    border-color: #ddc072;
}

.footer .footer-contact p {
    margin-bottom: 17px;
    font-size: 15px;
    text-transform: capitalize;
}
.footer .footer-contact p:hover {
    color: #ddc072 !important; 
}

.footer .footer-contact i {
    margin-right: 10px;
    font-size: 13px;
}

.footer .footer-contact a:last-child i {
    margin: 0;
}

.footer .footer-contact a:hover i {
    color: #0085ff;
}

.footer .footer-links a {
    font-size: 15px;
    display: block;
    margin-bottom: 17px;
    padding-left: 25px;
    color: #dddddd;
    text-decoration: none;
    text-transform: capitalize;
}

.footer .footer-links a:last-child {
    margin: 0;
}

.footer .footer-links a:hover {
    color: #ddc072;
}
.footer .footer-links a::before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    color: #ddc072;
}

.footer .footer-project {
    float: left;
    font-size: 0;
}

.footer .footer-project a {
    padding: 0 8px 8px 0;
    display: block;
    width: 33.33%;
    float: left;
}

.footer .footer-project a img {
    width: 100%;
}

.footer .footer-newsletter {
    margin-bottom: 35px;
    max-width: 700px;
    text-align: center;
    color: #999999;
}

.footer .footer-newsletter input {
    height: 45px;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    color: black;
}

.footer .footer-newsletter .btn {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background: #00000000;
    border-radius: 0;
    border: 1px solid white;
    transition: .3s;
}

.footer .footer-newsletter .btn:hover {
    color: #ddc072;
    background: #ffffff;
}

.footer .footer-newsletter .btn:focus {
    box-shadow: none;
}


.footer .copyright {
    position: relative;
    padding: 25px 0;
    background: #000000;
}

.footer .copyright .copy-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.footer .copyright .copy-text p a {
    color: #ddc072;
    text-decoration: none;
}

.footer .copyright .copy-text p a:hover {
    color: white;
}

.footer .copyright .copy-menu {
    position: relative;
    font-size: 0;
    text-align: right;
}

.footer .copyright .copy-menu a {
    color: #999999;
    font-size: 15px;
    font-weight: 400;
    margin-right: 15px;
    text-decoration: none;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .copyright .copy-menu a:hover {
    color: #0085ff;
}

.footer .copyright .copy-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

@media (max-width: 767.98px) {
    .footer .copyright .copy-text,
    .footer .copyright .copy-menu {
        text-align: center;
    }
    
    .footer .copyright .copy-text p {
        margin-bottom: 5px;
    }
    
}


.trophy-image{
    filter: invert(1);
}

.display-5{
    letter-spacing: 1px;
    /* font-weight: 900; */
    
}

.footer h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}
.primary-button:hover::after{
    transform: translateX(6px);
    transition: 200ms;
    filter: unset !important;
}
/* footer styles  */


.mfp-content {
    max-width: 730px;
    background: #000;
    padding: 30px;
    position: relative;
    border: 1px solid white;
    box-shadow: 0px 0px 160px 83px #fff;
}

.mfp-content *{
    color: white;
}

/*.popup-modal-dismiss{*/
/*        position: absolute;*/
/*    right: -25px;*/
/*    top: -25px;*/
/*}*/
.popup-modal-dismiss {
    position: absolute;
    right: 0;
    top: 0;
}
.popup-modal-dismiss img{
        background: white;
    width: 35px;
    padding: 8px;
}


.mfp-container{
    position: fixed;
}


 .append-buttons {
      text-align: center;
      margin-top: 20px;
    }

    .append-buttons a {
      display: inline-block;
      border: 1px solid #007aff;
      color: #007aff;
      text-decoration: none;
      padding: 4px 10px;
      border-radius: 4px;
      margin: 0 10px;
      font-size: 13px;
    }




    .swiper-slide img {
      display: block;
      width: 100%;
    }
/* .mfp-content::after{
    background-color: black;
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;

} */
    #test-modal-1{
        overflow-y: auto;
        max-height: 90vh;      

    }
    #test-modal-2{
        overflow-y: auto;
        max-height: 90vh;        
    }
    #test-modal-3{
        overflow-y: auto;
        max-height: 90vh;        
    }

    .mySwiper-winner .swiper-slider p{
            background: linear-gradient(375deg, #d5b605, #f9eb99);
    padding: 9px;
    }

    .white-popup-block{
        position: relative;
        text-align: center;
    }


  .other-banner{
    background-image: url('../images/Nomination-Banner-1920x550.webp');
    background-size: cover;
    background-position: left;
  }

    .other-banner::before {
        background: linear-gradient(92deg, #000000, #000000ba, transparent);
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .breadcrums a{
        color: #dcca7b;
        font-family: var(--para-family-1);
        font-weight: 700;
    }

.dropdown-toggle::after{
        color: #fff;
}
.dropdown-menu{
    background-color: #1b1b1b;
}
.dropdown-item{
    color: #fff !important;
}
.dropdown-item:focus, .dropdown-item:hover{
        background-color: #030304;
}
/* custom css  */


/* .fade-1 {
    position: absolute;
    left: 0;
    top: -3px;
    background: linear-gradient(to bottom, #000000, #ffffff00);
    width: 100%;
    height: 100px;
    z-index: 2;
    overflow: visible;
} */
.footer-contact p i{
    color: #ddc072;
}

.footer-contact p a:hover{
    color: #ddc072 !important;
    
}

/* .fade-2 {
    position: absolute;
    left: 0;
    top: -85px;
    background: linear-gradient(to bottom, #ffffff00, #000000);
    width: 100%;
    height: 87px;
    z-index: 2;
    overflow: visible;
} */



/* .fade-3 {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, #000000, #ffffff00);
    width: 100%;
    height: 85px;
    z-index: 2;
    overflow: visible;
} */

.primary-button:hover{
    background-color: white;
    color: black !important;
}
.award-card img{
    transition: 200ms ease-in-out;
}
.award-card:hover img{
    transform: rotate(-1deg) scale(1.2);
}

.bg-black *{
    color:white;
}

.star-box{
    position: relative;
}
.center-award {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50%;
    width: 75px !important;
    object-fit: cover;
    height: 90px;
    object-position: top;
}

.fab-text{
    color:#e2c362;
    font-family: var(--heading-family);
}

/* .offset-bottom{
    position: relative;
}

.offset-bottom::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(../images/line-left.png) no-repeat;
    bottom: -12px;
    background-size: 100%;
    left: 12px;
    z-index: 1;
    pointer-events: none;
}

.offset-bottom::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(../images/line-right.png) no-repeat;
    top: -12px;
    background-size: 100%;
    right: 15px;
    z-index: 1;
    pointer-events: none;
} */


.banner-large-text.line-style img {
    height: 40px;
    position: absolute;
    right: -12%;
    width: 40px;
    top: 50%;
    filter: brightness(0) contrast(0.1);
    transform: translateY(-50%);
}

.banner-large-text.line-style {
    position: relative;
    display: inline-flex;
    background: -webkit-linear-gradient(225deg, #ffe99c, #a06e1b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-large-text.line-style::after {
    content: "";
    position: absolute;
    left: 111%;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #3f3f3f;
    z-index: -1;
}