@charset "utf-8";
/* CSS Document */

/* @import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: bebasneue;
    src: url('../fonts/BebasNeue-Regular.woff');
}

@font-face {
    font-family: gilan;
    src: url('../fonts/Gilan-Light.woff');
}

@font-face {
    font-family: lovin;
    src: url('../fonts/Saturday-Lovin.woff');
}

@font-face {
    font-family: loverica;
    src: url('../fonts/Loverica-DEMO.woff');
}

@font-face {
    font-family: wiescher;
    src: url('../fonts/Wiescher-Design-Cosma-Normal-UltraLight.woff');
}

/** BASIC CSS **/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

:root {
    --color1: #353392;
    --color2: #E79BA2;
    --color3: #D7222B;
    --color4: #F2A650;
    --comimg: 301px;
    --line-height-min: 1.2;
    --line-height-max: 1.6;
    --image: url('https://assets.codepen.io/197359/flower-white.png');
    --RHYTHM: clamp(min(var(--line-height-min), var(--line-height-max))* var(--RHYTHM_UNITS), var(--_line-height-base-value)* var(--RHYTHM_UNITS) + var(--_line-height-step)* 100vw, max(var(--line-height-max), var(--line-height-min))* var(--RHYTHM_UNITS));
    --spacing: var(--RHYTHM);
    --comwodth: 400px;
}

html,
body {
    height: auto;
    max-width: 100%;
    min-width: 100%;
    /* background: var(--color1); */
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    /* background-image: url('../images/hope-back.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}

p {
    font-size: 15px;
    color: #cbcbcb;
    line-height: 23px;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #f3f3f3;
}

a {
    text-decoration: none;
    outline: none;
    color: #dcdcdc;
}

:focus {
    outline: none;
}

a:focus {
    outline: none;
}

a:hover,
a:focus {
    color: white;
    text-decoration: none;
}

hr {
    background: #e3e3e3;
    border-top: 1px solid #333;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    text-shadow: none;
    background: #f54784;
    color: #fff;
}

::-moz-selection {
    text-shadow: none;
    background: #f54784;
    color: #fff;
}

a,
input,
select,
textarea,
img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.clearfix {
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.hidden {
    display: none !important;
}

.show {
    display: block !important;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.nopad {
    padding: 0 !important;
}

.nopadl {
    padding-left: 0;
}

.nopadr {
    padding-right: 0;
}

.btn:focus,
button:focus,
.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
}

.main-menu ul {
    /* height: 87%; */
    /* overflow: auto; */
    /* background: #79371c; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border-left: 0;
    padding: 0;
    margin: 0;
}

.main-menu ul>li {
    position: inherit;
    float: left;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    /* width: 100%; */
    font-size: 16px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    list-style: none;
}

.main-menu ul>li:last-child {
    margin-right: 0px !important;
}

.main-menu ul>li:last-child a {
    margin-right: 0;
}

/** BASIC CSS END HERE **/

.slider_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.slide_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.slide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: translateX(-100%);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
}

.animate--end .slide_img img {
    transform: translateX(100%) !important;
}

.flex--active .slide_img img {
    transform: translateX(10%);
}

.simg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: .4;
}

.imgbox {
    position: absolute;
    top: 150px;
    right: 9%;
    width: 570px;
    height: 380px;
    background: var(--i);
    z-index: -1;
    opacity: 0.8;
    border-radius: 0 340px 0 0;
    transform: translateY(-300%);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
}

.animate--end .imgbox {
    transform: translateY(-300%) !important;
}

.flex--active .imgbox {
    transform: translateY(0%);
}

.imgbox::before {
    content: "";
    display: block;
    position: absolute;
    top: -42%;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: radial-gradient(ellipse at center, var(--i) 10%, transparent 65%);
}

.imgbox::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -42%;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: radial-gradient(ellipse at center, var(--i) 10%, transparent 75%);
    z-index: 1;
}

.slider_txt h1 {
    font-size: 24px;
    color: var(--color4);
    margin-bottom: 45px;
    font-weight: 300;
    overflow: hidden;
    margin-top: 26px;
}

.slider_txt h1 span {
    display: inline-block;
    transform: translateY(-300%);
    opacity: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
}

.slider_txt img {
    width: 500px;
}

.animate--end .slider_txt h1 span {
    transform: translateY(-300%) !important;
    opacity: 0;
}

.flex--active .slider_txt h1 span {
    transform: translateY(0%);
    opacity: 1;
}

.slider_txt p {
    color: #fff;
    font-size: 20px;
    opacity: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    margin-bottom: 11px;
    display: flex;
    align-items: center;
    color: white;
}

.slider_txt p i {
    font-size: 17px;
    margin-right: 12px;
}

.animate--end .slider_txt p {
    opacity: 0 !important;
}

.flex--active .slider_txt p {
    opacity: 1;
}

.button_slider {
    margin-top: 30px;
}

.button_slider a {
    position: relative;
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    border: 0;
    cursor: pointer;
    border: 1px solid var(--color4);
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 50px;
    width: max-content;
    padding: 15px 30px;
}

.button_slider a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: var(--i);
    z-index: -1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.button_slider a:hover::after {
    height: 100%;
}

.button_slider a:hover {
    color: #fff;
}

header {
    background: white;

}

header.sticky {
    /* position: fixed; */
    /* background: #000000; */
}

.brand_logo h1 {
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: bold;
}

.brand_logo img {

    width: 301px;
}

.togglebars {
    display: inline-block;
    font-size: 22px;
    cursor: pointer;
    padding: 6px;
}

.section {
    padding: 80px 0;
}

