.des {
	display:block;
}
.mob {
	display: none;
}
.container {
	width:80% !important;
} 
.nav {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.nav .logo {
    width: 65%;
}
.nav .gobac {
    width: 50%;
	float: right;
}
.banner {
    background-image: url('/assets/event/tyb/Main-banner-1.png'); /* Replace with your image path */
    background-size: cover; /* Ensures the image covers the entire viewport */
    background-position: center; /* Centers the image horizontally and vertically */
    background-repeat: no-repeat; /* Prevents the image from repeating */
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.banner img {
	width:40%;
	margin-bottom: 2rem;
}
.banner .title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3.333vw;
	margin-bottom: 0px;
	color: #FE5000;
}
.banner .subtitle {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2.813vw;
	margin-bottom: 0px;
	color: #FFFFFF;
	margin-bottom: 2rem;
}
.banner .dnt {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.667vw;
	margin-bottom: 0px;
	color: #FFFFFF;
}
.banner .dnt span {
	color: #FE5000;
}
.ev-cont {
	padding-right: 3.5rem !important;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (height / width * 100) */
    height: 0;
    overflow: hidden;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.188vw;
	color: #FE5000;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.par-s {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.125vw;
	line-height: 3.796vh;
	color: #383838;
	margin-bottom: 2rem;
}
.par-s span {
	font-weight: 600;
	color: #FE5000;
}
.spkr-blk {
	background: #FFFAF8;
	padding: 1rem 1rem;
	border: 1px solid #FE5000;
}
.spkr-img {
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}
.speaker .spkr-name {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 1.25vw;
	line-height: 3.796vh;
	color: #383838;
	margin-bottom: 0.1rem;
}
.speaker .spkr-desi {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.825vw;
    line-height: 2.75vh;
    color: #383838;
    margin-bottom: 0.5rem;
}
.speaker .spkr-desc {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.925vw;
	line-height: 2.75vh;
	color: #383838;
	margin-bottom: 0.5rem;
}
.data-infra {
	background: #FFF7EF;
	padding: 3.125rem;
	border-radius: 15px;
}
.data-infra img {
	width: 75%;
}
.di-title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.125vw;
	color: #FE5000;
	margin-bottom: 1.5rem;
}
.di-para {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.125vw;
	line-height: 3.796vh;
	color: #383838;
	margin-bottom: 0px;
}
.data-infra hr {
	color: transparent;
    opacity: 1;
    border: 1px #FE5000 dashed;
}

