/*Font Family Used In Website*/
/*Poppins (Integrated From Google Fonts Library)*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


/*Open Sans*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');


/*Inter*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;800;900&display=swap');



 body {
 	font-family: 'Poppins', sans-serif;
 	font-weight: 400;
    overflow-x: hidden;
 }

 body .container {
 	width: 100%;
 	max-width: 1170px;
 }


body .container2 {
    width: 100%;
    max-width: 1000px;
    padding: 0px 15px;
    float: none;
    margin: auto;
}


body .container3 {
    width: 100%;
    max-width: 1250px;
    padding: 0px 15px;
    float: none;
    margin: auto;
}

body .container4 {
    width: 100%;
    max-width: 680px;
    padding: 0px 15px;
    float: none;
    margin: auto;
}


body .container5 {
    width: 100%;
    max-width: 720px;
    padding: 0px 15px;
    float: none;
    margin: auto;
}



 body img {
 	max-width: 100%;
 }

section , header , footer {
    float: left;
    width: 100%;
}

a {
    cursor: pointer !important;
    display: inline-block;
    text-decoration: none !important;
}


a , input[type="submit"] , button  {
	transition: all 0.4s ease-in-out !important; 
    -webkit-transition: all 0.4s ease-in-out !important;
}



.custom-scroll1::-webkit-scrollbar-track
{
 
 
    background-color: #F5F5F5;
}

.custom-scroll1::-webkit-scrollbar
{
    width: 8px;
    background-color: #00b22d;
}

.custom-scroll1::-webkit-scrollbar-thumb
{
 
 
    background-color: #d8d8d8;
}



.col-white {
	color:white !important;
}
.col-black {
	color:black !important;
}
.col-black1 {
	color:#3E3E3E !important;
}
.col-black3 {
    color:#525252 !important;
}
.col-black2 {
	color:#1A1A1A !important;
}
.col-black4 {
    color:#4F4F51 !important;
}
.col-grey1 {
	color:#676767 !important;
}
.col-grey2 {
  color:#9D9D9D !important;
}
.col-grey3 {
    color:#979797 !important;
}
.col-grey4 {
    color:#434343 !important;
}
.col-grey5 {
    color:#5E5E5E !important;
}
.col-grey6 {
    color:#7E7E7E !important;
}
.col-grey7 {
    color:#626262 !important;
}
.col-heart {
	color:#E74C3C !important;
}
.col-green1 {
  color:#79C65E !important;
}
.col-pink1 {
    color:#F66E6A !important;
}

.bg-white {
	background:white !important;
}
.bg-white1 {
    background:#eeeff1 !important;
}

.bg-white2 {
    background:#F9FCFF !important;
}

.bg-black {
	background:black !important;
}


.no-margin {
    margin:0px !important;
}
.no-pad {
    padding:0px !important;
}



.pad-top-20 {
	padding-top: 20px !important
}
.pad-top-40 {
	padding-top: 40px !important
}
.pad-top-60 {
	padding-top: 60px !important
}
.pad-top-80 {
	padding-top: 80px !important
}
.pad-top-100 {
	padding-top: 100px !important
}
.pad-top-120 {
	padding-top: 120px !important
}
.pad-top-140 {
    padding-top: 140px !important
}


.pad-bot-20 {
	padding-bottom: 20px !important
}
.pad-bot-40 {
	padding-bottom: 40px !important
}
.pad-bot-60 {
	padding-bottom: 60px !important
}
.pad-bot-80 {
	padding-bottom: 80px !important
}
.pad-bot-100 {
	padding-bottom: 100px !important
}
.pad-bot-120 {
	padding-bottom: 120px !important
}
.pad-bot-140 {
    padding-bottom: 140px !important
}


.m-b-5 {
    margin-bottom: 5px !important
}
.m-b-10 {
	margin-bottom: 10px !important
}
.m-b-15 {
	margin-bottom: 15px !important
}
.m-b-20 {
	margin-bottom: 20px !important
}
.m-b-25 {
	margin-bottom: 25px !important
}
.m-b-30 {
	margin-bottom: 30px !important
}
.m-b-35 {
    margin-bottom: 35px !important
}
.m-b-40 {
	margin-bottom: 40px !important
}
.m-b-50 {
	margin-bottom: 50px !important
}
.m-b-60 {
	margin-bottom: 60px !important
}

.m-t-5 {
    margin-top: 5px !important
}
.m-t-10 {
	margin-top: 10px !important
}
.m-t-15 {
	margin-top: 15px !important
}
.m-t-20 {
	margin-top: 20px !important
}
.m-t-25 {
	margin-top: 25px !important
}
.m-t-30 {
	margin-top: 30px !important
}
.m-t-35 {
    margin-top: 35px !important
}
.m-t-40 {
	margin-top: 40px !important
}
.m-t-50 {
	margin-top: 50px !important
}
.m-t-60 {
	margin-top: 60px !important
}



.modal-dialog {
    top: 50%;
    margin: 0px auto !important;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%) !important;
}


.block-element {
	float:left;
	width:100%;
} 

.block-element2 {
	display: block;
	clear: both;
	width:100%;
} 



/*Login CSS Starts Here*/

section.login-bg {
    background-image: url(../images/bg-1.png);
    background-size: cover;
    background-position: top center;
    min-height: 100vh;
}

.login-wrapper {
    max-width: 650px;
    margin: 60px auto;
    background: white;
    padding: 50px 45px;
    border-radius: 10px;
    overflow: hidden;
}

.login-info p {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 400;
    margin-bottom: 8px;
}
.login-info p a {
    text-decoration: underline !important;
}

.login-info h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
.login-info h5 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin: 20px 0px;
}

.login-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 0px;
    letter-spacing: 0.2px;
}

.custom-btn1 {
    border: none;
    background: #0079FF;
    width: 100%;
    color: white;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    padding: 15px 0px;
    border-radius: 8px;
    letter-spacing: 0.3px;
}

.or-content h5 {
    border-bottom: 1px solid rgb(26 26 26 / 40%);
    text-align: center;
    margin: 30px 0px 44px 0px;
}


.or-content h5 span {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 138%;
    background: white;
    margin-bottom: -14px;
    vertical-align: middle;
    padding: 0px 25px;
    letter-spacing: 0.5px;
}

.related {
	position: relative;
}
.login-form {
    max-width: 420px;
    display: block;
    margin: auto;
}
.login-info {
    display: block;
    border-top: 1px solid rgb(26 26 26 / 40%);
    padding-top: 26px;
}


.forgot-pass-btn {
    color: #393737;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.2px;
}



/*Animated Label CSS*/

.floating__label::before {
    color: var(--label__color);
    content: attr(data-content);
    display: inline-block;
    filter: none;
    backface-visibility: hidden;
    transform-origin: left top;
    transition: transform 0.2s ease;
    left: 15px;
    position: relative;
    top: 0px;
    color: black !important;
}


.floating:hover,
.floating:focus-within {
  background-color: var(--field__background--hover);
   background:#E8F0FE;
}

.floating__input {
    padding: 0px 10px;
    font-size: 16px;
    /* transition: border-color 0.2s ease; */
    width: 100%;
    height: 52px;
    color: black;
    border: 1px solid rgb(206 212 218 / 70%);
    padding: 15px 10px 0px 15px;
}

.floating:hover .floating__input {
  border-color: #CED4DA;
  background:#E8F0FE;
}

.floating__input:focus {
	  background:#E8F0FE;
}

.floating__input::placeholder {
  color: rgba(0, 0, 0, 0);
}

.floating__label {
  display: block;
  position: relative;
  max-height: 0;
  font-weight: 500;
  pointer-events: none;
}

.floating__label::before {
  color: var(--label__color);
  content: attr(data-content);
  display: inline-block;
  filter: blur(0);
  backface-visibility: hidden;
  transform-origin: left top;
  transition: transform 0.2s ease;
  left: 1rem;
  position: relative;
}

