* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-weight: 300;
    color: #615C5C;
    font-family: 'Lexend', sans-serif;
    scroll-margin-top: 100px;
}

html {
    scroll-behavior: smooth;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    position: relative;
}

a {
    text-decoration: none;
}

.heading {
    font-size: 42px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0em;
    color: #000000;
    text-align: center;
}

.very-small-heading {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    color: rgba(96, 1, 23, 1);
    margin-bottom: 10px;
}

.comm-btn {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px 0;
}

.rendom-btn {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    border: 1px solid transparent;
    padding: 17px 30px 21px;
    border-radius: 100px;
    background: #600117;
}

.container {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    margin: auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

p {
    font-size: 16px;
    line-height: 22px;
    color: #615C5C;
    font-weight: 300;
    margin-bottom: 10px;
}

p span {
    font-weight: 700;
    color: #600117;
}

section {
    position: relative;
    scroll-margin-top: 100px;
}

.mobile-device{
    display: none;
}
.head-part {
    margin-bottom: 40px;
}
 

/* header */
.header {
    width: 100%;
    background: transparent;
    z-index: 1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    transition: all ease-out 0.2s;
}

.header-nav {
    width: 100%;
    max-width: 1240px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 20px;
}

.header.newClass {
    background: rgba(96, 1, 23, 1);
    z-index: 9;
    /* transition: all ease-in 1s; */
}

.header.newClass .header-nav {
    padding: 20px;
}

.header-nav .logo-img {
    width: 150px;
    height: auto;
}

.header-nav .logo-img img {
    width: 100%;
    height: 100%;
}

.navigation ul {
    display: flex;
    justify-content: end;
    width: auto;
    flex-wrap: wrap;
}

.navigation ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    color: #ffffff;
    padding: 10px 15px;
    display: block;
}
li.ai-down-li>a {
    padding: 10px 20px 10px 5px  !important;
}

/* dropdown */
ul.ai-nav-dropdown {
    position: absolute;
    background: #fff;
    /* width: 250px; */
    width: 265px;
    left: auto;
    right: -10px;
    margin: auto;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 15px;
    display: none;
}
ul.ai-nav-dropdown li{
    width: 100%;
}
ul.ai-nav-dropdown li a {
    color: #000000;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
ul.ai-nav-dropdown.show {
    display: block;
}
.navigation ul li.ai-down-li:hover ul.ai-nav-dropdown,
.navigation ul li.ai-down-li:active ul.ai-nav-dropdown {
    display: block;
}

li.ai-down-li:after {
    position: absolute;
    content: '';
    right: 1px;
    width: 9px;
    height: 8px;
    font-size: 20px;
    border-top: 2px solid transparent;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    top: -4px;
    bottom: 0;
    margin: auto;
    z-index: 9;
}

/* menu mobile */
.resp-menu {
    display: none;
    border: 2px solid #ffffff;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    padding: 7px 5px;
    cursor: pointer;
}

.resp-menu span {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    display: block;
    border-radius: 4px;
}

.resp-menu span:nth-of-type(2) {
    margin: 6px 0;
}

.nav-close {
    display: none;
    color: #fff;
    font-size: 40px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 1;
    margin-top: 20px;
    cursor: pointer;
}

/* Apply Now nav button */
.nav-apply-btn {
    background: #FFD700 !important;
    color: #600117 !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 10px 26px !important;
    border-radius: 100px !important;
    border: 2px solid #FFD700 !important;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s !important;
    white-space: nowrap;
    letter-spacing: 0.02em;
    box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.5);
    animation: apply-pulse 2s ease-in-out infinite;
    display: inline-block !important;
}

.nav-apply-btn:hover {
    background: #fff700 !important;
    color: #600117 !important;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 6px 24px rgba(255, 215, 0, 0.5) !important;
    animation: none;
}

@keyframes apply-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.55); }
    60%  { box-shadow: 0 0 0 10px rgba(255, 215, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0); }
}



/* banenr */
.banner-main {
    width: 100%;
    display: block;
    /* background: #F8E6E5; */
    background: linear-gradient(157.14deg, #C23630 3.49%, #581212 97.67%);
    height: calc(100vh);
    overflow: hidden;
}

.banner-main:after {
    display: none;
}

.banner-content {
    position: relative;
    padding: 76px 20px 0 20px;
}

.banner-content .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}

