@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

#lightbox-caption, .collaborators, .collaborators-default .collaborators, .criteria-section, .guests_list, .heading-block h4 {
    text-align: center
}

a, body {
    color: #000
}

body, header {
    background-color: #fff
}

.heading-block h4, body {
    font-family: Poppins,sans-serif
}

.criteria_list, .guests_list, .logo-wrapper img, a.header-email, ul.header-top-menu li a {
    transition-duration: .3s
}

.gallery-item, .guest-section {
    position: relative;
    overflow: hidden
}

body {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

a {
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

    a:hover {
        text-decoration: none !important
    }

    a:focus {
        outline: 0
    }

input:focus, textarea:focus-visible {
    outline: 0 !important;
    box-shadow: none !important
}

header {
    transition-duration: .5s;
    padding: 0 60px;
    position: sticky;
    top: 0;
    z-index: 999
}

    header.header-scroll {
        box-shadow: 0 0 10px #00000033
    }

.logo-wrapper img {
    max-height: 70px
}

header.header-scroll .logo-wrapper img {
    max-height: 68px;
    padding-top: 10px
}

.header-menu .site-navigation .site-menu {
    padding-left: 0
}

.site-navbar .site-navigation .site-menu .has-children > a span:after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 8px;
    margin-left: 5px;
    position: relative;
    top: -1px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 8px;
    margin-left: 5px;
    position: relative;
    top: -1px
}

.header-top {
    background-color: #183e65;
    color: #fff;
    padding: 0 60px
}

.header-top-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    height: 30px
}

.heading-light h2, a.header-email {
    color: #fff
}

    .header-menu a.menu-link:hover, a.header-email:hover, ul.header-top-menu li a:hover {
        color: #f6c640
    }

ul.header-top-menu {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0
}

    ul.header-top-menu li {
        list-style: none
    }

        ul.header-top-menu li a {
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .5px
        }

.header-block {
    display: flex;
    justify-content: space-between;
    padding: 15px 0
}

.header-menu {
    display: flex;
    align-items: center
}

    .header-menu a.menu-link {
        font-size: 13px;
        margin-left: 5px;
        display: inline-block;
        padding: 15px 4px;
        font-weight: 400
    }

    .header-menu a.menu-sub-link {
        font-size: 13px;
        text-transform: uppercase !important;
        transition-duration: .3s;
        color: #999 !important
    }

        .header-menu a.menu-sub-link:hover {
            color: #183e65 !important;
            background-color: #f5f5f5
        }

    .header-menu .site-menu .has-children .dropdown {
        -webkit-box-shadow: 0 2px 10px -2px rgba(0,0,0,.2) !important;
        box-shadow: 0 2px 10px -2px rgba(0,0,0,.2) !important
    }

    .header-menu .dropdown {
        border-top: 5px solid #f6c640 !important
    }

.header-links {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: center
}

.sub-dropdown {
    left: 100% !important
}

.header-links a {
    font-size: 13px;
    padding: 10px 15px;
    font-weight: 600
}

    .header-links a span {
        font-size: 11px
    }

.banner-logo, .heading-block {
    margin-bottom: 30px
}

    .heading-block h2 {
        font-weight: 600;
        color: #222;
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 25px
    }

        .heading-block h2 span {
            position: relative;
            z-index: 1
        }

            .heading-block h2 span:before {
                content: "";
                position: absolute;
                left: 50%;
                bottom: 5px;
                width: 95%;
                height: 3px;
                background: #f4da58;
                transform: translateX(-50%);
                z-index: -1
            }

    .heading-block h4 {
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 500
    }

.heading-center {
    justify-content: center
}

.heading-dark h2 {
    font-weight: 700;
    color: #222
}

.banner-section {
    position: relative;
    background: url(../images/slide01.webp) center no-repeat
}

.banner-block {
    position: relative;
    padding: 70px 0
}

.banner-content {
    position: relative;
    height: 100%
}

