.full-width-introduction { 
	position: relative; 
	width: 100%; 
	height: calc(100vh - var(--main-header-height));
	overflow: hidden; 
}
.introduction-container-desktop, .introduction-container-mobile { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.introduction-container-desktop video, .introduction-container-mobile img { 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	height: auto; 
	object-fit: cover; }

.top-section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, black 5%, rgba(17, 17, 17, 0.34));
	z-index: 1;
}
.unbrokenLogo {
	position: absolute;
	bottom: 10px;
	left: 50px;
	text-align: center;
	z-index: 9999;
}
.unbrokenLogo img {
	width: 400px;
}
#muteButton {
    position: absolute;
    top: 100px;
    right: 30px;
    font-size: 30px;
    color: #FFB14F;
	cursor: pointer;
    z-index: 2;
}
.ylLogo {
	width: 60px;
	position: absolute;
	top: 20px;
	left: 50px;
	z-index: 9999;
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat'), local('Montserrat-Regular'),
		url('https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gTD_vx3rCubqg.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5G3gTD_vx3rCubqg.woff2') format('woff2');
}
.watch-now-container {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 9999;
    border: 1px solid #545454;
    border-radius: 25px;
    color: #ffffff;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
}
.watch-now-button {
	color: #fffefe;
    border: 1px solid #a66d00;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    background-color: #a66d00;
    padding: 10px 60px 10px 40px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.watch-now-button:hover {
	background-color: #855905;
    border-color: #855905;
    cursor: pointer;
}
.watch-now-button:after {
	content: "";
    background-image: url('../img/play-button.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.streamingLive {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 9999;
	border: 1px solid #545454;
	border-radius: 25px;
	padding: 5px 25px;
	color: #ffffff;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
}
.login-register-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: absolute;
	bottom: 40px;
	right: 50px;
	border-radius: 5px !important;
	z-index: 9999;
	text-align: center;
}
.login-register-container .login-register-button, .external-donate-button {
	border-radius: 5px;
}
.login-register-container p {
	color: #ffffff;
}
.streaming-red {
	color: red;
	position: relative;
	padding-left: 15px;
}
.streaming-red .red-ellipse {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: red;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#register-section {
    background-image: url(https://17tammuz.com/wp-content/uploads/2024/08/Group-59838.png);
    background-size: cover;
    display: none;
}

#login-section {
	min-height: 100dvh;
	background-image: url(https://17tammuz.com/wp-content/uploads/2024/08/Untitled-1.png);
    background-size: cover;
	display: none;
}

#premium-section {
	min-height: 100dvh;
}

#contact-form-section {
	min-height: calc(100vh - var(--main-header-height));
	display: none;
}
@media (max-width: 767px) {
	#contact-form-section {
		min-height: calc(100dvh - var(--main-header-height));
	}
}

@media (min-width: 768px) {
	#trailer-section {
		padding-top: 50px;
	}
}

@media (max-width: 767px) {
	.full-width-introduction { 
		position: relative; 
		width: 100%; 
		height: calc(100dvh - var(--main-header-height));
		overflow: hidden; 
		background-image: url(https://17tammuz.com/wp-content/uploads/2024/08/Untitled-1.png); 
		background-size: cover; 
		background-position: right;
	}
	.introduction-container-desktop { 
		display: none; 
	}
	.introduction-container-mobile { 
		display: block; 
	}
	#muteButton {
        top: 25px;
    }
	.unbrokenLogo {
		width: 40% !important;
		bottom: 190px !important;
    	left: 50% !important;
    	transform: translateX(-50%);
	}
	.unbrokenLogo img {
		width: 300px;
	}
	.streamingLive {
		width: 90%;
		bottom: 150px;
		left: 50% !important;
        transform: translateX(-50%);
		border-radius: 50px;
	}
	.login-register-container {
		width: 75%;
		bottom: 10px;
		left: 50% !important;
        transform: translateX(-50%);
	}
	.login-register-container .login-register-button {
		padding: 10px 40px 10px 20px;
	}
	.watch-now-container {
		bottom: 95px;
		width: 100%;
		border: none;
	}
	.watch-now-button {
		color: #fffefe;
		border: 1px solid #a66d00;
		border-radius: 5px;
		font-size: 16px;
		font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
		background-color: #a66d00;
		padding: 10px 60px 10px 40px;
		display: inline-block;
		text-decoration: none;
		position: relative;
		width: 75%;
	}
}

#more-information-section {
    background-image: url(https://17tammuz.com/wp-content/uploads/2024/08/Untitled-1.png);
    background-size: cover;
    background-position: top;
}
.more-information-overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0.41) 20%);
    z-index: 1;
}
.information-row-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 150px;
	padding: 160px 0px;
	max-width: 80%;
}
@media (max-width: 767px) {
	.information-row-1 {
		flex-direction: column;
		gap: 50px;
		padding: 30px 0px;
	}
}

.nachman-seltzer {
    order: 1;
}

.experience {
    order: 2;
}

@media (min-width: 768px) {
    .nachman-seltzer {
        order: 2;
    }
    .experience {
        order: 1;
    }
}
.experience {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.experience h3 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    line-height: 1.3em;
	color: #ffffff !important;
	z-index: 2;
}
.experience ul {
	max-width: 75%;
}
.experience li {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	color: #ffffff;
	font-size: 17px;
	position: relative;
	z-index: 2;
}
@media (max-width: 767px) {
	.experience li {
		font-size: 13px;
	}
}
.experience p {
    color: #fff;
	z-index: 2;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}
.nachman-seltzer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	z-index: 2;
}
.nachman-seltzer img {
    border-radius: 100%;
    width: 60%;
	z-index: 2;
}
@media (max-width: 767px) {
	.nachman-seltzer img {
		width: 80%;
	}
}
.nachman-seltzer i {
	color: #F8EDA5;
	z-index: 2;
}
.nachman-seltzer p {
	color: #fff;
	z-index: 2;
}

#top-section .modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9);
	padding-top: 60px;
}
#top-section .modal-content {
	margin: 0px auto 5% auto;
	padding: 20px;
	width: 80%;
}
#top-section .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
#top-section .close:hover,
#top-section .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}