body {
	overflow-x: hidden;
	font-family: "Barlow", sans-serif;
}

h1, .h1 {
    font-size: 3rem;
}


.row {
   	--bs-gutter-x: 0rem;
}

.icon-cust{
	height : 50px;
	width: 50px;
	object-fit: fill;
}

.homebg {
	background-image: url('../img/vivaham_home_bg.jpg');
	background-size: contain;
	width: 100%;
	height: auto;
	text-align: center;
	background-repeat: round;
}

.homebg-overly {
	height: auto;
}

.about-text-size {
	font-size: 6vh
}

.sponsor-logos {
	width: 150px;
}

.fanchise-padding {
	padding: 0px 15px 0px 15px;
}

.franchise-bg {
	background-image: url('../img/franchise_bg.png');
	background-size: contain;
	background-repeat: round;
	width: 100%;
	height: auto;
	text-align: center;
}

.franchise-bg-overly {
	padding-top: 75px;
	height: auto;
}

.init-img-size {
	height: auto;
	width: auto;
}

.initiative-bg {
	background-image: url('../img/initi.jpeg');
	background-size: contain;
	background-repeat: round;
	width: 100%;
	height: auto;
	text-align: center;
}

.initiative-bg-overly {
	padding-top: 75px;
	height: auto;
}

.shows-bg {
	background-image: url('../img/000ourshows.jpeg');
	background-size: contain;
	background-repeat: round;
	width: 100%;
	height: auto;
	text-align: center;
}


.show-bg-overly{
	padding-top: 75px; height: autoj;
}

.awards-bg {
	background-image: url('../img/awards.jpeg');
	background-size: contain;
	background-repeat: round;
	width: 100%;
	height: auto;
	text-align: center;
}

.awards-bg-overly{
	padding-top: 75px; height: auto;
}
.magazine-bg {
	background-image: url('../img/000magz.jpeg');
	background-size: contain;
	background-repeat: round;
	width: 100%;
	height: auto;
	text-align: center;
}

.magazine-bg-overly{
	padding-top: 75px; height: auto;
}

.sponsor-bg {
	background-color: #000;
	width: 100%;
	height: auto;
	text-align: center;
}

.footer {
	background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)),
		url(../img/vivaham_home_bg.jpg) center center no-repeat;
	background-size: contain;
}

.home_text_color {
	color: #f3e588 !important;
}

.home_logo_img {
	height: 500px;
	width: auto;
}

.header-logo {
	width: 100%;
	height: 7vh;
}

.black_bg {
	background: black;
	opacity: 0.92;
}

.black_bg_dark {
	background: black;
}

.home-icon {
	font-size: 200px;
}

.glow {
	font-size: 80px;
	color: #f3e589;
	text-align: center;
	animation: glow 1s ease-in-out infinite alternate;
}

.navbar-brand {
	margin-right: 0rem;
}

.navbar-light .navbar-brand, .navbar-light a.btn {
	height: 74px;
}

.btn-warning {
    background-color: #efe28d;
}

.btn-warning:hover {
    color: #000;
    background-color: #efe28d;
    border-color: #efe28d;
}

.about-text {
	color: #f3e588;
	font-size: 35px;
}

.vivah-theme-color {
	background: black;
	opacity: 0.77;
}

.franch-p-1 {
	font-size: 35px;
	color: white;
}

.franch-img{
	    object-fit: none;
}
.franch-p {
	font-size: 35px;
	color: white;
}

.franch-h1 {
	font-size: 10vh;
}

.shadow-effect {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid #ECECEC;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px
		rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
	font-family: inherit;
	font-size: 17px;
	line-height: 1.5;
	margin: 0 0 17px 0;
	font-weight: 300;
}

.testimonial-name {
	margin: -17px auto 0;
	display: table;
	width: auto;
	background: #3190E7;
	padding: 9px 35px;
	border-radius: 12px;
	text-align: center;
	color: #fff;
	box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px
		rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
	text-align: center;
	margin-bottom: 80px;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
	-webkit-transform: scale3d(1.0, 1.0, 1);
	transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	/* max-width: 90px; */
	margin: 0 auto 17px;
	height: 600px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
	#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
	background: #3190E7;
	transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
	display: inline-block;
	width: 100%;
	text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
	background: #3190E7;
	display: inline-block;
	height: 20px;
	margin: 0 2px 5px;
	transform: translate3d(0px, -50%, 0px) scale(0.3);
	transform-origin: 50% 50% 0;
	transition: all 250ms ease-out 0s;
	width: 20px;
}

@
-webkit-keyframes glow {from { text-shadow:0010px#ede194a1, 0020px#ede194a1,
	0030px#ede194a1, 0040px#ede194a1, 0050px#ede194a1, 0060px#ede194a1,
	0070px#ede194a1;
	
}

to {
	text-shadow: 0 0 20px #ede194a1, 0 0 30px #ede194a1, 0 0 40px #ede194a1,
		0 0 50px #ede194a1, 0 0 60px #ede194a1, 0 0 70px #ede194a1, 0 0 80px
		#ede194a1;
}

}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	/* top: 0; */
	left: 0;
	/* opacity: 0.6; */
	background-color: #000000 !important;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	/* box-shadow: 0px 0px 8px #888888; */
}

