/* df typo */
body {
    font-family: "Montserrat", sans-serif; 
}
@font-face {
    font-family: 'Michoto';
    src: url('../fonts/Michoto-ExtraLight.otf') format('opentype');
    font-weight: 200; /* Extra Light */
    font-style: normal;
}

@font-face {
    font-family: 'Michoto';
    src: url('../fonts/Michoto-Light.otf') format('opentype');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Michoto';
    src: url('../fonts/Michoto-Bold.otf') format('opentype');
    font-weight: 700; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Michoto';
    src: url('../fonts/Michoto-ExtraBold.otf') format('opentype');
    font-weight: 800; /* Extra Bold */
    font-style: normal;
}
@font-face {
    font-family: 'Michoto';
    src: url('../fonts/Michoto-Black.otf') format('opentype');
    font-weight: 800; /* Extra Bold */
    font-style: normal;
}
@font-face {
    font-family: 'Archimoto';
    src: url('../fonts/Archimoto.otf') format('opentype');
    font-weight: 800; /* Extra Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900; /* Black */
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_28pt-Regular.ttf') format('truetype'); /* Regular */
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_24pt-Bold.ttf') format('truetype'); /* Bold */
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_24pt-Black.ttf') format('truetype'); /* Italic */
    font-weight: 400;
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Montserrat", sans-serif; */
    position: relative;
    margin: 0;
    text-rendering: optimizelegibility;
    text-decoration: none;
    font-weight: 500;
    /* color: #ffff; */
}
h1 {
    font-size: 36px
}
h2 {
    font-size: 24px
}
h3 {
    font-size: 20px
}
h4 {
    font-size: 16px
}
h5 {
    font-size: 14px;
    line-height: 1.6
}
h6 {
    font-size: 12px
}
/* p {
    color: #ffff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}
a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
} */
img {
    max-width: 100%;
}
ol,
ul,
 li {
    margin-bottom: 0;
} 
ul {
    padding-left: 0px;
}
input,input.form-control:focus {
    outline: none;
}
/* .btn-theme-primary {
    position: relative;
    font-size: 16px;
    color: #ffff;
    padding: 8px 24px;
    line-height: 36px;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-radius: 8px;
    font-family: "Montserrat", sans-serif;
} */
/* .btn-theme-primary::before,
.btn-theme-primary::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.5) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
} */
/* .btn-theme-primary::after {
    top: unset;
    bottom: -1px;
} */
/* .btn-theme-secondary {
    display: inline-block;
    padding: 8px 26px;
    border: 0;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #ffff;
    background-color: #5122DD;
    line-height: 36px;
    font-family: "Montserrat", sans-serif;
} */
/* df typo */

/* df-header-start */
.sb-header.df-header {
    position: absolute;
    top: 34px;
    width: 100%;
    background-color: transparent;
}
.sb-header.df-header.sticky {
    top: 0;
    position: fixed;
    background: linear-gradient(127deg, rgb(119, 101, 191) 20%, rgb(41, 26, 90) 94%);
    /* background: radial-gradient(#4776E6 0%, rgb(71, 118, 230) 30%, rgb(142, 84, 233) 60%, rgb(142, 84, 233) 90%); */
}
.df-header .sb-header-container {
    height: 45px;
}
.df-header .sb-menu ul li{
    list-style-type: none;
}
.df-header .sb-menu ul li > a {
    font-size: 16px;
    padding: 0 20px;
    color: #ffff;
    height: auto;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
}
/* .df-header .sb-menu ul li > a:hover,
.sb-header .sb-menu li:not(:last-child) a:hover,
.sb-header .sb-menu li:not(:last-child) a:active,
.sb-header .sb-menu li:not(:last-child) a:active,
.sb-header .sb-menu li:not(:last-child) a:focus {
    color: #ffff;
} */
.df-header .sb-menu ul ul li > a,
.sb-header .sb-menu ul ul li:not(:last-child) a:hover,
.sb-header .sb-menu ul ul li:not(:last-child) a:active,
.sb-header .sb-menu ul ul li:not(:last-child) a:focus,
.df-header .sb-menu ul ul li:last-child > a:hover,
.df-header .sb-menu ul ul li:last-child > a:active,
.df-header .sb-menu ul ul li:last-child > a:focus {
    color: #111111;
}
.df-header .sb-menu ul ul li > a:hover::before {
    background: #111111;
}
.df-header .sb-menu ul li:first-child a {
    padding-left: 0;
}
.df-header .sb-menu ul li.dropdown_menu > a > span::before {
    border-color: #ffff;
}
.df-header .sb-menu ul li.hide-menu-item {
    display: none !important;
}
.df-header.sb-header .sb-menu ul ul li > a {
    line-height: 20px;
    background-color: #ffff;
}
.sb-header.df-header .logo {
    text-align: unset !important;
 }
.sb-header.df-header .logo {
    padding: 0px 40px 0px 0;
}
.sb-header.df-header .logo img {
    width: 170px;
}
.df-header .sb-menu .df-list {
    margin-left: 200px;
}
.df-header .sb-menu .df-list a {
    display: inline-block;
}
.df-header .sb-menu .df-list a.btn-theme-primary {
    height: auto;
    font-size: 16px;
    color: #ffff;
    padding: 8px 24px;
    line-height: 30px;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-radius: 8px;
}
.df-header.sticky .sb-menu .df-list a.btn-theme-primary {
    border-color: #ffff;
}
.df-header.sticky .sb-menu .df-list a.btn-theme-primary::before,
.df-header.sticky .sb-menu .df-list a.btn-theme-primary::after{
    content: none;
}
.df-header .sb-menu .df-list .select2 {
    display: inline-block;
    width: 74px !important;
    margin-right: 16px;
    margin-top: -12px;
}
.df-header .sb-menu .df-list .select2-container .select2-selection--single,
.df-header .sb-menu .df-list .select2-container #select2-country-select-container,
.df-header .sb-menu .df-list .select2-container #select2-country-select-container > span {
    height: 48px;
    display: flex;
    align-items: center;
    background-color: transparent;
}
.df-header .sb-menu .df-list .select2-container .select2-selection--single {
    padding-left: 5px;
}
.df-header .sb-menu .df-list .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    font-size: 30px;
}
.df-header .sb-menu .df-list .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 5px;
}
.df-header .sb-menu .df-list .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffff #ffff;
}
.df-header .sb-menu .df-list .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #ffff #ffff transparent transparent;
}
#select2-country-select-results svg {
    font-size: 30px;
}
/* df-header-end */

/* df-content-section-start */
.df-content-section {
    position: relative;
    padding: 295px 0 150px 0;
}
.df-content-section > img.main-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.df-content-section.center-content > img.main-bg {
    height: 2000px;
}
.df-content-section .container .row {
    align-items: center;
}
.df-content-section .content-area h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 62px;
    color: #ffff;
    margin-bottom: 16px;
}
.news-content-section {
    background-image: url(../imgs/circle-section-bg.png);
    background-size: cover;
}
.news-detail-content-section {
    background-image: url(../imgs/circle-section-bg.png);
    background-size: cover;
}
.news-content-section .content-area h1 {
    font-size: 54px;
    line-height: 76px;
}
.df-content-section .content-area p {
    font-size: 20px;
    color: #ffff;
}
.news-content-section .content-area p {
    font-size: 24px;
    font-weight: 500;
    line-height: 43px;
    padding-right: 80px;
    margin-bottom: 0;
}
.df-content-section .img-box {
    text-align: right;
}
.df-content-section.center-content {
    padding-bottom: 44px;
}
.df-content-section.center-content .content-area h1,
.df-content-section.center-content .content-area p {
    max-width: 830px;
    margin: 0 auto;
    margin-bottom: 44px;
    text-align: center;
}
.news-detail-content-section.center-content {
    padding-bottom: 250px;
}
.news-detail-content-section.center-content .content-area h1 {
    max-width: 100%;
}
.df-content-section.center-content .author-detail-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.df-content-section.center-content .author-detail-box .img-box {
    width: 55px;
    height: 55px;
}
.df-content-section.center-content .author-detail-box .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.df-content-section.center-content .author-detail-box .meta-box span {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #ffff;
    margin-right: 55px;
}
.df-content-section.center-content .author-detail-box .meta-box span::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -32px;
    width: 4px;
    height: 4px;
    background-color: #ffff;
    border-radius: 10px;
}
.df-content-section.center-content .author-detail-box .meta-box span:last-child {
    margin-right: 0;
}
.df-content-section.center-content .author-detail-box .meta-box span:last-child::before {
    content: none;
}
/* df-content-section-end */

/* df-event-section-start */
.df-event-section {
    padding: 80px 0;
}
.df-event-section .df-heading-content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 30px;
    text-align: center;
    color: #111111;
}
.df-event-section .df-calendar-sync-wrapper{
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}
.df-event-section .df-calendar-sync-wrapper .df-event-sync-button-wrapper{
    position: absolute;
    right: 0;
    top: 0;
}
.df-event-section .df-calendar-sync-wrapper .df-event-sync-button-wrapper .btn-theme-secondary{
    padding: 6px 25px;
    font-size: 17px;
}


.df-event-section .df-nav-pills {
    justify-content: center;
}
.df-event-section .df-nav-pills button {
    position: relative;
    padding: 8px 29px;
    background-color: #ffff;
    border: 1px solid rgba(142, 84, 233, 0.2);
}
.df-event-section .df-nav-pills button::before,
.df-event-section .df-nav-pills button::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-event-section .df-nav-pills button::after {
    top: unset;
    bottom: -1px;
}
.df-event-section ul {
    list-style-type: none;
}
.df-event-section .df-nav-pills button img {
    width: 29px;
    height: 29px;
}
.df-event-section .df-nav-pills button img.simple-icon {
    display: none;
}
.df-event-section .df-nav-pills button.active {
    background-color: #5122DD;
}  
.df-event-section .df-nav-pills button.active img.simple-icon {
    display: block;
} 
.df-event-section .df-nav-pills button.active img.color-icon {
    display: none;
} 
.df-event-section .df-nav-pills button#pills-calender-tab {
    border-radius: 10px 0 0 10px;
}
.df-event-section .df-nav-pills button#pills-list-tab {
    border-radius: 0 10px 10px 0;
}
.df-content-wrapper-box::after {
    top: unset;
    bottom: -1px;
}
.df-content-wrapper-box + .df-content-wrapper-box {
    margin-top: 44px;
}
.df-sortable-meta-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 13px;
    margin-top: 16px;
    position: relative;
}
.df-sortable-meta-box h3 {
    font-size: 26px;
    font-weight: 600;
    color: #111111;
    line-height: 46px;
}
.df-sortable-meta-box .btn-theme-primary {
    font-size: 20px;
    font-weight: 500;
    color: #5122DD;
    padding: 4px 30px;
    line-height: 36px;
}
.df-sortable-meta-box h3 span {
    font-weight: 400;
}
.df-indicators-box {
    display: flex;
    gap: 10px;
}
.df-indicators-box .df-indicator {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-radius: 8px;
    cursor: pointer;
}
.df-indicators-box .df-indicator::before,
.df-indicators-box .df-indicator::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-indicators-box .df-indicator::after {
    top: unset;
    bottom: -1px;
}
.select2-container .select2-selection--single {
    height: 37px;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-radius: 4px;
}
.select2-container .select2-selection--single::before,
.select2-container .select2-selection--single::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
}
.select2-container .select2-selection--single::after {
    top: unset;
    bottom: 0px;
}
.select2-container .select2-results__options .select2-results__option--highlighted{
    color: rgba(30, 30, 30, 1) !important;
}
.select2-container .select2-results__options .select2-results__option{
    color: rgba(30, 30, 30, 1);
}
.select2-container .select2-results__options .select2-results__option--selected{
    color: rgba(30, 30, 30, 1);
}
.select2-container .select2-results__options .select2-results__option--selected::after{
    content: none !important;
}
.select2-container .select2-results__options .select2-results__option--selected:hover::after {
    color: rgba(30, 30, 30, 1);
}
.df-content-wrapper-box .select2-container {
    width: 203px !important;
    margin-right: auto;
}
.df-content-wrapper-box .select2-container .select2-selection--single::before {
    top: 0;
}
.df-content-wrapper-box .select2-container .select2-selection--single::after {
    bottom: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    font-size: 16px;
    color: #111111;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgb(144, 80, 233);
    width: 6px;
    height: 6px;
    border-width: 0px 0px 1px 1px;
    transform: rotate(-45deg);
    top: 44%;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #111111 #111111 transparent transparent;
    border-width: 1px 1px 0px 0px;
    top: 50%;
}
.df-event-card {
    position: relative;
    margin-top: 30px;
    cursor: pointer;
    box-shadow: 4px 6px 61px 0 rgba(99, 104, 231, 0.12);
    border-radius: 8px;
}
.df-upcoming-event-carousel {
    margin-top: 30px;
}
.df-upcoming-event-carousel .df-event-card {
    margin-top: 0;
}
.df-event-card .event-img-box {
    position: relative;
    max-height: 230px;
    overflow: hidden;
}
.df-event-card .event-img-box img {
    border-radius: 8px 8px 0 0;
    width: 100%;
}
.df-event-card .event-img-box span {
    position: absolute;
    padding: 2px 6px;
    border-radius: 6px;
    background-color: #EEE9FC;
    font-size: 14px;
    color: #5122DD;
}
.df-event-card .event-img-box span.date {
    padding: 2px 14px;
    color: #333333;
    background-color: #E5E5E5;
    top: 7px;
    left: 7px;
}
.df-event-card .event-img-box span.language {
    bottom: 7px;
    left: 7px;
    display: flex;
    align-items: center;
    gap: 2px;
}
.df-event-card .event-img-box span.day {
    bottom: 7px;
    right: 7px;
}
.df-event-card .event-meta-box {
    position: relative;
    padding: 20px;
    background-color: #ffff;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-top: 0;
    border-radius: 0 0 8px 8px;
}
.df-event-card .event-meta-box::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.5) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-event-card .event-meta-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 16px;
}
.df-event-card .event-meta-box ul {
    list-style-type: none;
}
.df-event-card .event-meta-box ul li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    color: #333333;
    margin-bottom: 16px;
}
.df-event-card .event-meta-box ul li:last-child {
    margin-bottom: 0;
}
.df-event-card .event-meta-box ul li img {
    margin: 2px 5px 0 0;
    width: 24px;
    height: 23px;
}
.df-event-card .event-meta-box ul li span {
    width: calc(100% - 29px);
}
.view-all-box {
    text-align: center;
    margin-top: 43px;
}
.view-all-box button {
    padding: 4px 26px;
}
.view-all-box a {
    padding: 3px 26px;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    display: inline-block;
}
/* df-event-section-end */