.content_scroll {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_scroll h2 {
    line-height: 1;
    text-shadow: 1px 2px 0.1em hsla(0, 0%, 0%, 0.5);
    width: 100%;
    font-size: 6em;
    font-weight: 400;
}

.content_scroll h2 strong {
    color: var(--s);
}

.content_scroll p {
    font-size: 1.5em;
    line-height: 1.5;
    color: #fff;
}

.content_scroll p code {
    color: var(--s);
}

.orgenizing_commeetee {
    display: flex;
    align-items: center;
    justify-content: center;
}

.commti_block {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid var(--color2);
    padding: 1em;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.commti_block img {
    max-width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 13px;
    background: #ffffff;
}

.commti_block .comtls h5 {
    font-size: 17px;
    color: #ffc98d;
    margin-bottom: 5px;
}

.commti_block .comtls span {
    font-size: 14px;
    color: white;
}

.commti_block .quote {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--color2);
}

.commti_block .quote svg {
    width: 40px;
    height: 40px;
}

.orgenizing_commeetee {
    overflow: auto;
    padding: 80px;
    /* background: var(--color3); */
}

.orgenizing_commeetee h2 {
    /* color: #7be1ed; */
    /* margin-bottom: 17px; */
}

.section-title {
    margin-bottom: 40px;
}

.section-title h5 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #f54784;
    gap: 18px;
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: capitalize;
}

.about-two-image {
    position: relative;
    margin-right: 70px;
    border-radius: 20px;
    overflow: hidden;
}

.about-two-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-two-social {
    position: absolute;
    bottom: 20px;
    display: grid;
    left: 20px;
    background: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 10px;
    gap: 10px;
}

.about-two-social a {
    color: rgb(31, 31, 31);
}

.about-two-content p {
    margin: 20px 0px 40px;
}

.about-two-content ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid rgb(86, 86, 86);
    gap: 15px 40px;
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
    margin-bottom: 50px;
    list-style: none;
}

.about-two-content ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 20px;
}

.about-two-content ul li span {
    opacity: 0.82;
    font-weight: 400;
    font-size: 16px;
}

.btn {
    display: inline-block;
    align-items: center;
    color: rgb(255, 255, 255);
    max-width: fit-content;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.3;
    text-transform: capitalize;
    gap: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #3154cc;
    border-image: initial;
    padding: 20px 30px;
    border-radius: 50px;
    transition: 0.3s;
}

.btn:hover,
.btn-active {
    color: #fff;
    background: #3154cc;
}

