@font-face {
    font-family: 'Digital Numbers';
    src: url('../font/DigitalNumbers-Regular.ttf');
}

body {
    font-family: 'Lekton', sans-serif;
    position: relative;
    overflow-x: hidden;
}

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

section {
    padding-top: 8rem;
    padding-bottom: 8rem;
    overflow: hidden;
}

img {
    max-width: none;
}

.navbar {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.nav-link {
    font-weight: 700;
}

.bg-transparent .nav-link {
    color: #fff;
}

.nav-tabs .nav-link {
    color: white;
}

.home-banner {
    width: 100vw;
    background: url('../img/banner-bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: black;
}

.home-banner .banner-title {
    color: #1400AB;
    font-size: 25px;
    text-shadow: 2px 2px 2px lightblue;
}

.home-banner,
.home-events {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.home-events h2 {
    text-shadow: 2px 2px 2px black;
}

.home-banner .banner-right-side h4 {
    color: white;
    font-size: 12px;
    text-shadow: 3px 0px 3px black;
}

.home-banner img.img-banner-logo-5 {
    width: 15px;
    height: auto;
}

.site-breadcrumb {
    width: 100vw;
    height: 100vh;
    background: url('../img/home-banner.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

.hidden {
    opacity: 0;
    transform: translateY(50px) scale(0.5);
    transition: opacity 1s cubic-bezier(0.22, 1, 0.36, 1), transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.hover-move {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.hover-move:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15) !important;
}

.site-breadcrumb::before {
    content: '';
    background-color: rgba(20, 0, 171, 0.20);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.site-breadcrumb::before {
    background-color: rgba(20, 0, 171, 0.60);
}

.site-breadcrumb .breadcrumb-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50%));
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.home-banner .banner-wrapper-2 {
    position: relative;
    margin-top: 2%;
}

.home-banner .banner-wrapper {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, calc(-50%));
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
}

.banner-wrapper .banner-title {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.banner-wrapper p {
    margin-bottom: 3rem;
}

.banner-timer {
    display: flex;
    justify-content: center;
    font-family: 'Digital Numbers', sans-serif;
    flex-wrap: wrap;
}

.banner-timer .timer-wrapper {
    margin-left: 1rem;
    background-color: #000;
    padding: .5rem;
    border-radius: .5rem;
    color: #fff;
    text-align: center;
    font-size: 8px;
}

.banner-subtitle-2 {
    font-size: 20px;
}

.banner-timer .timer-wrapper:first-child {
    margin-left: 0;
}

.banner-timer .timer-number {
    font-size: 1rem;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6A00AB;
    --bs-btn-border-color: #6A00AB;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6A00AB;
    --bs-btn-disabled-border-color: #6A00AB;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: ;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #fff;
    --bs-btn-disabled-border-color: #fff;
}

.btn {
    border-radius: .3rem;
    padding: 1rem;
}

.btn-secondary {
    border-width: 2px;
}

.banner-wrapper .btn {
    width: 100%;
}

.home-partners {
    padding-bottom: 4rem;
    text-align: center;
}

.site-title {
    color: #1400AB;
    font-size: 3rem;
    margin-bottom: 4rem;
}

.home-banner .site-title {
    margin-bottom: 0;
}

.home-banner h3.site-title {
    font-weight: 500;
}

.partners-wrapper img {
    margin-bottom: 4rem;
}

.home-about {
    width: 100vw;
    background: url('../img/Nasca_Cybersecurity_Day-1_Morning-160.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

.home-about-1 {
    background: url('../img/pecb_training.jpeg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0%;
}

.branding-topics .exhibition {
    padding-top: 10rem;
}

.home-about-2,
.home-about-3,
.home-about-4,
.home-about-5,
.exhibition-banner-1,
.exhibition-banner-2,
.exhibition-banner-3,
.exhibition-banner-4,
.exhibition-banner-5,
.exhibition-banner-6 {
    height: 600px;
}

.home-about-1 {
    height: 800px;
}

.exhibition-banner-1 {
    background: url('../img/exhibition-banner-1.JPG');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0%;
}

.exhibition-banner-2 {
    background: url('../img/exhibition-banner-2.JPG');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0%;
}

.exhibition-banner-3 {
    background: url('../img/exhibition-banner-3.JPG');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0%;
}

.exhibition-banner-4 {
    background: url('../img/exhibition-banner-4.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0%;
}

.exhibition-banner-5 {
    background: url('../img/exhibition-banner-5.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0%;
}

.exhibition-banner-6 {
    background: url('../img/exhibition-banner-6.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0%;
}

.home-about-2 {
    background: url('../img/Nasca_Cybersecurity_Day-1_Evening-3.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0%;
}

.home-about-3 {
    background: url('../img/Nasca_Cybersecurity_Day-1_Evening-5.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0%;
}

.home-about-4 {
    background: url('../img/Nasca_Cybersecurity_Day-1_Evening-10.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0%;
}

.home-about-5 {
    background: url('../img/Nasca_Cybersecurity_Day-1_Morning-160.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0%;
}

.home-about-2 .container,
.exhibition-banner-1 .container {
    height: 100%;
    top: 80%;
}

.home-about-1 .container {
    height: 100%;
    top: 80%;
}

.home-about::before {
    content: 'Cydes 2025';
    background-color: rgba(20, 0, 171, 0.80);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -0.5;
    line-height: 1;
    font-size: 8rem;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #fff;
    font-family: 'Koulen', sans-serif;
}

.home-about h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

.home-about p {
    margin-bottom: 2.5rem;
}

.home-speakers {
    padding-bottom: 6rem;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    min-width: 600px;
}

table.forum,
tr.forum,
td.forum {
    border: 1px solid black;
}

tr.forum,
td.forum {
    padding: 10px;
}

.info-box {
    background-color: #f7ebfa;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

.ictso-info-box {
    background-color: lightskyblue;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
}

.exhibitors-table-td {
    white-space: nowrap;
    padding: 10px;
    text-align: center;
}

.speakers-item {
    background-color: #2C2C2C;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
}

.speaker-img img,
.sponsor-img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
}

.speaker-details {
    padding: 2rem 1rem;
    color: #fff;
}

.speaker-details h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.btn-link {
    color: #fff;
}

.speaker-details .btn-link {
    text-align: right;
}

.branding-topics {
    padding-bottom: 6rem;
    position: relative;
    color: white;
}

.about-visitors,
.about-exhibition {
    padding-bottom: 6rem;
    position: relative;
    color: white;
    text-shadow: 2px 2px 2px black;
}

.home-data {
    padding-bottom: 6rem;
    position: relative;
    color: #00008B;
    text-shadow: 2px 2px 2px white;
}

.about-exhibition,
.about-visitors {
    padding-top: 25%;
}

.home-data {
    padding-top: 15rem;
}

.branding-topics::before,
.about-visitors::before,
.about-exhibition::before {
    content: 'Cydes 2025';
    background-color: rgba(20, 0, 171);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    line-height: 1;
    font-size: 8rem;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #fff;
    font-family: 'Koulen', sans-serif;
}

.home-data::before {
    content: 'Cydes 2025';
    text-align: center;
    background: url('../img/bg-5.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    line-height: 1;
    font-size: 8rem;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #fff;
    font-family: 'Koulen', sans-serif;
}

.home-data h6 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.home-data p {
    margin-bottom: 2rem;
}

.bg-event {
    position: relative;
    display: flex;
    align-items: center;
}

.event-wrapper {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.event-wrapper img {
    max-width: 300px;
    margin-bottom: 1rem;
}

.bg-event h2 {
    color: #fff;
    font-size: 2rem;
}

.bg-event {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-event-2 {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-1 {
    background: url('../img/bg-5.png');
}

.bg-event::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer {
    background-color: #1D1D1D;
    color: #fff;
    padding-top: 4rem;
}

footer .logo {
    margin-bottom: 2rem;
}

footer h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}

footer p {
    margin-bottom: 0;
}

footer .bi {
    font-size: 2rem;
    margin-right: .5rem;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer ul {
    padding-left: 0;
    margin-bottom: 2rem;
}

footer li {
    list-style: none;
}

footer .img-fluid {
    margin-bottom: 2rem;
}

.table-exhibitions {
    width: 100%;
    border-collapse: collapse;
}

.table-exhibitions td {
    border: 1px solid black;
    padding: 10px;
    text-align: left;
}

.bg-copyright {
    background-color: #09023B;
    text-align: center;
    font-size: .8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#menuModal .modal-body {
    background-color: white;
    display: flex;
    flex-direction: column;
}

#menuModal .navbar-menu-btn {
    color: #000;
}

#menuModal .close-btn {
    float: right;
}

#menuModal .accordion-item {
    border: none;
    border-radius: 0;
    margin-top: 2rem;
    overflow: hidden;
}

#menuModal .accordion-item:first-child {
    margin-top: 1rem;
}

#menuModal .accordion-item:last-of-type .accordion-collapse,
#menuModal .accordion-item:last-of-type .accordion-button.collapsed,
#menuModal .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}

#menuModal .accordion-button {
    padding: 0;
}

#menuModal .accordion-body {
    padding: 0;
    background-color: white;
    margin-top: 1.5rem;
}

#menuModal .accordion-item,
#menuModal .accordion-button,
#menuModal .accordion-button:not(.collapsed) {
    background-color: white;
}

#menuModal .accordion-header:hover a {
    color: #6A00AB;
}

#menuModal .accordion-body .navbar-menu-btn:hover {
    color: #6A00AB;
}

.accordion-button:not(.collapsed) {
    box-shadow: unset;
}

#menuModal .accordion-button {
    color: #1400AB;
    text-decoration: none;
    font-size: 2rem;
    text-transform: uppercase;
}

#menuModal .accordion-button.collapsed {
    color: #000;
}

.accordion-button.no-arrow::after {
    display: none;
}

#menuModal .accordion-button:focus {
    box-shadow: unset;
}

#menuModal .accordion-button::after {
    width: 2.2rem;
    height: 3.1rem;
    background-color: #000;
    -webkit-mask-image: url(../img/arrow.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    mask-image: url(../img/arrow.svg);
    background-image: unset;
}

#menuModal .accordion-button:not(.collapsed)::after {
    background-color: #6A00AB;
    background-image: unset;
}

#menuModal .socmed .navbar-menu-btn {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    text-align: right;
}

#menuModal .socmed .navbar-menu-btn:last-child {
    margin-bottom: 0;
}

#menuModal .contact .navbar-menu-btn {
    display: flex;
    flex-direction: column;
    text-align: right;
    font-size: 0.8rem;
}

#menuModal .contact,
#menuModal .socmed {
    overflow: hidden;
}

#menuModal .accordion-body {
    display: flex;
    flex-direction: column;
}

