:root {
  --theme-color:#af1316;
  --theme-text-color: #181818;
  --white-color:#fff;
  --dark-color:#000;
  --inner-color1:#c7af47;
  --inner-ogane: #f26226;
  --inner-yellow: #ffcb0b;
  --theme-gradiant:linear-gradient(to bottom, #d84200 0%, #ff781a 100%, #d84200)
}



/* BenguiatStd */
@font-face {
   font-family: 'BenguiatStd-Book';
   src: url('../font/BenguiatStd-Book.otf');
}
@font-face {
   font-family: 'BenguiatStd-Medium';
   src: url('../font/BenguiatStd-Medium.otf');
}
@font-face {
  font-family: 'Oswald-Light';
  src: url('../font/Oswald-Light.ttf');
}
@font-face {
  font-family: 'Oswald-Regular';
  src: url('../font/Oswald-Regular.ttf');
}

@font-face {
  font-family: 'Oswald-SemiBold';
  src: url('../font/Oswald-SemiBold.ttf');
}
@font-face {
  font-family: 'impact';
  src: url('../font/impact.ttf');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../font/Montserrat-Regular.ttf');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../font/Montserrat-SemiBold.ttf');
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../font/BebasNeue-Regular.ttf');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('../font/Roboto-Medium.ttf');
}
@font-face {
  font-family: 'JosefinSans-Bold';
  src: url('../font/JosefinSans-Bold.ttf');
}

/* poppins */

@font-face {
   font-family: 'Poppins-Light';
   src: url('../font/Poppins-Light.ttf');
}

@font-face {
   font-family: 'Poppins-Regular';
   src: url('../font/Poppins-Regular.ttf');
}

@font-face {
   font-family: 'Poppins-Medium';
   src: url('../font/Poppins-Medium.ttf');
}

@font-face {
   font-family: 'Poppins-SemiBold';
   src: url('../font/Poppins-SemiBold.ttf');
}

@font-face {
   font-family: 'Poppins-Bold';
   src: url('../font/Poppins-Bold.ttf');
}







/* common-css */
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins-Light", sans-serif;
    color: #000;
    font-size: 14px;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

button:focus {
    outline: 0px !important;
}

a:hover {
    text-decoration: none;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto !important;
}

.h-100 {
    height: 100%;
}

.txt-undline {
    text-decoration: underline !important;
}

.container {
    max-width: 1230px !important;
}
/* Home-grid */
/* .home-grid-section {display: grid;width: 100%;grid-template-columns: 1fr 230px;grid-gap: 15px;} */
.grid-left {
    overflow: hidden;
    margin-top: 0px;
}
/* .grid-middle {overflow: hidden;} */
#header .container {
    max-width: 1230px !important;
}
/* .top_dec-deg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 35px;
  max-height: 310px;
}
.top_dec-deg.two {
  left: auto;
  right: 0;
  transform: scaleX(-1);
} */
.header-top-section {
    position: relative;
    z-index: 9;
}

@media screen and (max-width:1320px) {
    #header .container, .container {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1230px) {
    #header .container, .container {
        max-width: 100% !important;
    }
}
/* common-css-close */

.carousel-indicators {
    max-width: 110px;
    background: #0000009c;
    margin-inline: auto;
    padding: 5px 10px;
    border-radius: 30px;
}

    .carousel-indicators .active {
        background-color: #ffb20b;
    }

    .carousel-indicators [data-bs-target] {
        border: none;
        width: 12px;
        height: 12px;
        border-radius: 50px;
    }

/* Header */