/* df-newsletter-section-start */
.df-newsletter-section {
    padding: 90px 0;
    background-color: #000000;
}
.df-newsletter-section .img-box {
    text-align: left;
    position: relative;
}
.df-newsletter-section .img-box img {
    position: absolute;
    left: -100px;
}
.df-newsletter-section .content-box {
    text-align: center;
}
.df-newsletter-section .content-box h4 {
    font-size: 32px;
    font-weight: 600;
    margin: 5px 0 12px 0;
    line-height: 60px;
}
.df-newsletter-section .content-box p {
    color: #EAECEF;
    max-width: 490px;
    margin: 0 auto;
    font-weight: 200;
}
.df-newsletter-section .content-box form {
    margin-top: 46px;
}
.df-newsletter-section .content-box form .input-field {
    position: relative;
    max-width: 506px;
    margin: 0 auto;
    border-radius: 50px;
    border: 1px solid rgba(142, 84, 233, 0.2);
}
.df-newsletter-section .content-box form .input-field::before,
.df-newsletter-section .content-box form .input-field::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.5) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-newsletter-section .content-box form .input-field::after {
    top: unset;
    bottom: -1px;
}
.df-newsletter-section .content-box form input {
    position: relative;
    width: 100%;
    height: 64px;
    color: #6F6C90;
    background-color: #151212;
    border-radius: 50px;
    padding: 18px 26px;
    border: 0;
    z-index: 1;
}
.df-newsletter-section .content-box form input::placeholder {
    color: #6F6C90;
    opacity: 1;
}
.df-newsletter-section .content-box form .btn-theme-secondary {
    border-radius: 25px;
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 1;
}
/* df-newsletter-section-end */

/* df-footer-start */
.df-footer {
    position: relative;
    padding: 63px 0 70px 0;
    background-color: #000;
    z-index: 1;
}
.df-footer::before,
.df-footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.5) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
    border-radius: 50px;
    z-index: -1;
}
.df-footer::after {
    top: unset;
    bottom: 0;
}
.df-footer .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.df-footer .content-wrapper ul {
    list-style-type: none;
}
.df-footer .content-wrapper ul li {
    display: inline-block;
}
.df-footer .content-wrapper .extra-links ul li {
    margin-right: 24px;
}
.df-footer .content-wrapper .extra-links ul li:last-child {
    margin-right: 0px;
}
.df-footer .content-wrapper .extra-links ul li a {
    font-size: 18px;
    font-weight: 300;
    color: #ffff;
}
.df-footer .content-wrapper .social-links ul li {
    margin-left: 10px;
}
.df-footer .content-wrapper .social-links ul li:first-child {
    margin-left: 0px;
}
.df-footer .content-wrapper .social-links ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    color: #ffff;
    background-color: #2D3038;
}
/* df-footer-end */

/* df-copyright-section-start */
.df-copyright-section {
    padding: 30px 0;
    background-color: #000;
}
.df-copyright-section p {
    font-size: 18px;
    font-weight: 300;
    color: #ffff;
    text-align: center;
    margin-bottom: 0;
}
/* df-copyright-section-end */

/* df-breadcrumb-section-start */
.df-breadcrumb-section {
    padding: 196px 0;
}
.df-breadcrumb-section .main-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;  
}
.df-breadcrumb-section .content-box {
    text-align: center;
}
.df-breadcrumb-section .content-box h1 {
    font-size: 40px;
    font-weight: 600;
    color: #ffff;
    line-height: 60px;
}
.df-breadcrumb-section .content-box p {
    margin: 12px 0 0 0;
}
.df-breadcrumb-section .content-box p b {
    font-weight: 600;
}
/* df-breadcrumb-section-end */

/* df-event-detail-section-start */
.df-event-detail-section {
    padding: 0 0 60px 0;
}
.event-detail-content-box {
    position: relative;
    padding: 26px;
    background-color: #ffff;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-radius: 8px;
    box-shadow: 4px 6px 61px 0 rgba(99, 104, 231, 0.12);
}
.event-detail-content-box::before, 
.event-detail-content-box::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.event-detail-content-box::after {
    top: unset;
    bottom: -1px;
}
.event-detail-content-box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 16px;
}
.event-detail-content-box strong {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 5px;
}
.event-detail-content-box p {
    font-size: 18px;
    color: #111111;
    margin-bottom: 25px;
}
.event-detail-content-box h5 {
    font-size: 20px;
    font-weight: 500;
    color: #111111;
}
.event-detail-content-box ul{
    list-style-type: none;
}
.event-detail-content-box ul li {
    margin-bottom: 20px;
}
.event-detail-content-box ul li .item {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.event-detail-content-box ul li .item .sub-item:first-child {
    width: 318px;
    margin-right: 8px;
}
.event-detail-content-box ul li.document-name .item .sub-item:first-child {
    width: 100px;
    margin-right: 8px;
}
.event-detail-content-box ul li.document-name .item .sub-item a.presentation {
    color: rgb(81, 34, 221);
    font-weight: 400;
    text-decoration: underline;
    margin-right: 20px;
  }
  .event-detail-content-box ul li.report-name .item .sub-item:first-child {
    width: 100px;
    margin-right: 8px;
}
.event-detail-content-box ul li.report-name .item .sub-item a.presentation {
    color: rgb(81, 34, 221);
    font-weight: 400;
    text-decoration: underline;
    margin-right: 20px;
  }
.event-detail-content-box ul li .item .sub-item span,
.event-detail-content-box ul li .item .sub-item .presenter {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: "Montserrat", sans-serif;
}
.event-detail-content-box ul li .item .sub-item span.topic,
.event-detail-content-box ul li .item .sub-item .presenter {
    font-weight: 500;
}
.event-detail-content-box ul li .item .sub-item a.presentation {
    color: #5122DD;
    font-weight: 500;
}
.event-detail-content-box ul li .item .sub-item a {
    font-size: 18px;
}
.event-detail-content-box ul li .item .sub-item button {
    background-color: transparent;
    padding: 0;
    border: 0;
}
.event-detail-content-box ul li .item .sub-item a img, 
.event-detail-content-box ul li .item .sub-item button img {
    margin-left: 12px;
    margin-top: -5px;
}
.event-detail-content-box .top-details-box {
    position: relative;
    display: flex;
    gap: 50px;
    padding-bottom: 60px;
    margin-bottom: 30px;
}
.event-detail-content-box .top-details-box::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.5) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.event-detail-content-box .top-details-box .left-cont {
    width: calc(100% - 445px);
}
.event-detail-content-box .top-details-box .left-cont a.btn-theme-primary {
    display: inline-block;
    color: #5122DD;
    padding: 4px 29px;
    font-size: 20px;
}
.event-detail-content-box .top-details-box .left-cont .lists-box {
    margin-top: 103px;
}
.event-detail-content-box .top-details-box .right-cont {
    width: 395px;
    text-align: right;
}
.event-detail-content-box .top-details-box .right-cont h4 {
    display: none;
    font-size: 24px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 16px;
}
.event-detail-content-box .top-details-box .right-cont img {
    width: 100%;
    max-width: 395px;
    object-fit: cover;
    border-radius: 10px;
    max-height: 270px;
}
.event-detail-content-box .top-details-box ul li .item .sub-item span {
    font-weight: 500;
}
.event-detail-content-box .top-details-box ul li .item .sub-item:first-child span {
    font-size: 20px;
}
.event-detail-content-box .top-details-box ul li .item .sub-item button img {
    margin-top: 0;
}
.event-detail-content-box .top-details-box ul li .item .sub-item button img.eye-icon {
    margin-left: 0;
}
.event-detail-content-box .top-details-box .slots-box {
    position: relative;
    padding: 33px 60px;
    width: 395px;
    margin-top: 60px;
}
.event-detail-content-box .top-details-box .slots-box::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: -25px;
    margin: 0 auto;
    height: 100%;
    width: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.5) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.event-detail-content-box .top-details-box .slots-box ul li {
    display: flex;
    justify-content: space-between;
}
.event-detail-content-box .top-details-box .slots-box ul li span {
    font-size: 20px;
}
.event-detail-content-box .top-details-box .slots-box ul li strong {
    font-size: 17px;
    margin-bottom: 0;
}
.event-detail-content-box .top-details-box .slots-box .btn-theme-secondary {
    padding: 6px 15px;
    margin-top: 6px;
    font-size: 19px;
}
.df-event-topic-card {
    position: relative;
    padding: 20px;
    background-color: #ffff;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-radius: 8px;
    margin-top: 30px;
}
.df-event-topic-card::before,
.df-event-topic-card::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-event-topic-card::after {
    top: unset;
    bottom: -1px;
}
.event-detail-content-box .df-event-topic-card ul li:last-child {
    margin-bottom: 0;
}
.event-detail-content-box .df-event-topic-card ul li .item .sub-item:first-child {
    width: 160px;
}
.event-detail-content-box .df-event-topic-card ul li.topic-name .item .sub-item {
    width: 100%;
}
.event-detail-content-box .df-event-topic-card ul li.topic-name .item .sub-item a {
    text-decoration: underline;
}
.event-video-box img {
    border-radius: 12px;
    width: 100%;
}
.df-discuss-event-card {
    position: relative;
    padding: 20px;
    background-color: #ffff;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-radius: 10px;
    margin-top: 22px;
}
.df-discuss-event-card::before, 
.df-discuss-event-card::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-discuss-event-card::after {
    top: unset;
    bottom: -1px;
}
.df-discuss-event-card .discuss-event-img-box iframe {
    width: 100%;
     height: 300px;
    border-radius: 10px;
}
.df-discuss-event-card .discuss-event-content-box ul {
    padding-top: 20px;
}
.df-discuss-event-card .discuss-event-content-box ul li {
    margin-bottom: 12px;
}
.df-discuss-event-card .discuss-event-content-box ul li:last-child {
    margin-bottom: 0px;
}
.df-discuss-event-card .discuss-event-content-box ul li .item {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.df-discuss-event-card .discuss-event-content-box ul li .item .sub-item:first-child {
    width: 170px;
    margin-right: 8px;
}
.df-discuss-event-card .discuss-event-content-box ul li .item .sub-item span,
.df-discuss-event-card .discuss-event-content-box ul li .item .sub-item .presenter {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.df-discuss-event-card .discuss-event-content-box ul li .item .sub-item span.topic,
.df-discuss-event-card .discuss-event-content-box ul li .item .sub-item .presenter {
    font-weight: 400;
}
.df-discuss-event-card .discuss-event-content-box ul li .item .sub-item a.presentation {
    color: #5122DD;
    font-weight: 400;
    text-decoration: underline;
}
.df-discuss-event-card .discuss-event-content-box ul li .item .sub-item a {
    font-size: 18px;
}
.df-discuss-event-card .discuss-event-content-box ul li .item .sub-item a img,
.df-discuss-event-card .discuss-event-content-box ul li .item .sub-item button img {
    margin-left: 12px;
    margin-top: -5px;
}
.df-discuss-event-card .discuss-event-content-box ul li .item .sub-item button {
    background-color: transparent;
    padding: 0;
    border: 0;
}
.event-detail-content-box .videos-title {
    margin-bottom: 25px;
}
.event-detail-content-box .event-sub-video-box {
    position: relative;
    padding: 20px;
    background-color: #ffff;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-radius: 8px;
    margin-bottom: 25px;
    cursor: pointer;
}
.event-detail-content-box .event-sub-video-box .video-box img {
    border-radius: 8px;
    width: 100%;
}
.event-detail-content-box .event-sub-video-box::before,
.event-detail-content-box .event-sub-video-box::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.event-detail-content-box .event-sub-video-box::after {
    top: unset;
    bottom: -1px;
}
.event-detail-content-box .event-sub-video-box h5 {
    font-size: 18px;
    margin-top: 20px;
}
.event-single-content .top-details-box {
    margin-bottom: 0px;
}
.event-single-content ul li .item .sub-item span.reports{
    margin-right: 20px;
    text-decoration: underline;
    color: #5122DD;
    font-weight: 500;
}
.event-single-content ul li .item .sub-item:first-child {
    width: 230px;
}
.event-single-content .event-video-box {
    margin: 24px 0;
    cursor: pointer;
}
.event-single-content .event-video-box iframe {
    width: 100%;
    height: 700px;
    border-radius: 12px;
}
.event-single-content p:last-child {
    margin-bottom: 0;
}
.event-single-content ul li:last-child {
    margin-bottom: 0;
}
/* df-event-detail-section-end */

/* df-top-notification-bar-start */
.df-top-notification-bar {
    position: absolute;
    top: 120px;
    width: 100%;
    padding: 31px 0;
    z-index: 1;
}
.df-top-notification-bar::before,
.df-top-notification-bar::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.5) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-top-notification-bar::after {
    top: unset;
    bottom: -1px;
}
.df-top-notification-bar .notifications-list {
    height: 46px;
    overflow: hidden;
}
.df-top-notification-bar .notifications-list .notification-marquee {
    display: flex;
    gap: 20px; 
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    animation: scroll 10s linear infinite;  
}
/* .df-top-notification-bar .notifications-list marquee {
    width: 100%;
} */
.df-top-notification-bar .notifications-list .notification-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0 14px;
}
.df-top-notification-bar .notifications-list .notification-box ~ .notification-box {
    padding-left: 32px;
    margin-left: 32px;
}
.df-top-notification-bar .notifications-list .notification-box ~ .notification-box::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    margin: 0 auto;
    height: 66px;
    width: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.5) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-top-notification-bar .notifications-list .notification-box span {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5122DD;
    cursor: pointer;
}
.df-top-notification-bar .notifications-list .notification-box p {
    margin-bottom: 0;
}
/* df-top-notification-bar-end */

