@font-face {
 font-family: 'Sofia Pro Regular';
 font-style: normal;
 font-weight: normal;
 src: local('Sofia Pro Regular'), url('Sofia Pro Regular Az.woff') format('woff');
}

:root { 
  --default-color: #000000; 
  --heading-color: #ffffff; 
  --accent-color: #000000; 
  --surface-color: #ffffff; 
  --contrast-color: #ffffff;
}

:root {
  --nav-color: rgba(255, 255, 255, 0.8); 
  --nav-hover-color: #ffffff; 
  --nav-mobile-background-color: #ffffff; 
  --nav-dropdown-background-color: rgba(213, 48, 77); 
  --nav-dropdown-color: #ffffff;
  --nav-dropdown-hover-color: #ffffff; 
}

.dark-background {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #000000;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: 'Sofia Pro Regular', sans-serif;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: 'Sofia Pro Regular', sans-serif;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(0, 0, 0, 0);
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .navmenu {
    order: 2;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: rgba(213, 48, 77, 0.82);
}

/*--------------------------------------------------------------
# Header Masterclass
--------------------------------------------------------------*/
.header2 {
  --background-color: rgba(213, 48, 77, 0.82);
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header2 .logo {
  line-height: 1;
}

.header2 .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header2 .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

@media (max-width: 1200px) {
  .header2 .logo {
    order: 1;
  }

  .header2 .navmenu {
    order: 2;
  }
}

.scrolled .header2 {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/* Global Header on Scroll
------------------------------*/
.scrolled .header2 {
  --background-color: rgba(213, 48, 77, 0.82);
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background-color:rgba(213, 48, 77);
  font-size: 14px;
  position: relative;
}

.footer .logo img {
  max-height: 60px;
  margin-right: 6px;
}

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

.footer .copyright p {
  margin-bottom: 0;
}

.footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: color-mix(in srgb, rgba(213, 48, 77), transparent 90%);
  color: var(--contrast-color);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  background: rgb(218, 15, 52);
  text-decoration: none;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: rgba(213, 48, 77);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: #000000;
  --heading-color: var(--contrast-color);
  --default-color: var(--contrast-color);
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 92px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 15px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #ffffff;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

#hero .container img {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; 
  width: 70%; 
  height: auto;
}

.hero .countdown{
  display: flex;
  justify-content: center;
  gap: 10px; 
  align-items: center;
  width: 100%;
  padding: 20px; 
  box-sizing: border-box; 
}
    
.hero .countdown .time {
  text-align: center;
}
  
.hero .countdown .label {
  margin-top: 5px;
  color: white;
}

.hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

.hero h2 span {
  color: var(--accent-color);
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 10px 0 0 0;
  font-size: 24px;
}

.hero .buy-ticket {
  color: var(--contrast-color);
  background: rgba(213, 48, 77);
  display: inline-block;
  text-align: center;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}

.hero .buy-ticket:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  text-decoration: none;
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
  }

  .hero .buy-ticket {
    font-size: 14px;
    padding: 10px 25px;
  }
}

.hero .client-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero .client-logo-content {
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hero .client-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.hero .client-logo img {
  padding: 10px;
  width: 100% !important;
  max-width: 90%;
  transition: 0.3s;
}

.hero .client-logo:hover img {
  transform: scale(1.1);
}

.hero .iframe-wrapper {
  margin: 0 auto;
}

.hero .iframe-wrapper iframe {
  width: 100%;  
  height: 200px;  
  margin: 10px;  
}

.p-20{
  padding: 20px;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
  --default-color: #ffffff;
  background: rgba(213, 48, 77);
  width: 70%;
  margin: 25px auto;
}

.about .swiper-wrapper {
  height: auto;
  overflow: visible; /* Pastikan konten tidak terpotong */
}

.about .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* Pastikan konten vertikal di tengah */
  width: 100%;
}

.about .swiper-slide iframe {
  max-width: 100%;
  border: 0;
}

/* YouTube iframe - aspect ratio 16:9 */
.about .swiper-slide iframe.youtube {
  width: 100%;
  aspect-ratio: 16/9; /* Browser modern akan menjaga rasio ini */
}

/* Instagram iframe - aspect ratio 4:5 */
.about .swiper-slide iframe.instagram {
  width: 100%;
  max-width: 400px; /* Lebar maksimum untuk Instagram */
  height: calc(400px / 4 * 5); /* Tinggi mengikuti rasio 4:5 */
  aspect-ratio: 16/9; /* Browser modern akan menjaga rasio ini */
}

.about .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.about .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  border: 1px solid #ffffff;
  width: 12px;
  height: 12px;
  opacity: 1;
}

.about .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(213, 48, 77);
}

.about .swiper-slide-active {
  text-align: center;
}

@media (min-width: 768px) {
  .about .swiper-slide iframe.youtube {
    max-width: 800px; /* Maksimum 800px untuk layar besar */
    height: calc(800px / 16 * 9); /* Tinggi menyesuaikan rasio 16:9 */
  }

  .about .swiper-slide iframe.instagram {
    max-width: 500px;
    height: calc(500px / 4 * 5); /* Tinggi menyesuaikan 4:5 */
  }
}

@media (max-width: 768px) {
  .about .swiper-slide iframe.youtube {
    max-width: 100%; /* Lebar penuh untuk layar kecil */
    height: auto; /* Tinggi otomatis untuk menjaga aspek rasio */
    aspect-ratio: 9 / 16; /* Rasio aspek portrait 9:16 */
  }
}

