:root {
    --montserrat-font: 'Montserrat', sans-serif !important;
}

* {
    margin: 0px;
    padding: 0px;

}

html,
body {
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    font-family: var(--montserrat-font);
}


.nav-link {
    color: #E8AB33 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;

}

.btn-new {
    padding: 5px 25px 5px 25px !important;
    background-color: #E8AB33;
    color: black !important;
    border-radius: 20px;
    border: 1px solid #E8AB33 !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;

}

.navbar-toggler {
    /* background-color: #E8AB33 !important; */
    background-color: #803AEA !important;
    color: white !important;
}

.sh_hero {
    background-color: white !important;
}



.sh_head {
    /* color: #E8AB33; */
    color: #000000;
    font-size: 32px;
    font-family: var(--montserrat-font) !important;
    font-weight: 700 !important;



}


@media (max-width:994px) {
    .sh_head {
        color: black;
        font-size: 2rem;
    }
}

@media (max-width:576px) {
    .sh_head {
        color: black;
        font-size: 18px !important;
    }
}



.sh_headImg1 {
    background-image: url("./image/image 272.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
}

.sh_heading {
    color: #E8AB33;
    font-family: 'Nunito', sans-serif;
    font-weight: 700 !important;
}

.sh_photoName {
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 700 !important;
    z-index: 1000;

}

.sh_name {
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 700 !important;
}

.sh_footer {
    /* background-color: #E8AB33; */
    background: #6d3ced !important;
    width: 100%;
    height: max-content;
}

.sh_footLink {
    list-style: none;
}

@media (max-width: 670px) {
    #SvgId {
        width: 100px;
        /* Set the desired width for the specific SVG at 670px or below */
    }
}

@media (max-width: 473px) {
    #SvgId {
        width: 70px;
        /* Set the desired width for the specific SVG at 670px or below */
    }
}

@media (max-width: 400px) {
    #SvgId {
        width: 50px;
        height: 5px;
        /* Set the desired width for the specific SVG at 670px or below */
    }
}

@media (max-width: 338px) {
    #SvgId {
        width: 30px;
        height: 5px;
        /* Set the desired width for the specific SVG at 670px or below */
    }
}


.sh_footBot {
    border-right: 1px solid white;
    height: 60%;

}

.sh_footBot a {
    text-decoration: none;
    color: black;

}

.sh_video {
    width: 100%;
    /* Set your desired width */
    height: 450px;
    /* Set your desired height */
    overflow: hidden;
    /* Optional: Hide overflowing content */
}

/* Center the video horizontally and vertically */
#myVideo {
    display: block;
    margin: auto;
}

.sh_awWin {
    /* background-color: #E8AB33; */
    background: #803aea !important;
    border-radius: 15px;
    height: 40px;
}

.sh_awWin div img {
    height: 40px;
    width: 40px;
    margin-left: -10px;

}

.sh_awWinBox div svg {
    margin-bottom: 15px;

}

.sh_awWinBox {
    width: 100%;
    height: max-content;
    border: 1px solid black;
    background-color: white;
    margin-top: -50px;
    border-radius: 20px;
}