/* Header-menu */
.main-bg {
    background-image: url(../images/main-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 40px;
    background-size: 100%;
    position: relative;
    z-index: 1;
}

.mobile-nav-active .aws-app-menu {
    z-index: -1;
}

.flip-img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.right-dgn, .left-dgn {
    position: absolute;
    top: 0;
    height: 550px;
    z-index: -1;
}

.right-dgn {
    left: 0;
}

.left-dgn {
    right: 0;
}

#header {
    background: linear-gradient(#4f8500, #6aac0a);
    /* background-color:var(--theme-gradiant) ; */
    position: relative;
    /* padding: 5px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 6px;
}

.main-bg::before {
    content: "";
    background: url(../images/bg-top.png);
    position: absolute;
    background-position: center;
    background-repeat: repeat-x;
    background-size: 100%;
    width: 100%;
    height: 3px;
    top: 39px;
    left: 0;
    z-index: -1;
}

.home-inner {
    padding-top: 15px;
}

.header-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 997;
}

.navbar-toggler.x {
    border: none;
}

    .navbar-toggler.x:focus {
        outline: none;
    }

    .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%;
    }

    .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%;
    }

    .navbar-toggler.x .icon-bar {
        width: 22px;
        display: block;
        height: 2px;
        background-color: #000;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .navbar-toggler.x .icon-bar + .icon-bar {
            margin-top: 4px;
        }

        .navbar-toggler.x .icon-bar:nth-of-type(1) {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
        }

        .navbar-toggler.x .icon-bar:nth-of-type(2) {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .navbar-toggler.x .icon-bar:nth-of-type(3) {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0);
        }

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1024px) {
    .navbar {
        padding: 0;
        width: 100%;
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 7px;
        }

        .navbar > ul {
            width: 100%;
        }

        .navbar li {
            position: relative;
        }

        .navbar > ul > li {
            white-space: nowrap;
        }

            .navbar > ul > li.login-n {
                margin-left: auto;
            }

        .navbar a, .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            white-space: nowrap;
            transition: 0.3s;
            position: relative;
            font-size: 12px;
            text-transform: uppercase;
            color: var(--white-color);
            font-family: 'Poppins-Medium';
            transition: color 0.3s, background 0.3s;
            padding: 7px 10px;
            /* padding: 14.5px 15px; */
            border-radius: 40px;
            line-height: 100%;
            letter-spacing: 0.25px;
        }

            .navbar a i,
            .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
                position: relative;
                z-index: 20;
                display: none;
            }

            .navbar a:hover,
            .navbar li.active > a,
            .navbar li:hover a, .menu-active a {
                color: #ffe400;
                background: linear-gradient(#00000021, #0000001f);
            }

        .navbar .menu-item-has-children ul {
            display: block;
            position: absolute;
            left: 0px;
            top: calc(100% + 30px);
            margin: 0;
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            background: var(--white-color);
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            transition: 0.3s;
            min-width: 200px
        }

            .navbar .menu-item-has-children ul a {
                padding: 10px 20px;
                text-transform: none;
                color: #000;
                background: var(--white-color);
            }

                .navbar .menu-item-has-children ul a i {
                    font-size: 12px;
                }

                .navbar .menu-item-has-children ul a:hover, .navbar .menu-item-has-children ul .active:hover, .navbar .menu-item-has-children ul li:hover > a {
                    color: var(--white-color);
                    background-color: #579003;
                    border-radius: 0;
                }

        .navbar .menu-item-has-children:hover > ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        .navbar .menu-item-has-children .menu-item-has-children ul {
            top: 0;
            left: calc(100% - 30px);
            visibility: hidden;
        }

        .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
            opacity: 1;
            top: 0;
            left: 100%;
            visibility: visible;
        }

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }

    .aws-app-menu {
        display: none !important;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1023px) {
    .main-bg {
        z-index: 10;
        background-size: 100%;
        background-position: center 0px;
        /* padding-block: 10px 30px; */
    }

    #header {
        padding: 0;
    }

    .navbar ul li.menu-item-has-children > a i {
        position: absolute;
        right: 20px;
        width: 10%;
        height: 42px;
        text-align: center;
        top: 0px;
    }

        .navbar ul li.menu-item-has-children > a i::before {
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            position: absolute;
        }

    .navbar ul li.menu-item-has-children > a {
        position: relative;
    }

    .navbar {
        position: fixed;
        top: 100%;
        width: 97%;
        max-width: 96%;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
        left: 50%;
        transform: translateX(-50%);
    }

        .navbar ul {
            position: absolute;
            inset: 0;
            padding: 40px 10px 10px 10px !important;
            margin: 0;
            background-image: linear-gradient(to right, #5f9a08, #5f9a08, #5f9a08);
            overflow-y: auto;
            transition: 0.3s;
            z-index: 9998;
        }

        .navbar a, .navbar a:focus {
            font-size: 15px;
        }

            .navbar a,
            .navbar a:focus {
                display: flex;
                align-items: center;
                padding: 8px 20px;
                color: #fff;
                white-space: nowrap;
                text-transform: uppercase;
                transition: 0.3s;
            }

                .navbar a i,
                .navbar a:focus i {
                    font-size: 12px;
                    line-height: 0;
                    margin-left: 5px;
                }

                .navbar a:hover,
                .navbar .active,
                .navbar .active:focus,
                .navbar li:hover > a {
                    color: var(--white-color);
                }

        .navbar .menu-item-has-children ul,
        .navbar .menu-item-has-children .menu-item-has-children ul {
            position: static;
            display: none;
            padding: 10px 0 !important;
            margin: 10px 20px;
            transition: all 0.5s ease-in-out;
            border: 1px solid #ffd086;
        }

    .dropdown-active a {
        font-size: 12px !important;
        padding: 6px 15px;
    }

    .navbar .menu-item-has-children > .dropdown-active,
    .navbar
    .menu-item-has-children
    .menu-item-has-children > .dropdown-active {
        display: block;
    }

    .mobile-nav-hide {
        color: var(--white-color);
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        left: 275px;
        top: 15px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .navbar {
            left: 0;
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                background: rgba(0, 0, 0, 0.6);
                z-index: 9996;
            }

    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 7%;
        top: 12%;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .navbar {
            left: 50%;
            top: 10%;
            transform: translateX(-50%);
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            overflow: hidden;
            height: 100vh;
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                background: rgba(0, 0, 0, 0.6);
                z-index: 9996;
            }
}

.login-n a {
    color: var(--white-color) !important;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #fc434b, #ad1117);
}

    .login-n a img {
        margin-right: 5px;
        height: 14px;
        filter: brightness(100);
    }

    .login-n a:hover {
        background-image: linear-gradient(to top, #fc434b, #ad1117);
    }

@media screen and (max-width:1320px) {
    .navbar a, .navbar a:focus {
        font-size: 13px;
    }
}

@media screen and (max-width: 1199px) {
    /* .navbar a, .navbar a:focus {
    font-size: 12px;
    padding: 10px 13px;
  } */
    .home-grid-section {
        grid-template-columns: 1fr;
    }
}

/* bootom=menu */

@media (min-width: 1023px) {
    .aws-app-menu {
        display: none;
    }
}

@media (max-width: 1023px) {
    .aws-app-menu {
        padding: 7px 15px;
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 100;
        background: linear-gradient(to right, #6aac0a, #6aac0a, #6aac0a);
        box-shadow: 0px 0px 9px #0000001c;
        z-index: 999;
    }

        .aws-app-menu > div * {
            font-size: 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 7px;
            color: #fff;
            line-height: 10px;
        }

        .aws-app-menu > div i {
            font-size: 20px;
        }

        .aws-app-menu > div {
            justify-content: space-between;
        }

    .dropdown-active a::before {
        position: absolute;
        content: "-";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .dropdown-active a {
        font-size: 13px !important;
        padding: 6px 15px;
        position: relative;
    }

    .navbar .menu-item-has-children > .dropdown-active {
        padding-top: 0 !important;
        margin-top: 0 !important;
        border: none;
        background: transparent;
    }

    .home-inner {
        padding-top: 0;
    }
    /* .top_dec-deg {top: 0;max-height: 250px;}  */

    .banner-wrap.pos-relative {
        max-width: 750px;
        margin-inline: auto;
        width: 100%;
    }

    .main-bg::before {
        top: 0;
    }

    .carousel-indicators [data-target] {
        width: 14px;
        height: 14px;
    }

    .navbar a, .navbar a:focus {
        font-size: 14px;
        padding-block: 6px !important;
    }
}

/* main_bg */
.main-bg {
    background: url(../images/main_bg.jpg) #2d0002;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 110vh;
    position: relative;
    z-index: 0;
}

.main_left_dgn, .main_right_dgn {
    position: absolute;
    left: 2%;
    max-height: 230px;
    bottom: 0;
    z-index: 1;
}

.main_right_dgn {
    left: auto;
    right: 3%;
    max-height: 250px;
}

.main_left_img,
.main_right_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    max-width: 223px;
}

.main_right_img {
    left: auto;
    right: 0;
}
/* main_bg_close */

.inner-grid-set {
    display: grid;
    width: 100%;
    grid-template-columns: 190px 1fr 190px;
    grid-gap: 20px;
    position: relative;
    z-index: 1;
}

/* left and right side part */
.inner-grid-left, .inner-grid-right {
    background: #810016;
    padding-top: 15px;
    padding-inline: 15px;
    padding-bottom: 25px;
    position: relative;
    z-index: 4;
}

.inner-grid-right {
    padding-inline: 17px 15px;
}

.inner-grid-left {
    padding-inline: 15px 17px;
}

.left_top_dgn, .right_top_dgn {
    position: absolute;
    top: -1px;
    left: 0;
    max-width: 246px;
    z-index: -1;
}

.right_top_dgn {
    left: auto;
    right: 0;
}

.inner-grid-left::after {
    position: absolute;
    content: "";
    left: 98%;
    height: calc(100% - 197px);
    width: 3px;
    bottom: 0px;
    background-color: #fff;
}

.inner-grid-right::after {
    position: absolute;
    content: "";
    right: 98%;
    height: calc(100% - 197px);
    width: 3px;
    bottom: 0px;
    background-color: #fff;
}

/* left_part */

.side_logo {
    max-height: 130px;
    box-shadow: 0px 5px 15px 0px #00000040;
    border-radius: 50%;
    border: 3px solid #f7f7f7;
}

.left_part_left_dgn, .right_part_right_dgn {
    position: absolute;
    top: 25px;
    left: -30px;
    width: 30px;
}

.right_part_right_dgn {
    left: auto;
    right: -30px;
}


/* coundown css  */
@keyframes flip-top {
    to {
        transform: rotateX(90deg);
    }
}

@keyframes flip-bottom {
    to {
        transform: rotateX(0deg);
    }
}

/* Parent namespace */
.countdown * {
    box-sizing: border-box;
}

.countdown-cards {
    display: flex;
    gap: 4px;
    justify-content: center;
}

.countdown-card {
    text-align: center;
}

    .countdown-card p {
        font-size: 11px;
        letter-spacing: 0px;
        text-transform: uppercase;
        color: hsl(0, 0%, 100%);
        font-family: "Poppins-Regular";
    }

/* Flip container */
.countdown-flip {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    z-index: 0;
}

    .countdown-flip::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        background: #0000001c;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }
/* Shared halves */
.countdown-top,
.countdown-bottom,
.countdown-top-flip,
.countdown-bottom-flip {
    font-size: 28px;
    height: 24px;
    padding: 2.7px 10px;
    text-align: center;
    color: #fff;
    background: #2fb51a;
    overflow: hidden;
    font-family: 'impact';
}

.countdown-card.days > div > div {
    min-width: 65px;
}
/* Top */
.countdown-top,
.countdown-top-flip {
    border-radius: 5px 5px 0 0;
    position: relative;
}

/* Bottom */
.countdown-bottom,
.countdown-bottom-flip {
    border-radius: 0 0 5px 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

    /* Dots */
    .countdown-top::before,
    .countdown-top::after,
    .countdown-bottom::before,
    .countdown-bottom::after,
    .countdown-top-flip::before,
    .countdown-top-flip::after,
    .countdown-bottom-flip::before,
    .countdown-bottom-flip::after {
        content: "";
        width: 2px;
        height: 10px;
        background: #fff;
        border-radius: 10px;
        position: absolute;
    }

.countdown-top::before,
.countdown-top-flip::before {
    bottom: -5px;
    left: 0px;
}

.countdown-top::after,
.countdown-top-flip::after {
    bottom: -5px;
    right: 0px;
}

.countdown-bottom::before,
.countdown-bottom-flip::before {
    top: -5px;
    left: -0px;
}

.countdown-bottom::after,
.countdown-bottom-flip::after {
    top: -5px;
    right: 0px;
}

/* Flip animation */
.countdown-top-flip {
    position: absolute;
    transform-origin: bottom;
    animation: flip-top 0.5s ease-in forwards;
}

.countdown-bottom-flip {
    position: absolute;
    bottom: 0;
    transform-origin: top;
    transform: rotateX(90deg);
    animation: flip-bottom 0.5s ease-out 0.5s forwards;
}

.countdown-card.hours > div > div {
    min-width: 60px;
}
/* coundown css close */

.left_title {
    color: #ffea00;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Montserrat-SemiBold';
    text-align: center;
    text-transform: uppercase;
}

.left_title2 {
    font-size: 13.5px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 5px;
    text-align: center;
}

.committee_bar {
    padding: 5px 0;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0000004a;
}

.side_bar_title {
    font-size: 18px;
    color: #fffc06;
    line-height: 1.3;
    text-align: left;
    font-family: 'BenguiatStd-Book';
    margin-bottom: 10px;
    text-align: center;
}


.donor-name {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-family: 'Poppins-Regular';
    color: #fff;
    font-weight: bold;
    text-align:center;
}

.side_list li {
    position: relative;
    margin-bottom: 9px;
    text-align: start;
    padding-left: 15px;
    transition: all .4s linear;
}

    .side_list li a {
        font-size: 12px;
        color: #fff;
        font-family: "Poppins-Regular";
        transition: all .4s linear;
    }

    .side_list li:hover a {
        color: #ffea00;
    }

    .side_list li:hover {
        padding-left: 16px;
        transition: all .4s linear;
    }

        .side_list li:hover::before {
            width: 14px;
            height: 14px;
            top: 4px;
            transition: all .4s linear;
        }

    .side_list li::before {
        position: absolute;
        content: "";
        background-image: url(../images/side_list_ioc.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 12px;
        height: 12px;
        left: 0;
        top: 6px;
    }

.side_list {
    position: relative;
    padding: 0;
    margin: 0;
}

.gallery-grid.video-gallery .video-item {
    margin-bottom: 10px;
}

.gallery-grid.video-gallery {
    display: block;
    padding-bottom: 15px;
}

.link_btn {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 15px;
    font-size: 12px;
    margin-top: 0px;
    text-transform: uppercase;
}

.inner-grid-left .gallery-grid.video-gallery .video-item .v-icon {
    height: 100px;
}

.social-wrapper {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #0000004a;
}
/* left_part_close */

/* right_part */
.main-btns, .sponsor-sec {
    padding: 10px 0px 0px;
    position: relative;
    margin-top: 15px;
}

.sponsor-sec {
    padding-bottom: 10px;
}

.btn.btn_set {
    background: #f86d0f;
    color: #fff;
    line-height: 100%;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 40px;
    font-size: 13px;
    position: relative;
    z-index: 1;
    transition: all .4s linear;
}

    .btn.btn_set:hover {
        background: rgb(45, 176, 89);
    }

.text_up {
    text-transform: uppercase;
}

.media ul,
.sponsors ul {
    width: 100%;
}

    .media ul li,
    .sponsors ul li {
        padding-bottom: 10px;
    }


        .media ul li a img,
        .sponsors ul li a img {
            height: 80px;
            width: 100%;
            object-fit: contain;
            padding: 15px;
            background: #fff;
        }

.m-sponsor-inner {
    margin-top: 10px;
}

.hrz-btns li {
    margin-bottom: 10px;
}

.cmd-btns li a {
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: 'Poppins-Regular';
    background: #00b8e5;
    transition: all .4s linear;
    padding-block: 10px;
    padding-inline: 10px;
}

.button-block .cmd-btns.hrz-btns a span {
    padding-left: 10px;
    font-size: 12px;
}

.cmd-btns li a img {
    height: 18px;
    position: relative;
    left: 0;
    filter: brightness(0) invert();
}

/* .cmd-btns.hrz-btns.btn-color.buttonslis li:first-child{} */
.cmd-btns.hrz-btns.btn-color.buttonslis li:nth-child(2) a {
    background: #ff9600;
}

.cmd-btns.hrz-btns.btn-color.buttonslis li:nth-child(3) a {
    background: #39ab26;
}

.cmd-btns.hrz-btns.btn-color.buttonslis li:nth-child(4) a {
    background: #e73da9;
}

.cmd-btns.hrz-btns.btn-color.buttonslis li:nth-child(5) a {
    background: #7e33dc;
}

.cmd-btns.hrz-btns.btn-color.buttonslis li:last-child a {
    background: #f84835;
}

@media screen and (max-width: 992px) {
    .button-block .cmd-btns.hrz-btns a span {
        font-size: 13px;
    }

    .cmd-btns li a img {
        height: 20px;
    }
}

@media screen and (max-width: 850px) {
    .cmd-btns.hrz-btns.btn-color.buttonslis {
        flex-wrap: wrap;
    }

    .cmd-btns li a {
        width: 270px;
    }
}

@media screen and (max-width: 768px) {
    .cmd-btns.hrz-btns.btn-color.buttonslis {
        margin-top: 0px;
    }

    .sec-sub-title {
        font-size: 18px;
    }

    .cmd-btns li a {
        width: 220px;
    }
}

@media screen and (max-width: 500px) {
    .button-block .cmd-btns.hrz-btns a span {
        font-size: 14px;
    }

    .sponsor-sec {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .sponsor-inner.m-sponsor-inner {
        padding-bottom: 20px;
    }
}


/* Exhibits Slider Card */
.exhibits_part {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #0000004a;
    position: relative;
}

.exhibit-card {
    position: relative;
}

    .exhibit-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        max-height: 225px;
    }

/* Overlay */
.exhibit-overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 15px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.901), rgba(0, 0, 0, 0.15));
}

    .exhibit-overlay h3 {
        color: #fff;
        font-size: 18px;
        font-family: 'Poppins-Medium';
        margin-bottom: 5px;
    }

/* Button */
.exhibit-btn {
    display: inline-block;
    padding: 5px 20px;
    border: 1.5px solid #fff;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Poppins-Regular';
    transition: all .3s ease;
}

    .exhibit-btn:hover {
        background: #fff;
        color: #000;
    }

/* Owl dots styling */
.exhibits-slider .owl-dots {
    margin-top: 10px;
}

.exhibits-slider .owl-dot span {
    width: 8px;
    height: 8px;
    background: #ffd1a8;
}

.exhibits-slider .owl-dot.active span {
    background: #fff;
}

.exhibits_part {
    position: relative;
}

    .exhibits_part::before {
        position: absolute;
        content: "";
        width: 110%;
        height: 1px;
        background-color: #ffffff63;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
    }

.exhibits-slider .owl-dots {
    margin-top: 2px !important;
}

.exhibits-slider.owl-theme .owl-dots .owl-dot span {
    margin: 3px 7px;
}

/*  */
/* right_part_close */


.left_right_bottom_dgn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
/* left and right side part close */

/* middle_part */
.inner-grid-middle {
    position: relative;
    overflow: hidden;
}

    .inner-grid-middle .text-logo_top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }

.logo_part {
    background: url(../images/text-logo_bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px 0 20px;
    margin-bottom: -20px;
    z-index: 1;
    position: relative;
}

.text_logo img {
    width: 100%;
    height: 117px;
    object-fit: contain;
}

/* middle_part_close */

/* banner_sec */
.banner_sec {
    border: 2px solid #e7ac32;
    border-radius: 10px;
    overflow: hidden;
    border-top: navajowhite;
}
/* banner_sec_close */
/* welcome_sec */
.welcome_part.top {
    margin-bottom: -45px;
}

.president_img {
    max-width: 165px;
}

.welcome_part {
    background: #2d0002;
    margin-top: 30px;
    padding: 15px 25px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff;
    margin-bottom: -15px;
    border: 1px solid #ffffff24;
}

.wel_content p {
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.wel_content {
    padding-bottom: 10px;
}

    .wel_content h5 span {
        font-family: 'Poppins-Light';
        font-size: 16px;
    }

    .wel_content h5 {
        font-size: 17px;
        font-family: 'Poppins-SemiBold';
    }

        .wel_content h5.wel_title {
            font-size: 22px;
            color: #fff000;
            font-family: 'BenguiatStd-Book';
        }
/* welcome_sec_close */

/* combaine_sec */
.combaine_sec {
    background: #fff;
    padding-inline: 20px;
    border-radius: 10px;
    position: relative;
    padding-block: 30px 10px;
}

.invitees-section .sec_title {
    margin-bottom: -30px;
}

.combaine_sec img.invitee_top_dgn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
/* invitee_sec */
.invitee-li .nav-link {
    border: 0;
    padding: 7px 20px 7px 20px;
    text-transform: uppercase;
    color: #414141;
    font-size: 13px;
    border-left: 1px solid #dedede;
    border-radius: 0;
    font-family: 'Poppins-Medium';
}

.sec_title {
    color: #420000;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'BenguiatStd-Book';
}

.inv-li-ico {
    height: 16px;
    transform: translateY(-1px);
    margin-right: 3px;
}

.invitee-li .nav-item .nav-link {
    font-size: 12px;
    padding-inline: 10px;
    padding-block: 5px;
    border-radius: 30px;
    background: linear-gradient(#fafafa, #d8d8d8);
}

    .invitee-li .nav-item .nav-link:hover,
    .invitee-li .nav-item .nav-link.active {
        background: linear-gradient(to left, #810016, #f74735);
        color: #fff;
    }

        .invitee-li .nav-item .nav-link:hover img,
        .invitee-li .nav-item .nav-link.active img {
            filter: brightness(100);
        }

.invitee-li {
    border-bottom: 0;
    gap: 5px;
}

    .invitee-li li:nth-child(3) {
        margin-left: auto;
    }

    .invitee-li .nav-item.show .nav-link,
    .invitee-li .nav-link.active,
    .invitee-li .nav-link:hover {
        background-color: #ffd673;
        color: #9e0000;
        /* border-inline: 1px solid transparent; */
    }

        .invitee-li .nav-item.show .nav-link img,
        .invitee-li .nav-link.active img,
        .invitee-li .nav-link:hover img {
            /* filter: brightness(0) invert(1); */
        }

    /* .invitee-box {
  margin: 5px;
} */
    .invitee-li .nav-item {
        border: 0;
        background-color: #fff;
        color: #414141;
        cursor: pointer;
        border-radius: 50px;
        margin: 0px 0px;
    }

.invitees-section .item h5 {
    font-size: 14px;
    margin-block: 10px 3px;
    color: #ec2327;
    font-family: "Poppins-Regular";
}

.invitees-section .item h6 {
    font-size: 12px;
    color: #000000;
    margin-top: 2px;
}

.invitee-ico {
    border-radius: 10px;
}

.combaine_sec .tab-content {
    padding-block: 15px 20px;
}

.invitees-slider .slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.invitees-slider .slider-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    gap: 0.5rem;
}

.invitees-slider .slider-item {
    flex: 0 0 auto;
    width: calc(20%);
    min-width: 120px;
    max-width: 145px;
}

@media (max-width: 992px) {
    .invitees-slider .slider-item {
        width: calc(25% - 0.375rem);
    }
}

@media (max-width: 768px) {
    .invitees-slider .slider-item {
        width: calc(33.333% - 0.333rem);
    }
}

@media (max-width: 576px) {
    .invitees-slider .slider-item {
        width: calc(50% - 0.25rem);
    }
}

.invitees-slider .slider-arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s;
}

    .invitees-slider .slider-arrow:hover {
        background: rgba(0, 0, 0, 0.8);
    }

    .invitees-slider .slider-arrow.left {
        left: 0;
    }

    .invitees-slider .slider-arrow.right {
        right: 0;
    }

    .invitees-slider .slider-arrow.hidden {
        display: none;
    }

.invitees-slider .tab-pane {
    padding: 20px 0;
}

.invitees-slider {
    max-width: 760px;
}

    .invitees-slider .card {
        height: 100%;
        text-align: center;
        border: none;
    }

    .invitees-slider .slider-item h5 {
        font-size: 14px;
        margin-block: 10px 3px;
        color: #ec2327;
        font-family: "Poppins-Regular";
    }

    .invitees-slider .slider-item p.small {
        font-size: 11px;
        color: #000;
    }

    .invitees-slider .card img {
        border-radius: 8px;
    }

/* invitee_sec_close */

/* programs_sec */
.programs_sec {
    position: relative;
    padding-block: 30px 10px;
}

    .programs_sec > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.program-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.program_img {
    position: relative;
    max-height: 260px;
    overflow: hidden;
    border-radius: 10px;
}
/* Overlay */
.program-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0) 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
    color: #fff;
    padding-bottom: 2px;
}

    .program-overlay h3 {
        font-size: 18px;
        margin-bottom: 4px;
        font-family: 'Poppins-Medium';
    }

    .program-overlay p {
        font-size: 14px;
    }

    .program-overlay span {
        color: #f5a623;
    }
/* programs_sec_close */


/* gallery-sec */
.gallery_sec {
    padding-block: 30px 0;
    position: relative;
}

    .gallery_sec .programs-header .nav-arrows {
        position: absolute;
        top: 65%;
        transform: translateY(-50%);
        z-index: 3;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        left: 0;
    }

    .gallery_sec .gallery-grid .g-box {
        height: 145px;
    }

.gallery-tbox-gap {
    padding-block: 45px;
    position: relative;
}

.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    grid-template-rows: auto;
    align-items: center;
    width: 100%;
    position: relative;
}