.floating__label::after {
  bottom: 1rem;
  content: "";
  height: 0.1rem;
  position: absolute;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 180ms cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
  opacity: 0;
  left: 0;
  top: 100%;
  margin-top: -0.1rem;
  transform: scale3d(0, 1, 1);
  width: 100%;
  background-color: var(--color__accent);
}

.floating__input:focus + .floating__label::after {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.floating__input:placeholder-shown + .floating__label::before {
  transform: translate3d(0, -2.3rem, 0) scale3d(1, 1, 1);
}
.floating__label::before {
    transform: translate3d(0, -2.8rem, 0) scale3d(0.82, 0.82, 1);
}


.floating__input:focus + .floating__label::before {
    transform: translate3d(0, -2.8rem, 0) scale3d(0.82, 0.82, 1);
    color: #9B9B9B !important;
}

.floating__input:focus + .floating__label::before {
  color: var(--color__accent);
}
.hidden--visually {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}.floating__label {
    display: block;
    position: relative;
    max-height: 0;
    font-weight: 400;
    pointer-events: none;
    color: black;
    font-family: 'Poppins';
    opacity: 1;
    font-size: 15px;
    letter-spacing: 0.5px;
    z-index: 9999;
    position: relative;
    visibility: visible;
}

 

.submit-btn1 {
    background: linear-gradient(143.67deg, #C728B4 -25.88%, #EF9253 94.84%);
    border-radius: 23px;
    border: none;
    color: white;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    padding: 13px 0px;
    letter-spacing: 0.6px;
}






.custom-row1 {
  margin:0px;
}

.custom-pad1 {
  padding:0px;
}



footer {
    background: #171717;
    padding: 60px 0px 40px 0px;
    position: relative;
}


.footer-top {
    border-bottom: 1px solid #737373;
    padding: 0px 20px 20px 20px;
}

footer .container {
    max-width: 1300px;
}

.footer-logo {
    display: flex;
    align-items: end;
    justify-content: start;
    grid-gap: 10px;
}
.footer-logo span {
    position: relative;
    top: -5px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.secure-payments-text span {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}



.secure-payments-text span img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.align-end {
    align-items: end;
}

.secure-payments-text {
    text-align: right;
    position: relative;
    top: -4px;
}


.footer-list-block h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 3px 0px;
}

.list-1 {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.list-1 li a {
    color: white;
    letter-spacing: 0.3px;
}


.footer-list-block {
    display: inline-block;
    text-align: left;
}
.footer-lists .row>div {
    text-align: center;
}
.list-1 li {
    margin-bottom: 2px;
}
.footer-lists {
    margin: 90px 0px 50px 0px;
}

.footer-legal-links {
    text-align: center;
    border-bottom: 1px solid #737373;
    padding-bottom: 15px;
}


.footer-legal-links a {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    color: white;
    border-right: 1px solid rgb(255 255 255 / 50%);
    padding: 6px 9px 6px 9px;
    letter-spacing: 0.3px;
}
.footer-legal-links a:nth-last-child(1) {
  border:none;
}

.footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 50px;
    padding-top: 25px;
    padding-bottom: 30px;

}

.store-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 35px;
}


.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 40px;
}


.footer-copyrights span {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.3px;
}


.store-icons img {
    width: 140px;
}








/*All Hovers*/

.submit-btn1:hover {
   background: linear-gradient(143.67deg, #a91a98 -25.88%, #eb8744 94.84%);
}
.custom-btn1:hover {
  background:#0270e9 !important;
  color:white !important;
}
.login-info p a:hover {
  color:#0079FF !important;
}

.list-1 li a:hover , .footer-legal-links a:hover {
  color:#F66E6A;
}


header.header-1 {
    height: 10vh;
    display: flex;
    align-items: center;
}

.logo {
    float: left;
    margin-right: 60px;
}
.search-form {
    float: left;
    width: 20%;
    padding-top: 15px;
}
.search-form form {
    width: 100%;
    position: relative;
    padding-left: 34px;
}
.search-form form button {
    position: absolute;
    background: none;
    border: none;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 5px;
    width: 23px;
}

.search-form form input {
    width: 100%;
    background: none;
    border: none;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 500;
    height: 32px;
}


.search-form form input::placeholder {
     color: #3A3A3A;
}


.navbar-custom {
    display: flex;
    /*align-items: end;*/
    grid-gap: 35px;
    float: left;
    padding-top: 18px;
}
 

.user-profile {
    float: right;
}

.user-profile .btn {
    background: none;
    padding: 0px;
    border: none !important;
    border-radius: 100%;
    overflow: hidden;
    outline: none !important;
    box-shadow: none !important;
}


.user-profile .dropdown-menu {
    right: 0px !important;
    transform: none !important;
    left: auto !important;
    top: 100% !important;
    border: none;
    padding: 2px 0px;
}
.user-profile .dropdown-item {
    font-size: 14px;
    padding: 3px 15px;
    text-align: right;
}
header .container {
    max-width: 1250px;
}
.user-profile {
    float: right;
    padding-top: 10px;
}
.search-form form button img {
    width: 20px;
}

.header-mobile {
    display: none;
}

.back-btn1 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3A3A3A;
}
.back-btn1 svg {
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -2px;
}


.back-btn2 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3A3A3A;
}
.back-btn2 svg {
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -2px;
    font-size: 20px;
}


.custom-image1 {
    float: left;
    width: 100%;
}

.custom-image1 img {
    width: 100%;
    border-radius: 10px;
}



.event-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.archive-text1 {
    letter-spacing: 0.5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.archive-text1 img {
    margin-right: 5px;
    display: inline-block;
}



.archive-text2 {
    letter-spacing: 0.5px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
}
.archive-text2 img {
    margin-right: 5px;
    display: inline-block;
}


span.date-text1 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}



span.date-text2 {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
}



.textual-sec1 h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 17px;
}


.textual-sec1 p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 17px;
    letter-spacing: 0.2px;
}

.custom-btn2 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    border-radius: 35px;
    border: 1px solid rgb(0 0 0 / 50%);
    padding: 2px 40px;
    letter-spacing: 0.4px;
    margin-right: 15px;
    margin-bottom: 10px;
}


.custom-btn2:hover {
background:black;
color:white;
}


.back-btn1:hover {
    color:#F66E6A !important;
}


.bg-gradient1 {
    background: linear-gradient(215.71deg, #FFFFFF -1.4%, #F1F4FF 42.73%, rgba(255, 255, 255, 0.91) 79.03%);
    backdrop-filter: blur(53px);
 
}

.bg-gradient2 {
    background: linear-gradient(151.54deg, #410534 5.62%, #610C4F 28.59%)
}

.bg-gradient3 {
    background: linear-gradient(180deg, #170A2D 0%, rgba(0, 0, 0, 0) 48.1%);
}

.content-block1 {
    float: left;
    background: #000000;
    border-radius: 10px;
    text-align: center;
    padding: 65px 0px 85px 0px;
}


.sec-head1 h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin: 0px;
}


.form-block1 {
    display: flex;
    max-width: 900px;
    justify-content: space-between;
    margin: auto;
    grid-gap: 16px;
}


.form-field1 {
    width: 100%;
}

.field-style1 {
    width: 100%;
    background: #F3F3F3;
    border: none;
    padding: 0px 10px;
    height: 52px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.submit-btn2 {
      width: 100%;
    border: none;
    padding: 0px 10px;
    height: 52px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    background: #F66E6A;
    color:white;
}


.content-block2 {
    background: #FFFFFF;
    box-shadow: 19px 9px 38px rgb(185 185 185 / 25%);
    border-radius: 14px;
    padding: 60px 40px 80px 40px;
    margin-bottom:3rem;
}



.sec-head2 h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    margin: 0px;
}


.featured-row-slider {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    grid-gap: 40px;
}

.featured-row-box {
    width: 33%;
 
}

.custom-image2 {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.textual-sec2 h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    margin: 0px 0px 12px 0px;
}


.textual-sec2 p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.textual-sec2 {
    display: block;
    margin-bottom: 50px;
}



.event-detail-row2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.dot-1 {
    width: 10px;
    height: 10px;
    background: #676767;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-top: -3px;
    margin-right: 5px;
}
.event-detail-row2 span {
    font-size: 15px;
}

.featured-posts-title {
    margin-bottom: 40px;
}


.arrows-1 .slick-dots {
    bottom: auto;
    top: 110%;
    margin: 0px;
}


.arrows-1 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #D9D9D9;
    border-radius: 100%;
}

.arrows-1 .slick-dots li button:before {
    display: none;
}

.arrows-1 .slick-dots li.slick-active {
    background:white;
}


.event-block1 {
    display: flex;
    align-items: start;
    justify-content: start;
    grid-gap: 20px;
}

.custom-image3 {
    width: 100%;
    max-width: 125px;
}

.textual-sec3 h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 13px 0px;
}