.banner-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.banner-caption {
    position: relative;
    padding: 10px 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.collaborators-default.collaborators-style--2.no-border .collaborators::after, .mob-banner {
    display: none
}

.banner-logo img {
    max-width: 100%
}

.banner-caption h1 {
    color: #fcca32;
    font-size: 58px;
    line-height: 64px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-family: Oswald,sans-serif
}

.banner-caption h2, .banner-caption h3 {
    font-size: 26px;
    line-height: 32px;
    color: #fff
}

.banner-caption h1 span {
    display: block;
    font-size: 18px
}

.banner-caption h2 {
    font-weight: 700;
    margin-bottom: 10px
}

    .banner-caption h2 span {
        display: block;
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        padding-top: 10px
    }

ul.list_icon li, ul.terms_list li {
    clear: both;
    line-height: 24px;
    display: block
}

.banner-caption h3 {
    font-weight: 600;
    margin-bottom: 15px
}

.banner-caption h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px
}

.banner-caption h5 {
    color: #fff;
    font-size: 22px;
    line-height: 28px
}

.collaboration {
    background: #fcca32;
    padding: 7px 20px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700
}

.intro-section, .jury-members-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #fff
}

    .intro-section h3 {
        font-size: 28px;
        color: #1273b4;
        font-weight: 600
    }

    .about-gwalior-section p, .intro-section p {
        font-size: 18px;
        line-height: 26px;
        color: #222;
        text-align: justify
    }

    .intro-section img {
        border-radius: 20px
    }

.highlights_box {
    background: #eaeff7;
    padding: 30px
}

ul.list_icon, ul.terms_list {
    width: 100%;
    padding: 0;
    list-style-type: none;
    margin-top: 2%
}

    ul.list_icon li {
        width: 100%;
        margin-bottom: 5px;
        background: url(../images/right-icon.webp) 0 4px no-repeat;
        padding-left: 25px;
        font-size: 18px;
        color: #222;
        padding-bottom: 5px;
        text-align: left;
        border-bottom: 1px solid #eaeaea
    }

        ul.list_icon li span {
            display: block
        }

.guest-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #002e5d;
    z-index: 1
}

    .guest-section .shape-1 {
        position: absolute;
        width: 400px;
        height: 400px;
        border: 80px solid #fecc00;
        border-radius: 50%;
        right: -200px;
        top: -170px;
        background: #012448;
        z-index: -9
    }

.guests_list {
    background: #fff;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 14%);
    border: 1px solid #ededed;
    padding: 30px;
    border-radius: 10px;
    height: 100%
}

    .guests_list h2 {
        font-size: 36px;
        line-height: 44px;
        font-weight: 700;
        color: #002d5e;
        margin-bottom: 20px
    }

    .criteria-section p, .criteria_list p, .guests_list p, .property-rights-section p {
        font-size: 18px;
        line-height: 26px;
        color: #222;
        font-weight: 400
    }

    .guests_list img {
        width: 180px;
        height: 180px;
        border-radius: 100%;
        border: 4px solid #feca0a;
        margin: auto auto 15px
    }

.about-gwalior-section img, .criteria_list {
    border-radius: 10px
}

    .criteria_list:hover, .gallery-item:hover img, .guests_list:hover {
        transform: scale(1.08)
    }

.criteria-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(../images/criteria-bg.webp) center top no-repeat
}

    .criteria-section h3, .property-rights-section h3 {
        font-size: 26px;
        line-height: 32px;
        color: #222;
        font-weight: 600;
        text-align: left
    }

.criteria_list {
    padding: 20px;
    background: #fff;
    box-shadow: 0 50px 100px 0 rgb(0 0 0 / 20%);
    height: 100%
}

    .criteria_list h1 {
        font-size: 26px;
        line-height: 32px;
        color: #222;
        font-weight: 600
    }

    .criteria_list img {
        width: 90px;
        height: 90px;
        margin: auto auto 20px
    }

ul.terms_list li {
    width: 100%;
    margin-bottom: 10px;
    background: url(../images/round-icon.webp) 0 8px no-repeat;
    padding-left: 17px;
    font-size: 17px;
    color: #222;
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #ccc
}

.mb-7 {
    margin-bottom: 5rem !important
}

.about-gwalior-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #f4f8ff
}

