body {
    margin: 0;
    padding: 0;
    font-family: "Grandiflora One", cursive;
    font-weight: 800;
    }

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto
}

.container-fluid {
    width: 100%;
    padding: 0 15px;
}

p {
    font-size: 16px;
    
    color: #393333;
}

.row {
    margin: 0 -15px;
}

.w-100 {
    width: 100%;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-content-space-between {
    justify-content: space-between;
}

.align-atems-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.text-align-center {
    text-align: center;
}


.header-top {
    background-color: #FFA800;
    height: 65px;
}

.active {
    background-color: #bc2970;
}

.join-social ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 10px;
}

.join-social ul li a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    background-color: #0A66C2;
    transition: all linear 0.3s;
    color: #fff;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.join-social ul li:nth-child(2) a {
    background-color: transparent !important;
}

.insta {
    background-image: linear-gradient(to top, #f9ce34, #ee2a7b, #6228d7);
}

.header-top-col span .fa,
.header-top-col span strong {
    color: #ed4a43;
    font-size: 16px;
    
    padding-right: 5px;
}

.event-time {
    animation: mymove 5s infinite;
}

@keyframes mymove {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.bar-btn span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bar-btn {
    z-index: 2;
    display: none;
    margin-right: 20px;
    width: 34px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.bar-btn::after,
.bar-btn::before,
.bar-btn span {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    left: 0;
}

.overlay {
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 0.6);
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
}

.bar-btn span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bar-btn::before {
    bottom: 0;
}


#header-main {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.header-bottam {
    width: 100%;
    background-color: #1667ce;
    
}


.header-top-col span {
    color: #000;
    
    font-size: 15px;
}

.logo a img {
    width: 90px;
}

.header {
    border-radius: 10px;
}

nav ul {
    display: flex;
}

nav ul li a {
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    /* background-color: #ee2a7b; */
    row-gap: 5px;
    border-left: 1px solid #c7c6c6;
    color: #fff;
    text-transform: capitalize;
}

nav ul li a:hover {
    background-color: #BC2970;
    color: white;
}


#banner-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#banner-section,
.banner-col {
    height:870px;
}

.banner-main {
    width: 100%;
    height: 100%;
}

.banner-col {
    width: 100%;
    position: relative;
}

.banner-col::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 29, 49, 0.4);
}

.banner-col img {
    height: 100%;
    width: 100%;
    object-fit:cover;
}

.banner-text-main {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}


.slider-btn {
    position: absolute;
    top: 50%;
    right: 0;
}




.banner-text h1{
    padding-bottom: 10px;
    color: white;
    font-size: 52px;
    font-family: 'amasis_mt_stdlight';    
    text-transform: uppercase;
    background-image: linear-gradient(-277deg, #f9ce34 60%, #0000 10%, #fff 67%, #ffa800 100%);    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    -web-kit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}


.banner-text h4 {
    display: inline-block;
    position: relative;
    color: white;
    padding-top: 10px;
    
    font-size: 45px;
    
    text-transform: uppercase;
}

.banner-text h4::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #f9ce34;
}

.slider-btn button {
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    color: white;
    cursor: pointer;
    font-size: 33px;
    border: none;
    /* box-shadow: 0px 0px 0px 7px #ff900096 ; */
    background-color: #FFA800;
    position: relative;
    animation: scroltop 1500ms infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}


@keyframes scroltop {
    0% {
        /* background-color: #ed4a43; */
        -webkit-box-shadow: 0px 0px 0px 7px #ff900096;

    }

    50% {
        -webkit-box-shadow: 0px 0px 0px 7px #ff910030;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 7px #ff900096;
    }
}


.banner-text {
    text-align: center;
}

.slider-btn button:hover {
    background-color: #BC2970;
    border: none;
}

.slider-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    display: flex;
    justify-content: space-between;
    transform: translate(-50%, -50%);
}

.slider-btn {
    position: absolute;
    top: 50%;
    right: 0;
}

.slider-btn i {
    transform: rotate(-45deg);
}

#event-date-section {
    width: 100%;
    background-color: #273035;
    overflow: hidden;
}

.event-date-main {
    gap: 20px;
}

.event-col-left,
.event-col-right {
    /*width: calc(50% - 10px);*/
    width:100% !important;
}

.event-col-left {
    background-color: #BC2970;
    padding: 10px;
}

.event-col-right {
    background-color: #FFA800;
    padding: 10px;
}

#countdown ul li {
    font-size: 30px;
    text-align: center;
    color: white;
}

#countdown ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.join-event {
    font-size: 30px;
    color: white;
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    font-family: "Grandiflora One", cursive;
    font-weight: 800;
}

.border-right {
    border-right: 1px solid #c7c6c6;
}

#countdown li span {
    display: block;
}

.venue-main {
    width: 100%;
    gap: 20px;
    padding: 70px 0;
}

.venue-col {
    width: calc(50% - 10px);
    height: 220px;
    background: #272420;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 0px 2px 2px #BC2970;
    position: relative;
}


.venue-col h2 {
    font-size: 25px;
    color: white;
    padding-bottom: 10px;
    position: relative;
}

.venue-col h2::after {
    content: "";
    transform: translateX(-50%);
    position: absolute;
    bottom: 4px;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: #f9ce34;
}