.btn-entry {
    /* background-color: #E8AB33; */
    background-image: linear-gradient(to right, #2f57ef, #b966e7, #2f57ef, #b966e7);
    /* color: black; */
    color: white;
    background-size: 300% 100%;
    padding: 5px;
    border-radius: 5px;
    font-weight: 600;
    padding: 10px 10px;
    text-decoration: none;

}

.sh_regisPic img {
    width: 50px;
    height: 50px;

}

.sh_regisArr {

    height: 4px;
    width: 100px;
    margin-top: -100px;
}

.sh_regisArrMOB {
    margin-top: 30px;
    height: 4px;
    width: 100px;
    transform: rotate(90deg);
}

.rgisPar {
    color: #E8AB33;
    font-weight: 600;
    font-size: large;
}


.sh_filter {
    color: #E8AB33;
    font-weight: 600;
}

.sh_card img {
    width: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 130px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.sh_data p {
    font-size: 10px !important;
    line-height: 2px;
}

@media (max-width: 576px) {
    .sh_data p {
        font-size: 8px !important;
        line-height: 2px;
    }
}

.sh_counter {
    /* background-color: #E8AB33; */
    background-color: #a108f5;
    width: 100%;
    height: max-content;
}

.sh_testimonial {
    background-color: #E8AB33;
    width: 100%;

    height: max-content;


}



.count-div {
    height: 40px;
    width: 50px;
    border: 1px solid white;
    border-radius: 8px;

}

.sh_winnerImg img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.sh_winnerImg iframe {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.sh_gall {
    width: 100%;
    height: 350px;
    padding: 20px;
    background-color: #D9D9D9;
}

.sh_tabText {

    color: #E8AB33;

}

.juryCol {
    /* color: #E8AB33 !important; */
    color: #803AEA !important;
    background-color: transparent;
    font-family: 'Montserrat';
    font-weight: 700;
    outline: none;
    border: none;
}

.aboutImg {
    text-align: center;
    border-radius: 50%;

}

.aboutImg img {
    background-size: cover;
    background-repeat: no-repeat;

}

.aboutIcon {
    text-align: center;
}

.aboutText p {
    font-size: 1rem;
}

.sh_row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.sh_column {
    flex: 100%;
    max-width: 100%;
    padding: 0 4px;
    display: flex;

    flex-wrap: wrap;
}

.sh_column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .sh_column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .sh_column {
        flex: 100%;
        max-width: 100%;
    }
}

.profile_image {
    border: 5px solid #000000;
}

.accordion-button {
    color: #E8AB33 !important;
    background-color: white !important;
}

.sh_ruleBox {
    width: 100%;
    height: 300px;
    border: 1px solid black;
    background-color: white;
    margin-top: -50px;
    border-radius: 20px;

}

/* .sh_awCatBox{
width:100%;
    height:300px;
    border:1px solid  black;
    background-color: white;
    margin-top: -50px;
    border-radius:20px;

} */
.a-tag {
    text-decoration: none;
}

.error {
    color: rgb(236, 43, 43);
}


/* spinner css  */

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}


/* image upload form css  */

.img-preview-list li {
    display: inline-block;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
}

/* .img-preview-list li:nth-child(3n) {
  margin-right: 0;
} */
.upload-img-card .dragBox {
    overflow: hidden;
    position: relative;
    border: 0.063rem dashed #bfb888;
    width: 120px;
    height: 120px;
    padding: 5px;
    border-radius: 0.938rem;
    -webkit-border-radius: 0.938rem;
    -moz-border-radius: 0.938rem;
    -ms-border-radius: 0.938rem;
    -o-border-radius: 0.938rem;
}

#preview img {
    width: 120px !important;
    height: 120px !important;
    object-fit: cover;
    background-color: rgba(191, 184, 136, 0.1);
}

.upload-img-form .imageuploadify {
    position: relative;
    overflow: hidden;
    width: 26.5rem;
    height: 15.625rem;
    border: 0.063rem dashed #bfb888;
    display: inline-block;
    min-height: auto;
    min-width: auto;
    max-width: unset;
    border-radius: 0.938rem;
    -webkit-border-radius: 0.938rem;
    -moz-border-radius: 0.938rem;
    -ms-border-radius: 0.938rem;
    -o-border-radius: 0.938rem;
}

.text-transparent {
    color: transparent !important;
}

.upload-img-card [type="file"] {
    z-index: 2;
}

.dragImg.upload-img-card [for="uploadFile"] {
    z-index: -1;
}

.removeImg {
    right: 0.35rem;
    width: 1rem;
    height: 1rem;
    background-color: #786f38;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
}

.removeImg img {
    width: 1.875rem;
    height: 1.875rem;
    object-fit: contain;
}

.upload-img-card.uploaded .dragBox {
    border-style: solid;
}