#menuModal .accordion-body .navbar-menu-btn {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

#menuModal .accordion-body .navbar-menu-btn::first-letter {
    text-transform: uppercase;
}

#menuModal .accordion-header:hover .accordion-button::after {
    background-color: #6A00AB;
    background-image: unset;
}

.navbar-toggler i {
    color: #fff;
    font-size: 3rem;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.home-blueprint,
.home-company-logo {
    text-align: center;
    padding-top: 0;
}

.home-company-logo {
    color: white;
}

.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
}

.logo-section img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.logo-section img.strategic-partner-logo.logo-1 {
    width: 150px;
}

.logo-section img.government-logo {
    width: 100px;
    height: 100px;
}

.logo-section img.strategic-partner-logo {
    height: 50px;
}

.logo-section img.strategic-partner-logo.logo-2 {
    width: 70px;
    height: 70px;
}

.logo-section img.sponsor-logo {
    width: 125px;
    height: 50px;
}

.logo-section img.sponsor-logo.logo-1 {
    width: 80px;
}

.logo-section img.media-partner {
    width: 130px;
    height: 50px;
}

.logo-section img.media-partner.logo-1 {
    width: 50px;
    height: 50px;
}

.logo-section img.alphine-logo {
    width: 80px;
    height: 80px;
}

