@import url("https://p.typekit.net/p.css?s=1&k=afa7wjl&ht=tk&f=139.140.175.176&a=85869313&app=typekit&e=css");

@font-face {
font-family:"proxima-nova-bold";
src:url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova-bold-italic";
src:url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/4de20a/00000000000000007735e604/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:700;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova";
src:url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;font-stretch:normal;
}

@font-face {
font-family:"proxima-nova-italic";
src:url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/3322cc/00000000000000007735e616/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}
* {
	margin: 0px;
	padding: 0px;
}
p,
h1,
h2,
h3,
h4,
h5 {
	font-family: "proxima-nova-bold";
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.background-video {
	position: relative;
	width: 100%;
	height: 100vh; /* Adjust as needed */
	overflow: hidden;
}



.content {
	position: relative;
	z-index: 1;
	/* Additional styling for your content */
}
.navs-height {
	height: 50px;
}
.navbar-nav .nav-item {
	margin-right: 8px;
}
.navbar-brand {
	margin-top: 6px;
}
.text-001 {
	text-align: right;
	letter-spacing: 0px;
	color: white;
	text-transform: capitalize;
	opacity: 1;
	font-family: "proxima-nova" !important;
  font-size: 16px !important;
}
.text-001:hover {
	color: gray;
}
.text-orion {
	color: #f1f1f1;
	font-size: 15px;
	font-family: "proxima-nova";
}
.text-header,
.text-011 {
	font-size: medium;
	text-align: right;
	letter-spacing: 0px;
	color: black;
	opacity: 1;
	text-transform: capitalize;
}
.icon-01 {
	width: 25px;
	height: 18px;
	padding-bottom: 5px;
}
.dropdown-small {
	position: absolute;
	/*top: 40px;*/
	right: -60px;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: center;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.hover_display_link{
	display: flex;
}

.hover_display_link:hover .dropdown-content {
	display: block;
}
.videoo {
	margin-left: 0px;
	margin-right: 0px;
}
.bottom-row {
	background-color: #fff5dd;
}
.bottom-tax {
	letter-spacing: 0px;
	color: #000000;
	text-transform: capitalize;
	opacity: 1;
	font-size: 40px;
	justify-content: center;
	font-family: "proxima-nova-bold";
}
.rec-start-inner {
	background-color: #141414;
	width: 240px;
	height: 245px;
}
.rec-text1 {
	color: grey;
	font-size: 14px;
	font: bolder;
}
.PrevNext {
	padding: 0px 16px;
}

.PrevNext a {
	font-size: 20px;
}
.text-prew {
	font-size: 170px;
}
.PrevNextContainer {
	position: absolute;
	left: 60px;
}
/* .prews {
	width: 100%;
	margin-top: 20px;
} */

.rec-start-2 {
	background-color: #141414;
	width: 120px;
}
.rec-image {
	width: 18px;
	height: 18px;
	filter: grayscale(100%);
}
.search-icon {
	height: 16px;
	width: 16px;
	margin-right: 11px;
	opacity: 0.5;
}

.search-flex-container {
	padding: 10px;
	align-items: center;
	display: flex;
	flex-direction: row;
	width: fit-content;
	border-radius: 15px;
	bottom: 30px;
	transform: translate(-50%, 0px);
    left: 50%;
    z-index: 1;

}

.rec-start {
    z-index: 1;
}

.search-text-container {
	display: flex;
	flex-direction: row;
	margin-right: 30px;
	align-items: center;
}

.search-text {
	width: 300px;
	height: 20px;
	font-size: 14px;
	outline: none;
	border: none;
	/* padding-right: 20px; */
	/* margin-right: 10px; */
}

.search-button {
	/* margin-left: 50px; */
	font-size: 14px;
	font-weight: 600;
	border-radius: 10px;
	width: 110px;
	height: 40px;
	border: none;
	text-transform: capitalize;
	background-color: #c5a47e;
}
/* css for section 2  */
.text-brands {
	letter-spacing: 0px;
	color: #000000;
	text-transform: capitalize;
	opacity: 1;
	text-align: start;
	font-size: 70px;
	font-weight: 900;
	font-family: "proxima-nova-bold";
}
.brand-paras {
	font-family: "proxima-nova";
	font-size: 16px;
	color: #000000;
	opacity: 1;
}
.text-0101 {
	font: normal normal normal 50px/50px Gilroy-Bold;
	color: #000000;
	text-transform: capitalize;
	opacity: 1;
}

.logo {
	display: flex;
	justify-content: center;
	margin-bottom: 55px;
}

.logo img {
	width: 124px;
	height: 56px;
	object-fit: contain;
	filter: grayscale(100%);
}

.logo img:hover {
	filter: none;
}
/* for carousal */
.tns-nav [data-nav]::after {
	background-color: #c5a47e;
	/* border: 10px solid black; */
}
/* css for section3 */

.offers {
	padding-bottom: 120px;
	background-color: black;
}
/* div.tns-nav{
  display: none;
} */

.offers-text {
	font-size: 40px;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: capitalize;
	opacity: 1;
	margin-bottom: 50px;
}
.btns {
	color: #ffffff;
	background-color: black;
	border: none;
	padding-right: 4px;
}
.offer-images {
	width: 270px;
	height: 350px;
}
.button-svg {
	width: 60px;
	height: 20px;
}
.text-one {
	width: 307px;
	height: 18px;
	text-align: left;
	font: normal normal medium 16px/28px Gilroy;
	letter-spacing: -0.32px;
	color: #ffffff;
	opacity: 0.6;
}

.PrevNext a {
    font-size: 16px;
    letter-spacing: 5px;
    color: #fff;
    text-decoration: none;
}
.text-two {
	width: 200px;
	height: 68px;
	text-align: left;
	letter-spacing: -0.4px;
	color: #ffffff;
}
.botton {
	background-color: black;
	color: white;
	border: none;
	text-transform: capitalize;
	font-size: 13px;
	font-family: "proxima-nova";
	letter-spacing: 1.68px;
}
.image-arroww {
	height: 12px;
	padding: 0 0 0 8px;
}
/* for courasal */
.KnowMore {
	font: normal normal regular 14px / 16px Gilroy-Regular;
	font-size: 14px;
	text-decoration: none;
}

.KnowMore a:visited {
	font: normal normal regular 8px / 16px Gilroy-Regular;
	text-transform: capitalize;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1.1px;
}

.offers-date-text {
	color: #ffffff;
	opacity: 0.6;
	font-size: 14px;
	font-weight: 400;
	padding: 8px 0px 0px 0px;
	letter-spacing: -0.32px;
	font-family: "proxima-nova";
}

.offers-desc-text {
	letter-spacing: -0.4px;
	color: #ffffff;
	opacity: 1;
	font-size: 16px;
	font-weight: medium;
	margin-top: -8px;
	font-family: "proxima-nova";
}

.tiny-slider .item {
	padding: 12px;
}

/* css for section 4 */
.section4 {
	background-color: #fff5dd;
	/*background-image: url("../images/giftcards1.png");
	background-size: 85% 100%;*/
	background-repeat: no-repeat;
	background-position: center;
	    padding-top: 4rem;
    padding-bottom: 3rem;
}

.gift_wraps-heading {
    position: relative;
}


.gift-cards {
	font-size: 40px;
    font-family: "proxima-nova-bold";
    letter-spacing: 0px;
    color: black;
    text-transform: capitalize;
    opacity: 1;
    position: absolute;
    width: 100%;
    top: 40px;
    z-index: 1;
}

.event-gift-cards {
	font-size: 40px;
    font-family: "proxima-nova-bold";
    letter-spacing: 0px;
    color: black;
    text-transform: capitalize;
    opacity: 1;
    padding-bottom: 20px;	
}
.cards {
	color: #caad88;
}
.cards-background {
	background-image: url("../images/giftcards2.png");
	background-size: cover;
	background-repeat: no-repeat;
	height: 484px;
	opacity: 1;
	position: relative;
}
/*.text-11 {
	color: white;
	font-size: 45px;
	margin-top: 35px;
	font-weight: 900;
	text-align: left;
}*/

.text-11 {
    color: white;
    font-size: 50px;
    font-weight: 900;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(16%, -170%);
    width: 100%;
}

.content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.image-11 {
	width: 320px;
	height: 230px;
}

.image-12 {
	width: 550px;
	height: 650px;
	position: absolute;
	margin-top: 477px;
}
/* css for section 5 */

.events-pipeline-slider .tns-controls button[data-controls="prev"]:after {
    content: 'prev';
    background-image: url(../images/slider-left-arrow-black.png);
    background-size: contain;
    width: 60px;
    color: transparent;
    background-repeat: no-repeat;
    left: -75px;
    position: absolute;
    top: 15px;
}

.events-pipeline-slider .tns-controls button[data-controls="prev"] {
    background: transparent;
}

.events-pipeline-slider .tns-controls button[data-controls="prev"] i{
   display: none;
}


.events-pipeline-slider .tns-controls button[data-controls="next"]:after {
    content: 'prev';
    background-image: url(../images/slider-right-arrow-black.png);
    background-size: contain;
    width: 60px;
    color: transparent;
    background-repeat: no-repeat;
    right: -75px;
    position: absolute;
    top: 15px;
}

.events-pipeline-slider .tns-controls button[data-controls="next"] {
    background: transparent;
}

.events-pipeline-slider .tns-controls button[data-controls="next"] i{
   display: none;
}


.events-pipeline-slider .tiny-slider.justify-content-center {
    width: 90%;
    margin: 0px auto;
}

section.section5.mb-5 img.img-slidertny {
	width: 100%;
	height: 350px;
	object-fit: cover;
}



/* css for section 6 */
.section6 {
	background-image: url("../images/cinema1.png");
	background-repeat: no-repeat;
	background-position: center;
	padding: 40px 0px;
	position: relative;
	width: 100%;
	display: flex;
}
.image-20 {
	position: absolute;
	width: 225px;
	top: -50px;
	/* margin-bottom: 900px; */
}
.text-60 {
	font-size: 35px;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: capitalize;
	opacity: 1;
	padding-right: 0;
	margin-top: 80px;
	font-weight: 700;
}

img.popcorn_img {
    position: absolute;
    right: -23px;
    bottom: -23px;
    height: 260px;
}

img.pvr_img {
    height: 300px;
    margin-top: 80px;
}


.button-6 {
	background-color: #fbcb04;
	color: black;
	padding: 12px 30px;
	border-radius: 35px;
	width: fit-content;
	margin: 12px 0px 80px;
	font-family: "proxima-nova-bold";
}

.immersive_heading {
	font-size: 60px;
	font-weight: 900;
	letter-spacing: -0.4px;
	color: #ffffff;
	text-transform: capitalize;
	opacity: 1;
	padding-right: 60px;
}
.text-62 {
	color: white;
	font-size: 14px;
	opacity: 0.7;
	font-family: "proxima-nova";
	padding-right: 70px;
}
/* css for section 7 */
.channels-section {
	display: flex;
	flex-direction: column;
}

.channels-section h1 {
	font-size: 40px;
	letter-spacing: 0px;
	color: black;
	text-transform: capitalize;
	text-align: center;
	font-weight: 600;
}

.social-icons-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 36px 0;
	padding: 0 48px;
	width: 100%;
}

.channels-images-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.channel-img {
	width: calc(100% / 3);
	padding: 21px;
}

.channel-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* css for section 8 */
.section8 {
	background-image: url(../images/servicesbg.png);
}
.text-80 {
	text-align: center;
	/* font: normal normal bold 35px/30px Gilroy; */
	letter-spacing: 0px;
	color: #c5a47e;
	text-transform: capitalize;
	opacity: 1;
	font-size: 35px;
}
.text-81 {
	text-align: center;
	font-size: 60px;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: capitalize;
	opacity: 1;
}
.row83 {
	text-align: center;
	justify-content: space-evenly;
	margin-top: 40px;
}
.icons-011 {
	width: 50px;
	height: 45px;
}
.text-85 {
	text-align: center;
	font-weight: normal;
	letter-spacing: -0.46px;
	color: #ffffff;
	opacity: 1;
	margin-top: 10px;
	font-family: "proxima-nova";
}
.text-86 {
	font-size: 13px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: normal;
	font-family: "proxima-nova";
}
.grey {
	background-color: rgb(46, 45, 45);
	padding: 20px;
}

.nam {
	display: inline-block;
}
.text-90 {
	text-align: left;
	font: normal normal normal 15px/35px Gilroy-SemiBold;

	color: #ffffff;
	opacity: 1;
}
.text-91 {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	opacity: 1;
}
.image-91 {
	width: 180px;
	height: 60px;
	margin-top: 20px;
}

@media (max-width: 767px) {
	/* Styles for mobile go here */
	
	.brand-paras {
		margin-bottom: 40px;
		text-align: center;
	}
	.search-flex-container {
		bottom: 100px;
	}
	
	.search-button {
		/* margin-left: 50px; */
		font-size: 12px;
		font-weight: 400;
		border-radius: 9px;
		width: 90px;
		height: 38px;
	}
	.cinemas_container {
		padding: 0px 16px;
		justify-content: center;
	}

	.cinemas_container h3,
	h1,
	p {
		text-align: center;
	}

	.cinemas_container .button-6 {
		align-self: center;
	}
	.footer-1 {
		margin-bottom: 0px !important;
	}
	.channels-mb {
		margin-bottom: 10px;
	}
	.text-60 {
		font-size: 30px;
	}
	
	.text-81 {
		font-size: 30px;
	}

	.line-remove {
		display: none;
	}
	.line-add {
		margin-top: 20px;
	}
	.image-12 {
		display: none;
	}
	.text-11 {
		font-size: 30px;
	}
}

.text-86 {
	margin-bottom: 60px;
}

/* for responsiveness */
@media (max-width: 576px) {
	.rec-start {
		display: none;
	}
	.text-header,
	.text-011 {
		margin-top: 20px;
	}
	.bottom-tax {
		font-size: 30px;
	}
	.text-001 {
		text-align: left;
		letter-spacing: 0px;
		color: black;
		text-transform: capitalize;
		opacity: 1;
	}
	.navbar-brand {
		min-width: 140px;
		display: block;
	}
	.dropdowns-cont {
		display: none;
	}
	.dropdowns-cont2 {
		display: flex;
	}
	.navbar {
		background-color: black;
		padding-bottom: 90px;
	}
}
.dropdowns-cont {
	display: flex;
	flex-direction: row;
	padding: 0;
	align-items: center;
	min-width: 400px;
	margin-left: 25px;
}
.dropdowns-cont2 {
	display: none;
	flex-direction: row;
	padding: 0;
	align-items: center;
}
/* @media (max-width: 991px) {
	.navbar-brand {
		padding-left: 0;
	}
} */

@media (max-width: 567px) {
	.dropdowns-cont {
		display: none;
	}
	.dropdowns-cont2 {
		display: flex;
	}
}

@media only screen and (max-width: 1250px) and (min-width: 1200px) {
.dropdowns-cont{
	min-width:  350px !important;
}
}

@media (min-width: 1250px) {
	.collapse {
		margin-left: 10px;
	}
}

@media (min-width: 1300px) {
	.collapse {
		margin-left: 30px;
	}
}
@media (min-width: 1500px) {
	.navbar-toggler {
		display: none;
	}
}

/* hshs */
@media only screen and (max-width: 1000px) and (min-width: 568px) {
.channel-img {
		width: calc(100% / 2);
		height: 320px;
	}

	.social-icons {
		width: 50%;
		padding: 8px 0px;
		justify-content: center;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 568px) {
	.social-icons-container {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin: 24px 0 24px;
	}

	

	.channels-images-container {
		padding: 0px;
		margin: 0;
	}

	
}

@media screen and (max-width: 567px) {
	.social-icons-container {
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		margin: 24px 0 24px;
		flex-wrap: wrap;
	}

	.social-icons {
		margin-bottom: 20px;
	}

	.channel-img {
		width: 100%;
		height: 320px;
	}
}
@media screen and (max-width: 1440px) {
	.navbar-nav .nav-item {
		margin-right: -6px !important;
	}
}
.lastt {
	width: 6%;
}


/******************************* my css*********************************************/

.background-video:after {
    content: '';
    background: #00000014;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
}

.tns-nav{
	padding-top: 0px;
}

.left_text-wrap {
    margin-left: -40px;
}

.left_text-wrap button.btn-011 {
	width: 190px;
	height: 55px;
	border-radius: 28px;
	background-color: white;
	font-weight: bold;
	border:  0px;
}

#tns3 > .tns-item{
	padding-right:  20px !important;
	padding-left:  0px !important;
}

#tns3 .tns-item.tns-slide-active:first-child{
	    width: calc(10.66667%) !important;
}


