
/* Home page css */

.bannerBlock{
	margin: 3vmax 3% 7vh;
	overflow: hidden;
}

.banner-img{
	max-width: 100%;
}

#gigBanner .owl-dots button.owl-dot span{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin: 5px 5px 1px 5px;
	border-radius: 50%;
}

#gigBanner .owl-dots button.owl-dot.active span{
	background-image: linear-gradient(to right, #e31c3a, #fd2366);
	width: 20px;
	height: 10px;
	border-radius: 5px;
}

#gigBanner .owl-dots{
	border-radius: 50px;
	width: 150px;
	background-image: linear-gradient(to right, rgb(227 28 58 / 0.2), rgb(253 35 102 / 0.2));
	margin: 25px auto 0px auto;
	text-align: center;
	padding: 3px;
}

#gigBanner .item img{
	max-width: 100%;
}

.mashupVideo{
	border-radius: 8px;
	overflow: hidden;
	display: block;
}

video.img-fluid {
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

#gigBanner .item{
	border-radius: 10px;
	overflow: hidden;
}

.section-header h3{
	font-size: 2.2em;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.viewLink{
	font-size: 1.2em;
	font-weight: 600;
}

.section-header{
	margin-bottom: 20px;
}

.celebsBlock {
    background-color: #130623;
    border-radius: 4px;
    position: relative;
    margin-bottom: 30px;
	transition: all 0.5s ease-in;
	display: block;
	text-align: center;
}

.celebsPic-outer{
	border-radius: 50%;
	width: 140px;
	height: 140px;
	background-image: linear-gradient(to right, #e31c3a, #fd2366);
	margin: auto;
	padding: 0px 5px 20px 5px;
	position: relative;
	margin-top: -65px;
}

.celebrityPopup .celebsPic-outer{
    margin-top: 0;
}

.celebsProfHeader{
	height: 80px;
	background: #090015;
	/* background-image: linear-gradient(to right, #e31c3a, #fd2366); */
}

.blueTick{
	position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 3px;
    background-color: #130623;
    border-radius: 50%;
    width: 30px !important;
    height: 30px;
}

.celebsPic {
    width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: auto;
    overflow: hidden;
    position: relative;
}

.charges {
    padding: 2px 10px;
    display: inline-block;
    background-color: #e31c3a;
    color: #fff;
    z-index: 1;
    font-size: 1em;
    border-radius: 4px;
	transition: all 0.5s;
	margin-left: 5px;
}

.celebsPic img.videoPoster {
    width: 100%;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
	min-height: 100%;
}

.rating.poor {
    background-color: #f44336;
}

.rating {
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 15px;
    min-width: 40px;
    border-radius: 0px 0px 4px 4px;
}

.rating p{
	font-size: 12px;
}

.celebsInfo {
    padding: 30px 15px 15px;
}

.celebsInfo h4 {
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
	margin-bottom: 2px;
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.celebsInfo p {
    font-size: 13px;
    color: #fff;
    font-weight: 300;
	letter-spacing: 0.5px;
	font-family: 'Roboto', sans-serif;
}

.blueTick img {
    max-width: 16px;
    min-width: 16px;
    margin-left: 5px;
    vertical-align: middle;
    z-index: 7;
    margin-top: -2px;
    transition: all 0.3s;
}

.rate {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ef8904;
}

.bookBtn, .bookBtn:hover, .bookBtn:focus {
    padding: 10px 15px;
    border-radius: 50px;
    background-image: linear-gradient(45deg,#e31c3a 50%, #fd2366);
    color: #fff;
	display: block;
	font-family: 'Roboto', sans-serif;
}

.wishlist {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    padding: 4px;
    transition: all 0.3s;
    display: inline-block;
}

.rating.average {
    background-color: #FF9800;
}

.rating.good {
    background-color: #baca25;
}

.rating.excellent {
    background-color: #4caf50;
}

.PageTitle{
	margin-bottom: 25px;
	font-weight: 700;
}

#featuredGigs{
	margin-bottom: 25px;
}

.categoryHolder{
	padding: 20px 0px 0px;
}

div#brandsBlock {
    margin-bottom: 30px;
}

#pricingFilter{
    margin: 20px 0px 0px 0px;
}

.categoryHolder.noMarg{
    padding: 0px;
}

.bannerListing{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.bannerListing img{
	max-width: 100%;
}

.bannerOverlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(69, 13, 99, 0.8);
}

.bannerContent{
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translate(0%, -50%);
	padding: 50px;
}

.bannerContent h1{
	font-weight: 700;
	line-height: 1.3;
	font-size: 2.2em;
}

.bannerContent h1 span{
	color: #fd2366;
}

.bigBtn, .bigBtn:hover, .bigBtn:focus{
	padding: 15px 50px;
	font-size: 1.5em;
	margin-top: 15px;
}

.styledHeading{
	margin: 5px 0px 15px 0px;
	font-weight: 700;
    color: #fd2366;
    margin-bottom: 25px;
}

.filterBlock img{
	width: 100%;
}

.filterBlock, .filterBlock:hover, .filterBlock:focus{
	position: relative;
	margin-bottom: 30px;
	display: block;
    color: #fff;
    max-height: 78px;
}

.filterBlock h3{
	position: absolute;
	bottom: 15px;
	left: 15px;
    font-weight: 500;
    font-size: 1.3em;
}

.starStars{
	width: 180px;
    position: absolute;
    left: -20px;
    bottom: -15px;
}

.celebsIntro{
	margin-top: 5px;
}

.availableFor{
	margin-top: 10px;
	color: #ccc;
	padding-top: 10px;
	border-top: 1px solid #392a4a;
}

.availableFor i{
	font-size: 20px;
	margin: 0px 2px;
	vertical-align: middle;
	color: #7b7088 !important;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #26123e;
	padding: 5px 0px;
	text-align: center;
}

.availableFor i:nth-child(2){
	font-size: 19px;
}

.celebrityPopup{
	position: absolute;
    background: url('../images/popup-bg1.jpg') no-repeat center top;
    background-size: cover;
	left: 105%;
	top: 0;
	width: 100%;
	z-index: 7;
	min-width: 275px;
	box-shadow: 0px 10px 30px rgb(103 89 121 / 30%);
    display: none;
    padding: 15px;
    border-radius: 0px 10px 10px 10px;
}

.celebrityPopup .celebsInfo{
	padding: 35px 0px 0px;
}

.celebrityPopup .celebsInfo h4{
    font-size: 1.2em;
}

.celebrityPopup .blueTick{
    background-color: #f22052;
}

.celebrityPopup .celebsPic-outer{
    width: 180px;
    height: 180px;
}

.celebrityPopup .celebsPic{
    width: 170px;
    height: 170px;
}

.celebrityPopup .starStars {
    width: 250px;
    position: absolute;
    left: -35px;
    bottom: -20px;
}

.celebsShort-bio {
	display: -webkit-box;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ef8904;
    line-height: 1.5;
    color: #ef8904 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.celebrityPopup .celebsIntro{
	margin-top: 0px !important;
}

.celebrityList .col-md-2.col-xs-6:last-child .celebrityPopup,
.celebrityList .col-md-3.col-xs-6:last-child .celebrityPopup{
	left: auto;
	right: 105%;
}

.brandBanner-holder{
    margin-bottom: 80px;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.brandBanner-holder img{
    width: 100%;
    height: auto;
}

.highlightText{
    color: yellow;
    font-weight: 700;
}

.brandsHolder{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brandBlock{
    background-color: #fff;
    width: 24%;
    position: relative;
    transition: all 0.5s;
    border-radius: 2px;
    overflow: hidden;
}

.brandBlock:hover{
    transform: scale(1.3);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.8);
    position: relative;
    z-index: 7;
}

.brandBlock img{
    max-width: 100%;
}

.brand-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), #040008);
}