.venue-col .calendar {
    color: white;
    width: 60px;
    height: 60px;
    display: block;
    background: #BC2970;
    font-size: 25px;
    transform: rotate(45deg);
    position: absolute;
    left: 45%;
    top: -27px;
    box-shadow: 0px 0px 0px 7px #bc2970a6;
    animation: calenddar-icon 1500ms infinite;
}

.inner-calender {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes calenddar-icon {
    0% {
        -webkit-box-shadow: 0px 0px 0px 7px #bc2970a6;
    }

    50% {
        -webkit-box-shadow: 0px 0px 0px 7px #bc297058;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 7px #bc2970a6;
    }

}

.map-marker {
    animation: map-icon 1500ms infinite !important;
    background-color: #FFA800 !important;
    box-shadow: 0px 0px 0px 7px #ffa80069;
}

@keyframes map-icon {
    0% {
        -webkit-box-shadow: 0px 0px 0px 7px #FFA800;
    }

    50% {
        -webkit-box-shadow: 0px 0px 0px 7px #ffaa0074;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 7px #ffaa005b;
    }

}

.venue-col .calendar i {
    transform: rotate(-45deg);
}

.venue-col span {
    color: white;
    font-size: 18px;
}

.venue-text {
    /* background: aliceblue; */
    height: 100vh;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 2px 2px #FFA800;

}

#highlights-section {
    width: 100%;
    padding: 70px 0;
    overflow: hidden;
}

.highlights-main,
.categories {
    padding-top: 20px;
}

.highlights-main,
.categories {
    width: 100%;
    gap: 15px;
}

.categories .highlights-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    padding: 0;
    text-align: center;
    box-shadow:0 0 10px #fff;
}

.highlights-text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    text-align: center;
}


.highlights-box>.highlights-box:hover p {
    color: white !important;
}

.highlights-box {
    width: calc(33.33% - 10px);
    background: #fff;
    -webkit-box-shadow: 0px 20px 50px rgba(59, 63, 130, 0.08);
    box-shadow: 0px 0px 9px rgba(59, 63, 130, 0.2);
    padding: 15px 20px;
    border: 2px solid #d5d5d5;
    position: relative;
}

.highlights-box::before {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    bottom: -2px;
    right: -2px;
    border-bottom: 5px solid #FFA800;
    border-right: 5px solid #FFA800;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.highlights-box::after {
    display: block;
    content: "";
    width: 9%;
    height: 17%;
    position: absolute;
    top: -2px;
    left: -2px;
    border-top: 5px solid #FFA800;
    border-left: 5px solid #FFA800;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

.highlights-box:hover:before,
.highlights-box:hover:after {
    width: 95%;
    height: 90%;
}

.highlights-box h3 {
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
}

.highlights-box p {
    line-height: 20px;
}

.headding-comman h2 {
    font-size: 30px;
    text-transform: uppercase;
    
}

#chief-guest-section {
    width: 100%;
    margin-bottom:15px;
    overflow: hidden;
}

.chief-guest-col {
    position: relative;
    width: 50%;
    background-color: #BC2970;
    display: flex;
    align-items: center;
}

.chief-guest-col img {
    width: 100%;
    height: 500px;
    background-position: revert;
    object-fit: cover;
}

.chief-guest-text {
    margin-left: 30px;
    color: #fff;
}

.chief-guest-text h2 {
    font-size: 35px;
    color: #fff;
    padding-bottom: 15px;
}

.chief-guest-text h3 {
    font-size: 30px;
    color: #fff;
}

.chief-guest-text h4 {
    font-size: 25px;
    padding: 5px 0;
    color: #fff;
}

.chief-guest-text p {
    font-size: 16px;

    color: white;
}

.chief-guest-text {
    /* margin-left: 116px; */
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}

.star {
    width: 70px;
    background: #bc2970;
    height: 70px;
    position: absolute;
    font-size: 40px;
    top: 44%;
    color: white;
    left: -35px;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 9px #bc297091;
}

.star i {
    transform: rotate(-45deg);
    animation: rotate-animation 4s infinite linear;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#eminet-section {
    width: 100%;
    padding: 70px 0;
    gap: 10px;
    overflow: hidden;
}

.eminet-main {
    width: 100%;
    padding-top: 20px;
}

.eminet-col {
    position: relative;
    width: calc(25% - 15px);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    /* padding: 0 15px; */
}

/* .eminet-text-main{transition: 0.5s ease-in-out;} */
.eminet-text-main:hover .eminet-text {
    background-color: #BC2970;
    color: white;
}