/* df-upcoming-event-section-start */
.df-upcoming-event-section {
    position: relative;
    padding: 340px 0 100px 0;
}
.df-upcoming-event-section .row {
    align-items: center;
}
.df-upcoming-event-section img.upcoming-event-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.df-upcoming-event-section .content-area {
    position: relative;
    max-width: 551px;
    padding: 68px 78px;
    background-color: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-radius: 8px;
}
.df-upcoming-event-section .content-area::before,
.df-upcoming-event-section .content-area::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.5) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-upcoming-event-section .content-area::after {
    top: unset;
    bottom: -1px;
}
.df-upcoming-event-section .content-area h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 57px;
}
.df-upcoming-event-section .content-area ul {
    list-style-type: none;
}
.df-upcoming-event-section .content-area ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}
.df-upcoming-event-section .content-area ul li img{
    width: 32px;
}
.df-upcoming-event-section .content-area ul li span {
    font-size: 22px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #ffff;
}
.df-upcoming-event-section .content-area p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}
.df-upcoming-event-section .content-area button {
    width: 100%;
    line-height: 36px;
}
.df-upcoming-event-section .content-area .df-upcoming-event-slot{
    width: 100%;
    line-height: 36px;
    display: inline-block;
    text-align: center;
}

.df-upcoming-event-section .img-box {
    text-align: right;
}
.df-upcoming-event-section .right-content-box {
    padding-left: 100px;
}
.df-upcoming-event-section .right-content-box h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 16px;
}
.df-upcoming-event-section .right-content-box a {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    padding: 12px 29px;
    background-color: #ffff;
    border: 1px solid #ffff;
    border-radius: 8px;
    color: #5122DD;
    box-shadow: 5px 7px 73px 0 #6368E740;
}
.df-upcoming-event-section .title-box {
    display: flex;
    align-items: baseline;
    gap: 30px 20px;
}
.df-upcoming-event-section .title-box a {
    position: relative;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 4px 6px 61px 0 #6368E71F;
    background-color: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(142, 84, 233, 0.2);
}
.df-upcoming-event-section .title-box a::before,
.df-upcoming-event-section .title-box a::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.5) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-upcoming-event-section .title-box a::after {
    top: unset;
    bottom: -1px;
}
.df-upcoming-event-section .title-box h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 62px;
    width: calc(100% - 98px);
}
/* df-upcoming-event-section-end */

/* df-latest-news-section-start */
.df-latest-news-section {
    padding: 100px 0px;
    background-color: #040404;
}
.df-latest-news-section h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 72px;
    text-align: center;
    margin-bottom: 60px;
}
.df-latest-news-section .df-content-wrapper-box {
    padding: 0 74px;
    background-color: transparent;
}
.df-latest-news-section .df-content-wrapper-box .sub-content-box {
    position: relative;
    padding: 38px 0;
    border-bottom: 1px solid rgba(142, 84, 233, 0.2);;
}
.df-latest-news-section .df-content-wrapper-box .sub-content-box::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.5) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-latest-news-section .df-content-wrapper-box .sub-content-box:last-child {
    border-bottom: 0;
}
.df-latest-news-section .df-content-wrapper-box .sub-content-box:last-child:before {
    content: none;
}
.df-latest-news-section .df-content-wrapper-box .sub-content-box a {
    display: inline-block;
    padding: 4px 24px;
}
.df-latest-news-section .sub-content-box .title {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
}
.df-latest-news-section .sub-content-box .title .icon-box {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5122DD;
    cursor: pointer;
    margin-top: -7px;
}
.df-latest-news-section .sub-content-box .title p {
    font-size: 18px;
    margin-bottom: 0;
    width: calc(100% - 60px);
}
.df-latest-news-section .sub-content-box .img-box {
    margin-bottom: 14px;
}
.df-latest-news-section .sub-content-box .img-box img {
    border-radius: 4px;
}
.df-latest-news-section .sub-content-box form {
    max-width: 572px;
}
.df-latest-news-section .sub-content-box form p {
    position: relative;
    padding: 9px 18px;
    background-color: #F8F8F80D;
    border-radius: 6px;
}
.df-latest-news-section .sub-content-box form p label {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
.df-latest-news-section .sub-content-box form [type="radio"]:checked,
.df-latest-news-section .sub-content-box form [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.df-latest-news-section .sub-content-box form [type="radio"]:checked + label,
.df-latest-news-section .sub-content-box form [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #F8F8F8;
}
.df-latest-news-section .sub-content-box form [type="radio"]:checked + label:before,
.df-latest-news-section .sub-content-box form [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #778497;
    border-radius: 100%;
    background: transparent;
}
.df-latest-news-section .sub-content-box form [type="radio"]:checked + label:before {
    border: 1px solid #4776E6;
}
.df-latest-news-section .sub-content-box form [type="radio"]:checked + label:after,
.df-latest-news-section .sub-content-box form [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: linear-gradient(#4776E6 100%, #8E54E9 100%);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.df-latest-news-section .sub-content-box form [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.df-latest-news-section .sub-content-box form [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.df-latest-news-section .sub-content-box form p span {
    font-size: 10px;
    font-weight: 400;
    line-height: 22px;
    color: #F8F8F8;
}
.df-latest-news-section .sub-content-box form p span.percentage,
.df-latest-news-section .sub-content-box form p span.vote {
    position: absolute;
    top: 13px;
    margin: auto;
    right: 23px;
} 
.df-latest-news-section .sub-content-box form p span.vote {
    right: 60px;
}
.df-latest-news-section .sub-content-box form .total-votes-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.df-latest-news-section .sub-content-box form .total-votes-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #F8F8F8;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}
.df-latest-news-section .sub-content-box form .total-votes-box button {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #F1F5F9;
    padding: 3px 20px;
    border-radius: 6px;
}
/* df-latest-news-section-end */

/* df-community-blog-section-start */
.df-community-blog-section {
    padding: 80px 0;
    background-color: #ffff;
}
.df-community-blog-section .df-heading-content {
    margin-bottom: 17px;
    text-align: center;
}
.df-community-blog-section .df-heading-content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 72px;
    color: #111111;
}
.df-blog-card {
    position: relative;
    padding: 28px;
    background-color: #ffff;
    border-radius: 8px;
    box-shadow: 4px 6px 61px 0 rgba(99, 104, 231, 0.12);
    border: 1px solid rgba(142, 84, 233, 0.2);
    margin-top: 43px;
}
.df-blog-card::before,
.df-blog-card::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-blog-card::after {
    top: unset;
    bottom: -1px;
}
.df-community-blog-section .blog-img-box{
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
}
.df-blog-card .blog-img-box img {
    width: 100%;
}
.df-blog-card .blog-content-box {
    padding-top: 16px;
}
.df-blog-card .blog-content-box h4 {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 14px;
    color: #111111;
    padding-right: 10px;
}
.df-blog-card ul {
    list-style-type: none;
}
.df-blog-card .blog-content-box ul li span,
.df-blog-card .blog-content-box ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
}
.df-blog-card .blog-content-box ul li a {
    color: #5122DD;
    margin-left: 16px;
}
.df-blog-card .blog-content-box ul li a img {
    margin: -3px 0 0 3px;
}
.df-blog-card .blog-content-box > a.btn-theme-primary {
    display: inline-block;
    margin-top: 16px;
    color: #5122DD;
    padding: 3px 24px;
}
.df-blog-2-card {
    margin-top: 38px;
    box-shadow: 4px 6px 61px 0 rgba(99, 104, 231, 0.12);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    height: calc(100% - 38px);
}
.df-blog-2-card .img-box{
    max-height: 210px;
}
.df-blog-2-card .circle-blog-box{
    position: relative;
}
.df-blog-2-card .circle-blog-box .circle-edit-box{
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #5122DD;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 4px;
    margin-right: 4px;
    cursor: pointer;
}
.df-blog-2-card .circle-blog-box .circle-edit-box img{
    width: 25px;
    height: 25px;
}
.df-blog-2-card .img-box img {
    width: 100%;
    border-radius:  8px 8px 0 0;
}
.df-blog-2-card .content-box {
    position: relative;
    padding: 20px 50px 20px 20px;
    background-color: #ffff;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-top: 0;
    border-radius:  0 0 8px 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.df-blog-2-card .content-box::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-blog-2-card .content-box .content-box-meta{
    flex:1;
}
.df-blog-2-card .content-box h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    color: #111111;
    margin-bottom: 12px;
    max-height: 100px;
    overflow: hidden;
}
.df-blog-2-card .content-box p {
    font-weight: 500;
    color: #333333;
    margin-bottom: 12px;
    line-height: 32px;
}
.df-blog-2-card .content-box ul {
    list-style-type: none ;
    margin-bottom: 12px;
}
.df-blog-2-card .content-box ul li span,
.df-blog-2-card .content-box ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #333333;
}
.df-blog-2-card .content-box ul li a {
    color: #5122DD;
    margin-left: 16px;
}
.df-blog-2-card .content-box ul li a img {
    margin-left: 3px;
}
.df-blog-2-card .content-box .prf-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 0;
    margin-bottom: 12px;
}
.df-blog-2-card .content-box .prf-box .img-box {
    width: 44px;
    height: 44px;
    margin-right: 11px;
}
.df-blog-2-card .content-box .prf-box .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.df-blog-2-card .content-box .prf-box span.author-name {
    padding-right: 55px;
    position: relative;
}
.df-blog-2-card .content-box .prf-box span.author-name::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 25px;
    width: 4px;
    height: 4px;
    background-color: #333333;
    border-radius: 10px;
}
.df-blog-2-card .content-box .prf-box span {
    color: #333333;
    font-weight: 500;
}
.df-blog-2-card .content-box .read-more {
    font-weight: 500;
    color: #5122DD;
}
.df-blog-2-card .content-box .read-more img {
    margin-left: 10px;
}
/* df-community-blog-section-end */

/* df-previous-event-secion-start */
.df-previous-event-section {
    padding: 80px 0;
    background-color: #F6F9FC;
}
.df-previous-event-section .df-heading-content {
    text-align: center;
    margin-bottom: 30px;
}
.df-previous-event-section .df-heading-content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 72px;
    color: #111111;
    margin-bottom: 30px;
}
.df-previous-event-section .df-heading-content .df-indicators-box {
    justify-content: center;
}
.df-previous-event-section .df-previous-event-content-wrapper ul{
    list-style-type: none;
}
.df-previous-event-content-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 72px;
    padding: 40px;
    background-color: #ffff;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-radius: 8px;
    box-shadow: 4px 6px 61px 0 rgba(99, 104, 231, 0.12);
}
.df-previous-event-content-wrapper::before,
.df-previous-event-content-wrapper::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-previous-event-content-wrapper::after {
    top: unset;
    bottom: -1px;
}
.df-previous-event-content-wrapper .left-content {
    grid-column: span 2;
}
.df-previous-event-content-wrapper h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 72px;
    color: #111111;
}
.df-previous-event-content-wrapper ul.list-detail {
    margin-bottom: 0;
}
.df-previous-event-content-wrapper ul.list-detail li {
    margin-top: 8px;
    display: flex;
    align-items: center;
}
.df-previous-event-content-wrapper ul.list-detail li img {
    width: 32px;
    margin-right: 10px;
}
.df-previous-event-content-wrapper ul.list-detail li span {
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    color: #111111;
}
.df-previous-event-content-wrapper h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 46px;
    color: #111111;
    margin: 27px 0;
}
.df-previous-event-content-wrapper h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    color: #111111;
}
.df-previous-event-content-wrapper ul {
    margin-bottom: 38px;
}
.df-previous-event-content-wrapper ul li {
    margin-top: 8px;
}
.df-previous-event-content-wrapper ul li strong,
.df-previous-event-content-wrapper ul li span,
.df-previous-event-content-wrapper ul li a {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 40px;
    color: #111111;
}
.df-previous-event-content-wrapper ul li strong {
    min-width: 185px;
}
.df-previous-event-content-wrapper ul li span {
    font-weight: 400;
}
.df-previous-event-content-wrapper ul li a {
    font-weight: 400;
    color: #5122DD;
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
    word-break: break-all;
}
.df-previous-event-content-wrapper .topic-list-dropdown .dropdown-toggle {
    position: relative;
    background-color: #ffff;
    color: #5122DD;
    padding: 5px 30px;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-radius: 8px;
}
.df-previous-event-content-wrapper .topic-list-dropdown .dropdown-toggle::before,
.df-previous-event-content-wrapper .topic-list-dropdown .dropdown-toggle::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.5) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-previous-event-content-wrapper .topic-list-dropdown .dropdown-toggle::after {
    top: unset;
    bottom: -1px;
    border: 0;
}
.df-previous-event-content-wrapper .topic-list-dropdown .dropdown-toggle img{
    display: inline-flex !important;
}
.df-previous-event-content-wrapper .topic-list-dropdown .dropdown-toggle img {
    margin-left: 5px;
     width: auto;
}
.df-previous-event-content-wrapper .right-content {
    position: relative;
}
.df-previous-event-content-wrapper .right-content::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    left: -38px;
    margin: 0 auto;
    height: 100%;
    width: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}