.dragBox-images {
    overflow: hidden;
    position: relative;
    max-width: 22.125rem;
    margin: 0 auto;
    height: 15.625rem;
    border-radius: 0.938rem;
    -webkit-border-radius: 0.938rem;
    -moz-border-radius: 0.938rem;
    -ms-border-radius: 0.938rem;
    -o-border-radius: 0.938rem;
    background-color: rgba(191, 184, 136, 0.1);
}

.dragBox-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1199.98px) {

    .upload-img-card .dragBox,
    .upload-img-form .imageuploadify {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 991.98px) {
    .img-preview-list li:nth-child(3n) {
        margin-right: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .img-preview-list {
        text-align: center;
    }

    .img-preview-list li {
        margin-right: 0 !important;
    }

    .column-3-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .column-3-grid li.d-inline-block.me-5 {
        margin-bottom: 1rem;
    }
}

.sh_awCatBox {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 1px solid black;
    background-color: white;
    margin-top: -50px;
    border-radius: 20px;
    padding: 20px;
    /* Added padding for spacing inside the box */
    box-sizing: border-box;
    /* Ensures padding is included in the width */
}

.sh_awCatBox ul {
    margin: 0;
    /* Remove default margin */
    padding: 0;
    /* Remove default padding */
}

.sh_awCatBox li {
    font-family: 'Montserrat';
    font-weight: 400;
    list-style-type: none;
    /* Remove bullet points */
    margin-bottom: 10px;
    /* Adjust spacing between list items */
}

.sh_newCstBox {
    width: 100%;
    height: max-content;
    border: 1px solid black;
    background-color: white;
    margin-top: -50px;
    border-radius: 20px;
}

.sh_newCstBox div {
    line-height: 20px;

}

.btn-box-entry {
    background-color: #E8AB33;
    color: black;
    height: 25px;
    font-weight: 700;
    font-family: Montserrat;
    padding: 0px 20px 0px 20px;
    border-radius: 5px;
    padding-bottom: 0px !important;
    text-decoration: none;
    min-width: 90px;

}

.btn-box-entry-rated {
    background-color: black;
    color: white;
    height: 25px;
    font-weight: 700;
    font-family: Montserrat;
    padding: 0px 15px 0px 10px;
    border-radius: 5px;
    padding-bottom: 0px !important;
    text-decoration: none;
    width: 80px;

}

.cat_foot {
    /* background-color: #E8AB33; */
    background-color: #803aea;
    width: 100%;
    height: max-content;
}

.catFoobtn {
    background-color: white;
    padding: 5px 20px 5px 20px;
    border-radius: 20px;
    text-decoration: none;
    color: black;
    font-family: 'Montserrat';
    font-weight: 700;
    margin-top: 20px;

}

.shg {
    margin-top: 20px !important;
}

@media (max-width:900px) {
    .catFoobtn {
        background-color: white;
        padding: 0px 20px 0px 20px;
        border-radius: 20px;
        text-decoration: none;
        color: black;
        font-family: 'Montserrat';
        font-weight: 700;

    }
}

@media (max-width:573px) {
    .shg {
        margin-top: 0px !important;

    }
}

.sh_uphead {
    background-color: #E8AB33;
    border-radius: 15px;
    height: 40px;
    width: 200px;
    align-items: center;
}

.sh_uphead div img {
    height: 40px;
    width: 40px;
    margin-left: -10px;

}

.sh_uploadBox {
    width: 100%;
    height: 350px;
    border: 1px solid black;
    background-color: white;
    margin-top: -50px;
    border-radius: 20px;

}

.uploadBtn {
    background-color: #E8AB33;
    color: black;
    padding: 12px;
    width: 100%;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 700;

}

.uploadSubmi {
    background-color: #000000;
    color: white;
    padding: 8px;
    width: 100%;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 700;

}

.textcol {
    font-family: Montserrat;
    font-weight: 700;
    color: #E8AB33;
}

.uploadBtn a {
    color: black;
    text-decoration: none;
}

.rating_box {
    background-color: white;
    width: 100%;
    height: max-content;
    border-radius: 10px;
}

.rating_box div span {
    color: #E8AB33;

}

#slideCounter {
    color: #E8AB33;
}

.sh_slider {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 90%;
    height: 25px;
    background-image: url("./image/slide.png");
    outline: none;
    background-color: transparent;
    -webkit-transition: .2s;
    transition: opacity .2s;
}


.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #E8AB33;
    cursor: pointer;
    margin-top: 5px;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #04AA6D;
    cursor: pointer;
}