@media screen and (min-width: 1500px) {
.immersive_heading{
	padding-right: 80px !important; 
}

.text-62 {
    font-size: 16px !important;
    padding-right: 75px !important;
}

img.pvr_img {
    height: 300px !important;
    margin-top: 80px !important;
}
}
@media screen and (min-width: 1400px) {
.text-11 {
    transform: translate(16%, -180%);
}
}

@media screen and (min-width: 1500px) {
.text-11 {
    transform: translate(16%, -183%);
}
}

@media screen and (min-width: 1800px) {
	.cinemas_container{
		padding-left: 60px;
	}

	.immersive_heading {
    font-size: 70px;
    padding-right: 100px;
}

.text-62 {
    font-size: 17px;
    padding-right: 100px;
}

img.pvr_img {
    height: 340px !important;
}

img.popcorn_img{
	width: 350px !important;
}

.image-20{
	top: -75px !important;
	width:  310px !important;
}

}

img.rec-image-instagram {
    width: 18px;
    height: 18px;
}

img.rec-image-twitter {
    width: 18px;
    height: 15px;
}

img.rec-image-fb {
    width: 9px;
    height: 18px;
}

section.brands-wraps {
    padding-top: 7.5rem;
    padding-bottom: 7rem;
}


@media screen and (min-width: 1800px) {
.offers-text{
	font-size: 35px;
}

.gift-cards{
	font-size: 35px !important;
}

.text-11 {
    transform: translate(16%, -183%);
}

.section6 {
	padding: 60px 0px;
	}

	.channels-section h1{
		font-size: 35px;
		padding-bottom: 35px;
	}

	span.social_text-wraps {
    font-size: 40px !important;
    padding-left: 15px !important;
}

section.channels-section {
    padding-top: 7rem;
    padding-bottom: 6rem;
}

.social-icons-container{
	padding-bottom: 30px;
}


section.section5.mb-5 img.img-slidertny {
	height: 380px;
}

h5.text-81 {
    font-size: 76px;
}

h5.text-80 {
    font-size: 35px;
}

.event-gift-cards {
	font-size: 35px;
}

}