.events-main-block {
    width: 100%;
    position: relative;
}


.custom-image4 {
    width: 100%;
}
.custom-image4 img {
    width: 100%;
}

.events-content-block {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0px 4px 20px rgb(172 172 172 / 25%);
    backdrop-filter: blur(90px);
    border-radius: 15px;
    width: 100%;
    max-width: 95%;
    margin: auto;
    margin-top: -140px;
    padding: 35px 45px;
}
.events-content-block .textual-sec2 h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.arrows-2 button.slick-prev {
    top: 105%;
    left: 36%;
    width: auto;
    background-image: url(../images/angle-icon1.png);
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-size: 8px;
}



.arrows-2 button.slick-next {
    top: 105%;
    right: 38%;
    width: auto;
    background-image: url(../images/angle-icon2.png);
    padding-right: 18px;
    background-repeat: no-repeat;
    background-position: 98% 5px;
    background-size: 8px;
}


.arrows-2 button.slick-prev:before {
    content: 'Previous';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: black !important;
    font-family: 'Poppins';
    opacity: 1;
}





.arrows-2 button.slick-next:before {
    content: 'Next';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: black !important;
    font-family: 'Poppins';
    opacity: 1;
}



.title-text1 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 0px;
}



.transfer-success-content img {
    width: 100%;
    max-width: 125px;
    margin-bottom: 13px;
}

.transfer-success-content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 31px;
    line-height: 30px;
    margin: 0px;
    letter-spacing: 0.6px;
    margin-bottom: 6px;
}

.transfer-success-content h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.2px;
}
.transfer-success-content {
    width: 100%;
    max-width: 550px;
    text-align: center;
    margin: auto;
}

.custom-btn3 {
    background: #79C65E;
    border-radius: 35px;
    width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding: 11px 0px;
    border:none;
    font-family: 'Open Sans';
}

.custom-btn3 img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}


.custom-btn3:hover {
    background: #F66E6A;
    color:white;
}

.col-white span{
    color:white !important;
}







.custom-btn4 {
    background: #2B2B2B;
    border-radius: 4px;
    width: 100%;
    color: white;
    border:none;
    font-size: 16px;
    font-weight: 400;
    padding: 11px 0px;
    font-family: 'Open Sans';
}

.custom-btn4 img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}


.custom-btn4:hover {
    background: #F66E6A;
    color:white;
}

.conent-block3 {
    padding: 35px 0px;
    background: white;
    border-radius: 10px;
    box-shadow: 1px 1px 20px #dddddd;
}

.ticket-detail-row {
    display: flex;
    align-items: start;
    justify-content: space-between;
    grid-gap: 10px;
}

.ticket-owner-detail h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin: 0px 0px 10px 0px;
}

.ticket-owner-detail h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin: 0px 0px 5px 0px;
}

.ticket-qr-detail img {
    width: 100px;
}

.ticket-qr-detail {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.ticket-qr-detail span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}



.custom-pad2 {
    padding: 0px 50px;
}

.line-1 {
    background: #ecedef;
}
.line-1 img {
    width: 100%;
}



.search-form2 form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
}

.submit-btn3 {
    background: #F66E6A;
    box-shadow: 2px 3px 9px rgb(70 70 70 / 25%);
    border-radius: 8px;
    border: none;
    padding: 13px 12px;
}
.submit-btn3 img {
    width: 26px;
}


.field-style2 {
    background: #FFFFFF;
    border: 1px solid rgb(246 110 106 / 50%);
    border-radius: 5px;
    height: 50px;
    width: 100%;
    padding: 0px 18px;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: black;
}


.field-style2::placeholer {
color:#9D9D9D;
font-weight: 400;
}


.event-title-row {
    display: flex;
    align-items: start;
    grid-gap: 10px;
    justify-content: space-between;
}
.event-title-name>img {
    width: 100%;
    max-width: 175px;
    border-radius: 10px;
    margin-bottom: 18px;
}

.event-title-name h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0px 8px 0px;
}

.event-title-name {
    width: 100%;
    display: flex;
    flex-direction: column;
}



.event-title-num span {
    font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px
}

.archive-text3 {
    letter-spacing: 0.2px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}
.archive-text3 img {
    margin-right: 5px;
    display: inline-block;
}

.user-found-block {
    display: flex;
    justify-content: start;
    grid-gap: 20px;
    align-items: start;
    flex-flow: row;
    position: relative;
    background: #FFFFFF;
    box-shadow: 5px 12px 20px rgb(255 227 222 / 33%);
    border-radius: 10px;
}
.pos-image1 {
    position: absolute;
    right: 20px;
    top: 25px;
    
}

@media screen and (max-width: 519px) and (min-width: 320px){

    .pos-image1 {

    height: 23px;

    }
}


.custom-image5 {
    width: 100%;
    max-width: 110px;
}
.custom-image5 img {
    width: 100%;
    filter: drop-shadow(-4px -1px 12px rgba(119, 119, 119, 0.25));
    border-radius: 10px;
}

.textual-sec4 h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
}
.textual-sec4 h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin: 0px;
}

.textual-sec4 h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

 

.header-light  .search-form form input {
    color:white;
}
.header-light  .search-form form input::placeholder {
    color:white;
}

 
.width-1 {
    width: 100%;
    max-width: 260px;
}
.center-row1 {
    align-items: center;
}

.title-text2 {
    color: white;
    letter-spacing: 0.7px;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 39px;
    margin: 0px;
}
.no-shadow {
    box-shadow: none;
}
.line-2 {
    background: #5c0b4b;
}
 

 .checkout-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-title-row>div {
    width: 33%;
}


.checkout-title-box1 {
    text-align: left;
}

.checkout-title-box2 {
    text-align: center;
}
.checkout-title-box3 {
    text-align: right;
}


.checkout-title-box2 h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #565656;
    letter-spacing: 0.2px;
}


.help-btn1 {
    border: 1px solid black;
    padding: 7px 15px;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #202020;
}


.help-btn1 img {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
    margin-left: -3px;
}


span.time-text1 {
    color: #565656;
    background: white;
    padding: 6px 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    margin-right: 30px;
}

.order-details-head h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 8px 0px;
}


.order-details-head p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8px;
}

.order-details-product img {
    width: 100%;
    max-width: 400px;
}


.order-details-product h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.sec-wid-left {
    flex: 0 0 62%;
    max-width: 62%;
}

.sec-wid-right {
    flex: 0 0 38%;
    max-width: 38%;
}

.content-block4 {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px 35px;
}

.content-block5 {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px 35px;
    background: #FFFFFF;
box-shadow: 0px 14px 24px rgba(192, 192, 192, 0.25);
border-radius: 8px
}



.user-checkout-title h4 {
    font-size: 16px;
    letter-spacing: 0.2px;
}