.df-previous-event-content-wrapper .right-content .img-box {
    margin-bottom: 26px;
}
.df-previous-event-content-wrapper .right-content .img-box iframe {
    border-radius: 8px;
    width: 100%;
}
.df-previous-event-content-wrapper .right-content p {
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 36px;
    color: #111111;
}
.df-previous-event-content-wrapper .right-content p + p {
    margin-bottom: 0;
}
.df-previous-event-section .df-previous-event-content-wrapper{
    display: grid !important;
}
/* df-previous-event-secion-end */

/* df-about-us-section-start */
.df-about-us-section {
    padding: 80px 0;
    background-color: #ffff;
}
.df-about-us-section h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 10px;
    color: #111111;
    text-align: center;
}
.df-about-us-section p {
    font-size: 20px;
    color: #111111;
    max-width: 1008px;
    margin: 0 auto;
    text-align: center;
}
.df-about-us-section .img-box {
    margin-top: 70px;
    text-align: center;
}
/* df-about-us-section-end */

/* df-profile-modal-start */
.df-profile-modal .modal-body {
    position: relative;
    padding: 0;
}
.df-profile-modal .modal-body .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 1;
}
.df-profile-modal .modal-body .btn-close:focus {
    box-shadow: none;
}
.df-profile-modal .profile-detail-box {
    padding: 30px;
    display: flex;
    align-items: center;
}
.df-profile-modal .profile-detail-box .profile-img-box {
    width: 300px;
    height: 300px;
    margin-right: 24px;
     position: relative;
     overflow: hidden;  
     text-align: center;    
}
.df-profile-modal .profile-detail-box .profile-img-box img {
    height: 100%;
    object-fit: cover;
}
.df-profile-modal .profile-detail-box .content-box {
    width: calc(100% - 324px);
}
.df-profile-modal .profile-detail-box .content-box h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    color: #111111;
    margin-bottom: 4px;
}
.df-profile-modal .profile-detail-box .content-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #111111;
    margin-bottom: 10px;
}
.df-profile-modal .profile-detail-box .content-box ul li {
    display: inline-block;
    margin-right: 12px;
}
.df-profile-modal .profile-detail-box .content-box ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #5122DD;
    border-radius: 8px;
}
.df-profile-modal .btn-theme-primary {
    display: none;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    line-height: 26px;
    padding: 4px 20px;
    color: #5122DD;
    text-align: center;
}
.df-profile-modal .btn-theme-primary {
    display: none;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    line-height: 26px;
    padding: 4px 20px;
    color: #5122DD;
    text-align: center;
}
/* df-profile-modal-end */

/* df-reserve-slot-modal-start */
.df-reserve-slot-modal {
    margin-top: 47px;
}
.df-reserve-slot-modal .modal-dialog-scrollable .modal-content {
    scrollbar-width: none; /* Firefox */
}

.df-reserve-slot-modal .modal-dialog-scrollable .modal-body {
    overflow-y: scroll; /* Enable scrolling */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.df-reserve-slot-modal .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari, and Edge */
}
.df-reserve-slot-modal .modal-header {
    position: relative;
    padding: 30px;
    justify-content: center;
    border-bottom: 0;
}
.df-reserve-slot-modal .modal-header::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-reserve-slot-modal .modal-header a {
    display: none;
}
.df-reserve-slot-modal .modal-header a::before,
.df-reserve-slot-modal .modal-header a::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-reserve-slot-modal .modal-header a::after {
    top: unset;
    bottom: -1px;
}
.df-reserve-slot-modal .modal-header h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 58px;
    color: #000;
}
.df-reserve-slot-modal .modal-header .btn-close {
    position: absolute;
    top: 18px;
    right: 25px;
    opacity: 1;
}
.df-reserve-slot-modal .modal-header .btn-close:focus {
    box-shadow: none;
}
.df-reserve-slot-modal .modal-body {
    padding: 30px;
}
.df-reserve-slot-modal .profile-pic-box {
    margin-bottom: 40px;
}
.df-reserve-slot-modal .profile-pic-box .pic-box {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 16px auto;
    background-color: #D9D9D9;
    border-radius: 50%;
}
.df-reserve-slot-modal .profile-pic-box .pic-box > img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.df-reserve-slot-modal .profile-pic-box .pic-box input[type='file'] {
    display: none;
}
.df-reserve-slot-modal .profile-pic-box .pic-box label {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 34px;
    height: 34px;
    background-color: #5122DD;
    border: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.df-reserve-slot-modal .profile-pic-box > span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
    color: #000;
}
.df-reserve-slot-modal form .input-field {
    margin-bottom: 36px;
}
.df-reserve-slot-modal form .input-field label {
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
    color: #000;
    margin-bottom: 6px;
} 
.df-reserve-slot-modal form .input-field input {
    padding: 10px;
    border: 1px solid #E4E4E4;
    font-family: "Montserrat", sans-serif;
    border-radius: 8px;
    color: #666;
}
.df-reserve-slot-modal form .input-field input:focus-visible {
    box-shadow: none;
}
.df-reserve-slot-modal form .input-field input::placeholder {
    color: #666;
    opacity: 1;
}
.df-reserve-slot-modal form .input-button {
    text-align: right;
}
.df-reserve-slot-modal form .input-button button {
    padding: 6px 38px;

}
/* df-reserve-slot-modal-end */

/* df-about-content-section-start */
.df-about-content-section {
    padding: 100px 0;
}
.df-about-content-section .content-area h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 62px;
    color: #333333;
    margin: 20px 0;
    max-width: 900px;
}
.df-about-content-section .content-area h2:first-child {
    margin-top: 0;
}
.df-about-content-section .content-area p {
    color: #666666;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
}
.df-about-content-section .content-area a + p,
.df-about-content-section .content-area p + a {
    margin-top: 7px;
}
.df-about-content-section .content-area a {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #5122DD;
    display: inline-block;
}
.df-about-content-section .content-area a:hover {
    text-decoration: underline;
}
.df-about-content-section .content-area img {
    float: right;
    margin-left: 210px;
    cursor: pointer;
}
/* df-about-content-section-end */

/* df-staff-member-section-start */
.df-staff-member-section {
    padding: 80px 0;
}
.df-staff-member-section h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 38px;
    color: #333333;
}
.df-member-info-box {
    text-align: center;
    margin-bottom: 30px;
}
.df-member-info-box .img-box {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.df-member-info-box .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
     object-fit: cover;
}
.df-member-info-box h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #111111;
    margin: 16px 0 6px 0;
}
.df-member-info-box h5 img.goto {
    width: 18px;
    height: 18px;
    margin-left: 10px;
}
.df-member-info-box .designation {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #5122DD;
    padding: 5px 12px;
    border: 1px solid rgba(142, 84, 233, 0.2);
    background-color: #fff;
    border-radius: 25px;
    display: inline-block;
}
.df-member-info-box .designation::before,
.df-member-info-box .designation::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-member-info-box .designation::after {
    top: unset;
    bottom: -1px;
}
.df-staff-member-section .view-all-box .btn-theme-primary {
    background-color: #ffff;
    color: #5122DD;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 29px;
}
/* df-staff-member-section-end */

/* df-blog-section-start */
.df-blog-section {
    padding: 100px 0 50px 0;
}
.df-staff-member-section + .df-blog-section {
    padding-top: 0;
}
.df-tags-list ul  {
    overflow-x: auto;
    height: 60px;
    display: flex;
    align-items: center;
    overflow-y: unset;
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}
.df-tags-list li {
    display: inline-block;
    margin: 0 10px 0px 0;
}
.df-tags-list li a {
    display: inline-block;
    width: max-content;
    font-size: 18px;
    font-weight: 400;
    font-family: "poppins", sans-serif;
    line-height: 26px;
    color: #333;
    padding: 12px 28px;
    background-color: transparent;
    border-radius: 25px;
    transition: 0.3s ease-in-out;
}
.df-tags-list li a.active,
.df-tags-list li a:hover {
    font-weight: 400;
    color: #ffff;
    background-color: #5122DD;
}
/* df-blog-section-end */

/* df-sm-breadcrumb-start */
.df-sm-breadcrumb {
    position: absolute;
    top: 106px;
    width: 100%;
    z-index: 1;
}
.df-sm-breadcrumb nav {
    background-color: transparent;
}
.df-sm-breadcrumb nav ol {
    margin-bottom: 0;
}
.df-sm-breadcrumb nav ol li.active {
    color: #ffff;
}
.df-sm-breadcrumb nav ol li,
.df-sm-breadcrumb nav ol li a {
    font-size: 14px;
    font-weight: 400;
    color: #B3B3B3;
    line-height: 21px;
}
.df-sm-breadcrumb nav ol li.breadcrumb-item + li.breadcrumb-item::before {
    content: "\276F";
    color: #ffff;
}
/* df-sm-breadcrumb-end */

/* df-blog-detail-section-start */
.df-blog-detail-section .content-area .main-img-box {
    margin-bottom: 44px;
}
.df-blog-detail-section .content-area .main-img-box img {
    width: 100%;
    float: unset;
    margin-left: 0;
     border-radius: 20px;
}
.df-blog-detail-section .content-area h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 62px;
    color: #333333;
    margin: 20px 0;
    max-width: 900px;
}
.df-blog-detail-section .content-area h2:first-child {
    margin-top: 0;
}
.df-blog-detail-section .content-area img.alignright {
    float: right;
    margin-left: 210px;
     margin: 0 0 10px 30px;
    cursor: pointer;
}
.df-blog-detail-section .content-area img.alignleft {
      float: left;
    margin: 0 30px 10px 0;
    cursor: pointer;
}
.df-blog-detail-section .content-area p {
    color: #666666;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 10px;
}
.df-blog-detail-section .content-area a + p,
.df-blog-detail-section .content-area p + a {
    margin-top: 7px;
}
.df-blog-detail-section .content-area a {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #5122DD;
    display: inline-block;
}
.df-blog-detail-section .content-area a:hover {
    text-decoration: underline;
}
.df-news-blog-detail-section .content-area .main-img-box img {
    position: relative;
    z-index: 1;
    margin-top: -200px;
}
/* df-blog-detail-section-end */

/* df-related-blogs-section-start */
.df-related-blogs-section {
    padding: 44px 0;
}
.df-related-blogs-section .top-head-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.df-related-blogs-section .top-head-box h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #333333;
}
.df-related-blogs-section .top-head-box .btn-theme-primary {
    font-size: 20px;
    font-weight: 500;
    color: #5122DD;
    padding: 4px 30px;
    line-height: 36px;
}
.df-related-blogs-section .top-head-box .btn-theme-primary img {
    margin-left: 5px;
}
.blog-detail-large-image-modal .modal-body {
    padding: 10px;
}
.blog-detail-large-image-modal .modal-body img {
    width: 100%;
    border-radius: 8px;
}
.blog-detail-large-image-modal .modal-body button {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    opacity: 1;
    padding: 16px;
}
.blog-detail-large-image-modal .modal-body .btn-theme-primary {
    display: none;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    line-height: 26px;
    padding: 4px 20px;
    color: #5122DD;
    text-align: center;
    margin-top: 24px;
}
.df-related-blogs-section .df-news-card {
    margin-bottom: 0;
    margin-top: 30px;
}
/* df-related-blogs-section-end */

/* df-circle-content-section-start */
.df-circle-content-section {
    padding: 180px 0 120px;
    background-image: url(../imgs/circle-section-bg.png);
    background-size: cover;
}
.df-circle-content-section > .container > .row {
    align-items: center;
}
.df-circle-content-section h1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 104px;
    margin-bottom: 50px;
    text-align: center;
}
.df-circle-content-section .content-area h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 14px;
}
.df-circle-content-section .content-area p {
    margin-bottom: 0;
}
.df-circle-content-section .content-area p + p {
    margin-top: 10px;
}
.df-circle-content-section .img-box {
    text-align: right;
}
/* df-circle-content-section-end */

/* df-current-circle-section-start */
.df-current-circle-section {
    padding: 60px 0;
    background-color: #ffff;
}
.df-current-circle-section h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 72px;
    color: #111111;
    margin-bottom: 14px;
    text-align: center;
}
.df-current-circle-card {
    position: relative;
    margin-top: 26px;
    border-radius: 8px;
    background-color: #ffff;
    box-shadow: 4px 6px 61px 0 rgba(99, 104, 231, 0.12);
}
.df-current-circle-card::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-current-circle-card .circle-img-box img {
    border-radius: 8px 8px 0 0;
    width: 100%;
}
.df-current-circle-card .circle-content-box {
    padding: 20px;
}
.df-current-circle-card .circle-content-box h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 46px;
    color: #111111;
    margin-bottom: 16px;
}
.df-current-circle-card .circle-content-box p {
    font-size: 18px;
    color: #666666;
    margin-bottom: 0;
}
/* df-current-circle-section-end */