.venuesec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.venue_box {
    background-image: linear-gradient(90deg, #64328e, #f74785);
    border-radius: 20px;
    width: 96%;
    margin: auto;
    background-image: linear-gradient(180deg, #65004C, #400523);
}

.image-house-a {
    display: block;
    pointer-events: none;
    width: 100%;
    max-width: 580px;
    margin-top: -7.5em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.venue_box h4 {
    font-weight: bold;
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}

.venue_box h6 {
    font-size: 20px;
    margin-bottom: 34px;
    text-align: center;
}

.process-step {
    position: relative;
    padding-left: 0;
    padding-top: 0;
    width: 50%;
    text-align: center;
}

.process-step-icon-box {
    /* position: absolute; */
    left: 5px;
    top: -10px;
    margin-bottom: 12px;
    width: 60px;
    height: 60px;
    background: #f1bb9217;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 18px;
}

.process-step-icon-box .number {
    font-size: 28px;
    /* opacity: .4; */
    color: #f1bb92;
}

.process-step::before {
    /* content: ''; */
    width: 60px;
    height: 60px;
    background: #f1bb9217;
    position: absolute;
    border-radius: 50px;
    left: 0;
    top: 16px;
}

.process-step span {
    font-size: 24px;
    line-height: 31px;
    /* font-weight: 600; */
    color: #ffffff;
    position: relative;
    /* font-family: "Jaini", serif; */
}

.process-step p {
    margin-bottom: 0;
    font-size: 16px;
    color: #ffdec5;
    position: relative;
}

.appear {
    display: flex;
    /* flex-direction: column; */
    gap: 20px;
    padding-right: 0;
    width: 100%;
    justify-content: center;
}

/* footer */
.footer {
    position: relative;
    background-image: linear-gradient(0deg, #65004C, #400523, transparent 100%);
}

.pt-60 {
    padding-top: 60px;
}

.p-relative {
    position: relative;
}

.footer .logo-wrap {
    background-color: var(--bg-color);
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* width: 160px; */
    /* height: 160px; */
    position: relative;
    /* top: -60px; */
}

.footer .logo-wrap .logo {
    /* justify-content: center; */
    /* align-items: center; */
    width: 259px;
}

.footer .logo-wrap .logo h1 {
    font-size: 19px;
}

.footer .logo-wrap .shape-one,
.footer .logo-wrap .shape-two {
    position: absolute;
    top: 0;
}

.footer .logo-wrap .shape-one.shape-one,
.footer .logo-wrap .shape-two.shape-one {
    left: -30px;
}

.footer .logo-wrap .shape-one.shape-two,
.footer .logo-wrap .shape-two.shape-two {
    right: -30px;
}

.circle-after.circle-before.circle-both-before {
    padding-left: 30px;
    padding-right: 0;
}

.square-before:before,
.circle-before:before {
    left: 0;
}

.circle-after.circle-before.circle-both-before:after {
    right: auto;
    left: 10px;
}

.circle-after:after,
.circle-before:before {
    border-radius: 50%;
}

.square-after:after,
.square-before:before,
.circle-after:after,
.circle-before:before {
    background-color: #fff;
}

.mb-10 {
    margin-bottom: 10px;
}

.square-after:after,
.square-before:before,
.circle-after:after,
.circle-before:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer .footer-links ul li {
    font-size: 14px;
}

.dsn-socials.box-social {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dsn-socials li:not(:last-of-type) {
    margin-right: 28px;
}

.dsn-socials li {
    display: inline-block;
}

.dsn-socials li a {
    position: relative;
    padding: 8px 0;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    font-size: 24px;
}

.dsn-socials li a i {
    transform: scale(1);
    transition: all 0.3 scubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-delay: 0.3s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.dsn-socials li a:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #f74785;
    transform: translate(-50%, -50%) scale(0.2);
    transition-delay: 0.3s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.dsn-socials li a:after,
.dsn-socials li a span:not(.dsn-icon) {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all 0.3 scubic-bezier(0.55, 0.02, 0.1, 0.9);
    transition-delay: 0.3s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.dsn-socials li a span:not(.dsn-icon) {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    transform-origin: center bottom;
    cursor: pointer;
    transition-delay: 0.3s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.dsn-socials li a:after,
.dsn-socials li a span:not(.dsn-icon) {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all 0.3 scubic-bezier(0.55, 0.02, 0.1, 0.9);
    transition-delay: 0.3s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.dsn-socials li a:hover i {
    transform: scale(0);
    transition-delay: 0.3s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.dsn-socials li a:hover span:not(.dsn-icon) {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -20);
    transition: all 0.6 scubic-bezier(0.75, -0.5, 0, 1.75);
    transition-delay: 0.3s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.dsn-socials li a:hover:after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.5 scubic-bezier(0.75, -0.5, 0, 1.75);
    transition-delay: 0.3s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.footer .copyright {
    padding: 30px 0;
}

.footer .copyright p {
    text-transform: uppercase;
    font-size: 14px;
}

.dsn-icon-heading-color {
    --dsn-color-icon: #fff;
}

.move-circle:not(.p-absolute) {
    position: relative;
}

@media only screen and (min-width: 992px) {
    .move-circle {
        background-color: transparent;
        border-color: transparent !important;
    }
}

.dsn-btn {
    position: relative;
    text-align: center;
}

.footer .copyright .dsn-default-btn .dsn-icon {
    rotate: 180deg;
}

.dsn-default-btn .dsn-btn .dsn-icon.no-padding {
    padding: 0;
}

.dsn-default-btn .dsn-btn .dsn-icon {
    padding: 7px 17px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dsn-btn .btn-icon-left {
    margin-right: 10px;
}

.dsn-btn .title-btn,
.dsn-btn .dsn-icon {
    z-index: 2;
}

.dsn-icon svg:not(.size-default) {
    width: var(--dsn-icon-size, 20px);
    height: var(--dsn-icon-size, 20px);
}

.dsn-icon svg,
.dsn-icon svg path {
    fill: var(--dsn-color-icon, #f74785);
}

.dsn-btn .title-btn[data-animate-text] {
    overflow: hidden;
}

.dsn-btn .title-btn {
    position: relative;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.dsn-btn .title-btn[data-animate-text]:before {
    position: absolute;
    content: attr(data-animate-text);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: rotateZ(7deg);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.dsn-btn .title-btn[data-animate-text]>span,
.dsn-btn .title-btn[data-animate-text]:before {
    transition: 0.8 scubic-bezier(0.65, 0, 0.076, 1);
    transform-origin: 0 center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.dsn-btn .title-btn[data-animate-text]>span,
.dsn-btn .title-btn[data-animate-text]:before {
    transition: 0.8 scubic-bezier(0.65, 0, 0.076, 1);
    transform-origin: 0 center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.dsn-btn:hover .title-btn[data-animate-text]>span {
    transform: rotateZ(-7deg);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.dsn-btn:hover .title-btn[data-animate-text]:before {
    transform: none;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.pb-50 {
    padding-bottom: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.title {
    font-size: 92px;
    line-height: calc(65px + 3px);
    letter-spacing: 2px;
    /* font-weight: 700; */
    color: #400523;
    font-family: lovin;
}

.dsn-btn-shape {
    position: relative;
    width: -webkit-max-content;
    width: max-content;
    filter: url(#buttonFilter);
    transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.dsn-btn-shape.no-padding .button {
    padding: 0 15px 0 0;
}

.dsn-btn-shape.rotate-icon .icon svg {
    rotate: 90deg;
}

.dsn-btn-shape .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #f3f3f3;
    border-radius: 50%;
    transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
    transition-duration: 0.9s;
}

.dsn-btn-shape .icon svg {
    fill: #000;
    width: 12px;
    height: 12px;
}

.dsn-btn-shape .icon.theme-color svg {
    fill: #30c8bb;
}

.dsn-btn-shape .button {
    position: relative;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 40px;
    height: 40px;
    line-height: 1;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    background-color: #f3f3f3;
}

.dsn-btn-shape:hover .icon {
    transform: translateX(0.75rem) rotate(45deg);
}

.dsn-btn-play {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(251, 251, 251, 0.18);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dsn-btn-play i {
    font-size: 19px;
    margin-right: 10px;
}

.dsn-btn .title-btn[data-animate-text]:before {
    position: absolute;
    content: attr(data-animate-text);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: rotateZ(7deg);
    opacity: 0;
}

.dsn-btn .title-btn[data-animate-text]>span,
.dsn-btn .title-btn[data-animate-text]:before {
    transition: 0.8scubic-bezier(0.65, 0, 0.076, 1);
    transform-origin: 0 center;
}

.over-hidden {
    overflow: hidden;
}

.over-hidden {
    overflow: hidden;
}

.d-grid.custom-width {
    grid-template-columns: auto 73%;
}

.mb-15 {
    margin-bottom: 15px;
}

.title-block {
    letter-spacing: 2px;
    font-size: 70px;
    font-family: lovin;
    margin-bottom: 0;
    margin-top: 28px;
    color: #f2a650;
}

@media only screen and (min-width: 992px) {
    .title-lg {
        font-size: 120px;
        line-height: 130px;
    }
}

@media only screen and (max-width: 1399px) {
    .title-lg {
        font-size: 120px;
        line-height: 100px;
    }
}

.dsn-marquee {
    display: flex;
    white-space: nowrap;
}

.dsn-text-marquee {
    margin-right: 20px;
}

header.fixed-header {
    /* display: block; */
    /* position: fixed; */
    left: 0;
    top: 0;
    z-index: 1;
    /* width: 100%; */
    /* padding: 30px 0; */
    /* transition: .5s; */
    /* border: 0; */
    /* background: var(--color1); */
    z-index: 6;
    /* box-shadow: 0px 0px 15px #0000004d; */
}

.slider_txt {
    width: 60%;
}

.content {
    display: flex;
    align-items: start;
    width: 80%;
    margin: auto;
}

.msg_content_lt {
    width: 50%;
}

.msg_content_rt {
    width: 50%;
}

.content .md_img {
    float: inline-start;
    height: auto;
    margin-left: calc((1 - var(--intrinsic-width) / var(--intrinsic-height))* -100%);
    opacity: 0.65;
    position: relative;
    inset: auto;
    shape-outside: var(--image);
    shape-margin: 80px;
    width: 625px;
    margin-left: -300px;
}

.content p {
    font-size: 16px;
    line-height: 28px;
    position: relative;
    z-index: 1;
}

.vnu_content {
    padding: 50px;
}

.tab {
    overflow: hidden;
    border-bottom: 1px solid #ffffff42;
    /* background-color: #f1f1f1; */
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    /* float: left; */
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    transition: 0.3s;
    font-size: 17px;
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    /* margin-bottom: 20px; */
    line-height: 30px;
    padding-bottom: 17px;
    border-bottom: 1px solid transparent;
    text-align: left;
    width: 188px;
    margin-right: 20px;
}

.tab button span {
    font-size: 16px;
    color: #e3e3e3;
}

/* Change background color of buttons on hover */
.tab button:hover {
    border-bottom: 1px solid var(--color4);
    color: var(--color4);
}

/* Create an active/current tablink class */
.tab button.active {
    /* background-color: #ccc; */
    border-bottom: 1px solid var(--color4);
    color: var(--color4);
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding-top: 21px;
    /* border: 1px solid #ccc; */
    /* border-top: none; */
}


.regi-ul {
    margin-bottom: 25px;
    padding: 0;
    margin-top: 22px;
}

.regi-ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff42;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.regi-ul li h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 0;
}

.regi-ul li p {
    padding-bottom: 0;
    margin-bottom: 0;
    color: var(--color4);
    font-size: 18px;
    font-weight: 500;
    /* padding-bottom: 13px; */
}

.faq-wrap {
    margin-bottom: 0;
    padding: 0;
    padding-right: 50px;
}

.faq-wrap li {
    list-style: none;
    margin-bottom: 00px;
    border-bottom: 1px solid #ffffff87;
}

.faq-wrap li:last-child {
    margin-bottom: 0;
}

.faq-wrap li h6 {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    padding-right: 25px;
    border-bottom: 1px solid transparent;
}

.faq-wrap li h6::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f067";
    color: #fff;
    font-size: 17px;
    position: absolute;

    right: 0;
}

.faq-wrap li .faqx {
    display: none;
    padding: 16px;
    /* box-shadow: 0px 14px 15px #00000012; */
    /* padding-top: 0; */
    color: #ffffff;
    /* padding-top: 0; */
}

.faq-wrap li .faqx p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 29px;
    color: var(--base-color);
}

.faq-wrap li h6.active {
    border-bottom: 1px solid #ffffff42;
    color: var(--color4);
}

.faq-wrap li h6.active::before {
    content: "\f068";
    color: var(--color4);
}

.msg_wrap {
    display: flex;
    padding-left: 40px;
}

.msg_lt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    min-width: 106px;
    margin-right: 40px;
}

.msg_lt p {
    font-size: 137px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 38px;
    background-image: url('../images/msg_lt.jpg');
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.msg_lt p b {
    font-family: 'bebasneue';
}

.msg_lt p span {
    display: flex;
    flex-direction: column;
}

.msg_lt p i {
    font-size: 22px;
    font-style: normal;
    margin-top: -36px;
    font-family: gilan;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.msg_rt {
    background-image: linear-gradient(180deg, #65004C, #400523);
    width: calc(100% - 159px);
    border-bottom-left-radius: 100px;
    box-shadow: -7px 11px 20px 0px #41052491;
    /* border-top-left-radius: 100px; */
}

.msg_head {
    padding-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

.msg_head h3 {
    padding-left: 0;
    font-size: 75px;
    font-family: lovin;
}

.msg_head h2 {
    font-size: 42px;
    font-family: 'gilan';
    margin-top: -41px;
    padding-left: 162px;
    text-transform: uppercase;
}

.msg_head::before {
    content: '';
    background-image: linear-gradient(45deg, #40052308, #470035);
    width: 100%;
    height: 39px;
    position: absolute;
    bottom: 4px;
    right: 0;
    width: calc(100% - 369px);
}

.msg_rt p {
    padding: 80px;
    padding-top: 0;
    /* padding-bottom: 100px; */
    margin: 0;
}

.team_wrap {
    background-image: linear-gradient(180deg, #65004C, #400523);
    width: calc(100% - 168px);
    border-top-right-radius: 100px;
    box-shadow: 7px -17px 20px 0px #65004c5e;
    border-bottom-right-radius: 100px;
}

.txt_wrap,
.heading2 {
    margin-left: 184px;
    width: 990px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.txt_wrap h3,
.heading2 h3 {
    font-size: 190px;
    font-weight: 700;
    font-family: bebasneue;
    letter-spacing: 5px;
    background-image: url('../images/Picsart_25-04-07_14-32-44-481.jpg');
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.txt_wrap h4 {
    font-size: 53px;
    margin-top: -68px;
    padding-left: 421px;
    color: #FF8A80;
    font-family: wiescher;
    font-style: italic;
    line-height: 54px;
}

.txt_wrap h4 span {
    color: purple;
}

.txt_box {
    position: relative;
}

.txt_box::before {
    content: '';
    position: absolute;
    right: 0;
    width: calc(100% - 1216px);
    background: #FF8A80;
    height: 96px;
    bottom: 0;
}

.txt_wrap::after,
.heading2::after {
    content: '';
    position: absolute;
    right: calc(100% - 19px);
    top: 90px;
    width: 200px;
    background-image: linear-gradient(180deg, #65004C, #400523);
    height: 23px;
}

.team_wrap .team_head h3 {
    font-style: italic;
    font-size: 139px;
    line-height: 126px;
    font-family: loverica;
    color: #ffffff;
}

.reg_wrap {
    background-image: linear-gradient(180deg, #65004C, #400523);
    width: calc(100% - 184px);
    border-bottom-left-radius: 100px;
    box-shadow: -7px 11px 20px 0px #41052491;
    margin-left: 168px;
    border-top-left-radius: 100px;
    margin-top: 80px;
}

.regi_inner {
    padding: 80px;
    padding-top: 0;
}

.regi_rt {
    border: 2px solid #b3377b;
    border-radius: 25px;
    background: #610043;
    box-shadow: 0 0 15px #71014eb5;
    padding-bottom: 0;
    overflow: hidden;
}

.regi_rt .ver {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 23px;
    font-weight: 500;
    padding-bottom: 0;
    margin-bottom: 0;
}

.regi_rt .ver span {
    padding-bottom: 0;
    margin-bottom: 0;
    color: var(--color4);
    font-size: 23px;
    font-weight: 500;
}

.high_wrap {
    display: flex;
    border-bottom: 1px solid #dfdfdf;
}

.high_lt {
    width: 50%;
    padding: 80px;
    border-right: 1px solid #dfdfdf;
    padding-top: 0;
}

.high-owl {}


.consept-wrap {

    display: flex;

    flex-direction: column;

    gap: 10px;
}

.consept-box {
    background-image: linear-gradient(180deg, #65004C, #400523);
    padding: 24px;
    text-align: center;
    border-radius: 15px;
}

.consept-box img {
    filter: brightness(10000000);
    width: 90px !important;
    height: 90px;
    margin: auto;
}

.consept-box p {

    margin: 0;

    border-top: 1px solid;

    margin-top: 13px;

    padding-top: 9px;

    color: white;

    height: 58px;
}

.high_rt {
    width: 50%;
    padding: 80px;
    padding-top: 0;
}

.high_rt ul {
    display: grid;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 0;
}

.high_rt ul li {
    background-image: linear-gradient(180deg, #65004C, #400523);
    border-radius: 56px;
    padding: 24px;
    list-style: none;
    text-align: center;
}

.sub_head {
    color: #FF8A80;
    margin-bottom: 40px;
    font-size: 33px;
    font-size: 75px;
    font-family: lovin;
    text-align: center;
}

.sub_head span {}

.sub_head::before {
    content: '';
}

.banner_inner {
    height: 80vh;
    text-align: right;
    display: flex;
    justify-content: end;
}

.banner_inner img {
    width: auto !important;
    height: 100%;
    object-fit: contain;
}

.topbar-one__social {
    display: flex;
    align-items: center;
    margin-left: 40px;
    line-height: 1em;
    gap: 8px;
}

.topbar-one__social a {
    position: relative;
    width: 46px;
    height: 46px;
    font-size: 14px;
    color: #000000;
    background-color: #feba036b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/shapes/social-bg.png);
    background-blend-mode: luminosity;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 500ms ease;
}

.topbar-one__right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.topbar-one__info {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
}

.topbar-one__info__icon {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #c44b4d;
    position: relative;
    top: 0;
    flex-shrink: 0;
}

.topbar-one__info__content {
    position: relative;
    display: block;
}

.topbar-one__info__text {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #6c6666;
    margin-bottom: 3px;
}

.topbar-one__info__number {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #242020;
    line-height: 1.2;
    transition: all 300ms ease;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
}

.topbar-one__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.topbar-one__logo {
    position: relative;
    display: none;
}

.topbar-one__volunter {
    position: relative;
    display: flex;
    align-items: start;
    margin-right: auto;
    font-size: 15px;
    /* font-family: var(--aofixo-special-font, "Schoolbell", cursive); */
    color: var(--aofixo-black, #242020);
    font-weight: 400;
    /* border-left: 1px solid var(--aofixo-border-color, #eadfd9); */
    margin-left: 0;
    padding-left: 0;
    flex-direction: column;
}

.topbar-one__volunter__icon {
    position: relative;
    width: 46px;
    height: 46px;
    font-size: 20px;
    color: #c44b4d;
    background-color: #f5eeea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/shapes/social-bg.png);
    background-blend-mode: luminosity;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 13px;
}

.topbar-one__volunter .icn {
    width: 46px;
    height: 46px;
    font-size: 20px;
    color: #c44b4d;
    background-color: #f5eeea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.topbar-one__volunter span {
    position: relative;
    transition: all 300ms ease;
    display: block;
    line-height: 1;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
}

.regi_rt_inner {
    display: flex;
    padding: 40px;
}

.regi_rt::before {
    /* content: ''; */
    width: 15px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #AB6309;
}

.ear_item,
.reg_item {
    width: 50%;
}

.ear_item {
    padding-right: 50px;
    border-right: 2px solid #b3377b;
}

.reg_item {
    padding-left: 50px;
}

.regi_owl .owl-nav {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 17px;
}

.regi_owl .owl-nav button {
    border: 0 !important;
    font-size: 24px !important;
    color: #c27310 !important;
}

.next-page {
    padding-top: 0;
    padding: 0;
}

.menu-box {
    height: 63px;
    display: none !important;
}

.menu-box-rt {
    background: #65004c;
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 20px 20px 0 0;
    padding: 0 40px;
    width: 100%;
}

.navigation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.download {
    border-left: 1px solid RGBA(var(--aofixo-white-rgb, 255, 255, 255), 0.2);
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 30px;
    margin-left: 0;
    color: white;
}

.regi-login {
    margin-left: 10px;
    min-width: 166px;
    text-align: left;
    /* padding-left: 57px; */
    height: 63px;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none !important;
    font-size: 14px;
    font-weight: 800;
    transition: 500ms;
    text-transform: uppercase;
    background-color: var(--color4);
    color: #242020;
    position: relative;
    overflow: hidden;
    height: 100%;
    text-align: center;
    line-height: 63px;
}

.regi-login i {
    width: 58px;
    background-color: var(--color5);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    display: none;
}

.topbar-one__social {
    display: flex;
    align-items: center;
    margin-left: 40px;
    line-height: 1em;
    gap: 8px;
}

.topbar-one__social a {
    position: relative;
    width: 46px;
    height: 46px;
    font-size: 14px;
    color: #000000;
    background-color: #ff8a8063;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/shapes/social-bg.png);
    background-blend-mode: luminosity;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 500ms ease;
}

.topbar-one__right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.topbar-one__info {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
}

.topbar-one__info__icon {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #ff8a80;
    position: relative;
    top: 0;
    flex-shrink: 0;
}

.topbar-one__info__content {
    position: relative;
    display: block;
}

.topbar-one__info__text {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #6c6666;
    margin-bottom: 3px;
}

.topbar-one__info__number {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #242020;
    line-height: 1.2;
    transition: all 300ms ease;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
}

.topbar-one__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.topbar-one__logo {
    position: relative;
    display: none;
}

.topbar-one__volunter {
    position: relative;
    display: flex;
    align-items: start;
    margin-right: auto;
    font-size: 15px;
    /* font-family: var(--aofixo-special-font, "Schoolbell", cursive); */
    color: var(--aofixo-black, #242020);
    font-weight: 400;
    /* border-left: 1px solid var(--aofixo-border-color, #eadfd9); */
    margin-left: 0;
    padding-left: 0;
    flex-direction: column;
}

.topbar-one__volunter__icon {
    position: relative;
    width: 46px;
    height: 46px;
    font-size: 20px;
    color: #c44b4d;
    background-color: #f5eeea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/shapes/social-bg.png);
    background-blend-mode: luminosity;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 13px;
}

.topbar-one__volunter .icn {
    width: 46px;
    height: 46px;
    font-size: 20px;
    color: #c44b4d;
    background-color: #f5eeea;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.topbar-one__volunter span {
    position: relative;
    transition: all 300ms ease;
    display: block;
    line-height: 1;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
}

.navigation ul {
    padding: 0;
    margin: 0;
}

.navigation ul li {
    color: #fff
        /*#676264*/
    ;
    font-size: 14px;
    margin-left: 30px;
    display: inline-block;
    list-style: none;
    font-weight: bold;
    transition: 0.3s ease;
    text-decoration: none;
    position: relative;

}

.navigation ul li:hover {
    cursor: pointer;

}

.navigation ul li:first-child {
    margin-left: 0;
}

.mobile-nav__btn {
    display: none;
}

.topbar-one__info+.topbar-one__info {
    border-left: 1px solid #eadfd9;
    margin-left: 40px;
    padding-left: 40px;
}

.uniqslide {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    gap: 20px;
}

/* .banner-bk {
    height: 80vh;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
} */

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--color3);
    width: 207px;
    padding: 14px !important;
    display: none;
    z-index: 2;
}

.sub-menu li {
    margin: 0 !important;
    padding: 5px;
    width: 100%;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 184px;
    height: 80vh;
    z-index: 2;
    display: flex;
    align-items: center;
}

.banner-heading img {
    width: 680px;
    filter: drop-shadow(4px 4px 9px #0002);
}

.banner-date {
    text-align: left;
    font-size: 23px;
    border-bottom: 1px solid #480036;
    padding-bottom: 16px;
    margin-bottom: 16px;
    color: #470035;
    font-weight: 600;
}

.banner-date i {
    margin-right: 19px;
}

.banner-sub {
    margin-bottom: 56px !important;
    font-weight: 500 !important;
    font-size: 41px;
    color: #750058;
    /* opacity: .8; */
    text-align: left;
    line-height: 47px;
    /* font-family: "Sacramento", cursive; */
    font-weight: 700 !important;
}

.banner-content .dsn-btn-shape .button,
.banner-content .dsn-btn-shape .icon {
    color: white;
    background-color: #480136;
}

.banner-content .dsn-btn-shape .icon svg {
    fill: #fff;
}

#venue .msg_head,
.footer .msg_head {
    /* margin-left: -80px; */
}

.footer .msg_head::before {
    display: none;
}

.footer .msg_head {
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.footer .msg_head h2 {
    padding-left: 239px;
    color: #400523;
}

.footer .msg_head h3 {
    color: #ffffff;
}

.banner-bk {
    background-image: url('../images/banner/BG.png.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-title .msg_head {
    padding-top: 0;
}

.com_wrap {
    display: flex;
    align-items: start;
    /* overflow: hidden; */
}

.com_lt {
    width: var(--comwodth);
    background: red;
    padding: 44px 0;
    position: sticky;
    top: 0px;
    height: 100vh;
    background-image: linear-gradient(180deg, #65004C, #400523);
    border-radius: 0 60px 60px 0;
    display: flex;
    align-items: center;
}

.com_lt_box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-left: 48px;
    /* background: red; */
    /* padding: 80px 0; */
    /* position: sticky; */
    /* top: 7px; */
    width: 100%;
}

.com_lt_box a {
    font-size: 19px;
    line-height: normal;
    font-family: bebasneue;
    color: white !important;
    position: relative;
    text-align: left;
    padding-right: 45px;
    display: inline-block;
    width: 100%;
    transition: .8s;
    letter-spacing: 1px;
}

.com_lt_box a::before {
    content: '';
    width: 0;
    background: #f9f5f8;
    height: 2px;
    position: absolute;
    bottom: 0px;
    right: 0;
    transition: .8s
}

.com_lt_box a.active::before {
    width: 100%;
}

.com_rt {
    width: calc(100% - var(--comwodth));
    padding-left: 80px;
    display: grid;
    gap: 80px;
    overflow: hidden;
}

.com_rt_box {
    position: relative;
}

.com_sub_head {}

.com_sub_head h4 {
    text-transform: uppercase;
    font-family: 'gilan';
    color: #970071;
    font-size: 54px;
    display: inline-block;
    position: relative;
    margin-bottom: 60px;
}

.com_sub_head h4 span {
    font-family: lovin;
    color: #610047;
    font-size: 70px;
    text-transform: capitalize;
    width: 170px;
    display: inline-block;
    text-align: right;
    transform: translate(-73px, 30px);
}

.com_sub_head h4::before {
    content: '';
    position: absolute;
    height: 25px;
    background: red;
    width: calc(100% - 243px);
    bottom: -14px;
    background-image: linear-gradient(180deg, #65004C, #400523);
}

.com_sub_inner {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.com_sub_inner_box {
    width: 200px;
    /* height: 200px; */
}

.com_sub_inner_img_box {
    background: red;
    /* border: 1px solid red; */
    border-radius: 25px 025px 00;
    overflow: hidden;
    width: 100%;
    height: 200px;
    background-image: linear-gradient(180deg, #65004C, #400523);
}

.com_sub_inner_img_box img {
    width: 100%;
    height: 100%;
}

.com_sub_inner_box h5 {
    font-family: bebasneue;
    color: var(--color3);
    font-size: 28px;
    margin: 15px 0;
    margin-bottom: 0;
}

.com_sub_inner_box h6 {
    font-family: 'wiescher';
    color: black;
    font-size: 23px;
}

.inner_com_lg_icon {
    width: 300px;
    height: 300px;
    position: absolute;
    right: -4px;
    bottom: -67px;
}

.com_head.txt_box::after {
    top: 35px;
    width: calc(100% - 509px);
    background-image: linear-gradient(180deg, #65004C, #400523);
    height: 25px;
    left: inherit;
    right: 0;
    background-image: url('../images/Picsart_25-04-07_14-32-44-481.jpg');
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
    /* color: transparent; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.com_head .txt_wrap h3 {
    width: 326px;
}

.com_head .txt_wrap h4 {
    font-size: 95px;
    margin-top: -54px;
    padding-left: 194px;
}

.com_head .txt_wrap h4 span {
    font-size: 158px;
    color: inherit;
}

.com_head.txt_box::before {
    display: none;
}

.full_com {
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.inter_com_head_wrap .txt_wrap {
    width: 1178px;
}

.com_head.inter_com_head_wrap .txt_wrap h3 {
    font-size: 120px;
    width: 743px;
    position: relative;
    z-index: 1;
}

.com_head.inter_com_head_wrap .txt_wrap h4 {
    font-size: 56px;
    margin-top: -44px;
    padding-left: 423px;
}

.com_head.inter_com_head_wrap .txt_wrap h4 span {
    font-size: 108px;
    color: inherit;
}

.com_head.txt_box.inter_com_head_wrap::after {
    top: 22px;
    width: calc(100% - 907px);
}

.sub_menu_ul {
    position: absolute;
    top: 40px;
    z-index: 3;
    width: 206px;
    background: #53003e;
    display: none;
}

.sub_menu_ul li {
    padding: 12px 17px;
    width: 100%;
    border-bottom: 1px solid #ffffff40;
    margin-left: 0 !important;
}

.sub_menu_ul li:last-child {
    border-bottom: 0;
}

.menu_click i {
    margin-left: 3px;
}

.ver_wrap {
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    background: #57033d;
}

.heading_right #countdown {
    margin: 23px 0;
}

.heading_right #countdown ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0;
    gap: 15px;
}

.heading_right #countdown ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-image: linear-gradient(180deg, #1c0000, #890000fc); */
    /* padding: 10px; */
}

.heading_right #countdown ul li span {
    font-size: 59px;
    color: #7d005b;
    line-height: normal;
}

.heading_right #countdown ul li i {
    text-transform: uppercase;
    font-style: normal;
    font-size: 18px;
    color: #dd00a1;
    font-style: italic;
}

.abstract_banner {
    padding: 50px 0;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.abstract_banner::before {
    content: '';
    background-image: url(../images/bg-abs.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: .2;
    background-repeat: no-repeat;
}

.abstract_banner .heading2 {
    margin-top: 0;
    margin-bottom: 0;
}

.abstract_banner .heading2 h6 {
    color: #FF8A80;
    font-family: lovin;
    font-size: 66px;
    position: absolute;
    top: -23px;
    z-index: 2;
    left: 18px;
}

.abstract_banner .heading2 p {
    /* margin-bottom: 0; */
    display: flex;
    gap: 15px;
    margin-top: -24px;
}

.abstract_banner .heading2 p a {
    padding: 14px 32px;
    text-transform: uppercase;
    border-radius: 50px;
    background-image: linear-gradient(89deg, #65004C, #400523);
    font-size: 16px;
    display: inline-block;
}

.heading_right {
    padding-right: 80px;
    text-align: right;
    position: relative;
}

.heading_right h3 {
    text-transform: uppercase;
    font-size: 45px;
    color: #ff6759;
    font-family: 'gilan';
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-weight: 700;
}

.heading_right h4 {
    text-transform: uppercase;
    font-size: 45px;
    font-family: 'gilan';
    color: #8d005d;
    font-weight: 600;
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.heading_right h4 span {
    color: #FF8A80;
    font-family: lovin;
    text-transform: capitalize;
    margin-right: 7px;
    font-size: 46px;
    font-weight: normal;
}

.heading_right h3::before,
.heading_right h4::before {
    content: '';
    position: absolute;
    right: 100%;
    background: #8d005d;
    height: 2px;
    width: 100px;
    top: 34px;
}

#highlights .heading2 {
    margin-left: auto;
    margin-right: 184px;
    width: max-content;
    text-align: right;
}

#highlights .heading2 h3 {
    text-align: right;
    width: auto;
    display: inline-block;
}

#highlights .heading2::after {
    right: 99%;
    width: 10000px;
}

.banner-btn {
    display: flex;
    gap: 10px;
}

.banner-content .banner-btn .dsn-btn-shape:last-child .button,
.banner-content .banner-btn .dsn-btn-shape:last-child .icon {
    color: white;
    background-color: #ff5a4c;
}

.reg-type-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #0019317d;
    z-index: 9999;
    backdrop-filter: blur(6px);
    /* opacity: 2.5; */
}

.reg-type-popup-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg-type-popup-wrap {
    /* display: flex; */
    /* gap: 0; */
    width: 450px;
    /* position: relative; */
    /* gap: 20px; */
}

.reg-type-popup-box {
    position: relative;
    /* background: #01162900; */
    padding-bottom: 30px;
    border-radius: 15px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.reg-type-popup-box img {
    /* height: 200px; */
    /* margin-top: -50%; */
    margin-bottom: 21px;
    /* background: red; */
    /* position: absolute; */
    width: 100%;
    top: 0;
    /* filter: drop-shadow(3px 0px 0px #000); */
}

.reg-type-popup-box h5 {
    text-align: center;
    margin-bottom: 13px;
    color: white;
    font-weight: 400;
    display: none;
}

.reg-type-popup-box h5 span {
    font-size: 46px;
    font-weight: bold;
    text-shadow: 3px 3px #074494;
    text-transform: uppercase;
}

.reg-type-popup-box ul {
    margin-bottom: 23px;
    text-align: left;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 15px;
}

.reg-type-popup-box li {}

.reg-type-popup-box a {
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 10px 32px !important;
    font-weight: 600;
    display: inline-block;
    border-radius: 50px;
    position: relative;
}

.reg-type-popup-wrap button {
    position: absolute;
    right: 3px;
    top: 4px;
    border: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50px;
    padding: 0;
    font-size: 25px;
    color: white;
    z-index: 1;
}

.modal-btn {
    display: flex;
    justify-content: center;
}

.agenda_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.agenda_lt {
    width: 32%;
    text-align: right;
    position: relative;
}

.agenda_lt img {
    position: absolute;
    height: calc(100% + 200px);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.agenda_lt h4 {
    font-weight: 400;
    font-family: bebasneue;
    font-size: 118px;
    text-align: right;
    line-height: 113px;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke: 1px white;
    position: relative;
}

.agenda_lt p {
    font-family: 'gilan';
    font-size: 54px;
    text-align: right;
    margin-bottom: 44px;
    color: var(--color4);
    font-weight: 700;
    position: relative;
}

.agenda_lt h6 {
    text-align: right;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    background-image: linear-gradient(90deg, transparent, #af026c, transparent);
    width: max-content;
    margin-left: auto;
    padding: 6px 0;
    position: relative;
}

.agenda_lt h6 a {
    font-size: 17px;
    color: var(--color4) !important;
}

.agenda_rt {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 49%;
}

.agenda_rt h4 {
    /* font-weight: 700; */
    font-family: bebasneue;
    font-size: 100px;
    position: relative;
    line-height: 109px;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke: 1px white;
}

.agenda_rt h4 sub {
    font-weight: 300;
    font-size: 49px;
    -webkit-text-fill-color: var(--color4);
    -webkit-text-stroke: 0 white;
}

.agenda_rt p {
    font-family: 'gilan';
    font-size: 24px;
    margin-bottom: 12px;
    position: relative;
    color: white;
}

.agenda_rt h6 {
    font-family: lovin;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color4);
    position: relative;
}

.agenda_rt h6 a {
    font-size: 21px;
}

.agenda_rt_box {
    position: relative;
}

.agenda_rt_box:before {
    content: '';
    position: absolute;
    left: -33px;
    top: 50%;
    width: 100%;
    height: 71%;
    background-image: linear-gradient(180deg, transparent, #894bdc, transparent);
    transform: translateY(-50%) skewX(-14deg);
}

.agenda_rt .agenda_rt_box:nth-child(2):before {
    background-image: linear-gradient(180deg, transparent, #f5b217, transparent);
}

.agenda_rt .agenda_rt_box:nth-child(3):before {
    background-image: linear-gradient(180deg, transparent, #af026c, transparent);
}

.scientificagenda_banner {
    padding: 100px 180px;

    background: #4a014b;
}

.winner_listing {
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin-bottom: 60px;
}

.winer_box {
    background: #353392e3;
    padding: 35px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.winer_box h2 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    color: var(--color4);
}

.winer_box h2 span {
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    color: white;
}

.winer_box ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
}

.winer_box ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}


.winer_box ul li span {
    color: #2a286f;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    width: 53px;
    text-align: center;
    z-index: 1;
    height: 53px;
    background-image: url('../images/star - silver.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    font-family: bebasneue;
    padding-top: 5px;
}
.winer_box ul li span.winer{
 background-image: url('../images/star.png');
}
.winer_box ul li p {
    margin: 0;
    color: white;
    text-transform: uppercase;
    font-size: 33px;
    line-height: 26px;
    font-family: bebasneue;
}

.winer_box ul li p n {
    font-weight: 900;
    font-size: 15px;
    font-family: 'gilan';
    letter-spacing: 2px;
}

.winer_box ul li p l {
    font-weight: 600;
    font-size: 11px;
    background: var(--color2);
    padding: 2px 11px;
    display: inline-block;
    margin-top: 7px;
    border-radius: 50px;
    font-family: 'gilan';
    letter-spacing: 2px;
}

.winer_box .score-box h3 {
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.winer_box .score-box ol {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.winer_box .score-box ol.ol-mob{
    display: none;
}
.winer_box .score-box ol li {
    display: grid;
    grid-template-columns: 2fr 3fr 1fr;
    gap: 10px;
}
.winer_box .score-box ol.gr2 li{
    grid-template-columns: 1fr 1fr;
}
.winer_box .score-box ol li p,
.winer_box .score-box ol li h6,
.winer_box .score-box ol li h5,
.winer_box .score-box ol li h4 {
    font-size: 30px;
    display: flex;
    flex-direction: column;
    gap: 1px;
    border: 1px solid white;
    padding: 15px;
    text-transform: uppercase;
    font-family: bebasneue;
}
.winer_box .score-box ol li.ol-head p,
.winer_box .score-box ol li.ol-head h6,
.winer_box .score-box ol li.ol-head h5,
.winer_box .score-box ol li.ol-head h4
{
border: 1px solid var(--color4);
color: var(--color4);
}
.winer_box .score-box ol li h6 b {
    font-weight: 300;
    font-size: 21px;
}

.winner_banner_wrap {
    margin: 60px 0;
    padding: 80px 0;
    background: #ffc65a3b;
}

.winner_banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.winner_banner img {
    width: 45%;
}

.winner_banner p {
    color: var(--color1);
    font-family: bebasneue;
    margin: 0;
    font-size: 102px;
    line-height: 50px;
}

.winner_banner p span {
    font-family: lovin;
    color: var(--color4);
    margin-left: 28px;
}