.eminet-text-main{background-color:#dbdb54;}
.eminet-text-main:hover .eminet-text h3,
.eminet-text-main:hover .eminet-text h4 {
    color: white;
}

.eminet-text-main:hover .eminet-text p {
    color: #c7c6c6;
}

.eminet-images img {
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: 0.5s ease-in-out;
}

.eminet-images img:hover {
    transform: scale(1.1);
}

.eminet-images {
    width: 100%;
    height: 352px;
    overflow: hidden;
}

.eminet-text {
    padding: 20px;
    text-align: center;
    transition: 0.5s ease-in-out;
}

.eminet-text h3 {
    font-size: 20px;
    color: #000;
}

.eminet-text h4 {
    margin-bottom: 5px;
    margin-top: 4px;
    font-size: 15px;
    color: #435469;
}

.eminet-text h4,
.eminet-text p {
    color: #435469;
    font-size: 16px;
}




.slick-prev:before,
.slick-next:before {
    font-size: 50px;
    color: #BC2970;
}

.slick-dots li button:before {
    font-size: 17px;
}

.slick-dots {
    bottom: -50px;
}

.slick-dots li.slick-active button:before {
    color: #BC2970;
}

.eminet-main {
    position: relative;
}

.slick-next:hover::before {
    color: #FFA800;
}

.gallery-main .slick-next:hover:before,
.gallery-main .slick-prev:hover:before {
    color: #273035;
}

.slick-prev:hover::before {
    color: #FFA800;
}

.gallery-main {
    margin: 0 -5px;
}

.eminet-main .slick-next {
    right: 10px;
}

.media-logo .slick-next,
.gallery-main .slick-next {
    right: calc(100% - 53%);
    top: 108% !important;
}

.media-logo .slick-prev,
.gallery-main .slick-prev {
    left: calc(100% - 53%);
    top: 108% !important;
}

.eminet-main .slick-prev {
    left: calc(100% - 53%);
    top: 108% !important;
}

.eminet-main .slick-next {
    right: calc(100% - 52%);
    top: 108% !important;
}

#award-importance-section {
    width: 100%;
    background-image: url(../images/banner-img4.jpeg);
    padding: 40px 0;
    margin-top: 50px;
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
}

#award-importance-section::after {

    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255 168 0 / 0.8);
    backdrop-filter: blur(2px);
}

.award-importance {
    gap: 20px;
    position: relative;
    z-index: 1;
    padding-top: 30px;
}

.award-importance-col {
    width: calc(33.33% - 13.333px);
}

.award-importance-col h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    min-height: 90px;
    font-size: 22px;
    text-align: center;
    background: #312c29;
    transition: ease-in-out 0.2s;
    border: 2px solid #BC2970;
    color: #fff;
}

.award-importance-col h3:hover {
    background-color: white;
    color: #FFA800;
}

#award-importance-section .headding-comman {
    position: relative;
    z-index: 1;
}

#logo-media-secttion {
    width: 100%;
    background-color: #F8F8F8;
    padding: 70px 0;
    overflow: hidden;
}

#medea-logo-main {
    padding: 70px 0;
    background-color: #ffa800;
}

.media-logo {
    padding-top: 30px;
}

.media-col {
    padding: 0 15px;
}

.media-col a {
    border-radius: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: white;
    display: block;
    height: 75px;
}

.media-col a img {
    margin: 0 auto;
    width: 140px;
}
#form-section{width: 100%; overflow: hidden; margin-top:50px;}
#categories-section {
    width: 100%;
    padding: 70px 0;
    position: relative;
    background-image: url(../images/categarise-img.jpg);
    background-attachment: fixed;
    overflow: hidden;
}

#categories-section::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
}

.categories-text {
    position: relative;
    z-index: 1;
}

#event-map-section {
    width: 100%;
    overflow: hidden;
    padding-top: 70px;
}

.event-map {
    position: relative;
    height: 400px;
}

.event-map iframe {
    width: 100%;
    height: 100%;
}

.event-map button {
    background: #273035;
    color: white;
    font-size: 30PX;
    padding: 10px;
    border: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    font-family: "Grandiflora One", cursive;
    font-weight: 800;
    transform: translateX(-50%);
}


#footer-main {
    width: 100%;
    overflow: hidden;
}


.footer-top {
    background-color: #FFA800;
    padding: 50px 0;
}

.footer {
    width: 100%;
    justify-content: space-between;
}

.footer .logo {
    margin-left: 0;
}

.footer-col h2 {
    font-size: 24px;
    color: #fff;
    
    margin-bottom: 14px;
}

.footer-col span,
.footer-col a,
.footer-col ul li a {
    color: #fff;
    transition: all linear 0.2s;
    font-size: 20px;
    
    text-transform: capitalize;
}

.footer-col ul li a:hover {
    color: #000;
}

.footer-col ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}


.footer-col p {
    font-size: 20px;
    color: #fff;
    width: 100%;
    max-width: 300px;
    line-height: 24px;
    
}

.copy-right-main {
    background-color: #BC2970;
    padding: 20px 0;
    text-align: center;
}

.copy-right p {
    font-size: 20px;
    
    color: white;
}

.copy-right p a {
    color: #f5f5f5;
    ;
}

.copy-right p a:hover {
    color: blue;
}





#roadmap {
    margin: 50px 0;
}

/* Timeline container styling */
.timeline-container {
    display: flex;
    gap: 34px;
    width: 100%;
    height: 134px;
    justify-content: center;
    
    font-size: 67px;
    margin: 200px 0;
}

/* Individual timeline point styling */
.timeline-point {
    transition-duration: 0.5s;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 2px#262b2f;
    display: grid;
    place-items: center;
    width: 134px;
    position: relative;
    color: var(--color);
}

.timeline-point::before {
    content: "";
    width: 200px;
    height: 200px;
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    background: conic-gradient(var(--color) var(--angle), transparent 0deg 360deg);
    animation: rotateBorder 1s var(--delay) forwards;
}

.timeline-point:nth-child(odd)::before {
    transform: rotate(-90deg);
}

.timeline-point:nth-child(even)::before {
    transform: rotate(90deg) scaleY(-1);
}