.slidFoobtn {
    background-color: #E8AB33;
    padding: 5px;
    text-decoration: none;
    color: black;
    border-radius: 10px;
    font-family: 'Montserrat';
    font-weight: 700;
}

.range-wrap {
    position: relative;
    margin: 0 auto 3rem;
}

.range-wrap label {
    color: #E8AB33
}

.range {
    width: 100%;
}

.bubble {
    background: transparent;
    color: #E8AB33;
    font-weight: 800;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    margin-top: -50px;
    transform: translateX(-50%);
}

.bubble::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: transparent;
    top: -1px;
    left: 50%;
}

.sh_regisArrMOB {
    margin-top: 30px;
    height: 4px;
    width: 100px;
    transform: rotate(90deg);
}

#lapversion {
    display: block;
    /* Display by default */
}

.sh_regisPicMOB img {
    height: 50px;
    width: 50px;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-left: 20px;
}

.sh_regisPicMOBup img {
    height: 100px;
    width: 100px;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-left: 0px;
}

.footer-links-title {
    font-weight: 700;
    font-size: 18px;
    font-family: 'Montserrat';
    margin-bottom: 0;
}

ul {
    /* padding-left: 0px!important; */
}

/* Mobile version styles */
#mobversion {
    display: none;
    /* Hidden by default */
}

/* Media query for phone-sized screens */
@media (max-width: 767px) {
    #lapversion {
        display: none;
        /* Hide on small screens */
    }

    #mobversion {
        display: block;
        /* Display on small screens */
    }
}




.section1 {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 767px) {
    .section1 {
        height: 170px;
    }
}

.section1 h1 {
    text-align: center;
    font-size: 4rem;
    font-family: "Cookie";
    padding: 20px;
    margin: 15px;
    z-index: 1;
    opacity: 0.7;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20rem;
}

.color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: lightblue;
    width: 100%;
    height: 450px;
    opacity: 0.5;
}

.footimg {
    height: 50%;
    /*width:60%;*/
}

@media (max-width: 770px) {
    #SvgIdnew {
        width: 100px;
        /* Set the desired width for the specific SVG at 670px or below */
    }
}

@media (max-width: 670px) {
    #SvgIdnew {
        width: 100px;
        /* Set the desired width for the specific SVG at 670px or below */
    }
}

@media (max-width: 473px) {
    #SvgIdnew {
        width: 50px;
        /* Set the desired width for the specific SVG at 670px or below */
    }
}

@media (max-width: 400px) {
    #SvgIdnew {
        width: 50px;
        height: 5px;
        /* Set the desired width for the specific SVG at 670px or below */
    }
}

@media (max-width: 338px) {
    #SvgIdnew {
        width: 30px;
        height: 5px;
        /* Set the desired width for the specific SVG at 670px or below */
    }
}

.sh_headNew {
    /* color: #E8AB33; */
    /* color: #000000; */
    color: #803AEA !important;
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;

}

.sh_head {
    color: #803AEA !important;
}

.rgisPar {
    color: #803AEA !important;
}

@media (max-width:994px) {
    .sh_headNew {
        color: black;
        font-size: 1.5rem;
    }
}

.btn-entryNew {
    /* background-color: #E8AB33; */
    background-color: #803AEA;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-weight: 700;
    font-family: 'Montserrat';
    text-decoration: none;

}