@media only screen and (min-width: 1200px) and (max-width: 1300px) {
.text-001{
	font-size:  14px !important;
}

.immersive_heading{
	font-size: 55px;
	padding-right: 55px;
}
}



.offers .tns-controls button[data-controls="prev"]:after {
    content: 'prev';
    background-image: url(../images/slider-left-arrow.png);
    background-size: 100%;
    width: 80px;
    height: 24px;
    color: transparent;
    background-repeat: no-repeat;
    left: -120px;
    position: absolute;
    top: 0px;
}

.offers .tns-controls button[data-controls="prev"] {
    background: transparent;
}

.offers .tns-controls button[data-controls="prev"] i{
   display: none;
}


.offers .tns-controls button[data-controls="next"]:after {
    content: 'prev';
    background-image: url(../images/slider-right-arrow.png);
    background-size: 100%;
    width: 80px;
    height: 24px;
    color: transparent;
    background-repeat: no-repeat;
    right: -120px;
    position: absolute;
    top: 0px;
}

section.section5 .tns-nav{
	width: 100%;
	transform: translateX(-50%);
}

.offers .tns-controls button[data-controls="next"] {
    background: transparent;
}

.offers .tns-controls button[data-controls="next"] i{
   display: none;
}

.offers .tns-nav {
    display: none;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {

	ul.footer_list-links {
    list-style: none;
    padding-left: 0px;
}

	.tns-controls [data-controls]{
		z-index: 1 !important;
	}
.navbar-expand-lg .navbar-collapse {
background: #000 !important;
}
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
.navbar-expand-lg .navbar-collapse {
background: #141414 !important;
}


}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
.navbar-expand-lg .navbar-toggler {
    display: block !important;
}

	.collapse:not(.show) {
    display: none !important;
}

.navbar-expand-lg .navbar-collapse {
	-webkit-box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
	box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.2);
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #000;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul.navbar-nav.d-flex.justify-content-between.align-items-center {
    flex-direction: column;
    justify-content: center !important;
    width: 100%;
}