/* Custom property for angle */
@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

/* Common styling for timeline points */
.timeline-point:nth-child(1) {
    --color: #FFA800;
    --delay: 2s;
}

.timeline-point:nth-child(2) {
    --color: #FFA800;
    --delay: 4s;
}

.timeline-point:nth-child(3) {
    --color: #FFA800;
    --delay: 6s;
}

.timeline-point:nth-child(4) {
    --color: #FFA800;
    --delay: 8s;
}

.timeline-point:nth-child(5) {
    --color: #FFA800;
    --delay: 10s;
}

.timeline-point:nth-child(6) {
    --color: #FFA800;
    --delay: 12s;
}

/* Popup styling */
.popup {
    width: 321.6px;
    height: auto;
    max-height: 0;
    background-color: var(--color);
    display: grid;
    grid-template-columns: 16% 84%;
    position: absolute;
    color: white;
    border-radius: 30px;
    box-shadow: 6.7px 6.7px 21.4px #000000, -6.7px -6.7px 21.4px #212529;
    transform-origin: bottom bottom;
    animation: expandPopup 0.5s linear calc(var(--delay) + 0.5s) forwards;
}

.timeline-point:nth-child(odd) .popup {
    bottom: 221.1px;
}

.timeline-point:nth-child(even) .popup {
    top: 221.1px;
}

/* Popup number styling */
.popup-number {
    grid-row: span 2;
    display: grid;
    font-size: 2rem;
    ;
    place-items: center;
    cursor: auto;
    animation: fadeIn 0.5s linear calc(var(--delay) + 0.7s) forwards;
    opacity: 0;
    height: 100%;
}

/* Popup title styling */
.popup-title {
    color: var(--color);
    padding-bottom: 6.7px;
    font-size: 16px;
    
}

