@import url("https://use.typekit.net/nrt6lsa.css");


/* Typography */
body,
p,
li {
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 300;
}

p {
	font-size: 1rem;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 400;
}

.semibold {
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 700;
}

/* Layout */
.snoose-head {
	background: rgba(0, 0, 0, 0.7);
}

.form-group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.form-group input {
	width: 100%;
	padding: 14px 18px;
	background: #fff;
	border: 1.8px solid black;
	border-radius: 10px;
	color: #000;
	font-size: 16px;
}

.consent-box p {
	color: #000;
	font-weight: 100;
	line-height: 1.6;
	cursor: pointer;
}

.build-sound h2 {
	display: flex;
	flex-direction: column;
}

.tophead {
	background: rgba(0, 0, 0, 0.7) !important;
	backdrop-filter: blur(10px) !important;
}

@media (min-width: 1024px) {
	.build-sound h2 {
		display: flex;
		flex-direction: column;
	}
	
	.consent-box label {
		font-size: 22px;
	}
}

@media (max-width: 1023px) {
	.build-sound br {
		display: none
	}
}

.banner-outer {
	position: relative
}

@media (min-width:1280px) {
	.sbanner-img {
		position: absolute;
		bottom: 90px
	}
}

#formMessage {
	padding: 5px 10px;
	margin-top: 0.5rem;
	border-radius: 5px;
	color: #000000;
	font-weight: 400;
}

#formMessage.success {
	background-color: #b6f9d6;
}

#formMessage.error {
	background-color: #fff2f2;
}

/*@media (min-width:1280px) {
	.sbanner{padding-top: 14rem!important;} 
	}
	@media (min-width:1366px) {
	.sbanner{padding-top:2rem!important;}
	}
	
	@media (min-width:1440px) {
	.sbanner{padding-top:18rem!important;}
	}
	
	
	@media (min-width:1900px) {
	.sbanner{padding-top: 8rem!important;}
	}
	@media (min-width:2560px) {
	.sbanner{padding-top: 25rem!important;}
	}
*/

.fade-up {
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.8s ease;
}

.fade-up.show {
	opacity: 1;
	transform: translateY(0);
}

.why-attend-sec .grid h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 700;
    min-height: 85px;
    max-width: 300px;
}

/*================ VIDEO SHOWCASE ================*/
.video-player {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: auto;
    border-radius: 24px;
    overflow: hidden;
    background: #111;
}

.video-player__video {
    width: 100%;
    display: block;
    aspect-ratio: 9/16;
    object-fit: cover;
}

.video-player__overlay {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    color: #fff;
    font-size: 34px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-player__overlay:hover {
    transform: scale(1.08);
    background: rgba(255, 255, 255, 0.28);
}

.video-player.playing .video-player__overlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.video-player__controls {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.video-player__btn {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(8px);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-player__btn:hover {
    color: #000;
    transform: scale(1.05);
}

/*======================================
	CARD
======================================*/

.speaker-card {
	
    position: relative;
	
    background:
	radial-gradient(circle at top,
	#ffffff 0%,
	#fbfdff 45%,
	#eef6fb 100%);
	
    border-radius: 28px;
	
    overflow: hidden;
	
    text-align: center;
	
    padding: 42px 30px 35px;
	
    border: 1px solid #e7eef3;
	
    box-shadow:
	0 18px 40px rgba(0, 0, 0, .06);
	
    transition: .35s ease;
}

.speaker-card:hover {
	
    transform: translateY(-10px);
	
    box-shadow:
	0 28px 55px rgba(0, 0, 0, .12);
}


/*======================================
	IMAGE
======================================*/

.speaker-image {
	
    width: 180px;
    height: 180px;
	
    margin: auto;
	
    border-radius: 50%;
	
    overflow: hidden;
	
    /* border: 8px solid #fff; */
	
    box-shadow:
	0 15px 35px rgba(0,0,0,.12);
	
    position: relative;
	
    z-index: 5;
	
	transition:all .4s ease;
}

.speaker-image img {
	
    width: 100%;
    height: 100%;
	
    object-fit: cover;
}


/*======================================
	CONTENT
======================================*/

.speaker-content{
    margin-top:32px;
}

.speaker-name{
	
    font-size:22px;
	
    font-weight:700;
	
    color:#0a2948;
	
    line-height:1.2;
}

.speaker-divider{
	
    width:70px;
	
    height:2px;
	
    background:#212121;
	
    display:block;
	
    margin:18px auto 22px;
	
    border-radius:50px;
	
	transition: all .4s ease;
}

.speaker-designation{
	
    font-size:16px;
	
    color:#5f6874;
	
    font-weight:500;
	
    line-height:1.6;
	
    margin-bottom:8px;
}

.speaker-company{
	
    font-size:16px;
	
    color:#1d3655;
	
    font-weight:700;
	
    line-height:1.5;
}


/*======================================
	DOT PATTERN
======================================*/

.dots{
	
    position:absolute;
	
    width:100px;
	
    height:100px;
	
    right:-30px;
	
    bottom:-15px;
	
    opacity:.45;
	
    background-image:
	radial-gradient(#63a6d5 1.6px, transparent 1.6px);
	
    background-size:12px 12px;
	
    pointer-events:none;
	
	display: none;
}


/*======================================
	HOVER
======================================*/

.speaker-card:hover .speaker-image{
	
    transform:scale(1.05);
	
    transition:.35s;
}

.speaker-card:hover .speaker-divider{
	
    width:100px;
	
    transition:.35s;
}


/*======================================
	TABLET
======================================*/

@media (max-width:991px){
	
	.speakers-grid{
		
		grid-template-columns:repeat(2,1fr);
	}
	
	.speaker-name{
		
		font-size:18px;
	}
	
	.speaker-image{
		
		width:165px;
		height:165px;
	}
	
}


/*======================================
	MOBILE
======================================*/

@media (max-width:767px){
	
	.speakers-section{
		
		padding:60px 0;
	}
	
	.container{
		
		width:calc(100% - 30px);
	}
	
	.speakers-grid{
		
		grid-template-columns:1fr;
		
		gap:30px;
	}
	
	.speaker-card{
		
		padding:35px 22px 28px;
	}
	
	.speaker-image{
		
		width:150px;
		height:150px;
	}
	
	.speaker-content{
		
		margin-top:24px;
	}
	
	.speaker-name{
		
		font-size:18px;
	}
	
	.speaker-designation{
		
		font-size:16px;
	}
	
	.speaker-company{
		
		font-size:16px;
	}
	
	.dots{
		
		width:110px;
		
		height:110px;
	}
	
}

}

@media (max-width: 640px) {
    .video-player {
        max-width: 320px;
	}
	
    .video-player__overlay {
        width: 72px;
        height: 72px;
        font-size: 28px;
	}
}