/* df-circle-detail-section-start */
.df-circle-detail-section {
    padding: 80px 0 50px 0;
}
.df-circle-detail-section .df-content-wrapper-box {
    padding: 30px;
}
.view-all-box + .top-head-box {
    margin-top: 48px;
}
.df-circle-detail-section .df-blog-2-card .content-box {
    padding: 20px 22px 20px 20px;
}
.df-circle-detail-section .top-details-box {
    display: flex;
    gap: 25px;
    margin-bottom: 48px;
}
.df-circle-detail-section .top-details-box .left-cont {
    width: calc(100% - 245px);
}
.df-circle-detail-section h4 {
    font-size: 24px;
    font-weight: 500;
    font-family: "poppins", sans-serif;
    color: #333333;
    line-height: 36px;
    margin-bottom: 7px;
}
.df-circle-detail-section h4.members-title {
    margin-bottom: 38px;
}
.df-circle-detail-section .top-details-box .left-cont p {
    font-size: 18px;
    font-weight: 400;
    font-family: "poppins", sans-serif;
    color: #666666;
    line-height: 26px;
    margin-bottom: 16px;
}
.df-circle-detail-section .top-details-box .left-cont p a {
    color: #003ECC;
    text-decoration: underline;
}
.df-circle-detail-section .btn-theme-secondary {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 4px 26px;
    line-height: 28px;
    border-radius: 6px;
    box-shadow: 4px 6px 61px 0 rgba(99, 104, 231, 0.2);
}
.df-circle-detail-section .top-details-box .right-cont {
    width: 220px;
}
.df-circle-detail-section .top-details-box .right-cont img {
    width: 100%;
     border-radius: 6px;
    height: 199px;
    object-fit: cover;
}
.df-circle-detail-section .useful-links-box {
    margin-bottom: 48px;
}
.df-circle-detail-section .useful-links-box ul{
    list-style-type: none;
}
.df-circle-detail-section .useful-links-box ul li {
    margin-bottom: 7px;
}
.df-circle-detail-section .useful-links-box ul li a {
    font-size: 18px;
    font-weight: 400;
    font-family: "poppins", sans-serif;
    line-height: 26px;
    color: #003ECC;
    text-decoration: underline;
}
.df-circle-job-list-box {
    position: relative;
    padding: 24px;
    background-color: #ffff;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-radius: 8px;
    box-shadow: 4px 6px 61px 0 rgba(99, 104, 231, 0.12);
    margin-bottom: 48px;
}
.df-circle-job-list-box::before,
.df-circle-job-list-box::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-circle-job-list-box::after {
    top: unset;
    bottom: -1px;
}
.df-circle-job-list-box .header-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(142, 84, 233, 0.2);
}
.df-circle-job-list-box .header-box::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-circle-job-list-box .header-box h4 {
    margin-bottom: 0;
}
.df-circle-job-list-box .header-box .due-date-box {
    display: flex;
    align-items: center;
    gap: 8px;
}
.df-circle-job-list-box .header-box .due-date-box .icon-box {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5122DD;
    cursor: pointer;
}
.df-circle-job-list-box .header-box .due-date-box p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    color: #4D4D4D;
    margin-bottom: 0;
}
.df-circle-job-list-box .content-box p {
    font-size: 18px;
    font-weight: 400;
    font-family: "poppins", sans-serif;
    line-height: 26px;
    color: #666666;
    margin-bottom: 30px;
}
.df-circle-job-list-box .inner-content-box{
    display: flex;
    justify-content: space-between;
}
.df-circle-job-list-box .inner-content-box .open-roles{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    color: #5122DD;
    padding: 5px 12px;
    border: 1px solid rgba(142, 84, 233, 0.2);
    background-color: #fff;
    border-radius: 8px;
    display: inline-block;
}
.df-circle-job-list-box .inner-content-box .open-roles::before, .df-circle-job-list-box .inner-content-box .open-roles::after{ 
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-circle-job-list-box .inner-content-box .open-roles::after{
    top: unset;
    bottom: -1px;
}
/* df-circle-detail-section-end */

/* df-circle-blog-content-section-start */
.df-circle-blog-content-section {
    position: relative;
    padding: 205px 0 64px 0;
}
.df-circle-blog-content-section .circle-blog-content-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 493px;
    z-index: -1;
}
.df-circle-blog-content-section .title-box {
    position: relative;
    text-align: center;
}
.df-circle-blog-content-section .title-box .back-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    box-shadow: 4px 6px 61px 0 #6368E71F;
    background-color: rgba(255, 255, 255, 0.24);
    border: 1px solid rgba(142, 84, 233, 0.2);
    cursor: pointer;
    z-index: 1;
}
.df-circle-blog-content-section .title-box .back-btn::before,
.df-circle-blog-content-section .title-box .back-btn::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.5) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-circle-blog-content-section .title-box .back-btn::after {
    top: unset;
    bottom: -1px;
}
.df-circle-blog-content-section .title-box h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 62px;
    max-width: 830px;
    margin: 0 auto;
}
/* df-circle-blog-content-section-end */

/* df-join-group-modal-start */
.df-join-group-modal .modal-content{
    margin-top: 50px;
}
.df-join-group-modal .modal-body {
    padding: 30px;
}
.df-join-group-modal .modal-body .btn-back-sm {
    display: none;
}
.df-join-group-modal .modal-body .btn-close {
    position: absolute;
    top: 18px;
    right: 22px;
    opacity: 1;
}
.df-join-group-modal .modal-body .btn-close:focus {
    box-shadow: none;
}
.df-join-group-modal .modal-body h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 58px;
    color: #000;
    text-align: center;
    margin-bottom: 24px;
}
.df-join-group-modal .modal-body .all-steps {
    text-align: center;
    margin-bottom: 40px;
}
.df-join-group-modal .modal-body .all-steps .step {
    position: relative;
    height: 34px;
    width: 34px;
    background-color: #EFF0F6;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    border: none;
    border-radius: 50%;
    display: inline-block;
    margin-right: 80px;
}
.df-join-group-modal .modal-body .all-steps .step::before {
    content: "";
    position: absolute;
    top: 13px;
    right: -88px;
    width: 88px;
    height: 6px;
    background-color: #EFF0F6;
}
.df-join-group-modal .modal-body .all-steps .step:last-child {
    margin-right: 0;
}
.df-join-group-modal .modal-body .all-steps .step:last-child::before {
    content: none;
}
.df-join-group-modal .modal-body .all-steps .step.active {
    background-color: #5122DD;
    color: #ffff;
}
.df-join-group-modal .modal-body .all-steps .step.success {
    background-color: #5122DD;
    color: #ffff;
}
.df-join-group-modal .modal-body .all-steps .step.success::before {
    background-color: #5122DD;
}
.df-join-group-modal .modal-body .fields-tab {
    display: none;
    padding: 26px 35px 0 35px;
    border: 1px solid #E4E4E4;
    box-shadow: 2px 2px 22px 0 #6C69691A;
    margin-bottom: 40px;
    border-radius: 10px;
}
.df-join-group-modal .modal-body .fields-tab.active {
    display: block;
}
.df-join-group-modal .modal-body .fields-tab h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    color: #000;
    padding-bottom: 27px;
    margin-bottom: 27px;
    border-bottom: 1px solid rgba(142, 84, 233, 0.2);
    position: relative;
}
.df-join-group-modal .modal-body .fields-tab h3::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.5) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-join-group-modal .modal-body .fields-tab.active ::before{
    background-color: #EFF0F6;
}
.df-join-group-modal .modal-body .fields-tab .field-box {
    margin-bottom: 35px;
}
.df-join-group-modal .modal-body .fields-tab .field-box label {
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 6px;
}
.df-join-group-modal .modal-body .fields-tab .field-box .select2-container {
    width: 100% !important;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
}
.df-join-group-modal .modal-body .fields-tab .field-box input {
    height: 43px;
    border: 1px solid #E4E4E4;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}
.df-join-group-modal .modal-body .fields-tab .field-box textarea {
    height: 43px;
    border: 1px solid #E4E4E4;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}
.df-join-group-modal .modal-body .fields-tab .field-box select {
    height: 43px;
    border: 1px solid #E4E4E4;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}
.df-join-group-modal .modal-body .fields-tab .field-box input[type='checkbox'],
.df-join-group-modal .modal-body .fields-tab .field-box input[type='radio'] {
    height: auto;
    margin-right: 10px;
}
.df-join-group-modal .modal-body .fields-tab .field-box input[type='checkbox']:focus,
.df-join-group-modal .modal-body .fields-tab .field-box input[type='radio']:focus {
    box-shadow: none;
}
.df-join-group-modal .modal-body .fields-tab .field-box input::placeholder {
    color: #666666;
    opacity: 1;
}
.df-join-group-modal .modal-body .select2-container .select2-selection--single {
    height: 43px !important;
}
#select2-df_country-results .select2-container .select2-results__options .select2-results__option{
    color: #666666 !important;
}
#select2-df_country-results .select2-container .select2-results__options .select2-results__option--highlighted {
    color: #666666 !important;
}
.df-join-group-modal .modal-body .fields-tab .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #666666;
    opacity: 1;
}
.df-join-group-modal .modal-body .fields-tab .field-box select::placeholder {
    color: #666666;
    opacity: 1;
}
.df-join-group-modal .modal-body .form-buttons-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.df-join-group-modal .modal-body .form-buttons-box button.btn-theme-secondary {
    padding: 6px 55px;
}
.df-join-group-modal .modal-body .form-buttons-box button.btn-theme-primary {
    font-size: 20px;
    font-weight: 500;
    padding: 6px 30px;
    color: #000;
    background-color: #ffff;
}
.df-join-group-modal .modal-body .form-buttons-box .join-group-close-btn {
    display: none;
    width: 160px;
    margin: 0 auto;
}
.df-join-group-modal .modal-body .thank-you-box {
    display: none;
    text-align: center;
    margin-bottom: 40px;
}
.df-join-group-modal .modal-body .thank-you-box img {
    width: 148px;
    height: 148px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.df-join-group-modal .modal-body .thank-you-box h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 58px;
    color: #000;
}
.df-join-group-modal .modal-body .thank-you-box p {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #000;
    margin-bottom: 0;
}
/* df-join-group-modal-end */


/* Table */
.df-calender-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: center;
    margin: 19px 0 0 0;
}
.df-calender-table thead tr {
    border-top: 0;
}
.df-calender-table thead th {
    font-weight: 500;
    padding: 10px;
    border: 0;
    color:#FFFFFF;
    height: 68px;
    vertical-align: middle;
    background-color: #000;
}
.df-calender-table thead tr th:first-child {
    border-top-left-radius: 10px;
}
.df-calender-table thead tr th:last-child {
    border-top-right-radius: 10px;
}
.df-calender-table tbody td {
    position: relative;
    padding: 18px 8px;
    border: 1px solid rgba(142, 84, 233, 0.2);
    vertical-align: top;
    height: 130px;
    text-align: left;
}
.df-calender-table tbody td.current-day {
    background-color: #e6ffe6;
}
.df-calender-table tbody td strong {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    color: #343434;
}
.df-calender-table tbody td.has-events {
    background-color: #F5F5F5; 
}
.df-calender-table tbody td span.only-event{
     position: absolute;
     bottom: 18px;
     padding: 8px 10px;
     font-size: 12px;
     font-weight: 600;
     font-family: "Montserrat", sans-serif;
     line-height: 18px;
     text-align: center;
     color: #ffff;
     background-color: #5122DD;
     border-radius: 6px;
     width: calc(100% - 16px);
}
.df-calender-table tbody td span.more-events{
    /* position: absolute; */
    bottom: 18px;
    padding: 5px 5px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 18px;
    text-align: center;
    color: #ffff;
    background-color: #5122DD;
    border-radius: 6px;
    width: calc(100% - 16px);
    display: flow-root;
    margin-bottom: 6px;
    cursor: pointer;
}
.df-calender-table tbody td .event {
    display: block;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px;
    margin-bottom: 5px;
    font-size: 14px;
}
/* df-notifications-section-start */
.df-notifications-section {
    padding: 50px 0 70px 0;
    background-color: #000;
}
.df-notifications-section .df-heading-content {
    margin-bottom: 60px;
}
.df-notifications-section .df-heading-content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 72px;
    color: #ffff;
    text-align: center;
}
.df-notification-box {
    padding-left: 20px;
    margin-bottom: 30px;
}
.df-notification-box p {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #ffff;
    margin-bottom: 24px;
}
.df-notification-box small {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 21px;
    color: #ffff;
    margin-bottom: 40px;
}
.df-notification-box a {
    width: 137px;
    height: 38px;
    display: inline-block;
    padding: 6px 20px;
    line-height: 24px;
}
/* df-notifications-section-end */

/* df-news-section-start */
.df-news-section {
    padding: 80px 0 50px 0;
}
.df-news-section .df-heading-content {
    margin-bottom: 60px;
}
.df-news-section .df-heading-content h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 72px;
    color: #000;
    text-align: center;
}
.df-news-card {
    background-color: #ffff;
    border-radius: 8px;
    box-shadow: 4px 6px 61px 0 rgba(99, 104, 231, 0.12);
    height: calc(100% - 30px);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.df-news-card .news-img-box {
    max-height: 210px;
    overflow: hidden;
}
.df-news-card .news-img-box img {
    border-radius: 8px 8px 0 0;
    width: 100%;
}
.df-news-card .news-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    flex: 1;
}
.df-news-card .news-content-box {
    padding: 20px;
    border-left: 1px solid rgba(142, 84, 233, 0.2);
    border-right: 1px solid rgba(142, 84, 233, 0.2);
    flex: 1;
}
.df-news-card .news-content-box p {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #333333;
    margin-bottom: 12px;
}
.df-news-card .news-content-box h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    color: #111111;
    margin-bottom: 12px;
}
.df-news-card .botm-content {
    position: relative;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-top: 0;
    border-radius: 0 0 8px 8px;
}
.df-news-card .botm-content::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-news-card .botm-content i.author {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    line-height: 28px;
    color: #333333;
    padding: 12px 20px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(142, 84, 233, 0.2);
}
.df-news-card .botm-content i.author::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-news-card .botm-content a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #0A34CD;
    font-family: 'Poppins', sans-serif;
    padding: 0 20px 20px 20px;
}
/* df-news-section-end */

/* df-news-blog-section-start */
.df-news-blog-section {
    padding: 80px 0 50px 0;
    background-color: #ffff;
}
/* df-news-blog-section-end */

/* df-faqs-content-section-start */
.df-faqs-content-section {
    padding: 228px 0 114px 0;
    background-image: url(../imgs/faqs-bg.png);
    background-size: cover;
}
.df-faqs-content-section .content-box h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 62px;
    color: #ffff;
    margin-bottom: 16px;
    text-align: center;
}
.df-faqs-content-section .content-box p {
    font-size: 20px;
    font-weight: 400;
    line-height: 36px;
    color: #ffff;
    margin-bottom: 0px;
    text-align: center;
}
/* df-faqs-content-section-end */