/* Popup details styling */
.popup-details {
    padding: 15px 10px 15px 20px;
    background-color: #1c1f23;
    border-radius: 30px;
    opacity: 0;
    
    user-select: none;
    cursor: auto;
    overflow: hidden;
    font-size: 0.8rem;
    background: linear-gradient(145deg, #16181b, #22262b);
    margin: 3.35px;
    animation: fadeIn 0.5s linear calc(var(--delay) + 0.7s) forwards;
}

.popup::before {
    content: "";
    width: 6.7px;
    height: 0;
    border-radius: 20px;
    background-color: var(--color);
    position: absolute;
    left: 50%;
    top: -41.9px;
    display: flex;
    animation: drawLine 0.5s linear var(--delay) forwards;
}

.timeline-point:nth-child(1)::after {
    content: "";
    background-image: url(../images/register-form.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px #fff;
    text-shadow: 0 0 5px #fff;
    background-size: cover;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.timeline-point:nth-child(2)::after {
    content: "";
    background-image: url(../images/questioner.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px #fff;
    text-shadow: 0 0 5px #fff;
    background-size: cover;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.timeline-point:nth-child(3)::after {
    content: "";
    background-image: url(../images/shortlisted.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px #fff;
    text-shadow: 0 0 5px #fff;
    background-size: cover;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.timeline-point:nth-child(4)::after {
    content: "";
    background-image: url(../images/caleder-img.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px #fff;
    text-shadow: 0 0 5px #fff;
    background-size: cover;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.timeline-point:nth-child(5)::after {
    content: "";
    background-image: url(../images/award-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px #fff;
    text-shadow: 0 0 5px #fff;
    background-size: cover;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.timeline-point:nth-child(6)::after {
    content: "";
    background-image: url(../images/media-telecast.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 5px #fff;
    text-shadow: 0 0 5px #fff;
    background-size: cover;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.timeline-point:nth-child(odd) .popup:before {
    top: calc(100% + 47px);
    transform: rotateX(180deg);
    transform-origin: top;
}

/* Hover effect for timeline points */
/* .timeline-point:hover {background: linear-gradient(145deg, var(--color), #1e2125); color: white;} */
/* Animation for border rotation */
@keyframes rotateBorder {
    from {
        --angle: 0deg;
    }

    to {
        --angle: 180deg;
    }
}

/* Animation for popup expansion */
@keyframes expandPopup {
    0% {
        max-height: 0;
    }

    100% {
        max-height: 200px;
    }
}

/* Animation for line drawing */
@keyframes drawLine {
    0% {
        height: 0%;
        opacity: 0;
    }

    100% {
        height: 33.5px;
        opacity: 1;
    }
}

/* Animation for fade-in effect */
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .timeline-container {
        flex-direction: column;
        height: auto;
        width: 100%;
        margin: 25px 0 !important;
        gap: 21px;
    }

    .popup {
        width: 250px;
    }

    .timeline-point {
        width: 90px;
        height: 90px;
        flex-shrink: 0;
        left: calc(-321px / 2);
        margin: 0px auto;
        position: relative;
    }

    .timeline-point::before {
        width: 130px;
        height: 130px;
    }

    .timeline-point:nth-child(odd)::before {
        transform: rotate(0deg);
    }

    .timeline-point:nth-child(even)::before {
        transform: rotate(0deg) scaleX(-1);
    }

    .timeline-point .popup:before {
        display: none;
    }

    .timeline-point:nth-child(odd) .popup {
        bottom: auto;
        right: -290px;
    }

    .timeline-point:nth-child(even) .popup {
        top: auto;
        right: -290px;
    }
}

@media (max-width: 480px) {
    #roadmap {
        margin: 30px 0;
    }

    .popup-title {
        font-size: 14px;
        padding-bottom: 0;
    }

    .timeline-container {
        flex-direction: column;
        height: auto;
        width: 100%;
        margin: 25px 0 0 0 !important;
        gap: 11px;
    }

    .popup-details {
        overflow: inherit;
        padding: 5px 5px 5px 15px;
    }

    .popup {
        width: 228px;
    }

    .timeline-point {
        width: 70px;
        height: 70px;
        flex-shrink: 0;
        left: calc(-237px / 2) !important;
        margin: 0px auto;
        position: relative;
    }

    .timeline-point::before {
        width: 90px;
        height: 90px;
    }

    .timeline-point:nth-child(odd)::before {
        transform: rotate(0deg);
    }

    .timeline-point {
        width: 70px;
        height: 70px;
        flex-shrink: 0;
        left: calc(-268px / 2);
        margin: 0px auto;
        position: relative;
    }

    .timeline-point:nth-child(even)::before {
        transform: rotate(0deg) scaleX(-1);
    }

    .timeline-point .popup:before {
        display: none;
    }

    .timeline-point:nth-child(odd) .popup {
        bottom: auto;
        right: -242px;
    }

    .timeline-point:nth-child(even) .popup {
        top: auto;
        right: -242px;
    }
}

#gallery-section {
    background-color: rgb(255 168 0 / 0.8);
    overflow: hidden;
    padding: 80px 0;
    width: 100%;
}

.gallery-main,
.larg-img {
    gap: 10px;
    padding-top: 30px;
}

.gallery-col {
    width: calc(33.33% - 6.66px);
    padding: 0 5px;
    position: relative;
    height: 340px;
}

.gallery-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.gallery-item::after {
    content: "";
    width: 100%;
    transition: 0.2s;
    height: 0;
    background-color: #0000006b;
    position: absolute;
    bottom: 0;
    left: 0;
}

.gallery-item::before {
    content: "\f065";
    opacity: 0;
    z-index: 1;
    color: white;
    transition: 0.1s;
    font-family: 'FontAwesome';
    width: 100%;
    text-align: center;
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.gallery-item:hover:after {
    height: 100%;
}

.gallery-item:hover:before {
    opacity: 1;
}

.gallery-col img {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    position: relative;
}

.gallery-col::after {
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: white;
}

.gallery-col::before {
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: white;
}

.larg-img {
    padding-top: 10px;
}

#about-section {
    width: 100%;
    position: relative;
    height: 600px;
}

#about-section::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0.5);
}

.about-main {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.about-main h2 {
    font-size: 50px;
    color: white;
    text-align: center;
}

#about-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about-info-section {
    padding: 70px 0;
    background-color: #000;
    margin-top: 40px;
}

.about-info {
    width: 100%;
    gap: 20px;
}

#about-section-gallery {
    width: 100%;
    overflow: hidden;
    padding: 70px 0;
}

.about-col h3 {
    font-size: 28px;
    padding-bottom: 15px;
    color: #FFA800;
}

.about-col p {
    font-size: 16px;
    color: white;
}

.about-col img {
    width: 100%;
    object-fit: cover;
}

.about-col {
    display: flex;
    width: calc(50% - 10px);
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

#objective-section-box,
#exhibitor-section-box {
    width: 100%;
    background-color: #f5f5f5;
    padding: 70px 0;
    overflow: hidden;
}

.objective-main,
.exhibitor-text {
    gap: 15px;
    padding-top: 30px;
}

.objective-box {
    width: calc(25% - 11.25px);
    background-color: #273035;
    padding: 10px;
    transition: 0.3s ease-in;
}

.objective-box:hover {
    background-color: #FFA800;
}

.objective-box:hover .objective-text {
    border: 1px solid #BC2970;
}

.objective-text {
    border: 1px solid #FFA800;
}

.objective-text {
    border: 1px solid #FFA800;
    height: 100%;
    padding: 10px 10px 34px 10px;
}

.objective-text h3 {
    color: white;
    font-size: 25px;
    padding-bottom: 10px;
}

.objective-text p {
    color: white;
}

#exhibitor-section,
#whynominate-section-banner {
    width: 100%;
    height: 600px;
    position: relative;
}

.exhibitor-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#exibitor-section::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0.2);
}

#exhibitor-section img,
#whynominate-section-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.exhibitor-banner-text h2 {
    font-size: 50px;
    color: white;
    text-align: center;
}

.exhibitor-banner-text p {
    font-size: 20px;
    color: white;
    margin: 0 auto;
    max-width: 999px;
    text-align: center;
    padding-top: 11px;
}

.exhibitor-main {
    gap: 15px;
    padding-top: 20px;
}

.exhibitor-box {
    width: calc(33.33% - 10px);
    padding: 10px;
    background-color: #273035;
    transition: 0.5s ease;
}

.objective-first,
.objective-second,
.objective-third,
.objective-forth,
.objective-five,
.objective-sex {
    position: relative;
    z-index: 2;
}

.objective-first:hover::after,
.objective-second:hover::after,
.objective-third:hover::after,
.objective-forth:hover::after,
.objective-five:hover::after,
.objective-sex:hover::after {
    width: 100%;
    z-index: -1;
}

.objective-first::after,
.objective-second::after,
.objective-third::after,
.objective-forth::after,
.objective-five::after,
.objective-sex::after {
    width: 0%;
    height: 100%;
    transition: 0.5s linear;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
}

/* .objective-first:hover{background-color: #FFA800;} */
.objective-first::after {
    background-color: #FFA800;
}

.objective-second::after {
    background-color: #62c98e;
}

.objective-third::after {
    background-color: #9b2960f0;
}

.objective-forth::after {
    background-color: #c44f1c;
}

.objective-five::after {
    background-color: #dbdb54;
}

.objective-sex::after {
    background-color: #14bbc5;
}

.objective-second:hover {
    background-color: #62c98e;
}

.objective-third:hover {
    background-color: #9b2960f0;
}

.objective-forth:hover {
    background-color: #c44f1c;
}

.objective-five:hover {
    background-color: #dbdb54;
}

.objective-sex:hover {
    background-color: #14bbc5;
}

.exhibitor-box:hover .objective-text {
    border: 1px solid #BC2970;
}

.exhibitor-box .objective-text h3 {
    font-size: 20px;
}



input {
    padding: 12px 20px;
    margin: 5px 0;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
    border: none;
    width: 100%;
}

.exhibitor-form {
    max-width: 600px;
    background-color: #FFA800;
    padding: 20px;
    margin: 0 auto;
}

.form-text {
    text-align: center;
}

.form-text h2 {
    font-size: 25px;
    color: white;
}

.form-text h3 {
    font-size: 20px;
    color: white;
}

.form-text p {
    padding: 10px 0;
}

#showAlertBtn {
    width: 100%;
}


.CaptchaWrap {
    display: flex;
}


#customPopup button {
    background-color: #007BFF;
    color: white;
    /* border: none; */
    padding: 10px 20px;
    cursor: pointer;
}

#customPopup {
    background: #00000066;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 2px solid #333;
    z-index: 1000;
    text-align: center;
    z-index: 999;
}

.custompopup-text {
    width: 283px;
    background-color: white;
    margin: 0 auto;
    POSITION: absolute;
    border-radius: 10px;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.capcha-code-main {
    border: none;
    row-gap: 10px;
}

#UserCaptchaCode {
    outline: none;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    width: calc(50% - 10px);
    margin: 0;
    height: 100%;
}

#CaptchaImageCode {
    text-align: center;
    width: calc(50% - 10px);
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.CaptchaWrap {
    display: flex;
    align-items: center;
    /* border: 1px solid #000; */
    border-radius: 5px;
    column-gap: 5px;
    position: relative;
    width: 100%;
    gap: 20px;
}

canvas#CapCode {
    width: 100%;
    height: 100%;
}

.mfp-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

#showAlertBtn {
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s ease-in;
}

