body {
    font-family: "Montserrat", sans-serif;
}

html {
	scroll-behavior: smooth;
}

.modal-newsletter {	
	color: #9f9f9f;
	width: 525px;
	font-size: 15px;
}		
.modal-newsletter .modal-content {
	padding: 40px 50px;
	border-radius: 1px;		
	border: none;
}
.modal-newsletter .modal-header {
	border-bottom: none;   
	position: relative;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
.modal-newsletter h4 {
	color: #000;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 30px;
	margin: 0;		
	text-transform: uppercase;
}	
.modal-newsletter .close {
	position: absolute;
	top: -25px;
	right: -35px;
	color: #c0c3c8;
	text-shadow: none;
	opacity: 0.5;
	font-size: 26px;
	font-weight: normal;
}
.modal-newsletter .close:hover {
	opacity: 0.8;
}
.modal-newsletter .form-control, .modal-newsletter .btn {
	min-height: 46px;
	text-align: center;
	border-radius: 1px; 
}
.modal-newsletter .form-control {
	box-shadow: none;
	background: #f5f5f5;
	border-color: #d5d5d5;
}
.modal-newsletter .form-control:focus {
	border-color: #ccc;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.modal-newsletter .btn {
	color: #fff;
	background: #353535;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	padding: 6px 20px;
	border: none;
	margin-top: 20px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
}
.modal-newsletter .btn:hover, .modal-newsletter .btn:focus {
	background: #171717;
	outline: none;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.modal-newsletter .form-group {
	padding: 0 20px;
	margin-top: 30px;
}
.modal-newsletter .footer-link{
	margin-top: 20px;
	min-height: 25px;
}
.modal-newsletter .footer-link a {
	color: #353535;
	display: inline-block;
	border-bottom: 2px solid;
	font-weight: bold;
	text-align: center;		
	text-transform: uppercase;
	font-size: 14px;
}
.modal-newsletter .footer-link a:hover, .modal-newsletter .footer-link a:focus {
	text-decoration: none;
	border: none;
}
.hint-text {
	margin: 100px auto;
	text-align: center;
}


.feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    font-size: 1.5rem;
}

.bg-featured-blog {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 15rem;
}

.image-container {
    position: relative;
    width: 600px;
    height: 400px;
}

/* Background Video Styling */
.background-video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.background-video-container video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

/* Navbar Hover Effect */
.navbar-nav .nav-link {
    transition: color 0.3s ease, border-bottom 0.3s ease;
}

.navbar-nav .nav-link:hover {
    border-bottom: 2px solid green; 
}



.modal-dialog-bottom {
	position: fixed;
	bottom: 0;
	margin: 0;
	width: 100%;
}

.modal-content {
	width: 100%;
}