@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto+Slab:wght@700&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css");

:root {
    --brand-color-1: #364F6B;
    --brand-color-2: #1570a3;
    --brand-color-3: #77b8bb;
    --brand-color-bisque: #f7bb23;
    --brand-color-bisque1: #f9d424;
    --brand-color-sky: #1a97b8;
    --brand-color-blue: #1368b4;
}

.brand-color-3 {
    color: var(--brand-color-3);
}

html {
    font-size: 16px;
}

body {
    font-family: 'Roboto', sans-serif;
    padding-top: 0 !important;
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 1rem;
}

a,
span {
    font-family: 'Roboto', sans-serif;
}

img {
    width: 100%;
}

#nav-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    font-size: 18px;
    background-color: var(--brand-color-blue);
    color: white;
    cursor: pointer;
    width: 48px;
    height: 48px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: var(--brand-color-blue);
    border-image: initial;
    padding: 10px 5px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(37 34 25);
    visibility: visible !important;
}

#nav-up:hover {
    background-color: rgb(255, 255, 255);
    color: var(--brand-color-blue);
}

footer#fFooter ul,
footer#fFooter ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

a.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
    padding: 0.8rem 2rem;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 1em;
    text-align: center;
    background-color: var(--brand-color-3);
    border: 2px solid var(--brand-color-3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0rem;
}

a.fButton:hover,
.fForm .buttons input:hover,
.fbutton-btn a:hover,
.fForm .buttons a:hover {
    background: #fff;
    color: var(--brand-color-3);
}

.ItemfinnerGallery {
    position: relative;
}

.fModuleTitle h3 {
    color: var(--brand-color-1);
    font-weight: 600;
    font-size: 2.5rem;
    text-align: center;
}

.fPageTitle {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 4rem 0;
    background-size: cover;
    min-height: 182px;
    height: 100%;
    margin-bottom: 2rem;
    background-color: var(--brand-color-1);
    display: grid;
    place-items: center;
}

.fPageTitle>* {
    color: #fff;
}


/****--Form---****/

select {
    word-wrap: normal;
    padding: 0.3rem 10px;
}

.fForm label {
    float: none;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.fForm .buttons {
    padding: 0;
}

.fForm .form-heading {
    font-weight: 600;
    margin-top: 1.5rem;
    padding: 0 0 7px;
    color: var(--brand-color-2);
}

.fForm .form-item-option {
    margin: 0;
}

.fForm input,
.fForm select,
.fForm textarea,
.fForm .date {
    padding: 0.85rem 10px;
    width: 100%;
    background: #fafafa;
}

.fForm .hint {
    /*     color: #333; */
    margin: 11px 0;
    line-height: 1.2;
}

.fForm .hint a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.fForm .hint a:hover {
    color: var(--brand-color-blue);
}

.fForm .form-item .date {
    width: 100%;
}


/* Header */

header {
    position: sticky;
    top: 0;
    z-index: 99999;
    background: #fff;
}

header .fModule.fLogo {
    padding-left: 0;
    padding-right: 0;
}

header ul,
header ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

header.fHeader1 .menu-horizontal {
    padding-right: 0%;
    background: transparent !important;
    justify-content: right;
}

header.fHeader1.active {
    box-shadow: 0px 0px 10px #00000040;
    position: fixed;
}

header.fHeader1 {
    position: relative;
    width: 100%;
    display: block;
    z-index: 9999;
    background: white;
}

.Ftop-header-logo li.fGalleryItem {
    width: 42%;
}

.menu-horizontal nav ul.fMenu {
    justify-content: right;
}

.menu-hover-1 .fMenu>li>a {
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    line-height: 1.2em;
    letter-spacing: 1;
    font-family: 'Roboto', sans-serif;
    margin-left: 0.5rem;
    padding: 0.5rem 0.25rem;
    color: var(--brand-color-green);
    position: relative !important;
}

.menu-hover-1 .fMenu li ul.sub {
    max-height: 0;
    display: unset;
    overflow: hidden;
    transition: all 0.3s linear;
}

.menu-hover-1 .fMenu li:hover ul.sub {
    max-height: 30rem;
    transition: all 0.5s linear;
}

.header-middle-container-row ul li a::before {
    content: '';
    height: 1px;
    width: 0;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--brand-color-green);
}