.navbar-nav .nav-link{
	line-height: 60px !important;
}

.text-brands{
	font-size: 50px;
}

.brand-paras {
    font-size: 14px;
}

section.offers .tiny-slider{
	width: 85%;
    margin: 0px auto;
}

.text-11{
	font-size: 40px;
} 
section.section5.mb-5 img.img-slidertny {
    width: 100%;
    height: 230px;
    object-fit: cover;
} 

.immersive_heading{
	font-size: 45px;
	padding-right: 40px;
}

section.channels-section .col-lg-9 {
    flex: 0 0 auto;
    width: 90%;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	ul.footer_list-links {
    list-style: none;
    padding-left: 0px !important;
}
.text-brands{
	font-size: 45px;
}

.brand-paras{
	font-size: 16px;
}

.logo img {
    height: 40px;
}

section.offers .tiny-slider{
	width: 100%;
    margin: 0px auto;
}

.text-11 {
    font-size: 40px;
    transform: translate(16%, -143%);
}

section.section5 .tns-nav {
    width: 100%;
    transform: translateX(-50%)
}

.immersive_heading {
    font-size: 41px;
    padding-right: 15px;
    padding-left: 25px;
    padding-top: 15px;
}

.text-62{
	padding-left: 26px;
	padding-right: 10px;
}
img.pvr_img {
    margin-top: 170px;
    height: 275px;
}

img.popcorn_img {
    height: 225px;
    bottom: -33px;
}

.text-81{
	font-size: 40px;
}
}

@media only screen and (min-width: 280px) and (max-width: 767px) {

section.brands-wraps .item.tns-item {
    position: relative;
    left: -11px;
}


.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item .nav-link{
	color: #fff;
}

.logo img {
    height: 40px;
}
.logo {
    margin-bottom: 55px;
}
p.offers-date-text {
    text-align: left;
}
p.offers-desc-text {
    text-align: left;
}



.event-gift-cards {
    font-size: 30px;
    padding-bottom: 20px;
}

section.section5 .tns-nav {
    transform: translateX(-50%);
}

.image-20{
    width: 150px;
    top:  -35px !important;
}

h1.text-61.immersive_heading {
    padding-right: 0px;
}
.text-62{
	padding-right: 0px;
}

.clascenter_wraps {
    text-align: center;
}

img.pvr_img {
    height: 200px;
    margin-top: 0px;
}

img.popcorn_img {
    position: absolute;
    right: -53px;
    bottom: -21px;
    height: 150px;
}

.section6{
	padding-bottom: 110px;
}

.channels-section h1{
	letter-spacing: 1px;
}



.navbar_wraps-main {
    width: 100% !important;
}
}

section.channels-section .social-icons img{
	height: 44px;
	width: 44px;
}

section.channels-section .social-icons.align-items-center {
    align-items: flex-start !important;
}

@media screen and (min-width: 1800px) {
section.channels-section .social-icons img{
	height: 68px;
	width: 68px;
}
}

@media screen and (min-width: 1400px) {
section.channels-section .social-icons img{
	height: 55px;
	width: 55px;
}

span.social_text-wraps{
	font-size: 31.5px !important;
}
}

.footer-1 p {
    font-size: 15px;
    font-family: "proxima-nova";
    line-height: 28px;
}


@media screen and (min-width: 1800px) {
.events-pipeline-slider .tns-controls button[data-controls="next"]:after {
    right: -85px;
}
.events-pipeline-slider .tns-controls button[data-controls="prev"]:after {
    left: -85px;
}

.events-pipeline-slider .tiny-slider.justify-content-center{
	width: 92%;
}
}

a.email-wrap-link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

/***************************************************** video slider css *************************************/

.background-video .tns-ovh {
    overflow: initial;
}

.background-video .tns-outer {
    position: initial;
}

.background-video .tiny-slider.justify-content-center {
    position: initial;
}

.background-video video {
	position: absolute;
	min-width: 100%;
	min-height: 100vh;
	width: auto;
	height: auto;
	z-index: -1;
}


.background-video iframe {
	position: absolute;
	min-width: 100%;
	min-height: 100vh;
	width: auto;
	height: auto;
}

.background-video .item img {
	position: absolute;
	min-width: 100%;
	min-height: 100vh;
	width: auto;
	height: auto;
	object-fit: cover;
}

.background-video .item{
	padding-top: 0px;
}

.rec-start-inner{
	text-align: center;
}


.background-video:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
}




.background-video .tns-controls button[data-controls="prev"]:after {
    content: 'prev';
    background-image: url(../images/vide-slider-prev.png);
    background-size: 100%;
    width: 80px;
    height: 24px;
    color: transparent;
    background-repeat: no-repeat;
    left: 82px;
    position: absolute;
    top: 0px;
}

.background-video .tns-controls button[data-controls="prev"] {
    background: transparent;
}

.background-video .tns-controls button[data-controls="prev"] i{
   display: none;
}


.background-video .tns-controls button[data-controls="next"]:after {
    content: 'prev';
    background-image: url(../images/video-slider-next.png);
    background-size: 100%;
    width: 80px;
    height: 24px;
    color: transparent;
    background-repeat: no-repeat;
    left: 189px;
    position: absolute;
    top: 0px;
}

.background-video .tns-controls button[data-controls="next"] {
    background: transparent;
}

.background-video .tns-controls button[data-controls="next"] i{
   display: none;
}

.background-video .tns-controls [data-controls="next"] {
    right: auto;
}


.PrevNextContainer.d-flex.flex-row.mt-4 {
    display: none !important;
}





@media screen and (min-width: 1400px) {
.tns-controls [data-controls] {
    top: 40%;
}
}

@media screen and (min-width: 1500px) {
.tns-controls [data-controls] {
    top: 38%;
}
}

@media screen and (min-width: 1800px) {
.tns-controls [data-controls]{
	top:  33%;
}
}

.rec-start-2{
	position: relative;
	top: -1px;
}

.wrap_other_retail {
    border-left: 1px solid #fff;
    padding-left: 12px !important;
    margin-left: 5px !important;
    line-height: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.bottom-tax{
	font-size: 35px;
}
.offers-date-text{
	font-size: 16px;
}

.offers-desc-text{
	font-size: 17px;
}

.botton{
	font-size: 14px;
}

.text-62{
	font-size: 16px;
}

.text-60{
	font-size: 40px;
}

.text-86{
	font-size: 15px;
}

h5.text-85{
	font-size: 21px;
}

.first-footers p {
    padding-right: 30px !important;
    font-size: 17px !important;
}

p.texts_newltts {
    font-size: 14px !important;
    line-height: 25px !important;
}

.footer_checkbox label{
	font-size: 15px !important;
}
ul.footer_list-links li a{
	font-size: 16px !important;
}

.last-footer-wraps p:first-child {
    font-size: 20px !important;
}
p.text-91.hide_mobile {
    font-size: 16px !important;
}

section.brands-wraps {
    padding-top: 3.6rem;
    padding-bottom: 3rem;
}

.offers {
    padding-bottom: 30px;
    padding-top: 52px;
}

.offers-text{
	margin-bottom: 30px;
}
}