.brandBlock:hover .brandContent-holder{
    padding: 10px;
}

.brandContent-holder{
    position: absolute;
    bottom: 0;
    width: 100%;
    left:0;
    padding: 15px;
    color: #fff;
}

.brandContent-holder p{
    height: 0px;
    overflow: hidden;
    transition: all 0.5s;
    font-size: 13px;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.brandBlock:hover .brandContent-holder p{
    height: auto;
    margin: 10px 0px;
}

.brandContent-holder h4{
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.linktoBrands{
    padding: 30px;
    background: url('../images/home/brandbg.png') no-repeat center, #130623;
    background-size: cover;
    border-radius: 8px;
    min-height: 290px;
    position: relative;
}

.linktoBrands h4{
    line-height: 1.5;
    font-weight: 300;
    font-size: 1.8em;
    letter-spacing: 0.3px;
}

.linktoBrands h4 span{
    color: yellow;
    font-weight: 600;
}

.brandLink{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}

.brandLink h5{
    font-weight: 300;
    font-size: 1.2em;
}

.promotions-block{
    margin: 40px 0px;
}

.promotionsHolder{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    justify-content: space-between;
}

.promotionsHolder.inBalance .promotionBlock:first-child{
    width: 38%;
}

.promotionsHolder.inBalance .promotionBlock:last-child{
    width: 58%;
}

.promotionBlock{
    background-color: #fff;
    width: 48%;
    min-height: 290px;
}

.zoomCall{
    background: url('../images/home/zommCall-bg.png') no-repeat center;
    background-size: cover;
    padding: 30px;
    border-radius: 8px;
}

.zoomCallImg{
    max-width: 100%;
}

.zoomContent-block h2{
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.5;
}

.zoomContent-block h2 span{
    color: yellow;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 1.8em;
    line-height: 1.3;
    display: block;
    margin-bottom: 10px;
}

.bookZoomCall, .bookZoomCall:hover, .bookZoomCall:focus{
    display: inline-block;
    padding: 10px 15px 8px;
    background-color: #2d8cfe;
    color: #fff;
    margin-top: 15px;
    border-radius: 8px;
    font-size: 1.1em;
}

.bookZoomCall img{
    max-width: 25px;
}

.eventBooking{
    border-radius: 8px;
    overflow: hidden;
    background: url('../images/popup-bg1.jpg') no-repeat center left, linear-gradient(to right, #3e0039, #f70089);
    padding: 30px;
    position: relative;
    background-size: 65%;
}

.eventBooking::after{
    content: "";
    width: 430px;
    height: 450px;
    border-radius: 50%;
    background-color: #970054;
    display: block;
    position: absolute;
    right: -131px;
    top: -80px;
    z-index: 0;
}

.eventBooking .row.flex-center{
    position: relative;
    z-index: 2;
}

.promotionBlock .celebsPic-outer{
    margin-top: -15px;
    width: 200px;
    height: 200px;
    margin-left: 30px;
}

.promotionBlock .celebsPic{
    width: 190px;
    height: 190px;
}

.promotionBlock .blueTick{
    width: 50px !important;
    height: 50px;
    background-color: #ed1f4a;
    z-index: 1;
}

.promotionBlock .starStars {
    width: 260px !important;
    position: absolute;
    left: -30px;
    bottom: -25px;
}

.eventBooking .bookZoomCall,
.eventBooking .bookZoomCall:hover,
.eventBooking .bookZoomCall:focus{
    background-image: linear-gradient(to right, #e31c3a, #fd2366);
    height: 43px;
    padding: 13px 15px;
}

.celebsLive{
    border-radius: 8px;
    overflow: hidden;
    background: url('../images/home/liveBG.jpg') no-repeat center bottom;
    padding: 30px;
}

.liveCelebs-outer{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #e31c3a, #fd2366);
    padding: 10px;
    position: relative;
    -webkit-animation: ripple 0.7s linear infinite;
          animation: ripple 0.7s linear infinite;
          margin-right: 40px;
}

.liveInfo{
    width: 100%;
}

/* @-webkit-keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(227, 28, 58, 0.3), 0 0 0 1em rgba(227, 28, 58, 0.3), 0 0 0 3em rgba(227, 28, 58, 0.3), 0 0 0 5em rgba(227, 28, 58, 0.3);
    }
    100% {
      box-shadow: 0 0 0 1em rgba(227, 28, 58, 0.3), 0 0 0 3em rgba(227, 28, 58, 0.3), 0 0 0 5em rgba(227, 28, 58, 0.3), 0 0 0 8em rgba(227, 28, 58, 0);
    }
  } */
  
  @keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(18, 21, 72, 0.3), 0 0 0 1em rgba(18, 21, 72, 0.3), 0 0 0 3em rgba(18, 21, 72, 0.3), 0 0 0 5em rgba(18, 21, 72, 0.3);
    }
    100% {
      box-shadow: 0 0 0 1em rgba(18, 21, 72, 0.3), 0 0 0 3em rgba(18, 21, 72, 0.3), 0 0 0 5em rgba(18, 21, 72, 0.3), 0 0 0 8em rgba(18, 21, 72, 0);
    }
  }

.liveCelebs-pic{
    width: 180px;
    height: 180px;
    margin: auto;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}

.liveCelebs-pic img{
    width: 100%;
    height: 180px;
}

.liveInfo h1{
    font-weight: 600;
    margin-bottom: 4px;
}

.liveInfo h4{
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#countdown{
    margin: 20px 0px;
    font-size: 2.5em;
    background: #08022d;
    border-radius: 8px;
    display: inline-block;
    padding: 8px 15px;
}

.liveTag{
    display: inline-block;
    padding: 8px 15px;
    font-size: 1em;
    font-weight: 600;
    background-image: linear-gradient(to right, #e31c3a, #fd2366);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    min-width: 130px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.5);
}

.live{
    display: inline-block;
    font-weight: 600;
    background: #ff1111;
    padding: 2px 8px;
}

.discountBlock{
    padding: 30px;
    border-radius: 8px;
    overflow: hidden;
    background:url('../images/home/discountBG1.png') no-repeat center right, url('../images/home/discountBG2.png') no-repeat center left, radial-gradient(#202366, #020d21);
    position: relative;
}

.discountContent{
    width: 70%;
    margin: auto;
    text-align: center;
    padding-top: 25px;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(0%, -50%);
}

.discountContent h1{
    margin: 5px;
    color: #efc704;
    font-weight: 800;
    font-size: 3em;
}

.discountContent h4{
    font-weight: 200;
    font-size: 1.4em;
    letter-spacing: 0.5px;
}

.discountBlock .codeBlock{
    max-width: 150px;
    margin: 15px auto 0px auto;
    background: #fff;
    border: none;
}

.discountBlock .codeBlock h4{
    color: #130623;
    font-weight: 600 !important;
}

.discountBlock .codeBlock .useCodeBtn{
    height: 41px;
    right: px;
    text-transform: uppercase;
    border-radius: 0px 4px 4px 0px;
}

.orderID{
    font-size: 18px !important;
    height: 54px !important;
}

.orderError{
    color: #ff2222;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}

.orderError i{
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.celebsBlock .celebsInfo .descBooking{
    display: none;
}


.celebrityList .col-md-3.col-xs-6{
    position: relative;
}

/* Media Query */


@media screen and (min-width: 768px){
    /* .celebsBlock:hover .celebrityPopup{
        display: block;
    } */

    .celebsBlock:hover{
        transform: scale(1.2);
        background: url("../images/popup-bg1.jpg") no-repeat center top;
        background-size: cover;
        position: absolute;
        z-index: 9;
        left: 0;
        width: 100%;
    }

    .celebsBlock:hover .celebsProfHeader{
        background-color: transparent;
    }

    .celebsBlock:hover .blueTick{
        background-color: #f22052;
    }

    .celebsBlock:hover .celebsInfo .descBooking{
        display: block !important;
    }

    .celebsBlock:hover .celebsInfo .descBooking span{
        font-size: 12px;
    }

    .celebsBlock:hover p.celebsShort-bio{
        font-size: 11px !important;
    }

    .celebsBlock:hover .availableFor{
        display: none;
    }
}

@media screen and (max-width: 680px){
	.bannerBlock{
        width: 100%;
        margin: 0px;
    }

    #gigBanner .item img{
        width: 100%;
        max-width: unset;
    }

    .section-header{
        display: block;
        margin-top: 20px;
    }
    
    .categoryHolder{
        padding: 0px;
    }

    .customContainer{
        padding: 20px;
    }

    .section-header h3{
        font-size: 2em;
    }

    #featuredGigs .section-header{
        margin-top: 25px;
    }

    .bannerContent{
        padding: 20px;
    }

    .bannerContent h1{
        font-size: 1.2em;
    }

    .bannerListing{
        margin-bottom: 20px;
    }

    .celebsProfHeader{
        background: #130623;
    }

    .filterBlock h3{
        font-size: 1em;
    }

    .celebsPic{
        width: 100px;
        height: 100px;
    }

    .celebsPic-outer{
        width: 110px;
        height: 110px;
    }

    .starStars{
        width: 150px !important;
    }

    .celebsInfo {
        padding: 30px 10px 10px;
    }

    .celebsInfo h4{
        font-size: 14px;
    }

    .charges{
        display: block;
        margin-top: 5px;
    }

    .availableFor{
        padding-top: 0;
        border-top: none;
    }

    .celebrityList .col-md-3.col-xs-6,
    .celebrityList .col-md-2.col-xs-6{
        padding-left: 5px;
        padding-right: 5px;
    }

    .celebsBlock{
        margin-bottom: 10px;
    }

    .brandBanner-holder{
        margin-bottom: 20px;
    }

    .brandsHeader h1{
        font-size: 2em;
    }

    .brandsHeader{
        padding: 20px 20px 80px 20px;
    }

    .brandsHeader h4{
        font-size: 1.5em;
    }

    #brands{
        margin-bottom: 0px;
    }

    .brandBlock{
        width: 48%;
        margin-bottom: 15px;
    }

    .linktoBrands, .brandLink {
        padding: 20px;
    }

    .promotionsHolder{
        display: block;
    }

    .zoomCall{
        width: 100%;
        padding: 15px;
        text-align: center;
        margin-bottom: 15px;
    }

    .zoomCall .row.flex-center{
        display: block;
    }

    .zoomContent-block h2 span{
        font-size: 1.5em;
        margin-bottom: 0;
    }

    .bookZoomCall{
        margin-bottom: 15px;
    }
    
    .promotionBlock{
        width: 100%;
        padding: 15px;
        display: block;
    }

    .eventBooking::after{
        display: none;
    }

    .eventBooking .row.flex-center{
        display: block;
    }

    .eventBooking{
        background-size: cover; 
    }

    .promotionBlock .celebsPic-outer{
        margin-top: 0;
        margin: auto;
    }

    .eventBooking .zoomContent-block{
        text-align: center;
        margin-top: 30px;
    }

    .celebsLive{
        background-size: cover;
        margin-bottom: 15px;
    }

    .liveCelebs-outer{
        margin: auto;
    }

    .liveInfo {
        margin-top: 30px;
    }

    .discountBlock {
        padding: 30px;
        border-radius: 8px;
        overflow: hidden;
        background: url('../images/home/discountBG1.png') no-repeat 159% 0px, url('../images/home/discountBG2.png') no-repeat -94px 0px, radial-gradient(#202366, #020d21);
        position: relative;
    }

    .discountContent {
        width: 80%;
        margin: auto;
        text-align: center;
        padding-top: 25px;
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(0%, -50%);
    }

    .discountContent h1{
        font-size: 2.2em;
    }

    .discountContent h4{
        font-size: 1.1em;
    }

    .promotions-block{
        margin: 15px 0px;
    }

    .discountBlock .codeBlock {
        max-width: 190px;
        height: 39px;
        padding: 12px 15px;
    }

}