.banner-content .img img,
.banner-content .img video {
    width: 100%;
    height: calc(100vh);
    object-position: center center;
    object-fit: cover;
    display: block;
}
.banner-content .img .desktop {
    display: block;
}
.banner-content .img .mobile {
    display: none;
}

.banner-content .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 1240px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 98%;
    padding-bottom: 40px; */
}

.banner-content .des .img {
    max-width: 164px;
    height: auto;
}

.banner-content .des .logo-img {
    /* max-width: 206px;
    height: 246px; */
    margin: 0 auto;
    text-align: center;
}

.banner-content .des .logo-img img {
    /* width: 100%; */
    /* height: 100%; */
    width: auto;
    margin: 0 auto;
}

.b-content {
    text-align: center;
}

.banner-content .des .heading {
    color: #ffffff;
    margin-bottom: 10px;
}

.banner-content .des p {
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    color: #ffffff;
}

.b-content .comm-btn {
    justify-content: center;
}








/* footer */
.footer-sec {
    background: #000000;
    padding: 50px 0 20px;
}
.top-footer {
    display: flex;
    justify-content: space-between;
}
.top-footer ul.info {
    display: flex;
    justify-content: center;
}

.top-footer ul.info li {
    display: flex;
    align-items: center;
}

.top-footer ul.info li p,
.top-footer ul.info li a,
.bottom-footer p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    margin-left: 10px;
    margin-bottom: 0;
}

.top-footer ul.info li a {
    text-decoration: underline;
}

.top-footer ul.socials-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0 0;
}

.top-footer ul.socials-icon li a {
    width: 36px;
    height: 36px;
    text-decoration: none;
    display: block;
    margin: 10px;
}

.top-footer ul.socials-icon li a img {
    width: 100%;
    height: 100%;
}

.bottom-footer {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #a4a4a4;
}

.bottom-footer p {
    font-size: 16px;
}



.alert-msg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.alert-msg .msg-box {
    width: 650px;
    max-width: 90%;
    background: #fff;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    padding: 20px;
}
.alert-msg .msg-box .close-btn {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 24px;
    height: 24px;
    background: #5f0218;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    line-height: 22px;
}
.alert-msg .msg-box .txt {
    text-align: center;
    font-size: 16px;
    line-height: 24px;    
}
.alert-msg .msg-box .txt span {
    color: #5f0218;
    font-weight: 600;
}
.alert-msg .msg-box .txt a:hover {
    text-decoration: underline;
}


.winners {
    padding: 40px 0;
    
}
.winners .winner-box .others{
    position: relative;
    padding: 50px 0;
}
.winners .winner-box .special{
    position: relative;
    padding: 50px 0 0px;
}
.winners .winner-box .others::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background: url('../images/border-line.svg') no-repeat;
    background-size:cover;

}

.winners .winner-box:last-child .others::before{
    display: none;
}
.winners .winner-box .title  {
    font-size: 28px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}
.winners .winner-box .sub-title {
    font-size: 24px;
    text-align: center;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
}
.winners .winner-box .box {
    align-items: center;
    justify-content: center;
    gap: 70px;
}
.winners .winner-box .item {
    text-align: center;
    margin: 0 10px;
}
.winners .winner-box .item .img-sec {
    width: 150px;
    height: 150px;
    border-radius: 100px;
    overflow: hidden;
    padding: 12px;
    margin: 0 auto;
    border: 4px solid #5f0016;
    display: flex;
    align-items: center;
    justify-content: center;
}
.winners .winner-box .item .img-sec.solid-bg{
    background-color: #5f0016;
}
.winners .winner-box .item .img-sec img {
    display: block;
    width: 100%;
}
.winners .winner-box .item .org {
    text-align: center;
    color: gray;
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
    min-height: 50px;
}
.winners .winner-box .item .org  span {
    display: block;
    color: #5f0016;
    font-size: 20px;
    margin: 5px 0px;
    font-weight: 600;
}

.winners .winner-box .slider-box .sub-title {
    margin-bottom: 40px;
}

.winners .winner-box .special .box{
    margin-bottom: 50px;
}
.winners .winner-box:nth-of-type(2) .others{
    padding-top: 0px !important;
}