/*
	Theme Name: TheEvent
	Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
	Author: BootstrapMade.com
	License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins', sans-serif;
}

a, p, span, div , h1,h2,h3,h4,h5,h6{
  text-decoration: none !important;
}

/* HEADER */
header{
    position:fixed;
    width:100%;
    top:0;
    left:0;
    padding:20px 80px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:rgba(0,0,0,0.5);
    backdrop-filter:blur(10px);
    z-index:1000;
}

.logo{
    font-size:24px;
    font-weight:700;
}

nav ul{
    display:flex;
    list-style:none;
    gap:30px;
}

nav ul li a{
    color:#fff;
    text-decoration:none;
    font-size:15px;
    transition:0.3s;
}

nav ul li a:hover{
    color:#00f5ff;
}

/* HERO */
.hero{
    height:100vh;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 80px;
}

/* LEFT CONTENT */
.hero-left{
    max-width:50%;
}

.hero-left h1{
    font-size:60px;
    font-weight:700;
    background:linear-gradient(90deg,#027b85,#0d676e,#8a2be2);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.hero-left p{
    margin-top:10px;
    font-size:10px;
    color:#000;
}

/* COUNTDOWN BOX */
.countdown{
    margin-top:30px;
    display:flex;
    gap:20px;
}

.box{
    background:#0a6c73;
    padding:20px;
    border-radius:10px;
    text-align:center;
    min-width:80px;
}

.box h2{
    font-size:28px;
    color:#fff;
}

.box span{
    font-size:14px;
    color:#fff;
}

/* RIGHT IMAGE / EMPTY */
.hero-right{
    width:40%;
    height:400px;
    background:linear-gradient(135deg,#00f5ff33,#8a2be233);
    border-radius:20px;
}

/* BUTTON */
.btn{
    margin-top:30px;
    padding:12px 30px;
    background:linear-gradient(90deg,#00f5ff,#007bff);
    border:none;
    border-radius:30px;
    color:#fff;
    cursor:pointer;
}
.event-info {
    margin-top: 20px;
}

.event-info p {
    font-size: 16px;
    color: #cbd5e1;
    margin-top: 8px;
}

.about {
    padding: 100px 80px;
    background: #020617;
}

.container {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.section-title {
    font-size:60px;
	Font-family:Arial Black;
    margin-bottom: 30px;
    background: linear-gradient(45deg,#00f5ff,#007bff,#8a2be2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about p {
    font-size: 17px;
    color: #cbd5e1;
    line-height: 1.8;
    margin-bottom: 20px;
}

.keypoints {
    padding: 100px 80px;
    background: radial-gradient(circle at top, #0f172a, #020617);
}

/* GRID */
.points-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

/* CARD */
.point-card {
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(0, 245, 255, 0.1);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

/* Glow Effect */
.point-card::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    top: -50%;
    left: -50%;
    background: linear-gradient(90deg, transparent, #00f5ff33, transparent);
    transform: rotate(25deg);
    opacity: 0;
    transition: 0.5s;
}

/* Hover */
.point-card:hover::before {
    opacity: 1;
    left: 100%;
}

.point-card:hover {
    transform: translateY(-10px);
    border-color: #00f5ff;
}

/* TEXT */
.point-card h3 {
    font-size: 35px;
    margin-bottom: 10px;
    background: linear-gradient(90deg,#00f5ff,#8a2be2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.point-card p {
    font-size: 15px;
    color: #cbd5e1;
}

.sponsor {
    padding: 100px 80px;
    background: radial-gradient(circle at top, #020617, #0f172a);
}

/* FLEX */
.sponsor-flex {
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

/* IMAGE */
.sponsor-img {
    flex: 1;
    min-width: 300px;
}

.sponsor-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(0, 245, 255, 0.2);
    transition: 0.4s;
}

.sponsor-img img:hover {
    transform: scale(1.05);
}

/* CONTENT */
.sponsor-content {
    flex: 1;
}

/* GRID */
.sponsor-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

/* CARD */
.sponsor-card {
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 245, 255, 0.15);
    padding: 20px;
    border-radius: 15px;
    color: #cbd5e1;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

/* GLOW LINE */
.sponsor-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg,#00f5ff,#8a2be2);
    top: 0;
    left: 0;
}

/* HOVER */
.sponsor-card:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: #00f5ff;
    box-shadow: 0 0 25px rgba(0, 245, 255, 0.3);
}

.why-attend {
    position: relative;
    padding: 120px 80px;
    background: url('https://www.nexgenconferences.com/defsec-2026/assets/image/bg.jpg') center/cover no-repeat;
    color: #fff;
}

/* DARK OVERLAY */
.why-attend .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 6, 23, 0.85);
}

/* CONTENT */
.why-content {
    position: relative;
    max-width: 900px;
    margin: auto;
    text-align: center;
    background: rgba(15, 23, 42, 0.6);
    padding: 50px;
    border-radius: 20px;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 245, 255, 0.15);
}

/* TEXT */
.why-content p {
    margin-top: 15px;
    color: #cbd5e1;
    line-height: 1.8;
    font-size: 16px;
}

/* HIGHLIGHT LINE */
.highlight {
    font-weight: 700;
    font-size: 18px;
    background: linear-gradient(90deg,#00f5ff,#8a2be2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.who-attend {
    padding: 100px 80px;
    background: linear-gradient(135deg, #020617, #0f172a);
}

/* GRID */
.audience-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

/* CARD */
.audience-card {
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(0, 245, 255, 0.15);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    backdrop-filter: blur(12px);
    transition: 0.4s;
    position: relative;
    overflow: hidden;
}

/* Glow Line */
.audience-card::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg,#00f5ff,#8a2be2);
    top: 0;
    left: 0;
}

/* TEXT */
.audience-card h3 {
    font-size: 16px;
    color: #cbd5e1;
}

/* HOVER */
.audience-card:hover {
    transform: translateY(-10px);
    border-color: #00f5ff;
    box-shadow: 0 0 25px rgba(0, 245, 255, 0.3);
}

.why-attend-cta {
    padding: 100px 80px;
    background: #020617;
}

/* CTA BOX */
.cta-box {
    max-width: 900px;
    margin: auto;
    text-align: center;
    padding: 60px 40px;
    border-radius: 20px;
    position: relative;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 245, 255, 0.2);
    overflow: hidden;
}

/* GLOW BORDER ANIMATION */
.cta-box::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 20px;
    background: linear-gradient(90deg,#00f5ff,#8a2be2,#00f5ff);
    z-index: -1;
    filter: blur(10px);
    opacity: 0.6;
}

/* TEXT */
.cta-text {
    margin-top: 20px;
    font-size: 17px;
    color: #cbd5e1;
	
    line-height: 1.8;
}

.cta-subtext {
    margin-top: 15px;
    font-size: 16px;
    color: #94a3b8;
}

/* BUTTON IMPROVE */
.cta-box .btn {
    margin-top: 30px;
    padding: 12px 35px;
    font-size: 16px;
    border-radius: 30px;
    background: linear-gradient(90deg,#00f5ff,#8a2be2);
    transition: 0.3s;
}

.cta-box .btn:hover {
    transform: scale(1.08);
    box-shadow: 0 0 25px rgba(0,245,255,0.5);
}

.footer {
    background: linear-gradient(135deg, #020617, #0f172a);
    padding-top: 80px;
    color: #cbd5e1;
}

/* GRID */
.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    padding: 0 80px 40px;
}

/* COLUMN */
.footer-col h3,
.footer-col h4 {
    margin-bottom: 15px;
    font-weight: 700;
    background: linear-gradient(90deg,#00f5ff,#8a2be2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-col p {
    font-size: 14px;
    line-height: 1.6;
}

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

.footer-col ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

/* LINKS */
.footer-col ul li a {
    color: #cbd5e1;
    text-decoration: none;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #00f5ff;
}

/* BOTTOM */
.footer-bottom {
    text-align: center;
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 13px;
    color: #94a3b8;
}

.sponsors {
    padding: 100px 80px;
    background: #020617;
    text-align: center;
}

/* GRID: 3 PER ROW */
.sponsor-logos {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */
.logo-box {
    background: #ffffff;
    padding: 25px 15px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    text-decoration: none;
    color: #0f172a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px;
    transition: 0.3s;
}

/* LOGO */
.logo-box img {
    max-height: 60px;
    margin-bottom: 10px;
    object-fit: contain;
}

/* TEXT */
.logo-box p {
    font-size: 14px;
    font-weight: 600;
}

/* HOVER */
.logo-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .sponsor-logos {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .sponsor-logos {
        grid-template-columns: 1fr;
    }
}