button.button-6.playing_check {
    width: 281px;
    height: 55px;
    border: 0px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "proxima-nova-bold";
    background: #FFCA05 !important;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
a.text-orion.other_retails-wrppr.mt-2 {
    position: relative;
    left: 5px;
}


.dropdowns-cont2.mt-1.d-flex.flex-column.d-sm-none {
    position: relative;
    left: 5px;
}

section.brands-wraps {
    padding-top: 3.3rem;
    padding-bottom: 4rem;
}

.offers .tns-controls button[data-controls="next"]:after{
	width: 70px;
	right: -91px;
}

.offers .tns-controls button[data-controls="prev"]:after{
	width: 70px;
	left: -91px;
}


}

@media only screen and (min-width: 280px) and (max-width: 599px) {
	.background-video .tns-item{
	width: calc(100%) !important;
}

nav.navbar.navbar-expand-lg.nav-bg.navbar-light {
    margin-top: -10px !important;
}

section.offers .tiny-slider{
	width: 75%;
	margin:  0px auto;
}

.offers{
	padding-bottom: 40px;
}

.events-pipeline-slider .tiny-slider.justify-content-center {
    width: 79%;
    margin: 0px auto;
}

.social-icons-container{
	flex-direction: row !important;
	    padding: 0 4px !important;
}
section.channels-section .social-icons.align-items-center{
	width: 50%;
	justify-content: space-evenly;
}

span.social_text-wraps{
	font-size: 21px !important;
	padding-left: 8px !important;
}

section.channels-section .social-icons img {
    height: 37px;
    width: 37px;
}

h5.text-85 {
    font-size: 20px;
}

.text-86 {
    margin-bottom: 40px;
    font-size: 14px;
}

.background-video .tns-controls button[data-controls="prev"]:after {
    content: 'prev';
    background-image: url(../images/vide-slider-prev.png);
    background-size: 100%;
    width: 80px;
    height: 24px;
    color: transparent;
    background-repeat: no-repeat;
    left: 0px;
    position: absolute;
    top: 0px;
}

.background-video .tns-controls button[data-controls="next"]:after{
	right: 0px;
    top: 0px;
    left:  auto;
}

.background-video .tns-controls [data-controls="next"] {
    right: 0px;
}

}

.background-video .tns-controls button {
    color: transparent !important;
}

.hover_display_link:hover img.icon-01 {
    rotate: 180deg;
    position: relative;
    top: -4px;
}


@media screen and (min-width: 1500px) {
	.search-text{
		width: 380px;
		font-size: 16px;
	}
}

@media screen and (min-width: 1700px) {

	.navbar-nav .nav-link.text-001{
		padding: 0px 14px !important;
	}

	.collapse {
	    margin-left: 50px !important;
	}

	.search-text{
	width: 520px;
	font-size: 20px;
}

}