@media (max-width:450px) {

    .btn-entryNew {
        background-color: #803AEA;
        color: white;
        padding: 5px;
        border-radius: 5px;
        font-weight: 500;
        font-family: 'Montserrat';
        font-size: 10px;
        text-decoration: none;

    }

}



#regForm {
    background-color: #ffffff;
    padding-top: 20px;
    width: 100%;
    min-width: 300px;
    margin: auto;
    border-radius: 10px;


}


input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}




/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    display: none;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}


/* modified css */
.first-tab div p {
    font-family: 'Montserrat';
    font-weight: 700;
    color: black;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.first-tab {

    justify-content: center;
    align-items: center;
    text-align: center;
}

.first-tab div img {

    justify-content: center;
    align-items: center;
    text-align: center;
}

.new-button-style {
    margin-top: 100px;
}

.new-button-next {
    background-color: #803AEA !important;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: 700;
    font-family: 'Montserrat';
    border: 1px solid #a108f5;
    padding: 10px;
    color: white;
}

.new-button-style {
    width: 100%;
}

.second-tab span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 21px;
}

.second-tab p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
}

.third-tab p {

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;

}


input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    height: calc(3em + 2px);
    margin: 0 0 1em;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: .8em;
    background: #fff;
    resize: none;
    outline: none;
    font-family: 'Inter';
    font-size: 17px;
    font-weight: 600;
}

input[type="text"][required]:focus {
    border-color: black;
}

input[type="text"][required]:focus+label[placeholder]:before {
    color: black;
    font-family: 'Inter';
    font-weight: 600;
}

input[type="text"][required]:focus+label[placeholder]:before,
input[type="text"][required]:valid+label[placeholder]:before {
    transition-duration: 0.2s;
    transform: translate(0, -1.9em) scale(0.9, 0.9);

}

input[type="text"][required]:invalid+label[placeholder][alt]:before {
    content: attr(alt);
}

input[type="text"][required]+label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 1.25em;
    margin-top: calc(-3em - 2px);
    margin-bottom: calc((3em - 1em) + 2px);
}

input[type="text"][required]+label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    margin: 0 calc(1em + 2px);
    padding: 0 2px;
    color: #898989;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.container select {
    width: 60%;
    height: 2.5rem;
    padding-left: 15px;
    font-size: 16px;
    border: 1.9px solid black;
    border-radius: 10px;
    color: black;

    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-color: white;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Inter';
}

.container .title {
    position: relative;
    color: black;
    font-weight: 600;
    font-family: 'Inter';
    font-size: 17px;
}

.container .title::before {
    position: absolute;
    /* content: 'country'; */
    top: -73px;
    left: 15px;
    background-color: white;
    width: 66px;
    height: 22px;
    text-align: center;
    font-size: 15px;
}

.container .icon {
    position: relative;
    font-size: 12px;
    color: black;
    left: 200px;
    top: -50px;
    pointer-events: none;
    padding: 19px 9px 15px 9px;

}

.prev {
    background-color: #803AEA;
    width: 100%;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#prevBtn {
    background-color: #803AEA;
    color: white;
    font-family: 'Montserrat';
    font-weight: 700;
    border: 0px;
    float: left;

}

#nextBtn {
    background-color: #803AEA;
    color: white;
    font-family: 'Montserrat';
    font-weight: 700;
    border: 0px;
    float: right;

}



.card1 {
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    height: max-content;
    background-color: #ffffff;
    padding: 20px 30px 40px;
    border: 3px dotted #a3a3a3;
}


.card1 h3 {
    font-size: 22px;
    font-weight: 600;

}

.btn2 {
    text-decoration: none;
    background-color: #005af0;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    outline: none;
    transition: 0.3s;
    border-radius: 10px;
}


.form input {
    margin: 10px 0;
    width: 100%;
    background-color: #e2e2e2;
    border: none;
    outline: none;
    padding: 12px 20px;
    border-radius: 4px;
}

.f-btn {
    font-size: 0.75rem !important;
}


.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath stroke='%23000000' d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E") !important;
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath stroke='%23000000' d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E") !important;
}


