body {
    margin: 0;
}
.logo1 img,.logo2 img,.footer_blk img,.mobile-logo img {
    object-fit: contain;
}
.header_search img {
    object-fit: contain;
}

.playsoon {
    width: 100%;
    float: left;
    height: 600px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.playsoon p {
    font-size: 35px;
    font-family: 'Poppins-SemiBold';
    color: #d0000c;
}
.fullwidthimg {
    width: 100%;
    float: left;
}
.fullwidthimg .slick-dots li button{
	padding: 0;
    width: 6px;
    height: 6px;
    background-color: #e0e0e0;
    border: unset;
    outline: unset;
    font-size: 0;
    width: 100% !important;
}
.fullwidthimg .slick-dots .slick-active button{
    /* width: 320px; */
    background-color: red;
    background-color: #ff0000;
}
.fullwidthimg ul.slick-dots {
    width: 100%;
    /* float: left; */
    margin-top: 20px;
    display: flex;
    max-width: 1260px;
    margin: 0 auto;
}
.fullwidthimg .slick-dots li{
    display: inline-block;
    list-style-type: none;
    width: 100%;
}

.imgwidth .object-cover {
    width: 100%;
    height: 750px;
    object-fit: cover;
    object-position: center;

}
.col-sm-2.user_info p a {
    color: white;
}
.inner_artist_image img {
    height: 396px;
    border-radius: 60px 10px;
    object-fit: cover;
}
.inner_ardet .event_info{
    width: 188px;
    top: -40px;
    height: 90px;
   
}
.eventspage_part p {
    color: #fff;
    margin: 0;
    font-size: 20px;
   }
.artist_detail_section h4 {
    font-size: 30px;
    color: #000000;
    font-family: 'Poppins-SemiBold';
    padding-top: 1em;
}

.artist_detail_section p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    padding: 0 30px;
}
.artist_detail {
    margin: 5em 0;
}
.inner_artist_image {
    margin-right: 30px;
    margin-top: -15px;
}
.artist_detail_section:before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #e0e0e0;
    border-radius: 60px 10px;
}

.artist_detail_section {
    position: relative;
}
.artist_det_image a img {
    height: 313px;
    border-radius: 26px;
    object-fit: cover;
    width: 100%;
}
.inner_ardet h6 {
    font-size: 13px;
    color: #000000;
    font-family: 'Poppins-Medium';
}
.inner_ardet h4 {
    font-size: 35px;
    text-transform: uppercase;
    color: #e2012d;
    font-family: 'Poppins-SemiBold';
    margin: 0;
    padding: 10px;
}
.inner_ardet p {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    height: 50px;
    margin-bottom: 20px;
}
.inner_ardet .timer-grid{
    border: 1px solid #000000;
    max-width: 80%;
    gap:25px;
}
.inner_ardet .box-time-date{
    font-size: 12px;
    color: #000000;
    border-right: 1px solid #000000;
}
.inner_ardet span.number {
    color: #000000;
    font-size: 18px;
    font-family: 'Poppins-Medium';
}
.inner_ardet b {
    font-size: 12px;
    font-family: 'Poppins-Regular';
}
.artist_time {
    width: 100%;
    float: left;
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 10px !important;
}
.inner_ardet .event_info_top span {
    font-size: 11px;
}
.inner_ardet span.time {
    font-size: 15px;
}
.inner_ardet a.view {
    font-size: 10px;
}
.event_info{
    width: 180px;
    height: 80px;
    top: -35px;
}
.inner_ardet {
    padding: 20px;
}
.inner_ardet a.pa_watch{
    filter: unset;
    margin-top: 2em;
}
.artist_time_full {
    padding: 0 10px;
}
.artist_detwrap h3 {
    font-size: 30px;
    color: #000000;
    font-family: 'Poppins-SemiBold';
    margin: 0;
    margin-bottom: 2em;
}
.inner_ardet .box-time-date:last-child {
    border-right: unset;
}
.artist_det_section{
    display: grid;
    grid-template-columns: 33% 33% 32%;
    grid-template-rows: 362px 218px;
    grid-gap: 12px;
    margin-top: 1em;
    margin-bottom: 15em;
}
.main_artist_image:first-child {
    grid-column: span 1;
}
.main_artist_image:nth-child(2) {
    grid-column: span 1;
}
.main_artist_image:nth-child(3) {
    grid-row: span 2;
}
.main_artist_image:first-child img {
    height: 363px;
    border-radius: 10px;
    object-fit: cover;
}
.main_artist_image:nth-child(2) img {
    height: 363px;
    border-radius: 10px;
    object-fit: cover;
}
.main_artist_image:nth-child(3) img{
    height: 698px;
    border-radius: 10px;
    object-fit: cover;
}
.main_artist_image:nth-child(4) {
    grid-column: span 2;
}
.main_artist_image:nth-child(4) img{
    height: 315px;
    border-radius: 10px;
    width: 845px;
    object-fit: cover;
}
.artist_title h3 {
    font-size: 30px;
    color: #000000;
    font-family: 'Poppins-SemiBold';
}
.artist_title {
    text-align: center;
}
.artist_det_third {
    margin-top: 4em;
}
.grid-container {
    display: grid;
    grid-template-rows: 100px 80px 140px 125px;
    grid-template-columns: 193px 170px 120px 200px 260px 80px 175px;
    gap: 10px;
    max-width: 1260px;
    margin: 0 auto;
}
.grid-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.grid-item:nth-child(1) {
    grid-row: span 3;
    grid-column: span 2;
	padding-top: 8em;
}
.grid-item:nth-child(2) {
    grid-row: span 3;
    grid-column: span 2;
}
.grid-item:nth-child(3) {
    grid-row: span 4;
    grid-column: span 2;
    padding-top: 5em;
}
.grid-item:nth-child(4) {
    grid-row: span 4;
    grid-column: span 1;
    padding-top: 10em;
}
.grid-item:nth-child(5) {
    grid-row: span 3;
    grid-column: span 3;
    padding-left: 5em;
    padding-bottom: 6em;
}
.grid-item:nth-child(6) {
    grid-row: span 3;
    grid-column: span 1;
}
.grid-item:nth-child(7) {
    grid-row: span 2;
    grid-column: span 1;
}
.grid-item:nth-child(8) {
    grid-row: span 1;
    grid-column: span 2;
}
.grid-item:nth-child(9) {
    grid-row: span 1;
    grid-column: span 2;
    background-color: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-item:nth-child(9) a{
    font-size: 22px;
    line-height: 30px;
    color: #fefefe;
}
.eventspage_buttons p {
    font-size: 18px;
    font-size: 40px;
    color: #ffffff;
}
/* .grid-item.readmore {
    grid-row: span 1 !important;
    grid-column: span 1 !important;
    background-color: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    padding-bottom: 0;
} */

.grid-item.readmore a {
    font-size: 22px;
    line-height: 50px;
    color: #fefefe;
}


.watch_event_grid {
    margin: 3em 0;
}
.profilealrt {
    width: 26%;
    float: left;
    margin-left: 67%;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    font-size: 17px;
}
.profilesuccessalert{
    width: 26%;
    float: left;
    margin-left: 67%;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    text-align: center;
    padding: 15px;
    margin-top: 20px;
    font-size: 17px;
}

.failpay ul li {
    list-style-type: none;
}


.failpay .paymentalertsuccess {
    width: 32%;
    float: left;
    margin-left: 64%;
    text-align: center;
    font-size: 17px;
    margin-top: 20px;
    background-color: #d4edda;
    border-color: #c3e6cb;
    text-align: center;
    padding:15px;
}


.failpay .paymentalertfail{
    width: 32%;
    float: left;
    margin-left: 64%;
    text-align: center;
    font-size: 17px;
    margin-top: 20px;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    text-align: center;
    padding:15px;

}


.myprofile_radio label.error {
    color: red;
}

.blog_detail_wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 2em;
}
.blog_detail_wrap_inner b {
    font-size: 26px;
    line-height: 36px;
    color: #000000;
}
.blog_detail_wrap_inner b a{
    color: #f32434;
}

.innerbanner_image_section.blg_det img {
    height: 200px;
    object-position: top;
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
    width: 100%;
    object-fit: cover;
}
span.blg_dt {
    width: 64px;
    height: 20px;
    background-color: #f32434;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    font-family: 'Poppins-SemiBold';
    color: #fff;
    border-radius: 2px 2px 2px 27px;
}
.latest_blog_wpper h2 {
    font-size: 22px;
    line-height: 36px;
    color: #102b2a;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 51px;
    border-radius: 5px;
    background-color: #f6faff;
    border: 1px solid #dedede;
	    margin-top: 0;
}
.latest_blk_image img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.soccy ul li a img {
    height: 35px;
    width: 35px;
    object-fit: contain;
}
.blog_detail_wrap_inner:after {
    content: "";
    border-radius: 3px;
    background-color: #f9f9f9;
    height: 65%;
    width: 104%;
    display: block;
    position: absolute;
    bottom: 0;
    left: -25px;
    z-index: -1;
}
.latest_blk_info h4 a {
    font-size: 20px;
    color: #f32434;
	position:relative;
	font-family: 'Poppins-SemiBold';
}
.latest_blk_info {
    padding: 35px 0;
}
.latest_blk_info h4 a:after {
    content: "";
    width: 88px;
    height: 1px;
    background-color: #dc5d3f;
    display: block;
    position: absolute;
    right: -3em;
    bottom: -5px;
}
.blog_detail_wrap_inner p {
    font-size: 20px;    
    /* margin-bottom: 75px; */
    line-height: 36px;
    color: #000000;
}

.latest_blk_info p {
  font-size: 12px !important;
    line-height: 18px !important;
    color: #5c5c5c;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
    padding-bottom: 0;
    overflow: hidden;
	position:relative;
}
.latest_blk_info p:after {
    content: "";
    opacity: 0.502;
    width: 88px;
    height: 1px;
    background-color: #dc5d3f;
    display: block;
    margin-top: 10px;
}
a.rd_mt {
    font-size: 12px;
    color: #000000;
}
.latest_blog_blk {
    border-radius: 2px;
    background-color: #eff2f7;
    border: 1px solid #e4e4e4!important;
    display: flex!important;
    align-items: center;
    gap: 20px;
	    margin-bottom: 10px;
}
.blog_detail_image img {
    height: 570px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}
.image_info {
    border-radius: 3px;
    background-color: #f32434;
    padding: 20px;
    position: relative;
    width: 97%;
    margin: 0 2%;
    margin-top: -4em;
}
.image_info p {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}
.blog_detail_wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 2em;
}
.blog_detail_wrap_inner b {
    font-size: 26px;
    line-height: 36px;
    color: #000000;
    padding-bottom: 25px;
    display: inline-block;
}
.blog_detail_wrap_inner b a{
    color: #f32434;
}

.blog_share span {
    font-size: 22px;
    line-height: 24px;
    color: #f32636;
    font-family: 'Poppins-Medium';
}
.soccy {
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    display: flex;
    gap: 20px;
	align-items: center;
    font-family: 'Poppins-SemiBold';
}
.soccy ul {
    display: flex;
    gap: 20px;
}
.soccy ul li{
   list-style:unset;
}
.blog_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #ccc;
    padding: 35px 0;
    margin-top: 30px;
}
.blog_detail_wrapper {
    margin-top: 6em;
}

.newsletter {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 80px;
    z-index: 1;
}
.newsletter .newsletteralertsucces {
    background-color: #d3000c;
    color: #ffffff;
    width: 300px;
    border-color: unset;
    border:unset;
    padding: 15px;
}
.newsletter ul li {
    list-style: none;
    color: #ffffff;
    font-size: 16px;
}

.notification_wrapper{
    float: left;
        width: 100%;
        margin: 6em 0 6em;
    
    }

    .form-check {
        width: 50%;
        margin: 0 auto;
        margin-top: 20px;
    }
    
    .notification-sms {
        width: 50%;
        margin: 0 auto;
    }

    /* .form-group {
        width: 50%;
        margin: 0 auto;
    }
     */

    .notificationsms-block {
        width: 52%;
        margin: 0 auto;
        /* float: left; */
        border: 2px solid #e9e9e9;
        padding: 30px;
        border-radius: 10px;
    }
    

.plyr__control--overlaid{
    color:#fff !important;
    background:red !important;
}
.plyr__control:hover{
    background: unset !important;
    color: #fff !important;
}
.plyr__control{
    color: #fff !important;

}
.plyr--full-ui input[type=range]{
color:red !important;
}
.plyr--video .plyr__controls{
color:#fff !important;
}
.plyr--video .plyr__control[aria-expanded=true]{
    color:unset !important;
    background: unset !important;
}
.plyr__menu__container{
    background-color: #000000 !important;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{
    color: red !important;
    background: red !important;
}
.changepassword_form .form-control{
        height: 50px;
        border-radius: 0 0 15px 0px;
        background-color: #ffffff;
        border: 1px solid #cecece;
        font-size: 18px;
        line-height: 45px;
        color: #000000;
        font-family: 'Poppins-Regular';
}
.changepassword_form .form-control:focus{
    outline: 1px solid #fabdc2;
    outline-offset: 5px;
    box-shadow: 0px 5px 5px #fabdc26b;
}
.fa-chevron-right:before {
    content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 8px;
    position: relative;
    top: 0px;
}

.fa-chevron-left:before {
    font: normal normal normal 14px/1 FontAwesome;
}

body {
    overflow-x: hidden;
}

i {
    font: normal normal normal 14px/1 FontAwesome;
}

a:focus,
a:hover {
    color: #000;
    text-decoration: none;
    outline: 0;
}

a {
    color: #000;
    font-family: "Poppins-Regular";
}

a:active,
a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

img {
    max-width: 100%;
}

.row {
    margin: 0;
    padding: 0;
}

.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    padding: 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    list-style-type: disc;
    color: #000000;
    font-family: "Poppins-Regular";
}

p strong {
    font-size: 20px;
    font-family: "Poppins-Regular";
}
strong {
    font-family: "Poppins-SemiBold";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins-SemiBold";
}

.no-margin {
    margin: 0;
}

p,
span {
    font-family: "Poppins-Regular";
}

.container-fluid {
    padding: 0;
}

img {
    max-width: 100%;
}

.container {
    padding: 0;
    max-width: 1260px;
    margin: 0 auto;
    width: auto;
}

a h4:hover {
    opacity: 0.8;
}

.svg {
    position: absolute;
    width: 0;
    height: 0;
}
.header_menu ul li {
    list-style: none;
}

.header_menu ul li ul {
    min-width:220px;
    z-index:100;
}

.header_menu ul li a {
    padding:15px 0;
}

.header_menu ul li ul li a {
    padding:15px 10px;
}

.header_menu ul {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 18px;
}
.header_wrapper_full {
    background-color: #000000;
    /* border-bottom: 2px solid #808080; */
    border-bottom: 2px solid #fff;
}
.header_wrap_full {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    /* background-color: #000000; 
    border-bottom: 2px solid #808080; */
}
.header_menu ul li a {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
}
ul.subMenu {
    position: absolute;
    top: 22px;
    left: 177px;
    z-index: 1;
    background-color: #000;
    padding: 20px;
    display:block;
}
/* .header_menu ul:hover ul.subMenu{
    visibility: visible;
    opacity: 1;
}
ul.subMenu {
    position: absolute;
    top: 20px;
    left: 172px;
    display: block;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    background-color: #000;
    padding: 20px;
}
ul.subMenu:hover ul.subMenu{
    visibility: visible;
    opacity: 1;
}
ul.subMenu {
    position: absolute;
    top: 45px;
    left: 140px;
    display: block;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    background-color: #000;
    padding: 20px;
} */