.flip {
    display: inline-block;
    transition: all .2s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
}
/* .gallery-grid > a:nth-child(3) .v-icon {
  max-height: 100%;
  max-width: 100%;
} */
.v-icon {
    height: 100%;
    object-fit: cover;
    /* max-height: 120px; */
    border-radius: 10px;
    object-position: top;
}

.pos-relative {
    position: relative;
}

.g-box {
    overflow: hidden;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000a1;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.text {
    color: white;
    font-size: 25px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.g-box:hover .overlay {
    height: 100%;
}

.gallery-grid > a:nth-child(3) .v-icon {
    max-height: 380px;
}

.video-item {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}

.video-icon-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/yt.png) no-repeat center center;
    z-index: 1;
    -webkit-transition: all 0.4s ease-out;
    -mz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background-size: 60px;
}

.flip:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateX(3px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    49.95% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    66.6% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px)
    }

    33.3% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    49.95% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    66.6% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px)
    }

    83.25% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media screen and (max-width: 1320px) {
    .gallery-tbox-gap {
        overflow-x: hidden;
    }

    .video-icon-hover.flip {
        background-size: 50px;
    }
}

@media screen and (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr 1fr !important;
    }

        .gallery-grid > a:nth-child(3) {
            grid-row: span 1;
            grid-column: span 1;
        }

    .gallery-tbox-gap {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .video-item {
        order: 1;
    }
}

