 body{/* color:#fff; */font-family: "Poppins" !important;}
.section-title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #363636;
}    .hero{padding:140px 0;background:linear-gradient(135deg,#0f172a,#1e1b4b,#111827);}
    .btn-main{background:#7c3aed;color:#fff;padding:14px 35px;border-radius:50px;text-decoration:none;display:inline-block;font-weight:600;}
    .card-box{background:#111827;border:1px solid rgba(255,255,255,.08);padding:30px;border-radius:20px;height:100%;}
    .stats h2{font-size:42px;font-weight:700;color:#8b5cf6;}
    .speaker-card img,.gallery img{width:100%;border-radius:20px;object-fit:cover;}
    .speaker-card img{height:320px;}
    .gallery img{height:260px;}
    .timeline-item{padding:20px;background:#111827;border-left:4px solid #8b5cf6;border-radius:12px;margin-bottom:20px;}
    .form-box{background:#111827;padding:40px;border-radius:25px;}
    .partner-box{padding:30px;background:#111827;border-radius:20px;text-align:center;}
    .footer{background:#050b15;padding:40px 0;}
    .hero {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.hero-banner {
    width: 100%;
    height: auto;
    display: block;
}
.pt-60{
  padding-top: 60px;
}
.pb-60{
  padding-bottom: 60px;
}
p{
  font-size: 15px;
  font-weight: 400;
  color: #363636;
  text-align: justify;
}
.clr{
  color: #ef0d84;
}
b, strong {
    font-weight: 600;
}

/* abt section */
/* LEFT DOTTED SHAPE */

.about-section::before{
    content:'';
    position:absolute;
    left:-40px;
    top:38%;
    transform:translateY(-50%) rotate(-8deg);
    width:340px;
    height:340px;
    background-image:radial-gradient(#7c3aed 2px, transparent 2px);
    background-size:20px 20px;
    opacity:0.16;
    z-index:-1;
    animation:floatDots 8s ease-in-out infinite;
}

/* RIGHT LIGHT SHAPE */

.about-section::after{
    content:'';
    position:absolute;
    right:-90px;
    top:-40px;
    width:320px;
    height:320px;
    background:linear-gradient(135deg,#4f46e5,#9333ea);
    border-radius:50%;
    opacity:0.05;
    z-index:-1;
}

/* FLOATING SHAPE BEHIND IMAGE */

.about-img::before{
    content:'';
    position:absolute;
    width:120px;
    height:120px;
    border-radius:30px;
    background:linear-gradient(135deg,#4f46e5,#9333ea);
    opacity:0.12;
    left:-35px;
    bottom:25px;
    z-index:1;
    animation:moveShape 6s ease-in-out infinite;
}

/* ANIMATION */

@keyframes floatDots{
    0%{
        transform:translateY(-50%) rotate(-8deg) translateX(0);
    }
    50%{
        transform:translateY(-52%) rotate(-4deg) translateX(18px);
    }
    100%{
        transform:translateY(-50%) rotate(-8deg) translateX(0);
    }
}

@keyframes moveShape{
    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-12px);
    }

    100%{
        transform:translateY(0px);
    }
}

@media(max-width:768px){

.about-section::before{
    width:200px;
    height:200px;
    left:-80px;
}

.about-section::after{
    width:200px;
    height:200px;
}

.about-img::before{
    width:85px;
    height:85px;
    left:-15px;
}

}

/* LEFT DOTTED SHAPE */

.about-section::before{
    content:'';
    position:absolute;
    left:40px;
    top:52%;
    transform:translateY(-50%);
    width:220px;
    height:220px;
    background-image:radial-gradient(#7c3aed 2px, transparent 2px);
    background-size:18px 18px;
    opacity:0.18;
    z-index:1;
}

/* IMAGE */

.about-img{
    position:relative;
    padding-right:30px;
    z-index:2;
}

.about-img img{
    width:100%;
    border-radius:30px;
    box-shadow:0 20px 60px rgba(0,0,0,0.12);
    position:relative;
    z-index:2;
}

/* SHAPE */

.about-img::before{
    content:'';
    position:absolute;
    width:120px;
    height:120px;
    border-radius:30px;
    background:linear-gradient(135deg,#4f46e5,#9333ea);
    opacity:0.12;
    left:-35px;
    bottom:20px;
    z-index:1;
}

/* MOBILE */

@media(max-width:768px){

.about-section::before{
    width:150px;
    height:150px;
    left:-20px;
    top:40%;
}

.about-img::before{
    width:80px;
    height:80px;
    left:-15px;
}

}

/* LEFT DOTTED SHAPE */

.about-section::before{
    content:'';
    position:absolute;
    left: 18px;
    top: 31%;
    transform:translateY(-50%);
    width:260px;
    height:260px;
    background-image: radial-gradient(#ef0d84 2.2px, transparent 2.2px);
    background-size:18px 18px;
    opacity:0.28;
    z-index:1;
}

/* IMAGE */

.about-img{
    position:relative;
    padding-right:30px;
    z-index:2;
}

.about-img img{
    width:100%;
    border-radius:30px;
    box-shadow:0 20px 60px rgba(0,0,0,0.12);
    position:relative;
    z-index:3;
}

/* SHAPE */

.about-img::before{
    content:'';
    position:absolute;
    width:120px;
    height:120px;
    border-radius:30px;
    background: linear-gradient(135deg, #ef0d84, #ef0d84);
    opacity:0.12;
    left: 440px;
    bottom: -45px;
    z-index:2;
}

/* MOBILE */

@media(max-width:768px){

.about-section::before{
    width:170px;
    height:170px;
    left:-10px;
    top:35%;
    opacity:0.22;
}
.about-img::before{
    width:80px;
    height:80px;
    left:-15px;
}
}

#about{
    position: relative;
    overflow: hidden;
}
/* ===============================
   GameForge About Section
================================== */
.gameforge-about-section {
    position: relative;
    width: 100%;
    background-image: url('img/bg-back.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    background-attachment: fixed; /* Parallax Effect */

    overflow: hidden;
}

/* Dark Overlay */
.gameforge-about-section .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(8, 10, 25, 0.88),
        rgba(18, 20, 45, 0.78)
    );
    /* z-index: 2; */
}

/* Content */
.gameforge-about-section .section-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.gameforge-about-section h2 {
    /* font-size: 45px; */
    /* font-weight: 700; */
    /* line-height: 1.2; */
    /* margin-bottom: 30px; */
    /* color: #fff; */
    /* font-family: "Jost", sans-serif; */
}

/* Paragraph */
.gameforge-about-section p {
    font-size: 15px;
    /* line-height: 1.9; */
    color: rgba(255,255,255,0.88);
    /* margin-bottom: 0px; */
    /* font-family: "Jost", sans-serif; */
}

/* Responsive */
@media (max-width: 991px) {
    .gameforge-about-section {
        padding: 90px 0;
        background-attachment: scroll;
    }

    .gameforge-about-section h2 {
        font-size: 38px;
    }

    .gameforge-about-section p {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .gameforge-about-section h2 {
        font-size: 23px;
    }

    .gameforge-about-section {
        padding: 75px 0;
    }
}
/* ===============================
   Focus Area Section
================================== */

.focus-area-section {
    position: relative;
    /* padding: 100px 0; */
    background: #fff;
    background-image: url(img/bg.png);
    overflow: hidden;
    background-position: left;
    background-size: cover;
}

.focus-area-section .overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right,
            rgba(0, 229, 255, 0.12),
            transparent 40%);
}

.focus-area-section .sec-title {
    position: relative;
    z-index: 2;
}

.focus-area-section .sub-title {
    display: inline-block;
    color: #00e5ff;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

/* Scroll Area */
.focus-scroll-wrapper {
    overflow: hidden;
    position: relative;
    /* margin-top: 0px; */
}

.focus-scroll-track {
    display: flex;
    gap: 15px;
    width: max-content;
    animation: scrollLeft 35s linear infinite;
}

.focus-scroll-track:hover {
    animation-play-state: paused;
}

/* Card */
.focus-card {
    position: relative;
    width: 320px;
    height: 420px;
    border-radius: 28px;
    overflow: hidden;
    flex-shrink: 0;
    background: #111;
    transition: 0.4s ease;
}

.focus-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

.focus-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.85),
            rgba(0, 0, 0, 0.15));
}

.focus-content {
    position: absolute;
    bottom: 30px;
    left: 25px;
    right: 25px;
    z-index: 2;
}

.focus-content h4 {
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-align:center;
}

/* Hover */
.focus-card:hover img {
    transform: scale(1.08);
}

.focus-card:hover {
    transform: translateY(-8px);
}

/* Animation */
@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {

    .focus-card {
        width: 200px;
        height: 260px;
    }

    .focus-area-section h2 {
        font-size: 22px;
    }
}

/* why-attend */

/* ===============================
   Why Attend Section
================================== */

.why-attend-section {
    position: relative;
    overflow: hidden;
    background: #071326;
}

/* Image Side */
.why-attend-img {
    height: 100%;
}

.why-attend-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Content Side */
.why-attend-content {
    background: linear-gradient(135deg, #071326, #0b1f3d);
    height: 100%;
    padding: 15px 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Subtitle */

/* List */
.why-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.why-list li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 15px;
    color: rgba(255,255,255,0.88);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    /* font-family: "Jost", sans-serif; */
}

/* Icon */
.why-list li i {
    position: absolute;
    left: 0;
    top: 6px;
    color: #fff;
    color: #ef0d84;
    font-size: 20px;
}

/* Responsive */
@media (max-width: 991px) {

    .why-attend-content {
        padding: 60px 30px;
    }

    

    .why-list li {
        font-size: 14px;
    }

    .why-attend-img {
        height: 400px;
    }
}
.who-attend-section{
    background: aliceblue;
    position:relative;
    overflow:hidden;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#111;
    margin-bottom:12px;
}

.section-subtitle{
    color:#666;
    font-size:17px;
    max-width:700px;
    margin:auto;
}

.attend-card{
    background:#fff;
    padding: 15px 15px;
    border-radius:24px;
    text-align:center;
    height:100%;
    transition:0.4s ease;
    position:relative;
    overflow:hidden;
    border:1px solid rgba(0,0,0,0.05);
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.attend-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,0.12);
}

.icon-box{
    width: 80px;
    height: 80px;
    margin:auto;
    margin-bottom: 14px;
    border-radius:22px;
    background: linear-gradient(135deg, #ef0d84, #004cbf);
    display:flex;
    align-items:center;
    justify-content:center;
}

.icon-box img{
    width: 71px;
    height: 71px;
    object-fit:contain;
    filter:brightness(0) invert(1);
}

.attend-card h4{
    font-size: 18px;
    font-weight: 600;
    color: #363636;
    line-height: 1.3;
    margin:0;
}

@media(max-width:768px){

.section-title{
    font-size: 22px;
}

.attend-card{
    padding: 15px 10px;
}

}
/* delehgate */
.delegate-section{
    background: #c20066;
    color:#fff;
}

.delegate-content{
    padding:20px;
}

.delegate-content .title{
    font-size:38px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.delegate-content .title::after{
    content:'';
    width:80px;
    height:4px;
    background:linear-gradient(135deg,#f7b733,#fc4a1a);
    position:absolute;
    left:0;
    bottom:-10px;
    border-radius:5px;
}

.benefit-list{
    list-style:none;
    padding:0;
    margin:0;
}

.benefit-list li{
    padding:14px 18px;
    margin-bottom:12px;
    background: #ffff;
    border-left: 6px solid #ddddddf2;
    border-radius:10px;
    font-weight: 600;
    font-size:18px;
    transition:0.3s ease;
    color: #363636;
}

.benefit-list li:hover{
    transform:translateX(8px);
    background: linear-gradient(135deg, #071326, #0b1f3d);
    color:#fff;
}

/* IMAGE STYLE */
.delegate-img img{
    /* max-width:85%; */
    border-radius:20px;
    box-shadow:0 20px 40px rgba(0,0,0,0.5);
    transition:0.4s ease;
}

.delegate-img img:hover{
    transform:scale(1.03);
}
.benefit-list li img{
    width: 45px;
    filter: brightness(0) saturate(100%) invert(17%) sepia(96%) saturate(4205%) hue-rotate(316deg) brightness(86%) contrast(107%);
    margin-right: 18px;
}
.pt-40{
    padding-top: 40px;
}
 .pb-40{
    padding-bottom: 40px;
 }

 /* abt idgs and ins */
 .gameforge-about-section2 img{
    width: 250px;
    border-radius: 20px;
    margin-bottom: 20px;
 }
 .partner-showcase-section{
    background: #fff;
    position: relative;
    overflow: hidden;
}

.partner-showcase-card{
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 35px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #dedede;
    transition: 0.45s ease;
    box-shadow: 0 15px 60px rgba(0,0,0,0.06);
}

.partner-showcase-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 25px 70px rgba(194,0,102,0.15);
}

.top-strip{
    height: 8px;
    width: 100%;
    /* background: linear-gradient(90deg,#c20066,#ff4fa1,#5b3df5); */
}

.partner-number{
    position: absolute;
    top: 18px;
    right: 30px;
    font-size: 90px;
    font-weight: 800;
    color: rgba(194,0,102,0.05);
    line-height: 1;
    z-index: 0;
}

.partner-content{
    position: relative;
    z-index: 2;
    padding: 50px 45px;
}

.partner-label{
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(194,0,102,0.08);
    color: #c20066;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

.partner-heading{
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
    margin-bottom: 35px;
}

.partner-heading span{
    color: #c20066;
}

.partner-logo-box{
    position: relative;
    height: 140px;
    background: linear-gradient(145deg,#fafafa,#ffffff);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px;
    margin-bottom: 15px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}

.partner-logo-box::before{
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(194,0,102,0.08);
    border-radius: 50%;
    top: -90px;
    right: -70px;
}

.partner-logo-box::after{
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: rgba(91,61,245,0.07);
    border-radius: 50%;
    bottom: -70px;
    left: -60px;
}

.partner-logo-box img{
    position: relative;
    z-index: 2;
    border-radius: 15px;
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
    transition: 0.4s ease;
}

.partner-showcase-card:hover .partner-logo-box img{
    transform: scale(1.08);
}

.partner-content p{
    color: #363636;
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
}

@media(max-width:991px){

    .partner-content{
        padding: 40px 25px;
    }

    .partner-heading{
        font-size: 34px;
    }

    .partner-logo-box{
        height: 180px;
    }

}
.mt-60{
    margin-top: 60px;
}
.mb-60{
    margin-bottom: 60px;
}
/* baloon */
.simple-footer{
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,#070b1a,#121c36,#1a0933);
    padding: 40px 0px 0px;
}

/* White Glow Balloons */

.footer-balloon{
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.12;
}

.footer-balloon1{
    width: 260px;
    height: 260px;
    background: #fff;
    top: -100px;
    left: -80px;
}

.footer-balloon2{
    width: 220px;
    height: 220px;
    background: #fff;
    bottom: -100px;
    right: -70px;
}

/* Logo */

.footer-logo{
    max-width: 130px;
    margin-bottom: 25px;
}

/* Heading */

.simple-footer h3{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.simple-footer h3 span{
    color: #c20066;
}

/* Text */


/* table */
.event-info-section{
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,#070b1a,#121c36,#1b1034);
}

/* Glow Balls */

.info-glow{
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.12;
}

.glow1{
    width: 260px;
    height: 260px;
    background: #ffffff;
    top: -100px;
    left: -80px;
}

.glow2{
    width: 220px;
    height: 220px;
    background: #ffffff;
    bottom: -80px;
    right: -60px;
}

/* Title */


/* Table Wrap */

.event-table-wrap{
    position: relative;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    /* backdrop-filter: blur(10px); */
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
}

/* Table */

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

.event-info-table tr{
    transition: 0.3s ease;
}

.event-info-table tr:hover{
    background: rgba(255,255,255,0.06);
}

.event-info-table td{
    padding: 20px 30px;
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Left Side */

.event-info-table td:first-child{
    /* width: 13%; */
    font-weight: 500;
    color: #fff;
    background: rgba(255,255,255,0.03);
}

/* Last Row */

.event-info-table tr:last-child td{
    border-bottom: none;
}

/* Responsive */

@media(max-width:768px){

    .event-title{
        font-size: 36px;
    }

    .event-info-table td{
        padding: 10px 5px;
        font-size: 14px;
    }

}
.simple-footer p{
    color: rgba(255,255,255,0.72);
    font-size: 16px;
    max-width: 650px;
    margin: 0 auto 30px;
    line-height: 1.8;
}

/* Social Icons */

.footer-social{
    margin-bottom: 22px;
}

.footer-social a{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #fff;
    margin: 0 6px;
    text-decoration: none;
    transition: 0.4s ease;
}

.footer-social a:hover{
    background: #c20066;
    transform: translateY(-5px);
}

/* Copyright */

.footer-copy{
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 13px;
    padding-bottom: 8px;
    color: rgba(255,255,255,0.55);
    font-size: 14px;
}
/* Section */
.event-info-section{
    position: relative;
    overflow: hidden;
    background: url("img/bg5.jpg") center center/cover no-repeat fixed;
    z-index: 1;
}

/* Dark Overlay */
.event-info-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(7,11,26,0.9);
    z-index: -1;
}

/* Parallax Effect */
@media(min-width:992px){

    .event-info-section{
        background-attachment: fixed;
    }

}

/* Glow Balls */

.info-glow{
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.14;
}

.glow1{
    width: 260px;
    height: 260px;
    background: #ffffff;
    top: -100px;
    left: -80px;
}

.glow2{
    width: 220px;
    height: 220px;
    background: #ffffff;
    bottom: -80px;
    right: -60px;
}

/* Table */

.event-table-wrap{
    position: relative;
    z-index: 2;
    border-radius: 30px;
    overflow: hidden;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    /* backdrop-filter: blur(12px); */
}
.event-info-table td:first-child{
    display: flex;
    align-items: center;
    gap: 14px;
}

.event-icon{
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: rgba(255,255,255,0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}
/* header */
.custom-navbar{
    padding: 4px 0;
    background: #fff;
    backdrop-filter: blur(14px);
    transition: 0.4s ease;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Logo */

.navbar-brand img{
    max-height: 60px;
}

/* Nav Links */

.navbar-nav{
    gap: 12px;
}

.navbar-nav .nav-link{
    color: #363636;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 5px !important;
    position: relative;
    transition: 0.4s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
    color: #d91d7c !important;
}

/* Hover Line */

.navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    left: 16px;
    bottom: 4px;
    width: 0;
    height: 2px;
    background: #c20066;
    transition: 0.4s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after{
    width: calc(100% - 32px);
}

/* Button */

.nav-btn a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-radius: 50px;
    background: linear-gradient(135deg,#c20066,#ff4fa1);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(194,0,102,0.35);
}

.nav-btn a:hover{
    transform: translateY(-3px);
    color: #fff;
}

/* Mobile */

.navbar-toggler{
    border: none;
    box-shadow: none !important;
}

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

@media(max-width: 991px){

    .custom-navbar{
        padding: 0px 0;
    }

    .navbar-collapse{
        background: #e3e3e3;
        padding: 25px;
        margin-top: 15px;
        border-radius: 20px;
    }

    .navbar-nav{
        gap: 4px;
    }

    .nav-btn{
        margin-top: 20px;
    }

    .nav-btn a{
        width: 100%;
    }

}
/* Left Right Moving Button */

.nav-btn a{
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border-radius: 50px;
    background: linear-gradient(135deg,#c20066,#ff4fa1);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s ease;
    box-shadow: 0 10px 30px rgba(194,0,102,0.35);
    animation: moveLeftRight 3s ease-in-out infinite;
}

/* Animation */

@keyframes moveLeftRight{

    0%{
        transform: translateX(0px);
    }

    50%{
        transform: translateX(8px);
    }

    100%{
        transform: translateX(0px);
    }

}
section.hero2 {
    padding-top: 75px;
}
.focus-scroll-wrapper{
    overflow: hidden;
    width: 100%;
}

.focus-scroll-track{
    display: flex;
    gap: 25px;
    width: max-content;
    animation: scrollFocus 35s linear infinite;
}

@keyframes scrollFocus{

    0%{
        transform: translateX(0);
    }

    100%{
        transform: translateX(-50%);
    }

}
.form-control {
    padding:10px 10px;
}

form#contact_form {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 0 20px rgba(194, 0, 102, 0.10);
    padding: 30px;
    border-radius: 10px;
}
.btn-title{
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border-radius: 50px;
    background: linear-gradient(135deg, #c20066, #ff4fa1);
    color: #fff;
}
button.theme-btn.btn-style-one{
        outline: none;
    border: none;
    background: transparent;
}


@media (max-width: 479px){
 button.navbar-toggler {
    background-color: #c12287;
}
.navbar-brand img {
    max-height: 30px;
}
section.hero2 {
    padding-top: 42px;
}
p {
    font-size: 14px;
}
.mt-60{
    margin-top:30px;
}
.mb-60{
    margin-bottom:30px;
}
.pt-60{
    padding-top:30px;
}
.pb-60{
    padding-bottom:30px;
}
.benefit-list li {
    padding: 10px 2px;
    font-size: 14px;
}
.delegate-content {
    padding: 0px;
}
.benefit-list li img {
    width: 31px;
}
.partner-content p {
    font-size: 14px;

}
.focus-content h4 {
    font-size: 18px;
}

.about-img {
    padding-right: 0px;

}
.attend-card h4 {
    font-size: 14px;
}
.col-xs-6{
    width:50%;
}
.icon-box img {
    width: 50px;
    height: 50px;
}
.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 10px;

}
.col-xs-12{
    width:100%;
}
}

.nav-btn1{
    position: fixed;
    right: -111px;
    top: 45%;
    transform: translateY(-50%);
    z-index: 99999;
}

.nav-btn1 a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    width: 273px;
    height: 51px;
    background: linear-gradient(135deg,#c20066,#ff4fa1);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 10px 30px rgba(194,0,102,0.35);
    transform: rotate(-90deg);
    transition: 0.4s ease;
    animation: floatBtn 2.5s ease-in-out infinite;
}

.nav-btn1 a:hover{
    transform: rotate(-90deg) scale(1.03);
    color: #fff;
}

.nav-btn1 a:hover i{
    transform: translateX(4px);
}

/* Floating Animation */
@keyframes floatBtn{
    0%{
        margin-top: 0;
    }
    50%{
        margin-top: -12px;
    }
    100%{
        margin-top: 0;
    }
}