/* df-faqs-section-start */
.df-faqs-section {
    padding: 60px 0;
    background-color: #ffff;
}
.df-faqs-accordion .accordion-item {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-radius: 12px;
    padding: 30px;
}
.df-faqs-accordion .accordion-item::before,
.df-faqs-accordion .accordion-item::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-faqs-accordion .accordion-item::after {
    top: unset;
    bottom: -1px;
}
.df-faqs-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.df-faqs-accordion .accordion-item .accordion-button {
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    border-radius: 12px;
    font-family: "Montserrat", sans-serif;
}
.df-faqs-accordion .accordion-item:first-of-type > .accordion-header .accordion-button {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.df-faqs-accordion .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.df-faqs-accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.df-faqs-accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: #ffff;
    box-shadow: none;
}
.df-faqs-accordion .accordion-item .accordion-button::after {
    width: 13px;
    height: 7px;
    background-image: url(../imgs/chevron.png);
    background-size: 13px;
}
.df-faqs-accordion .accordion-item .accordion-body {
    padding: 0;
    margin-top: 10px;
}
.df-faqs-accordion .accordion-item .accordion-body p {
    color: #333333;
    line-height: 30px;
    margin-bottom: 0;
}
.df-faqs-accordion .accordion-item .accordion-body p + p {
    margin-top: 10px;
}
.df-faqs-accordion .accordion-item .accordion-body p a {
    color: #333333;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-decoration: underline;
}
/* df-faqs-section-end */

/* df-town-hall No Break Points Css */
.df-previous-event-content-wrapper .left-content .breakpoints-container .else-message{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}
/* df-town-hall No Break Points Css End */

/* Mail-champ-modal Css Start */
#mail-champ-modal {
    margin-top: 62px;
}
#mail-champ-modal input.btn-theme-secondary{
    margin-left: 0;
    background-color: transparent;
    border: 1px solid #9050E9 !important; 
}
 .modal-header h5, #mail-champ-modal #mc_embed_signup  #mc_embed_signup_scroll h2{
    color: rgb(33,37,41);
}
#mc_embed_signup ul li label {
    font-weight: 400;
    margin-left: 8px;
}

.select2-container--open {
    z-index: 1056;
}
.preloader {
    display: none; /* Hide by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7); /* Optional: semi-transparent background */
    z-index: 9999; /* Ensure it is above other elements */
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    animation: spin 2s linear infinite;
}
.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    animation: spin 3s linear infinite;
}
.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    animation: spin 1.5s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* styling of the ul ol li  */
.df-about-content-section  ul ,ol ,li, .df-blog-detail-section ul,ol,li{
    margin-bottom: 0;
}
.df-about-content-section li, .df-blog-detail-section li{
    color: #666666;
    font-size: 20px;
    line-height: 1.8;
     margin-bottom: 10px;
}
.post-desc h1{
    font-size: 36px !important;
    margin: 20px 0px;
    line-height: 54px;
}
.post-desc h2 {
    font-size: 32px !important;
    margin: 20px 0;

}
.post-desc h3{
    font-family: "Montserrat", sans-serif;
    position: relative;
    margin: 0;
    line-height: 36px;
    text-rendering: optimizelegibility;
    text-decoration: none;
    font-weight: 500;
    margin: 20px 0;
    color: #000000;
}
.post-desc ul {
    margin-bottom: 0;
    padding-left: 40px;
  }
.post-desc .bold, .post-desc strong, .post-desc b {
    font-weight: 700 !important;
	color:#242424;
}


.df-filter-section .filter-form input,.df-filter-section .filter-form select{
    height: 43px;
    border: 1px solid #E4E4E4;
    padding: 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}
.filtered-jobs .else-message{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}
.df-filter-section .filter-form .btn-theme-secondary{
    width: 100%;
  padding: 3px 28px;
}
/* styling Day calendar upcoming widget */
 .calender_day_modal {
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.calender_day_modal h4{
    color: #000 !important;
    font-size: 15px
}
.calender_day_modal_body {
    margin-bottom: 20px;
    overflow-y: auto;
}
.calender_day_modal_body .event-item {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-radius: 4px;
    box-shadow: 4px 6px 61px 0 rgba(99, 104, 231, 0.12);
}
 .calender_day_modal_body .event-item h5 {
    margin: 0 0 5px;
  
} .calender_day_modal_body .event-item .event-name{
    color: #000 !important;
    font-size: 15px;
}
 .calender_day_modal_body .event-item p {
    margin: 0;
    font-size: 16px;
    color: #333333;
}





/* Toaster CSS */

.toast-top-right {
    margin-top: 50px;
}
/* ALL JOBS PAGE CSS START */
.df-jobs-header-section h1 , .df-jobs-header-section p {
    text-align: center;
}
.df-jobs-header-section .df_community_structure {
    font-size: 22px;
    line-height: 1.6;
    margin-top: 25px;
    margin-left: 40px;
    margin-right: 40px;
    max-width: 100%;
    padding-right: 10px;
  }

/* PAGINATION */
.fl-navigation {
    display: flex;
    justify-content: flex-end;
}
.fl-navigation ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    margin: 1rem;
    justify-content: end;
}
.fl-navigation li {
    background-color: #5122DD;
    border-radius: 4px;
    margin-right: 10px;    
}
.fl-navigation li.dots {
    padding: 5px 11px;
}
.fl-navigation li:last-child {
    margin: 0;    
}
.fl-navigation li.active {
    background-color: #5122DD;
    background-image: none;
    border-color: #5122DD;
}
.fl-navigation li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-weight: 500;
    font-size: 1rem;
    border-radius: .2rem;
    padding: 8px 15px;
}
.fl-navigation li.active a {
    color: #FFF;
}


/* HERO SECTION 1 CSS STARTS */
.df-upcoming-event-section .df-ongoing-event-card{
    position: relative;
}
.df-upcoming-event-section .df-upcoming-event-card-carousel {
    position: relative;
    margin: 0; 
    padding: 0; 
    overflow: hidden;
}
.df-upcoming-event-section .df-event-indicators-box {
    left: 10px;
    display: flex; 
    justify-content: space-between; 
    transform: translateY(-50%); 
    z-index: 10;
    top: 50%;
    position: absolute;
    width: 564px; 
}

.df-upcoming-event-section .df-event-indicators-box .df-event-indicator {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 10px;
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-radius: 8px;
    cursor: pointer;
    background-color: white;
}
.df-upcoming-event-section .df-event-indicators-box .df-event-prev-post{
    left: -30px;
} 
.df-upcoming-event-section .df-event-indicators-box .df-event-indicator img {
    max-width: 30px; 
    height: auto;
}
.df-upcoming-event-section .df-event-indicators-box .df-event-indicator:hover img {
    opacity: 0.7;
}

/* CSS on All Events Page Start */
.df-content-section.df-all-events-header{
    padding: 240px 0 150px 0;
}


/* CSS on All Circle Page of Jobs Button Start */

.df-current-circle-section .df-circle-job-container {
    position: relative;
}
.df-current-circle-section .df-circle-job-container {
    display: flex;
    justify-content: space-between;
}

.df-current-circle-section .all-jobs-section {
    position: absolute; 
    right: 20px; 
    top: 50%;
    transform: translateY(-50%); 
}
/* CSS on All HACKATHON PAGE Start */


body.all-hackathon-events {
    background-color: #f0f0f0; /* Replace with your desired color */
}
/* *********************** */
/* CSS on SINGLE HACKATHON PAGE Start */
/* *********************** */