.property-rights-section {
    padding-top: 90px;
    padding-bottom: 40px
}

.register, .registration {
    padding-bottom: 90px;
    text-align: center
}

    .register a {
        background-color: #f8c301;
        padding: 15px 40px;
        color: #1a2d62;
        font-size: 26px;
        line-height: 36px;
        border: 0;
        font-weight: 600;
        margin-top: 2%;
        display: inline-block;
        border-radius: 30px
    }

        .contact-section a:hover, .register a:hover {
            background-color: #1a2d62;
            color: #fff
        }

.registration {
    padding-top: 90px;
    background: linear-gradient(90deg,#f3f3f9 35%,#e1f8fc 100%) !important
}

    .registration .form-control {
        background: #fff;
        height: auto;
        font-size: 14px;
        margin-top: 20px;
        border: 2px solid #666;
        box-shadow: 0;
        border-radius: 10px;
        padding: 15px
    }

.text-left {
    text-align: left;
}

.form_btn {
    margin-top: 20px
}

.btn-theme {
    background-color: #ffc400;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 60px;
    border: 0;
    border-radius: 10px;
    width: auto;
    margin: 1% auto auto
}

.collaborators {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #fff
}

.collaborators-default {
    padding: 0;
    margin: 0;
    list-style: none
}

    .collaborators-default .collaborators img {
        -webkit-transition: .3s linear;
        -o-transition: .3s linear;
        transition: .3s linear;
        display: inline-block;
        padding: 5px
    }

    .collaborators-default .collaborators a:hover img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 1
    }

    .collaborators-default.collaborators-style--2 {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(5,1fr);
        display: -ms-grid;
        display: grid
    }

@media only screen and (max-width:575px) {
    .collaborators-default.collaborators-style--2 {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(2,1fr)
    }
}

.collaborators-default.collaborators-style--2 .collaborators {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px
}

    .collaborators-default.collaborators-style--2 .collaborators::after {
        display: block;
        position: absolute;
        content: "";
        left: -1px;
        top: -1px;
        right: 0;
        bottom: 0;
        border: 1px solid #f3d4d4;
        pointer-events: none
    }

.contact-section {
    background: #002e5d;
    padding-top: 90px;
    padding-bottom: 90px
}

    .contact-section h3 {
        color: #fff;
        font-size: 20px;
        line-height: 26px
    }

    .contact-section p {
        font-size: 22px;
        line-height: 28px;
        color: #fff;
        margin-top: 3%
    }

    .contact-section a {
        border-radius: 10px;
        background-color: #f8c301;
        padding: 15px 30px;
        color: #1a2d62;
        font-size: 22px;
        line-height: 30px;
        border: 0;
        font-weight: 600;
        margin-top: 2%;
        display: inline-block
    }

.single_address {
    border: 1px solid #fff;
    border-image: none;
    border-radius: 5px;
    border-top: 1px solid #eee;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    height: 100%
}

    .single_address i {
        font-size: 20px;
        color: #ffca05;
        padding-right: 5px
    }

    .single_address h4 {
        font-weight: 700;
        margin-bottom: 5px;
        text-transform: capitalize;
        font-size: 18px;
        color: #fff
    }

    .single_address p {
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        font-weight: 400
    }

    .single_address a {
        font-size: 16px;
        color: #fff;
        background: 0;
        padding: 0;
        width: 100%
    }

        .single_address a:hover {
            background: 0
        }

.btn_two {
    color: #1a2d62 !important;
    padding: 5px 15px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    border-radius: 100px;
    font-size: 13px;
    transition: .3s;
    background: #fcca32
}

