:root {
	--bs-primary: #000;
	--bs-primary-rgb: 0, 0, 0;
}

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

p {
	margin: 0;
}

/* Common Start */
.mb-32 {
	margin-bottom: 32px;
}
.rounded-24 {
	border-radius: 24px;
}
.text-dark-gray {
	color: #444;
}
@media (min-width: 576px) {
	.w-md-75 {
		width: 75% !important;
	}
}
/* Common End */

/* Navbar start */
.navbar {
	width: 100%;
	padding: 30px;

	@media screen and (max-width: 576px) {
		padding: 15px;
	}
}
.tvi-landingpage .navbar .navbar-brand img {
	height: 179px;
	width: auto;

	@media screen and (max-width: 576px) {
		height: 60px;
	}
}
.tvi-landingpage .navbar .navbar-toggler[aria-expanded="false"] ~ .mobile-menu {
	display: none;
}
.navbar-toggler {
	border-color: #fff;
}

.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.tvi-landingpage .navbar .navbar-toggler[aria-expanded="true"] ~ .mobile-menu {
	display: block;
	position: absolute;
	top: 56px;
	right: 0;
	background-color: #fff;
	padding: 24px;
	z-index: 1000;
	border-radius: 8px;
	min-width: 232px;
}
.tvi-landingpage .navbar .nav-item:hover {
	border-bottom: 1px solid #fff;
}
.navbar-nav {
	margin: 0 !important;
	align-items: center;
}
.tvi-landingpage .navbar .nav-item {
	padding: 0 !important;
	height: auto !important;
	border-bottom: 1px solid transparent;
}

.tvi-landingpage .navbar .contact-btn {
	padding: 8px 20px;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	border: none;
	text-decoration: none;
}
/* Navbar End */

/*Hero Section Start*/
.tvi-landingpage .hero-section {
	height: 745px;
	margin: 30px 30px 0 30px;

	@media screen and (max-width: 576px) {
		margin: 15px 15px 0 15px;
	}
}
.tvi-landingpage .hero-section .carousel-item {
	height: 745px;
	/* height: 100%; */
	border-radius: 40px;
	overflow: hidden;
}

#tvi-hero-carousel {
	height: 745px;
}