.user-checkout-row {
    display: flex;
    align-items: center;
    justify-content: start;
    grid-gap: 20px;
}

.custom-image6 img {
    background: url(pexels-enoch-patro-980258);
    filter: drop-shadow(-4px -1px 22px rgba(119, 119, 119, 0.25));
    border-radius: 100%;
    width: 55px;
}



.textual-sec5 h5 {
    margin: 0px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 2px;
}
.textual-sec5 p {
    margin: 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}

.custom-border1 {
    margin: 0px;
    border-top: 1px solid #999999;
}

.tickets-delivery-head h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.tickets-delivery-head p {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #5B5B5B;
}

.form-field3 label {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #5B5B5B;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.field-style3 {
    background: #EFEFEF;
    border: 1px solid rgb(197 197 197 / 50%);
    border-radius: 3px;
    width: 100%;
    height: 42px;
    padding: 0px 15px;
    color: black;
    outline: none;
}
.custom-row3 {
    margin:0px -10px;
}


.custom-pad3 {
    padding:0px 10px;
}


.submit-btn4 {
    width: 100%;
    background: #F66E6A;
    border: none;
    height: 48px;
    color: white;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.submit-btn4:hover {
    background:#7913A9;
    color:white;
}


.iti {
    width: 100%;
}

form sup {
    color:#FF0700 !important;
}


.help-btn1:hover {
    background:white;
    color:black;
}



.info-tag2 {
    background: #626262;
    border-radius: 3px;
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 13px;
    padding: 13px 20px;
    letter-spacing: 0.2px;
}



.checkbox-label label {
    width: 100%;
    display: block;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #5B5B5B;
}


.checkbox-label label input {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 3px;
}




.cards-field-row {
    width: 100%;
    background: #F2F2F2;
    border: 1px solid rgb(193 193 193 / 50%);
    border-radius: 3px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.cards-field-row img {
    width: 30px;
}


.card-num-field {
    width: 75%;
    background: none;
    border: none;
    color: black;
    height: 35px;
    letter-spacing: 0.3px;
    outline: none;
}

.card-date-field {
    width: 130px;
    background: none;
    border: none;
    color: black;
    height: 35px;
    letter-spacing: 0.3px;
    outline: none;
}

.card-cvc-field {
    width: 70px;
    background: none;
    border: none;
    color: black;
    height: 35px;
    letter-spacing: 0.3px;
    outline: none;
}

.card-payment-title {
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 1px 1px 8px #e9e5e5;
    padding: 15px 15px;
    margin-bottom: 20px;
}

.card-payment-title span {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    margin-left: 7px;
}

span.time-text1 img {
    width: 19px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 3px;
}


.time-up-content {
    display: block;
    text-align: center;
}



.time-up-content h3 {
    letter-spacing: 0.5px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

.time-up-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}


.custom-btn5 {
    background: #2B2B2B;
    color: white;
    padding: 13px 75px;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.4px;
}

.custom-btn5 svg {
    font-size: 16px;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: -10px;
    margin-right: 10px;
}



.custom-btn5:hover {
     background:#7913A9;
     color:white;
}


.upper {
    text-transform: uppercase;
}

.title-text4 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}


.custom-image7 {
    float: left;
    width: 100%;
}


.custom-image7 img {
    width: 100%;
}


.radius-1 {
    border-radius: 10px;
    overflow: hidden;
}



.resale-sec {
    background: #D6E3F2;
    box-shadow: 0px 14px 24px rgb(192 192 192 / 25%);
    border-radius: 8px;
    padding: 25px 40px;
}


.resale-sec h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}

.resale-sec p {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    margin: 0px;
}
.ticket-order-detail {
    float: left;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 14px 24px rgb(192 192 192 / 25%);
    border-radius: 8px;
    padding: 25px 40px;
}

.ticket-order-detail h4 {
    margin: 0px 0px 25px 0px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.ticket-order-detail h5 a {
    color: black;
    font-size: 14px;
    font-weight: 400;
    margin-right: 50px;
}

.ticket-order-detail p a {
    color: black;
    font-size: 14px;
    font-weight: 400;
    margin-right: 30px;
}



.ticket-thankyou-detail {
    box-shadow: 0px 14px 24px rgb(192 192 192 / 25%);
    border-radius: 8px;
    background: white;
    padding: 25px 0px;
}



.custom-row4 {
    display: flex;
    align-items: start;
    justify-content: space-between;
    grid-gap: 10px;
    padding: 0px 40px;

}

 

.transfer-icon {
    text-align: right;
    width: 90px;
}



.transfer-btn span {
    background: #79C65E;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: white;
    padding: 2px 6px;
    letter-spacing: 0.4px;
    border-radius: 3px;
}

.custom-pad4 {
    padding: 0px 40px;
}

.title-text5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 12px 0px;
}

.edit-profile-wrapper {
    float: left;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 6px 4px 18px rgb(237 8 142 / 9%);
    border-radius: 16px;
    padding: 25px 20px 35px 20px;
}
.form-field4 label {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: black;
    font-family: Inter;
    letter-spacing: 0.3px;
    display: block;
    margin: 0px 0px 8px 0px;
}

.field-style4 {
    background: #FFFFFF;
    border: 1px solid rgb(246 110 106 / 25%);
    border-radius: 4.224px;
    padding: 0px 17px;
    height: 40px;
    width: 100%;
    color: black;
    font-size: 15px;
    letter-spacing: 0.2px;
}


textarea.field-style4 {
    height: 120px;
    font-size: 13px;
    padding: 10px 17px;
}

.form-field4 label b {
    font-size: 17px;
    font-weight: 700;
}


.profile-image-details img {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    margin-bottom: 12px;
}

.profile-image-details h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0.3px;
    margin: 0px 0px 4px 0px;
}


.profile-image-details p {
    font-size: 14px;
    letter-spacing: 0.3px;
}

.edit-profile-btn {
    background: none;
    border: none;
    color: black;
    letter-spacing: 0.2px;
    font-size: 14px;
}


.content-block6 {
    background: #FFFFFF;
    box-shadow: 6px 4px 18px rgb(237 8 142 / 9%);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}

.tabs-handler1 {
    background: linear-gradient(116.08deg, rgba(0, 0, 0, 0.82) -15%, rgba(97, 12, 79, 0.82) 71.92%);
    padding: 28px 20px;
}
.tabs-handler1 ul {
    border: none;
    display: flex;
    align-items: center;
    justify-content: end;
    grid-gap: 20px;
}

.tabs-handler1 ul li a.nav-link {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgb(255 47 231 / 9%);
    border-radius: 10px;
    color: black;
    font-size: 14px;
    padding: 9px 12px;
    border:none;
}

.tabs-handler1 .nav-tabs .nav-item.show .nav-link, .tabs-handler1  .nav-tabs .nav-link.active {
    background:#F66E6A;
    color:white;
}


.tabs-handler1 .nav-tabs .nav-item.show .nav-link img, .tabs-handler1 .nav-tabs .nav-link.active img {
    filter: brightness(7);
}

.profile-accounts-holder {
    float: left;
    width: 100%;
    padding: 0px 40px;
}

.profile-accounts-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #BCBCBC;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.custom-btn6 {
     background: linear-gradient(180deg, #e35c58 0%, #68178f 100%) !important;  
    border-radius: 44px;
    color: white;
    font-size: 14px;
    padding: 10px 32px;
    letter-spacing: 0.3px;
    font-weight: 300;
    border: none;
}

/*.custom-btn6{
    background: linear-gradient(180deg, #e35c58 0%, #68178f 100%);  
    color:white !important;
}
*/.profile-account-title {
    display: flex;
    width: 100%;
    align-items: center;
    grid-gap: 20px;
    justify-content: space-between;
}

/* .swal2-title{
    color: white !important;
}
.swal2-html-container{
    color: white !important;
} */ 

