*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 18px;
    font-family: "sans-serif", "Poppins";
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;


}


.autoShow{
    animation: Appear ease;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    animation-delay: 2s;
}


@keyframes Appear {
    from {
        opacity: 0;
        scale: 0.5;
        transform: translateY(-100px)
    }
    to {
        opacity: 1;
        scale: 1;
        transform: translateY(0)
    }
}





body{
    font-family: 'Poppins', sans-serif;
    color: rgb(0, 0, 0);
}

a{
    text-decoration: none;
    color: black;
}

li{
    list-style: none;
}


:root{
    --MainColor:#fdf9f1;
    --SecColor1:#f3e5c6;
    --SecColor2:#e2c287;
    --SecColor3:#2a0002;
    --SecColor4:#f7d9c1;
    --SecColor5:#fbe8d4;
}

.Website-fullpage-wrapper {
    height: max-content;
    position: relative;
    background-size: cover;
    background-position: 30% 20%;
    background-color: var(--MainColor);
}


.ghaExcel-con {
    margin: 0 auto;
    height: max-content;
    background-color: white;
    position: relative;
}

.nav-container{
    position: sticky;
    top: 40px;
    text-align: center;
    z-index: 100;
}


.nav-container a{
    margin: 0 20px;
    padding: 0 0 5px;
}

.nav-container a:hover,
.nav-container .activeNav{
    border-bottom: 3px solid var(--SecColor3);
}


.TopBanner {
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: -20px;
    overflow: hidden;
    margin: 0 0 -20px;
}


.TopBanner video{
    width:100%;
    object-fit: cover;
    position: relative;
}

.TopBanner img {
    position: absolute;
    z-index: 10;
    width: 500px;
    top: 30%;
    right: 15%;
    transform: translate(-50%);
}


.EventReasons{
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -20px 0 10px;
    flex-wrap: wrap;
}


.Reason1 {
    display: flex;
    width: 25%;
    gap: 20px;
    margin: 0 10px;
}

.photoBox{
    width: 70px;
    height: 80px;
}

.Reason1 img {
    width: 40px;
}

.Reason1 p{
    font-size: 12px;
}

.Reason1 p span{
    display: block;
    font-weight: 800;
    font-size: 16px;
}


.aboutEvent-intro-con {

    min-height: 600px;
    background: url(imgs/midBg.jpg);
    padding: 30px 0;
    margin: 0 auto;
    background-size: cover;
}

.inner{
    width: 1245px;
    margin: 0 auto;
}

.set {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    gap: 30px;
    margin: 0px auto;
    align-items: center;
}



.set ul{
    padding: 30px 0; 
}


.set a{
    margin: 20px 0;
    padding: 10px; 
    border: 1px solid;
    display: block;
    width: max-content;
}

.set .mainList-text {
    font-size: 20px;
    font-weight: 800;
    margin: 10px 0;
}

.set li{
    font-size: 16px;
    line-height: 1.5;
}

.list-img-con img {
    width: 658px;
}