@media screen and (max-width: 500px) {
    .gallery-grid {
        grid-template-columns: 1fr 1fr !important;
    }

        .gallery-grid > a:nth-child(3) {
            grid-row: span 2;
            grid-column: span 2;
            order: -1;
        }
}

.gallery_sec .programs-header .nav-arrows button {
    background: #fff;
    border: none;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    color: #893b3a;
    border: 1px solid #ffd051;
}

    .gallery_sec .programs-header .nav-arrows button.prog-prev {
        left: 0px;
        position: relative;
    }

    .gallery_sec .programs-header .nav-arrows button.prog-next {
        right: 0px;
        position: relative;
    }
/* gallery_css_close */


.main-bg .container-fluid {
    position: relative;
    max-width: 1530px;
}

.left_curve, .right_curve {
    position: absolute;
    bottom: 0;
    left: 100%;
}

.left_curve {
    left: auto;
    right: calc(100% - 1px);
}

/* footer */
footer {
    background: #2d0002;
    padding-bottom: 20px;
}

    footer .container-fluid {
        position: relative;
        max-width: 1530px;
    }

.footer_sec {
    background: #6aac0a;
    border-radius: 20px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 2.7fr;
    gap: 15px;
    align-items: flex-start;
    padding-block: 40px 20px;
}