.profile-account-title h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 0px;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-account-title img {
    border-radius: 100%;
    width: 90px;
    filter: drop-shadow(-4px -1px 6px rgba(119, 119, 119, 0.25));
}



.accounts-favourite-box {
    display: flex;
    align-items: center;
    flex-direction:column;
    grid-gap: 18px;
    background: #FFFFFF;
    box-shadow: 7px 14px 18px rgb(204 204 204 / 25%);
    border-radius: 6px;
    margin-bottom: 22px;
}

.account-favourite-image {
    width: 100%;
}
.account-favourite-desc {
    width: 100%;
    padding:1rem;
}

.account-favourite-desc h4 {
    font-size: 16px;
}

.account-favourite-desc .archive-text3 {
    font-size: 14px;
    line-height: 20px;
}
.account-favourite-desc .custom-btn6 {
    padding: 7px 20px;
}

.account-favourite-status {
    text-align: center;
    width: 100px;
}

.upcom-event-box .archive-text3 {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
}

.upcom-event-box h4 {
    font-size: 15px;
    margin-bottom: 3px;
}

.status-tag1 {
    background: #79C65E;
    color: white;
    display: inline-block;
    padding: 2px 15px;
    font-size: 13px;
    letter-spacing: 0.4px;
    border-radius: 4px;
}
.textual-btn1 {
    color: #F66E6A;
    text-decoration: underline !important;
    font-size: 13px;
}
.account-favourite-status {
    text-align: center;
    width: 25%;
    padding-right:0.5rem;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    grid-gap: 29px;
}
.upcom-event-box .account-favourite-image {
    width: 43%;
}


.content-block7 {
    float: left;
    width: 100%;
    background: #FFFFFF;
    border-radius: 7px;
    padding: 20px 10px;
}

.title-text6 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
 
    letter-spacing: 0.4px;
}

.event-title-name p {
    font-size: 12px;
}

 
.custom-image8 img {
    min-height: 120px !important;
    max-width: 600%;
    width: auto !important;
}
.custom-image8 {
    width: 100%;
    min-height: 120px;
    overflow: hidden;
    border-radius: 5px;
}

.content-block8 {
    float: left;
    width: 100%;
    background: white;
    padding: 30px 0px;
    box-shadow: 1px 1px 15px #ecedef;
    border-radius: 5px;
}
.ticket-owner-detail2 {
    display: flex;
    align-items: center;
    justify-content: start;
}
.ticket-owner-checkbox {
    width: 50px;
    text-align: center;
}
.ticket-owner-title {
    width: 70%;
}
.ticket-owner-checkbox input {
    height: 22px;
    width: 16px;
}

.ticket-owner-title h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin: 0px;
}

.ticket-owner-title h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    margin: 5px 0px 8px 0px;
}


.ticket-owner-title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
    margin-bottom: 5px;
}

.ticket-owner-code {
    width: 100px;
}
.ticket-owner-code img {
    width: 100%;
}

.custom-border2 {
    border-top: 1px solid #dfdfdf;
    margin: 0px;
    width: 100%;
    max-width: 90%;
    margin: auto;
}

table.table-1 {
    width: 100%;
}

table.table-1 th {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0px;
    text-align: left;
    color: black;
}

table.table-1 td {
    font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color:black;
text-align: right;
}

.no-filter {
    filter: none !important;
    backdrop-filter:none !important;
}


.title-text7 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    margin: 0px;
}
.mobRes {
    height: 90vh;
    width: 50%;
}
.music-event-block {
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}

.music-event-block img {
    width: 100%;
}

.music-event-block h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 7px;
}
.music-event-block p {
    letter-spacing: 0.2px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.music-event-block h6 span:nth-child(1) {
    border-right: 1px solid #747474;
    padding-right: 5px;
    margin-right: 8px;
}

.music-event-block h6 b {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-left: 15px;
}

.music-event-block h6 span {
    font-weight: 600;
    letter-spacing: 0.2px;
}
.cat-tag1 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: white;
    border: 1px solid white;
    padding: 3px 22px;
    border-radius: 30px;
    margin-right: 15px;
    display: inline-block;
    letter-spacing: 0.5px;
}

.col-purple1 {
    color:#A55AC8 !important;
}
.col-yellow1 {
    color:#D9D22E !important;
}


.custom-btn7 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    background: #2B2B2B;
    border-radius: 8px;
    color: white;
    border:none;
    padding: 16px 50px;
}

.custom-btn7:hover {
    background:#F66E6A;
    color:white !important;
}
.logical-info-title h4 , .organizer-title h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
}

.logical-info-title p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.2px;
}
.logical-info-title p img {
    width:20px;
    vertical-align: middle;
    margin-right: 4px;
}

.logical-info-map img {
    width: 100%;
    max-width: 750px;
}


.organizer-box {
    display: flex;
    align-items: center;
    justify-content: start;
    grid-gap: 35px;
}

.organizer-box img {
    width: 130px;
    border-radius: 100%;
}

.organizer-box p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    display: flex;
    align-items: center;
    width: 250px;
    flex-flow: column;
    align-items: start;
    justify-content: start;
    grid-gap: 5px;
}
.textual-btn2 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #F66E6A;
}
.interest-btn {
    background: #2B2B2B;
    color: white;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    padding: 16px 38px;
    border-radius: 3px;
    letter-spacing: 0.4px;
    border:none;
}

.interest-btn svg {
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: -5px;
}

.textual-sec8 p {
    font-size: 15px;
    font-weight: 400;
}
.cat-tag2 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid white;
    padding: 6px 20px;
    display: inline-block;
    border-radius: 30px;
    letter-spacing: 0.4px;
    margin-right: 10px;
}


.textual-sec8 h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.textual-sec8 h5 span:nth-child(1) {
    border-right: 1px solid #747474;
    padding-right: 5px;
    margin-right: 8px;
}

.music-event-block h6 span {
    font-weight: 600;
    letter-spacing: 0.2px;
}
.textual-sec8 h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.textual-sec8 h5 b {
    font-weight: 600;
    margin: 0px 8px;
}

.bg-gradient5 {
    background: linear-gradient(360deg, #454545 8.69%, rgba(21, 1, 1, 0.99) 41.11%)
}

.bg-gradient4 {
    background: linear-gradient(215.34deg, rgba(89, 25, 119, 0.6) 17.96%, rgba(36, 1, 0, 0.6) 25.44%, rgba(107, 42, 172, 0.6) 52.14%, rgba(125, 125, 125, 0.6) 82.9%);
    backdrop-filter: blur(26.5px);
}

.bg-sec3 {
     background: linear-gradient(215.34deg, rgba(89, 25, 119, 0.6) 17.96%, rgba(36, 1, 0, 0.6) 25.44%, rgba(107, 42, 172, 0.6) 52.14%, rgba(125, 125, 125, 0.6) 82.9%);
    backdrop-filter: blur(26.5px);
}
.logical-sec {
        background: linear-gradient(360deg, #454545 8.69%, rgba(21, 1, 1, 0.99) 41.11%)
}

.content-block9 {
    background: #FFFFFF;
    border-radius: 7px;
    padding: 35px 50px;
}

.title-text8 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 35px;
    margin: 0px 0px 0px 0px;
}
.ticket-collector {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.ticket-collect-price h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    color: black;
    margin: 10px 0px 28px 0px;
}
.ticket-btn {
    background: #848484;
    border-radius: 7px;
    color: white;
    padding: 11px 0px;
    font-size: 16px;
    width: 300px;
    text-align: center;
    letter-spacing: 0.5px;
}


.ticket-btn2 {
    background: #E2E2E2;
    border-radius: 5px;
    color: black;
    padding: 10px 0px;
    font-size: 16px;
    width: 300px;
    text-align: center;
    letter-spacing: 0.5px;
}

.incrementor {
    width: 150px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    grid-gap: 18px;
}

.incrementor input {
    background: none;
    border: none;
    width: 48px;
    color: black;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}
.incrementor button {
    border: 1px solid #F66E6A;
    background: none;
    color: #F66E6A;
    border-radius: 100%;
    font-size: 18px;
    width: 30px;
    height: 30px;
    font-weight: 600;
    line-height: 26px;
}
.title-text9 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 45px;
    margin-bottom: 20px;
}
.para-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}
.list-3 li {
 
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
 
}