.list-img-con {
    position: relative;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ImgMask-con {
    position: absolute;
    width: 320px;
    height: 320px;
    overflow: hidden;
    border-radius: 50%;
    margin: -4px 0 0 -6px;
}

.ImgMask-con img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.set.Two .list-img-con{
    margin: -35px 0 0 -180px;
}


.Mid-video-con{
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.Info-intro-con{
    padding: 30px 0 20px;
    text-align: center;
    background-color: white;
}

.Info-intro-con.spon {
    padding: 60px 0;
    text-align: center;
    background-color: white;
}

.Info-intro-con a{
    border: 1px solid;
    padding: 10px 30px;
    display: block;
    width: max-content;
    margin: 20px auto;
}


.Info-intro-con h1{
    font-size: 25px;
    margin: 0 0 10px;
}

.Info-intro-con p {
    font-size: 16px;
    width: 70%;
    margin: 0px auto;
}

.Gal-video-con {
    display: flex;
    padding: 80px 0px;
    justify-content: center;
}


.Gal-vid-text-con{
    width: 300px;
    margin: 0 40px;
    text-align: left;
}


.Gal-vid-text-con h1{
    font-size: 24px;
    margin: 0 0 20px;
}

.Gal-vid-text-con p{
    font-size: 16px;
}


.Mid-video-con video{
    width: 750px;
}


.Nominees-slider-con {
    background: url(imgs/sliderBG2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.feat-contents-con {
    width: 88%;
    position: relative;
    background-color: transparent;
    margin: 0px auto;
    border-radius: 20px;
    padding: 30px 20px;
}


.feat-list-wrapper {
    margin: 20px 30px;
    overflow: auto;
    display: flex;
    scroll-behavior: smooth;
    justify-content: space-between;
    gap: 30px;
}



#nextBtn, #backBtn {
    position: absolute;
    font-size: 34px;
    padding: 0 10px;
    background-color: var(--siteGrey2);
    border-radius: 50%;
    color: #612808;
    border: 3px solid #612808;
    cursor: pointer;
    top: 45%;
}


#nextBtn {
    right: -20px;
    transform: translateY(-50%);
}


#backBtn {
    left: -20px;
    transform: translateY(-50%);
}


.selected-nominee-con{
    padding: 20px 0;
}


.Nom-photo-con {
    width: 237px;
    height: 189px;
    position: relative;
}


.Nom-photo-con .photoBox {
    border-radius: 50%;
    width: 154px;
    height: 153px;
    overflow: hidden;
    margin: 0 auto 0;
    position: absolute;
    left: 45px;
    top: 22px;
}

.Nom-photo-con img{
    width: 240px;
}


.Nom-photo-con .photoBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.text-area-nom{
    background-color: white;
    padding: 15px 20px;
    line-height: 1.5;
}


.NomInfo{
    font-size: 17px;
    font-weight: 800;
}

.NomInfo.code{
    font-size: 13px;
}




.feat-contents-con ::-webkit-scrollbar {
    width: 5px;
}

.feat-contents-con ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(255, 255, 255);
    border-radius: 5px;
}

.feat-contents-con ::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border-radius: 4px;
}