.header-middle-container-row ul li a:hover::before {
    width: 100%;
}

.navbar-header {
    background: var(--brand-color-2);
}

.navbar-header .menu-hover-1 .fMenu>li>a {
    color: #fff;
    font-weight: 600;
}


/* Footer */

footer#fFooter {
    background: var(--brand-color-2);
    padding-top: 4rem;
    padding-bottom: 2rem;
    margin-top: 1rem;
    /* clip-path: polygon(0 0, 25% 10%, 40% 0, 75% 10%, 100% 0%, 100% 100%, 0 100%); */
    position: relative;
    z-index: -1;
}

footer#fFooter::before {
    content: "";
    background: #fff;
    position: absolute;
    top: -3rem;
    width: 100%;
    height: 5rem;
    transform: skewY(2deg);
}

footer#fFooter::after {
    content: "";
    background: var(--brand-color-1);
    position: absolute;
    top: 2rem;
    right: 0rem;
    width: 75%;
    height: 1.5rem;
    transform: skewY(2deg);
}

footer#fFooter-full {
    background: #222;
}

footer * {
    color: #fff;
}

footer .fModuleTitle h3 {
    color: #fff;
    font-size: 1.25rem;
    margin-top: 0.5rem;
    text-align: start;
}

footer nav ul li {
    margin-bottom: 0.25rem !important;
}

footer nav ul li a::before {
    content: "\f0da";
    font-family: "FontAwesome";
    color: var(--brand-color-1);
    margin-right: 0.5rem;
}


/* Logo */

.f-logo img {
    max-width: 13rem;
    transition: all 0.3s;
}

.navbar-header .f-logo {
    display: none;
}

header.active .fheaderToptwo .f-logo img {
    max-width: 8rem;
    transition: all 0.3s;
}


/* Home */

.f-banner .fGalleryText {
    position: absolute;
    inset: 0;
    display: grid;
    align-items: center;
}

.f-banner .fGalleryText .text {
    width: 66%;
    padding: 4%;
}

.f-banner .fGalleryText .text h2 {
    color: #fff;
}

.f-banner .fGalleryText .text .fButton {
    background: #fff;
    color: var(--brand-color-2);
    padding: 0.75rem 1.5rem;
}

.f-about-text h3 {
    color: var(--brand-color-2);
}

.f-about-text .about-box {
    padding: 1rem 3%;
    border-radius: 2rem;
    box-shadow: 0 0 5px 0 #ccc;
    background: #f1f1f1;
}

.f-about-text .about-box h3 {
    width: fit-content;
    font-size: 1.5rem;
    padding: 0.25rem 7rem 0.75rem 0.5rem;
    background: linear-gradient(45deg, var(--brand-color-3) 80%, transparent 80%);
    color: #fff;
    position: relative;
    z-index: 1;
}

.f-about-text .about-box h3::before {
    content: "";
    position: absolute;
    inset: -0.5rem 0 0 0;
    background: linear-gradient(45deg, var(--brand-color-2) 70%, transparent 70%);
    z-index: -1;
}


/* Committee */

.f-committee .f-list-item-container {
    text-align: center;
}

.f-committee .f-list-item-container .f-list-item-teaser-image {
    position: relative;
    display: grid;
    place-items: center;
    box-shadow: 0 4px 15px -3px #aaa;
}

.f-committee .f-list-item-container img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.f-committee .f-list-item-container .f-list-item-content {
    padding: 1rem 0;
    text-align: center;
}

.f-committee .f-list-item-container .f-list-item-title {
    margin-bottom: 10px;
}

.f-committee .f-list-item-container .f-list-item-title a {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--brand-color-1);
}

.f-committee .f-list-item-container .f-list-item-teaser-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0;
    transition: all 0.3s;
}

.f-committee .f-list-item-container .f-list-item-teaser-image:hover:after {
    opacity: 0.5;
    transition: all 0.3s;
}

.f-committee .f-list-item-container .f-list-item-teaser-image a.link {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 80%;
    padding: 0.5rem 0;
    border-top: 1px solid #fff;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
}