.set {
    /* --bs-bg-opacity: 1; */
    background-color: #0D0D0D !important;
}

.navbar-toggler-icon-closed::before {
    content: '\00d7';
    /* Unicode character for close (X) */
    color: #fff;
    /* Change the color to match your design */
}

@media (max-width: 990px) {
    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 5;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 80% !important;
        background-color: black;
        z-index: 5000;
    }

    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.3s ease;
        -o-transition: left 0.3s ease;
        -moz-transition: left 0.3s ease;
        transition: left 0.3s ease;
        left: -100%;
    }

    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.3s ease-in;
        -o-transition: left 0.3s ease-in;
        -moz-transition: left 0.3s ease-in;
        transition: left 0.3s ease-in;
    }
}

.contents {

    height: 100%;

    /* background: rgb(0, 0, 0); */
    /* Fallback color */
    /* background: rgba(0, 0, 0, 0.6); */
    /* Black background with 0.5 opacity */

}

.filterDiv {
    float: left;
    background-color: #2196F3;
    color: #ffffff;
    width: 100px;
    line-height: 100px;
    text-align: center;
    margin: 2px;
    display: none;
}

.hide {
    display: none;
}

.grid-container {
    columns: 3 100px;
    column-gap: 0.5rem;
    width: 90%;
    margin: 0 auto;
}

.grid-container div {
    width: 150px;
    margin: 0 1.5rem 0.3rem 0;
    display: inline-block;
    width: 100%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    transition: all .25s ease-in-out;
}

.grid-container-img {
    width: 100%;
    border-radius: 5px;
    transition: all .25s ease-in-out;
}

@media (max-width: 990px) {
    .navbar-collapse {
        height: 100vh;
        top: 65px;
    }
}

@media (max-width:900px) {
    .modify {
        justify-content: center;
    }
}

.navbar-nav .dropdown-menu {
    position: static;
    background: black !important;
    color: white !important;
    z-index: 5000;

}

.dropdown-item {
    color: #E8AB33 !important;
}

.dropdown-item:hover {
    color: black !important;
}



.carousel-item {
    width: 100%;
    padding: 2rem;
    background-color: #E8AB33;
}

.carousel-item h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.carousel-item p {
    margin-bottom: 1rem;
}

.blockquote {
    font-size: 1.25rem;
    line-height: 1.5;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #E8AB33;
    border-radius: 50%;
}



/* start award home page */


:root {
    --montserrat-font: 'Montserrat', sans-serif !important;
}

/* Body and Basic Styles */
body,
html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: var(--montserrat-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--montserrat-font);
}

p {
    font-family: var(--montserrat-font);
}

input,
button,
textarea,
select {
    font-family: var(--montserrat-font) !important;
}


/* Owl Carousel Styles */
.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden !important;
    -webkit-transform: translate3d(0, 0, 0)
}

/* Testimonial Area Styles */
#testimonial_area {
    padding: 40px 0;
}

.box-area {
    height: 200px;
    width: 100%;
    padding: 30px 5px;
    position: relative;
    display: block;
    background: #fff;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 7px;
    margin: 40px 0;
    border-radius: 8px;
}

.box-area h5 {
    font-size: 16px;
    font-weight: 700;
    color: #0a69ed;
    /* margin-top: 30px; */
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.box-area span {
    color: #262626;
    display: block;
    font-size: 13px;
    margin: 0 0 10px;
    font-weight: 400;
}

.box-area .content {
    color: #262626;
    margin-top: 35px;
}

.box-area .img-area {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -40px;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    right: 0;
    z-index: 1;
    border-radius: 50%;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.5);
}

.box-area .img-area img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: fill;
}

/* Social Icons */
.socials {
    margin-top: 30px;
}

.socials i {
    margin: 0 10px;
    color: #0a69ed;
    font-size: 18px;
}

/* Navigation Arrows */
#testimonial_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