.logo-section img.matrade-logo {
    width: 180px;
    height: 80px;
}

/* 
.logo-section img.media-partner.logo-1 {
    max-width: 80px;
} */

.logo-title {
    background-color: #09023B;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.home-blueprint p {
    font-size: 20px;
}

.card {
    --bs-card-border-radius: 2rem;
}

.card-exhibition {
    height: 100%;
    --bs-card-border-radius: 3rem;
}

.card-exhibition-2 {
    height: 100%;
    --bs-card-border-radius: 3rem;
}

.card,
.card-exhibition {
    background-color: #09023B;
}

.card.bg-transparent .card-title,
.card.bg-transparent .card-text {
    color: black;
    font-family: 'Lekton', sans-serif;
}

.card.bg-transparent .card-body .card-image img {
    height: 150px;
}

.card.bg-transparent h3.card-title {
    font-size: 14px;
}

.card.bg-transparent h4.card-title {
    font-size: 12px;
}

.card-text-box {
    width: 230px;
    height: 150px;
    overflow-y: auto;
}

.card.bg-transparent .card-text {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

/* .card.bg-transparent {
    color: white;
    width: 100%;
    position: absolute;
    top: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
} */

.card.bg-transparent .card-title {
    font-weight: bold;
}

.card.bg-transparent .card-body {
    justify-items: center;
    max-width: 900px;
}

/* .message-image {
    max-width: 100%;
    height: auto;
} */

.home-links .card-body {
    text-align: center;
}

.home-links {
    padding-bottom: 7rem;
}

.card-title {
    color: #fff;
    margin-bottom: 2rem;
}

.card-body {
    padding: 2rem;
}

.exhibition-card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.card .site-title {
    font-size: 2rem;
}

.about-expertise {
    padding-top: 0;
    padding-bottom: 0;
}

.about-expertise .title,
.about-expertise .desc {
    margin-top: 2rem;
}

.about-expertise .title {
    font-size: 2rem;
}

.about-expertise hr {
    border: 1px solid #eee;
    opacity: 0.5;
    margin: 0;
}

.about-expertise .row {
    margin-top: 5rem;
}

.about-expertise .row:first-child {
    margin-top: 0;
}

.new-about-expertise {
    overflow-x: scroll;
    display: flex;
    transition: background-image 0.3s;
    background-image: url(../img/Data-and-information.jpg);
    background-size: cover;
    background-position: center center;
}

section>.new-about-expertise {
    position: relative;
}

.expertise-box {
    width: 20%;
    min-width: 240px;
    height: 480px;
    padding: 2rem 1rem;
    border-right: 1px solid #fff;
    z-index: 2;
    position: relative;
}

.expertise-box:last-child {
    border-right: none;
}

.expertise-box .title {
    font-size: 1.5rem;
    color: #fff;
}

.expertise-box .text-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 2rem 1rem;
}