.footer_title {
    font-family: 'BenguiatStd-Book';
    color: #fff;
    font-size: 26px;
}

/* Helpdesk */
.footer-helpdesk h3 {
    text-transform: lowercase;
    font-size: 22px;
    margin: 10px 0 20px;
}

    .footer-helpdesk h3 span {
        color: #ffe400;
    }

.footer-logo {
    height: 70px;
}

.help_contact {
    display: flex;
    align-items: start;
    gap: 0;
    padding-top: 10px;
    flex-direction: column;
}

.help-item {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    align-items: center;
}

    .help-item img {
        height: 20px;
        position: relative;
    }

    .help-item small {
        display: block;
        font-size: 11px;
        opacity: .9;
        margin-bottom: -4px;
    }

    .help-item span a {
        /*! font-family: 'Oswald-Light'; */
        font-size: 16px;
        color: #fff;
    }

/* Menu */
.footer-menu {
    padding-left: 10px;
}

    .footer-menu li {
        margin-bottom: 5px;
    }

    .footer-menu a {
        color: #fff;
        font-size: 14px;
    }

        .footer-menu a:hover {
            color: #ffe400;
        }

/* Venue */
.Venue_locat {
    display: flex;
    gap: 20px;
    align-items: end;
    margin-bottom: 15px;
}

    .Venue_locat p span {
        color: #fff400;
        display: block;
    }

    .Venue_locat p {
        font-family: "Poppins-Regular";
        max-width: 300px;
        color: #fff;
        font-size: 15px;
        margin-bottom: 0;
    }