@media only screen and (max-width:491px) {
    .banner-bg, .banner-block {
        position: relative
    }

    header {
        padding: 0 20px
    }

    .banner-block {
        padding: 40px 30px;
        background: #183e65
    }

    .banner-caption {
        padding: 0
    }

        .banner-caption h1 {
            font-size: 20px;
            line-height: 26px
        }

            .banner-caption h1 span {
                font-size: 15px
            }

        .banner-caption h2 {
            font-size: 36px;
            line-height: 44px
        }

        .banner-caption h3 {
            font-size: 15px;
            line-height: 22px;
            font-weight: 700;
            margin-bottom: 15px
        }

        .banner-caption h4 {
            color: #fff;
            font-weight: 700;
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 30px
        }

            .banner-caption h4 span {
                display: inline
            }

        .banner-caption h5 {
            color: #fff;
            font-size: 15px;
            line-height: 22px;
            margin-top: 10px;
            margin-bottom: 30px
        }

    .banner-caption-image {
        width: 40px !important;
        height: 40px !important
    }

        .banner-caption-image img {
            width: 60px;
            height: 60px
        }

    .banner-caption-content {
        padding: 0 0 0 35px;
        width: 100%
    }

        .banner-caption-content p {
            font-size: 16px;
            line-height: 24px;
            color: #fff;
            font-weight: 500;
            text-shadow: 1px 1px #000
        }

    .heading-block h2 {
        font-weight: 600;
        font-size: 32px;
        line-height: 40px
    }

    .heading-block h5 {
        font-size: 18px;
        line-height: 24px
    }

    .intro-body-section {
        background: #fef7ed !important
    }
}

@media (min-width:320px) and (max-width:769px) {
    .mob-banner {
        display: block !important
    }

    .banner-section {
        background: 0
    }

    .banner-block {
        display: none
    }

    .heading-block {
        margin-bottom: 10px !important
    }

        .guests_list h2, .heading-block h2 {
            font-size: 24px;
            line-height: 32px;
            margin-bottom: 10px
        }

    .intro-section h3 {
        font-size: 24px;
        text-align: center
    }

    .about-gwalior-section p, .criteria-section p, .criteria_list p, .guests_list p, .intro-section p {
        font-size: 15px;
        line-height: 20px;
        text-align: center
    }

    ul.list_icon li, ul.terms_list li {
        font-size: 15px;
        line-height: 20px
    }

        ul.list_icon li span {
            display: inline
        }

    .guest-section .shape-1 {
        position: absolute;
        width: 200px;
        height: 200px;
        border: 40px solid #fecc00;
        right: -90px;
        top: -30px
    }

    .g-5, .gy-5 {
        --bs-gutter-y: 0rem
    }

    .register a {
        background-color: #f8c301;
        padding: 15px 40px;
        color: #1a2d62;
        font-size: 20px;
        line-height: 26px;
        border: 0;
        font-weight: 600;
        margin-top: 2%;
        display: inline-block;
        border-radius: 30px
    }

    .contact-section h3 {
        font-size: 18px;
        line-height: 26px
    }

    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(150px,1fr)) !important;
        gap: 20px
    }
}

.gallery-section {
    background: #edf4fa;
    padding-top: 90px;
    padding-bottom: 90px
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
    gap: 20px
}

.gallery-item {
    border-radius: 8px;
    cursor: pointer
}

    .gallery-item img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform .4s
    }

    .gallery-item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.6);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity .3s;
        font-size: 2rem
    }

    .gallery-item:hover .overlay {
        opacity: 1
    }

.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.92);
    user-select: none
}

.lightbox-content-wrapper {
    position: relative;
    max-width: 85%;
    max-height: 80vh;
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.lightbox-close, .lightbox-nav {
    position: absolute;
    cursor: pointer;
    z-index: 10000
}

.lightbox-content {
    max-width: 100%;
    max-height: 75vh;
    border-radius: 6px;
    box-shadow: 0 5px 25px rgba(0,0,0,.8)
}

#lightbox-caption {
    color: #ddd;
    padding: 15px 0;
    font-size: 1.1rem
}

.lightbox-close {
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    transition: .3s
}

    .lightbox-close:hover {
        color: #f36
    }

.lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 30px;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    transition: background .3s,color .3s
}

    .lightbox-nav:hover {
        background: #f36;
        color: #fff
    }

.lightbox-prev {
    left: 20px
}

.lightbox-next {
    right: 20px
}

.gallery-item iframe {
    width: 100%;
    min-height: 250px;
    border: 2px solid #960;
    border-radius: 10px
}