.booking-faq-gallery{
    height: max-content;
    background-color: white;
    width: 100%;
    background-image: url(imgs/fxbg.png), linear-gradient(#fbe8d4, #fef9e8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 50px;
    background-size: cover;
    background-position: 60% 90%;
    background-repeat: no-repeat;
}


.left-box {
    width: 300px;
    height: 100%;
    padding: 80px 0 0;
    position: relative;
    z-index: 3;
    margin-right: -30px;
}

.left-box img {
    width: 100%;
}

.right-box{
    width: 800px;
}

.section-navs-con{
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.section-navs-con .Booking-btns {
    border: 2px solid white;
    padding: 10px 15px;
    height: max-content;
    display: block;
    text-wrap: initial;
}

.section-navs-con .Booking-btns:hover{
    background-color: white;
    cursor: pointer;
}

.section-navs-con .active{
    background-color: white;
}


.content-area {
    height: max-content;
    background-color: white;
    border-radius: 11px;
}


.Sponsors-section{
    height: max-content;
    position: relative;
    background-image: linear-gradient(#281b03, #211404);
}


.inner.sponsors{
    position: relative;
    z-index: 6;
}


.sponsors-types-con {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

.smallSponsrs{
    width: 490px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.smallSponsrs a,
.MajorSponsors a
{
    width: max-content;
    height: max-content;
    display: block;
    overflow: hidden;
}

.smallSponsrs a:hover,
.MajorSponsors a:hover
{
    border: 1px solid rgb(253, 244, 214);
    border-radius: 15px;
    transition: 0.6s ease;
}


.smallSponsrs a:hover
.infoCon .photoCon img,
.MajorSponsors a:hover
.infoCon .photoCon img
{
    scale: 1.05;
    transition: 0.6s ease;
}


.infoCon {
    width: 225px;
    height: 219px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.MajorSponsors .infoCon {
    width: 400px;
    height: 465px;
}


.infoCon::before{
    content: "";
    width: 100%;
    height: 120px;
    scale: 1.6;
    background-color: black;
    left: 0;
    bottom: 0;
    position: absolute;
    filter: blur(10px);
    opacity: 0.7;
    z-index: 1;
}


.MajorSponsors .infoCon::before{
    height: 180px;
}


.textCon{
    position: absolute;
    left: 10px;
    bottom: 24px;
    padding: 10px;
    font-size: 21px;
    color: white;
    font-weight: 700;
    line-height: 1.2;
    height: 80px;
    z-index: 100;
}

.MajorSponsors .textCon{
    left: 10px;
    bottom: 64px;
    font-size: 30px;
}


.infoCon .photoCon{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.infoCon .photoCon img{
    width: inherit;
    height: inherit;
    object-fit: cover;
}


.topfx-con img{
    width: 100%;
}









/* footer css ...................................................... */


.footer{
    width: 100%;
}


.contact-foot {
    height: 60%;
    background: linear-gradient(#8c8578, #5c574d);
    padding: 20px 0;
}


.Cont-title {
    font-size: 30px;
    color: white;
    margin: 30px auto;
    width: max-content;
    font-weight: 700;
}


.contact-form{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}


.form-grp{
    width: 500px;
    height: 400px;
}


.name-grp{
    display: flex;
    gap: 10px;
}

.emailInput{
    height: 45px;
}


.contact-form input,.contact-form textarea
{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid white;
    display: block;
    width: 100%;
    margin: 0 0 10px;
    outline: none;
    padding: 5px 0 0;
}

.contact-form input::placeholder,.contact-form textarea::placeholder
{
    color: white;
}


.aboutBanner{
    height: 500px;
    background-color: var(--MainColor);
    background: url(imgs/abtBanBG.jpg);
    overflow: hidden;
}

.aboutBanner.faq{
    height: 300px;
}


.aboutBanner.NomBG{
    background-color: var(--MainColor);
    background: none;
}



.aboutBanner.NomBG img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: inherit;
    transform: translate(0%);
    z-index: 0;
}


.aboutBanner img {
    position: absolute;
    z-index: 10;
    width: 500px;
    top: initial;
    bottom: -10% !important;
    right: 0%;
    transform: translate(-50%);
}


.PageTitle{
    position: absolute;
    left: 20%;
    top: 40%;
    font-size: 60px;
    color: var(--SecColor3);
    z-index: 5;

}


.PageTitle span a{
    width: max-content;
    display: block;
    padding: 10px 25px;
    background-color: var(--SecColor2);
    border-radius: 25px;
    margin: 10px 0;
}

.PageTitle span a:hover{
    color: white;
    background-color: var(--SecColor3);
}


.AboutUs-explainer{
    height: max-content;
}

.abtInfo-box {
    display: flex;
    padding: 30px 0;
    justify-content: space-evenly;
    gap: 30px;
    width: 1245px;
    margin: 30px auto;
}

.abtInfo-box p{

    font-size: 18px;
    width: 650px;
}

.abtInfo-box p span{
    font-size: 28px;
    font-weight: 800;
    margin: 0 5px 0 0;
}

.AwardPlaque{
    width: 230px;
}


.team-members-con{
    height: max-content;
    background-color: rgb(239, 239, 239);
    padding: 0 0 40px;
}

.team-members-con 
.abtInfo-box p{
    width: max-content;
    margin: 0 auto;
}

.team-members-con 
.abtInfo-box p span,

.EventSchedule-con
.abtInfo-box p span
{
    margin: 0 auto;
    font-size: 49px;
    padding: 0 0 30px;
    border-bottom: 3px solid var(--SecColor2);
}


.EventSchedule-con
.abtInfo-box {
    text-align: center;
}


.theMember-con{
    margin: 0 auto;
    width: 1245px;
    display: flex;
    flex-wrap: wrap; 
    gap: 10px;
    padding: 0 30px;
}

.theMember{
    width: 250px;
    margin: 0 0 30px;
}

.mem-pix{
    height: 300px;
    border-radius: 40px;
    overflow: hidden;
    background-color: grey;
    margin: 0 0 10px;
    filter: grayscale(100);
}

.mem-pix:hover{
    filter: grayscale(0);
}

.mem-pix img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.mem-name h2{
    font-size: 18px;
}


.EventSchedule-con {
    height: max-content;
    background-color: var(--MainColor);
    padding: 0 0 30px;
}


.event-info-title{
    width: max-content;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}


.event-info-title h1{
    font-size: 25px;
    color: var(--SecColor2);
}


.activity-con {
    width: max-content;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin: 0 auto 30px;
}

.DateTime{
    width: 200px;
    padding-right:20px;
    border-right: 2px solid var(--SecColor2);
}

.DateTime h1, 
.activity h1{
    font-size: 18px;
    margin: 0 0 10px;
}

.DateTime.Nom h1,.activity.Nom h1
{
    margin: 0;
}

.activity{
    width: 700px;
}


.activity p{
    font-size: 18px;
}

.mem-name p{
    font-size: 15px !important;
}

.NomBtn{
    width: 190px;
    padding: 7px 10px;
    background-color: var(--SecColor2);
    margin: 5px 0;
    border-radius: 5px;
    text-align: center;
}

.NomBtn:hover{
    cursor: pointer;
    background-color: var(--SecColor3);
    color: var(--SecColor2);
}


.theMember.Nom {
    width: 154px;
    margin: 30px 0 0;
}

.theMember.Nom .mem-pix{
    height: 157px;
}

.theMember-con.Nom {
    width: 855px;
    gap: 10px;
    padding: 0;
}


.Nominees-con{
    width: 800px;
    display: none;
}


.Nominees-con h1{
    margin: 0 0 15px;
}

#BizNom, #BizNom11,  #BizNom21{
    display: block;
}

.Nom-skip-navBar{
    padding: 20px;
    text-align: right;
    position: relative;
}

.Nom-skip-navBar a{
    padding: 10px 20px;
    background-color: var(--SecColor2);
    display: inline-block;
}

.Nom-skip-navBar a.activeskip{
    color: white;
    background-color: var(--SecColor3);
}


.EventSchedule-con .inner{
    position: relative;
}


.Gallery-past-events{
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 50px 0 30px;
}


.Gal-past-text-con{
    width: 300px;
    padding: 40px 0 0;

}


.Gal-past-text-con h1{
    font-size: 19px;
    margin: 0 0 15px;
}






.Read-bio{
    width: 100%;
    height: max-content;
    position: relative;
    border-radius: 12px;
    padding: 20px;
}

.Read-bio.Gal {
    width: 1100px;
    background-color: white;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(211, 196, 193);
    border-image: initial;
}

.Read-bio h3 {
    font-size: 14px;
}

.faq-con-inn {
    width: 100%;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px auto;
    border-radius: 16px;
    gap: 10px;
    padding: 20px 0px;
}

.BigPhoto-display {
    width: 100%;
    height: 600px;
    border-radius: 8px;
    display: block;
}

#expandedImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    background: url(img/prevBg.jpg) center top / cover;
    background-position: center top;
}

.thumbnails {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    gap: 10px;
}


.thumbnails img {
    width: 100px;
    height: 90px;
    object-fit: cover;
    object-position: center top;
    border-radius: 6px;
    margin: 10px 0px;
}


.GenInfo-con {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    gap: 20px;
    justify-content: center;
    background-color: var(--SecColor1);
}


.genInfo-grp{
    width: 350px;
    padding: 30px 20px;
    border-radius:10px;
    background-color: white;
}


.genInfo-grp h1{
    font-size: 16px;
}


.genInfo-grp p{
    font-size: 14px;
    margin: 10px 0 0;
}



.nomCats-con {
    width: 1030px;
    margin: 30px auto;
    padding: 0 0 30px;
    border-bottom: 1px solid var(--SecColor2);
}

.nomCats-con h1{
    margin: 0px 0 10px;
}



.BecomeSponsor-con{
    padding: 30px 0;
}

.BecomeSponsor-con.contact {
    padding: 120px 0;
}

.Bcontents{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


.BecomeSponsor-con.contact
.Bcontents img{
    width: 500px;
    border-radius: 15px;
}

.Bcontents img{
    width: 350px;
}

.PartText-con{
    width: 550px;
}

.PartText-con h1{
    width: max-content;
    font-size: 36px;
    padding: 0 0 30px;
    margin: 0 0 20px;
    border-bottom: 2px solid var(--SecColor2);
}

.PartText-con span{
    color: var(--SecColor2);
    font-weight: 800;
    font-size: 25px;
}


.form-grp.Sponsors,
.select-sponsorship-type{
    width: 70%;
    height: max-content;
    margin: 0 0 30px;
}

.form-grp.Sponsors input{
    background-color: #5c574d;
    padding: 15px;
    border: 0;
    border-radius: 12px;
}


.select-sponsorship-type{
    margin: 0 auto 40px;
}




.sponsType-con{
    display: flex;
    gap: 10px;
    color: white;
    margin: 0 0 10px;
}


.sponsType-con h1{
    font-weight: 400;
}


.content-area{
    padding: 0 0 30px;
}

.booking-faq-gallery .activity-con {
    padding: 20px;
    margin: 0 auto;
}

.booking-faq-gallery .DateTime {
    width: 200px;
    padding-right: 20px;
    border-right: 2px solid rgb(228, 228, 228);
}

.booking-faq-gallery .activity{
    width: 350px;
}

.booking-faq-gallery .activity p{
    font-size: 15px;
}


.FAQlists.inner{
    padding: 0 0 30px;
}



.FAQlists h1 {
    margin: 20px 0;
    font-size: 29px;
    color: var(--SecColor2);
    border-bottom: 1px solid;
    padding-bottom: 15px;
}

.Flist{
    width: 590px;
    display: inline-table;
    margin: 20px 20px 0 0;
}

.Fquestion{
    font-weight: 700;
    margin: 0 0 12px;
}

.FAnswer{
    font-size: 15px;
}


.photodistract{
    height: 500px;
    background-color: var(--SecColor5);
    margin: 30px 0 ;
    background-image: url(imgs/bgggg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.photodistract.two{
    background-image: url(imgs/bgggg2.jpg);
}


.ekow{
    background-color: #695f56;
}

.ekow .inner{
    height: max-content;
    display: flex;
    padding: 30px 0;
    justify-content: space-evenly;
}


.ekow .imgBoxx{
    width: 400px;
    height: 450px;
    background-color: white;
    border-radius: 14px;
    overflow: hidden;
}

.ekow .imgBoxx img{
    width: 100%;
    height: inherit;
    object-fit: cover;

}


.ekow .Flist{
    color: white;
}


.PartText-con p{
    margin: 0 0 25px;
}



/* footer css here .............................................................. */

.footer-bottom {
    width: 100%;
    display: flex;
    height: max-content;
    background-color: var(--MainColor);
    align-items: center;
    padding: 0 20px;
}

.footer-bottom-block{
    display: grid;
    place-content: center;
    width: 50%;
    height: 400px;
    padding: 20px;
}

.footer-bottom-block.last{
    border: 0;
}

.footer-bottom-block p{
    margin: 10px 0;
}

.footerNavs{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0 0 15px;
}

.footer-bottom-block a{
    display: block;
    font-weight: 700;
}

.footer-bottom-block .socials{
    display: flex;
}
.footer-bottom-block .socials img{
    width: 30px;
    margin-right:25px;
}


.footer-bottom-block .sections {
    width: 15%;
    height: max-content;
    display: flex;
    align-items: center;
    font-size: 13px;
}


.footer-bottom-block .sections .textInfo{
    color: white;
}

.footer-bottom-block .sections .textInfo span {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}


.footer-bottom-block .newsletter-sub-info {
    padding: 10px 25px;
    background-color: var(--SecColor1);
    border: 1px solid white;
    border-radius: 8px;
    outline: none;
    margin: 0 0 10px;
    color: white;
    width: inherit;
    display: block;
}


.footer-bottom-block .searchBtn {
    background-color: var(--SecColor3);
    color: white;
    outline: none;
    border-radius: 8px;
    border: 0;
    width: max-content;
    padding: 10px 25px;
}


.mobileNavOpener {
    display: none;
}



.NominateForm-con{
    padding: 90px 0 ;
}


.NominateForm-con .PartText-con {
    width: 800px;
    margin: 0 auto ;
    text-align: center;
    padding: 0 0 20px;

}

.NominateForm-con .PartText-con h1{
    margin: 0 auto 30px;
    padding: 0 0 20px;
}


.Nomform {
    width: 900px;
    min-height: 600px;
    margin: 0 auto;
    background-color: var(--SecColor1);
    padding: 30px 50px;
    border-radius: 18px;
}



.Nomform .introtext.headtitle {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin: 30px 0 10px;
    border-bottom: 1px solid var(--SecColor3);
    padding-bottom: 10px;
}


.Nomform .createMisVis-form-details {
    width: 100%;
    flex-grow: 1;
}


.fImportant{
    display: flex;
    gap: 10px;
}

.Nomform .introtext {
    font-size: 13px;
    color: var(--SecColor3);
    margin-bottom: 17px;

}

.Nomform span,.selectHandle span
{
    color: red;
}



.Nomform .createMisVis-form-details input,.Nomform .input-box {
    width: 100%;
    display: block;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid var(--GreyDark);
    outline: none;
    margin-bottom: 15px;
}


.handleName{
    display: flex;
    gap: 15px;
}


.selectHandle{
    display: flex;
    gap: 5px;
    min-width: 70px;
}

.selectHandle p{
    font-size: 13px;
}


.Nomform .Commsection-subbtn,
.Nomform button{
    padding: 0px 16px;
    background-color: var(--SecColor2);
    font-size: 13px;
    color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 35px;
    outline: none;
    border: 0;
    cursor: pointer;
}



.Nomform .Commsection-subbtn:hover,
.Nomform button:hover{
    background-color: var(--SecColor3);
}


.ThankYou-text{
    margin: 20px 0 30px;
    font-size: 14px;
    font-weight: 700;
}


.NormBtn {
    position: absolute;
    bottom: 22%;
    right: 31%;
    z-index: 40;
    padding: 10px 20px;
    border-radius: 26px;
    background-color: var(--SecColor3);
    color: var(--SecColor2);
}

#contact-btn {
    padding: 7px 20px;
    margin-top: 20px;
}

.alert_box {
    display: block;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    background: #f7e5be;
    font-size: 20px;
    padding: 20px;
    border-top: 5px solid #d0ad79;
    z-index: 7;
}

.NormCat-sort {
    width: 100%;
    padding: 9px 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 0;
    outline: none;
}

.CurrentSponsors-con {
    height: max-content;
    background-color: var(--SecColor2);
    padding: 60px 0;
 
}

.CurrentSponsors-con .inner{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.CurrentSponsors-con .inner p{
    font-size: 25px;
    margin: 0 0 30px;
    border-bottom: 1px solid;
    padding: 0 0 20px;
    text-align: center;
}

.Sponsors-list {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.Sponsors-list .sponsor{
    height: max-content;
}

.Sponsors-list .sponsor img{
    width: 90px;
    border-radius: 8px;
}

/* mobile version css convertion here .......................... */


@media screen and (max-width: 480px) {

    .ghaExcel-con {
        margin: 0 auto;
        background-color: white;
        position: relative;
    }


    .mobNavBar-con {
        width: 100%;
        height: 60px;
        position: relative;
        position: sticky;
        top: 0;
        z-index: 1000;
    }



    .mobileNavOpener

    {
        width: 56px;
        height: max-content;
        right: 10px;
        position: absolute;
        padding: 5px 0;
        display: block;
        z-index: 10000;
        top: 10px;
        background-color: white;
        filter: drop-shadow(5px 6px 5px rgb(0, 0, 0, 0.2));
    }

    .mobileNavOpener .bar {
        height: 5px;
        background-color: var(--SecColor3);
        margin: 5px 10px;
    }


    .navBarMobile-con {
        width: 100%;
        margin: 0 auto;
        padding: 20px 10px;
    }


    .navBarMobile-inn {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px;
    }

    .navBarMobile-inn a {
        width: 45%;
        min-height: 60px;
        text-decoration: none;
        color: white;
        background-color: var(--SecColor3);
        flex-grow: 1;
        display: grid;
        place-content: center;
        font-size: 16px;
        text-wrap: wrap;
        padding: 10px;
        text-align: center;
        border-radius: 4px;
    }


    .TopBanner {
        width: 100%;
        top: 0;
        margin: 0 0 30px;
    }


    .TopBanner video {
        height: 300px;
    }

    .EventReasons {
        height: max-content;
        padding: 20px;
    }


    .inner {
        width: 100%;
        padding: 20px;
    }

    .Reason1 {
        width: 100%;
    }


    .set {
        width: 100%;
        flex-wrap: wrap-reverse;
        gap: 10px;
    }

    .set.Two {
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
    }


    .list-img-con {
        width: 100%;
    }

    .set.Two .list-img-con {
        margin: -40px -15px 0;
    }


    .booking-faq-gallery {
        flex-wrap: wrap;
        padding: 30px 20px;
    }

    .abtInfo-box {
        flex-wrap: wrap;
    }


    .right-box {
        width: 100%;
    }


    .left-box {
        width: 100%;
        padding: 20px 0 0;
        margin-right: 0px;
    }

    .left-box img {
        width: 70%;
    }


    .activity-con {
        width: 100%;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin: 0 auto 30px;
    }



    .sponsors-types-con {
        padding: 20px;
        flex-wrap: wrap-reverse;
    }

    .MajorSponsors .infoCon {
        width: 350px;
        height: 333px;
    }

    .MajorSponsors .infoCon::before {
        height: 121px;
    }


    .infoCon {
        width: 350px;
        height: 163px;
    }

    .infoCon::before {
        content: "";
        width: 100%;
        height: 75px;
    }


    .textCon {
        bottom: -7px;
    }


    .contact-form {
        display: flex;
        justify-content: center;
        align-items: normal;
        gap: 0;
        flex-wrap: wrap;
        padding: 20px 0px;
    }


    .contact-form.generic{
        width: 100%;
        padding: 20px;
    }


    .form-grp {
        width: 100%;
        max-height: max-content;
    }


    .Info-intro-con p {
        width: 90%;
    }


    .footer-bottom-block {
        display: block;
        place-content: center;
        width: 100%;
        height: 195px;
        border-right: 0;
        padding: 0;
    }


    .aboutBanner img {
        position: absolute;
        z-index: 10;
        width: 228px;
        top: initial;
        bottom: -10% !important;
        right: -6%;
        transform: translate(0);
    }


    .list-img-con img {
        width: 382px;
    }

    .PageTitle
    {
        top: 31%;
        left: 31px;
        font-size: 42px;
    }


    .AwardPlaque {
        width: 70px;
    }


    .abtInfo-box {
        width: 100%;
        margin: 0 auto;
        padding: 10px 20px 30px;
    }


    .abtInfo-box p {
        font-size: 18px;
        width: 100%;
    }


    .event-info-title {
        width: 100%;
        margin: 0 auto 30px;
    }


    .theMember {
        width: 170px;
        margin: 0 0 30px;
    }


    .mem-pix {
        height: 163px;
    }

    .theMember.Nom .mem-pix {
        width: inherit;
        height: 157px;
    }

    .theMember-con {
        width: 100%;
        margin:0;
    }

    .team-members-con .abtInfo-box p span, .EventSchedule-con .abtInfo-box p span {
        margin: 0 auto;
        font-size: 35px;
        padding: 0;
        border-bottom: 3px solid var(--SecColor2);
    }


    .nomCats-con {
        width: 100%;
        margin: 0px auto;
        padding: 0 0 30px;
        border-bottom: 1px solid var(--SecColor2);
    }


    .nomCats-con p,
    .Nominees-con p{
        font-size: 16px;
    }



    .DateTime {
        width: 100%;
        height: 50px;
        padding-right: 0;
        border-right: 0px solid var(--SecColor2);
        display: flex;
        justify-content: space-between;
        overflow: scroll;
    }


    .NomBtn {
        width: max-content;
        margin: 5px;
    }

    .DateTime.Nom h1, .activity.Nom h1 {
        margin: 0;
        text-wrap-mode: nowrap;
    }


    .Nominees-con {
        width: 100%;
        display: none;
    }


    .theMember-con.Nom {
        width: 100%;
        gap: 10px;
        padding: 0;
        flex-wrap: nowrap;
        overflow: scroll;
    }



    .Nom-skip-navBar {
        text-align: center;
    }

    .theMember.Nom {
        width: 180px;
    }


    .aboutBanner{
        height: 300px;
    }


    .form-grp.Sponsors, .select-sponsorship-type {
        width: 90%;
        height: max-content;
        margin: 0 auto 30px;
    }

    .Bcontents img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: top;
    }

    .Bcontents {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }


    .PartText-con {
        width: 100%;
        padding: 20px;
    }


    .nav-container {
        position: sticky;
        top: 10px;
        display: none;
    }


    .Flist {
        width: 100%;
        display: inline-table;
        margin: 20px 0;
    }


    .FAQlists.inner {
        padding: 0 20px;
    }


    .ekow .inner{
        padding: 0 20px 30px;
        flex-wrap: wrap-reverse;
    }


    .ekow .imgBoxx {
        width: 100%;
        height: 260px;
    }

    .ekow .imgBoxx img {
        object-position: top;
    }


    .PartText-con span {
        font-size: 19px;
        font-weight: 500;
        color: black;
    }



    .footer-bottom {
        flex-wrap: wrap;

    }


    .Read-bio.Gal {
        width: 100%;
    }


    .BigPhoto-display
    {

        height: 256px;

    }


    .Gal-video-con {
        width: 100%;
        padding: 0;
    }



    .Info-intro-con {
        padding: 0px 0 20px;
    }



    .Mid-video-con video {
        width: 100%;

    }

    .Gal-video-con {
        flex-wrap: wrap-reverse;
        justify-content: space-between;
    }


    .Gal-vid-text-con {
        margin: 0;
    }


    .Gal-vid-text-con h1 {
        width: 100%;
        font-size: 20px;
        margin: 30px 0 20px;
    }



    .photodistract.two,
    .photodistract {
        background-image: url(imgs/bgggg2.jpg);
        background-position: 28%;
    }


    .footer-bottom-block .newsletter-sub-info {
        width: 360px;
        display: block;
    }


    .BecomeSponsor-con.contact
    {
        padding: 20px;
    }

    .BecomeSponsor-con.contact .Bcontents img {
        width: 100%;
        border-radius: 15px;
    }


    .Gallery-past-events {
        padding: 0 0 30px;
    }



    .aboutBanner.NomBG img {
        object-fit: cover;
        object-position: 77%;
    }


    .NominateForm-con .PartText-con {
        width: 100%;
    }

    .Nomform {
        width: 100%;
        padding: 20px;
    }

    .PartText-con h1 {
        font-size: 20px;
    }


    .NormBtn {
        bottom: 20%;
        right: 9%;
        padding: 5px 11px;
        font-size: 15px;
    }

}


@media screen and (max-width: 360px){

    .footer-bottom-block .newsletter-sub-info {
        width: 326px;
    }

    .PartText-con span {
        width: 100%;
        display: block;
        font-size: 16px;
    }

    .PartText-con {
        width: 100%;
        padding: 20px 0;
    }

    .theMember {
        width: 145px;
        margin: 0 0 30px;
    }

    .Nom-skip-navBar a {
        padding: 10px 37px;
        background-color: var(--SecColor2);
        display: inline-block;
        margin: 5px 0;
    }

    .PartText-con p {
        margin: 0 0 25px;
        padding: 0 20px;
    }

    .PartText-con h1 {
        font-size: 20px;
        padding: 0 20px;
    }


    .Cont-title {
        font-size: 25px;
    }


    .ImgMask-con {
        margin: -4px 0 0 16px;
    }


    .Info-intro-con h1 {
        font-size: 25px;
        margin: 20px 0 10px;
    }


    .Info-intro-con.spon {
        padding: 12px 0;
    }

    .NormBtn {
        right: 5%;
    }

    .feat-contents-con {
        width: 95%;
        padding: 0;
    }

    .CurrentSponsors-con .inner {
        width: 100%;
    }

    .Sponsors-list {
        width: 100%;
        overflow: scroll;
    }

}