/* .footer-venue h2 {
  font-size: 36px;
  font-weight: 800;
} */

.footer-venue p strong {
    color: #ffea00;
}

.baltimors_img > img {
    height: 80px;
}

.venue-buttons a img {
    height: 16px;
    transition: all .4s linear;
}

.venue-buttons {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

    .venue-buttons a {
        border: 1px solid #fff;
        padding: 7px 13px;
        font-size: 13px;
        color: #fff;
        display: flex;
        align-items: center;
        gap: 6px;
        transition: all .4s linear;
    }
/* .venue-buttons a:hover {
  background: #fff;
  color: #000;
} */

/* Social */
.footer-social {
    text-align: end;
}

    .footer-social h4 {
        margin-bottom: 10px;
        font-size: 20px;
    }

.social-icons {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: start;
}

    .social-icons a {
        width: 33px;
        height: 33px;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        transition: all .4s linear;
    }

        .social-icons a:hover {
            transform: translateY(-4px);
            background: #ffea00;
            color: #000;
            transition: all .4s linear;
        }

.subscribe-btn img {
    height: 18px;
    transition: all .4s linear;
}

.subscribe-btn {
    display: inline-flex;
    gap: 5px;
    padding: 7px 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    transition: all .4s linear;
}
    /* .subscribe-btn:hover {
  background: #fff;
  color: #000;
} */
    .venue-buttons a:hover,
    .subscribe-btn:hover {
        border-color: #540500;
        color: #000;
        background: #ffea00;
        transition: all .4s linear;
    }

        .venue-buttons a:hover img,
        .subscribe-btn:hover img {
            filter: brightness(0) invert(0);
            transition: all .4s linear;
        }

.inner-page-content {
    background-color: #ffffff;
    padding: 30px 20px 20px;
    z-index: 99;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.064) 0px 4px 12px;
    height: 100%;
}

    .inner-page-content::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 6px;
        background: url(../images/sec_top_deg.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        top: 0;
    }

.copyright_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
    font-size: 14px;
    padding-block: 15px;
}

    .copyright_sec p {
        margin-bottom: 0;
    }
/* footer_close */

/* inner page css */
.inner-cnt {
    margin-block: 20px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    height: calc(100% - 180px);
}

.title_divider {
    height: 15px;
    margin-bottom: 20px;
}

    .title_divider img {
        position: absolute;
        width: 100%;
        left: 0;
    }

.aws-title {
    font-family: 'BenguiatStd-Book' !important;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 10px;
    color: #420000;
}

.inner_banner_img img {
    width: 100%;
    border: 5px solid #f4dc7a;
    min-height: 150px;
    object-fit: cover;
}