#showAlertBtn:hover {
    background-color: #BC2970;
    color: white;
}

.form-col {
    padding-top: 20px;
}


/* start */

.event-video-main {
    width: 100%;
    margin-top: 90px;
}

.event-video-col {
    padding: 0 5px;
    height: 250px;
    position: relative;
}

.event-video-inner {
    width: 100%;
    border: 1px solid #fff;
    height: 100%;
    position: relative;
}

.event-video-inner::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    position: absolute;
}

.event-video-inner a {
    position: relative;
}

.event-video-inner a::before {
    font-size: 35px;
    color: white;
    content: "\f04b";
    font-family: FontAwesome;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 13px;
    animation: shadows-comman 1500ms infinite;
}

@keyframes shadows-comman {
    0% {
        -webkit-box-shadow: 0px 0px 1px 2px #ffffff00;
    }

    50% {
        -webkit-box-shadow: 0px 0px 1px 2px #464545;
    }

    100% {
        -webkit-box-shadow: 0px 0px 1px 2px #bbb7b7;
    }


}

.event-video-inner a:hover::before {
    background-color: white;
    color: #000;
}

.event-video-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-logo .slick-arrow {
    padding-top: 16px;
}

#benefits-section {
    padding: 70px 0;
}

.exhibitor-col {
    width: calc(50% - 10px);
    box-shadow: 0px 0px 9px rgba(59, 63, 130, 0.2);
    background-color: #fff;
}

.exhibitor-col:hover {
    background-color: #FFA800;
    transition: 0.3s ease-in;
}

.exhibitor-col:hover .exhibitor-text h3{color: #000;}

.exhibitor-col:hover .exhibitor-text p {
    color: white;
}

.benefits-awards {
    gap: 20px;
    padding-top: 30px;
}

.benefits-awards .exhibitor-text {
    min-height: 140px;
    padding: 10px;
}

.exhibitor-text h3 {
    font-size: 20px;
    
    color: #FFA800;
}

.exhibitor-text p {
    font-size: 16px;
    line-height: 21px;
    padding-top: 10px;
}

.exhibitor-col-extra {
    margin: 0 auto;
}



#logo-section {
    padding: 70px 0;
    background-color: floralwhite;
}

/* .trusted-main{} */
.trusted-logo-main {
    gap: 10px;
}

.trusted-logo {
    width: calc(20% - 8px);
    text-align: center;
    padding: 10px;
    background-color: white;
}