.ev-cofrm {
	background: #FBFBFB;
	padding: 2.5rem !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	position: absolute;
	width: 80%;
	top: -17.5%;
	margin-left: 4rem;
}
.form-title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.667vw;
	color: #010A4D;
	margin-bottom: 2rem;
}
.ev-cofrm input[type="email"], .ev-cofrm input[type="text"], .ev-cofrm input[type="tel"] {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #D4D4D4;
	border-radius: 50px;
	padding: 15px 20px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.833vw;
	color: #707070;
	height: 6.111vh;
	margin-bottom: 1rem;
}
.ev-cofrm label {
	display: none !important;
}
.ev-cofrm .hs-button.primary.large {
    background-image: linear-gradient(90deg, #ffffff, #ffffff) !important;
    padding: 10px 40px;
    font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.729vw !important;
    color: #FE5000 !important;
    border-radius: 50px;
    border: 1px solid #FE5000 !important;
	height: 6.111vh;
}
.footer {
	background: #000000;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.footer p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 0.833vw;
	color: rgba(255, 255, 255, 0.3); 
	margin-bottom: 0px;
}
.footer p span {
	margin-right: 1.5rem;
}
@media only screen and (max-width: 1920px) {
	
}

@media only screen and (max-width: 1660px) {
	.banner {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.ev-cofrm {
		background: #FBFBFB;
		padding: 2.5rem !important;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		border-radius: 15px;
		position: absolute;
		width: 82.5%;
		top: -17%;
		margin-left: 4rem;
	}
}
@media only screen and (max-width: 1440px) {
	.banner {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.ev-cofrm {
		background: #FBFBFB;
		padding: 1.5rem !important;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		border-radius: 15px;
		position: absolute;
		width: 90%;
		top: -17%;
		margin-left: 4rem;
	}
}

@media only screen and (max-width: 1366px) {
	.banner {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.ev-cofrm {
		background: #FBFBFB;
		padding: 1.5rem !important;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		border-radius: 15px;
		position: absolute;
		width: 90%;
		top: -17%;
		margin-left: 4rem;
	}
	.speaker .spkr-desi {
		line-height: 2.25vh;
	}
	.par-s {
		line-height: 3.1796vh;
	}
}

@media only screen and (max-width: 1280px) {
	.banner {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	.ev-cofrm {
		background: #FBFBFB;
		padding: 2.5rem !important;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		border-radius: 15px;
		position: absolute;
		width: 90%;
		top: -12%;
		margin-left: 4rem;
	}
}

@media only screen and (max-width: 1140px) {
	
}

@media only screen and (max-width: 1024px) {
	
}

@media only screen and (min-device-width: 300px) and (max-device-width: 1024px) and (orientation:portrait) {
	.des {
		display:none;
	}
	.mob {
		display: block;
	}
	.container {
		width:100% !important;
	} 
	.nav .logo {
		width: 100%;
	}
	.nav .gobac {
		width: 90%;
	}
	.banner {
		background-image: url(/assets/event/tyb/Banner-mobile.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		padding-top: 3rem;
        padding-bottom: 3rem;
	}
	.banner .title {
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 7.333vw;
		margin-bottom: 0px;
		color: #FE5000;
	}
	.banner .subtitle {
		font-family: "Poppins", sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 5.623vw;
		margin-bottom: 0px;
		color: #FFFFFF;
		margin-bottom: 1rem;
	}
	.banner .dnt {
		font-family: "Poppins", sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size: 3.167vw;
		margin-bottom: 0px;
		color: #FFFFFF;
	}
	.banner img {
		width: 50%;
		margin-bottom: 1rem;
	}
	.btn-r {
		font-family: "Poppins", sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 3.167vw;
		color: #FFFFFF;
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
		border: none !important;
		background: #FE5000;
		padding: 10px 20px;
	}
	.title {
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 5.188vw;
		color: #FE5000;
		margin-top: 1.5rem;
		margin-bottom: 0.5rem;
	}
	.par-s {
		font-family: "Poppins", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 3.125vw;
		line-height: 2.796vh;
		color: #383838;
		margin-bottom: 1.25rem;
	}
	.ev-cont {
		padding-right: 1rem !important;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}
	.data-infra {
		background: #FFF7EF;
		padding: 2.125rem;
		border-radius: 15px;
	}
	.data-infra img {
		width: 100%;
	}
	.di-title {
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 3.625vw;
		color: #FE5000;
		margin-bottom: 1rem;
	}
	.di-para {
		font-family: "Poppins", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 3.125vw;
		line-height: 2.796vh;
		color: #383838;
		margin-bottom: 0px;
	}
	.ev-cofrm {
        background: #FBFBFB;
        padding: 1.5rem !important;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        position: relative;
        width: 100%;
        top: 0%;
        margin-left: 0rem;
    }
	.form-title {
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		font-style: normal;
		font-size: 4.667vw;
		color: #010A4D;
		margin-bottom: 2rem;
	}
	.ev-cofrm input[type="email"], .ev-cofrm input[type="text"], .ev-cofrm input[type="tel"] {
		width: 100%;
		background: #FFFFFF;
		border: 1px solid #D4D4D4;
		border-radius: 50px;
		padding: 15px 20px;
		font-family: "Poppins", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 2.533vw;
		color: #707070;
		height: 6.111vh;
		margin-bottom: 0.5rem;
	}
	.ev-cofrm .hs-button.primary.large {
		background-image: linear-gradient(90deg, #ffffff, #ffffff) !important;
		padding: 10px 40px;
		font-family: "Poppins", sans-serif;
		font-weight: 400;
		font-style: normal;
		font-size: 0.729vw !important;
		color: #FE5000 !important;
		border-radius: 50px;
		border: 1px solid #FE5000 !important;
		height: 5vh;
	}
	.ev-cofrm .hs-button.primary.large {
        background-image: linear-gradient(90deg, #ffffff, #ffffff) !important;
        padding: 10px 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2.729vw !important;
        color: #FE5000 !important;
        border-radius: 50px;
        border: 1px solid #FE5000 !important;
        height: 5vh;
        margin-top: 1rem;
    }
	.spkr-blk {
		margin-bottom: 1rem;
	}
	.speaker .spkr-name {
		font-size: 4.25vw;
	}
	.speaker .spkr-desi {
        line-height: 1.75vh;
		font-size: 2.825vw;
    }
	.speaker .spkr-desc {
		font-size: 3.525vw;
		line-height: 2.25vh;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
      /* For landscape layouts only */
}