@media screen and (min-width: 1800px) {
.search-flex-container{
	padding: 14px 15px;
}

.navbar-nav .nav-link.text-001{
	padding: 0px 20px !important;
}

.wrap_other_retail {
    padding-left: 21px !important;
    margin-left: 15px !important;
}

.collapse {
    margin-left: 150px !important;
}

.search-text{
	width: 520px;
	font-size: 20px;
}
.search-flex-container{
	bottom: 50px;
}

.search-button{
	width: 140px;
	height: 50px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
img.pvr_img {
    height: 250px;
    margin-top: 80px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
img.pvr_img {
    height: 270px;
    margin-top: 80px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
img.pvr_img {
    height: 285px;
    margin-top: 80px;
}
}

.last-footer-wraps p {
    margin-bottom: 5px;
}

.last-footer-wraps {
    position: relative;
}

@media screen and (min-width: 768px) {
.logo_footer {
    margin-top: 20px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.events-pipeline-slider .tiny-slider.justify-content-center{
	width: 95%;
}

.events-pipeline-slider .tns-controls button[data-controls="prev"]:after {
    left: -5px;
}

.events-pipeline-slider .tns-controls button[data-controls="next"]:after {
    right: -5px;
}
}

h1.numbering {
    position: relative;
    left: -24px;
    top: -26px;
    font-size: 65px;
}

@media screen and (min-width: 1800px) {
.text-brands {
	font-size: 75px;
	padding-right: 30px;
}

h1.numbering {
    font-size: 75px !important;
    left: -32px;
    top: -6px;
}
}

a.social_wrap-link {
    text-decoration: none;
    color: #000;
}

.wrap-slider-inner .slick-list{padding:0 20% 0 0 !important;}

.wrap-slider-inner .slick-slide {
    margin-right: 15px !important;
    margin-left: 10px !important;
}

.wrap-slider-inner .item {
    position: relative;
}

p.date_wraps {
    position: absolute;
    z-index: 9;
    bottom: 0px;
    background: #000;
    color: #fff;
    padding: 15px 55px;
    display: flex;
    align-items: center;
    left: -12px;
}


.wrap-slider-inner .slick-next {
    right: -65px;
}

.wrap-slider-inner button.slick-next.slick-arrow {
    background-image: url(../images/slider-right-arrow-black.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
}

.wrap-slider-inner .slick-prev {
    left: -65px;
}

.wrap-slider-inner button.slick-prev.slick-arrow {
    background-image: url(../images/slider-left-arrow-black.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    z-index: 9;
}

.wrap-slider-inner button.slick-prev.slick-arrow:before{
	display: none;
}

.wrap-slider-inner button.slick-next.slick-arrow:before{
	display: none;
}

.wrap-slider-inner{
	width: 90%;
	margin:  0px auto;
}


a { transition: all .2s ease-in-out; }
a:hover { transform: scale(1.1); }

p.text-86 { transition: all .2s ease-in-out; }
p.text-86:hover { transform: scale(1.1); }



.item a button{
	transition: all .2s ease-in-out;
}

.item a:hover button{ transform: scale(1.1); }


.socil_wraps-link a img{
	transition: all .2s ease-in-out;
}

.socil_wraps-link a:hover img{ transform: scale(1.2); }



/*********************************************responsive css header *****************************************************/

.last-footer-wraps p:first-child{
	font-size: 18px;
}

p.text-91.hide_mobile {
    position: relative;
    left: -5px;
}

.for_desktop-footer p a {
    text-transform: uppercase;
}


.header-wraps.for_mobile-headr{
	display: none;
}

.hide_desktop{
	display: none;
}

.for_mobile-footer {
    display: none;
}

.newsletter_footer-for_mobile input.email {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    padding-left: 0px;
    font-size: 14px;
    opacity: 1;
        font-family: 'Inter' !important;
}

.newsletter_footer-for_mobile input.email::placeholder {
color: #fff;
	}

	.newsletter_footer-for_mobile h3 {
    font-size: 24px;
}

.first-footers p {
    padding-right: 30px;
    font-size: 16px;
}

p.texts_newltts {
    font-size: 11px;
    line-height: 20px;
    padding-top: 10px;
    margin-bottom: 7px;
}

.footer_checkbox label {
    font-size: 12px;
    font-family: 'proxima-nova';
}
.footer_checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkbox_wraps input {
    margin: 0px !important;
    position: relative;
    top: 10px;
    margin-right: 3px !important;
    border-radius: 0px !important;
}

.checkbox_wraps.last_fotter-checkbox {
    padding-right: 12px;
}

button.submit_wraps {
    height: 40px !important;
    width: 133px;
    box-shadow: 0px 15px 34px #0000002E;
    border-radius: 40px;
    background: #fff;
    border: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'proxima-nova';
    font-weight: 700;
    letter-spacing: 0.96px;
    margin-top: 12px;
}

ul.footer_list-links li a {
    font-size: 14px !important;
    text-transform: uppercase;
    font-family: 'Inter';
}

ul.footer_list-links {
    list-style: none;
    padding-left: 18px;
}

.list-wraps-footers {
    display: flex;
    justify-content: space-between;
}

.newsletter_footer-for_mobile.show_mobile-newslttr{
	display: none;
}

.for_search-mobile{
	display: none;
}
@media only screen and (min-width: 280px) and (max-width: 767px) {
.for_search-desktop{
	display: none;
}

.for_search-mobile{
	display: flex;
	width: 88%;
	justify-content: space-between;
}

.search-text-container{
	width: 72%;
}
.search-text{
	width: auto;
	font-size: 15px;
	height: auto;
}

img.mobile_search-icon {
    width: 24px;
}

.for_search-mobile button.search-button {
    height: 58px;
    width: 58px;
    border-radius: 16px;
}

.close_toggle {
    position: relative;
    padding-bottom: 40px;
}

img.cross_iocnpng{
	position: absolute;
	right: 0px;
	width: 16px;
	z-index: 1;
    cursor: pointer;
}

.search_closeicon-wraps {
    position: relative;
}


img.serachclose {
    position: absolute;
    right: 30px;
    top: 39px;
    width: 16px;
}
.navbar-expand-lg .navbar-collapse{
	top: 0px;
}


.text_feedback h4 {
	font-size: 20px;
	font-family: 'proxima-nova';
	font-weight: 400 !important;
}

p.hear_from-text {
    font-size: 16px;
    font-family: 'proxima-nova';
}

p.hear_from-text img {
    margin-left: 10px;
}

.text_feedback {
    padding-bottom: 10px;
}

.checkbox_wraps.last_fotter-checkbox {
    padding-right: 40px;
}

.newsletter_footer-for_mobile.hide_mobile-newslttr {
    display: none;
}

.newsletter_footer-for_mobile.show_mobile-newslttr{
	display: block;
}

.background-video .tns-controls {
    display: none;
}

	.logo-logo {
    width: 150px;
}

	.for_desktopheadrs {
    display: none;
}

	section.grey{
		margin-top: 0px;
	}

	.for_mobile-footer p {
    text-transform: uppercase;
}



	img.con-1{
		object-fit: cover;
	}

	.hide_desktop{
	display: block;
}

.newsletter_footer-for_mobile input.email:focus {
    box-shadow: none;
    outline: none;
}


.bootom_last-footr-line{
	margin-bottom: 0px !important;
}

.last-footer-wraps{
	margin-bottom: 0px !important;
}
.for_mobile-footer {
    display: block;
    margin-bottom: 0px !important;
}
.newsletter_footer-for_mobile {
    display: block;
    text-align: left;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 30px;
    margin-bottom: 25px;
}

.newsletter_footer-for_mobile input.email {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    padding-left: 0px;
    font-size: 14px;
    opacity: 1;
        font-family: 'Inter' !important;
}

.newsletter_footer-for_mobile input.email::placeholder {
color: #fff;
	}

	.for_desktop-footer {
    display: none;
}

.hide_mobile {
    display: none;
}


.first-footers{
	border-bottom: 1px solid #fff;
}
	p.texts_newltts {
    font-size: 14px;
    padding-top: 15px;
    text-align: left;
}

.footer-1 p{
	text-align: left !important;
	font-size: 14px !important;
}

.newsletter_footer-for_mobile h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Inter' !important;
    padding-bottom: 6px;
}


	.mobile_margin-reduce {
    margin-top: 2rem !important;
}


	.con-3 {
	    margin-top: 40px;
	}

	.none_margin {
	    margin-top: 0px !important;
	}

	.header-wraps.for_desktop-headr {
    display: none;
	}

	.for_mobile{
		display: block !important;
	}

	.for_mobile-dropdown {
	    background: #000;
	    padding-top: 0px;
	    padding-bottom: 10px;
	    padding-top: 10px;
	    justify-content: end;
		padding-right: 40px;
	}


	.for_mobile-dropdown ul.dropdown-menu.show {
	    background: #000;
	}

	.for_mobile-dropdown ul.dropdown-menu.show li a{
	    color: #fff !important;
	}

	.for_mobile-dropdown{
		left:  0px !important;
	}

	.for_mobile-dropdown button.btn.btn-primary.dropdown-toggle {
    background: transparent;
    border: 0px;
	}

	 .dropdowns-cont2{

	}

	.for_mobile-dropdown ul.dropdown-menu.show {
	    width: 99%;
	}

	ul.dropdown-menu.show li {	   
	 padding: 0px 20px;
	 position: relative;
	}

	ul.dropdown-menu.show li a{
	   text-decoration: none;
	}

	li.dropdown-submenu a{
		padding-left: 0px !important;
		text-align: left !important; 
	}

	ul.dropdown-menu.show li {
	    margin-bottom: 10px;
	}

	li.dropdown-submenu a:active {
    background: transparent !important;
    border: 0px !important;
    box-shadow: none !important;
    outline: none !important;
}

button.btn.btn-primary.dropdown-toggle {
    position: relative;
}

.for_mobile-dropdown .dropdown-toggle:after {
    content: '';
    background: url(../images/header_dropdown.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    height: 25px;
    width: 25px;
    font-size: 0px;
    top: 8px;
    position: absolute;
    margin-left: 5px !important;
}

.for_mobile-dropdown li.dropdown-submenu .dropdown-toggle:after{
	top: 0px;
}

ul.dropdown-menu {
    background: #000;
}

.tabs_shows ul.nav.nav-pills li a{
	font-size: 16px !important;
}

	.responsive-tabs{
		border: 0px !important;
	}

.header-wraps.for_mobile-headr{
	display: block;
	    padding-bottom: 6.5px;
}


nav.navbar.navbar-expand-lg.nav-bg.navbar-light.for_mobiles-wraps {
    background: transparent;
}

.mobile_menu{
	background: transparent !important;
	border: 0px !important;
}

img.search_wrap-icon {
    position: relative;
    left: 16px;
    width: 38px;
}

button.mobile_menu:focus {
    border: 0px;
    box-shadow: none;
}

.for_mobile-footer {
    padding-top: 20px;
}

}


.home-header-wraps {
    position: relative;
}
.home-wraps-headers {
    position: absolute;
    top: 0;
}

.home-wraps-headers.fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    background: #000;
    width: 100% !important;
}

.home_wraps{
	display: none;
}

.home-wraps-headers.fixed .home_wraps{
	display: flex;
}

.home-wraps-headers.fixed .logo-logo{
	width: 150px;
	padding: 12px 0px;
}

.home-wraps-headers.fixed{
	justify-content: center !important;
}

.first_mall-wraps {
    position: relative;
    top: -2px;
}

/****************************responsive css end*****************/

.tiny-slider-mobile{
	display: none;
}
@media only screen and (min-width: 280px) and (max-width: 767px) {

.display_on-mobile {
    display: block;
}

.display_on-mobile a {
    color: #fff;
}

	.tiny-slider.for_desktop-section{
	display: none;
}

.tiny-slider-mobile{
	display: block;
}

.tiny-slider-inner-mobile {
    width: 85%;
    margin: 0px auto;
}

.offers-text{
	font-size: 30px;
}

p.offers-date-text {
    display: none;
}

.offers-desc-text {
    letter-spacing: -0.4px;
    font-size: 20px;
    margin-top: 0px;
    padding-top: 13px;
}
.botton{
	font-size: 14px;
	font-weight: 700;
}

.tiny-slider-inner-mobile .item {
    margin-bottom: 40px;
}

button.view_alls {
    background: #fff;
    border: 0px;
    text-align: center;
    height: 56px;
    width: 234px;
    font-size: 16px;
    font-family: 'proxima-nova-bold';
    text-transform: uppercase;
    letter-spacing: 1.28px;
    border-radius: 30px;
}

.view_all-offers {
    text-align: center;
}

.view_all-offers {
    padding-top: 10px;
    margin-bottom: 30px;
}

p.brand-paras {
    padding: 0px 20px;
}

.channels-section h1{
	font-size: 30px;
	padding: 0px 65px;
}

.icons-011 {
    width: 65px;
    height: 60px;
}

.wrap-slider-inner .slick-dots li button{
	border: 2px solid #6E6E6E !important;
	width: 14px;
	height: 14px;
	border-radius: 50px;
}

.wrap-slider-inner .slick-dots li.slick-active button{
	background: #c5a47e;
	border: 2px solid #c5a47e !important;
}

.wrap-slider-inner .slick-dots li button:before{
	display: none;
}
.wrap-slider-inner .slick-dots{
	bottom: -50px;
}

.wrap-slider-inner {
    width: 96%;
    margin: 0px auto;
}

p.date_wraps{
	display: none;
}

h1.text-61.immersive_heading{
	font-size: 42px;
    padding: 0px 45px;
	}
	p.text-62 {
    font-size: 16px;
    color: #fff;
}

.section6{
	background-size: cover;
}

h5.text-80{
	font-size: 30px;
}


.malls_wrappers a.card-link {
    font-size: 21px;
    color: #fff;
    text-decoration: none;
    font-family: 'proxima-nova';
}

.cards-body a {
    color: #B5B5B5;
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
    font-size: 19px;
}

.for_mobile-headr li.nav-item {
    padding-left: 0px !important;
}

ul.navbar-nav.d-flex.align-items-center {
    border-top: 1px solid #b5a4a4;
    border-bottom: 1px solid #b5a4a4;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.cards-body {
    padding-top: 12px;
}

.space-left-right {
    padding: 30px 30px 60px;
}
.malls_wrappers {
    margin-bottom: 25px;
}

a.card-link img {
    rotate: 180deg;
    position: relative;
    top: -3px;
}

a.card-link.collapsed img {
    rotate: 0deg;
    top: 0px;
}

.other-retail-top{
margin-top: 25px;
}

.text-001{
	font-size: 18px;
}

.hide_wraps-search{
	display: none;
}

.searchinput.hide_wraps-search {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 70vh !important;
    background: #fff;
}

.searchinput.hide_wraps-search input {
    font-size: 16px !important;
    font-family: 'proxima-nova';
    color: #4B4B4B;
    padding: 30px 65px 26px 30px;
    margin-top: 5px;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid;
}
}

@media only screen and (min-width: 280px) and (max-width: 992px) {
.navbar-expand-lg .navbar-collapse .navbar-nav .nav-item {
    text-align: left !important;
    width: 100%;
}
}


@media only screen and (min-width: 280px) and (max-width: 399px) {
.text-brands {
		letter-spacing: 0px;
	    color: #000000;
	    text-transform: capitalize;
	    opacity: 1;
	    text-align: center;
	    font-size: 40px;
	    font-weight: bolder;
	    margin-bottom: 10px;
	    margin-top: 10px;
	    padding: 0px 50px;
	}

	.text-81 {
    font-size: 40px;
    padding: 0px 25px !important;
    letter-spacing: 0px;
}

}

@media only screen and (min-width: 399px) and (max-width: 767px) {
.text-brands {
		letter-spacing: 0px;
	    color: #000000;
	    text-transform: capitalize;
	    opacity: 1;
	    text-align: center;
	    font-size: 42px;
	    font-weight: bolder;
	    margin-bottom: 10px;
	    margin-top: 10px;
	    padding: 0px 50px;
	}

.text-81 {
    font-size: 40px;
    padding: 0px 30px !important;
    letter-spacing: 0px;
}

}

.date_wraps sup {
    padding-right: 5px;
}

@media screen and (min-width: 1800px) {
ul.footer_list-links {
	    list-style: none;
	    padding-left: 30px;
	}

	ul.footer_list-links li a{
		font-size: 15px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 800px) {

	.background-video .tns-controls [data-controls]{
		top: 34%;
	}
}

@media only screen and (min-width: 801px) and (max-width: 992px) {

	.background-video .tns-controls [data-controls]{
		top: 31%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.offers .tns-controls button[data-controls="prev"] i {
    display: block;
}

.offers .tns-controls button[data-controls="next"] i {
    display: block;
}

.offers .tns-controls button[data-controls="next"]:after{
	display: none;
}

.offers .tns-controls button[data-controls="prev"]:after{
	display: none;
}

.tns-controls [data-controls="prev"] {
    left: -59px;
    font-size: 30px;
}

.tns-controls [data-controls="next"] {
    right: -59px;
    font-size: 30px;
}

p.date_wraps{
	font-size: 14px;
}

.text-60{
	margin-top: 160px;
    padding-left: 25px;
}

.wrap-slider-inner .slick-dots li button{
	border: 2px solid #6E6E6E !important;
	width: 14px;
	height: 14px;
	border-radius: 50px;
}

.wrap-slider-inner .slick-dots li.slick-active button{
	background: #c5a47e;
	border: 2px solid #c5a47e !important;
}

.wrap-slider-inner .slick-dots li button:before{
	display: none;
}
.wrap-slider-inner .slick-dots{
	bottom: -70px;
}

.text-001{
	text-align: center;
}

.background-video .tns-controls button[data-controls="prev"]:after{
	left: 144px  !important; 
}
}

@media screen and (min-width: 1800px) {
.offers .tns-controls button[data-controls="prev"]:after{
	left: -150px;
}

.offers .tns-controls button[data-controls="next"]:after{
	right: -150px;
}
}

a.hear_loveto {
    color: #fff;
    text-decoration: none;
}

p.text-91.hide_mobile {
    font-size: 15px;
}

.know_more-wraps-text{
	padding: 12px 25px;
    background: #fff;
    border: 0px;
    border-radius: 30px;
    font-family: 'proxima-nova';
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;

}
.know_more-wraps {
    position: absolute;
    left: 0px;
    transform: translate(112%, 330%);
    top: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 810px) {
.know_more-wraps {
    padding: 11px 23px;
    font-size: 14px;
    transform: translate(43%, 113%);
}
.gift-cards{
	top: 12px;
}
}

@media only screen and (min-width: 811px) and (max-width: 992px) {
.know_more-wraps {
    padding: 11px 23px;
    font-size: 14px;
    transform: translate(43%, 113%);
}
.gift-cards{
	top: 12px;
}
}

@media only screen and (min-width: 993px) and (max-width: 1050px) {
.know_more-wraps {
    padding: 11px 23px;
    font-size: 14px;
    transform: translate(59%, 171%);
}
}

@media only screen and (min-width: 1051px) and (max-width: 1199px) {
.know_more-wraps {
    padding: 11px 23px;
    font-size: 14px;
    transform: translate(59%, 171%);
}
}

@media screen and (min-width: 1400px) {
.know_more-wraps {
    transform: translate(130%, 390%);
}
}

@media screen and (min-width: 1500px) {
.know_more-wraps {
    transform: translate(130%, 390%);
}
}

@media screen and (min-width: 1800px) {
.know_more-wraps {
transform: translate(127%, 375%);
}
}

section.section4.for_mobile {
    display: none;
}

@media only screen and (min-width: 280px) and (max-width: 767px) {

section.section4.for_desktop{
	display: none;
}
section.section4.for_mobile {
    display: block;
        padding-top: 2rem;
    padding-bottom: 1rem;
}

}

@media only screen and (min-width: 280px) and (max-width: 400px) {
.gift-cards{
	font-size: 30px;
    letter-spacing: 0px;
    top: 60px;
    left: 0px;
}

.text-11 {
    font-size: 40px !important;
    transform: translate(0%, -284%);
    text-align: center;
    left: 0px;
    padding: 0px 65px;
}

.knowmore-button-wraps{
	color: white;
    font-size: 50px;
    font-weight: 900;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -56%);
    width: 100%;
    text-align: center;
}

.knowmore-button-wraps button{
    padding: 12px 25px;
    background: #fff;
    border: 0px;
    border-radius: 30px;
    font-family: 'proxima-nova';
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    position: relative;
    left: 0px;
    transform: none;
    top: 0%;
    width: 200px;
	}
}

@media only screen and (min-width: 401px) and (max-width: 550px) {
.gift-cards{
	font-size: 30px;
    letter-spacing: 0px;
    top: 60px;
    left: 0px;
}

.text-11 {
    font-size: 40px !important;
    transform: translate(0%, -313%);
    text-align: center;
    left: 0px;
    padding: 0px 80px;
}

.knowmore-button-wraps{
	color: white;
    font-size: 50px;
    font-weight: 900;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -56%);
    width: 100%;
    text-align: center;
}

.knowmore-button-wraps button{
    padding: 12px 25px;
    background: #fff;
    border: 0px;
    border-radius: 30px;
    font-family: 'proxima-nova';
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    position: relative;
    left: 0px;
    transform: none;
    top: 0%;
    width: 200px;
	}
}

@media only screen and (min-width: 551px) and (max-width: 639px) {
.gift-cards{
	font-size: 30px;
    letter-spacing: 0px;
    top: 60px;
    left: 0px;
}

.text-11 {
        font-size: 40px !important;
    transform: translate(0%, -426%);
    text-align: center;
    left: 0px;
    padding: 0px 160px;
}

.knowmore-button-wraps{
	color: white;
    font-size: 50px;
    font-weight: 900;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -56%);
    width: 100%;
    text-align: center;
}

.knowmore-button-wraps button{
    padding: 12px 25px;
    background: #fff;
    border: 0px;
    border-radius: 30px;
    font-family: 'proxima-nova';
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    position: relative;
    left: 0px;
    transform: none;
    top: 0%;
    width: 200px;
	}
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
.gift-cards{
	font-size: 30px;
    letter-spacing: 0px;
    top: 60px;
    left: 0px;
}

.text-11 {
        font-size: 40px !important;
    transform: translate(0%, -410%);
    text-align: center;
    left: 0px;
    padding: 0px 160px;
}

.knowmore-button-wraps{
	color: white;
    font-size: 50px;
    font-weight: 900;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -56%);
    width: 100%;
    text-align: center;
}

.knowmore-button-wraps button{
    padding: 12px 25px;
    background: #fff;
    border: 0px;
    border-radius: 30px;
    font-family: 'proxima-nova';
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.5px;
    position: relative;
    left: 0px;
    transform: none;
    top: 0%;
    width: 200px;
	}
}


.know_more-wraps-text { transition: all .2s ease-in-out; }
.know_more-wraps-text:hover { transform: scale(1.1); }

ul.footer_list-links li{
	transition: all .2s ease-in-out;
}

ul.footer_list-links li:hover { transform: scale(1.1); }

@media only screen and (min-width: 768px) and (max-width: 992px) {
.search-flex-container{
	transform: translate(-40%, 0px);
}
}


@media only screen and (min-width: 280px) and (max-width: 992px) {
ul.footer_list-links li:hover { transform: none; }
.know_more-wraps-text:hover { transform:  none; }
.item a:hover button{ transform:  none; }
p.text-86:hover { transform:  none; }
a:hover { transform:  none; }

}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
.navbar-collapse{
	column-count: 2;
}

ul.navbar-nav.d-flex.justify-content-between.align-items-center li a {
    text-align: left !important;
}
}

.image-20 {
  animation: zoom-in-zoom-out 2.3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.main-banner_section{
	height: 100vh;
}