.header_search {
    text-align: end;
	cursor:pointer;
}
.user_info p {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    float: right;
    margin-right: 65px;
}
.user_info {
    position: relative;
	cursor:pointer;
}
.user_info:after {
    content: "";
    background-image: url(../images/home/user.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 52px;
    height: 48px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer_wrapper_full {
    background-image: linear-gradient(120deg, #e2012d 0%, #b90125 100%);
    float: left;
    width: 100%;
}
.footer_blk p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    max-width: 300px;
    margin-bottom: 25px;
}
.footer_blk strong {
    font-size: 18px;
    color: #ffffff;
	    margin-bottom: 20px;
    display: inline-block;
}
.footer_blk strong:after {
	 content: "";
    border-bottom: 2px solid #ffffff;
    width: 70%;
    height: 4px;
    display: block;
	    padding-bottom: 10px;
}
ul.social_icon li {
    list-style: none;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
ul.social_icon li a i {
color:#ffffff;
}
ul.social_icon {
    display: flex;
    gap: 20px;
}
.footer_blk h4 {
    font-size: 22px;
    color: #ffffff;
	padding-bottom: 15px;
	display:inline-block;
}
.footer_blk h4:after {
    content: "";
    border-bottom: 2px solid #ffffff;
    width: 70%;
    height: 4px;
    display: block;
	    padding-bottom: 10px;
}
.footer_blk ul li a {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
	display:block;
	transition:.5s;
}
.footer_blk ul li:hover a {
	transform:translateX(10px);
	transition:.5s;
}
.social_icon li:hover {
    transform: rotate(360deg);
	transition:.5s;
}
.footer_blk ul li {
 list-style:none;
 transition:.5s;
}
.footer_blk h3 {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    text-align: center;
}
.footer_blk h5 {
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    text-align: center;
}
.footer_blk h5 span {
    color: #e2012d;
    display: inline-block;
    font-family: 'Poppins-SemiBold';
    margin: 0;
}
.footer_blk form input {
    width: 418px;
    height: 58px;
    border-radius: 29px;
    background-color: #f5f5f5;
    border: 2px solid #dcdcdc;
    font-size: 20px;
    color: #bfbfbf;
    font-family: 'Poppins-SemiBold';
	padding: 0 20px;
}
.footer_blk form input::placeholder {
    font-weight: 100;
    color: #bfbfbf;
    font-family: 'Poppins-Regular';
}
.footer_blk form button {
    width: 220px;
    height: 60px;
    border-radius: 29px;
    filter: drop-shadow(6.309px 9.011px 13px rgba(0, 0, 0, 0.2));
    background-color: #e2012d;
    font-size: 24px;
    line-height: 50px;
    color: #ffffff;
    font-family: 'Poppins-SemiBold';
    border: unset;
	    margin: 30px 0;
}
.footer_blk form {
    text-align: center;
	margin-top: 3em;
}
.footer_wrapper {
    padding: 60px 0;
    display: flex;
    align-items: baseline;
    /* justify-content: space-between; */
    gap: 40px;
}
.footer_blk span {
    margin-bottom: 30px;
    display: inline-block;
}
.footer_blk:first-child span:after {
	content: "";
    border-bottom: 2px solid #ffffff;
    width: 70%;
    height: 4px;
    display: block;
	padding-bottom: 10px;
}
.footer_blk:last-child:after {
    content: "";
    background-color: #f5f5f5;
    height: 475px;
    width: 100%;
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    border-radius: 40px 40px 0 0;
    z-index: -1;
}
.footer_blk:last-child:before {
    content: "";
    height: 489px;
    width: 100%;
    display: block;
    position: absolute;
    top: -115px;
    left: -15px;
    border-radius: 60px 60px 0 0;
    border: 2px solid #c51d50;
    z-index: -1;
}

.footer_blk:last-child {
    position: relative;
    z-index: 1;
	margin-right: -20px;
}
.footer_blk:first-child {
    margin-left: -20px;
}
.footer_blk:last-child h3:before {
    content: "";
    width: 89px;
    height: 2px;
    border-radius: 1px;
    background-color: #c51d50;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -4.2em;
}
.footer_cc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.footer_cc p {
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
	margin-bottom:0;
}
.footer_cc_wrap {
    border-top: 2px solid #dcdcdc;
}
.home_about_image img {
    height: 640px;
    width: 100%;
    border-radius: 50%;
    border: 8px solid #ffffff;
    object-fit: cover;
    outline: 1px solid #969696;
  /*   padding: 30px; */
}
.home_about_wrap strong {
    width: 200px;
    height: 45px;
    border-radius: 22px;
    background-color: #000000;
    border: 1px solid #ffffff;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    margin-left: -5px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
}
.home_about_wrap h1 {
    border-radius: 69px;
    background-color: #d7012b;
    border: 1px solid #ffffff;
    display: table;
    padding: 20px 30px;
    font-size: 36px;
    color: #fbfbfb;
    margin-top: -8px;
    position: relative;
    left: -25px;
    z-index: -1;
    margin-bottom: 25px;
}
.home_about_wrap p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
a.pay_watch {
    border-radius: 21px;
    filter: drop-shadow(6.092px 15.871px 9px rgba(0, 0, 0, 0.3));
    background-image: linear-gradient(-22deg, #b20023 0%, #e1012d 100%);
    border: 1px solid;
    display: inline-block;
    padding: 5px 20px;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Poppins-SemiBold';
    position: relative;
    z-index: 3;
    margin-top: 2em;
}
.home_about_image {
    margin-left: -20px;
	margin-right: 4em;
	margin-bottom: 5em;
}
.home_about_image:before {
    content: "";
    height: 100%;
    width: 100%;
    outline: 1px solid #969696;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%; 
    outline-offset: 0px;
	animation: offsetAnimation3 2s infinite;
	z-index:-1;
    -webkit-border-radius: 50%; /* Add this for Safari support */
    -webkit-animation: offsetAnimation3 2s infinite; /* Add this for Safari support */
}

@keyframes offsetAnimation3 {
    0% {
        outline-offset: 0px;
    }
    50% {
        outline-offset: -15px;
    }
    100% {
        outline-offset: -25px;
    }
}
.home_about_image:after {
    content: "";
    height: 100%;
    width: 100%;
    outline: 1px solid #969696;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    /* border-radius: 50%; */
    outline-offset: 0px;
	animation: offsetAnimation2 2s infinite;
	z-index:-1;
}
@keyframes offsetAnimation2 {
    0% {
        outline-offset: 0px;
    }
    50% {
        outline-offset: 15px;
    }
    100% {
        outline-offset: 25px;
    }
}
.home_about_inner:after {
	content: "";
    height: 100%;
    width: 100%;
    outline: 0.5px solid #969696;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
   -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    outline-offset:0px;
	animation: offsetAnimation 2s infinite;
	z-index:-1;
}
@keyframes offsetAnimation {
    0% {
        outline-offset: 0px;
    }
    50% {
        outline-offset: 25px;
    }
    100% {
        outline-offset: 50px;
    }
}

.home_about_wrapper {
    padding: 4em 0 6em;
    /* background-image: url(../images/home/abox-bg.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; */
    float: left;
    width: 100%;
    /* margin-top: -5em; */
}
.form-control-search a {
    font-size: 20px;

}
.form-control-search a:hover{

color:red;
}
.home_about_wrapper:before {
    content: "";
    background-image: url(../images/home/abox-bg.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    width: 100%;
    position: absolute;
    top: -175px;
    left: 0;
    height: 850px;
    z-index: -1;
}
.latest_image img {
    height: 480px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
}
.latest_content h4 a {
    font-size: 20px;
    color: #000000;
    font-family: 'Poppins-SemiBold';
}
.latest_content p {
    font-size: 11px;
    line-height: 16px;
    color: #000000;
}
a.read_more {
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    color:#e1022d;
}
.latest_content {
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    position: absolute;
    bottom: 15px;
    padding: 15px;
	text-align: left;
}
.latest_blog.slick-active +.slick-active .latest_content {
    width: 98%;
    bottom: 10px;
}
.latest_blog.slick-active +.slick-active +.slick-active .latest_content{
    bottom: 15px;
    width: 100%;
}
span.post_date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-image: url(../storage/images/home/Polygon.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 20px;
    line-height: 16px;
    color: #ffffff;
    font-family: 'Poppins-SemiBold';
    gap: 5px;
    position: absolute;
    top: -30px;
    right: 10px;
}
span.post_date strong {
    font-size: 11px;
    line-height: 16px;
    color: #ffffff;
    padding-top: 5px;
    border-top: 2px solid #ffffff;
}
.latest_overall {
    position: relative;
}
.latest_blog_wrapper h2 {
    font-size: 40px;
    color: #000000;
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 55px;
}
.latest_blog_wrapper h2:before {
    content: "";
    width: 111px;
    height: 1px;
    border-radius: 0px;
    background-color: #e2012d;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
	    top: -5px;
    margin: auto;
}
.latest_blog_wrapper h2:after {
    content: "";
    width: 111px;
    height: 1px;
    border-radius: 0px;
    background-color: #e2012d;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
	    bottom: -5px;
    margin: auto;
}
.latest_blog_wrapper {
    /* text-align: center; */
    padding-top: 4em;
    padding-bottom: 9em;
    float:left;
    width:100%;
}
.latest_blog_wrapper.last h2{
    text-align: unset;
    border-bottom: 3px solid;
    display: inline-block;
    margin-bottom: 40px;
}
.latest_blog_wrapper.last h2:before{
    display: none;
}
.latest_blog_wrapper.last h2:after{
    display: none;
}

.latest_blog_slider .slick-track {
    padding: 4em 0;
}
.latest_blog.slick-active {
	transform:scale(0.9);
	    z-index: -1;
		    transition: .5s;
}
.latest_blog.slick-active +.slick-active {
	transform:scale(1.1);
	    z-index:9;
		    transition: .5s;
}
.latest_blog.slick-active +.slick-active +.slick-active {
	transform:scale(0.9);
	    z-index: -1;
		    transition: .5s;
}
.latest_blog.slick-active .latest_content p {
	display:none;
	
}
.latest_blog.slick-active +.slick-active .latest_content p {
	display:block;
}
.latest_blog.slick-active +.slick-active +.slick-active .latest_content p {
	display:none;
}
.latest_blog.slick-active .latest_content a.read_more {
	display:none;
}
.latest_blog.slick-active +.slick-active .latest_content a.read_more {
	display:block;
}
.latest_blog.slick-active +.slick-active +.slick-active .latest_content a.read_more {
	display:none;
}
.latest_blog.slick-active .latest_image img {
    border-top-right-radius: 5px;
}
.latest_blog.slick-active +.slick-active .latest_image img {
    border-top-right-radius: 80px;
}
.latest_blog.slick-active +.slick-active +.slick-active .latest_image img {
    border-top-right-radius:5px;
}
.how_it_works_blk p {
    font-size: 12px;
    color: #5c5c5c;
    max-width: 220px;
}
.how_it_works_blk h4 {
    font-size: 26px;
    color: #000000;
}
.how_it_works_blk span img {
    height: 75px;
    width: 75px;
    object-fit: contain;
}
.how_it_works_blk_inner {
    height: 338px;
    border-radius: 169px;
    filter: drop-shadow(-19.45px 20.142px 23px rgba(0, 0, 0, 0.12));
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.how_it_works_wrap {
	position:relative;
	    padding-top: 3em;
}
.how_it_works_wrap:after {
    content: "";
    background-image: url(../storage/images/home/how-bg2.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    width: 110%;
    display: block;
    position: absolute;
    left: -130px;
    z-index: -1;
}
.how_it_works_blk {
    padding: 20px 50px;
}
.how_it_works_blk:first-child {
    padding-left: 15px;
    padding-right: 75px;
}
.how_it_works_blk:last-child {
    padding-right: 15px;
    padding-left: 70px;
}
.how_it_works_blk:after {
    content: "";
	background-image: url(../storage/images/home/shadow.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.how_it_works_wrapper h2 {
    font-size: 36px;
    color: #000000;
	    position: relative;
}
.how_it_works_wrapper {
    text-align: center;
    padding-top: 9em;
}
.how_it_works_wrapper h2:after {
    content: "";
    background-image: url(../storage/images/home/ho.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 600px;
    height: 120px;
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}
.upcoming_content {
    background-image: url(../storage/images/home/upcom.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 25px 35px;
    border-radius: 30px;
    width: 95%;
    margin: 0 3%;
    margin-top: -4em;
	text-align: center;
	padding-bottom: 2em;
}
.upcoming_content h6 {
    font-size: 21px;
    color: #ffffff;
	text-align: left;
	position:relative;
}
.upcoming_content h6:after {
    content: "";
    border-bottom: 2px solid #ffffff;
    height: 1px;
    display: block;
    width: 50px;
    position: absolute;
    bottom: -8px;
    left: 75px;
}
.upcoming_content h4 {
    font-size: 57px;
    text-transform: uppercase;
    color: #ffffff;
	text-align: center;
    padding-top: 35px;
}
.upcoming_content p {
    font-size: 15px;
    line-height: 19px;
    color: #ffffff;
    text-align: center;
	margin: 20px 0;
}
.timer-grid {
    display: flex;
    border: 1px solid #ffffff;
    max-width: 70%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 10px;
    gap: 20px;
    padding: 10px 0;
    margin-bottom: 25px;
}
span.number {
    font-size: 28px;
    color: #ffffff;
    font-family: 'Poppins-SemiBold';
	margin-right:5px;
}
.box-time-date {
	font-size: 18px;
    color: #ffffff;
	font-family: 'Poppins-Regular';
	border-right:1px solid #ffffff;
	padding-right:20px;
}
.box-time-date:last-child {
	border-right:unset;
}
.upcoming_content b {
    font-size: 15px;
    line-height: 19px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
	    position: relative;
}
.upcoming_content b:before {
    content: "";
    background-image: url(../storage/images/home/loc.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    left: -35px;
    top: -5px;
}
.event_info_top {
    display: flex;
    justify-content: space-between;
	   align-items: center;
    width: 100%;
}
.event_info_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.event_info {
    display: flex;
    flex-wrap: wrap;
    background-image: url(../storage/images/home/glow.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 225px;
    position: absolute;
    top: -25px;
    right: 25px;
    height: 100px;
    padding: 25px 15px;
}
.event_info_top span {
    font-size: 13px;
    color: #ffffff;
}
span.time {
    font-size: 17px;
    color: #ffffff;
}
a.view {
    font-size: 11px;
    color: #ffffff;
    padding: 5px 10px;
    border: 1px dashed #ffffff;
	    border-radius: 5px;
}
.upcoming_image img {
    height: 350px;
    width: 100%;
        border-radius: 10px 10px 50px 50px;
    object-fit: cover;
}
.upcoming_blk {
    padding: 0 10px;
}
.pay_watch {
    width: 100%;
    float: left;
}
.pay_watch a.pay_wat {
    width: 335px;
    height: 58px;
    border-radius: 29px;
    filter: drop-shadow(9.027px 11.98px 12px rgba(0, 0, 0, 0.3));
    background-image: linear-gradient(90deg, #d8022b 0%, #b60123 100%);
    display: block;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    line-height: 57px;
    margin-top: 10px;
}
a.pa_watch {
    width: 154px;
    height: 40px;
    border-radius: 20px;
    filter: drop-shadow(6.092px 15.871px 9px rgba(0, 0, 0, 0.3));
    background-image: linear-gradient(-22deg, #b6b6b6 0%, #ffffff 100%);
    font-size: 15px;
    color: #e2012d;
    font-family: 'Poppins-SemiBold';
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: -3em;
    margin-top: 1em;
}
.upcoming_event_wrap h2 {
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    margin: 30px 0;
    margin-top: 50px;
}
.upcoming_event_wrapper {
    background-image: url(../storage/images/home/upcoming.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 4em;
    padding-bottom: 8em;
	    float: left;
    width: 100%;
    margin-top: 1em;
}
.upcoming_event_slider {
    margin-top: 2em;
}
/* .header_logo img {
   height: 65px; 
    width: 100%; 
    object-fit: contain;
} */
.front_logo.face {
    padding: 20px 0 0;
}
.back_logo.face {
    padding: 20px 0 0;
}
#card-object-hf .face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    text-align: center;
}
#card-object-hf .back_logo {
    /* -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg); */
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
#card-object-hf {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
	    height: 65px;
		/* -webkit-animation: flip-horizontal-top 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
	        animation: flip-horizontal-top 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both; */
            -webkit-animation: flip-vertical-right 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;
	        animation: flip-vertical-right 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both;


}
.anim-object {
    display: none;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.anim-object.active {
    display: block;
    z-index: 905;
}
/* @keyframes flip-horizontal-top {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }

    to {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg)
    }
} */
@-webkit-keyframes flip-vertical-right {
    0% {
      -webkit-transform: rotateY(0);
              transform: rotateY(0);
    }
    100% {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
    }
  }
  @keyframes flip-vertical-right {
    0% {
      -webkit-transform: rotateY(0);
              transform: rotateY(0);
    }
    100% {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg);
    }
  }

.banner_content {
    width: 750px;
    transform-style: preserve-3d;
    /* animation: rotate 15s linear infinite; */
    float: left;
    position: absolute;
    top: 21%;
    left: 1em;
    padding-left: 5em;
    padding-top: 2em;
}
.banner_slider .slick-list {
    padding-bottom: 6em;
}

.shadow {
    width:400px;
    height:400px;
    background: rgba(0,0,0,0.5);
    box-shadow: 0 0 50px 50px rgba(0,0,0,0.5);
    -webkit-transform: rotateX(90deg) translateZ(-250px) rotateY(180deg) translateX(0px);

}
.banner_info h5 {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}
.banner_info h2 {
    font-size: 28px;
    color: #ffffff;
    font-family: 'Poppins-Regular';
}
.banner_info h2 span {
    font-size: 40px;
    font-family: 'Poppins-SemiBold';
}
.banner_info p {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    padding: 5px 0 12px;
    max-width: 366px;
}
.banner_links {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 25px;
}
.banner_content_inner {
    /* float: left; */
    /* width: 100%; */
    max-width: 378px;
    margin: 0 auto;
}
a.book_seat {
   width: 126px;
    height: 28px;
    border-radius: 21px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
        font-size: 13px;
    color: #d7032d;
    font-family: 'Poppins-SemiBold';
	position:relative;
	float:left;
}
a.book_seat:after {
    content: "";
    background-image: url(../storage/images/home/back.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 38px;
    width: 110%;
    display: block;
    position: absolute;
    top: -5px;
    left: -7px;
}
a.watch_video {
    width: 124px;
    height: 38px;
    border-radius: 10px;
    background-color: #000000d1;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fefefe;
    font-family: 'Poppins-SemiBold';
    float: left;
	    padding: 0 5px;
}
a.watch_video:before {
    content: "\f01d";
    font-family: 'FontAwesome';
    font-size: 18px;
    padding-right: 10px;
    border-right: 1px solid #474747;
    margin-right: 10px;
}
.home_about_wrapper:after {
    content: "";
    background-image: url(../storage/images/home/home_light.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 82%;
    height: 615px;
    display: block;
    position: absolute;
    bottom: -11em;
    right: 0;
    z-index: -3;
    opacity: .9;
}
ul.social_icon li:hover a {
    transform:translateX(0);
}
.mob_navi.menu {
    display: none;
}
.upcoming_event_slider .slick-track {
    padding-bottom: 50px;
}
.banner_image img {
    height: 850px;
    width: 100%;
    object-fit: cover;
	-webkit-clip-path:polygon(0 0, 100% 0%, 100% 89%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 89%, 0 100%)
}
.banner_wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.cube_animation {
    /* float: left; */
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -15px;
    z-index: -1;
    max-width: 465px;
}
.wrap-cube {
  perspective: 2000px;
  transform-style: preserve-3d;
  perspective-origin: 51% 0%;
}

.cube {
  transform-origin: 0% 0% 0%;
  transform: rotateX(-50deg) rotateY(-45deg);
   -webkit-transform-style: preserve-3d;
  -webkit-animation: rotatecube 10s infinite;
  
  -moz-transform-style: preserve-3d;
  -moz-animation: rotatecube 10s infinite;
}
.cube_box{
    width: 480px;
    height: 480px;
	font-size:0;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border:3px solid #550a0a;
    letter-spacing: .05em;
    transition: .2s;
}
.front {
   
    transform: translateZ(240px);
}
.back {
   
    transform: translateZ(-238px) rotateY(180deg);
}
.rightSide {
    
    transform: rotateY(90deg) translateZ(239px);
}
.leftSide {

    transform: rotateY(-90deg) translateZ(240px);
}
.top {
    transform: rotateX(90deg) translateZ(238px);
}
.bottom {
   
    transform: rotateX(-90deg) translateZ(239px);
}
.cube_box_wrap{
    width: 480px;
    height: 480px;
    transform-style: preserve-3d;
    will-change: transform;
}

@-webkit-keyframes rotatecube {
  0% { -webkit-transform: rotateX(0deg) rotateY(360deg) rotateZ(90deg); }
  25% { -webkit-transform: rotateX(90deg) rotateY(270deg) rotateZ(180deg); }
   50% { -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(0deg); }
  75% { -webkit-transform: rotateX(270deg) rotateY(90deg) rotateZ(360deg); }
  100% { -webkit-transform: rotateX(360deg) rotateY(0deg) rotateZ(270deg); } 
}

@-moz-keyframes rotatecube {
  0% { -moz-transform: rotateX(0deg) rotateY(360deg) rotateZ(90deg); }
  25% { -moz-transform: rotateX(90deg) rotateY(270deg) rotateZ(180deg); }
   50% { -moz-transform: rotateX(180deg) rotateY(180deg) rotateZ(0deg); }
  75% { -moz-transform: rotateX(270deg) rotateY(90deg) rotateZ(360deg); }
  100% { -moz-transform: rotateX(360deg) rotateY(0deg) rotateZ(270deg); } 
}

.banner_slider .slick-dots {
    position: absolute;
    bottom: 11em;
    width: 100%;
    text-align: center;
}
.banner_slider .slick-dots li {
    display: inline-block;
    vertical-align: text-top;
}
.banner_slider .slick-dots li button {
    background-color: unset;
    padding: 0;
    font-size: 18px;
    border: 0;
    box-shadow: unset;
    margin: 0 5px;
    color: #fff !important;
}
.banner_slider .slick-dots li.slick-active{
	border-bottom: 1px solid #fff;
}
.banner_slider .slick-dots li.slick-active button {
    font-size: 20px;
    color: #fff;
    opacity: 1;
	background-color:transparent;
	border-radius:0;
	font-weight:500px;
}
.banner_slider .slick-dots li:last-child button {
    font-size: 20px;
    color: #fff;
	background-color:transparent;
	border-radius:0;
}

.banner_slider .slick-dots li.slick-active:last-child button {
	opacity: 1;
}
.social_icons a {
    background-color: #ffffff;
    border-radius: 65px;
    width: 22px;
    height: 22px;
    text-align: center;
    margin: 30px 0;
    line-height: 25px;
    display: block;
    color: #000000;
}
.social_icons a:nth-child(1) {
    background-color: unset;
    color: #ffffff;
    font-size: 24px;
}

.banner_right {
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50%;
}
.banner_right select {
    font-size: 15px;
    color: #ffffff;
    background-color: #000000;
    width: 58px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid #ffffff;
    padding: 0 5px;
    text-transform: uppercase;
	cursor:pointer;
}
.banner_right select option {
    color: #fff;
}
.lang {
    margin-top: 65px;
}
.banner_line_bottom {
    float: right;
    width: 65%;
    background-color: #e2012d;
    position: absolute;
    right: 0;
    bottom: 9.8em;
    height: 3px;
    transform: rotate(-4deg);
}

.banner_line_bottom:after {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 6px;
    background-color: #e2012d;
    display: inline-block;
    position: absolute;
    top: -4px;
}
.searc_btn button {
    font-size: 23px;
    border: 0;
    background-color: #d7012b;
    color: #fff;
    box-shadow: unset;
    width: 50px;
    height: 45px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0px;
}
.header_serach_popup input {
    border: 0;
    box-shadow: unset;
    outline: 0;
    height: 45px;
   /*  background-color: transparent;
    border-bottom: 1px solid #808080;
    border-bottom-left-radius: 0; */
}
.header_serach_popup .input-group {
    max-width: 80%;
    margin: 0 auto;
}
.header_serach_popup {
    background-color: #000;
    padding: 2em 1em;
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99999;
    transform: translate(0px, -100px);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.header_serach_popup.open {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    position: fixed;
}

.close_icon {
    color: #fff;
    float: right;
    position: absolute;
    right: 30px;
    font-size: 22px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
	cursor:pointer;
}
.user_info_detail {
    background-color: #fff;
    position: fixed;
    padding: 20px;
    width: 23%;
    right: 0;
    z-index: 9;
    top: 0;
    bottom: 0;
	transform: translate(100%, 0px);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    height: 1000px;
}
.user_info_detail.open{
	transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}

.user_info_detail  ul a {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 12px;
    color: #000;
	transition:0.5s;
}
.user_info_detail  ul a:hover{
	color: #d7012b;
}

.close_icon_user {
    float: right;
    font-size: 20px;
	cursor:pointer;
}
/************************************ aboutus-page *********************************/
.innerbanner_image_section img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
}
.innerbanner_wrapper {
    float: left;
    width: 100%;
    position: relative;
}
.innerbanner_content {
    position: absolute;
    left: 10em;
    bottom: -1em;
}
/* 
.innerbanner_content:before{
    content: "";
    position: absolute;
    left: -65px;
    top: -39px;
    width: 130px;
    height: 180px;
    background-image: url(../storage/images/aboutus/bannertitle-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: drop-shadow(25px -5px 15px #00000042);
    z-index: 1;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
} */
.innerbanner_title {
    /* clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
    background-color: #f32434;
    font-size: 40px;
    color: #ffffff;
    font-family: 'Poppins-SemiBold';
    padding: 35px 70px 35px 100px; */
    /* clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
    -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0); */
    /* background-color: #f32434; */
    font-size: 40px;
    color: #000;
    font-family: 'Poppins-SemiBold';
    /* padding: 1em 1em; */
    background-image: url('../images/aboutus/bannerinnercont.webp');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 565px;
    text-align: center;
    height: 135px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(1.837px 0.856px 25px rgba(0, 0, 0, 0.51));
}
.blogdetails .innerbanner_title{
    width: 845px;
}
.aboutusfirstblk_wrapper {
    float: left;
    width: 100%;
    margin: 10em 0 5em;
}
.aboutusfirstblk_image_wrapper {
    float: right;
    margin-right: -45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: 3em;
}
.aboutusfirstblk_image img {
    height: 560px;
    border-radius: 10px;
    filter: drop-shadow(0 0 21px rgba(0,0,0,0.5));
    object-fit: cover;
}
.aboutusfirstblk_image.two img {
    height: 530px;
    filter: unset;
}
.aboutusfirstblk_section strong {
    border-radius: 16px;
    background-color: #e41f28;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    font-weight: 100;
    padding: 2px 20px;
}
.aboutusfirstblk_section h1 {
    font-size: 40px;
    line-height: 40px;
    color: #e41f28;
    margin: 15px 0;
}
.aboutusfirstblk_section p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.aboutus_count_sec {
    border-radius: 10px;
    background-color: #f0f0f0;
    float: left;
    width: 50%;
    display: flex;
    padding: 25px 30px;
    position: relative;
    right: -7em;
    margin: 20px 0 30px;
}
.aboutus_count {
    float: left;
    width: 50%;
}
.aboutus_count span{
    width: 83px;
    height: 93px;
    background-image: url(../storage/images/aboutus/about-polygon1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    text-align: center;
    line-height: 90px;
    float: left;
}
.aboutus_count:nth-child(even) span{
    background-image: url(../images/aboutus/about-polygon2.webp);
}
.aboutus_count_content {
    float: left;
    margin-left: 20px;
}
.aboutus_count_content h4 span {
    width: auto;
    height: auto;
    background-image: unset;
    font-size: 50px;
    line-height: 50px;
    color: #000000;
    font-family: 'Poppins-SemiBold';
}
.aboutus_count_content h4 {
    font-size: 50px;
    line-height: 50px;
    color: #000000;
    margin-bottom: 0;
}
.aboutus_count:nth-child(even) .aboutus_count_content h4 span{
    width: auto;
    height: auto;
    background-image: unset;
    font-size: 50px;
    line-height: 50px;
    color: #000000;
}
.aboutusfirstblk_section .aboutus_count_content strong {
    background-color: unset;
    font-size: 15px;
    line-height: 30px;
    color: #000000;
    padding: 0;
    font-family: 'Poppins-Medium';
}

.aboutus_secondblk_wrapper {
    float: left;
    width: 100%;
    margin: 5em 0;
}
.aboutus_secondblk_image_sec {
    position: absolute;
    left: 0;
    top: 0;
}
.aboutus_secondblk_image_sec:after{
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid #e41f28;
    width: 103%;
    height: 103%;
    border-radius: 10px 70px 10px 70px;
}
.aboutus_secondblk_content {
    float: right;
    border-radius: 70px 10px 70px 10px;
    background-color: #f0f0f0;
    padding: 50px;
    width: 55%;
}
.aboutus_secondblk_content h2 {
    margin: 10px 0;
    font-size: 30px;
    color: #000000;
}
.aboutus_secondblk_content p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.aboutus_secondblk_image img {
    height: 680px;
    border-radius: 10px 70px 10px 70px;
    object-fit: cover;
}
.aboutus_secondblk_section {
    position: relative;
    padding-top: 5em;
}
.aboutus_secondblk_image {
    position: relative;
}
.aboutus_secondblk_image:after {
    content: "";
    position: absolute;
    right: -7em;
    top: -2em;
    opacity: 0.800;
    width: 100px;
    height: 100px;
    border-radius: 50px 0;
    background-color: #e41f28;
}
.aboutus_secondblk_image:before {
    content: "";
    position: absolute;
    right: 4.5em;
    bottom: -3em;
    opacity: 0.800;
    width: 200px;
    height: 190px;
    border-radius: 5px 100px;
    background-color: #e41f28;
}
.aboutmiddle_banner_wrapper {
    float: left;
    width: 100%;
    margin: 3em 0;
    background-image: url(../storage/images/aboutus/aboutmiddle-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8em 0;
    position: relative;
    z-index: 1;
}
.aboutmiddle_banner_wrapper:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../storage/images/aboutus/aboutmiddle-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.aboutmiddle_banner_content {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}
.aboutmiddle_banner_content strong {
    background-color: #fff;
    font-size: 22px;
    color: #000000;
    font-family: 'Poppins-Regular';
    padding: 5px 30px;
    border-radius: 5px;
    display: inline-block;
}
.aboutmiddle_banner_content h2 {
    font-size: 35px;
    color: #ffffff;
    margin: 15px 0;
}
.play_video a {
    font-size: 24px;
    color: #000000;
    width: 90px;
    height: 90px;
    border-radius: 46px;
    background-color: #f4f4f4;
    display: inline-block;
    line-height: 90px;
    outline: 14px solid #ffffff82;
    outline-offset: -1px;
    position: relative;
    z-index: 1;
}
.play_video a:after{
    content: "";
    left: 0px;
    top: 5px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 100%;
    animation: 2s infinite mymove;
    position: absolute;
    z-index: -1;
    margin: 0 auto;
    right: 0;

}
.play_video {
    margin-top: 3em;
}
/****************************************** contact-page ****************************************/
.contactpage_wrapper {
    float: left;
    width: 100%;
    margin: 5em 0 7em;
}
.contactpage_left_section h1 {
    font-size: 25px;
    line-height: 35px;
    color: #010101;
}
.contactpage_address_section {
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 40px 0 0;
    margin: 2em 0 0;
}
.contactpage_address_section ul li {
    display: block;
    font-size: 22px;
    color: #f32434;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 0 50px 15px;
    border-bottom: 1px solid #e6e6e6;
}
.contactpage_address_section ul li a {
    display: block;
    margin: 15px 0;
    font-size: 25px;
}
.contactpage_address_section ul li p {
    font-size: 28px;
    color: #000;
    margin: 15px 0;
}
.contactpage_address_section ul li:last-child {
    margin: 0;
    border-bottom: unset;
}
.contactpage_right_section {
    float: right;
    margin-top: -15em;
    position: relative;
    z-index: 1;
}
.contactpage_image img {
    height: 790px;
    object-fit: cover;
    border-radius: 700px 700px 0 0;
}
.contactpage_image {
    padding: 20px 20px 0;
    border: 2px solid #f0f0f0;
    border-radius: 700px 700px 0 0;
    border-bottom: unset;
    width: 96%;
    float: right;
}
.contactpage_form {
    border-radius: 10px;
    filter: drop-shadow(-8.479px 13.569px 32.5px rgba(0,0,0,0.15));
    background-color: #ffffff;
    float: left;
    width: 100%;
    padding: 35px;
    margin-top: -5em;
}
.contactpage_form .form-control {
    border: 1px solid #d5d5d5;
    height: 43px;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #000;
}
.contactpage_form .form-group {
    padding: 0 10px;
    margin-bottom: 25px;
}
.contactpage_form .form-control::placeholder{
    color: #000000;
}
.contactpage_form .form-group textarea.form-control {
    height: 150px;
    resize: unset;
    padding-top: 30px;
}
.contactsubmit_btn {
    float: left;
    width: 100%;
    padding: 0 10px;
}
#form_submit {
    border-radius: 19px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.33));
    background-color: #e2012d;
    outline: unset;
    border: unset;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    width: 150px;
    height: 40px;
    text-align: left;
    font-family: 'Poppins-Regular';
    padding-left: 25px;
    position: relative;
}
#form_submit:after{
    content: "";
    width: 30px;
    height: 15px;
    display: inline-block;
    background-image: url(../images/contact/left-arrow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
    top: 13px;
}
.contact_map_wrapper{
    float: left;
    width: 80%;
    position: relative;
    margin-left: -45px;
}
.contact_map {
    position: absolute;
    bottom: 10px;
    left: -45px;
    float: left;
    width: 80%;
}
.contact_map .mapouter {
    height: 625px;
    width: 100%;
}
.contact_map .gmap_canvas {
    height: 625px;
    width: 100%;
}
/********************************* events-page *****************************************/
.eventspage_wrapper {
    float: left;
    width: 100%;
    background-color: #191919;
    margin-top: -3em;
    padding: 9em 0 7em;
}
.eventspage_buttons {
    float: left;
    width: 100%;
    margin: 2em 0;
}
.eventspage_buttons a {
    display: inline-block;
    font-size: 30px;
    line-height: 50px;
    color: #f32434;
    font-family: 'Poppins-SemiBold';
    background-color: #fff;
    padding: 0 35px;
    border-radius: 30px;
    margin-right: 20px;
    position: relative;
}
.eventspage_buttons a:after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 40px;
    transition: .5s;
}
.eventspage_buttons a:hover:after {
    top: 0;
    left: 0;
    transition: .5s;
}
.eventspage_buttons a:hover:last-child:after{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
}
.eventspage_buttons a:last-child {
    margin: 0;
}
.eventspage_buttons a:last-child:after {
    top: auto;
    bottom: -10px;
    left: auto;
    right: -10px;
    transition: .5s;
}
.eventspage_part{
    background-image: url(../storage/images/events/eventpage-bg1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    padding: 16px;
    margin: 2.5em 0;
}
.eventspage_part:nth-child(even){
    background-image: unset;
    background-color: #f32434 !important;
    /* background-image: url(../storage/images/events/eventpage-bg2.webp); */
}
.eventpage_image img {
    height: 180px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.eventpage_image {
    margin: 5px 0;
}
.eventpage_left_slider{
    padding-right: 14px;
    border-right: 1px solid #ffffff66;
    filter: drop-shadow(6.837px 19.856px 36px rgba(0,0,0,0.51));
}
.eventpage_content {
    padding: 20px;
    width: 45%;
}
.eventpage_content h6 {
    font-size: 22px;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    padding: 0 0 10px;
    position: relative;
}
.eventpage_content span {
    font-size: 22px;
    color: #ffffff;
    font-family: 'Poppins-Regular';
}
.eventpage_content h6:before {
    content: "";
    width: 70px;
    height: 1px;
    border-radius: 0px;
    background-color: #ffffff;
    position: absolute;
    top: 28px;
    left: 0;
}
.eventpage_image img {
    border: 1px solid #ffffff;
}
.eventpage_content h4 {
    font-size: 60px;
    text-transform: uppercase;
    color: #ffffff;
}
.eventpage_content p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin: 15px 0;
}
.eventpage_content .timer-grid .box-time-date {
    padding: 20px;
    display: inline-block;
    width: 33.33%;
    float: left;
    text-align: center;
}
.eventpage_content .timer-grid .box-time-date {
    padding: 10px;
}
.eventpage_right_image img{
    object-fit: cover;
}
.eventpage_content .timer-grid{
    max-width: 100%;
    margin: 1em 0;
}
.eventpage_content h5 strong {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    font-weight: 100;
}
.eventpage_content h5{
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    position: relative;
    padding-left: 40px;
    margin: 1.5em 0;
}
.eventpage_content h5:before{
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background-color: #e2012d;
    display: inline-block;
    margin-right: 15px;
    background-image: url(../storage/images/events/location-pin.webp);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 25px;
    position: absolute;
    left: 0;
    top: 5px;
}
.eventpage_content .pa_watch {
    display: block;
    margin: 1em auto;
    text-align: center;
    width: 223px;
    height: 57px;
    border-radius: 40px;
    line-height: 57px;
    font-size: 22px;
    color: #e2012d;
}
.eventpage_image_sec{
    position: absolute;
    right: -15em;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 47%;
}
.eventpage_image_sec .event_info {
    right: 0;
    left: -65px;
    margin: 0 auto;
    top: -40px;
}

#eventBannerGallery .eventpage_image_sec { position: unset; display: block; right:auto; width: 100%;}
#eventBannerGallery { clear:both; position: relative; }
#eventBannerGallery .eventspage_part { position: absolute; bottom:6%; }
#eventBannerGallery .eventpage_content h6 { font-size: 14px;}
#eventBannerGallery .eventpage_content h4 { font-size: 22px; }
#eventBannerGallery .eventpage_content { width: 100%;}
#eventBannerGallery .timer-grid span.number { font-size:16px; }
#eventBannerGallery .box-time-date { font-size:14px; padding-right:10px; }
#eventBannerGallery .eventpage_image_sec .event_info { right:8%; left: auto; }
#eventBannerGallery .eventpage_content h5, #eventBannerGallery .eventpage_content span, #eventBannerGallery .eventpage_content h5 strong {font-size:16px;}
#eventBannerGallery .eventpage_content p { margin: 6px 0; }
#eventBannerGallery .event_info_bottom a.view { padding:4px 6px; }


/********************************* artists-page **********************************/
.artistspage_wrapper {
    float: left;
    width: 100%;
    margin: 6em 0 5em;
}
.artistspage_image img {
    height: 450px;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    border: 1px solid transparent;
    transition: .5s;
}
.artistspage_social {
    border-radius: 5px;
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
    width: 90%;
    margin: 0 auto;
}
.artistspage_social ul li {
    display: inline-block;
    margin-right: 10px;
}
.artistspage_social ul li a {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 17px;
}
.artistspage_social ul li a svg {
    width: 14px;
}
.artistspage_social ul:nth-child(2) li a {
    width: auto;
    height: auto;
    background-color: unset;
    padding-left: 15px;
    border-left: 1px solid #fff;
    border-radius: 0;
}
.artistspage_image_sec {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.artistspage_box{
    float: left;
    width: 100%;
    position: relative;
    transition: .5s;
    filter: drop-shadow(6.837px 19.856px 36px rgba(0, 0, 0, 0.51));
}
.artistspage_box:hover{
    filter: drop-shadow(6.837px 19.856px 36px rgba(0,0,0,0.51));
    transition: .5s;
}
.artistspage_box:hover .artistspage_image img{
    border: 1px solid #fff;
    transition: .5s;
    border-bottom-right-radius: 100px;
}
.artistspage_box:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -45px;
    right: 0;
    background-image: url(../storage/images/artists/artists-bg1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 35%;
    z-index: -1;
}
.artistspage_part {
    padding: 5px;
    margin: 50px 0;
}
.artistspage_image span {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #ffffff;
    text-align: center;
    line-height: 32px;
}
.artistspage_image span a img {
    height: auto;
    width: auto;
    border-radius: 0;
}
.artistspage_box:hover .artistspage_image span img {
    border-radius: 0;
}
.artistspage_image {
    position: relative;
}
.artists_name {
    position: absolute;
    left: -4em;
    bottom: 8em;
    border-radius: 27px;
    background-color: #000000;
    width: 55%;
    text-align: center;
    padding: 10px;
}
.artists_name p {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}
.artists_name p span {
    font-size: 10px;
    line-height: 15px;
    color: #ffffff;
    font-weight: 100;
    display: block;
    padding-top: 2px;
    border-top: 1px solid #ffffff78;
    margin-top: 4px;
}
.artistspage_social ul:nth-child(2) li {
    margin: 0;
} 
.artistspage_title ul li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
    padding: 10px 5px;
}
.artistspage_title ul li:hover {
    border-radius: 1px;
    border-bottom: 2px solid #f32434;
}
.artistspage_title {
    width: 76%;
    margin: 0 auto;
    text-align: center;
}
.artistspage_title ul li a {
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
}
.artistspage_title ul li a i {
    font-size: 20px;
    color: #000;
    margin-left: 14px;
}
.artists_category {
    position: absolute;
    right: 0;
    border-radius: 10px 0 10px 10px;
    background-color: #000000;
    top: 45px;
    z-index: 1;
    text-align: left;
    padding: 5px 14px;
    width: 150px;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    box-shadow: 0 0 18px #00000026;
    position: absolute;
}
.artistspage_title ul li:hover .artists_category{
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    pointer-events: auto;
    transform: scale(1, 1);
}
.artistspage_title .artists_category li {
    text-align: left;
    display: block;
    margin: 3px 0;
    padding: 0;
}
.artistspage_title .artists_category li a {
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    display: block;
    position: relative;
}
.artistspage_title .artists_category li a:after{
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 0;
    height: 3px;
    border-radius: 1px;
    background-color: #f32434;
    transition: .5s;
}
.artistspage_title .artists_category li a:hover:after{
    width: 10px;
    transition: .5s;
}
.artistspage_section {
    margin: 5em 0 2em;
}
/********************************** howitworks-page *********************************/
.howitworkspage_first_image {
    width: 550px;
    height: 550px;
    border-radius: 278px;
    background-color: #f3f3f3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}
.howitworkspage_first_image:after{
    content: "";
    position: absolute;
    left: 15px;
    top: -20px;
    background-image: url(../storage/images/howitworks/howitwork1-after.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.howitworkspage_first_image:before{
    content: "";
    position: absolute;
    right: -37px;
    top: 30px;
    background-image: url(../storage/images/howitworks/loginsignup-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 26%;
    height: 37%;
    transform: rotate(-1deg);
}
.howitworkspage_wrapper {
    float: left;
    width: 100%;
    margin: 6em 0;
}
.howitworkspage_first_sec:nth-child(even) .howitworkspage_first_image:before{
    background-image: url(../storage/images/howitworks/browseevents-image.webp);
}
.howitworkspage_first_image2 {
    position: absolute;
    left: -25px;
    top: -6em;
    right: 0;
    margin: 0 auto;
    width: 50%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.howitworkspage_second_image_box {
    position: relative;
}
.howitworkspage_second_image_two {
    position: absolute;
    left: 70px;
    top: -25px;
    bottom: 0;
    display: flex;
    align-items: center;
}
.howitworkspage_second_image_box {
    position: relative;
    width: 55%;
    margin: 0 auto;
}
.howitworkspage_part {
    margin: 2em 0;
    padding: 2em 0;
}
.howitworkspage_second_image_one {
    filter: drop-shadow(-5px 5px 10px #ccc);
}
.howitworkspage_second_image_sec {
    position: relative;
    padding-bottom: 5em;
    margin-bottom: 1em;
}
.howitworkspage_second_image_sec:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0em;
    width: 85%;
    height: 48%;
    z-index: -1;
    border-radius: 95px;
    background-color: #f3f3f3;
}
.howitworkspage_second_image_sec:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0em;
    width: 85%;
    height: 48%;
    background-image: url(../storage/images/howitworks/howitworks-after1.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.howitworkspage_second_image_cover {
    text-align: center;
}
.howitworkspage_second_image_cover h2 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #f32434;
}
.howitworkspage_last_image_two {
    position: absolute;
    left: 3em;
    top: -8em;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.howitworkspage_last_box {
    text-align: center;
    width: 55%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 1em;
}
.howitworkspage_last_sec h2{
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #f32434;
    max-width: 80%;
    margin: 0 auto;
}
.howitworkspage_last_cover {
    text-align: center;
}
.howitworkspage_part.last {
    margin-top: 3em;
    padding: 3em 0 0;
}
.howitworkspage_last_sec{
    position: relative;
    padding: 4em 0;
}
.howitworkspage_last_sec:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 85%;
    height: 90%;
    z-index: -1;
    background-image: url(../storage/images/howitworks/howitworks-border1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.howitworkspage_last_cover:nth-child(even) .howitworkspage_last_sec:after{
    /* transform: rotateY(190deg); */
    background-image: url(../storage/images/howitworks/how_workborder.png);
}
.howitworkspage_part:first-child:before{
    content: "";
    position: absolute;
    left: -2.5em;
    top: 40%;
    background-image: url(../storage/images/howitworks/before1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 20px;
}
.howitworkspage_second_image_cover:nth-child(even) .howitworkspage_second_image_box:before{
    background-image: unset;
}
.howitworkspage_second_image_box:before {
    content: "";
    background-image: url(../storage/images/howitworks/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 55px;
    height: 70px;
    position: absolute;
    top: 133px;
    right: -37px;
}

.howitworkspage_part:first-child:after{
    content: "";
    position: absolute;
    right: -3em;
    bottom: -20em;
    background-image: url(../storage/images/howitworks/arrow-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 125px;
    height: 450px;
}
.howitworkspage_part:nth-child(2):after{
    content: "";
    position: absolute;
    left: -3em;
    bottom: -20em;
    background-image: url(../storage/images/howitworks/arrow-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100px;
    height: 450px;
    transform: rotateY(190deg);
}
.howitworkspage_part:last-child:after{
    content: "";
    position: absolute;
    right: -2.5em;
    top: 60%;
    background-image: url(../storage/images/howitworks/before1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 70px;
    height: 20px;
    transform: rotateY(190deg);
}
/************************ Blog page  ***********************/

.blog_wrapper {
    margin: 2em 0 2em;
}
.inner_blog_img img {
    height: 517px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}
.blog_content {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
}
.blog_content h5 a {
    font-size: 24px;
    font-family: 'Poppins-SemiBold';
    color: #ffffff;
}
.blog_single{
    transition: 0.5s;
}
.blog_content p {
    font-size: 15px;
    display: none;
    color: #ffffff;
    transition: 0.5s;
}
.blog_single:hover .blog_content p{
    display: block;
    transition: 0.5s;
}
.blog_single:hover .blog_content a.blg_read{
    background-color: #000000;
    transition: 0.5s;
}
.blog_content a.blg_read {
    width: 113px;
    height: 33px;
    border-radius: 10px;
    background-color: #f32434;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 31px;
    transition: 0.5s;
}
.blog_single {
    position: relative;
    padding: 10px;
}
.inner_blog_img {
    width: 100%;
    float: left;
    position: relative;
}
/* .inner_blog_img a {
    position: relative;
    display: block;
    z-index: 1;
} */

.blog_single:nth-child(odd) .inner_blog_img:before {
    content: "";
    border-radius: 10px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.9999999999999999) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.702;
}

.blog_single:nth-child(even) .inner_blog_img:before{
    content: "";
    border-radius: 10px;
    background-image: linear-gradient(0deg, rgba(243,35,51,0.9999999999999999) 0%, rgba(243,35,51,0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.702;
}

.inner_blog_imgsecpart img {
    height: 517px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}
.blogsecpart {
    padding: 10px;
    position: relative;
}
.inner_blog_imgsecpart{
    position: relative;
}
.blogsecpart:nth-child(odd) .inner_blog_imgsecpart:before{
    content: "";
    border-radius: 10px;
    background-image: linear-gradient(0deg, rgba(243,35,51,0.9999999999999999) 0%, rgba(243,35,51,0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.702;
}
.blogsecpart:nth-child(even) .inner_blog_imgsecpart:before{
    content: "";
    border-radius: 10px;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.9999999999999999) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.702;
}

.blog_contentsecpart h5 a {
    font-size: 24px;
    color: #ffffff;
    font-family: 'Poppins-SemiBold';
}
.blogsecpart:nth-child(even) .blog_contentsecpart p{
    display: none;
    transition: 0.5s;
}
.blogsecpart:nth-child(even):hover .blog_contentsecpart p{
    display: block;
    transition: 0.5s;
}
.blog_contentsecpart p {
    font-size: 15px;
    color: #ffffff;
}
a.blg_readsecpart {
    width: 113px;
    height: 33px;
    border-radius: 10px;
    background-color: #000000;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}
.blogsecpart:nth-child(even) a.blg_readsecpart{
    background-color: #f32434;
    transition: 0.5s;
}
.blogsecpart:nth-child(even):hover a.blg_readsecpart{
    background-color: #000000;
}
.blog_contentsecpart {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
}

.blog_wrapper:nth-child(even) .blogsecpart {
    float: right;
}

.blog_wrapper:nth-child(even) .blogsecpart:nth-child(odd) .inner_blog_imgsecpart:before{
    border-radius: 10px;
    background-image: linear-gradient(0deg, rgba(0,0,0,0.9999999999999999) 0%, rgba(243,35,51,0) 100%);
}
.whole_blog {
    margin: 4em 0 5em;
}
/******************************* myaccount-page ***************************************/
.innerbanner_wrapper.shortbanner .innerbanner_image_section img {
    height: 500px;
}
.innerbanner_wrapper.shortbanner .innerbanner_image_section{
    position: relative;
}
.innerbanner_wrapper.shortbanner .innerbanner_image_section:after{
    content: "";
    position: absolute;
    opacity: 0.800;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
}
.myaccountpage_wrapper {
    float: left;
    width: 100%;
    margin: 6em 0;
}
.myaccountpage_top_profile {
    float: left;
    width: 30%;
}
.myaccountpage_top_profile img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
    object-position: top;
}
.myaccountpage_top_content{
    background-image: url(../storage/images/myaccount/profile-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 20px 0 0;
    padding: 35px;
    float: left;
    width: 70%;
    position: relative;
}
.myaccountpage_top_section {
    display: flex;
    align-items: center;
}
.myaccountpage_top_content h2{
    font-size: 25px;
    line-height: 35px;
    color: #000000;
    margin: 0 0 10px;
    padding-bottom: 5px;
    position: relative;
}
.myaccountpage_top_content h2:before{
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0;
    border-radius: 1px;
    background-color: #f32434;
    height: 2px;
    width: 10%;
}
.myaccountpage_top_content p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    max-width: 50%;
    position: relative;
    padding-left: 40px;
    margin: 1em 0;
}
.myaccountpage_top_content p:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 5px;
    background-image: url(../storage/images/myaccount/location-pin.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 12px;
    height: 16px;
}
.myaccountpage_top_content a {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    position: relative;
    padding-left: 40px;
}
.myaccountpage_top_content a:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 5px;
    background-image: url(../storage/images/myaccount/call.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
}
a.firstedit {
    display: block;
}
.myaccountpage_top_content a.firstedit button {
    position: absolute;
    right: -9px;
    top: -168px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid #f32434;
}
a.firstedit:before {
    content: unset;
}
/* .myaccountpage_top_content button{
    position: absolute;
    right: 30px;
    top: 25px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
    border: 1px solid #f32434;
} */
.personalinformation_section {
    border-radius: 20px;
    background-color: #ffffff;
    border: 2px solid #e4e4e4;
    padding: 40px 30px 20px;
    margin-bottom: 15px;
}
.personalinformation_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
}
.personalinformation_title h2 {
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 35px;
    color: #000000;
    position: relative;
}
.personalinformation_title h2:after{
    content: "";
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 30%;
    height: 1px;
    background-color: #f32434;
}
.personalinformation_title button {
    border-radius: 27px;
    background-color: #ffffff;
    border: 1px solid #f32434;
    font-size: 22px;
    line-height: 36px;
    color: #f32434;
    font-family: 'Poppins-SemiBold';
    padding: 8px 40px;
    position: relative;
}
.personalinformation_title button:after{
    content: "";
    background-image: url(../storage/images/myaccount/edit-text.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-left: 10px;
}
.personalinformation_form .form-group label {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #5c5c5c;
    font-family: 'Poppins-Regular';
}
.personalinformation_form .form-group .form-control {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-family: 'Poppins-SemiBold';
    border: unset;
    outline: unset;
    box-shadow: unset;
    padding: 0;
    background-color: #fff;
}
.personalinformation_form .form-group {
    padding: 10px 20px;
}
.personalinformation_form{
    margin: 15px 0;
}
.personalinformation_wrapper {
    margin-top: -15px;
    position: relative;
}

/* .form-group:hover {
    border: 2px solid;
    outline: 2px solid red;
    outline-offset: 3px;
    box-shadow: red 0px 10px 11px -10px;
    border-bottom-right-radius: 40px;
    width: 46%;
} */
/********************************** myprofile-page ************************************/
.myprofilepage_wrapper {
    float: left;
    width: 100%;
    margin: 6em 0;
}
.myprofilepage_form {
    border-radius: 10px;
    background-color: #f8f8f8;
    border: 1px solid #e9e9e9;
    padding: 25px;
}
.myprofilepage_wrapper {
    float: left;
    width: 100%;
    margin: 2em 0;
    margin-bottom: 6em;
}
.myprofilepage_form {
    border-radius: 10px;
    background-color: #f8f8f8;
    border: 1px solid #e9e9e9;
    padding: 25px;
    margin-top: 10px;
}
.myprofilepage_form .form-control {
    height: 50px;
    border-radius: 0 0 15px 0px;
    background-color: #ffffff;
    border: 1px solid #cecece;
    font-size: 18px;
    line-height: 45px;
    color: #000000;
    font-family: 'Poppins-Regular';
}


.myprofilepage_form .form-group.adjust_dropdown:after {
    content: "\f107";
    font: normal normal normal 18px / 1 FontAwesome;
    position: absolute;
    top: 16px;
    right: 28px;
}
.myprofilepage_form select {
    appearance: none;
    -webkit-appearance: none;
    /* display: flex; */
    /* align-items: center; */
}
.myprofilepage_form select.form-control{
    line-height: 30px;
}


.myprofilepage_form .form-control::placeholder{
    color: #000000;
}
.myprofilepage_form .form-group {
    padding: 0 15px;
    margin-bottom: 25px;
    z-index: 1;
}
.myprofile_buttons {
    margin: 3em 0;
    padding-top: 30px;
}
.update_btn {
    width: 200px;
    height: 70px;
    border-radius: 37px;
    filter: drop-shadow(5.13px 14.095px 10px rgba(0,0,0,0.36));
    background-image: linear-gradient(-21deg, #b50023 0%, #d7012b 100%);
    border: 1px solid #ececec;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 70px;
    margin-right: 25px;
    font-family: 'Poppins-Regular';
}
.del_btn {
    width: 250px;
    height: 70px;
    border-radius: 37px;
    background-image: linear-gradient(-21deg, #3f3f3f 0%, #121212 100%);
    border: 1px solid #ececec;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 70px;
    font-family: 'Poppins-Regular';
}
.myprofile_buttons_right {
    text-align: right;
}
.change_pass {
    width: 270px;
    height: 70px;
    border-radius: 37px;
    background-image: linear-gradient(-21deg, #b50023 0%, #d7012b 100%);
    border: 1px solid #ececec;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    font-size: 22px;
    color: #fff;
    font-family: 'Poppins-Regular';
}
.myprofilepage_gender_sec {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 30px 40px;
    margin-top: 30px;
}
.myprofilepage_gender_left p {
    border-radius: 10px;
    background-color: #f32434;
    border: 1px solid #e2e2e2;
    display: inline-block;
    font-size: 20px;
    line-height: 45px;
    color: #fffefe;
    padding: 0 20px;
}
.myprofile_radio label {
    font-size: 18px;
    line-height: 40px;
    color: #000000;
    font-family: 'Poppins-Regular';
    margin-right: 15px;
    margin-left: 5px;
}
.myprofile_radio input[type=radio]{
    accent-color: #f32434;
    cursor: pointer;
}
.myprofilepage_profile{
    padding: 40px;
    background-image: url(../storage/images/myprofile/photoprofile-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 30px;
}
.myprofilepage_section {
    margin-top: 2em;
}
.myprofilepage_profile p {
    display: inline-block;
    border-radius: 28px;
    background-color: #000000;
    border: 1px solid #f6f6f6;
    font-size: 22px;
    color: #fff;
    padding: 8px 30px;
    margin-bottom: 20px;
}
.myprofilepage_profile #myfile {
    width: 469px;
    height: 56px;
    border-radius: 28px;
    background-color: #000000;
    border: 1px solid #f6f6f6;
    padding: 16px;
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 16px;
}
.cover_profile_image img {
    object-fit: cover;
}


/******************************* bookedevents-page *************************************/
.bookedeventspage_wrapper {
    float: left;
    width: 100%;
    margin: 4em 0 8em;
}
.bookedeventspage_image img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    -webkit-clip-path: url(#booked_svg);
    clip-path: url(#booked_svg);
}
.bookedeventspage_content {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 25px;
    filter: drop-shadow(7.949px 12.721px 12px rgba(0,0,0,0.09));
    position: relative;
    left: -7em;
}
.bookedeventspage_left_cont{
    position: relative;
}
.bookedeventspage_left_cont:before {
    content: "";
    width: 1px;
    height: 181px;
    background-color: #d3d3d3;
    position: absolute;
    top: 2px;
    left: -45px;
}
.bookedeventspage_content h2 {
    margin: 0 0 15px;
    font-size: 40px;
    line-height: 40px;
    color: #f32434;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
}
.bookedeventspage_content h2:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 50%;
    border-radius: 1px;
    background-color: #f32434;
}
.bookedeventspage_left_sec p span {
    font-size: 16px;
    line-height: 25px;
    color: #5c5c5c;
    font-family: 'Poppins-Regular';
    display: inline-block;
    min-width: 120px;
}
.bookedeventspage_left_cont:nth-child(odd) .bookedeventspage_left_sec:first-child strong {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    font-family: 'Poppins-SemiBold';
}
.bookedeventspage_left_sec strong {
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-family: 'Poppins-SemiBold';
}

.bookedeventspage_left_sec p {
    display: inline-block;
}
.bookedeventspage_left_sec:last-child strong {
    color: #f32434;
    font-size: 25px;
}
.bookedeventspage_left_sec {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.bookedeventspage_content_box {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}
.bookedeventspage_left_sec select {
    border-radius: 30px;
    background-color: #f32434;
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    outline: unset;
    border: 1px solid #fff;
    padding: 5px 20px;
}
.bookedeventspage_select {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    gap: 10px;
}
.bookedeventspage_select span {
    border-radius: 19px;
    background-color: #f32434;
    font-size: 16px;
    color: #fff;
    padding: 5px 20px;
}
.bookedeventspage_part {
    display: flex;
    align-items: center;
}
.bookedeventspage_image{
    position: relative;
    padding: 15px;
}
.bookedeventspage_image:after{
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 84%;
    height: 100%;
    background-image: url(../storage/images/bookedevent/bookevents-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.bookedeventspage_part:nth-child(even) {
    flex-direction: row-reverse;
}
.bookedeventspage_part:nth-child(even) .bookedeventspage_content {
    left: 7em;
}
.bookedeventspage_part:nth-child(even) .bookedeventspage_image:after {
    transform: rotateY(190deg);
    left: auto;
    right: -5px;
}
/************************************** login-page **********************************/
.loginpage_wrapper {
    float: left;
    width: 100%;
    padding: 4em 0 7em;
    margin: 2em 0 1em;
    position: relative;
    margin-bottom: 75px;

}
.loginpage_wrapper:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 47%;
    height: 100%;
    background-image: url(../storage/images/login/login-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.loginpage_form h1 {
    font-size: 70px;
    line-height: 70px;
    color: #f32434;
    margin: 1em 0;
}
.loginpage_form_control .form-control {
    height: 75px;
    border-radius: 5px 5px 16px 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-size: 18px;
    line-height: 34px;
    color: #7d7d7d;
    font-family: 'Poppins-Regular';
}
.loginpage_form_control {
    margin: 8px 0;
    position: relative;
}

.loginpage_form_control:before {
    content: "";
    background-image: url(../storage/images/myaccount/red_shadow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 24px;
    left: 45px;
    width: 70%;
    height: 75px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    /* transition: visibility 0s, opacity 0.3s ease-in-out; */
}
.loginpage_form_control:focus-within:before {
    visibility: visible;
    opacity: 1;
}

.paymentpage_left_section .form-group:before {
    content: "";
    background-image: url(../storage/images/myaccount/red_shadow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 24px;
    left: 45px;
    width: 76%;
    height: 70px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    /* transition: visibility 0s, opacity 0.3s ease-in-out; */
}
.paymentpage_left_section .form-group:focus-within:before {
    visibility: visible;
    opacity: 1;
}
.paymentpage_left_section .form-group{
    z-index: 1;
    margin-bottom: 20px;
}

.loginpage_form_remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.remember_sec label {
    font-size: 16px;
    line-height: 34px;
    color: #5c5c5c;
    font-family: 'Poppins-Regular';
    font-weight: 100;
    padding-left: 8px;
}
.loginpage_form_remember a {
    font-size: 16px;
    line-height: 34px;
    color: #f32434;
}
.loginregister_sec p a {
    color: #f32434;
}
.remember_sec input[type=checkbox] {
    cursor: pointer;
}
.loginsubmit_btn button {
    border-radius: 29px;
    background-color: #f32434;
    width: 70%;
    margin: 0 auto;
    outline: unset;
    border: unset;
    font-size: 26px;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    padding: 10px;
}
.loginsubmit_btn {
    text-align: center;
    margin: 20px 0;
}
.loginregister_sec {
    float: left;
    width: 100%;
    text-align: center;
}
.loginregister_sec p {
    margin: 0;
    font-size: 20px;
    color: #000000;
    margin: 15px 0;
}
.loginpage_slider_image img {
    max-width: 70%;
}
.loginpage_slider_section {
    text-align: center;
}
.loginpage_slider_content {
    width: 80%;
    float: right;
    margin-top: 40px;
    padding-top: 20px;
    position: relative;
}
.loginpage_slider_content:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    height: 2px;
    border-radius: 1px;
    background-color: #2f2f2f;
}
.loginpage_slider_content h2 {
    font-size: 30px;
    line-height: 30px;
    color: #c9cee2;
    margin: 15px 0;
}
.loginpage_slider_content p {
    font-size: 12px;
    line-height: 16px;
    color: #c9cee2;
}
.loginpage_slider .slick-dots {
    text-align: center;
    padding-left: 10em;
    padding-top: 2em;
}
.loginpage_slider .slick-dots li {
    display: inline-block;
    font-size: 0;
    margin: 0 3px;
}
.loginpage_slider .slick-dots li button {
    padding: 0;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #efefef;
    border: unset;
    outline: unset;
}
.loginpage_slider .slick-dots .slick-active button{
    width: 90px;
}
/********************************* payment-page *****************************************/
.paymentpage_wrapper {
    float: left;
    width: 100%;
    margin: 6em 0;
}
.paymentpage_left_part {
    float: left;
    width: 100%;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    padding: 60px 30px 30px;
}
/* .paymentpage_left_part .form-group {
    width: 48%;
    margin: 0 auto;
    margin-right: 10px;
    margin-bottom: 10px;
} */
.paymentpage_left_part h1 {
    margin: 0;
    display: inline-block;
    font-size: 30px;
    line-height: 45px;
    color: #000000;
    position: absolute;
    left: 30px;
    top: -25px;
    padding: 5px 50px;
    border: 1px solid #e90e34;
    border-radius: 10px;
    background-color: #fff;
}
.paymentpage_left_part .form-control {
    border-radius: 5px 5px 16px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    outline: unset;
    height: 70px;
    font-size: 20px;
    line-height: 45px;
    color: #000000;
    font-family: 'Poppins-Regular';
}
.paymentpage_left_part .form-control::placeholder{
    color: #000000;
}
.paymentdetail_section {
    float: left;
    width: 100%;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    padding: 60px 30px 30px;
    position: relative;
    margin: 4em 0 1em;
}
.paymentdetail_section h2 {
    margin: 0;
    display: inline-block;
    font-size: 30px;
    line-height: 45px;
    color: #000000;
    position: absolute;
    left: 30px;
    top: -25px;
    padding: 5px 50px;
    border: 1px solid #e90e34;
    border-radius: 10px;
    background-color: #fff;
}
.paymentdetail_section {
    float: left;
    width: 100%;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    padding: 60px 30px 30px;
    position: relative;
    margin: 4em 0 1em;
}
.paymentdetail_section h2 {
    margin: 0;
    display: inline-block;
    font-size: 30px;
    line-height: 45px;
    color: #000000;
    position: absolute;
    left: 30px;
    top: -25px;
    padding: 5px 50px;
    border: 1px solid #e90e34;
    border-radius: 10px;
    background-color: #fff;
}
.paymentdetail_radio {
    border-radius: 5px 5px 16px 5px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 20px;
    /* justify-content: space-between; */
    margin-bottom: 20px;
    gap: 20px;
}
.paymentdetail_radio img {
    height: 25px;
}
.paymentdetail_radio input[type="radio"] {
    width: 25px;
    height: 25px;
    margin: 0;
}
.paymentdetail_radio p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 22px;
    line-height: 45px;
    color: #000000;
    font-weight: 600;
}
.paymentpage_right_part {
    float: left;
    width: 100%;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    padding: 30px;
}

.paymentpage_right_part .form-control {
    border-radius: 5px 5px 16px 5px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    height: 70px;
    font-size: 20px;
    line-height: 45px;
    color: #000000;
    font-family: 'Poppins-Regular';
}
.paymentpage_right_part .form-control::placeholder{
    color: #000000;
}
.paymentpage_section form {
    float: left;
    width: 100%;
    display: flex;
    gap: 20px;
}
.paymentpage_right_part .form-group label#exp {
    color: #000000;
    font-weight: 100;
    font-size: 20px;
    line-height: 45px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

}
.paymentpage_right_part .form-group label {
    font-size: 14px;
    line-height: 45px;
    color: red;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 700;
    display: block;
}
.expiration_sec {
    display: flex;
    gap: 10px;
}
.total_section h5 {
    border-radius: 5px 5px 0 0;
    background-color: #000000;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    padding: 20px;
    font-family: 'Poppins-Regular';
    margin: 0;
}
.total_top {
    padding: 20px 30px;
}
.total_top ul li {
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    line-height: 40px;
    color: #000000;
    font-weight: 600;
    margin: 10px 0;
}

.total_section {
    border: 2px solid #efefef;
    margin-top: 10px;
}
.cards_section {
    width: 100%;
    float: left;
    text-align: center;
}
.cards_section ul li {
    display: inline-block;
    margin: 0 5px;
}
.cards_section ul {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}
.cards_section ul:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    border-radius: 1px;
    background-color: #efefef;
    width: 100%;
}
.payment_paybtn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 3em 0 1em;
}
.payment_paybtn button {
    width: 90%;
    display: block;
    filter: drop-shadow(15.436px 30.294px 17.5px rgba(0,0,0,0.23));
    background-image: linear-gradient(-24deg, rgba(194,0,15,0.996078431372549) 0%, rgba(243,35,51,0.996078431372549) 100%);
    border: 2px solid #fff;
    font-size: 45px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 45px;
    font-family: 'Poppins-SemiBold';
    margin: 0 auto;
}
.payment_paybtn button:before{
    content: "";
    background-image: url(../storage/images/payment/pay-image.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 40px;
    display: inline-block;
    margin-right: 30px;
}



.aboutus_secondblk_content ul li {
    list-style: none;
    font-size: 18px;
    position: relative;
    padding-left: 25px;
}

.aboutus_secondblk_content ul li:before {
    content: "";
    background-color:#e90e34;
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 40px;
}


.abt_third_wrap ul li {
    list-style: none;
    font-size: 18px;
    position: relative;
    padding-left: 25px;
}

.abt_third_wrap ul li:before {
    content: "";
    background-color:#e90e34;
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 40px;
}

.inner_abt_image img {
    width: 100%;
    height: 663px;
    border-radius: 50%;
    object-fit: cover;
}
.abt_image {
    float: right;
    position: relative;
}
.abt_third_sec h3 {
    font-size: 30px;
    line-height: 36px;
    color: #000000;
    font-family: 'Poppins-SemiBold';
    padding-top: 30px;
}
.abt_third_sec p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.inner_abt_image:before {
    content: "";
    background-image: url(../storage/images/aboutus/abt_red.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -35px;
    right: -40px;
    width: 59%;
    height: 111%;
    z-index: -1;
}
.abt_third_wrap:before {
    content: "";
    background-color: #f8f8f8;
    width: 76%;
    height: 103%;
    position: absolute;
    top: 16px;
    left: 0;
    z-index: -1;
    border-radius: 40px;
}

/***************************************** video-page ***********************************/
.videospage_wrapper {
    float: left;
    width: 100%;
    margin: 6em 0 0em;
}
.videospage_title h2 {
    font-size: 22px;
    color: #f32434;
    margin: 0;
    padding: 10px 30px;
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 5px;
    position: relative;
    left: -2em;
}
.videospage_title h1 {
    font-size: 35px;
    color: #000000;
}
.videospage_title {
    max-width: 70%;
}
.videospage_title p {
    font-size: 16px;
    color: #5c5c5c;
}
.video_one_image img {
    height: 370px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.video_one_box {
    float: left;
    width: 100%;
    position: relative;
}
.video_one_play {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video_one_part {
    transform: scale(0.85);
    transition: .5s;
    filter: drop-shadow(8.452px 18.126px 12px rgba(0,0,0,0.32));
}
.video_one_slider .slick-active {
    transform: scale(1.10);
    transition: .5s;
    filter: drop-shadow(8.452px 18.126px 12px rgba(0,0,0,0.52));
}
.video_one_slider .slick-list.draggable {
    padding: 70px 400px !important;
}
.video_one_slider {
    margin: 0 0 5em;
}
.socialeventvideos_wrapper {
    text-align: center;
}
.socialeventvideos_wrapper h2 {
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 35px;
    color: #000000;
}
.socialeventvideos_play {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.socialeventvideos_image {
    position: relative;
    z-index: 1;
}
.socialeventvideos_play a {
    width: 65px;
    height: 65px;
    border-radius: 33px;
    filter: drop-shadow(0 0 23px #ffffff);
    background-color: #00000066;
    color: #fff;
    font-size: 20px;
    line-height: 65px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: #fff 0px 3px 15px 6px;
    z-index: 2;
}
.socialeventvideos_image img {
    height: 350px;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}
.socialeventvideos_part{
    padding: 8px;
}
.socialeventvideos_section {
    padding: 20px;
    margin: 1em 0 6em;
}
.musicevent_wrapper {
    text-align: center;
    margin: 0em 0 4em;
}
.musicevent_wrapper h2 {
    display: inline-block;
    font-size: 35px;
    color: #000000;
    margin: 0;
    padding: 10px 25px;
    border: 1px solid #000;
    border-radius: 5px;
}
.musicevent_image img {
    height: 650px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.musicevent_slider {
    margin: 2em 0 0;
}
/*********************************** registration-page ****************************************/
.registrationpage_wrapper {
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.registrationpage_left_section {
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #cacaca;
    padding: 30px 40px;
}
.registrationpage_left_top h1 {
    font-size: 40px;
    color: #f32434;
    margin: 30px 0 15px;
}
.registrationpage_left_top p {
    font-size: 13px;
    line-height: 22px;
    color: #010101;
}
.registrationpage_left_form {
    float: left;
    width: 100%;
    margin: 2em 0;
}
.registrationpage_left_form .form-control {
    height: 61px;
    border-radius: 5px 5px 16px 5px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    font-size: 18px;
    color: #000;
    font-family: 'Poppins-Regular';
}
.registrationpage_left_form div.error {
    padding-top: 7px;
    padding-left: 13px;
}
.registrationpage_left_form .form-control::placeholder{
    color: #000000;
}
.registrationpage_left_form .form-group{
    padding: 5px 10px;
    /* z-index: 1; */
}

.registrationpage_left_form .form-control:focus{
    outline: 1px solid #fabdc2;
    outline-offset: 6px;
    box-shadow: unset;
}


.form_register {
    padding: 5px 10px;
    text-align: center;
}
.form_registerbtn {
    font-size: 35px;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 42px;
    background-image: linear-gradient(90deg, #d7012b 0%, #b50023 100%);
    width: 70%;
    display: block;
    margin: .5em auto;
    font-family: 'Poppins-SemiBold';
    padding: 8px;
    border: unset;
}
.form_register p {
    font-size: 17px;
    letter-spacing: 1px;
    color: #f32434;
}
.form_register p a{
    color: #f32434;
}
.registrationpage_slider {
    text-align: center;
}
.registrationpage_content {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
}
.registrationpage_content:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 60%;
    height: 2px;
    border-radius: 1px;
    background-color: #2f2f2f;
}
.registrationpage_image{
    margin-bottom: 2em;
}
.registrationpage_image img {
    max-width: 70%;
}
.registrationpage_slider  ul {
    text-align: center;
}
.registrationpage_slider ul li {
    display: inline-block;
    font-size: 0;
    margin: 0 3px;
}
.registrationpage_slider ul li button {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #000000;
    font-size: 0;
    outline: unset;
    border: unset;
    padding: 0;
}
.registrationpage_slider ul .slick-active button{
    width: 90px;
    height: 10px;
    border-radius: 4px;
    background-color: #f32434;
}
/******************************* watchevent-page ******************************/
.vibeofmusicshow_content {
    border-radius: 10px;
    background-color: #fbfbfb;
    border: 1px solid #f1f1f1;
    padding: 30px;
    margin-top: 2em;
}
.vibeofmusicshow_section h1 {
    font-size: 50px;
    line-height: 50px;
    color: #f32434;
    margin: 20px 0;
    padding-bottom: 6px;
    display: inline-block;
    position: relative;
}
.vibeofmusicshow_section h1:after{
    content: "";
    position: absolute;
    right: -18px;
    bottom: 0;
    width: 50%;
    height: 2px;
    border-radius: 1px;
    background-color: #f32434;
}
.vibeofmusicshow_left_sec:nth-child(3) strong {
    color: #f32434;
    font-family: 'Poppins-SemiBold';
}
.vibeofmusicshow_left_sec {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    align-items: center;
}
.vibeofmusicshow_left_cont:before {
    content: "";
    width: 2px;
    height: 138px;
    border-radius: 0px;
    background-color: #f1f1f1;
    position: absolute;
    top: 0;
    right: 100px;
}
.vibeofmusicshow_left_sec p span {
    font-size: 18px;
    line-height: 25px;
    color: #5c5c5c;
    font-family: 'Poppins-SemiBold';
    display: inline-block;
    min-width: 150px;
}
.vibeofmusicshow_left_sec strong {
    font-size: 20px;
    line-height: 35px;
    color: #000000;
    font-family: 'Poppins-Regular';
}
.vibeofmusicshow_left_sec p {
    margin: 0;
    display: inline-block;
}
.vibeofmusicshow_wrapper {
    float: left;
    width: 100%;
    margin: 3em 0 2em;
    margin-top: 0;
}
.video_wrapper video {
    height: 800px;
    width: 100%;
    object-fit: cover;
}
.relatedevents_wrapper {
    float: left;
    width: 100%;
}
.relatedevents_wrapper h2 {
    font-size: 35px;
    line-height: 35px;
    color: #000000;
    margin: 15px 0;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
}
.relatedevents_section{
    margin-top: 2em;
}
.relatedevents_wrapper h2:after{
    content: "";
    position: absolute;
    right: -10px;
    bottom: -4px;
    width: 50%;
    height: 2px;
    border-radius: 1px;
    background-color: #e90e34;
}
.eventtimeline_section {
    float: left;
    width: 100%;
    padding: 2em 0;
    background-color: #f2f2f2;
    text-align: center;
    position: relative;
    margin: 2em 0;
}
.eventtimeline_section:after{
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    margin: 0 auto;
    width: 95%;
    height: 2px;
    border-radius: 1px;
    background-color: #cecece;
}
.eventtimeline_section:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    margin: 0 auto;
    width: 95%;
    height: 2px;
    border-radius: 1px;
    background-color: #cecece;
}
.eventtimeline_section h2 {
    display: inline-block;
    margin: 15px 0;
    font-size: 35px;
    line-height: 35px;
    color: #000000;
    position: relative;
}   
.eventtimeline_section h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    width: 80%;
    height: 1px;
    margin: 0 auto;
    border-radius: 1px;
    background-color: #e90e34;
}
.eventtimeline_part {
    float: left;
    width: 16%;
}
.eventtimeline_box p {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    min-height: 77px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.eventtimeline_box p span {
    display: block;
    color: #e90e34;
}
.eventtimeline_box h5 {
    border-radius: 35px;
    background-image: linear-gradient(90deg, #d7012b 0%, #b60023 100%);
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    font-weight: 600;
    padding: 15px;
    margin-top: 5em;
    position: relative;
}
.eventtimeline_box h5:after{
    content: "";
    position: absolute;
    left: 0;
    top: -4em;
    right: 0;
    margin: 0 auto;
    width: 12px;
    height: 80px;
    background-image: url(../storage/images/watchevent/elipserec.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.eventtimeline_box h6 {
    margin-top: 3em;
}
.eventtimeline_part:nth-child(even) .eventtimeline_box h5 {
    background-image: linear-gradient(90deg, #000000 0%, #212121 100%);
}
.eventtimeline_part:nth-child(even) {
    margin-top: 6em;
}
.eventtimeline_part:nth-child(even) .eventtimeline_box h5 {
    background-image: linear-gradient(90deg, #000000 0%, #212121 100%);
    margin-bottom: 5em;
    margin-top: 1em;
}
.eventtimeline_part:nth-child(even) .eventtimeline_box {
    display: flex;
    flex-direction: column-reverse;
}
.eventtimeline_part:nth-child(even) .eventtimeline_box h5:after {
    top: auto;
    transform: rotate(180deg);
    bottom: -4em;
}
.eventtimeline_wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 2em 0;
}
.eventtimeline_box h6 img {
    width: 30px;
    height: 25px;
    object-fit: contain;
}
.videocomments_wrapper {
    float: left;
    width: 100%;
}
.videocomments_top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 2em;
}
.videocomments_top h2 {
    font-size: 35px;
    color: #000000;
    margin: 15px 0 0;
}
.videocomments_top a {
    font-size: 16px;
    color: red;

}
.videocomments_section {
    padding-right: 45px;
}
.videocomments_add span {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background-color: #790bcf;
    display: inline-block;
    text-align: center;
    line-height: 64px;
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}
.videocomments_add {
    position: relative;
}
.videocomments_add input[type="text"] {
    width: 93%;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    color: #5c5c5c;
    border: unset;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px;
    float: right;
    outline: unset;
}
/* .videocomments_buttons {
    float: right;
    width: 93%;
    margin: 2em 0;
    display: none;
} */
.groupbutton {
    float: right;
    margin-top: 20px;
}
.videocomments_buttons_right.addcomment {
    float: right;
    text-align: end;
}
.videocomments_buttons_right {
    float: right;
    /* width: 100%; */
}
.videocomments_buttons_right button.editcancle_btn {
    border: unset;
    background-color: unset;
    font-size: 19px;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #5c5c5c;
}

.videocomments_buttons {
    float: left;
    width: 100%;
    margin: 2em 0 0;
    /* display: none; */
}

input.editcomments {
    border: unset;
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: left;
}
.videocomments_buttons_right .cancle_btn {
    outline: unset;
    background-color: unset;
    border: unset;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    color: #5c5c5c;
}
.videocomments_buttons_right .comment_btn {
    font-size: 16px;
    border-radius: 30px;
    outline: unset;
    border: 1px solid;
    padding: 9px 18px;
    background-color: #060606;
    color: #ffffff;
    font-family: 'Poppins-Regular';
}
.videocomments_added_unapproved {
    margin: 3em 0 0;
    width: 50%;
    padding: 20px;
    background: white;
    box-shadow: rgba(50, 55, 97, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    display: flex;
    align-items: center;
    gap:20px;
}
.videocomments_added {
    margin-top: 4em;
}

.commentsactions {
    position: absolute;
    right: 0;
    top: 0;
}
/* 
.videocomments_added {
    margin: 3em 0 0;
    width: 50%;
    padding: 20px;
    background: white;
    box-shadow: rgba(50, 55, 97, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    display: flex;
    align-items: center;
    gap:20px;
} */
.videocomments_added strong.text-red {
    font-size: 15px;
}
.videocomments_added p {
    font-size: 20px;
}
.videocomments_added a {
    font-size: 25px;
    padding-right: 10px;
}
.videocomments_added a.edit{
    float: left;
}
.videocomments_edit input[type="text"] {
    width: 93%;
    font-family: 'Poppins-Regular';
    font-size: 18px;
    color: #5c5c5c;
    border: unset;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px;
    float: right;
    outline: unset;
}
.comment_likes p {
    display: inline-block;
    font-size: 18px;
}
.comments_reply {
    padding-left: 30px;
    font-size: 18px;
    line-height: 35px;
}
.actions-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 15px;
    right: 16px;
    top: 22px;
    border-radius: 16px;
    width: 122px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.commentpopup .md\:inset-0{
    left: 20em;
}



.actions-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.actions-menu ul li {
    margin-bottom: 5px;
    display: block;
}

.actions-menu ul li a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    line-height: 28px;
}
.actions-menu ul li a i {
    padding-right: 10px;
}
.actions-menu ul li a i {
    padding-right: 10px;
}

.comment {
    position: relative;
    float: right;
}

.actions-btn {
    cursor: pointer;
}

.videocommnts_part {
    display: inline-block;
}
.videocomments_added .comment_likes {
    float: left;
    font-size: 25px;
}
.videocomments_added span,.videocomments_added_unapproved span {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background-color: #790bcf;
    display: inline-block;
    text-align: center;
    line-height: 64px;
    font-size: 40px;
    color: #ffffff;
    /* position: absolute; */
    left: 0;
    top: 0;
}
.videocomments_namedetail {
    float: right;
    width: 93%;
}
.videocomments_namedetail h5 {
    font-size: 22px;
    line-height: 30px;
    color: #000;
    margin: 0 0 .5em;
}
.videocomments_added 
 .videocomments_namedetail h5 span {
    position: relative;
    width: auto;
    background-color: unset;
    color: #5c5c5c;
    font-size: 18px;
    height: auto;
    line-height: normal;
}
.videocomments_namedetail p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}
.videocommnts_part {
    display: inline-block;
    float: left;
    width: 100%;
}
/* style-update */
.calendarpage_wrapper {
    float: left;
    width: 100%;
    margin: 6em 0;
}
.calendarpage_section tr th {
    border-radius: 0;
    background-color: #000000;
    color: #fff;
    height: 70px;
    width: 100%;
    vertical-align: middle!important;
    text-align: center;
    font-size: 20px;
    border-color: #000;
}
.calendarpage_section button.fc-prev-button.fc-button.fc-state-default.fc-corner-left {
    width: 53px;
    height: 53px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    color: #e1012d;
    font-size: 20px;
}
.calendarpage_section button.fc-next-button.fc-button.fc-state-default.fc-corner-right {
    width: 53px;
    height: 53px;
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    color: #e1012d;
    font-size: 20px;
}
.calendarpage_section .fc-button-group {
    display: flex;
    gap: 15px;
}
.calendarpage_section .fc-left {
    display: none;
}
.calendarpage_section .fc-scroller.fc-day-grid-container {
    overflow: hidden!important;
}
.calendarpage_section td.fc-day-number {
    padding-top: 10px!important;
    padding-right: 10px;
}
.calendarpage_section {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 35px;
}
.aboutus_count span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.play_video a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.aboutmiddle_banner_wrapper:after {
    top: -1px;
    height: 101%;
}
.paymentpage_left_part .form-control:focus {
    outline: 1px solid #fabdc2;
    outline-offset: 6px;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(241 0 54 / 21%); */
    /* box-shadow: 0px 5px 5px #fabdc26b; */
}

.paymentpage_right_part .form-control:focus {
    outline: 1px solid #fabdc2;
    outline-offset: 6px;
    /* box-shadow: 0px 5px 5px #fabdc26b; */
}

.myprofilepage_form .form-control:focus {
    outline: 1px solid #fabdc2;
    outline-offset: 6px;
    box-shadow: unset;
}


.myprofilepage_form .form-control:focus::placeholder {
    color: red;
    font-family: 'Poppins-Medium';
}
  input.form-control:focus::placeholder{
    color: red;
    font-family: 'Poppins-Medium';
  }
.loginpage_form_control .form-control:focus {
    outline: 1px solid #fabdc2;
    outline-offset: 6px;
    /* box-shadow: 0px 5px 5px #fabdc26b; */
}

.paymentpage_right_part .form-group:nth-child(1):after {
    content: "\f007";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
}
.paymentpage_right_part .form-group:nth-child(1):after {
    content: "\f007";
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    color:#d6d6d6;
}
.paymentpage_right_part .form-group:nth-child(2):after {
    content: "\f023";
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    color:#d6d6d6;
}
.cvv_type:after {
    content: "\f059";
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    color:#d6d6d6;
}
.cvv_type:before {
    content: "\f023";
    font-family: 'FontAwesome';
    position: absolute;
    right: 55px;
    top: 16px;
    font-size: 26px;
    color:#d6d6d6;
}
/* .bookedeventspage_select {
    position: relative;
} */
.bookedeventspage_left_sec select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.total_top li:last-child p:last-child {
    color: #e90e34;
}

.bookedeventspage_select:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    top: 12px;
    right: 12px;
    color: #fff;
}
.footer_blk form button {
    transition: .5s;
}
.footer_blk form button:hover {
    background-color: #ffffff;
    color: #e2012d;
    transition: .5s;
}
/* a.pa_watch:hover {
    color: #ffffff;
    background-color: #e2012d;
    background-image: linear-gradient(-5deg, #e2012d 0%, #ffffff 100%);
} */
a.read_more:hover {
    color: #d8002c;
}

.latest_blog.slick-active span.post_date{
    top: -41px;
    right: 62px;
}
.latest_blog.slick-active +.slick-active{
    transform: scale(1.3);
}
.latest_blog.slick-active +.slick-active span.post_date{
    top: -30px;
    right: 10px;
}

.latest_blog.slick-active +.slick-active +.slick-active .latest_content{
    padding-left: 50px;

}
.latest_blog.slick-active +.slick-active +.slick-active span.post_date{
    top: -30px;
    right: 10px;
}
.latest_image img {
    height: 365px;
}

.passsubmit {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}
.myprofile_buttons_delete
{
    display: flex;
    width: 83%;
    margin-left: 17%;
    justify-content: space-between;
    margin-top: -7.8em;
}
select#phonecode {
    position: absolute;
    top: 6px;
    left: 0;
    background: #d8d8d8 !important;
    width: 55px;
    height: 58px;
    border: unset;
    outline: unset;
    font-size: 18px;
    /* color: #000000; */
}
input#phone {
    padding-left: 57px;
}
input.form-control:focus {
    box-shadow: unset;
}
.personalinformation_form .form-group:after {
    content: "";
    opacity: 0.302;
    width: 256px;
    height: 2px;
    border-radius: 1px;
    background-color: #cecece;
    position: absolute;
    bottom: 0;
    left: 16px;
}
.vibeofmusicshow_section {
    margin-top: 35px;
}

.banner_wrapper:before {
    content: "";
    background-image: url(../storage/images/home/shadow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 7px;
    left: 140px;
    width: 500px;
    height: 100px;
}

.myaccountpage_top_section:before {
    content: "";
    background-image: url(../storage/images/myaccount/myacc_shadow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -25px;
    left: -60px;
    width: 75%;
    height: 260px;
    z-index: -1;
}

.changepasswordnew {
    width: 52%;
    margin: 0 auto;
    /* float: left; */
    border: 2px solid #e9e9e9;
    padding: 30px;
    border-radius: 10px;
}

.changepassword_form {
    width: 100%;
    float: left;
}

.changepasswordnew .mb-3 {
    margin: 20px 0;
}
.passsubmit button {
    /* background-color: #d8022b; */
    outline: none;
    font-family: 'Poppins-Regular';
    background-image: linear-gradient(-21deg, #b50023 0%, #d7012b 100%);
    width: 115px;
    padding: 10px;
}
.passsubmit .btn-danger.focus, .btn-danger:focus{
    outline: none;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.myprofilepage_form .form-group:nth-child(odd) {
    clear: both;
}
.myprofilepage_form .form-group label.error {
    font-size: 13px;
    font-family: 'Poppins-Regular';
    padding-left: 14px;
    padding-top: 10px;
    margin-bottom: 0;
    font-weight: normal;
}
.myprofilepage_form .form-group:before {
    content: "";
    background-image: url(../storage/images/myaccount/red_shadow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 33px;
    left: 45px;
    width: 70%;
    height: 37px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    /* transition: visibility 0s, opacity 0.3s ease-in-out; */
}

 .myprofilepage_form .form-group:focus-within:before {
    visibility: visible;
    opacity: 1;
}
.myprofilepage_form .form-group {
    position: relative; 
}

/*.registrationpage_left_form .form-group:before {
    content: "";
    background-image: url(../storage/images/myaccount/red_shadow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 33px;
    left: 36px;
    width: 70%;
    height: 53px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
} */

.registrationpage_left_form .test_phone:before {
    content: "";
    background-image: url(../storage/images/myaccount/red_shadow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 33px;
    left: 36px;
    width: 70%;
    height: 53px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}
.registrationpage_left_form .test_phone:focus-within:before {
    visibility: visible;
    opacity: 1;
}
.registrationpage_left_form .test_phone {
    position: relative;
    z-index: 1;
    width: 100%;
}
.test_phone.test:before {
    z-index: unset;
}
.test_phone.test {
    z-index: unset;
}

.registrationpage_left_form .form-group:nth-child(4) {
    clear: both;
}
.form-group:nth-child(13):before {
    content: unset;
}
/* .registrationpage_left_form .form-group:focus-within:before {
    visibility: visible;
    opacity: 1;
} */

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color:#DADADA  !important;
}
.iti__selected-flag{
    width: 100% !important;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: #DADADA !important;
}
.iti__flag-container{
    z-index: 999999 !important;
}
.registrationpage_left_form .form-group.registerselect select {
    appearance: none;
}
.registrationpage_left_form .form-group.registerselect:after {
    content: "\f107";
    font: normal normal normal 18px / 1 FontAwesome;
    position: absolute;
    top: 26px;
    right: 26px;
}

.paymentdetail_radio input[type="radio"]:checked ~ .paymentdetail_radio {
    border: 2px solid blue; /* Change to your preferred color */
}



.event-title {.event-title {
    font-size: 15px;
    font-family: 'Poppins-SemiBold';
    color: #000000;
};
.event-title {
    font-size: 15px;
    font-family: 'Poppins-SemiBold';
    color: #000000;
};
.event-title {
    font-size: 15px;
    font-family: 'Poppins-SemiBold';
    color: #000000;
};
}

.event-time {
    font-size: 17px;
    font-family: 'Poppins-SemiBold';
    color: #000000;
}

.fc-row.fc-week.fc-widget-content:nth-child(even) a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    background-color: #000000;
    border-color: #000000;
}

.fc-row.fc-week.fc-widget-content:nth-child(even) .event-title {
    color: #ffffff;
}

.fc-row.fc-week.fc-widget-content:nth-child(even) .event-time {
    color: #ffffff;
}

a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    display: flex;
    margin-right: -8em;
    align-items: center;
    gap: 10px;
}

/* a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    background-color: #ffd4dc;
    border-color: #ffd4dc;
    padding: 3px;
} */


.event-image {
    width: 24%;
}
.fc-row.fc-week.fc-widget-content.fc-rigid:nth-child(odd) td.fc-event-container:nth-child(odd) a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    background-color: #ffd4dc;
    border-color: #ffd4dc;
}
.fc-row.fc-week.fc-widget-content.fc-rigid:nth-child(odd) td.fc-event-container:nth-child(odd) a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end .event-info .event-title{ 
    color: #000000;
    font-size: 15px;

}
.fc-row.fc-week.fc-widget-content.fc-rigid:nth-child(odd) td.fc-event-container:nth-child(even) a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end {
    background-color: #000;
    border-color: #000;
    margin-top: 17px;
}
.fc-row.fc-week.fc-widget-content.fc-rigid:nth-child(odd) td.fc-event-container:nth-child(even) a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end .event-info .event-title {
    color: #ffffff;
}
.fc-row.fc-week.fc-widget-content.fc-rigid:nth-child(odd) td.fc-event-container:nth-child(even) a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end .event-info .event-time{
    color: #ffffff;
}



.paidnot {
    width: 100%;
    float: left;
}
.paidnot img {
    width: 100%;
}
.event-image img {
    width: 100%;
    height: 80px;
    border-radius: 5px;
    object-fit: cover;
}
.all_controls{
    width: 93% !important;
    /* left: 40px !important; */
}
button#play-pause {
    margin-right: 10px;
}
button#mute {
    margin-right: 20px;
}
button#play-pause {
    margin-right: 10px;
}

button#mute {
    margin-right: 20px;
}

button#fullscreen {
    margin-left: 30px;
}

button#mini-player {
    margin-left: 30px;
}

button#theater-mode {
    margin-left: 30px;
}
.controls{
    padding-left: 40px !important;
    padding-right: 40px !important;
}
button#fullscreen svg {
    width: 28px;
    height: 28px;
    fill: #ffffff;
}
.fc-toolbar .fc-center{
    display: block !important;
}

.alt_item {
    width: 25%;
    float: left;
    padding: 10px;
}

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

.alt_item.readmore {
    float: right;
    background-color: #d10129;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 19%;
    color: #ffffff;
}

a#more-button {
    color: #ffffff;
    font-family: 'Poppins-Regular';
}
.calendar_subtitle {
    width: 330px;
    height: 65px;
    border-radius: 10px;
    background-color: #d3d3d3;
    margin-bottom: 15px;
    padding: 5px;
}

.calendar_subtitle>div {
    border-radius: 5px;
    background-color: #000000;
    width: 240px;
    height: 100%;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins-SemiBold';
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 15px;
}
.notification_wrapper .form-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notification_wrapper label {
    width: 40% !important;
    font-size: 20px !important;
    font-family: 'Poppins-Regular';
}
input[type="radio"] {
    margin-left: 10px;
}
.notificationcover .form-group h3 {
    font-size: 20px;
}
.notify_button {
    float: right;
}
.notify_button button.btn.btn-danger {
    outline: unset;
}
.notificationcover {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    width: 50%;
    padding: 30px 30px 50px;
    margin: 0 auto;
    border-radius: 20px;
    filter: drop-shadow(7.949px 12.721px 12px rgba(0, 0, 0, 0.09));
}

.notificationcover h2 {
    font-size: 30px;
    margin: 0;
    text-align: center;
    padding-bottom: 1em;
    border-bottom: 2px solid #ded7d7;
    margin-bottom: 25px;
    font-family: 'Poppins-Regular';
}

.custom-control.custom-switch {
    font-size: 18px;
}
.header_wrapper_full.fixed {
    /* padding-top: 10px; */
    position: fixed;
    z-index: 9;
    filter: drop-shadow(-5.736px 8.192px 17.5px rgba(0, 0, 0, 0.2));
  }
  .artist_detwrap span{
    text-align: center;
    display: block;
  }
  .artist_time_full {
    padding: 38px 10 30px 10px;
  
}
.mainbooked_events {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 20px;
    border-radius: 10px;
}

.bookedevents_second p span {
    font-size: 16px;
    line-height: 25px;
    color: #5c5c5c;
    font-family: 'Poppins-Regular';
    display: inline-block;
    min-width: 120px;
}

.bookedevents_second p strong {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    font-family: 'Poppins-SemiBold';
}

.booked h4 {
    font-size: 30px;
    color: #f32434;
}
.artist_detwrap_second .slick-slide{
    height: auto;
}


.mainbooked_events {
    width: 60%;
    float: right;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    padding: 12px;
    border-radius: 10px;
    margin-top: -4.1em;
    margin-right: 7em;
    filter: drop-shadow(7.949px 12.721px 12px rgba(0, 0, 0, 0.09));
}

.bookedevents_second p span {
    font-size: 16px;
    line-height: 25px;
    color: #5c5c5c;
    font-family: 'Poppins-Regular';
    display: inline-block;
    min-width: 120px;
}

.bookedevents_second p strong {
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    font-family: 'Poppins-SemiBold';
}

.mainbooked_events h4 {
    font-size: 25px;
    color: #f32434;
}
.banner_common_content h1 {
    font-size: 30px;
    line-height: 40px;
}
.common_page_style p {
    font-size: 18px;
    line-height: 30px;
}
.common_page_style {
    width: 78%;
    margin: 0 auto;
    padding: 6em 0 7em;
}
.footer_blk.important_links ul li a {
    line-height: 20px;
}
.footer_blk.important_links ul li {
    margin-bottom: 15px;
}

/*******************************************Responsive Page**********************************************/


@media only screen and (min-width:1400px) {
   
	
}

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

 
    
}

@media only screen and (min-width:1600px)  {
    .video_one_slider .slick-list.draggable {
        padding: 70px 500px !important;
    }
    .home_about_wrapper:after {
        width: 81%;
    }
        
}
@media only screen and (min-width:1700px)  {
    .video_one_slider .slick-list.draggable {
        padding: 70px 500px !important;
    }
    .home_about_wrapper:after {
        background-size: 100% 100%;
        width: 79%;
        height: 634px;
        bottom: -11em;
    }



}

@media only screen and (min-width:1800px)  {
    .video_one_slider .slick-list.draggable {
        padding: 70px 550px !important;
    }
    .home_about_wrapper:after {
        width: 78%;
        height: 645px;
        bottom: -11.5em;
    }


}

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

    .main_artist_image:nth-child(4) img {
        width: 1104px;
        object-fit: cover;
    }
    .video_one_slider .slick-list.draggable {
        padding: 70px 600px !important;
    }
    .banner_line_bottom{
        bottom: 9.6em;
        transform: rotate(-2.6deg);
    }

    .container {
        max-width: 1660px;
    }
    .header_menu ul{
        gap: 33px;
    }

    .home_about_image:before {
        height: 660px;
        width: 660px;
        top: -5px;
        left: 85px;
        animation: offsetAnimation3 2s infinite;
    }
    .home_about_inner:after {
        height: 700px;
        width: 700px;
        top: -25px;
        left: 65px;
        animation: offsetAnimation 2s infinite;
    }
    .home_about_image:after {
        height: 670px;
        width: 670px;
        top: -10px;
        left: 80px;
        animation: offsetAnimation2 2s infinite;
    }
    .home_about_image img {
        height: 650px;
        width: 650px;
        margin: 0 auto;
    }
    .home_about_inner {
        text-align: center;
    }
    
    .home_about_wrapper:after{
        bottom: -12.6em;
        top: auto;
        width: 82%;
        height: 675px;
    }
    .upcoming_event_wrapper{
        margin-top:2em;
    }

    .how_it_works_blk{
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
 
    .how_it_works_blk_inner{
        width: 374px;
        height: 374px;
        border-radius: 220px
    }

    .how_it_works_wrap:after{
        height: 570px;
        width: 106%;
        left: -130px;
    }
    .how_it_works_blk:first-child {
        padding-left: 0;
        padding-right: 25px;
        padding-top: 30px;
    }
    .how_it_works_blk:last-child {
        padding-right: 0;
        padding-left: 29px;
    }
    .banner_right {
        width: 380px;
    }
    .home_about_wrapper{
        margin-top: -1em;
    }

    .howitworkspage_part:first-child:before{
        left: 5em;
    }
    .howitworkspage_first_image:before{
        right: -28px;
        height: 36%;
        transform: rotate(1deg);
        width: 21%;
    }
    .howitworkspage_first_image:before{
        right: -20px;
        top: 17px;
        background-size: contain;
        width: 21%;
        height: 40%;
        transform: rotate(-2deg);
    }
    .howitworkspage_part:first-child:after{
        right: -6em;
        bottom: -19em;
        width: 170px;
        height: 530px;
    }
    .howitworkspage_part:nth-child(2):after{
        left: -5em;
        bottom: -20em;
        width: 135px;
        height: 450px;
    }
    .howitworkspage_second_image_box:before{
        top: 137px;
        right: 28px;
    }
    .fullwidthimg ul.slick-dots { 
        max-width: 1660px;
    }
    .eventpage_right_image {
        position: absolute;
        right: 2em;
    }
    .eventpage_content h6{
        padding: 0 0 20px;
    }
    .eventpage_content h4{
        padding-bottom: 15px;
    }
    .eventpage_content p{
        margin: 15px 0;
    }
    .latest_blk_info{
        padding: 35px 20px !important;
    }
    .latest_blog.slick-active +.slick-active +.slick-active .latest_content {
        padding-left: 68px;
    }
    .bookedeventspage_content{
        left: -9em;
    }
    .cube_animation {
        top: -5px;
    }
    .aboutus_secondblk_image img {
        height: 595px;
        width: 100%;
    }
    .aboutus_secondblk_content{
        padding: 51px;
    }
    .aboutus_secondblk_image_sec:after{
        top: -17px;
    }
    .close_icon{

        right: 8em;

    }
  
}

@media only screen and (max-width:1300px) {
.container {
    padding: 0 15px;
}
.home_about_wrap h1 {
    font-size: 32px;
}	
.home_about_image img {
    height: 550px;
}
.home_about_wrapper:after {
    content:unset;
}	
.upcoming_event_wrap h2 {
    font-size: 44px;
}
.upcoming_content h4 {
    font-size: 46px;
    margin-top: 26px;
}
.how_it_works_blk:nth-child(2) {
    padding-right: 55px;
    padding-left: 30px;
}
.how_it_works_blk:last-child {
    padding-left: 50px;
	padding-right: 27px;
}
.how_it_works_blk_inner {
    height: 290px;
}
.how_it_works_wrap:after {
    height: 435px;
}
.footer_blk:last-child {
    margin-right: 0;
}
.footer_blk:first-child {
    margin-left: 0;
}
.footer_blk h4 {
    font-size: 20px;
    margin-top: 0;
}
.footer_wrapper {
    padding: 20px 0;
}
.footer_blk:last-child:after {
    height: 435px;
}
.footer_blk:last-child:before {
    height: 449px;
}
.footer_cc {
    height: 60px;
}
.footer_blk:last-child:after {
    height: 400px;
    top: -65px;
}
.footer_blk:last-child:before {
    height: 420px;
    top: -85px;
}
.banner_line_bottom{
	transform:rotate(-4.6deg);
}
a.pay_watch{
	margin-top:1em;
}

.timer-grid {
    max-width: 80%;
    padding: 10px 8px;
}
.footer_blk:last-child h3:before{
    top: -2.7em;
}
.howitworkspage_first_image:before{
    width: 28%;
    height: 36%;
    right: -33px;
}
.howitworkspage_part:first-child:after {
    bottom: -22em;
}
.howitworkspage_part:nth-child(2):after{
    width: 88px;
    height: 433px;
}
/******************myprofileedit page  **********************/
.myprofile_buttons_delete{
    width: 81%;
    margin-left: 19%;
}
.del_btn{
    line-height: 60px;
}
.update_btn{
    line-height: 60px;
}
.change_pass {
    line-height: 60px;
}
.inner_ardet .event_info {
    height: 75px;
    top:-48px;
}

.artist_detwrap h3 {
    margin-bottom: 1em;
}
.event_info{
    padding: 16px 14px;
}

.inner_abt_image img {
    height: 570px;
}

}
@media only screen and (max-width:1200px) {
.header_menu ul li a {
    font-size: 15px;
}
.header_search {
    width: 5%;
}
.user_info {
    width: 9%;
}
.home_about_wrap h1 {
    font-size: 26px;
}	
.home_about_wrap p {
    font-size: 16px;
    line-height: 28px;
}
.home_about_image img {
    height: 450px;
}
.timer-grid {
   max-width: 80%;
}
.inner_ardet .timer-grid {
    max-width: 100%;
    gap: 18px;
}
.upcoming_content h4 {
    font-size: 34px;
    margin-top: 22px;
}
.box-time-date {
    padding-right: 10px;
}
.upcoming_content p {
    margin: 10px 0;
}
.upcoming_image img {
    height: 290px;
}

.how_it_works_wrap:after {
    height: 400px;
    left: -115px;
    width: 112%;
}
.how_it_works_blk span img {
    height: 50px;
    width: 50px;
}
.how_it_works_blk_inner {
    height: 270px;
}
.latest_image img {
    height: 400px;
}
.how_it_works_wrapper h2 {
    font-size: 32px;
}
.header_menu {
    width: 56%;
    float: right;
}
.how_it_works_wrapper h2:after {
    width: 400px;
    height: 80px;
    top: -20px;
}
.registrationpage_left_section {
    padding: 25px 20px;
}
.registrationpage_left_form .form-group {
    width: 100%;
    float: left;
}
.form_registerbtn {
    margin: 0 auto;
    margin-bottom: 10px;
}
.footer_blk form input {
    width: 100%;
}
.footer_blk:last-child {
    padding: 0 25px;
}
.footer_blk h4 {
    font-size: 17px;
}
ul.social_icon {
    gap: 10px;
}
.how_it_works_blk h4 {
    font-size: 20px;
}
.how_it_works_blk:first-child {
    padding-left: 0px;
    padding-right: 55px;
}
.how_it_works_blk:nth-child(2) {
    padding-right: 33px;
    padding-left: 25px;
}
.how_it_works_blk {
    padding: 12px 50px;
}
.how_it_works_wrap:after {
    height: 390px;
}
.how_it_works_blk:last-child {
    padding-right: 10px;
}
.banner_wrapper:before {
    left: 85px;
}
.event_info {
    width: 199px;
}
.how_it_works_wrapper {
    padding-top: 4em;
}
.latest_blog.slick-active +.slick-active span.post_date {
    top: -42px;
    right: 2px;
}
.latest_content h4 a {
    font-size: 18px;
}
.footer_blk:last-child h3:before{
    top: -2.7em;
}
.home_about_wrapper {
    padding: 4em 0 3em;
}
.footer_blk form button {
    width: 180px;
    height: 50px;
    font-size: 20px;
    margin: 20px 0;
}

/*****banner_section****/
.banner_line_bottom {
    transform: rotate(-4deg);
    bottom: 8.2em;
    width: 50%;
}
 .cube_box{
	width:350px;
	height:350px;
}
.cube_box_wrap{
	width:350px;
	height:350px;
} 
 .front {
    transform: translateZ(174px);
}
.back {
    transform: translateZ(-174px) rotateY(180deg);
}
.rightSide {
    transform: rotateY(90deg) translateZ(174px);
}
.leftSide {
    transform: rotateY(-90deg) translateZ(174px);
}
.top {
    transform: rotateY(-90deg) translateZ(174px);
}
.bottom {
    transform: rotateY(-90deg) translateZ(174px);
} 

.banner_content_inner {
    max-width: 560px;
}
.banner_image img{
    height: 565px;
}
.banner_info h2{
    width: 70%;
    font-size: 21px;
}
.banner_info h2 span{
    font-size: 34px;
}
.banner_content {
    padding-top: 0em;
}

/********************************* aboutus-page ************************************/

.inner_abt_image img {
    height: 450px;
}
.inner_abt_image:before{
    top: -11px;
    right: -15px;
    width: 50%;
    height: 105%;
}

.aboutus_count_content h4 span{
    font-size: 40px;
    line-height: 45px;
}
.aboutus_count_content h4 {
    font-size: 30px;
    line-height: 40px;
}
.aboutus_count:nth-child(even) .aboutus_count_content h4 span{
    font-size: 40px;
    line-height: 45px;
}
.innerbanner_content{
    left: 2em;
}


.aboutus_count_content{
    display: flex;
    flex-direction: column;
}
.aboutusfirstblk_section p {
    font-size: 16px;
    line-height: 28px;
}
.aboutusfirstblk_section h1 {
    font-size: 35px;
    line-height: 35px;
}
.aboutus_count_sec{
    padding: 20px 15px;
    margin: 10px 0 20px;
    width: 47%;
    right: -4em;
}
.aboutusfirstblk_image img {
    height: 500px;
}
.aboutusfirstblk_image.two img {
    height: 450px;
}
.aboutusfirstblk_image_wrapper {
    margin-right: -15px;
}
.aboutus_secondblk_content p {
    font-size: 16px;
    line-height: 28px;
}
.aboutus_secondblk_content{
    padding: 30px;
}
.aboutus_secondblk_image img {
    height: 600px;
}
.aboutus_secondblk_image:before{
    right: 3em;
}
.aboutus_secondblk_wrapper{
    margin: 1em 0;
}
.aboutmiddle_banner_content h2 {
    font-size: 30px;
}
.aboutmiddle_banner_content{
    max-width: 90%;
}
/*********************************** contactus-page *************************************/
.contactpage_address_section{
    padding: 20px 0 0;
}
.contactpage_address_section ul li{
    margin-bottom: 30px;
    padding: 0 20px 10px;
}
.innerbanner_title {
    padding: 0px;
    font-size: 35px;
    width: 400px;
    height: 120px;
}
.innerbanner_content:before{
    left: -50px;
    width: 100px;
    height: 150px;
}
/********************************** artists-page *****************************************/
.artistspage_title {
    width: 90%;
}
.artistspage_title ul li a {
    font-size: 18px;
}
.artistspage_image img {
    height: 350px;
}
.artists_name p{
    font-size: 16px;
}
.artists_name{
    width: 65%;
}
/************************************ events-page ****************************************/
.eventpage_content h4{
    font-size: 45px;
}
.eventpage_content p{
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.eventpage_content .timer-grid .box-time-date {
    padding: 10px;
}
.eventpage_image_sec{
    right: -10em;
}
.eventpage_image img {
    height: 160px;
}

.eventpage_content .timer-grid {
    max-width: 96%;
}
.eventpage_content h4 {
    font-size: 39px;
}
.eventpage_right_image img {
    width: 400px;
    height: 300px;
}
.footer_blk:last-child h3:before{
    content: unset;
}
/***************** Blog detail page *****************/
.blog_detail_image img {
    height: 350px;
}
.blog_detail_wrap_inner p {
        font-size: 16px;
        line-height: 28px;
    }
.blog_detail_wrap_inner b {
        font-size: 20px;
        line-height: 30px;
    }

/********************************* howitworks-page *****************************************/
.howitworkspage_first_image{
    width: 400px;
    height: 400px;
}
.howitworkspage_first_image img {
    max-width: 70%;
}
.howitworkspage_last_sec h2 {
    font-size: 25px;
    max-width: 90%;
}
.howitworkspage_second_image_sec:before{
    height: 40%;
}
.howitworkspage_second_image_sec:after{
    height: 40%;
}
.howitworkspage_first_image:after{
    left: 15px;
    top: -11px;
}

.mobile-header.fixed {
    position: fixed;
    z-index: 99;
}
.inner_ardet p{
    font-size: 13px;
}
.inner_ardet h4 {
    font-size: 24px;
}

}	

@media only screen and (max-width:992px) {
.user_info:after {
    width: 35px;
    height: 35px;
	background-size:contain;
}
.mob_navi,
  .mob_navi.submenu_open {
    overflow-y: hidden;
  }
  .mob_sub_navigate i,
  .mob_sub_navigate span {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    cursor: pointer;
    color: #07264e;
  }
  .mob_navi,
  .submenu_open #mob_menu {
    transform: translate(-100%, 0);
    transition: 0.5s;
  }
  .mobile-header {
    display: block;
    float: left;
    width: 100%;
  }
  .glyphicon,
  .mob_sub_link span {
    display: inline-block;
    position: relative;
  }
  .mobile-header button.navbar-toggle {
    color: #fff;
    float: left;
    margin-left: 5px;
    position: absolute;
    right: 0;
    z-index: 999;
    background-color: #991315;
    display: block;
    padding: 8px;
    background-image: unset;
  }
  #mob_menu,
  .mob_navi,
  .mob_sub_menu,
  .mobile-header .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .mobile-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 0 15px;
  }
  .mob_navi {
    position: fixed;
    top: 0;
    width: 350px;
    height: 100%;
    padding-top: 10px;
    overflow-x: hidden;
    z-index: 999999;
  }
  .mob_navi.menu_open {
    transform: translate(0, 0);
  }
  .glyphicon {
    top: 1px;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mob_sub_navigate i {
    width: 48%;
    padding-right: 15px;
    text-align: right;
    float: right;
  }
  #mob_menu {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    position: relative;
  }
  .mob_navi.menu.menu_open.submenu_open1 span,
  .mob_navi.submenu_open .mob_sub_navigate span {
    opacity: 1;
  }
  #mob_menu li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
  }
  .procesof_loginmob {
    padding: 1em 1em;
  }
  .procesof_loginmob a {
    width: 152px;
    display: inline-block;
    background-color: #a5151a;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    border-radius: 50px;
}
.procesof_loginmob a:nth-child(2) {
    background-color: #000;
}
 #mob_menu li a {
    text-decoration: none;
    color: #07264e;
    display: block;
    padding: 15px 15px;
    font-size: 16px;
    font-family: Poppins-Regular;
}
  #mob_menu li a:hover {
    color: #9a1315;
    transition: 0.5s;
  }
  .mob_sub_navigate span {
    width: 50%;
    padding-left: 15px;
    opacity: 0;
    transition: 0.5s;
  }
  .mob_sub_menu {
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate(100%, 0);
    transition: 0.5s;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .mob_sub_link span {
    font-size: 16px;
    width: 10px;
    text-align: center;
    right: 20px;
    line-height: 10px;
    cursor: pointer;
    float: right;
    margin-right: 5px;
    color: #07264e;
    top: -32px;
  }
  .mobile.header {
    background-color: #222;
    color: #fff;
    padding: 10px 10px 10px 15px;
    float: left;
    width: 100%;
  }
  ul.mob_sub_menu.submenu_open {
    background-color: #fff;
    transform: translate(0, 0);
    transition: 0.5s;
    height: 100%;
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar {
    width: 10px;
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar-track {
    background: 0 0;
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar-thumb {
    background: #051735;
    border-radius: 10px;
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .mob_navi.menu,
  .mobile-top-head,
  .mobile.header,
  .mobile.mobile-one {
    display: block;
  }
  .header_menu {
    display: none;
  }	 
  .user_info {
    width: 25%;
    margin-right: 4em;
}
.header_wrap_full {
    justify-content: flex-end;
    height: 50px;
    gap: 25px;
}
.header_logo {
    margin-right: auto;
}
.home_about_image img {
    height: 380px;
}
.home_about_wrap strong {
    width: 170px;
    font-size: 16px;
}
.home_about_wrap h1 {
    font-size: 22px;
}
.home_about_wrap strong {
    width: 150px;
    font-size: 16px;
    letter-spacing: 2px;
}

.how_it_works_blk {
    padding: 0 10px !important;
}
.how_it_works_blk p {
    max-width: 100%;
}
.event_info {
    width: 160px;
}
.event_info_top span {
    font-size: 12px;
}
span.time {
    font-size: 14px;
}
.upcoming_content h4 {
    font-size: 28px;
    margin-top: 16px;
}
.upcoming_content h6 {
    font-size: 18px;
}
.timer-grid {
    max-width: 95%;
    gap: 5px;
}
.upcoming_content b {
    font-size: 12px;
}
.upcoming_content b:before {
    width: 20px;
    height: 20px;
    left: -10px;
    top: -2px;
}
a.pa_watch {
    width: 140px;
    height: 30px;
    font-size: 14px;
}
.how_it_works_wrapper {
    padding-top: 2em;
}
.how_it_works_wrap:after {
    content:unset;
}

.how_it_works_blk h4 {
    font-size: 22px;
    margin: 5px 0;
}
.latest_image img {
    height: 330px;
}
.latest_content h4 a {
    font-size: 16px;
}
.latest_blog_wrapper {
    padding-bottom: 2em;
}
.latest_blog_slider .slick-track {
    padding-bottom: 1em;
}
span.post_date {
    width: 60px;
    height: 60px;
    right: 0px;
}

.registrationpage_left_form .form-group {
    padding: 0;
}
.registrationpage_left_top h1 {
    font-size: 32px;
    margin: 20px 0 15px;
}

.registrationpage_left_form .form-control {
    font-size: 16px;
}
.form_register {
    padding: 5px 0px;
}
.form_register p {
    font-size: 15px;
}
.form_registerbtn{
    width: 100%;
}
.registrationpage_left_form {
    margin-top: 15px;
}
.footer_wrapper {
    padding: 20px 0;
    display: block;
}
.footer_blk:first-child {
    margin-left: 0;
    float: left;
    width: 100%;
	margin-bottom: 2em;
}
.footer_blk {
    float: left;
    width: 50%;
}
.footer_blk:last-child {
    float: left;
    width: 100%;
	margin-top: 2em;
}
.footer_blk p {
    max-width: 100%;
}
.footer_blk:last-child:before {
    content:unset;
}
.footer_blk:last-child:after {
    height: 100%;
    top: 0;
}
.footer_blk form {
    margin-top: 1em;
    display: flex;
    align-items: center;
}

.loginpage_wrapper {
    margin-bottom:35px;
    padding: 4em 0 1em;
}
.loginpage_form h1{
    margin: 40px 0;
}

.how_it_works_blk_inner {
    outline: 2px solid #e2012d;
    outline-offset: 5px;
    height: auto;
    padding: 15px;
    /* border-radius: 10px; */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    display: block;
}

.how_it_works_blk:nth-child(2) .how_it_works_blk_inner{
	outline: 2px solid #000000;
}
/*****banner-section*****/
.cube_animation{
	display:none;
}
.banner_content_inner {
    margin: 0;
}
.banner_content {
    padding-left: 1em;
    width: 100%;
    left: 0;
    padding-top: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.banner_image img{
	height:500px;
}
.home_about_wrapper{
	margin-top:0;
}
.banner_slider .slick-list {
    padding-bottom: 2em;
}
.banner_line_bottom {
    transform: rotate(-4.5deg);
    bottom: 4em;
}
.banner_slider .slick-dots{
	bottom:6em;
}
.banner_right{
	height:70%;
}
.home_about_image{
	margin-bottom:3em;
}
.upcoming_content p{
	font-size:13px;
}
.footer_blk:last-child {
    padding: 2em 1em;
}
.how_it_works_wrapper {
    float: left;
    width: 100%;
}
#card-object-hf{
	width:160px;
	float:left;
}
.user_info_detail{
	    width: 40%;
    z-index: 99999;
}
.upcoming_content{
    padding: 25px 25px;
}
.upcoming_content h4 {
    padding-top: 10px;
}
.event_info {
    width: 180px;
    top: -66px;
}
/******************************* aboutus-page ********************************/
.aboutusfirstblk_wrapper {
    margin: 7em 0 5em;
}
.aboutusfirstblk_image_wrapper {
    margin-right: 0px;
}
.latest_blog.slick-active span.post_date {
    top: -40px;
    right: 6px;
}
.latest_blog_wrapper h2{
    margin-bottom: 0;
}
.latest_blog.slick-active +.slick-active {
    transform: scale(1.1);
}
.latest_blog.slick-active +.slick-active +.slick-active .latest_content {
    padding-left: 15px;
}
.aboutus_count_sec{
    width: 70%;
    right: 0;
}
.aboutus_secondblk_image:before {
    right: 2em;
    width: 150px;
    height: 140px;
    border-radius: 5px 70px;
}
.aboutus_secondblk_content h2{
    font-size: 25px;
}
.play_video a{
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
}
.play_video a:after{
    left: -5px;
    top: -5px;
    width: 70px;
    height: 70px;
}
.aboutmiddle_banner_wrapper{
    padding: 6em 0;
}
/******************************** contact-page ********************************/
.innerbanner_title {
    /* padding: 20px 50px 20px 70px; */
    font-size: 30px;
}
.contactpage_left_section h1 {
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 10px;
}
.contactpage_image img {
    height: 500px;
}
.contactpage_right_section{
    margin-top: -7em;
}
.contactpage_image {
    padding: 15px 15px 0;
}
.contactpage_address_section ul li a{
    margin: 10px 0;
    font-size: 20px;
}
.contactpage_address_section ul li{
    font-size: 18px;
    margin-bottom: 20px;
}
.contactpage_address_section ul li p {
    font-size: 20px;
    margin: 10px 0;
}
.contactpage_form{
    padding: 20px 10px;
    margin-top: 0;
}
.contactpage_wrapper{
    margin: 5em 0 4em;
}
.contact_map{
    left: -15px;
    width: 75%;
}
/****************************** artists-page **********************************/
.artistspage_image_sec {
    width: 95%;
}
.artists_name{
    left: -1em;
    bottom: 5em;
    width: 70%;
}
.artists_name p{
    font-size: 15px;
}
.artistspage_social ul li{
    margin-right: 4px;
}
.artistspage_social{
    padding: 10px 10px;
}
.artistspage_image img {
    height: 300px;
}
.artistspage_title {
    width: 100%;
}
.artistspage_title ul li{
    margin: 0 10px;
}
.artistspage_part{
    margin: 20px 0 50px;
}
.innerbanner_image_section img {
    height: 400px;
}
/*********************************** events-page ***********************************/
.eventpage_content h4 {
    font-size: 33px;
}
.eventpage_content h6 {
    font-size: 18px;
}
.eventpage_content {
    padding: 15px;
    width: 50%;
}
.eventpage_content h5 strong {
    font-size: 18px;
}
.eventpage_content .pa_watch{
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
.eventpage_content span.number {
    font-size: 25px;
}
.eventpage_content .timer-grid .box-time-date {
    padding: 10px;
}
.eventpage_image_sec {
    right: -8em;
}
.eventpage_image img {
    height: 140px;
}
.eventpage_right_image img {
    width: 236px;
    height: 240px;
}

/************************************ howitworks-page ******************************************/
.howitworkspage_part:first-child:after{
    content: unset;
}
.howitworkspage_part:nth-child(2):after{
    content: unset;
}
.howitworkspage_part:first-child:before{
    content: unset;
}
.howitworkspage_part:last-child:after{
    content: unset;
}
.howitworkspage_part{
    padding: 0;
}
.howitworkspage_second_image_cover h2 {
    font-size: 25px;
}
.howitworkspage_first_image {
    width: 300px;
    height: 300px;
}
.howitworkspage_first_image:after {
    left: 9px;
    top: -7px;
}
.howitworkspage_first_image:before{
    right: -27px;
    top: 17px;
}
.howitworkspage_wrapper {
    margin: 2em 0;
}
.howitworkspage_first_image {
    margin-bottom: 25px;
}
.howitworkspage_part.last {
    margin-top: 0em;
    padding: 0;
}
.howitworkspage_last_sec:after{
    width: 95%;
}
.howitworkspage_last_sec{
    padding: 6em 0 3em;
}
.howitworkspage_last_sec h2 {
    font-size: 20px;
    line-height: 25px;
}
/******************** myprofile page  **************************/
.myaccountpage_top_content a.firstedit button {
    top: -220px;
}
.myaccountpage_top_content{
    padding: 24px;
}
.myaccountpage_top_content h2:before{
    left: -9px;
    width: 14%;
}
.personalinformation_section{
    padding: 30px 20px 20px;
}
.personalinformation_title button{
    padding: 8px 30px;
}
.personalinformation_title h2:after {
    right: -9px;
}

.myprofile_buttons {
    margin: 1em 0;
}
.update_btn{
    width: 160px;
    height: 55px;
    line-height: 45px;
    font-size: 20px;
}
.del_btn {
    line-height: 45px;
    width: 220px;
    height: 55px;
    font-size: 20px;
}
.change_pass {
    width: 235px;
    height: 55px;
    line-height: 45px;
    font-size: 20px;
}
.myprofile_buttons_delete{
    width: 66%;
    margin-left: 24%;
    margin-top: -5em;
}

.latest_blk_info h4 a:after {
    right: -1em;
}
.latest_blog_blk {
    gap: 10px;
}	
.latest_blk_info h4 a {
    font-size: 16px;
}
.latest_blk_image img {
        height: 130px;
    }
	.image_info {
    margin-top: -8em;
}
.inner_ardet{
    padding: 10px;
}
.inner_ardet h4{
    font-size: 24px;
    padding: 5px;
}
.inner_ardet .event_info{
    width: 180px;
    right: 0px;
    top: -55px;
}
.artist_time_full {
    padding: 5px;
    padding-top: 38px;
    padding-bottom: 20px;
}
.inner_artist_image img{
    height: 220px;
}
.main_artist_image:first-child img{
    height: 340px;
}
.main_artist_image:nth-child(2) img{
    height: 340px;
}
.main_artist_image:nth-child(4) img{
    height: 250px;
}
.main_artist_image:nth-child(4) img{
    height: 600px;
}
.artist_det_section{
    margin-bottom:6em;
}
.inner_abt_image img {
    height: 370px;
}
.abt_third_wrap:before{
    width: 100%;
    height: 100%;
}
.abt_third_sec h3 {
    font-size: 25px;
    line-height: 35px;
}
.abt_third_wrap {
    margin: 3em 0 0;
}

}

@media only screen and (max-width:767px) {	
.home_about_image {
    margin-left: -10px;
    margin-right: 2em;
    margin-bottom: 2em;
    float: left;
    width: 50%;
}
.home_about_image img {
    height: 270px;
}
.how_it_works_blk {
    float: left;
    width: 50%;
}
.how_it_works_blk {
    padding: 0 10px !important;
}
.how_it_works_blk:last-child {
     margin-top: 2em;
     width: 100%;
}
.loginpage_left_part {
    width: 100%;
    float: left;
}
.loginpage_slider_content{
    width: 100%;
    float: left;
}
.loginpage_wrapper:after{
    content: unset;
}
.loginpage_form {
    width: 100%;
    float: left;
}

.loginpage_slider {
    width: 100%;
    float: left;
    background-color: #000000;
    padding: 15px 0;
}
.loginpage_form h1 {
    margin: 15px 0;
    font-size: 40px;
    line-height: 50px;
}
.loginpage_wrapper {
    margin-bottom: 15px;
    padding: 1em 0 1em;
}
.loginpage_form_control {
    margin: 18px 0;
}
.loginpage_form_control:before {
    height: 60px;
}
.loginpage_form_control .form-control {
    height: 60px;
}
.loginsubmit_btn button {
    font-size: 22px;
}
.loginregister_sec p {
    font-size: 18px;
}

.registrationpage_wrapper {
    width: 100%;
    float: left;
    display: block;
}
.registrationpage_left_section {
    width: 100%;
    float: left;
}
.registrationpage_slider{
    width: 100%;
    float: left;
}
.form_registerbtn{
    font-size: 23px;
}


/*****banner-section*****/
.banner_image img {
    height: 350px;
}
.banner_info h2 {
    font-size: 20px;
}
.banner_info h2 span {
    font-size: 28px;
}
.banner_info p {
    margin-bottom: 0;
	max-width:65%;
}
.banner_info h5 {
    margin-bottom: 0;
	margin-top:0;
}
.banner_info h2 {
    margin-top: 10px;
}
.banner_line_bottom {
    bottom: 3.3em;
}

.lang {
    margin-top: 30px;
}
.user_info p {
    font-size: 0;
}
.user_info {
    width: auto;
    margin-right: 4em;
}
.header_search {
    width: auto;
    margin-right: 25px;
}
.header_search img {
    max-width: 35px;
}
.banner_slider .slick-dots {
    bottom: 4em;
}
.home_about_image img {
    height: 200px;
    width: 100%;
}
.banner_slider .slick-dots li.slick-active button{
	font-size:12px;
}
.header_wrapper_full {
    /* border-bottom: 1px solid #808080; */
}
.footer_cc {
    display: block;
    text-align: center;
    height: auto;
    padding-bottom: 1em;
}
.mobile-logo {
    background-color: #000;
    padding: 1.5em;
}
.mobile-logo img {
    max-width: 165px;
}

.header_serach_popup{
	padding:1em;
}
.close_icon{
	right:10px;
}
.header_serach_popup .input-group {
    max-width: 85%;

}
.user_info_detail {
    width: 80%;
}
.banner_slider .slick-dots{
	display:none !important;
}
/******************************** aboutus-page **************************************/
.aboutusfirstblk_image_wrapper{
    width: 100%;
    margin: 0 0 1em;
}
.aboutusfirstblk_image img {
    height: 350px;
}
.aboutusfirstblk_image.two img {
    height: 300px;
}
.aboutus_count_sec {
    width: 100%;
}
.aboutus_secondblk_image:after{
    content: unset;
}
.aboutus_secondblk_image:before{
    content: unset;
}
.aboutus_secondblk_image img {
    height: 300px;
    width: 100%;
}
.aboutus_secondblk_image_sec{
    width: 50%;
    position: relative;
    float: left;
    z-index: 1;
    margin-right: 1em;
}

.aboutus_secondblk_content {
    padding: 15px;
    width: auto;
    border-radius: 10px;
    float: unset;
}
.aboutmiddle_banner_content h2 {
    font-size: 25px;
}
.aboutmiddle_banner_content strong{
    font-size: 18px;
}
.aboutusfirstblk_wrapper{
    margin: 3em 0 0;
}
.innerbanner_image_section img {
    height: 280px;
    clip-path: unset;
    -webkit-clip-path: unset;
}
.innerbanner_content:before{
    content: unset;
}
.innerbanner_content {
    position: relative;
    left: 0;
    bottom: 0;
}
.innerbanner_title{
    padding: 20px;
    width: 100%;
    font-size: 30px;
    text-align: center;
    background-color: #fff;
    border-bottom-right-radius: 50px;
    border-bottom: 4px solid #9f1418;
    background-image: unset;
    height: auto;
}
.aboutus_secondblk_section{
    padding-top: 2em;
}
.aboutus_secondblk_image_sec:after{
    left: -10px;
    top: -10px;
    border: 1px solid #e41f28;
}
.aboutmiddle_banner_wrapper {
    padding: 3em 0;
}
.aboutmiddle_banner_wrapper:after{
   background-image: unset;
   background-color: #e41f2875;
}
.aboutmiddle_banner_content {
    max-width: 100%;
}
.aboutusfirstblk_section h1 {
    font-size: 30px;
    line-height: 30px;
}
.abt_third_wrap {
    width: 100%;
    float: left;
}
.abt_image {
    width: 50%;
}
.inner_abt_image img {
    height: 250px;
}
.inner_abt_image:before {
    top: -6px;
    right: -9px;
}
.abt_third_sec h3 {
    font-size: 22px;
    line-height: 29px;
}
/********************************** contact-page *************************************/
.contactpage_wrapper {
    margin: 2em 0 4em;
}

.contactpage_right_section{
    /* display: none; */
    margin-top: 20px;
}
.contactpage_image img {
    height: 360px;
}
.contact_map_wrapper{
    margin: 1em 0 0;
    width: 100%;
}
.contact_map {
    left: 0;
    width: 100%;
    position: relative;
    bottom: 0;
}
.contact_map .mapouter {
    height: 400px;
}
.contact_map .gmap_canvas {
    height: 400px;
}
.contactpage_left_section h1 {
    font-size: 20px;
    line-height: 30px;
}
/*********************************** artists-page ***************************************/
.artistspage_wrapper{
    margin: 3em 0 5em;
}
.artistspage_box:hover .artistspage_image img{
    border-bottom-right-radius: 50px;
}
.artistspage_part{
    float: left;
    width: 50%;
}
.artistspage_title ul li a {
    font-size: 16px;
}
.artistspage_title ul li {
    margin: 0 4px;
}
.artistspage_section {
    margin: 2em 0 2em;
    float: left;
    width: 100%;
}
/************************************* events-page *****************************************/
.eventspage_wrapper{
    margin-top: -6em;
    padding: 7em 0 2em;
}
.eventspage_part{
    float: left;
    width: 100%;
}
.eventpage_content h4 {
    font-size: 30px;
}
.eventspage_part{
    padding: 10px;
}
.eventpage_content h5 strong {
    font-size: 15px;
    line-height: 25px;
}
.eventpage_content span.number {
    font-size: 20px;
}
.eventpage_content .timer-grid .box-time-date{
    font-size: 14px;
    padding: 4px;
}
.eventpage_left_slider {
    padding-right: 10px;
    float: left;
    width: 40%;
}
.eventpage_content {
    padding: 10px;
    float: left;
    width: 60%;
    padding-top: 25px;
}
.eventpage_right_image {
    display: none;
}
.eventspage_buttons a{
    font-size: 22px;
    margin-right: 10px;
}
.eventpage_image img {
    height: 120px;
}
.eventpage_content h6 {
    font-size: 14px;
    padding: 0 0 5px;
}
.eventpage_content h5{
    margin: 1em 0;
    font-size: 14px;
}
.eventpage_content h5 strong {
    font-size: 14px;
}
.eventpage_image_sec{
    right: -4em;
}
.eventpage_content .pa_watch {
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    margin: .5em auto;
}
.eventpage_image_sec .event_info {
    top: -57px;
}

#eventBannerGallery .eventspage_part { float: none; width:auto;  }
#eventBannerGallery .eventpage_content { padding-top: 10px; }
#eventBannerGallery .eventspage_part { padding:0px; } 
#eventBannerGallery .eventpage_content h4 { font-size:18px; }
#eventBannerGallery .eventpage_content h5, #eventBannerGallery .eventpage_content span, #eventBannerGallery .eventpage_content h5 strong {
 font-size:14px;   
}
.banner_wrapper:before{
    content: unset;
}
.home_about_image{
    width: 76%;
    float: unset;
    margin: 0 auto;
}
.home_about_image img {
    height: 321px;
    width: 321px;
}
.home_about_wrapper {
    padding: 2em 0 3em;
}
.event_info {
    width: 180px;
    right: 20px;
}
.latest_blog.slick-active +.slick-active{
    transform: scale(1.1);
}
.latest_blog_wrapper h2 {
    margin-bottom: 6px;
}

/********************** myprofile page  *********************/
.personalinformation_title h2:after{
    content: unset;
}
.personalinformation_title button{
    padding: 5px 17px;
}
.personalinformation_title{
    padding-left: 0;
}
.personalinformation_title button:after{
    margin-left: 8px;
}
.personalinformation_title h2 {
    margin: 0 0 15px;
    font-size: 23px;
}
.personalinformation_form .form-group {
    padding: 10px 10px;
}
.myaccountpage_wrapper {
    margin: 3em 0;
}
.myaccountpage_top_section {
    width: 100%;
    float: left;
    display: block;
}
.personalinformation_wrapper {
    width: 100%;
    float: left;
}
.myaccountpage_top_profile {
    float: left;
    width: 100%;
}
.myaccountpage_top_content {
    width: 100%;
    float: left;
}
.personalinformation_title button:after{
    content: unset;
}
.personalinformation_title h2 {
    margin: 0 0 0px;
}
.myaccountpage_top_content p{
    max-width: 100%;
}
.myaccountpage_top_content a.firstedit button {
    top: -168px;
}
.myprofilepage_profile #myfile {
    width: 100%;
}
.myprofilepage_profile{
    background-size: cover;
    border-top-right-radius: 160px;
    border-bottom-right-radius: 160px;
}
.myprofile_buttons_delete {
    width: 100%;
    float: left;
    display: block;
    margin-left: 0;
    margin-top: 0;
}
.myprofile_buttons_right{
    text-align: left;
}
.update_btn {
    width: 100%;
}
.del_btn {
    width: 100%;
    margin-bottom: 10px;
}
.change_pass {
    width: 100%;
}
.myprofilepage_wrapper {
    margin-bottom: 2em;
}

.blog_detail_wrapper {
    margin-top: 2em;
    float: left;
    width: 100%;
}
.blog_detail_wrap {
    flex-direction: column;
}
    .latest_blk_image img {
        height: 150px;
    }
	    .blog_detail_wrap_inner b {
        font-size: 16px;
        line-height: 28px;
    }
	.soccy {
    font-size: 16px;
    line-height: 18px;
	}
	.blog_share span {
    font-size: 16px;
    line-height: 20px;
	}
	.soccy ul li a img {
    height: 25px;
    width: 25px;
	}
	.soccy ul {
    gap: 8px;
}
.blog_detail_wrap_inner:after {
    left: -8px;
}
.innerbanner_image_section.blg_det img {
    height: 80px;
    clip-path: unset;
}


.blog_detail_wrap {
    width: 100%;
    float: left;
}

.latest_blog_wpper {
    width: 100%;
    float: left;
}

.latest_blog_wrap {
    width: 100%;
    float: left;
}

.latest_blk_image {
    width: 30%;
    float: left;
}

.latest_blk_info {
    width: 70%;
    float: left;
    /* margin-left: 16px; */
    padding-left: 20px;
}
.latest_blog_blk{
    display: block !important;
}
.upcoming_content b:before {
    left: -25px;
}
.footer_cc p {
    font-size: 12px;
    line-height: 30px;
}
.alt_item {
    width: 50%;
}
.alt_item.readmore{
    width: 30%;
}
.vibeofmusicshow_left_sec strong{
    font-size: 16px;
}
.vibeofmusicshow_section {
    width: 100%;
    float: left;
}
.vibeofmusicshow_content {
    width: 100%;
    float: left;
}
.vibeofmusicshow_left_cont {
    width: 100%;
    float: left;
}
.vibeofmusicshow_left_cont:before{
    content: unset;
}
.vibeofmusicshow_section h1 {
    font-size: 34px;
    line-height: 35px;
}
.videocomments_top h2 {
    font-size: 24px;

}
.videocomments_top a {
    font-size: 15px;
}
.videocomments_add span {
    width: 32px;
    height: 32px;
    line-height: 33px;
    font-size: 23px;
}
.artist_detail_section {
    width: 100%;
    float: left;
    margin-top: 2em;
    padding: 10px
}
.inner_artist_image {
    margin-right: 30px;
    margin-top: 0;
    width: 100%;
    float: left;
}
.artist_detail_section p{
    padding: 0;
}
.artist_detail {
    width: 100%;
    float: left;
    margin: 3em 0;
}
.artist_detwrap h3 {
    margin-bottom: 0em;
}
.artist_det_section {
    display: block;
}
.main_artist_image {
    margin-bottom: 10px;
}
.main_artist_image:nth-child(3) img {
    height: 340px;
}
.main_artist_image:nth-child(4) img {
    height: 340px;
}

.artist_det_third {
    width: 100%;
    float: left;
}

.artist_det_section {
    width: 100%;
    float: left;
}
.artist_det_section {
    margin-bottom: 1em;
}
.inner_artist_image img {
    width: 100%;
}
.header_wrapper_full.fixed {
    width: 100%;
}
.header_wrapper_full.fixed {
    top: 0;
}

.mob_navi.menu.fixed .mobile-header button.navbar-toggle{
    top: -41px;
}

}

@media only screen and (max-width:480px) {
    .user_info:after {
        right: 20px;
    }
    .user_info {
        margin-right: 2em;
    }
    .header_search {
        margin-right: 0;
        margin-left: 20px;
    }
    .header_wrap_full {
        gap: 0;
    }
    .eventpage_right_image {
        display: block;
    }
    .innerbanner_title {
        font-size: 28px;
    }
    .eventpage_right_image img {
        width: 100%;
        height: 300px;
    }
    .eventpage_image_sec .event_info {
        display: none;
    }
    .eventpage_image_sec {
        position: relative;
        display: block;
        float: left;
        width: 100%;
    }
    .how_it_works_blk_inner{
        display: block;
    }
    .how_it_works_blk p {
        max-width: 100%;
    }
    .latest_blog.slick-active +.slick-active +.slick-active{
        transform: unset;
    }
    .latest_blog.slick-active +.slick-active{
        transform: unset;
    }
    .latest_blog.slick-active{
        transform: unset;
    }

   

/***banner-section*****/

.banner_info h5 {
    font-size: 18px;
}
.banner_info h2 {
    font-size: 27px;
}
.banner_info h2 span {
    font-size: 20px;
		display:block;
}
.banner_info p {
    font-size: 16px;
    line-height: 23px;
    max-width: 95%;
    padding-top: 0;
}
.banner_right {
    width: 65px;
    display: none;
}
.banner_image img{
	height:270px;
    -webkit-clip-path:unset;
    clip-path: unset;
}
.banner_content {
    background-color: #9f1418;
    position: relative;
    padding: 1em 1em 2em;
}
.banner_line_bottom {
    bottom: 2.9em;
}

.lang {
    margin-top: 20px;
}	
.how_it_works_wrapper h2:after {
    width: 100%;
    height: 70px;
    top: -15px;
}
.latest_content {
    position: relative;
}
.latest_image img {
    height: 300px;
}
.latest_content h4 a {
    font-size: 21px;
    line-height: 28px;
}
.latest_content p {
    font-size: 14px;
    line-height: 21px;
}    
.latest_blog.slick-active .latest_content p {
    display: block;
}
.latest_blog.slick-active .latest_content a.read_more {
    display: block;
}
.home_about_image {
    /* float: left; */
    width: 80%;
    margin: 0 auto;
    margin-bottom: 3em;
}
.home_about_wrap h1 {
    font-size: 22px;
    left: 0;
}
.upcoming_event_wrap h2 {
    font-size: 34px;
}
span.number {
    font-size: 24px;
    margin-right: 3px;
}
.upcoming_event_wrapper {
    padding-top: 3em;
    padding-bottom: 3em;
}
.home_about_inner {
    width: 100%;
}
.home_about_image img {
    height: 290px;
    width: 290px;
}
.footer_blk:last-child {
    float: left;
    width: auto;
    margin-top: 2em;
    margin-left: -15px;
    margin-right: -15px;
}
.footer_blk:last-child:after {
    border-radius: 0;
}
.footer_cc {
    height: auto;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}
.footer_cc p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.how_it_works_blk_inner {
    border-radius: 25px;
}
.how_it_works_blk:last-child {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.footer_blk form {
    display: block;
}
/****************************** aboutus-page ***********************************/
.aboutus_secondblk_image_sec {
    width: 100%;
    margin: 0 0 1em;
}
.aboutus_count_content{
    width: 100%;
    margin-left: 0;
}
.aboutus_count{
    text-align: center;
}
.aboutus_count span{
    float: unset;
    margin: 0 auto;
}
.innerbanner_image_section img {
    height: 220px;
}
.abt_image {
    width: 100%;
    margin-bottom: 15px;
}
.inner_abt_image img {
    height: 300px;
}
.abt_third_sec {
    padding-top: 30px;
}
.abt_third_sec p {
    font-size: 16px;
    line-height: 26px;
}

/************************************ artists-page ************************************/
.artistspage_image_sec {
    width: 100%;
}
.artistspage_box:after{
    content: unset;
}
.artistspage_social ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
}
.artistspage_social{
    width: 100%;
}
.artistspage_social ul:nth-child(2) li a{
    padding-left: 8px;
}
.artistspage_part {
    margin: 20px 0 20px;
    width: 100%;
}
.artists_name {
    left: -10px;
    width: 49%;
}
.artistspage_image img {
    height: 250px;
}
.artistspage_wrapper {
    margin: 2em 0 1em;
}
/********************************** events-page *******************************************/
.eventpage_left_slider{
    width: 100%;
    padding: 0 0 10px;
    border-right: unset;
    border-bottom: 1px solid #ffffff66;
}
.eventpage_image{
    padding: 4px;
}
/* .eventpage_image_sec .event_info{
    left: 0;
} */
.eventpage_image_sec {
    right: 0;
}
.eventspage_buttons a {
    font-size: 20px;
    float: left;
}
.eventpage_content{
    width: 100%;
}
.eventspage_part {
    padding: 45px 10px 10px;
    background-size: cover;
}
.eventpage_content h5:before{
    top: 0px;
}
.eventspage_buttons {
    margin-bottom: 3em;
}
.footer_blk:nth-child(3) {
    padding-left: 20px;
}
.artistspage_title ul li:hover {
    border-bottom: 2px solid #f32434;
}

#eventBannerGallery .eventspage_part { left:0; width:100%; }


/*************************** myprofileedit page  ****************************/

.cover_profile_image {
    width: 100%;
    float: left;
    text-align: center;
}
.myprofilepage_form {
    margin: 2em 0;
    width: 100%;
    float: left;
}
.myprofilepage_gender_sec {
    width: 100%;
    float: left;
}
.myprofilepage_profile{
    padding: 25px 10px;
    background-size: auto;
    margin-bottom: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.myprofilepage_profile #myfile {
    width: 100%;
}
.myprofilepage_profile p{
    margin-bottom: 11px;
    font-size: 18px;
}
.myprofile_radio label {
    margin-right: 11px;
}
.myprofilepage_form .form-group{
    padding: 0;
    margin-bottom: 20px;
}
.myprofilepage_form{
    padding: 25px 10px;
}

.myprofilepage_gender_sec{
    padding: 20px 20px;
}
.myprofilepage_gender_left p{
    font-size: 17px;
}
.update_btn {
    width: 100%;
    height: 62px;
    line-height: 50px;
    margin-right: 0;
}

.myprofile_buttons_delete {
    width: 100%;
    float: left;
    display: block;
    margin-top: 0;
    margin-left: 0;
}

.myprofile_buttons {
    width: 100%;
    float: left;
    margin: 0;
    padding-top: 0;
    margin-top: 20px;
}
.myprofile_buttons_right{
    margin-top: 15px;
}
.myprofile_buttons_left {
    margin-top: 15px;
}
.del_btn {
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 50px;
}
.change_pass {
    width: 100%;
    height: 60px;
    line-height: 50px;
    font-size: 18px;
}
.myprofilepage_wrapper{
    margin-bottom: 2em;
}
.cover_profile_image img {
    width: 100px;
    height: 100px;
    /* object-fit: cover; */
}
.changepasswordnew {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
}
.changepasswordnew .mb-3 {
    margin: 15px 0;
}
.myprofilepage_form .form-group.adjust_dropdown:after{
    right: 15px;
}
.float-left.w-full.common_page_banner_image img {
    width: 100%;
}


/******************************** home responsive *********************/
.home_about_wrap h1{
    padding: 20px 17px;
    font-size: 20px;
}
.upcoming_content {
    padding: 25px 20px;
}
.timer-grid {
    padding: 6px;
}
.upcoming_content h4 {
    font-size: 25px;
    padding-top: 27px;
}
.event_info {
    right: 15px;
    top: -60px;
    padding-top: 15px;
}
.latest_blog_wrapper {
    padding-bottom:2em;
}
.latest_blog.slick-active span.post_date {
    right: 15px;
}
.latest_blog_slider .slick-track {
    padding: 2em 0;
}
.artist_detail {
    margin: 1em 0;
}
.artist_detwrap {
    width: 100%;
    float: left;
}
.inner_artist_image {
    margin-right: 0;
    margin-bottom: 10px;
}
.artist_detail_section h4 {
    font-size: 27px;
    padding-top: 0em;
}
/************************* footer response  ************************/
.footer_blk:last-child{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.footer_blk:last-child h3:before{
    content: unset;
}

.soccy {
    font-size: 0;
    }


.watch_event_alt .alt_item {
    width: 25%;
    float: left;
    padding: 10px;
}

.watch_event_alt .alt_item img {
    width: 100%;
    object-fit: cover;
}

.watch_event_alt .alt_item.readmore {
    float: right;
    background-color: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21%;
}

.watch_event_alt .alt_item.readmore a {
    font-size: 22px;
    line-height: 50px;
    color: #fefefe;
}

.watch_event_alt .alt_container {
    width: 100%;
    float: left;
}

.blog_detail_wrap {
    width: 100%;
    float: left;
}

.latest_blog_wpper {
    width: 100%;
    float: left;
}

.latest_blog_wrap {
    width: 100%;
    float: left;
}

.latest_blk_image {
    width: 30%;
    float: left;
}

.latest_blk_info {
    width: 70%;
    float: left;
    /* margin-left: 16px; */
    padding-left: 20px;
}
.latest_blog_blk{
    display: block !important;
}

.upcoming_content b:before {
    left: -25px;
}
.footer_cc p {
    font-size: 12px;
    line-height: 24px;
}

}

@keyframes spin {
    from {
        transform:rotateY(0deg);
    }
    to {
        transform:rotateY(360deg);
    }
}
@-webkit-keyframes mymove {
    100%, 50% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes rotate {
	100% {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}