.about-2 {
  --default-color: rgba(213, 48, 77);
}

.about-2 h2{
  color:rgba(213, 48, 77) !important;
}

.about-2 .member {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.about-2 .member .swiper {
  width: 100%;
  height: auto;
  position: relative;
}

.about-2 .member .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.about-2 .member .member-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  background: rgba(213, 48, 77, 0.6);
  z-index: 2;
}

.about-2 .member .member-info-content h4 {
  color: var(--contrast-color);
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 16px;
}


.about-2 .member .member-info-content span {
  color: var(--contrast-color);
  font-style: italic;
  display: block;
  font-size: 13px;
}

.about-2 .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Exhibitor Section
--------------------------------------------------------------*/
.exhib {
  --default-color: #ffffff;
}

.exhib h2{
  color:rgba(213, 48, 77) !important;
}

.exhib .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.exhib .client-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.exhib .client-logo img {
  padding: 30px;
  max-width: 90%;
  transition: 0.3s;
}

@media (max-width: 640px) {
  .exhib .client-logo img {
    padding: 30px;
    max-width: 50%;
  }
}

.exhib .client-logo:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
.venue h2{
  color: rgba(213, 48, 77) !important;
}

.venue .container-fluid {
  margin-bottom: 3px;
}

.venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.venue .venue-info {
  background: url("../img/venue.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.venue .venue-info:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--contrast-color);
}

.venue .venue-info h4 {
  font-weight: 700;
  color: var(--contrast-color);
}

@media (max-width: 574px) {
  .venue .venue-info h3 {
    font-size: 24px;
  }
}

.venue .venue-info p {
  color: var(--contrast-color);
  margin-bottom: 0;
}

.venue .venue-gallery-container {
  padding-right: 12px;
}

.venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid var(--background-color);
  border-bottom: 3px solid var(--background-color);
}

.venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

.venue .venue-gallery:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# VIP Section
--------------------------------------------------------------*/
.vip{
  --default-color: #ffffff;
  background: rgba(213, 48, 77);
  width: 70%;
  margin: 25px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vip .sec-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.vip .sec-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: -0.5rem !important;
  line-height: 1.4 !important;
  position: relative;
}

.vip .sec-title h5 {
  margin-bottom: -0.5rem !important;
}

.vip .sec-title p {
  margin-bottom: 0;
}


.vip img{
  width: 70%;
  height: auto;
}

/*--------------------------------------------------------------
# Ticket Section
--------------------------------------------------------------*/
.ticket{
  display: flex;   
  flex-direction: column; 
  align-items: center;
  color: rgba(213, 48, 77);
}

.ticket h2{
  color: rgba(213, 48, 77);
}

.ticket .buy-ticket {
  color: var(--contrast-color);
  background: rgba(213, 48, 77);
  display: inline-block;
  text-align: center;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}

.ticket .buy-ticket:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  text-decoration: none;
}

@media (max-width: 768px) {

  .ticket .buy-ticket {
    font-size: 14px;
    padding: 10px 25px;
  }
}

/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/
.sponsors h2{
  color: rgba(213, 48, 77);
}

.sponsors .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.sponsors .client-logo img {
  padding: 50px;
  max-width: 80%;
  transition: 0.3s;
}

@media (max-width: 640px) {
  .sponsors .client-logo img {
    padding: 30px;
    max-width: 50%;
  }
}

.sponsors .client-logo:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Vendor Partner Section
--------------------------------------------------------------*/
.venpart h2{
  color: rgba(213, 48, 77);
}

.venpart .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.venpart .client-logo img {
  padding: 50px;
  max-width: 100%;
  transition: 0.3s;
}

@media (max-width: 640px) {
  .venpart .client-logo img {
    padding: 30px;
    max-width: 70%;
  }
}

.venpart .client-logo:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact{
  background: rgba(213, 48, 77);
  width: 70%;
  margin: 25px auto;
}

.contact .info-item {
  padding: 20px 0 30px 0;
}

.contact .info-item i {
  font-size: 20px;
  color: #ffffff;
  width: 56px;
  height: 56px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, #ffffff, transparent 40%);
}

.contact .info-item h3 {
  color: #ffffff;
  font-size: 20px;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  color: #ffffff;
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Masterclass Section
--------------------------------------------------------------*/
.master {
  --default-color: rgba(213, 48, 77);
}

.master h2{
  color:rgba(213, 48, 77) !important;
}

.master .member {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.master .member img{
  width: 70%;
}

.flyer {
  --default-color: #000000;
}

.flyer h2{
  color:rgba(213, 48, 77) !important;
}

.flyer .client-logo {
  display: block;
  text-align: center;
}

.flyer .client-logo img {
  padding: 30px;
  max-width: 90%;
  transition: 0.3s;
  display: block;
  margin: 0 auto;
}

.flyer .client-logo p {
  margin-top: 8px;
  font-size: 14px;
  color: #333; 
}

@media (max-width: 640px) {
  .flyer .client-logo img {
    padding: 30px;
    max-width: 50%;
  }
}

.flyer .client-logo:hover img {
  transform: scale(1.1);
}

.regis .butreg {
  color: var(--contrast-color);
  background: rgba(213, 48, 77);
  display: inline-block;
  text-align: center;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}

.regis .butreg:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  text-decoration: none;
}

@media (max-width: 768px) {

  .regis .butreg {
    font-size: 16px;
    padding: 15px 25px;
  }
}