#testimonial_area .owl-prev,
#testimonial_area .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0a69ed;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    position: absolute;
}

#testimonial_area .owl-prev {
    left: -60px;
    top: -30px;
}

#testimonial_area .owl-next {
    right: -60px;
    top: -30px;
}

/* Article Items */
.article-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

.aticle-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

/* Video Container */
.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.responsive-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: contain;
}

/* Grid Items */
.grid-item {
    width: 25%;
}

.grid-item--width2 {
    width: 50%;
}

/* Offer Card */
.offer-card {
    background-color: #803AEA;
    padding: 8px 15px;
    border-radius: 8px;
    margin-right: 5px;
    font-weight: bold;
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    transition: transform 0.3s ease;
}

/* Media Queries */
@media only screen and (max-width: 991px) {
    .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .box-area {
        text-align: center;
        height: 200px;
    }

    .owl-nav {
        display: none;
    }
}

@media (max-width: 768px) {
    #mobversion {
        text-align: center;
    }

    .sh_regisPicMOB,
    .sh_regisPicMOBup {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-top: 20px;
    }

    .sh_regisArrMOB {
        width: 100%;
        margin-left: 32px;
    }

    img {
        /* max-width: 100%; */
        height: auto;
    }

    p {
        margin-top: 10px;
    }
}

.filterbox {
    font-size: 10px !important;
    font-weight: 600 !important;
}

.description-wrapper {
    position: relative;
    min-height: 60px;
    /* Adjust as needed for consistent height */
}

.description-text {
    margin-bottom: 1rem;
    line-height: 1.5;
}

.card-title.text-truncate {
    max-width: 100%;
}

.read-more-link {
    background: none;
    border: none;
    color: #803AEA;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease;
}

.read-more-link:hover {
    color: #6020c0;
    text-decoration: underline;
}

.short-text,
.full-text {
    transition: opacity 0.3s ease;
}

.description-text.expanded .short-text {
    display: none;
}

.description-text.expanded .full-text {
    display: inline;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 0 0 auto;
    text-transform: uppercase !important;
}

@media (max-width: 576px) {
    .video-container {

        width: 100%;
        height: 10rem;
        /* 16:9 aspect ratio */
    }

    .entry-txt {
        font-size: 16px !important;
    }

    .box-area h5 {
        font-size: 13px !important;
    }
}

#testimonial_area {
    padding: 10px 0 !important;
}

.card-body {
    flex: 0 0 auto !important;
    color: var(--bs-card-color);

}

.input-group-lg .input-group-text {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}




.content {
    max-height: 85px;
    overflow-y: auto;
    scrollbar-width: none;
}


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

#juryAlert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
    /* height: 80px; */
    text-align: center;

}

.btn-hide {
    display: none;
}

.alert-warning {
    background-color: #803AEA !important
}

.timer-text {
    font-size: 25px;
}

.timer-txt {
    font-size: 11px;
}

.popup-heading {
    font-size: 23px !important;

}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    font-size: 17px !important;
}

@media (max-width: 576px) {
    .alert-heading h4 {
        font-size: 18px !important;
        margin-bottom: 0;
    }

    .timer-text {
        font-size: 17px !important;
    }

    .popup-desc {
        font-size: 14px !important;
    }

    input[type=text],
    input[type=password],
    input[type=email],
    input[type=number],
    input[type=tel],
    input[type=date],
    textarea {
        font-size: 14px !important;

    }

    .input-group-lg>.btn,
    .input-group-lg>.form-control,
    .input-group-lg>.form-select,
    .input-group-lg>.input-group-text {
        font-size: 14px !important;
    }

    .box-area .content {
        margin-top: 10px !important;
        font-size: 13px;
    }

    .box-area .img-area {
        width: 60px !important;
        height: 60px !important;
    }

    .owl-carousel .owl-item img {
        height: 60px !important;
        width: 60px !important;
    }


}

.alert-dismissible {
    padding-right: 0px !important;
}

.alert {
    padding-left: 0px !important;
}



/* end */