.sidenav a {
	padding: 8px 8px 8px 16px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav::-webkit-scrollbar {
	display: none;
}

.animated-icon {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.animated-icon span {
	background: #f3e5f5;
}

.animated-icon span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 8px;
}

.animated-icon.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.animated-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 8px;
}

button {
	border: none !important;
}

button:focus {
	outline: none;
}

.center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	vertical-align: middle;
}

.bg-light {
	background-color: #000 !important;
}

input[type=radio] {
	display: none;
}

.card {
	position: absolute;
	width: 60%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	transition: transform .4s ease;
	cursor: pointer;
}

.magazine {
	width: 100%;
	max-width: 800px;
	max-height: 700px;
	height: 700px;
	transform-style: preserve-3d;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin-left: 30%;
}

.cards {
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
}

img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

#item-1:checked ~ .cards #song-3, #item-2:checked ~ .cards #song-1,
	#item-3:checked ~ .cards #song-2 {
	transform: translatex(-40%) scale(.8);
	opacity: .4;
	z-index: 0;
}

#item-1:checked ~ .cards #song-2, #item-2:checked ~ .cards #song-3,
	#item-3:checked ~ .cards #song-1 {
	transform: translatex(40%) scale(.8);
	opacity: .4;
	z-index: 0;
}

#item-1:checked ~ .cards #song-1, #item-2:checked ~ .cards #song-2,
	#item-3:checked ~ .cards #song-3 {
	transform: translatex(0) scale(1);
	opacity: 1;
	z-index: 1;
	img
	{
	box-shadow
	:
	0px
	0px
	5px
	0px
	rgba(
	81
	,
	81
	,
	81
	,
	0.47
	);
}

}
@media ( min-width : 1200px) and (max-width: 1399px) {
}

@media ( min-width : 992px) and (max-width: 1199px) {
	
}

@media only screen and (max-width: 991px) {
	
	.row {
    	--bs-gutter-x: 0rem;
	}
	
	.home_logo_img {
		height: 250px;
	}
	.homebg {
		background-size: 100% 100%;
		background-repeat: no-repeat;
		height: auto;
	}
	.homebg-overly {
		height: auto;
	}
	.about-text-size {
		font-size: 6vh
	}
	.franch-h1 {
		font-size: 8vh;
	}
	.franch-p {
		font-size: 4vh;
	}
	.franch-p-1 {
    font-size: 3.5vh;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
    padding: 15px;
}
	.franchise-bg {
		background-size: 100% 100%;
		background-repeat: no-repeat;
		height: auto;
	}
	.franchise-bg-overly {
		height: auto;
	}
	.init-img-size {
		height: 300px;
		width: auto;
	}
	.initiative-bg {
		height: auto;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.initiative-bg-overly {
		height: auto;
	}
	.magazine {
		margin-left: 80px;
		max-height: 450px;
	}
	
	.magazine-bg {
		background-image: url(../img/magz.jpeg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		height: auto;
	}
	
	.magazine-bg-overly{
		padding-top: 75px; height: auto;
	}
	
	.shows-bg {
		height: auto;
		background-image: url(../img/ourshows.jpeg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	
	
	.show-bg-overly{
		padding-top: 75px; height: auto;
	}
	.awards-bg {
	    height: auto;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	h1, .h1 {
    font-size: 2.5rem;
}
.about-text {
    color: #f3e588;
    font-size: 35px;
    text-align: justify;
    padding: 15px;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
}
	
	.awards-bg-overly{
		padding-top: 75px; height: auto;
	}
	
	.cards	 {
	    height: 80%;
	}
}

@media only screen and (max-width: 767px) {
	.home_logo_img {
		height: 250px;
	}
	.row {
    	--bs-gutter-x: 0rem;
	}
	.homebg {
		background-size: 100% 100%;
		background-repeat: no-repeat;
	    height: auto;
	    background-image: url(../img/vivaham_home_bg1.jpg);
	    
	}
	.homebg-overly {
		height: auto;
	}
	.about-text-size {
		font-size: 4vh
	}
	.franch-h1 {
		font-size: 8vh;
	}
	.franch-p {
		font-size: 4vh;
	}
	.franch-p-1 {
    font-size: 3.5vh;
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
    padding: 15px;
}
	.franchise-bg {
		height: auto;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.franchise-bg-overly {
		height: auto;
	}
	.init-img-size {
		height: auto;
		width: auto;
	}
	.initiative-bg {
		height: auto;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.initiative-bg-overly {
		height: auto;
	}
	.magazine {
		margin-left: 0%;
    	max-height: 450px;
	}
	
	.magazine-bg {
		background-image: url(../img/magz.jpeg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		height: auto;
	}
	.magazine-bg-overly{
		padding-top: 75px; height: auto;
	}
		
	.shows-bg {
		height: auto;
		background-image: url(../img/ourshows.jpeg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	
	
	.show-bg-overly{
		padding-top: 75px; height: auto;
	}
	.awards-bg {
		height: auto;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	
	h1, .h1 {
    font-size: 2.5rem;
}
.about-text {
    color: #f3e588;
    font-size: 35px;
    text-align: justify;
    padding: 15px;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
}
	.awards-bg-overly{
		padding-top: 75px; height: auto;
	}
	.cards	 {
	    height: 80%;
	}
}

@media only screen and (max-width: 575px) {
}

@media only screen and (max-width: 480px) {
}