.expertise-box .text-box p {
    display: none;
    color: #fff;
    transition: display 0.3s;
    margin-top: 1rem;
}

.expertise-box:hover .text-box p {
    display: block;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: #09023B;
}

.small-title {
    font-size: 1.5rem;
}

.navbar-brand img {
    max-width: 200px;
}

footer .logo {
    max-width: 240px;
}

.site-breadcrumb {
    height: 350px;
    background-attachment: fixed;
}

.breadcrumb-wrapper .banner-title {
    font-size: 4rem;
}

.about-detail>* {
    position: relative;
}

.about-detail {
    position: relative;
    background: url('../img/white-bg.jpg.webp');
    background-size: cover;
    background-position: top center;
    background-repeat: repeat;
    background-attachment: fixed;
}

.about-detail::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.90);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-title {
    margin-bottom: 1rem;
}

.accordion-button:not(.collapsed) {
    color: rgba(20, 0, 171, 1);
}

.about-exhibition::before {
    content: "EXHIBITION INFORMATION";
}

.elementor-icon-list-items {
    padding-left: 0;
}

.elementor-icon-list-items li {
    list-style: none;
}

.elementor-icon-list-items li i {
    padding-top: 1rem;
}

.about-visitors::before {
    content: "VISITORS INFORMATION";
    text-align: right;
}