.f-committee .f-list-item-container .f-list-item-teaser-image a.link:hover {
    color: #ccc;
}

.f-committee .f-list-item-container .f-list-item-teaser-image:hover a.link {
    bottom: 35%;
    opacity: 1;
    transition: all 0.5s;
}


/* Committee inner */

.f-content-container.f-user-container .f-content-item-teaser-image {
    max-width: 16rem;
    margin: auto;
}

.f-content-container.f-user-container .f-content-item-teaser-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid var(--brand-color-2);
}


/* Contact page */

.f-contact-form .buttons input {
    margin: 0;
    width: 100%;
}

.f-email .item {
    display: flex;
    border: 2px solid var(--brand-color-2);
}

.f-email .item>* {
    padding: 0.5rem 1rem;
}

.f-email .item .icon {
    display: grid;
    place-content: center;
    border-right: 1px solid #ddd;
}

.f-email .item .icon i {
    font-size: 3rem;
    color: var(--brand-color-2);
}

.f-email .item .text>* {
    margin: 0.5rem;
}

.f-email .item .text h3 {
    font-size: 1.25rem;
    font-weight: 400;
}

.f-email .item .text a {
    color: #000;
}


/* new banner starts here */

.f-new-2025-banner .fGalleryText {
    position: absolute;
    inset: 0;
}

.f-new-2025-banner .fGalleryText .image-character {
    position: absolute;
    inset: 0;
    z-index: 999;
}

.f-new-2025-banner .fGalleryText .item {
    position: absolute;
    inset: 0;
    align-content: center;
}