.trusted-main {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.trusted-logo-main {
    height: 100%;
    text-align: center;

    /* animation properties */
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);

    -moz-animation: my-animation 5s linear infinite;
    -webkit-animation: my-animation 5s linear infinite;
    animation: my-animation 5s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
    from {
        -moz-transform: translateY(100%);
    }

    to {
        -moz-transform: translateY(-100%);
    }
}

/* for Chrome */
@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateY(100%);
    }

    to {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes my-animation {
    from {
        -moz-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}


.banner-hedding h2 {
    font-size: 68px;
    user-select: none;
    text-transform: uppercase;
}

.banner-hedding h2 span {
    display: inline-block;
    animation: float .2s ease-in-out infinite;
}

/* @keyframes float {
     0%,100%{ transform:none; }
     33%{ transform:translateY(-1px) rotate(-2deg); }
     66%{ transform:translateY(1px) rotate(2deg); }
   } */
.banner-hedding h2:hover span {
    animation: bounce .6s;
}

@keyframes bounce {

    0%,
    100% {
        transform: translate(0);
    }

    25% {
        transform: rotateX(20deg) translateY(2px) rotate(-3deg);
    }

    50% {
        transform: translateY(-20px) rotate(3deg) scale(1.1);
    }
}




.banner-hedding h2 span:nth-child(4n) {
    color: hsl(50, 75%, 55%);
    text-shadow: 1px 1px hsl(50, 75%, 45%), 2px 2px hsl(50, 45%, 45%), 3px 3px hsl(50, 45%, 45%), 4px 4px hsl(50, 75%, 45%);
}

.banner-hedding h2 span:nth-child(4n-1) {
    color: hsl(135, 35%, 55%);
    text-shadow: 1px 1px hsl(135, 35%, 45%), 2px 2px hsl(135, 35%, 45%), 3px 3px hsl(135, 35%, 45%), 4px 4px hsl(135, 35%, 45%);
}

.banner-hedding h2 span:nth-child(4n-2) {
    color: hsl(155, 35%, 60%);
    text-shadow: 1px 1px hsl(155, 25%, 50%), 2px 2px hsl(155, 25%, 50%), 3px 3px hsl(155, 25%, 50%), 4px 4px hsl(140, 25%, 50%);
}

.banner-hedding h2 span:nth-child(4n-3) {
    color: hsl(30, 65%, 60%);
    text-shadow: 1px 1px hsl(30, 45%, 50%), 2px 2px hsl(30, 45%, 50%), 3px 3px hsl(30, 45%, 50%), 4px 4px hsl(30, 45%, 50%);
}

.banner-hedding h2 span:nth-child(2) {
    animation-delay: .05s;
}

.banner-hedding h2 span:nth-child(3) {
    animation-delay: .1s;
}

.banner-hedding h2 span:nth-child(4) {
    animation-delay: .15s;
}

.banner-hedding h2 span:nth-child(5) {
    animation-delay: .2s;
}

.banner-hedding h2 span:nth-child(6) {
    animation-delay: .25s;
}

.banner-hedding h2 span:nth-child(7) {
    animation-delay: .3s;
}

.banner-hedding h2 span:nth-child(8) {
    animation-delay: .35s;
}

.banner-hedding h2 span:nth-child(9) {
    animation-delay: .4s;
}

.banner-hedding h2 span:nth-child(10) {
    animation-delay: .45s;
}

.banner-hedding h2 span:nth-child(11) {
    animation-delay: .5s;
}

.banner-hedding h2 span:nth-child(12) {
    animation-delay: .55s;
}

.banner-hedding h2 span:nth-child(13) {
    animation-delay: .6s;
}

.banner-hedding h2 span:nth-child(14) {
    animation-delay: .65s;
}


#categories-section-according {
    padding: 70px 0;
    background-color: aliceblue;
}

/* #categories-section-according .headding-comman h2{color: white;}  */
.categories-according {
    gap: 10px;
    padding-top: 30px;
}

.categories-col {
    width: calc(33.33% - 6.66px);
    position: relative;
}

.set {
    position: relative;
    width: 100%;
    height:130px !important;
    background-color: #f5f5f5;
}

.set>a {
    display: block;
    font-size: 16px;
    padding: 20px 15px;
    text-decoration: none;
    color: #000;
    
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: flex;
    justify-content: space-between;
    background: #bc2970;
    color: #f9ce34;
}



.categories-list {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1;
    background-color: #64b478;
    border-bottom: 1px solid #ddd;
    display: none;
    height: 200px;
    overflow: auto;
    padding: 10px;
}

.categories-list ul li a {
    color: #fff;
    padding: 4px 0;
    display: block;
}



/* tim line css*/

.imgbox img {
    width: 100%;
}

.timeline {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding-top: 30px;
}

.flex {
    width: 16%;
    display: flex;
    flex-direction: column;
    padding: 4%;
    justify-content: center;
}

.flexbottom {
    border-bottom: 6px solid #009688;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.flextop {
    border-top: 5px solid #009688;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    position: relative;
}

.flextop:before {
    content: '';
    width: 1px;
    height: 250px;
    background: #009688;
    position: absolute;
    left: 0;
    border-radius: 64px;
}

.flextop:after {
    content: '';
    width: 1px;
    height: 250px;
    background: #009688;
    position: absolute;
    right: 0;
}

.flexbottom {
    box-shadow: inset 0px -20px 0px #03a999;
}

.flex.flextop {
    box-shadow: inset 0px 20px 0px #03a999;
}

.stepNumber {
    width: 100%;
    text-align: center;
    border: 1px solid orange;
    border-radius: 50px 0px 50px 0px;
    background: orange;
    color: white;
}

/* tim line css */

.form-main {
    width: 100%;
    position: relative;
}

.form-main .headding-comman h2 {
    color:#000;
    display:inline-block;
    background-color:#fff;
    padding:20px 150px;
}

.form-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.form-bg img {
    left: 100%;
    width: 100%;
    height: 100%;
}

.form-box {
    position: relative;
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 40px;
    background-color: white;
    box-shadow: 0px 0px 2px 0px #786a6a
}

.form-inner {
    width: 1044px;
    margin: 0 auto;
    padding: 40px 10px;
}

.form-text ul li {
    padding: 10px 0;
    text-align: left;
}

.form-text ul li label {
    color: #3c4858;
    
    font-size: 22px;
    display: inline-block;
    margin-bottom: 20px;
}

.form-text ul li input {
    background-color: transparent;
    border-bottom: 1px solid #312c29;
    padding: 20px;
    border-radius: 0;
    font-size: 20px;
    
}

.form-main {
    padding: 70px 0;
}

.form-text-main {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.form-third-col {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.form-third-col>.input-col {
    width: calc(33.33% - 10px);
}

.input-col {
    width: calc(50% - 7.5px);
    text-align: left;
}

.input-col select {
    border: none;
    border-bottom: 1px solid #312c29;
    padding: 20px 0;
    width: 100%;
    font-size: 22px;
    color: #3c4858;
}

.message-input textarea {
    width: 100%;
    border-bottom: 1px solid #312c29 !important;
    border: none;
    height: 140px;
}

.privacy-chek {
    display: flex;
    gap: 15px;
    align-items: center;
}

.privacy-chek input {
    width: 25px;
    height: 30px;
}

.privacy-chek>label {
    margin-bottom: 0 !important;
}

.submit-nomination {
    width: 200px;
}

.submit-nomination input {
    background-color: #0e8282;
    color: white;
    font-size: 22px;
    cursor: pointer;
}

textarea {
    font-size: 20px;
    padding: 10px;
    
}

/* .form-text-main input,.form-third-col input{} */
#privacypolicy-section {
    padding: 70px 0;
}

.privacy-policy-text h3 {
    color: #FFA800;
    padding-bottom: 10px;
}

.privacy-policy-text p {
    padding-bottom: 10px;
    font-size: 16px;
}

.privacy-policy-text h4 {
    color: #000;
}

.privacy-policy-text p {
    padding-bottom: 10px;
    
}



.privacy-read a:hover {
    color: rgb(205, 30, 30);
}

.form-inner h2 {
    padding-bottom: 20px;
}


/* cutom code  */


#customPopup button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

#customPopup {
    background: #00000066;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 2px solid #333;
    z-index: 1000;
    text-align: center;
}

.custompopup-text {
    width: 283px;
    background-color: white;
    margin: 0 auto;
    POSITION: absolute;
    border-radius: 10px;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.success {
    color: green;
    font-size: 18px;
    margin-bottom: 15px;
    display: none;
}

.submit-btn input {
    background-color: #006875 !important;
    color: white;
    transition: 0.3s ease-in-out;
    font-size: 25px !important;
}

.submit-btn {
    width: 100%;
}

canvas#CapCode {
    display: flex;
    align-items: end;
    width: 100%;
    height: 100%;
    /* background-image: url(../images/captcha-bg.jpeg); */
    background-color: #bc2970;
}

.submit-btn>input {
    cursor: pointer;
}

.submit-btn>input:hover {
    background-color: #000000 !important;
}


/* custom popup css */


#customPopup button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

#customPopup {
    background: #00000066;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 2px solid #333;
    z-index: 1000;
    text-align: center;
}