/* Hackathon Styles */
.df-hackathon-hero{
    padding: 250px 150px 100px 150px;
}
.df-hackathon-hero h1{
    color:#FFFFFF;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2;
    font-family: 'Archimoto', sans-serif;
}
.df-hackathon-hero h3{
text-align: center;
font-family: 'Michoto', sans-serif; /* Add Michoto font-family here */
font-size: 128px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
background: linear-gradient(180deg, #6841EA -34.23%, #0C021E 177.08%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.df-hackathon-hero .hackathon-date {
    text-align: center;
    margin-top:20px;
}
.df-hackathon-hero .hackathon-date h4{
    color: #F3AB10;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 30px; /* 150% */
}
.df-hackathon-hero .hackathon-date .load-hackathon{
    border-radius: 40px;
    border: 1px solid #000;
    background: #B620E0;
    box-shadow: 0px 2px 5px 0px rgba(245, 239, 239, 0.20);
    width: 133px;
    height: 50px;
    flex-shrink: 0;
    color: white;
    text-align: center;
    margin-top: 10px;
}
.df-hackathon-carousel .df-image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.df-hackathon-hero .owl-stage-outer{
    overflow: visible;
}
.df-hackathon-hero .owl-stage-outer .owl-item{
    visibility: hidden;
}

.df-hackathon-hero .owl-stage-outer .owl-item.active{
    visibility: visible;

    border-radius: 30px;
    border: 2px solid #6841EA;
    background: radial-gradient(61% 61% at 50% 50%, rgba(0, 0, 0, 0.00) 33.27%, rgba(0, 0, 0, 0.50) 74.71%);
    box-shadow: 0px 4px 50px 0px rgba(48, 63, 225, 0.50);
    overflow: hidden;
    margin-top: 20px;
}
/* .df-haackathon-img-wrapper .df-image-box{
    border-radius: 30px;
  border: 2px solid #6841EA;
  background: radial-gradient(61% 61% at 50% 50%, rgba(0, 0, 0, 0.00) 33.27%, rgba(0, 0, 0, 0.50) 74.71%);
  box-shadow: 0px 4px 50px 0px rgba(48, 63, 225, 0.50);
  overflow: hidden;
  margin-top: 20px;
} */

.hackathon-teams-section .hackathon-teams-heading {
    text-align: center;
}
.hackathon-teams-section .hackathon-teams-heading h3{
    color: #F3AB10;
    font-family: 'Roboto', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.hackathon-teams-section .hackathon-teams-heading p{
    color: #F3AB10;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 125% */
}
.hackathon-teams-section .hackathon-heading-wrapper{
    position: relative;
    bottom: -30px;
    background: #F3AB10;
    width: 330px;
    border-radius: 62px;
    margin: 0 auto;
}
.hackathon-teams-section .hackathon-heading-wrapper .hackathon-winner-heading{
    display: flex;
    justify-content: center;
    align-items: center;
}

.hackathon-teams-section .hackathon-heading-wrapper .hackathon-winner-heading h2{
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #FFF;
    font-family: "Archimoto V01";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 7.5px;
}
.hackathon-teams-section .hackathon-winner-wrapper{
    width: 100%;
    border-radius: 10px;
    background: #0C021E;
    box-shadow: 0px 0px 25.4px 0px rgba(243, 171, 16, 0.25);
    
}
.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
    width: 100%;
    border-radius: 10px;
    background: #0C021E;
    box-shadow: 0px 0px 25.4px 0px rgba(243, 171, 16, 0.25);
}
.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper span:first-child {
    color: #F3AB10;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper span.team-description{
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper{
    display:flex;
    align-items: center;
    padding-bottom: 20px;
}
.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main{
    display: flex;
    width: 730px;
    justify-content: center;
}
.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member{
    padding: 28px;
}
.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member:first-child{
    margin-left: 50px;
} 
.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .team-logo{
    margin-left: 30px;
    padding: 66px;
    display: grid;
}
.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .team-logo span{
    color: #F3AB10;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
/* Hexagon Outer Structure */

.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon {
    --size: 190px; /* Adjust to control the size */
    --border-inner: 10px; /* Inner white border thickness */
    --border-outer: 5px; /* Outer yellow border thickness */
    --border-radius: 10px; /* Radius to round the corners */
    position: relative;
    width: var(--size);
    height: calc(var(--size) * 1.1547); /* Aspect ratio for hexagon */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: white; /* Inner border color */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: var(--border-radius);
  }
  
.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon::before {
    content: '';
    position: absolute;
    top: calc(-1 * var(--border-outer));
    left: calc(-1 * var(--border-outer));
    width: calc(var(--size) + 2 * var(--border-outer));
    height: calc((var(--size) + 2 * var(--border-outer)) * 1.1547);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: #F3AB10;
    z-index: -1;
    border-radius: var(--border-radius); 
  }
  
.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon .inner-hexagon {
    --size: 180px; /* Adjust to control the size */
    --border-inner: 10px; /* Inner white border thickness */
    --border-outer: 5px; /* Outer yellow border thickness */
    position: relative;
    width: var(--size);
    height: calc(var(--size) * 1.1547); /* Aspect ratio for hexagon */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: white; /* Inner border color */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon .inner-hexagon::before {
    content: '';
    position: absolute;
    top: calc(-1 * var(--border-outer));
    left: calc(-1 * var(--border-outer));
    width: calc(var(--size) + 2 * var(--border-outer));
    height: calc((var(--size) + 2 * var(--border-outer)) * 1.1547);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: white; /* Outer border color */
    z-index: -1;
  }
  .hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon .inner-hexagon .hexagon-image {
    height: 200px; /* adjust to control the size  */
    aspect-ratio: cos(30deg);
    object-fit: cover;
    clip-path: polygon(-50% 50%,50% 100%,150% 50%,50% 0);
}
  
.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .member-info{
    margin-top: 15px;
}


.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .member-info h4{
    color: #32C5FF;
    text-align: center;
    font-family: "Archimoto V01";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .member-info p{
    color: #F3AB10;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
}
.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-project{
    width: 140px;
    border-radius: 40px;
    border: 1px solid #FFD52B;
    background: #0C021E;
    box-shadow: 0px 2px 5px 0px rgba(245, 239, 239, 0.20);
    margin-top: 20px;
    margin: 0 auto;
}
.hackathon-teams-section .hackathon-winner-wrapper .hackathon-team-wrapper .team-project a{
    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

/* Finalist Section   */
.hackathon-finalist-section {
    padding:50px 0;
}

.hackathon-finalist-section .hackathon-heading-wrapper{
    background: #F3AB10;
    width: 330px;
    border-radius: 62px;
    border: 1px solid #FFF;
    bottom: -31px;
    position: relative;
    margin: 0 auto;
}
.hackathon-finalist-section .hackathon-heading-wrapper .hackathon-winner-heading {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hackathon-finalist-section .hackathon-heading-wrapper .hackathon-winner-heading  h2{
    color: #000;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Archimoto V01";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 7.5px;
}
.hackathon-finalist-section .hackathon-finalist-wrapper{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 50px;
    width: 100%;
    border-radius: 10px;
    background: #0C021E;
    box-shadow: 0px 0px 25.4px 0px rgba(243, 171, 16, 0.25);
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 50px;
    width: 100%;
    border-radius: 10px;
    background: #0C021E;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper span:first-child{
    color: #F3AB10;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}

.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper span.team-description{
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .team-logo{
    margin-left: 30px;
    padding: 66px;
    display: grid;
}

.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .team-logo span {
    color: #F3AB10;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main {
    display: flex;
    width: 730px;
    justify-content: center;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member:first-child {
    margin-left: 50px;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member {
    padding: 28px;
}

.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon {
    --size: 190px; /* Adjust to control the size */
    --border-inner: 10px; /* Inner white border thickness */
    --border-outer: 5px; /* Outer yellow border thickness */
    --border-radius: 10px; /* Radius to round the corners */
    position: relative;
    width: var(--size);
    height: calc(var(--size) * 1.1547); /* Aspect ratio for hexagon */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: white; /* Inner border color */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: var(--border-radius);
  }
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon::before {
    content: '';
    position: absolute;
    top: calc(-1 * var(--border-outer));
    left: calc(-1 * var(--border-outer));
    width: calc(var(--size) + 2 * var(--border-outer));
    height: calc((var(--size) + 2 * var(--border-outer)) * 1.1547);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: #F3AB10;
    z-index: -1;
    border-radius: var(--border-radius); 
  }
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .inner-hexagon {
    --size: 180px; /* Adjust to control the size */
    --border-inner: 10px; /* Inner white border thickness */
    --border-outer: 5px; /* Outer yellow border thickness */
    position: relative;
    width: var(--size);
    height: calc(var(--size) * 1.1547); /* Aspect ratio for hexagon */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: white; /* Inner border color */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .inner-hexagon::before {
    content: '';
    position: absolute;
    top: calc(-1 * var(--border-outer));
    left: calc(-1 * var(--border-outer));
    width: calc(var(--size) + 2 * var(--border-outer));
    height: calc((var(--size) + 2 * var(--border-outer)) * 1.1547);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: white; /* Outer border color */
    z-index: -1;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon .inner-hexagon .hexagon-image {
    height: 200px; /* adjust to control the size  */
    aspect-ratio: cos(30deg);
    object-fit: cover;
    clip-path: polygon(-50% 50%,50% 100%,150% 50%,50% 0);
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .member-info{
    margin-top: 15px;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .member-info h4 {
    color: #32C5FF;
    text-align: center;
    font-family: "Archimoto V01";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-team-wrapper .team-member-wrapper .member-wrapper-main .team-member .member-info p {
    color: #F3AB10;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-heading-wrapper span:first-child{
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-heading-wrapper span.team-description{
    color: #E8AC2C;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-team{
    display: flex;
    justify-content: center;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-team .team-member-wrapper{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-team .team-member-wrapper .member-wrapper-main {
    display: flex;
    width: 730px;
    justify-content: center;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-team .team-member-wrapper .member-wrapper-main .team-member:first-child {
    margin-left: 50px;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-team .team-member-wrapper .member-wrapper-main .team-member {
    padding: 28px;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-team .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon {
    --size: 190px; /* Adjust to control the size */
    --border-inner: 10px; /* Inner white border thickness */
    --border-outer: 5px; /* Outer yellow border thickness */
    --border-radius: 10px; /* Radius to round the corners */
    position: relative;
    width: var(--size);
    height: calc(var(--size) * 1.1547); /* Aspect ratio for hexagon */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: white; /* Inner border color */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: var(--border-radius);
  }

.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-team .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon::before {
    content: '';
    position: absolute;
    top: calc(-1 * var(--border-outer));
    left: calc(-1 * var(--border-outer));
    width: calc(var(--size) + 2 * var(--border-outer));
    height: calc((var(--size) + 2 * var(--border-outer)) * 1.1547);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: #F3AB10;
    z-index: -1;
    border-radius: var(--border-radius); 
  }
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-team .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon .inner-hexagon {
    --size: 180px; /* Adjust to control the size */
    --border-inner: 10px; /* Inner white border thickness */
    --border-outer: 5px; /* Outer yellow border thickness */
    position: relative;
    width: var(--size);
    height: calc(var(--size) * 1.1547); /* Aspect ratio for hexagon */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: white; /* Inner border color */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-team .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon .inner-hexagon::before {
    content: '';
    position: absolute;
    top: calc(-1 * var(--border-outer));
    left: calc(-1 * var(--border-outer));
    width: calc(var(--size) + 2 * var(--border-outer));
    height: calc((var(--size) + 2 * var(--border-outer)) * 1.1547);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: white; /* Outer border color */
    z-index: -1;
  }
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-team .team-member-wrapper .member-wrapper-main .team-member .outer-hexagon .inner-hexagon .hexagon-image {
    height: 200px; /* adjust to control the size  */
    aspect-ratio: cos(30deg);
    object-fit: cover;
    clip-path: polygon(-50% 50%,50% 100%,150% 50%,50% 0);
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-team .team-member-wrapper .member-wrapper-main .team-member .member-info{
    margin-top: 15px;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-team .team-member-wrapper .member-wrapper-main .team-member .member-info h4 {
    color: #32C5FF;
    text-align: center;
    font-family: "Archimoto V01";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .hackathon-finalist-team .team-member-wrapper .member-wrapper-main .team-member .member-info p {
    color: #F3AB10;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
}

/* FInalist Section Third Team   */
.hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-team-title span:first-child{
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-team-title span.team-description{
    color: #E8AC2C;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-member{
     display: flex;
     justify-content: center;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-member .team-member .outer-hexagon {
    --size: 190px; /* Adjust to control the size */
    --border-inner: 10px; /* Inner white border thickness */
    --border-outer: 5px; /* Outer yellow border thickness */
    --border-radius: 10px; /* Radius to round the corners */
    position: relative;
    width: var(--size);
    height: calc(var(--size) * 1.1547); /* Aspect ratio for hexagon */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: white; /* Inner border color */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: var(--border-radius);
  }

.hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-member .team-member .outer-hexagon::before {
    content: '';
    position: absolute;
    top: calc(-1 * var(--border-outer));
    left: calc(-1 * var(--border-outer));
    width: calc(var(--size) + 2 * var(--border-outer));
    height: calc((var(--size) + 2 * var(--border-outer)) * 1.1547);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: #F3AB10;
    z-index: -1;
    border-radius: var(--border-radius); 
  }

.hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-member .team-member .outer-hexagon .inner-hexagon {
    --size: 180px; /* Adjust to control the size */
    --border-inner: 10px; /* Inner white border thickness */
    --border-outer: 5px; /* Outer yellow border thickness */
    position: relative;
    width: var(--size);
    height: calc(var(--size) * 1.1547); /* Aspect ratio for hexagon */
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: white; /* Inner border color */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}


.hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-member .team-member .outer-hexagon .inner-hexagon::before {
    content: '';
    position: absolute;
    top: calc(-1 * var(--border-outer));
    left: calc(-1 * var(--border-outer));
    width: calc(var(--size) + 2 * var(--border-outer));
    height: calc((var(--size) + 2 * var(--border-outer)) * 1.1547);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: white; /* Outer border color */
    z-index: -1;
  }

.hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-member .team-member .outer-hexagon .inner-hexagon .hexagon-image {
    height: 200px; /* adjust to control the size  */
    aspect-ratio: cos(30deg);
    object-fit: cover;
    clip-path: polygon(-50% 50%,50% 100%,150% 50%,50% 0);
}
.hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-member .team-member .member-info{
    margin-top: 15px;
}
.hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-member .team-member .member-info h4 {
    color: #32C5FF;
    text-align: center;
    font-family: "Archimoto V01";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
  }
  .hackathon-finalist-section .hackathon-finalist-wrapper .df-hackathon-third-team .df-hackathon-team .df-hackathon-member .team-member .member-info p {
    color: #F3AB10;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
  }

/* HACKATHON JURY SECTION  */

.df-hackathon-jury{
    padding: 100px 0;
}
.df-hackathon-jury h2{
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; 
    margin-bottom: 50px;/* 122.449% */
}
.df-hackathon-jury .row{
    align-items: center;
}
.df-hackathon-jury .jury-img-wrapper{
    display: flex;
    justify-content: center;
}
.jury-img-wrapper > .col-lg-6:first-child {
    padding-left: 60px;
}
.df-hackathon-jury .jury-img-wrapper .jury-img-container {
    position: relative;
    width: 550px;
    height: 550px;
    overflow: hidden;
    border-radius: 24px;
}
.df-hackathon-jury .jury-img-wrapper .jury-img-container .jury-img{
    width: 100%;
    height: 100%;
}
.df-hackathon-jury .jury-img-wrapper .jury-img-container .jury-img img{
    max-width:100%;
    height:100%;
    object-fit: cover;
}
.df-hackathon-jury .jury-img-wrapper .jury-img-container::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 34.36%, #6841EA 100%);

}
.df-hackathon-jury .jury-img-wrapper .jury-img-container .jury-member-info{
    position: absolute;
    bottom: 0;
    padding: 20px;
}
.df-hackathon-jury .jury-img-wrapper .jury-img-container .jury-member-info h4{
    color: #FFF;
    text-align: center;
    font-family: "Archimoto V01";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal; 
    margin-bottom: 10px;
}
.df-hackathon-jury .jury-img-wrapper .jury-img-container .jury-member-info p{
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 0.6;
}

/* HACKATHON TECHNOLOGY PARTNER SECTION  */ 
.hackathon-technology-partner{
    padding: 100px 0;
}
.hackathon-technology-partner .row{
    justify-content: center;
}
.hackathon-technology-partner .technology-partner-title{
    padding-bottom: 40px;
}

.hackathon-technology-partner .technology-partner-title h3{
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.hackathon-technology-partner .technology-img-box{
    height: 315px;
    border-radius: 30px;
    background-color: #fff;
    display: flex;
}
.hackathon-technology-partner .technology-img-box img{
    padding: 20px 20px;
}

.hackathon-technology-partner .technology-content-box p{
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}

/*  ABOUT HACKATHON  SECTION  */ 

.about-hackathon{
    padding: 50px 0;
}
.about-hackathon .row{
    align-items: center;
}
.about-hackathon .about-hackathon-title h3{
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.about-hackathon .about-hackathon-img-box{
    margin-top: 50px;
    border-radius: 30px;
    border: 2px solid #6841EA;
    background: radial-gradient(61% 61% at 50% 50%, rgba(0, 0, 0, 0.00) 33.27%, rgba(0, 0, 0, 0.44) 74.71%);
    box-shadow: 0px 4px 50px 0px rgba(48, 63, 225, 0.50);
}
.about-hackathon .about-hackathon-img-box img{
    border-radius: 30px;
}
.about-hackathon .about-hackathon-content-box {
    margin-top: 50px;
}
.about-hackathon .about-hackathon-content-box h4{
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 44.8px;
}

.about-hackathon .about-hackathon-content-box p{
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 40px;
}

/*  ABOUT PROGRAMME  SECTION  */ 

.df-about-programme{
    padding: 100px 0;
}
.df-about-programme .row{
    align-items:center;
}
.df-about-programme .about-programme-title h3{
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.df-about-programme .about-programme-title p{
    color: #FFF;
    text-align: center;
    font-family: "Montserrat", sans-serif;;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    padding: 50px 0;
}
.df-about-programme .about-hackathon-img-wrapper{
    justify-content: center;
    display: flex;
    padding-left: 80px;
}
.df-about-programme .about-hackathon-img-wrapper .about-programme-img-box{
    width: 339px;
    height: 339px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 339px;
    background: #6841EA;
    align-content: center;
}
.df-about-programme .about-hackathon-img-wrapper .about-programme-img-box img{
    width: 224px;
    height: 224px;
}


/*  LAST HACKATHON   SECTION  */ 

.last-hackathon{
    padding:100px 0;
}
.last-hackathon .df-last-hackathon-title{
    border-radius: 10px 10px 0px 0px;
    background: #0C021E;
    box-shadow: 0px 0px 25.4px 0px rgba(144, 80, 233, 0.25);
    height: 130px;
    align-items: center;
    display: flex;
}
.last-hackathon .df-last-hackathon-title h4{
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    padding: 50px;
}

.last-hackathon .last-hackathon-detail-wrapper{
    justify-content: center;
    display: flex;
    height: 130px;
    border-radius: 10px 10px 0px 0px;
    background: #FFF;
    box-shadow: 0px 0px 25.4px 0px rgba(144, 80, 233, 0.25);
    align-items: center;
}
.last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail{
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    width: 100%;
}
.last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-title span{
    color: #6841EA;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-winner{
    display: flex;
}
.last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-winner h5{
    color: #F3AB10;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-winner h6{
    color: #0C021E;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; 
    margin-left: 5px;
}
.last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-recap{
    width: 116px;
    height: 50px;
    border-radius: 40px;
    border: 1px solid #000;
    background: #B620E0;
    box-shadow: 0px 2px 5px 0px rgba(245, 239, 239, 0.20);
    align-items: center;
    display: flex;
    justify-content: center;
}
.last-hackathon .last-hackathon-detail-wrapper .last-hackathon-detail .last-hackathon-recap a{
    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

/* HACKATHON  BLOGS SECTION  */ 

.hackathon-blogs{
    padding: 100px 0;
}
.hackathon-blogs .hackathon-blogs-heading {
    padding: 50px 0;
}
.hackathon-blogs .hackathon-blogs-heading h4{
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.hackathon-blogs .hackathon-blog-wrapper{
    margin-bottom:20px;
}
.hackathon-blogs .hackathon-blog-wrapper .hackathon-blog-img-box{
  border-radius: 30px;
  border: 2px solid #6841EA;
  background: lightgray 50%;
  box-shadow: 0px 4px 50px 0px rgba(48, 63, 225, 0.50);
}
.hackathon-blogs .hackathon-blog-wrapper .hackathon-blog-img-box img{
    border-radius: 30px;
}

.hackathon-blogs .hackathon-blog-wrapper .hackathon-blog-title{
    max-width: 400px;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-top: 20px;
}
.hackathon-blogs .hackathon-blog-wrapper .hackathon-blog-title h5{
    color:#FFF;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

/* ABOUT DEEP FUNDING SECTION  */ 

.about-deepfunding{
    padding: 120px 0;
}
.about-deepfunding .row{
    align-items: center;  
}
.about-deepfunding .about-deepfunding-title{
    padding-bottom: 50px;
}
.about-deepfunding h2{
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;

}
.about-deepfunding .df-about-img-wrapper img{
    border-radius: 30px;
    border: 2px solid #6841EA;
    background: lightgray 50%;
    box-shadow: 0px 4px 50px 0px rgba(48, 63, 225, 0.50);
}
.about-deepfunding .df-about-content-box h4{
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 44.8px;
    margin-bottom:20px;
}

.about-deepfunding .df-about-content-box p{
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 150% */
}



.hackathon-partners {
    padding: 100px 0;
}
.hackathon-partners h3{
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
}
.hackathon-partners .hackathon-partner-logo{
    text-align: center;
    padding: 100px 0;
}
.dev-outreach-section h2{
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; 
    padding-bottom: 50px;
}
.dev-outreach-section .dev-circle-content-box{
    padding-right: 150px;
    padding-left: 150px;
}
.dev-outreach-section p{
    text-align: center; 
    font-size: 20px;
  font-style: normal;
}
.dev-outreach-section .dev-team-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 34.36%, #6841EA 100%);
    pointer-events: none;
  }
.dev-outreach-section .dev-team-wrapper{
    width: 100%;
    margin-top: 24px;
    height: 246.53px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 34.36%, #6841EA 100%);
    overflow: hidden;
    position: relative;
}
.dev-outreach-section .dev-team-wrapper .dev-content-box{ 

    position: absolute;
    bottom: 0;
    margin-left: 20px;
}
.dev-outreach-section .dev-team-wrapper .dev-content-box h5{ 
    color:  #FFF;
  font-family: "Archimoto V01";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.dev-outreach-section .dev-team-wrapper .dev-content-box p{
    color:  #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.dev-outreach-section .dev-load-more-btn{
    text-align: center;
    padding: 70px 0;
}
.dev-outreach-section .dev-load-more-btn button{
    border-radius: 40px;
    border: 1px solid #000;
    background:  #B620E0;
    box-shadow: 0px 2px 5px 0px rgba(245, 239, 239, 0.20);
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 157.895% */
}


/* HACAKTHON TESTIMONIALS SECTION  */ 

.hackathon-testimonials{
    padding: 100px 0;
    overflow:hidden;
    position: relative;
}
.hackathon-testimonials .testimonials-title{
    margin-bottom: 70px;
}
.hackathon-testimonials .testimonials-title h4{
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 49px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.hackathon-testimonials  .testimonials-direction{
    display: flex;
    position: absolute;
    left: 10px;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
    top: 50%;
    position: absolute;
    right: 0;
}
.hackathon-testimonials  .testimonials-direction .left-direction,.hackathon-testimonials  .testimonials-direction .right-direction{
    width: 80px;
    height: 80px;
}
.testimonials-cards-wrapper{
    max-width: 1071px;
    margin: 0 auto;
    
}
.hackathon-testimonials  .testimonials-cards-wrapper .testimonial-card{
    position: relative;
    border-radius: 50px;
    background: #0C021E;
    box-shadow: 0px 0px 25.4px 0px rgba(144, 80, 233, 0.25);
    padding: 130px 30px 30px 34px;
    width: 100%;
    height: 518px;
}
.hackathon-testimonials .testimonials-cards-wrapper .testimonial-card .card-symbol{
    position: absolute;
    top: 72px;
    color: #ffff;
    font-family: 'Inter', sans-serif;
    z-index: 10;
    font-size: 96px;
    line-height: 30px;
}
.hackathon-testimonials  .testimonials-cards-wrapper .testimonial-card .testimonial-title {
    margin-bottom: 71px;
}
.hackathon-testimonials .testimonials-cards-wrapper .testimonial-card .testimonial-title h4{
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.hackathon-testimonials .testimonials-cards-wrapper .testimonial-card .testimonial-author-wrapper{
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
}
.hackathon-testimonials  .testimonials-cards-wrapper .testimonial-card .testimonial-author-wrapper .author-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.hackathon-testimonials  .testimonials-cards-wrapper .testimonial-card .testimonial-author-wrapper .author-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hackathon-testimonials .testimonials-cards-wrapper .testimonial-card .testimonial-author-wrapper .testimonial-author-detail{
    padding-left: 15px;
}

.hackathon-testimonials  .testimonials-cards-wrapper .testimonial-card .testimonial-author-wrapper .testimonial-author-detail h5{
    color: #FFF;
    font-family: "Archimoto V01";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.hackathon-testimonials .testimonials-cards-wrapper .testimonial-card .testimonial-author-wrapper .testimonial-author-detail p{
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    opacity: 0.6;
    margin-bottom: 0;
}

 .testimonials-cards-wrapper .owl-dots .active span{
    width: 20px;
    height: 20px;
    background: #B9B8B8 !important;
}
 .testimonials-cards-wrapper .owl-dots .owl-dot span{
    background: #3B3B41 ; 
}



.testimonials-cards-wrapper .owl-stage-outer{
    overflow: visible !important;
}

.testimonials-cards-wrapper .owl-item{
    visibility: hidden;
}

.testimonials-cards-wrapper .owl-item.active{
    visibility: visible;
}



.df-hackathon-footer{
    padding: 125px 0 100px 0;
    position: relative;
}
.df-hackathon-footer .hackathon-footer-wrapper{
    display: flex;
    align-items: center;
  justify-content: space-around;
}
.df-hackathon-footer .hackathon-footer-wrapper .hackathon-footer-content ul{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    text-align: center;
}
.df-hackathon-footer .hackathon-footer-wrapper .hackathon-footer-content ul li{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #6841EA;
    align-items: center;
    display: grid;
}
.df-hackathon-footer .hackathon-footer-wrapper .hackathon-footer-content ul li img.telegram-logo{
    width: 30px;
    height: 40px;
    margin-right: 4px;
}
.df-hackathon-footer .hackathon-footer-wrapper::after {
    content: ""; 
    position: absolute;
    bottom: 0; 
    left: 0; 
    right: 0;
    width: 75%;
    height: 1px; 
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.50);
}
.hackathon-copyright-section{
    padding: 30px 0;
}
.hackathon-copyright-section .hackathon-copyright{
    text-align: center;
}
.hackathon-copyright-section .hackathon-copyright p{
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}









































































.df-all-hackathon .df-hackathon-wrapper-box{
    position: relative;
    padding: 32px;
    border: 1px solid rgba(142, 84, 233, 0.2);
    border-radius: 8px;
}
.df-all-hackathon .df-hackathon-wrapper-box::after,.df-all-hackathon .df-hackathon-wrapper-box::before{
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-all-hackathon .df-hackathon-wrapper-box .df-hackathon-meta-box{
    margin-bottom: 13px;
}
.df-all-hackathon .df-hackathon-wrapper-box .df-hackathon-meta-box h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 46px;
}
.df-all-hackathon .df-hackathon-wrapper-box .df-hackathon-card{
    position: relative;
    margin-top: 30px;
    cursor: pointer;
    box-shadow: 4px 6px 61px 0 rgba(99, 104, 231, 0.12);
    border-radius: 8px;
    background-color: white;
}
.df-all-hackathon .df-hackathon-wrapper-box .df-hackathon-card .hackathon-img-box{
    position: relative;
    max-height: 230px;
    overflow: hidden;
}
.df-all-hackathon .df-hackathon-wrapper-box .df-hackathon-card .hackathon-img-box img {
    border-radius: 19px;
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    padding: 10px;
} 
.df-all-hackathon .df-hackathon-wrapper-box .df-hackathon-card .hackathon-meta-box{
    padding: 20px;
}

.df-all-hackathon .df-hackathon-wrapper-box .df-hackathon-card .hackathon-meta-box::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.5) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df-all-hackathon .df-hackathon-wrapper-box .df-hackathon-card .hackathon-meta-box li img{ 
    height: 24px;
    width: 24px;
    margin-right: 3px;
}
.df-all-hackathon .df-hackathon-wrapper-box .df-hackathon-card .hackathon-meta-box h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #111111;
}
.df-all-hackathon .df-hackathon-wrapper-box .df-hackathon-card .hackathon-meta-box ul {
    list-style-type: none;
}
.df-all-hackathon .df-hackathon-wrapper-box .df-hackathon-card .hackathon-meta-box ul li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    color: #333333;
    margin-bottom: 16px;
}
.df-hackathon-wrapper-box  + .df-hackathon-wrapper-box{
    margin-top: 41px;
}


.df-about-hackathon {
    padding: 60px 0;
}
.df-about-hackathon .row{
align-items: center;
}
.df-about-hackathon h2{
    color:#FFFFFF;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 60px;
}
.df-about-hackathon .img-box{
    border-radius: 15px;
    width: 100%;
    overflow: hidden;
    max-height: 300px;
    margin-bottom: 50px
}
.df-aboutus-hacktahon-section{
    padding: 100px 0px;
} 
.df-aboutus-hacktahon-section .row{
    align-items: center;
}
.df-aboutus-hacktahon-section .about-us-content h2{
    font-size: 50px;
    font-weight: 600;
}
.df-aboutus-hacktahon-section .about-us-content .df-aboutus-hacktahon-footer h3{
    color: #514bff;
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 16px;
}
.df-aboutus-hacktahon-section .about-us-circle{
    width: 400px;
    height: 400px;
    background-color: #303fe1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    box-shadow: 0 2px 30px #303fe180;
}
.df-aboutus-hacktahon-section .about-us-circle img {
    max-height: 340px;
}


/* df-event-sync-modal-start */

.df_event_sync_modal .modal-header {
    position: relative;
    padding: 30px;
    justify-content: center;
    border-bottom: 0;
}
.df_event_sync_modal .modal-header::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    height: 1px;
    background: radial-gradient(#4776E6 0%, rgba(71, 118, 230, 0.8) 30%, rgba(142, 84, 233, 0.3) 60%, rgba(142, 84, 233, 0.1) 90%);
}
.df_event_sync_modal .modal-header h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 58px;
    color: #000;
}
.df_event_sync_modal .modal-header .btn-close {
    position: absolute;
    top: 18px;
    right: 25px;
    opacity: 1;
}
.df_event_sync_modal .modal-header .btn-close:focus {
    box-shadow: none;
}
.df_event_sync_modal .modal-body {
    padding: 30px;
}
.df_event_sync_modal .input-field {
    margin-bottom: 36px;
}
.df_event_sync_modal .input-field label {
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
    color: #000;
    margin-bottom: 6px;
} 
.df_event_sync_modal .input-field input {
    padding: 10px;
    border: 1px solid #E4E4E4;
    font-family: "Montserrat", sans-serif;
    border-radius: 8px;
    color: #666;
}
.df_event_sync_modal .input-field select{
    padding: 10px;
    border: 1px solid #E4E4E4;
    font-family: "Montserrat", sans-serif;
    border-radius: 8px;
    color: #666;
}
.df_event_sync_modal .input-field input:focus-visible{
    box-shadow: none;
}
.df_event_sync_modal .input-field input::placeholder{
    color: #666;
    opacity: 1;
}
.df_event_sync_modal .event_for_sync_calendar_container .select2-container{
    width: 100% !important;
}
.df_event_sync_modal .input-button{
    text-align: right;
}
.df_event_sync_modal .input-button button {
    padding: 6px 38px;

}
.df_event_sync_modal .select2-container .select2-selection--single {
    height: 50px;
	border:none;
}
.df_event_sync_modal .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
	background-color:#f4f6f9;
	border:none;
	border-radius: 4px;
}
.df_event_sync_modal .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 0;
    right: 3px;
    width: 20px;
}
.df_event_sync_modal .select2-container .select2-selection--multiple .select2-selection__rendered {
	padding:0 10px;	
}
.df_event_sync_modal .select2-container .select2-selection--multiple .select2-selection__rendered{
	line-height:40px;
}
.df_event_sync_modal .select2-container--default .select2-search--inline .select2-search__field {
	margin:0;
	line-height:40px;	
}
.df_event_sync_modal .select2-container--default .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
	background-color:#f4f6f9;
	border:none;
}
.df_event_sync_modal .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    border-right: none !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
  }
  .df_event_sync_modal .select2-container--default .select2-selection--multiple .select2-selection__choice {
	border:1px solid #ccc;
	background-color:transparent;
	border-radius:0px;
	line-height:30px;
	font-size:14px;
	margin: 10px 5px !important;
	padding: 0 10px;
	color:#777;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease- 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
} 
.df_event_sync_modal .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
	border:1px solid blue;
	color:blue;
}
.df_event_sync_modal .select2-container--default .select2-selection--multiple .select2-selection__choice:hover .select2-selection__choice__remove {
    color:blue;
    margin-right: 2px !important;
    background-color: transparent;
  }
  /* df-event-sync-modal-end */
@keyframes scroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}