#about-nav-tab button {
    width: 50%;
}

.about-visitors .tab-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.branding-topics::before,
.about-visitors::before,
.about-exhibition::before {
    font-size: 4rem;
}

.bg-events-item {
    position: relative;
    display: flex;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
}

.events-item-wrapper {
    height: 300px;
}

.bg-events-item .events-item-title {
    position: absolute;
    bottom: 0;
    left: 20;
    background-color: #1400AB;
    padding: .5rem .8rem;
    color: #fff;
    transition: all 1s;
}

.bg-events-item::before {
    content: '';
    background-color: rgba(20, 0, 171, 0.0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.bg-events-item:hover::before {
    background-color: rgba(20, 0, 171, 0.6);
}

.bg-events-item .events-item-content {
    display: none;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    height: 100%;
    width: 100%;
    transition: all 1s;
    z-index: 1;
}

.bg-events-item:hover .events-item-content {
    display: flex;
}

.bg-events-item:hover .events-item-title {
    display: none;
}

.slick-item {
    padding-left: .8rem;
    padding-right: .8rem;
}

.slick-item img {
    aspect-ratio: 9/16;
    object-fit: contain;
    width: 100%;
}

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #1400AB;
    background: #fff;
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.part-cydes-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    background: hsl(0, 0%, 95%);
    box-shadow: 1px 1px 25px 3px rgba(0, 0, 0, .3);
}

.part-cydes-text {
    position: absolute;
    width: max-content;
    font-size: 2rem;
    white-space: nowrap;
    bottom: -3rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.part-cydes-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5%;
    background: black;
}

.part-cydes-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://images.unsplash.com/photo-1580707578919-892eb22db615?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTV8fG1hbiUyMHBvcnRyYWl0fGVufDB8fDB8fA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=400&q=60);
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-card {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    color: #fff;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: all 0.4s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.blog-card a {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s
}

.blog-card .color-overlay {
    background: rgba(64, 84, 94, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.blog-card .gradient-overlay {
    background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 21%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 350px;
    left: 0;
    z-index: 15;
}

.blog-card:hover {
    box-shadow: 0px 18px 20px -9px rgba(0, 10, 30, 0.75);
}

.blog-card:hover .card-info {
    opacity: 1;
    bottom: 100px;
}

.blog-card:hover .color-overlay {
    background: rgba(64, 64, 70, 0.8);
}

.blog-card:hover .title-content {
    margin-top: 70px
}

.blog-card .title-content {
    text-align: center;
    margin: 170px 0 0 0;
    position: absolute;
    z-index: 20;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.6s
}

.blog-card:hover h3:after {

    animation: changeLetter 0.3s 1 linear;
    width: 80%
}

.blog-card h3,
h1 {
    font-size: 1.9em;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    display: inline-block;
}

.blog-card h3 a {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    transition: all 0.2s
}

.blog-card h3 a:hover {
    text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.95);
}

.blog-card h3:after {
    content: " ";
    display: block;
    width: 10%;
    height: 2px;
    margin: 20px auto;
    border: 0;
    background: #BDA26B;
    transition: all 0.2s
}

@keyframes changeLetter {
    0% {
        width: 10%;
    }

    100% {
        width: 80%;
    }
}

.blog-card .card-info {
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
    margin: 0 auto;
    padding: 0 50px;
    font-style: 16px;
    line-height: 24px;
    z-index: 20;
    opacity: 0;
    transition: bottom 0.64s, opacity 0.63s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.blog-card .card-info a {
    display: block;
    width: 100px;
    margin: 15px auto;
    background: #fff;
    color: #444;
    padding: 3px 10px;
    border-radius: 2px;
    font-size: 0.8em
}

.blog-card .card-info a:hover {
    background: #8e7c49;
    color: #fff;
}

.blog-card .card-info a:hover span {
    filter: brightness(10);
    opacity: 1
}

.utility-info {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 20;
    width: 100%;
    text-align: left
}

.utility-info:after {
    content: " ";
    background: url(https://rawcdn.githack.com/Nodws/NodPen/ffad95aa5244b4b09a3c7c1508a018959bbedb7e/postItem/licons.svg) center no-repeat;
    background-size: 30px auto;
    display: block;
    opacity: 0.4;
    position: absolute;
    bottom: 25px;
    right: 15px;
    width: 30px;
    height: 15px
}

.utility-info a:hover {
    text-decoration: underline
}

.utility-list {
    list-style-type: none;
    margin: 0 0 10px 20px;
    padding: 0;
    width: 100%;

}

.utility-list li {
    margin: 0 5px 0 0;
    padding: 3px 0 15px 0px;
    display: inline-block;
    font-size: 0.8em;
}

.post {
    width: 100%;
    min-height: 500px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
    margin-bottom: 2rem;
}

.post:hover .header_post {
    margin-top: -20px;
}

.post:hover .body_post {
    height: 50%;
}

.post:hover img {
    transform: translatey(-10px) translatex(-5px) scale(1.05);
}

.post .header_post {
    width: 100%;
    height: 40%;
    background: #ddd;
    position: absolute;
    top: 0;
    -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -moz-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -ms-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -o-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
}

.post .header_post img {
    max-width: 100%;
    height: auto;
    transition: ease-in-out 600ms;
}

.post .body_post {
    width: 100%;
    height: 60%;
    background: #fff;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -moz-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -ms-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -o-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    cursor: pointer;
}

.post .body_post .post_content {
    width: 80%;
    height: 80%;
    background: #fff;
    position: relative;
}

.post .body_post .post_content h1 {
    font-size: 20px;
    font-weight: bold;
}

.post .body_post .post_content p {
    font-size: 14px;
    font-weight: normal;
}

.post .body_post .post_content .container_infos {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding-top: 25px;
}

.post .body_post .post_content .container_infos .postedBy {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.post .body_post .post_content .container_infos .postedBy span {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.5;
    letter-spacing: 1px;
    font-weight: bold;
}

.post .body_post .post_content .container_infos .container_tags {
    display: flex;
    flex-direction: column;
}

.post .body_post .post_content .container_infos .container_tags span {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.5;
    letter-spacing: 1px;
    font-weight: bold;
}

.post .body_post .post_content .container_infos .container_tags .tags ul {
    display: flex;
}

.post .body_post .post_content .container_infos .container_tags .tags ul li {
    font-size: 12px;
    letter-spacing: 2px;
    list-style: none;
    margin-left: 8px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.post .body_post .post_content .container_infos .container_tags .tags ul li:first-child {
    margin-left: 0px;
}

.post .body_post .post_content .container_infos .container_tags .tags ul li:before {
    content: '';
    text-align: center;
    width: 100%;
    height: 5px;
    background: #fc6042;
    opacity: 0.5;
    position: absolute;
    bottom: 0;
    z-index: -1;
    padding: 0px 1px;
    -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -moz-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -ms-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    -o-transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
    transition: cubic-bezier(0.68, -0.55, 0.27, 1.55) 320ms;
}

.post .body_post .post_content .container_infos .container_tags .tags ul li:hover:before {
    height: 18px;
}

.branding-cards .card {
    margin-bottom: 1rem;
}

.branding-topics::before {
    content: 'TOPICS BRANDING OPPORTUNITIES';
}

.branding-topics .card,
.branding-topics .card-exhibition {
    margin-bottom: 1rem;
    border: 4px solid #fff;
    background: none;
}

.branding-topics .card-title {
    color: #fff;
}

.branding-topics .card-title-exhibition {
    color: #fff;
}

.contact-info a {
    color: #000;
    text-decoration: none;
}

.contact-card {
    background: none;
    border: 3px solid #09023B;
    margin-bottom: 2rem;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-about {
    padding-top: 16rem;
}

.branding-topics.women-in-cyber::before {
    content: 'PARTICIPATION';
    text-align: center;
}

.branding-topics.exhibition::before {
    content: 'Who Should Exhibit?';
    text-align: center;
}

.branding-topics.exhibition-2::before {
    content: '';
    text-align: center;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    color: #fff;
}

.swiper-pagination-fraction {
    color: #fff !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    --bs-nav-pills-link-active-bg: #6A00AB;
}

.nav {
    --bs-nav-link-color: #6A00AB;
}

/* Start Schedule Section CSS */

.center {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

.custom-border {
    color: #fff;
    background-color: #1400AB;
    width: 80%;
}

.custom-border:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(78, 0, 127, 0.8);
}

.custom-border-1 {
    background-color: #fff;
    width: 80%;
}

.custom-border-1:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(78, 0, 127, 0.8);
}

.custom-border-2 {
    background-color: rgb(255, 229, 79);
    color: #fff;
    width: 80%;
}

.custom-border-3 {
    background-color: rgb(161, 255, 79);
    color: #fff;
    width: 80%;
}

.custom-border-4 {
    background-color: rgb(255, 144, 79);
    color: #fff;
    width: 80%;
}

.schedule-box {
    padding: var(--space);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 30px;
    border-radius: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.schedule-box-2 {
    padding: var(--space);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 30px;
    border-radius: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-align: left;
}

.schedule-box_date {
    min-width: 80px;
    height: 86px;
    background-color: #6A00AB;
    -webkit-box-shadow: 0px 11px 21px 0px rgba(240, 64, 27, 0.31);
    box-shadow: 0px 11px 21px 0px rgba(240, 64, 27, 0.31);
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 13px 12px;
    margin-right: 40px;
}

.schedule-box_date .month {
    font-size: 18px;
    font-weight: 500;
}

.schedule-box_date .date {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
}

.schedule-box_title {
    margin-top: -0.3em;
    color: #1400AB;
    /* text-decoration: none; */
}

.schedule-box_title:hover {
    color: #6A00AB;
}

.schedule-box_content {
    font-family: 'Koulen', sans-serif;
}

.schedule-box_content span {
    font-weight: 600;
    font-family: 'Koulen', sans-serif;
}

.schedule-meta {
    margin-bottom: 15px;
}

.schedule-box_text {
    margin-bottom: 0;
}

.custom-btn {
    background-color: #6A00AB;
    border-radius: 90px;
    border: #6A00AB;
    color: #000;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'Koulen', sans-serif;
}

.custom-btn:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.1);
}

.custom-btn-1 {
    background-color: #6A00AB;
    border-radius: 90px;
    border: #6A00AB;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'Koulen', sans-serif;
}

.custom-btn-1:hover {
    transition: all .2s ease-in-out;
    transform: scale(1.1);
}

.custom-text {
    margin-left: 150px;
}

@media (max-width: 767px) {
    .schedule-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .schedule-box_date {
        width: 80px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .custom-text {
        margin-left: 50px;
    }
}

/* End Schedule Section CSS */

/* Start Video CSS */

.video__section {
    display: block;
    position: relative;
    border-radius: 10px;
    background-color: #6A00AB;
}

.video__inner {
    display: flex;
}

.video__inner>* {
    width: 50%;
}

.video__description {
    color: #fff;
    display: flex;
    padding: 40px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.video__img {
    display: block;
}

.video__img .video__img__cover {
    overflow: hidden;
    border-radius: 10px;
}

.video__link {
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    background-color: #1400AB;
    transform: translate(-50%, -50%);
    outline: 10px solid rgba(34, 34, 34, 0.2);
}

/* End Video CSS */

/* Start Division CSS */

.custom-div-1 span {
    color: #6A00AB;
    font-weight: 700;
}

.custom-div-2 h2 {
    font-size: 35px;
}

/* End Division CSS */

/* Start Image CSS  */

.custom-img-size {
    width: 50%;
    height: 100%;
}

@media (max-width: 767px) {
    .custom-img-size {
        width: 80%;
        height: 100%;
    }
}

/* End Image CSS  */