
/*///////////////////////////////////////////////////////////////////////////////////////// */
/*                                       HOME PAGE                                          */
/*///////////////////////////////////////////////////////////////////////////////////////// */
a.button.cta
{
	font-size: 15px;
}
.min-width-350
{
	min-width: 350px;
}
.min-width-380
{
	min-width: 320px;
}
.top-title
{
	font-size: 32px;
}
.sweep-title
{
	font-size: 32px;
	max-width: none;
}
.no-margin
{
	margin:0px;
}
.container
{
	width: 100%;
	padding: 0px;
}
.button-main-small-red
{
	padding:10px 20px;
	background-color:#e0393d;
	width:170px;
	margin:10px 20px;
	border-radius: 8px;
	color:#fff;
	display: block;
}
.button-main-medium-white
{
	padding:10px 20px;
	background-color:#fff;
	width: 220px;
	margin:10px 20px;
	border-radius: 8px;
	color:#c43f45;
	display: block;
}
.button-main-large-white
{
	padding:10px 20px;
	background-color:#fff;
	width: 240px;
	border-radius: 8px;
	color:#c43f45;
	display: block;
}
.button-main-small-red:hover
{
	color:#fff;
}
.button-main-medium-white:hover
{
	color:#c43f45;
}
.button-main-large-white:hover
{
	color:#c43f45;
}
.upscreenback
{
	outline: none;
    background:linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.95) );
    -webkit-filter: blur(8px);
	  -moz-filter: blur(8px);
	  -o-filter: blur(8px);
	  -ms-filter: blur(8px);
	  filter: blur(8px);
    position: absolute;
    width: 100%;
    height: 550px;
    z-index: -2;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: 400ms background-image;
    transition: 400ms background-image;
}
.newmovesback
{
	outline: none;
    background:linear-gradient( rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.95) );
    -webkit-filter: blur(8px);
	  -moz-filter: blur(8px);
	  -o-filter: blur(8px);
	  -ms-filter: blur(8px);
	  filter: blur(8px);
    position: absolute;
    width: 100%;
    height: 650px;
    z-index: -2;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: 400ms background-image;
    transition: 400ms background-image;
}
#upscreenholder
{
	background:linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.85) );
}
#newmovesholder
{
	background:linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.85) );
}

.bookTheatre-section
{
	min-width: 320px;
	min-height: 380px;
	background-image: url(../../assets/img/bgs/bookatheatre-bg.webp);
	background-size: cover;
	background-position: bottom center;
	color:#fff;
}

.WWU-section
{
	min-width: 320px;
	min-height: 380px;
	background-image: url(../../assets/img/bgs/workwithus-bg.webp);
	background-size: cover;
	color:#fff;
}

.HIW-box
{
	min-width: 320px;
	min-height: 380px;
	background-image: url(../../assets/img/sr_image/homepage/wwu.png);
	background-size: cover;
	color:#fff;
}

.GFL-box
{
	min-width: 320px;
	min-height: 380px;
	background-image: url(../../assets/img/sr_image/homepage/gfl.png);
	background-size: cover;
	color: #fff;
}

.max-450
{
	max-width: 450px;
}

@media all and (min-width: 1200px) 
{

	.banner-container
	{
		display: flex;
		flex-direction: row;
	}
	a.vmr
	{
		width:70%;
	}
	.image-main-vmr
	{
		width:100%;
		height: 400px;
		object-fit: cover;
		opacity: 0.5;
	}
	.carousel-control.right 
	{
	    right: 0px;
	    background-repeat: repeat-x;
	}
	.carousel-control.left 
	{
	    left: 0px;
	    background-repeat: repeat-x;
	}
	.carousel-control 
	{
	    background-color: rgba(0, 0, 0, 0.5);
	}
	.circle-vmr 
	{
	    border: 3px solid #fff;
	    border-radius: 90px;
	    width: 50px;
	    height: 50px;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}

	.vmr-mainpage-holder
	{
		background-color: #000;
		display: flex;
		flex-direction: row;
	}
	.vmr-mainpage-side
	{
		background-color: #161616;
	}
	.vmr-check
	{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 120px;
		z-index: 1;
	}
	.vmr-button
	{
		position: absolute;
		top: 300px;
		right: 35%;
		z-index: 1;
	}
	.sweepsholder
	{
		display: flex;
		flex-direction: row;
	}
}


@media all and (max-width: 1199px)  and (min-width: 950px) 
{
	.banner-container
	{
		display: flex;
		flex-direction: column;
	}
	a.vmr
	{
		width:70%;
	}
	.image-main-vmr
	{
		width:100%;
		height: 400px;
		object-fit: cover;
		opacity: 0.5;
	}
	.carousel-control.right 
	{
	    right: 0px;
	    background-repeat: repeat-x;
	}
	.carousel-control.left 
	{
	    left: 0px;
	    background-repeat: repeat-x;
	}
	.carousel-control 
	{
	    background-color: rgba(0, 0, 0, 0.5);
	}
	.circle-vmr 
	{
	    border: 3px solid #fff;
	    border-radius: 90px;
	    width: 50px;
	    height: 50px;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.vmr-mainpage-holder
	{
		background-color: #000;
		display: flex;
		flex-direction: row;
	}
	.vmr-mainpage-side
	{
		background-color: #161616;
	}
	.vmr-check
	{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 120px;
		z-index: 1;
	}
	.vmr-button
	{
		position: absolute;
		top: 290px;
		right: 39%;
		z-index: 1;
	}
	.sweepsholder
	{
		display: flex;
		flex-direction: row;
	}
}

@media all and (max-width: 950px) 
{
	.banner-container
	{
		display: flex;
		flex-direction: column;
	}
	.sweeps-text
	{
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	a.vmr
	{
		width:100%;
	}
	.image-main-vmr
	{
		width:100%;
		height: 400px;
		object-fit: cover;
		opacity: 0.5;
	}
	.carousel-control.right 
	{
	    right: 0px;
	    background-repeat: repeat-x;
	}
	.carousel-control.left 
	{
	    left: 0px;
	    background-repeat: repeat-x;
	}
	.carousel-control 
	{
	    background-color: rgba(0, 0, 0, 0.5);
	}
	.circle-vmr 
	{
	    border: 3px solid #fff;
	    border-radius: 90px;
	    width: 50px;
	    height: 50px;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.vmr-mainpage-holder
	{
		background-color: #000;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	.vmr-mainpage-side
	{
		background-color: #161616;
		width: 100%;
		align-items:center;
	}
	.vmr-check
	{
		position: absolute;
		top: 138px;
		right: 0px;
		width: 100px;
		z-index: 1;
	}
	.vmr-button
	{
		right: 0px;
		z-index: 1;
		margin:auto;
		margin-bottom: 20px;
	}

	.sweepsholder
	{
		display: flex;
		flex-direction: column;
	}
}