.tvi-landingpage .hero-section .carousel-indicators {
	bottom: -15px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.tvi-landingpage .hero-section .carousel-indicators button {
	background-color: #d3d3d3;
	flex-grow: 1;
	flex-basis: 0;
	width: auto;
	transition: 0.5s ease-in-out background-color;
	border: none;
}
.tvi-landingpage .hero-section .carousel-indicators button.active {
	background-color: #000;
}

.tvi-landingpage .hero-section .carousel-item .slider-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -200;
}
.tvi-landingpage .hero-section .carousel-item .slider-bg::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	background: linear-gradient(71deg, rgba(0, 0, 0, 0) 72.96%, rgba(255, 255, 255, 0.15) 86.33%), linear-gradient(247deg, rgba(0, 0, 0, 0) 66.45%, rgba(255, 255, 255, 0.15) 88.92%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 18.99%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.tvi-landingpage .hero-section .carousel-item .slider-bg img {
	width: 100%;
	/* height: 745px; */
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.tvi-landingpage .hero-section .carousel-item .slider-content {
	position: relative;
	z-index: 1;
	/* width: 85%; */
	/* height: 745px; */
	margin: 0 auto;
	padding-top: 179px;
}
.tvi-landingpage .hero-section .carousel-item .slider-content h1 {
	color: #fff;
	font-weight: 500;
	font-weight: 700;
	font-size: 80px;

	@media screen and (max-width: 576px) {
		font-size: 30px;
	}
}

.tvi-landingpage .hero-section .carousel-item .slider-content h1 span {
	font-weight: 500;
}
/*Hero Section End*/

/* About TVI Start */
.tvi-landingpage .about-tvi {
	padding-top: 120px;
	padding-bottom: 220px;
	background-color: #fff;

	@media screen and (max-width: 576px) {
		padding-top: 60px;
		padding-bottom: 100px;
	}
}
.tvi-landingpage .about-tvi .about-row {
	--bs-gutter-y: 90px;
	--bs-gutter-x: 90px;

	@media screen and (max-width: 576px) {
		--bs-gutter-y: 16px;
		--bs-gutter-x: 16px;
	}
}

.tvi-landingpage .about-tvi .img-container img {
	height: 750px;
	object-fit: cover;
	object-position: 0 -126px;
	border-radius: 30px;

	@media screen and (max-width: 576px) {
		object-position: 0 0;
	}
}

.tvi-landingpage .about-tvi .about-tvi-details h1 {
	color: #000304;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 36px;
}
.tvi-landingpage .about-tvi .about-tvi-details h1 span {
	display: block;
}
.tvi-landingpage .about-tvi .about-tvi-details p {
	color: #828282;
	font-size: 18px;
	font-weight: 400;
}
/* About tvi End */

/* Our Services Start */
.tvi-landingpage .tvi-services {
	margin: 0 30px;
	padding: 80px 0;
	background: #e5e5e5;
	border-radius: 30px;
}
.tvi-landingpage .tvi-services .service-section-title {
	max-width: 50%;
	margin: 0 auto 34px;

	@media screen and (max-width: 576px) {
		max-width: 100%;
	}
}
.tvi-landingpage .tvi-services .service-section-title h4 {
	color: #000304;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 36px;
	width: fit-content;
	margin-bottom: 16px;
}
.tvi-landingpage .tvi-services .service-section-title p {
	color: #828282;
	font-size: 18px;
	font-weight: 300;
}
.tvi-landingpage .tvi-services .card {
	padding: 40px;
	color: #666 !important;
	border-radius: 30px;
	border: 2px solid #f1f1f1;
	background: #fff;
	height: 432px;
	position: relative;
	overflow: hidden;
}

.tvi-landingpage .tvi-services .card h5 {
	color: #fff;
	font-family: Poppins;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
}
.tvi-landingpage .tvi-services .card:hover {
	box-shadow: 0px 10px 21.2px 0px rgba(0, 0, 0, 0.08);
	transition: all 0.2s ease-in-out;
}
.tvi-landingpage .tvi-services .card .card-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.tvi-landingpage .tvi-services .card .card-bg::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.37%, #000 100%), lightgray -48.768px -375.062px / 117.477% 333.152% no-repeat;
	/* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.37%, #000 100%), lightgray -48.768px -375.062px / 117.477% 333.152% no-repeat; */
	z-index: 1;
}
.tvi-landingpage .tvi-services .card .card-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* object-position: 0 -357px; */
}

.gallery img {
	width: 100%;
	height: 400px;
	border-radius: 20px;
	object-fit: cover;
}
/* Our Services End */

/* Contact Form Start */
.tvi-landingpage .tvi-contact-form {
	padding: 80px 0;
}
.tvi-landingpage .tvi-contact-form .contact-details-card .icon {
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 8px;
}
.tvi-landingpage .tvi-contact-form .contact-details-card {
	padding: 15px;
	border: 1px solid #fff;
	border-radius: 4px;
}
.tvi-landingpage .tvi-contact-form .form-control {
	padding: 12px 0.75rem;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.tvi-landingpage .tvi-contact-form .form-control::placeholder {
	color: #fff;
}
.tvi-landingpage .tvi-contact-form .form-select {
	padding: 12px 0.75rem;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}
.tvi-landingpage .tvi-contact-form .footer-logo {
	position: relative;
}
.tvi-landingpage .tvi-contact-form .footer-logo img {
	position: absolute;
	bottom: -82px;
	left: 0;
}
.tvi-landingpage .tvi-contact-form .form-container {
	margin-left: 6%;
	margin-right: 6%;
}
/* Contact Form End */

/* Footer start */
.tvi-landingpage .footer {
	background-color: #101010;
	padding: 8px 20px;
	padding-top: 250px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	height: 490px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("/public/footer-bg.jpeg") lightgray 0px -0.899px / 100% 162.747% no-repeat;
	margin-top: -275px;
	position: relative;
	z-index: -10;
	display: flex;
	align-items: center;
}
.tvi-landingpage .brand img {
	height: 174px;
	width: auto;
}
.tvi-landingpage .footer h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
}

.tvi-landingpage .footer .copyright {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.tvi-landingpage .footer .contact-number {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.tvi-landingpage .social-icon {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 10px;
}
.tvi-landingpage .social-icon img {
	height: 18px;
	width: 18px;
}
/* Footer End */