.f-new-2025-banner .fGalleryText .item .inr-item {
    width: 65%;
    background-image: linear-gradient(to right, var(--brand-color-sky) 65%, #ffffff00);
    color: white;
    padding: 3rem 1rem;
    position: relative;
    z-index: 1;
}

.f-new-2025-banner .fGalleryText .item .inr-item::before {
    content: "";
    width: 400px;
    z-index: 0;
    left: -400px;
    background-color: var(--brand-color-sky);
    height: 100%;
    position: absolute;
    top: 0;
}

.f-new-2025-banner .fGalleryText .item .inr-item h3 {
    font-size: 2.2rem;
    margin-top: 0;
}

.f-new-2025-banner .fGalleryText .item .inr-item h3 span {
    display: block;
}

.f-new-2025-banner .fGalleryText .item .inr-item>div {
    width: fit-content;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;

    &::before {
        content: "";
        width: 25px;
        height: 25px;
        display: inline-block;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        top: 7px;
        margin-right: 5px;
    }
}

.f-new-2025-banner .fGalleryText .item .inr-item>div.date {
    &::before {
        background-image: url("https://storage.unitedwebnetwork.com/files/1323/9dc49567cfff2c082faac55fa407c680.png");
    }
}

.f-new-2025-banner .fGalleryText .item .inr-item>div.venue {
    &::before {
        background-image: url("https://storage.unitedwebnetwork.com/files/1323/d9c8fffdc220b9e80223a66a269e40f5.png");
    }
}


/* new banner ends here */


/* organiser starts here */

.f-other-logo .fGalleryItem {
    width: fit-content;
    margin-bottom: 1rem;
}

.f-other-logo .ItemfinnerGallery {
    display: flex;
    align-items: center;
    height: 100%;
}

.f-other-logo .ItemfinnerGallery img {
    min-width: 14rem;
    max-width: 14rem;
    height: 130px;
    object-fit: contain;
    box-shadow: 0 0 6px 0 #bbb9b9;
    border-radius: 0.3rem;
    padding: 10px 20px;
    margin-bottom: 30px;
}


/* organiser ends here */


/* ei box*/

.ei .box {
    padding: 1rem;
    background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
    border-radius: 1rem;
}

.ei .box h4 {
    background: linear-gradient(60deg, var(--brand-color-3) 80%, transparent 80%);
    color: #fff;
    width: fit-content;
    padding: 0 7rem 0.5rem 1rem;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.ei .box h4:before {
    content: "";
    position: absolute;
    inset: -0.5rem 0 0 0;
    background: linear-gradient(60deg, var(--brand-color-2) 80%, transparent 80%);
    z-index: -1;
    margin-right: 1.5rem;
}

.object-cover {
    object-fit: cover;
}

.f-gallery-cards .fGalleryItem {
    padding: 12px;
}

.f-gallery-cards .ItemfinnerGallery {
    height: 100%;
    border: 1px solid #dedede;
    background-color: rgba(255, 255, 255, 0.756);
}

.f-gallery-cards .ItemfinnerGallery .fGalleryImage img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

.f-gallery-cards .ItemfinnerGallery .fGalleryText h3 {
    font-size: 1.4rem;
    color: var(--brand-color-1);
    margin: 0;
    margin-bottom: .5rem;
}

.f-gallery-cards .ItemfinnerGallery .fGalleryText p {
    margin: 0;
    margin-bottom: .5rem;
}

.f-gallery-cards .ItemfinnerGallery .fGalleryText .info {
    padding: 12px;
}

.box-number .col-12{
    padding: 12px;
}

.box-number .item {
    padding: 4rem 1rem 1rem 1rem;
}
.box-number .item .numbers
{
    position: absolute;
    left: 1rem;
    top: 1rem;
    font-size: 4rem;
    font-weight: 900;
    color: var(--brand-color-2);
    opacity: .5;
}
/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/


/*xxl*/

@media (max-width: 1599px) {
    html {
        font-size: 16px;
    }
}


/*xl*/

@media (max-width: 1399px) {
    html {
        font-size: 16px;
    }
}


/*lg*/

@media (max-width: 1199.9px) {
    .f-new-2025-banner .fGalleryText .item .inr-item h3 {
        font-size: 1.75rem;
    }
}


/*md*/

@media (max-width: 991px) {
    html {
        font-size: 15px;
    }

    .f-banner .fGalleryText .text h2 {
        font-size: 1.55rem;
    }

    .f-banner .fGalleryText .text h4 {
        font-size: 1.15rem;
    }

    .f-new-2025-banner .fGalleryText .item .inr-item h3 {
        font-size: 1.4rem;
    }

    .f-new-2025-banner .fGalleryText .item .inr-item>div {
        font-size: 1.2rem;
    }

    .f-new-2025-banner .fGalleryText .item .inr-item>div {
        &::before {
            width: 20px;
            height: 20px;
        }
    }

    .f-new-2025-banner .fGalleryText .item .inr-item {
        padding-left: 0;
    }
}


/*sm*/

@media (max-width: 767px) {
    html {
        font-size: 14px;
    }

    .fheaderToptwo .f-logo {
        display: none;
    }

    .navbar-header .f-logo {
        display: block;
    }

    .navbar-header .f-logo img {
        max-width: 8rem;
    }

    .navbar-header {
        background: #fff;
        border-bottom: 1px solid #333;
    }

    .f-headertop-btn .fButton {
        padding: 0.25rem 2rem;
        margin: 0 0.5rem;
    }

    .f-banner .fGalleryText {
        inset: 35% 0 0;
    }

    .f-banner .fGalleryText .text {
        width: 80%;
        padding: 4%;
        margin: auto;
        text-align: center;
        background: #00000065;
    }

    .f-banner .fGalleryText .text h2 {
        font-size: 1.75rem;
    }

    .f-banner .fGalleryText .text h4 {
        font-size: 1.25rem;
    }

    .fHeader .navbar-toggle .icon-bar {
        background: #1173ba;
    }

    .navbar-header .menu-hover-1 .fMenu>li>a {
        color: var(--brand-color-1);
        padding: 0.75rem 0.5rem !important;
    }
}


/*xs*/

@media (max-width: 575px) {
    html {
        font-size: 14px;
    }

    .f-banner .fGalleryText .text h2 {
        font-size: 1.5rem;
    }

    .f-new-2025-banner .fGalleryImage img {
        height: 400px;
        object-fit: cover;
    }

    .f-new-2025-banner .fGalleryText .image-character {
        display: none;
    }

    .f-new-2025-banner .fGalleryText .item .inr-item {
        width: 325px;
        z-index: 99;
        background-image: linear-gradient(to right, var(--brand-color-sky) 70%, #ffffff00);
        max-width: 100%;
    }
}

.fForm .hint,
.fForm .error {
    margin-left: 0;
}