.inner_banner_img {
    padding-block: 0 20px;
}

.logo-list {
    list-style: none;
    padding-left: 0;
}

    .logo-list li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }

        .logo-list li::before {
            content: "";
            position: absolute;
            top: 2px;
            width: 18px;
            height: 18px;
            background-image: url('../images/list_icon.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        .logo-list li::before {
            left: 0;
        }

.inner_title {
    padding-top: 5px;
    color: #780001;
    font-family: "Poppins-Medium";
}

.person_img {
    float: left;
    padding-right: 30px;
    padding-bottom: 20px;
    max-width: 200px;
}

    .person_img h5 {
        font-size: 20px;
        color: #a6071b;
        font-family: "Poppins-Medium";
        line-height: 100%;
        text-align: center;
        padding-top: 10px;
    }

        .person_img h5 span {
            font-family: "Poppins-Regular";
            font-size: 13px;
            color: #000;
            line-height: 16px;
            display: inline-block;
            padding-top: 5px;
        }

    .person_img img {
        width: 100%;
    }
/* inner page css close */

/* responsive */
@media screen and (max-width:1500px) {
    #header .navbar ul {
        gap: 0;
    }

    .main_left_img, .main_right_img {
        max-width: 200px;
    }

    .left_part_left_dgn, .right_part_right_dgn {
        position: absolute;
        top: 15px;
        left: -25px;
        width: 25px;
    }

    .right_part_right_dgn {
        left: auto;
        right: -25px;
    }

    .main_left_dgn, .main_right_dgn {
        position: absolute;
        left: 1%;
        max-height: 200px;
        bottom: 0;
        z-index: 1;
    }

    .main_right_dgn {
        left: auto;
        right: 2%;
        max-height: 220px;
    }
}

@media screen and (max-width:1450px) {
    .main_left_img, .main_right_img {
        max-width: 165px;
    }

    .main_left_dgn, .main_right_dgn {
        position: absolute;
        left: 0%;
        max-height: 200px;
        bottom: 0;
        z-index: 1;
    }

    .main_right_dgn {
        left: auto;
        right: 0%;
        max-height: 220px;
    }
}

@media screen and (max-width:1400px) {
    .main_left_dgn, .main_right_dgn {
        display: none;
    }
}

@media screen and (max-width:1350px) {
    .main_left_img, .main_right_img {
        max-width: 150px;
    }

    .left_part_left_dgn, .right_part_right_dgn {
        top: 0px;
    }
}