.checkout-cart {
    float: left;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.checkout-items {
 
    padding: 25px 35px;
}

.checkout-items h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 8px 0px;
}
.checkout-items h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}

.checkout-items h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 2px 0px;
}


.checkout-items p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 2px 0px;
}
.line-5 img {
    background: none;
}
.checkout-total {
    padding: 17px 30px;
}

.promo-btn {
    background: #F1F1F1;
    border: 0.5px solid #CCCCCC;
    border-radius: 4px;
    width: 100%;
    padding: 12px 0px;
    color: black;
    font-size: 14px;
    letter-spacing: 0.2px;
}
.promo-btn img {
    width: 25px;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 5px;
    margin-left: -5px;
}

.book-btn {
    background: #47C363;
    border: none;
    border-radius: 4px;
    width: 100%;
    padding: 12px 0px;
    color: white;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 27px;
text-align: center;
text-transform: uppercase;
}

.next-btn {
    background: #47C363;
    border: none;
    border-radius: 4px;
    width: 100%;
    padding: 12px 0px;
    color: white;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 27px;
text-align: center;
text-transform: uppercase;
}

.total-table {
    width: 100%;
}

.total-table td {
    color: black;
    padding: 0px 40px;
    font-size: 18px;
    letter-spacing: 0.8px;
}


.total-table th {
    color: black;
    padding: 0px 0px;
    font-size: 18px;
    letter-spacing: 0.8px;
    text-align: right;
}


.ticket-btn:hover {
    background:black;
    color:white;
}

.ticket-btn2:hover {
    background:black;
    color:white;
}

.promo-btn:hover {
    background:black;
    color:white;
}

.promo-btn:hover img {
   filter: invert(1);
}

.book-btn:hover {
    background:#F66E6A;
    border:1px solid #F66E6A;
    color:white;
}
.next-btn:hover {
    background:#F66E6A;
    border:1px solid #F66E6A;
    color:white;
}


.custom-margin3 {
    margin-top: -120px;
}

.section-block1 {
    padding: 60px 30px;
    border-radius: 5px;
}

.bg-sec4 {
    background: linear-gradient(136.19deg, rgba(97, 12, 79, 0.65) 24.48%, rgba(43, 43, 43, 0) 186.04%);
backdrop-filter: blur(14px);
}

.shape-bg1 {
    background-image: url(../images/shape-bg1.png);
    background-repeat: no-repeat;
    background-position: 0% 30%;
}

.filter-field1 {
    background: none;
    border: 1px solid rgb(255 255 255 / 50%);
    color: white;
    font-size: 15px;
    width: 100%;
    max-width: 300px;
    padding: 8px 20px;
    border-radius: 5px;
}

.filter-field1 option{
    background:none;
    color:black;
}

@media screen and (max-width: 425px) {
    .shape-bg2{
        margin-top: -550px !important;
    }
}
.shape-bg2 {
    background-image: url(../images/shape-bg2.png);
    background-repeat: no-repeat;
    background-position: 100% 85%;
    background-size: 400px;
    margin-top: -150px;
}

.trending-title h3 {
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    margin: 0px 0px 0px 0px;
    letter-spacing: 0.7px;
}

.trending-title h5 {
    font-size: 18px;
    letter-spacing: 0.4px;
}
.trending-block {
    float: left;
    width: 100%;
    position: relative;
}

.trending-block-image {
    float: left;
    width: 100%;
}

.trending-block-image img {
    width: 100%;
    border-radius: 15px;
}

.trending-block-desc {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trending-block-title h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
}
.trending-block-title h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
    letter-spacing: 0.4px;
}

.book-btn2 {
    border: none;
    background: linear-gradient(128.98deg, #A55AC8 9.22%, #F66E6A 72.36%);
    border-radius: 8px;
    color: white;
    padding: 12px 36px;
    letter-spacing: 0.6px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.book-btn2:hover {
    background:linear-gradient(128.98deg, #863ca9 9.22%, #cb5450 72.36%);
    color:white;
}

.trending-image2 img {
    width: 100%;
      border-radius: 15px;
}

.custom-pad5 {
    padding: 0px 6px;
}
.custom-row5 {
    margin:0px -6px;
}

 
.shape-bg3 {
    background-image: url(../images/shape-bg3.png);
    background-repeat: no-repeat;
    background-position: top left;
    margin-top: -150px;
    padding-top: 200px !important;
}
 

section.home-banner {
    width: 50%;
    height: 90vh;
    background-size: contain;
    background-position: center;
}

section.home-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%; /* Covers the top 20% */
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); /* Smooth fade */
}
.mobileOnlyMargin{
    margin-top:0rem;
} 
 
@media screen and (max-width: 600px) {
    section.home-banner {
        background-image: var(--mobile-banner, url('../images/default.jpg')); /* Fallback image */
        background-size: contain;
        height: 45vh;
        width: 100%;
        background-position: top center;
    }
    .mobileOnlyMargin {
        margin-top: 35rem;
    }
}

@media screen and (max-width: 426px) {
    .mobRes {
        width: 100% !important;
        height: 45vh !important;
    }
    .mobRes .mobDate {
        font-size: 0.9rem !important;
    }
}

header {
    z-index: 99;
    position: relative;
}

.home-banner-text h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 40px;
    text-align: center;
}


/*Media Queries Of Website*/



@media screen and (max-width:1220px) and (min-width:993px) { 

.logo {
    float: left;
    margin-right: 30px;
}
.search-form {
    float: left;
    width: 15%;
    padding-top: 15px;
}
.navbar-custom {
    display: flex;
    /*align-items: end;*/
    grid-gap: 26px;
    float: left;
    padding-top: 18px;
}
.logo img {
    width: 150px;
}

}




/*Small Laptops*/
@media screen and (max-width:992px) and (min-width:768px) { 


.header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-trigger {
    padding: 0px;
    border: none;
    width: 25px;
    background: none;
    outline: none;
}
.search-toggle {
    padding: 0px;
    border: none;
    width: 25px;
    background: none;
    outline: none;
}
.logo {
    display: none;
}
.search-form {
    float: left;
    width: 100%;
    background: white;
    padding: 5px 5px;
    border-radius: 5px;
    top: 100%;
    left: 0px;
    margin-top: 15px;
    display: none;
}
.user-profile {
    display: none;
}

.navbar-custom {
    background: white;
    flex-flow: column;
    width: 100%;
    float: none;
    align-items: start;
    padding: 10px 15px;
    border-radius: 5px;
    grid-gap: 24px;
    display: none;
    grid-row-gap: 15px;
    margin-top: 15px;
    float: left;
    width: 100%;
}
.menu-item {
    margin-bottom: 10px;
}
.menu-item:nth-last-child(1) {
    margin-bottom: 0px;
}
header.header-1 {
    padding: 20px 0px;
}
.form-block1 {
    padding: 0px 20px;
}
.arrows-2 button.slick-prev {
    left: 28%;
}
.arrows-2 button.slick-next {
    right: 28%;
}
.events-content-block {
    margin-top: -100px;
}
.featured-row-box {
    margin: 0px 20px;
}
.featured-row-slider .slick-list {
    margin:0px -20px;
}

.content-block9 {
    background: #FFFFFF;
    border-radius: 7px;
    padding: 35px 20px;
}
.incrementor {
    width: 120px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    grid-gap: 5px;
}
.ticket-btn, .ticket-btn2 {
    width: 220px;
}
.incrementor input {
    background: none;
    border: none;
    width: 48px;
    color: black;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.textual-sec8 h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 45px;
    text-transform: none;
    margin-bottom: 12px;
}
}