.custompopup-text {
    width: 283px;
    background-color: white;
    margin: 0 auto;
    POSITION: absolute;
    border-radius: 10px;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.nominate-btn-main {
    position: fixed;
    top: 400px;
    right: 10px;
    z-index: 2;
}

.nominate-btn {
    cursor: pointer;
    padding: 13px;
    border: 0;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    
    animation: glowing 1500ms infinite;

}



@keyframes glowing {
    0% {
        background-color: #FFA800;
        -webkit-box-shadow: 0 0 3px #ffffff;
    }

    50% {
        background-color: #000;
        -webkit-box-shadow: 0 0 20px #FFA800;
    }

    100% {
        background-color: #FFA800;
        -webkit-box-shadow: 0 0 40px #fff;
    }
}


.close-btn {
    width: 30px;
    height: 30px;
    font-size: 20px;
    position: absolute;
    font-size: 40px;
    top: 15px;
    right: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 auto;
}

.form-comman {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 3;
}

.toggle-bar {
    width: 30px;
    height: 25px;
    display: none;
    position: relative;
}

.toggle-bar::before,
.toggle-bar span {
    content: "";
    width: 100%;
    transition: all linear 0.5s;
    height: 5px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.toggle-bar::after {
    content: "";
    width: 100%;
    transition: all linear 0.5s;
    height: 5px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.toggle-bar span {
    top: 10px;
}



.eminet-text p{font-size: 13px;}
.gallery-main-s{padding-top: 82px;}