@media screen and (max-width:1320px) {
    .footer_sec {
        border-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .inner-grid-left .left_curve {
        display: none;
    }

    .inner-grid-right .right_curve {
        display: none;
    }

    .main_left_img, .main_right_img {
        max-width: 120px;
    }

    .main-bg {
        overflow: hidden;
    }

    .text_logo img {
        width: 100%;
        height: 115px;
    }
}


@media screen and (max-width:1200px) {
    .main_left_img, .main_right_img {
        display: none;
    }

    .main-bg .header_ser .container {
        padding-inline: 0 !important;
    }

    footer .container-fluid {
        padding-inline: 8px;
    }

    .president_img {
        width: 100%;
        border-radius: 80px;
        border: 1px solid #fff;
        aspect-ratio: 1;
        object-fit: contain;
        object-position: bottom;
        max-width: 150px;
    }

    .invitees-section .sec_title {
        margin-bottom: 0;
    }

    .welcome_part .row.align-items-end {
        align-items: center !important;
    }

    .text_logo img {
        height: 100px;
    }
}

@media screen and (max-width:1144px) {
    .text_logo img {
        height: 85px;
    }
}

@media screen and (max-width:1023px) {
    .copyright_sec {
        padding-bottom: 50px;
    }

    .header_ser {
        position: relative;
        z-index: 999;
    }

    .navbar a, .navbar a:focus {
        font-size: 15px;
    }

    .main-bg {
        overflow: hidden;
        position: relative;
        z-index: 999;
    }
}

@media screen and (max-width:998px) {
    .inner-grid-set {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

        .inner-grid-set .inner-grid-left, .inner-grid-set .inner-grid-right {
            order: 1;
            width: calc(50% - 5px);
            margin-inline: auto;
        }

    .left_part_left_dgn, .right_part_right_dgn, .left_top_dgn, .right_top_dgn {
        display: none;
    }

    .left_curve, .right_curve {
        display: none;
    }

    .inner-grid-left::after, .inner-grid-right::after {
        display: none;
    }

    .gallery-grid.video-gallery .video-item {
        display: block;
    }

    .gallery-grid.video-gallery .video-item, .social-card img {
        max-width: 200px;
    }

    .main-btns, .sponsor-sec, .exhibits_part {
        max-width: 220px;
        margin-inline: auto;
    }

    .side_logo {
        display: none;
    }

    .gallery-grid.video-gallery > .text-center {
        text-align: left !important;
    }

    .inner-grid-set .inner-grid-left, .inner-grid-set .inner-grid-right {
        padding-bottom: 50px;
    }

    .welcome_part {
        text-align: center;
    }

    .wel_content {
        padding-top: 10px;
        display: flex;
        flex-direction: column;
    }

        .wel_content > :last-child {
            order: 0;
        }

        .wel_content > :first-child {
            order: 1;
        }

        .wel_content > :nth-child(2) {
            order: 2;
        }

    .text_logo img {
        height: 110px;
    }
}

@media screen and (max-width:991px) {
    .logo_part {
        background: unset;
        padding: 0;
    }

    .text_logo img {
        height: auto;
    }
}

@media screen and (max-width:992px) {

    .wel_content a {
        order: 3;
    }

    .welcome_part .row > div.col-lg-3 {
        order: 0;
    }

    .welcome_part .row > div.col-lg-9 {
        order: 1;
    }

    .main-bg .container {
        padding: 0;
    }

    .gallery_sec {
        padding-inline: 2%;
    }

    .inner-grid-set .inner-grid-left, .inner-grid-set .inner-grid-right {
        order: 1;
        width: calc(50% - 2.5%);
        margin-inline: 0;
    }

    .inner-grid-set .inner-grid-left {
        margin-left: 2%;
    }

    footer .container-fluid {
        padding-inline: 0%;
    }

    .footer_title {
        font-size: 22px;
    }
    .inner-cnt {
        height: 100%;
    }
}


@media screen and (max-width:768px) {


    .footer-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

        .footer-grid > div {
            min-width: calc(50% - 20px);
        }

    .copyright_sec {
        text-align: center;
        justify-content: center;
        gap: 7px;
    }
}

@media screen and (max-width:576px) {
    .invitee-li li:nth-child(3) {
        margin-left: 0;
        justify-content: center;
    }

    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
    }

    .carousel-indicators {
        margin-bottom: 10px;
    }

    .president_img {
        max-width: 100px;
    }

    .welcome_part {
        margin-top: 10px;
    }

    .invitee-li {
        justify-content: center;
    }

    .invitees-section .sec_title {
        margin-bottom: 5px;
    }

    .cmd-btns li a {
        width: 100%;
    }

    .committee_bar .side_list {
        columns: 2;
    }
}

@media screen and (max-width:450px) {
    .cmd-btns li a {
        width: 100%;
    }

    .cmd-btns.hrz-btns.btn-color.buttonslis > li {
        width: calc(50% - 5px);
    }

    .sponsor-sec {
        margin-top: 0;
    }

    .cmd-btns.hrz-btns.btn-color.buttonslis {
        margin-top: 0px;
        display: flex;
        gap: 0 10px;
    }

    .main-btns {
        max-width: 100%;
    }

    .cmd-btns li a img {
        height: 18px;
    }

    .button-block .cmd-btns.hrz-btns a span {
        font-size: 12px;
        padding-left: 5px;
    }

    .person_img {
        float: unset;
        padding-right: 0;
        padding-bottom: 0;
        max-width: 200px;
    }

    .wel_content {
        padding-bottom: 20px;
    }

    .inner-grid-set .inner-grid-left, .inner-grid-set .inner-grid-right {
        order: 1;
        width: 100%;
    }

    .Venue_locat {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        margin-bottom: 15px;
    }

    .inner-grid-set .inner-grid-left {
        margin-left: 0;
    }

    .inner-grid-set {
        gap: 0;
    }

    .left_right_bottom_dgn {
        display: none;
    }

    .inner-grid-set .inner-grid-left {
        padding-bottom: 0;
    }

    .gallery-grid.video-gallery .video-item, .social-card img {
        max-width: 155px;
        margin-bottom: 0;
    }

    .gallery-grid.video-gallery .video-item {
        display: inline-block;
    }

    .gallery-grid.video-gallery {
        display: flex;
        flex-wrap: wrap;
    }

    .video-item {
        order: 0;
    }

    .gallery-grid.video-gallery > .text-center {
        text-align: left !important;
        width: 100%;
    }

    .main-btns, .sponsor-sec, .exhibits_part {
        margin-inline: 0;
    }

    .inner-grid-set .inner-grid-left, .inner-grid-set .inner-grid-right {
        padding-bottom: 20px;
    }

    .combaine_sec {
        border-radius: 0;
    }

        .combaine_sec img.invitee_top_dgn {
            width: 100%;
            height: 10px;
            object-fit: cover;
        }

    .programs_sec > img {
        height: 8px;
        object-fit: cover;
    }

    .combaine_sec {
        padding-bottom: 20px;
    }

    .sponsor-sec {
        display: flex;
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        gap: 10px;
        align-items: baseline;
    }

    .exhibits_part {
        width: 100%;
        max-width: 100%;
    }

    .sponsor-sec > div {
        width: 100%;
    }

    .inner-grid-set .inner-grid-left {
        padding-bottom: 0;
    }

    .aws-title {
        margin-bottom: 3px;
    }

    .inner_banner_img {
        padding-block: 10px;
    }
}
/* responsive close */

.no-owl-slide {
    display: flex;
}

    .no-owl-slide > div {
        width: 100%;
        max-width: 150px;
    }






.sponsors.Donors ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.sponsors.Donors ul li {
    list-style: none;
    margin-bottom: 15px;
    text-align: center;
}


    .sponsors.Donors ul li a img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
        background: #fff;
        padding: 2px;
    }


.donor-name {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-family: 'Poppins-Regular';
    color: #fff;
}



.welcome_part {
    background: linear-gradient(135deg, #4b0003, #2d0002);
    margin-top: 25px;
    padding: 20px;
    border-radius: 12px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    transition: 0.3s ease;
}




.president_img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffd700;
    background: #fff;
}


.wel_title {
    font-size: 22px;
    color: #ffd700;
    margin-bottom: 8px;
    font-family: 'BenguiatStd-Book';
}


.wel_content p {
    font-size: 14px;
    line-height: 1.6;
    color: #ddd;
}


.highlight {
    color: #fff;
    font-weight: 600;
}


.know_more {
    color: #ffcc00;
    font-size: 13px;
    display: inline-block;
    margin: 8px 0;
    text-decoration: none;
}

    .know_more:hover {
        text-decoration: underline;
    }


.author {
    font-size: 15px;
    font-weight: 600;
}

    .author span {
        display: block;
        font-size: 13px;
        color: #bbb;
    }

@media (max-width: 768px) {
    .president_img {
        width: 110px;
        height: 110px;
        margin-bottom: 10px;
    }

    .wel_content {
        text-align: center;
    }
}

.welcome_part > .row, .welcome_part.top > .row {
    align-items: center !important;
    display: flex;
}

@media screen and (max-width:991px) {
    #carouselExampleIndicators .carousel-inner {
        padding-top: 15px !important;
    }

    #carouselExampleIndicators .carousel-indicators {
        max-width: 100px !important;
    }

.banner_sec .carousel-inner {
  height: auto !important;
}
}


@media screen and (max-width: 640px) {
    .sponsor-sec {
        display: flex;
        width: 100%;
        max-width: 100%;
        flex-direction: row;
        gap: 10px;
        align-items: baseline;
        flex-direction: column;
    }
}

.donor-name {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    height: 35px;
    overflow: hidden;
}
.banner_sec .carousel-inner{
height: 361px;
}