/*Tablet Devices*/
@media screen and (max-width:767px) and (min-width:520px) { 

 

.footer-list-block {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 25px;
}
.footer-logo {
    flex-flow: column;
    align-items: center;
    margin-bottom: 20px;
}
.secure-payments-text span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}
.secure-payments-text span img {
    margin-right: 10px;
    position: relative;
    top: 0px;
    width: 15px;
}
.footer-lists {
    margin: 60px 0px 30px 0px;
}
.footer-socials {
    padding-left: 0px;
    padding-bottom: 20px;
}
.footer-logo span {
    top: 0px;
    font-size: 14px;
}
.store-icons img {
    width: 110px;
}
.store-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
}
.store-icons img {
    width: 140px;
}
 .social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
     position: absolute;
    bottom: 260px;
    right: 15px;
    width: 40px;
    flex-flow: column-reverse;
}

 

.header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-trigger {
    padding: 0px;
    border: none;
    width: 25px;
    background: none;
    outline: none;
}
.search-toggle {
    padding: 0px;
    border: none;
    width: 25px;
    background: none;
    outline: none;
}
.logo {
    display: none;
}
.search-form {
    float: left;
    width: 100%;
    background: white;
    padding: 5px 5px;
    border-radius: 5px;
    top: 100%;
    left: 0px;
    margin-top: 15px;
    display: none;
}
.user-profile {
    display: none;
}

.navbar-custom {
    background: white;
    flex-flow: column;
    width: 100%;
    float: none;
    align-items: start;
    padding: 10px 15px;
    border-radius: 5px;
    grid-gap: 24px;
    display: none;
    grid-row-gap: 15px;
    margin-top: 15px;
    float: left;
    width: 100%;
}
.menu-item {
    margin-bottom: 10px;
}
.menu-item:nth-last-child(1) {
    margin-bottom: 0px;
}
header.header-1 {
    padding: 20px 0px;
}

.form-block1 {
    flex-flow: column;
    padding: 0px 25px;
    max-width: 420px;
}
.sec-head1 h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin: 0px;
}
.content-block1 {
    padding: 65px 0px 75px 0px;
}
.content-block2 {
    padding: 30px 15px;
}
.sec-head2 h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}
.featured-posts-title {
    margin-bottom: 25px;
}
.featured-row-box {
    margin: 0px 20px;
}
.featured-row-slider .slick-list {
    margin:0px -20px;
}
.custom-slider1 {
    margin-bottom: 100px;
}
.arrows-2 button.slick-prev {
    left: 32%;
}
.arrows-2 button.slick-next {
    right: 33%;
}
.title-text1 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
}
.transfer-success-content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    margin: 0px;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
}
.transfer-success-content h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.checkout-title-row {
    padding-bottom: 80px;
    padding-top: 10px;
    position: relative;
    margin-bottom: -30px;
}
.checkout-title-box2 {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100% !important;
    text-align: center;
}
.checkout-title-box3 {
    text-align: initial;
    width: 60% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sec-wid-left {
    flex: 0 0 100%;
    max-width: 100%;
}
.sec-wid-right {
    flex: 0 0 100%;
    max-width: 100%;
}

.tab-off {
    display: none;
}
.checkout-title-box4 {
    justify-content: end;
}

.resale-sec {
    padding: 25px 20px;
}
.ticket-order-detail h5 a {
    margin-bottom: 10px;
}
.custom-pad4 , .custom-row4 {
    padding: 0px 20px;
}
.title-text4 {
 
    font-size: 18px;
 
}
.profile-account-title h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tabs-handler1 ul {
    justify-content: center;
}
.textual-sec8 h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    text-transform: none;
    margin-bottom: 12px;
}
.textual-sec8 h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.textual-sec8 {
    text-align: center;
}
.interest-btn {
    font-size: 14px;
    padding: 15px 30px;
}
.title-text9 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}
.content-block9 {
    background: #FFFFFF;
    border-radius: 7px;
    padding: 30px 20px;
}
.title-text8 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0px 0px 0px;
}
.ticket-collector {
    flex-flow: column;
}
.ticket-collect-price h5 {
    font-size: 20px;
    margin-bottom: 10px;
}
.ticket-btn, .ticket-btn2 {
    width: 100%;
}
.ticket-collect-price {
    width: 100%;
    text-align: center;
}
.ticket-collect-counter {
    width: 100%;
    margin-top: 5px;
}
.incrementor {
    width: 150px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}
.incrementor input {
    background: none;
    border: none;
    width: 48px;
    color: black;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.para-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}
.list-3 li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}
.custom-margin3 {
    margin-top: 40px;
}
.checkout-items, .checkout-total {
    padding: 20px 30px;
}
.total-table td, .total-table th {
    padding: 0px 10px;
}
.logical-sec {
    background: none;
    padding: 0px 0px 60px 0px !important;
}
.logical-info-title h4, .organizer-title h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}
.logical-info-title p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.organizer-box {
    display: flex;
    align-items: center;
    justify-content: start;
    grid-gap: 15px;
}
.organizer-box img {
    width: 85px;
    border-radius: 100%;
}
.organizer-box p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    width: 250px;
    flex-flow: column;
    align-items: start;
    justify-content: start;
    grid-gap: 5px;
    margin:0px;
}
.header-light .search-toggle img {
filter: brightness(7);
}
.header-light .navbar-trigger img {
  filter: invert(1);
}

.header-light .menu-item a {
    color: #3A3A3A;
}
.header-light .search-form form input {
    color:black;
}
.search-form form button{
    filter: invert(1);
}
.header-light .search-form form input::placeholder {
    color:black;
}
.header-light .search-form form button img {
    filter: none;
}
}




/*Mobile Devices*/
@media screen and (max-width:992px){
    .search-form form button{
        filter: invert(1);
    }
    .header-light .menu-item a {
        color: #3A3A3A;
    }
    .header-light .search-toggle img {
    filter: brightness(7);
    }
    .header-light .navbar-trigger img {
      filter: invert(1);
    }
    .header-light .search-form form input {
        color:black;
    }
    .header-light .search-form form input::placeholder {
        color:black;
    }
}


@media screen and (max-width:519px) and (min-width:320px) { 

.login-wrapper {
    padding: 35px 30px;
}

.custom-btn1 {
    font-size: 16px;
}


.footer-list-block {
    display: block;
    text-align: left;
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 25px;
}
.footer-logo {
    flex-flow: column;
    align-items: center;
    margin-bottom: 20px;
}
.secure-payments-text span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}
.secure-payments-text span img {
    margin-right: 10px;
    position: relative;
    top: 0px;
    width: 15px;
}
.footer-lists {
    margin: 60px 0px 30px 0px;
}
.footer-socials {
    padding-left: 0px;
    padding-bottom: 20px;
}
.footer-logo span {
    top: 0px;
    font-size: 14px;
}
.store-icons img {
    width: 110px;
}
.store-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
}
.store-icons img {
    width: 120px;
}
.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 15px;
    position: absolute;
    bottom: 280px;
    right: 15px;
    width: 40px;
    flex-flow: column-reverse;
}


.header-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-trigger {
    padding: 0px;
    border: none;
    width: 25px;
    background: none;
    outline: none;
}
.search-toggle {
    padding: 0px;
    border: none;
    width: 25px;
    background: none;
    outline: none;
}
.logo {
    display: none;
}
.search-form {
    float: left;
    width: 100%;
    background: white;
    padding: 5px 5px;
    border-radius: 5px;
    top: 100%;
    left: 0px;
    margin-top: 15px;
    display: none;
}
.user-profile {
    display: none;
}

.navbar-custom {
    background: white;
    flex-flow: column;
    width: 100%;
    float: none;
    align-items: start;
    padding: 10px 15px;
    border-radius: 5px;
    grid-gap: 24px;
    display: none;
    grid-row-gap: 15px;
    margin-top: 15px;
    float: left;
    width: 100%;
}
.menu-item {
    margin-bottom: 10px;
}
.menu-item:nth-last-child(1) {
    margin-bottom: 0px;
}
header.header-1 {
    padding: 20px 0px;
}

.custom-image1 {
    float: left;
    width: 100%;
    margin-left: -15px;
    width: 110%;
}
.textual-sec1 h3 {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
}
.textual-sec1 p {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
    letter-spacing: 0.2px;
}
.custom-image1 img {
    width: 100%;
    border-radius: 0px;
}

.form-block1 {
    flex-flow: column;
    padding: 0px 25px;
}
.sec-head1 h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin: 0px;
}
.content-block2 {
    padding: 30px 15px;
}
.sec-head2 h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}
.featured-posts-title {
    margin-bottom: 25px;
}
.events-content-block {
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0px 4px 20px rgb(172 172 172 / 25%);
    backdrop-filter: blur(90px);
    border-radius: 15px;
    width: 100%;
    max-width: 95%;
    margin: auto;
    margin-top: -65px;
    padding: 30px 25px;
}
.events-content-block .textual-sec2 h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.custom-slider1 {
    margin-bottom: 100px;
}
.arrows-2 button.slick-prev {
    left: 20%;
}
.arrows-2 button.slick-next {
    right: 23%;
}
.title-text1 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    margin: 0px;
}
.transfer-success-content h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    margin: 0px;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
}
.transfer-success-content h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.custom-pad2 {
    padding: 0px 25px;
}

.event-title-row {
    flex-flow: column-reverse;
}
.event-title-num {
    width: 100%;
    text-align: right;
    /*margin-bottom: -35px;*/
}
.archive-text3 {
    font-size: 14px;
}
.event-title-name h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    margin: 0px 0px 10px 0px;
}
.ticket-detail-row {
    flex-flow: column-reverse;
}
.ticket-qr-detail {
    width: 100%;
    flex-flow: column-reverse;
    margin-bottom:12px;
}
.pos-image1 {
    position: absolute;
    right: 10px;
    top: 10px;
}



.header-light .menu-item a {
    color: #3A3A3A;
}
.header-light .search-form form input {
    color:black;
}
.header-light .search-form form input::placeholder {
    color:black;
}
.header-light .search-form form button img {
    filter: none;
}
.mob-text-center {
    text-align: center !important;
}

.title-text2 {
    font-size: 22px;
    margin-bottom: 20px;
}


.checkout-title-row {
    padding-bottom: 80px;
    padding-top: 10px;
    position: relative;
    margin-bottom: -30px;
}
.checkout-title-box2 {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100% !important;
    text-align: center;
}
.checkout-title-box3 {
    text-align: initial;
    width: 60% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec-wid-left {
    flex: 0 0 100%;
    max-width: 100%;
}
.sec-wid-right {
    flex: 0 0 100%;
    max-width: 100%;
}
.content-block4 {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 30px 20px;
}
 
 .card-cvc-field {
    width: 50px;
}
.card-date-field {
    width: 80px;
}
.cards-field-row {
    padding: 12px 5px;
}
.cards-field-row img {
    width: 20px;
}
.custom-btn5 {
    padding: 12px 35px;
}
.content-block5 {
    padding: 30px 20px;
}
.mob-off {
    display: none;
}
.checkout-title-box4 {
    justify-content: end;
}

.ticket-order-detail {
    padding: 25px 25px;
}
.resale-sec {
    padding: 25px 20px;
}
.ticket-order-detail h5 a {
    margin-bottom: 10px;
}
.custom-pad4 , .custom-row4 {
    padding: 0px 20px;
}
.title-text4 {
 
    font-size: 18px;
 
}

.profile-accounts-holder {
    padding: 0px 20px;
}
.profile-account-title img {
    border-radius: 100%;
    width: 70px;
    filter: drop-shadow(-4px -1px 6px rgba(119, 119, 119, 0.25));
}
.profile-account-title h4 {
    flex-flow: column;
    justify-content: start;
    align-items: start;
    grid-gap: 10px;
    font-size: 16px;
    line-height: 20px;
}
.profile-account-title h4 a {
    padding: 6px 20px;
}
.tabs-handler1 ul {
    justify-content: center;
}
.content-block6 {
    height: auto;
}
.account-favourite-desc h4 {
    font-size: 14px;
}
.account-favourite-desc .archive-text3 {
    font-size: 12px;
    line-height: 18px;
}
.account-favourite-image img {
    height: auto;
    width: 100%;
}
.account-favourite-image {
    width: 100%;
    overflow: hidden;
}
.mob-text-center {
    text-align: center !important;
}

.music-event-block h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 7px;
}
.music-event-block {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
.textual-sec8 h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 35px;
    text-transform: none;
    margin-bottom: 12px;
}
.textual-sec8 h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.textual-sec8 {
    text-align: center;
}
    .fav-section{
       display: flex !important;
       justify-content: space-between !important;
    }
.interest-btn {
    font-size: 14px;
    padding: 10px 20px;
}
.title-text9 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}
.content-block9 {
    background: #FFFFFF;
    border-radius: 7px;
    padding: 30px 20px;
}
.title-text8 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin: 0px 0px 0px 0px;
}
.ticket-collector {
    flex-flow: row;
}
.ticket-collect-price h5 {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top:0px;
    text-align: left;
}
.ticket-btn, .ticket-btn2 {
    width: 100%;
}
.custom-btn7{
    margin-top: 0rem!important;
}
.ticket-collect-price {
    width: 100%;
    text-align: center;
    margin-top: auto;
    margin-bottom: 10px;
}
.ticket-collect-counter {
    width: 100%;
    margin-top: 5px;
}
.incrementor {
    width: 150px;
    display: flex;
    margin-left: auto;
    margin-right: 0px;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}
.incrementor input {
    background: none;
    border: none;
    width: 48px;
    color: black;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}
.para-1 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}
.list-3 li {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}
.custom-margin3 {
    margin-top: 40px;
}
.checkout-items, .checkout-total {
    padding: 20px 30px;
}
.total-table td, .total-table th {
    padding: 0px 10px;
}
.logical-sec {
    background: none;
    padding: 0px 0px 60px 0px !important;
}
.logical-info-title h4, .organizer-title h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-top:1rem;
}
.logical-info-title p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.organizer-box {
    display: flex;
    align-items: center;
    justify-content: start;
    grid-gap: 15px;
}
.organizer-box img {
    width: 85px;
    border-radius: 100%;
}
.organizer-box p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    display: flex;
    align-items: center;
    width: 250px;
    flex-flow: column;
    align-items: start;
    justify-content: start;
    grid-gap: 5px;
    margin:0px;
}

.shape-bg1 {
    background-repeat: no-repeat;
    background-position: 0% 13%;
    background-size: 70%;
}
.shape-bg2 {
    background-repeat: no-repeat;
    background-position: 100% 85%;
    background-size: 75%;
}
.trending-block {
    margin-bottom: 10px;
}
.trending-block-desc {
    background: none;
    position: static;
    padding: 20px 10px;
    flex-flow: column;
    align-items: start;
    grid-gap: 15px;
}
.trending-block-title {
    width: 100%;
}
.trending-block-btn {
    width: 100%;
}
.book-btn2 {
    padding: 10px 30px;
    width: 100%;
}
.trending-block-title h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0px;
    letter-spacing: 0.4px;
    margin-bottom: 4px;
}
.shape-bg3 {
    background-size: 170px;
    background-position: -40px 0px;
}
.home-banner-text h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
}
}



.downlondDiv > table {
    width: 100% !important;
    border-color: transparent !important; 
}
