@import url("https://use.typekit.net/rju2rnd.css");
body{
    background-color:#F4F4F4;
    font-family: poppins, sans-serif;
    color:#333;
    font-weight: 400;
    font-size:14px;
}
.header{
    background-color: #F4F4F4;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}
a.navbar-brand>img{
    height:36px;
}
.navbar-nav{
    display: flex;
    justify-content: center;
    width:100%;
}
ul.login-str{
    display: flex;
    list-style: none;
    margin:0px;
    background-color:#a668f7;
    width: fit-content;
    padding:0px 7px;
    height:50px;
    align-items: center;
    border-radius: 25px;
}
ul.login-str>li{
    display: flex;
    width:fit-content;
}
ul.login-str>li>a{
    display: flex;
    align-items: center;
    width:fit-content;
    color:white;
    font-size:16px;
    font-weight: 600;
}
ul.login-str>li:first-child>a{
    border-right:1px solid white;
    flex-direction: row;
    padding-right:10px;
    flex-wrap: nowrap;
    text-wrap: nowrap;
    text-decoration: none;
}
ul.login-str>li:first-child>a>img{
    height:36px;
    margin-right:10px;
}
ul.login-str>li:last-child>a{
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    padding-left:10px;
    text-wrap: nowrap;
    text-decoration: none;
}
ul.login-str>li:last-child>a>img{
    height:36px;
    margin-left:10px;
}
.nav-link {
    display: block;
    padding-left:20px!important;
    padding-right:20px!important;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.nav-link:hover{
    color:rgb(166, 104, 247);
}
.banner{
    position: relative;
    padding:0px;
}
.banner>.hall-bg{
    position: absolute;
    width: 100%;
    height:20px;
    background-image: url(../../images/Hall-bg.svg);
    background-size: auto 20px;
    background-repeat: repeat-x;
    bottom:0px;
}
.nav-tabs{
    justify-content: flex-end;
    border: none;
    padding-right:25px;
}
.search{
    margin-top:-90px;
}
.tab-content{
    background: white;
    padding: 25px 35px;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    position: relative;
    z-index: 1;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    font-size:14px;
    font-weight: 600;
    position: relative;
    z-index:2;
}
.nav-tabs .nav-link{
    font-size:14px;
    font-weight: 600;
    background-color:white;
    padding:10px 53px!important;
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
    position: relative;
    z-index:0;
}
.form-str{
    padding:7px;
    position: relative;
}
.form-str>input.form-control{
    height:50px;
    border-color:#ADADAD;
    outline:none;
    box-shadow: none;
    border-radius: 10px;
}
.form-str>input.form-control:active, .form-str>input.form-control:focus{
    outline:none;
    box-shadow: none;
    border-color:#a668f7;
}
.form-str>select.form-control{
    height:50px;
    border-color:#ADADAD;
    outline:none;
    box-shadow: none;
    border-radius: 10px;
    color:rgba(51,51,51,.9);
}
.form-str>textarea.form-control{
    height:120px;
    resize:none;
    border-color:#ADADAD;
}
.form-str>select.form-control:active, .form-str>select.form-control:focus, .form-str>textarea.form-control:focus, .form-str>textarea.form-control:active{
    outline:none;
    box-shadow: none;
    border-color:#a668f7;
}
.form-str>button.btn.btn-orange{
    background-color:#a668f7;
    color:white;
    height:50px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size:18px;
    padding-top:10px;
    font-weight: 600;
    border-radius: 10px;
}
.form-str>input.form-control::placeholder{
    color:#333;
    opacity: .9;
}
.events-area{
    margin-top:40px;
    margin-bottom:40px;
}
a.event-box{
    display: flex;
    position: relative;
    width:100%;
    height:370px;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color:white;
}
a.event-box>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: top center;
    color: transparent;
}
a.event-box>.event-date{
    position: absolute;
    top:13px;
    right:15px;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: rgba(166, 104, 247, 1);
    box-shadow: 0px 0px 10px rgba(0,0,0,.16);
    padding:11px 7px 4px;
    display: flex;
    flex-direction: column;
    border:none;
    width:auto
}
a.event-box>.event-date>span.top{
    display: block;
    width: 100%;
    text-align: center;
    font-size:18px;
    font-weight: 800;
    color:white;
    line-height:18px;
}
a.event-box>.event-date>span.day{
    display: block;
    width: 100%;
    text-align: center;
    font-size:24px;
    font-weight: 800;
    color:white;
    border-bottom:1px solid white;
    line-height: 24px;
    margin-bottom:6px;
}
a.event-box>.event-date>span.hour{
    display: block;
    width: 100%;
    text-align: center;
    font-size:19px;
    font-weight: 700;
    color:white;
    line-height: 19px;
}
.event-date>.hall-bottom{
    position: absolute;
    width:100%;
    height:10px;
    background-image: url('../../images/hall-bottom.svg');
    background-size: auto 10px;
    background-repeat: repeat-x;
    bottom:-10px;
}
a.event-box>.event-info{
    position: absolute;
    bottom:0px;
    left:0px;
    width: 100%;
    height:200px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8827906162464986) 0%, rgba(0,0,0,0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding:7px;
}
a.event-box>.event-info>.event-info-bottom{
    display: flex;
    width:100%;
    height:46px;
    background-color:white;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    border-bottom-left-radius:16px;
    border-bottom-right-radius:16px;
    align-items: center;
    justify-content: space-between;
    padding-left:15px;
}
a.event-box>.event-info>.event-info-bottom>.event-price{
    font-size:20px;
    color:#333;
    font-weight: 700;
    margin-top:5px;
}
a.event-box>.event-info>.event-info-bottom>.event-price>span{
    color:#333;
    font-size:16px;
}
a.event-box>.event-info>.event-info-bottom>.event-type-cart{
    display: flex;
}
a.event-box>.event-info>.event-info-bottom>.event-type-cart>span{
    display: flex;
    width:50px;
    height:46px;
    align-items: center;
    justify-content: center;
}
a.event-box>.event-info>.event-info-bottom>.event-type-cart>span:last-child{
    border-left:1px solid rgba(0,0,0,.5);
}
a.event-box>.event-info>.event-info-bottom>.event-type-cart>span>img{
    height:24px;
}
a.event-box>.event-info>.event-info-top{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-left:5px;
    padding-right: 5px;
}
a.event-box>.event-info>.event-info-top>h6{
    color:white;
    font-size:18px;
    font-weight: 600;
    margin-bottom:0px;
}
a.event-box>.event-info>.event-info-top>p{
    color:white;
    font-weight: 300;
    font-size:14px;
    margin-bottom:8px;
}
.banner-event{
    margin-bottom:50px;
}
.banner-event a.event-box>.event-info{
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}
.banner-event a.event-box>.event-info>.event-info-top>p{
    color:white;
    font-weight: 300;
    font-size:14px;
    margin-bottom:0px;
}
.event-str-area{
    margin-bottom:80px;
}
.event-str{
    display: flex;
    margin-bottom:15px;
}
.event-str>a{
    display: flex;
    width: 100%;
    border:1px solid #B1B1B1;
    border-radius: 20px;
    color:#333;
    text-decoration: none;
    align-items: center;
}
.event-str>a>.event-date{
    min-width:90px;
    display: flex;
    flex-direction: column;
    margin:20px 30px 10px 20px;
}
.event-str>a>.event-date>.top{
    color:#333;
    font-size:28px;
    font-weight: 800;
    line-height: 28px;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.event-str>a>.event-date>.day{
    font-size:37px;
    font-weight: 800;
    color:#333;
    line-height: 37px;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom:5px;
}
.event-str>a>.event-date>.hour{
    font-size:28px;
    line-height: 24px;
    font-weight: 600;
    color:#333;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.event-str>a>.event-img{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height:150px;
    min-width:250px;
    margin-top:10px;
    margin-bottom:10px;
    border-radius: 20px;
    overflow: hidden;
}
.event-str>a>.event-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: top center;
    color: transparent;
}
.event-str>a>.event-title{
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding-left:20px;
    padding-right:10px;
}
.event-str>a>.event-title>h4{
    font-size:28px;
    font-weight: 600;
    color:#333;
    margin:0px;
}
.event-str>a>.event-title>p{
    margin:0px;
    font-size:16px;
    font-weight: 300;
    color:#333;
}
.event-str>a>.event-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height:100%;
}
.event-str>a>.event-info>.event-price{
    font-size:32px;
    font-weight: 700;
    color:#333;
    width:190px;
    text-align: center;
    margin-top:15px;
}
.event-str>a>.event-info>.event-price>span{
    color:#333;
    font-size:25px;
}
.event-str>a>.event-info>.type{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    font-weight: 300;
    color:#333;
    margin-top:-15px;
}
.event-str>a>.event-info>.type>span{
    display: flex;
    text-align: center;
    word-wrap: break-word;
    color:#333;
    font-size:14px;
    font-weight: 300;
    width: 42%;
    line-height: 18px;
}
.event-str>a>.event-info>.type>img{
    height:26px;
    margin-right:5px;
    margin-top:-3px;
}
.event-str>a>.event-info>.buynow{
    display: flex;
    width:100%;
    height:55px;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 19px;
    border-bottom-right-radius: 19px;
    background-color:#a668f7;
    color:White;
}
.event-str>a>.event-info>.buynow>img{
    height:24px;
    margin-right:10px;
}
.event-str>a>.event-info>.buynow>span{
    color:white;
    font-size:18px;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    margin-bottom:-8px;
}

.footer{
    padding-top:30px;
    background-color:#e7e7e7;
}
.footer-top{
    border-bottom:1px solid #939393;
}
a.footer-logo{
    display: flex;
}
a.footer-logo>img{
    height:35px;
}
ul.footer-social{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin:20px 0px;
    padding:0px;
}
ul.footer-social>li{
    display: flex;
    margin-left:5px;
}
ul.footer-social>li>a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height:40px;
    border:1px solid #333;
    border-radius: 14px;
    text-decoration: none;
    color:#333;
    font-size:16px;
}
ul.footer-social>li>a:hover{
    background-color:rgb(166, 104, 247);
    border-color:#a668f7;
    color:white;
    transition: all .4s;
}
.subscribe{
    display: flex;
    flex-direction: column;
}
.subscribe>.subs-text{
    display: flex;
    margin-bottom:5px;
    text-align: center;
}
.subscribe>.subs-text>h5{
    font-size:22px;
    color:#333;
    min-width:22%;
    border-right:1px solid #707070;
    margin-right:10px;
    font-weight: 600;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom:0px;
}
.subscribe>.subs-text>p{
    width:60%;
    display: flex;
    font-size:16px;
    color:#333;
    font-weight: 300;
    text-align: left;
    align-items: center;
    line-height: 20px;
    margin:0px;
    padding-top:7px;
    padding-bottom:7px;
}
.subscribe>form{
    display: flex;
    align-items: center;
    margin-bottom:30px;
    
}
.subscribe>form>input.form-control{
    height:50px;
    width:calc( 100% - 150px);
    border-radius: 0px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.subscribe>form>button.btn.btn-orange{
    background-color:#a668f7;
    height:50px;
    width:150px;
    color:white;
    font-size:16px;
    line-height: 16px;;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    padding-bottom:5px;
}
.footer-middle{
    margin-top:30px;
    padding-bottom:50px;
    padding-top:20px;
}
.footer-menu>span.footer-title{
    font-size:18px;
    font-weight: 600;
    color:#a668f7;
    display: flex;
    width: 100%;
    margin-bottom:15px;
}
.footer-menu>ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin:0px;
    padding: 0px;
}
.footer-menu>ul>li{
    display: flex;
    width:100%;
    margin-bottom:10px;
}
.footer-menu>ul>li>a{
    display: flex;
    width: 100%;
    text-decoration: none;
    color:#333;
    font-size:16px;
    font-weight: 500;
}
.footer-contact>a.call-center{
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: flex-end;
    margin-bottom:20px;

}
.footer-contact>a.call-center>img{
    height:57px;
    margin-right:10px;
}
.footer-contact>a.call-center>.call-text{
    display: flex;
    flex-direction: column;
}
.footer-contact>a.call-center>.call-text>span.call-top{
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 22px;
}
.footer-contact>a.call-center>.call-text>span.call-no{
    font-size: 30px;
    font-weight: 700;
    color: #a668f7;
    line-height: 26px;
    margin-top: 4px;
}
.footer-contact>a.footer-address{
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    color:#333;
    font-size:14px;
    font-weight: 400;
    margin-top:15px;
    line-height: 18px;
}
.footer-contact>a.footer-address>i{
    color:#a668f7;
    font-size:16px;
    margin-right:8px;
}
.footer-bottom{
    border-top:1px solid #939393;
    padding-top:10px;
    padding-bottom:10px;
}
.copyright{
    font-size:13px;
    font-weight: 400;
    color:#333;
}
.cards{
    text-align: right;
}
.cards>img{
    height:30px;
}
.page-header{
    margin-top:20px;
}
.ads-header>a{
    display: flex;
    width: 100%;
}
.ads-header>a>img{
    width:100%;
}
.breadcrumb-str{
    margin-top:20px;
    margin-bottom:20px;
}
.breadcrumb-str>ul{
    display:flex;
    align-items: center;
    list-style: none;
    margin:0px;
    padding:0px;
}
.breadcrumb-str>ul>li{
    display: flex;
    margin-right:10px;
    font-size:15px;
    font-weight: 500;
    color:#a668f7;
}
.breadcrumb-str>ul>li>a{
    display: flex;
    width:fit-content;
    color:#333;
    text-decoration: none;
    transition: all .4s;
}
.breadcrumb-str>ul>li>a::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color:#333;
    margin-left:10px;
}
.breadcrumb-str>ul>li>a:hover{
    color:#a668f7;
    transition: all .4s;
}
.breadcrumb-str>ul>li>a>img{
    height:20px;
}
.page-title{
    margin-bottom:0px;
}
.page-title>h1{
    font-size:26px;
    font-weight: 500;
    color:#333;
}
.search-top{
    border-bottom:1px solid #a668f7;
    display: flex;
    justify-content: flex-end;
    padding-bottom:3px;
    margin-bottom:20px;
}
.search-top>a{
    display: flex;
    width:fit-content;
    text-decoration: none;
    color:#333;
    font-size:15px;
    font-weight: 500;
    align-items: center;
    padding-left:10px;
    padding-right:10px;
}
.search-top>a>img{
    height:20px;
    margin-right:5px;
    margin-top:-3px;
}
.event-list{
    margin-bottom:80px;
}
.event-left-side>.event-img{
    display: flex;
    width:100%;
    margin-bottom:30px;
}
.event-left-side>.event-img>a{
    display: flex;
    width:100%;
    border-radius: 20px;
    overflow: hidden;
    height:405px;
    position: relative;
}
.event-left-side>.event-img>a>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: top center;
    color: transparent;
}
.event-left-side>.event-list{
    background-color:white;
    border-radius: 20px;
    padding:20px 10px;
    margin-bottom:30px;
}
.event-left-side>.event-list>h5{
    font-size:18px;
    font-weight: 700;
    color:#333;
    border-bottom:1px solid #a668f7;
    padding-bottom:3px;
    margin-bottom:15px;
}
.event-left-side>.event-list>ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    padding:0px;
    margin:0px;
}
.event-left-side>.event-list>ul>li{
    display: flex;
    width: 100%;
    margin-bottom:5px;
}
.event-left-side>.event-list>ul>li>a{
    display: flex;
    width: 100%;
    align-items: center;
    text-decoration: none;
    color:#333;
    font-size:18px;
    font-weight: 500;
}
.event-left-side>.event-list>ul>li>a>span{
    display: flex;
    width: 36px;
    height:36px;
    background-color: #a668f7;
    color:white;
    margin-right:10px;
    font-size:16px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding-top:4px;
}
.event-left-side>.left-ads{
    display: flex;
    width: 100%;
    margin-bottom:20px;
}
.event-left-side>.left-ads>a{
    display: flex;
    border-radius:20px;
    overflow: hidden;
}
.event-left-side>.left-ads>a>img{
    width:100%;
}
.menu-str{
    display: flex;
    width: 100%;
    background-color: white;
    border-radius: 20px;
    padding:25px;
    margin-bottom:30px;
}
.menu-str>ul{
    display: flex;
    list-style: none;
    margin:0px;
    padding:0px;
}
.menu-str>ul>li{
    display: flex;
    width:fit-content;
}
.menu-str>ul>li>a{
    text-decoration: none;
    font-size:16px;
    font-weight: 500;
    color:#333;
    padding:5px 15px;
    transition: all .4s;
}
.menu-str>ul>li>a:hover{
    color:#a668f7;
    transition: all .4s;
}
.menu-str>ul>li>a.active{
    color:#a668f7;
}
.event-details{
    display: flex;
    flex-direction: column;
    padding:25px 0px 0px  25px;
    background-color: white;
    border-radius:20px;
    margin-bottom:30px;
}
.event-details>.event-header{
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    width:100%;
    margin-bottom:30px;
    padding-right:25px;
}
.event-details>.event-header>h1{
    display: flex;
    width:85%;
    font-size:28px;
    font-weight: 600;
    color:#333;
    margin:0px;
}
.event-details>.event-header>.tags{
    display: flex;
    width: 15%;
    justify-content: flex-end;
    color:#333;
    align-items: center;
    font-size:14px;
    font-weight: 600;
}
.event-details>.event-header>.tags>img{
    height:24px;
    margin-right:5px;
}
.event-details>.event-content{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom:30px;
    padding-right:25px;
}
.event-details>.event-content>h1{
    font-size:26px;
    font-weight: 700;
}
.event-details>.event-content>h2{
    font-size:24px;
    font-weight: 700;
}
.event-details>.event-content>h3{
    font-size:22px;
    font-weight: 700;
}
.event-details>.event-content>h4{
    font-size:20px;
    font-weight: 700;
}
.event-details>.event-content>h5{
    font-size:18px;
    font-weight: 700;
}
.event-details>.event-content>h6{
    font-size:16px;
    font-weight: 700;
}
.event-details>.bottom-button{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.event-details>.bottom-button>a.btn.btn-favourite{
    text-decoration: none;
    display: flex;
    height:55px;
    align-items: center;
    color:white;
    justify-content: center;
    padding:0px 25px;
    font-size:18px;
    font-weight: 500;
    background-color: #a668f7;
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0px;
    transition: all .4s;
}
.event-details>.bottom-button>a.btn.btn-favourite>i{
    margin-right:5px;
    font-size:18px;
}
.event-details>.bottom-button>a.btn.btn-favourite:hover{
    background-color:#333;
    transition: all .4s;
}
.event-details>.bottom-button>a.btn.btn-favourite.active{
    background-color:#333;
    color: #a668f7;
}
.event-list-details{
    background-color: white;
    padding:25px;
    border-radius: 20px;
    margin-bottom:30px;
}
.event-list-details>span{
    display: flex;
    width:100%;
    border-bottom:1px solid #a668f7;
    padding-bottom:3px;
    margin-bottom:20px;
    font-size:18px;
    font-weight: 700;
    color:#333;
}
.event-list-details>ul{
    display: flex;
    width: 100%;
    flex-direction: column;
    list-style: none;
    margin:0px;
    padding:0px;
}
.event-list-details>ul>li{
    display: flex;
    width: 100%;
    margin-bottom:20px;
}
.event-list-details>ul>li>a{
    display: flex;
    width: 100%;
    text-decoration: none;
    border-bottom:1px solid #DDDDDD;
    border-bottom-right-radius: 20px;
}
.event-list-details>ul>li>a>.event-date{
    display: flex;
    width: 150px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom:10px;
    border:none;
}
.event-list-details>ul>li>a>.event-date>span.date{
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.event-list-details>ul>li>a>.event-date>span.day{
    font-size: 30px;
    font-weight: 700;
    color: #333;
    line-height: 30px;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 5px;
}
.event-list-details>ul>li>a>.event-date>span.hour{
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.event-list-details>ul>li>a>.event-location{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom:10px;
}
.event-list-details>ul>li>a>.event-location>.location{
    display: flex;
    width:80%;
    align-items: center;
    flex-direction: column;
}
.event-list-details>ul>li>a>.event-location>.location>span.venue{
    display: flex;
    width: 100%;
    font-size:18px;
    font-weight: 500;
    color:#333;
    text-align: center;
    justify-content:  center;
}
.event-list-details>ul>li>a>.event-location>.location>span.city{
    display: flex;
    width: 100%;
    font-size:15px;
    font-weight: 500;
    color:#333;
    text-align: center;
    justify-content:  center;
}
.event-list-details>ul>li>a>.event-location>.sit-plan{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:10px;
}
.event-list-details>ul>li>a>.event-location>.sit-plan>img{
    height: 28px;
    margin-right:5px;
}
.event-list-details>ul>li>a>.event-location>.sit-plan>span{
    display: flex;
    flex-wrap: wrap;
    word-break: break-all;
    color:#333;
    font-size:14px;
    line-height: 16px;
    font-weight: 300;
}
.event-list-details>ul>li>a>.event-price-details{
    display: flex;
    width: 210px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
.event-list-details>ul>li>a>.event-price-details>.price-box{
    display: flex;
    flex-direction: column;
}
.event-list-details>ul>li>a>.event-price-details>.price-box>.price-str{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    font-size:30px;
    font-weight: 700;
    color:#333;
    align-items: flex-end;
    line-height: 28px;
}
.event-list-details>ul>li>a>.event-price-details>.price-box>.price-str>span{
    font-size:24px;
    font-weight: 700;
    color:#333;
    line-height: 24px;
}
.event-list-details>ul>li>a>.event-price-details>.price-box>span{
    color:#333;
    font-size:12px;
    font-weight: 600;
    text-align: end;
}
.event-list-details>ul>li>a>.event-price-details>.buy-now{
    display: flex;
    height:55px;
    background-color: #a668f7;
    width: 230px;
    padding:0px 25px;
    color:white;
    font-size:20px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    margin-top:10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0px;
}
.event-list-details>ul>li>a>.event-price-details>.buy-now>img{
    height:24px;
    margin-right:5px;
}
.events-rules{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: white;
    border-radius: 20px;
    padding:25px;
    margin-bottom:30px;
}
.events-rules>span.area-title{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #a668f7;
    padding-bottom: 3px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.events-rules>ul{
    list-style:circle;
}
.venue-area{
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: white;
    border-radius: 20px;
    padding:0px 0px 25px 25px;
    margin-bottom:70px;
}
.venue-area>.venue-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.venue-area>.venue-header>span.venue-title{
    font-size:28px;
    font-weight: 600;
    color:#333;
    margin:0px;
    line-height:30px;
}
.venue-area>.venue-header>.venue-btn{
    display: flex;
    justify-content: flex-end;
}
.venue-area>.venue-header>.venue-btn>a.btn.btn-location{
    display: flex;
    height:55px;
    align-items: center;
    justify-content: center;
    padding:0px 25px;
    text-decoration: none;
    background-color: #a668f7;
    color:white;
    font-size:18px;
    font-weight: 500;
    border-radius: 0px;
    border-bottom-left-radius: 20px;
    transition:all .4s;
    padding-top:5px;
}
.venue-area>.venue-header>.venue-btn>a.btn.btn-location>img{
    height:28px;
    margin-right:10px;
    margin-bottom:5px;
}
.venue-area>.venue-header>.venue-btn>a.btn.btn-location:hover{
    background-color:#333;
    transition:all .4s;
}
.venue-area>.venue-header>.venue-btn>a.btn.btn-venue{
    display: flex;
    height:55px;
    align-items: center;
    justify-content: center;
    padding:0px 25px;
    text-decoration: none;
    background-color: #a668f7;
    color:white;
    font-size:18px;
    font-weight: 500;
    border-radius: 0px;
    border-top-right-radius: 20px;
    transition:all .4s;
    margin-left:1px;
    padding-top:5px;
}
.venue-area>.venue-header>.venue-btn>a.btn.btn-venue>img{
    height:28px;
    margin-right:10px;
    margin-bottom:5px;
}
.venue-area>.venue-header>.venue-btn>a.btn.btn-venue:hover{
    background-color:#333;
    transition:all .4s;
}
.venue-area>.content{
    margin:30px 0px;
    display: flex;
    flex-direction: column;
    padding-right:25px;
}
.venue-area>.other-events{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-right:25px;
    position: relative;
}
.venue-area>.other-events>span.other-title{
    display: flex;
    width: 100%;
    color:#333;
    font-size:18px;
    font-weight: 700;
    border-bottom:1px solid #a668f7;
    padding-bottom:3px;
    margin-bottom:10px;
}
.owl-nav{
    position: absolute;
    top: -51px;
    right: 0px;
    display: flex;
    z-index: 2;
}
.owl-carousel .owl-nav button.owl-next{
    display: flex;
    width:30px;
    height:30px;
    background-color: #a668f7;
    color:white;
    border-radius: 0px;
    border-top-right-radius: 10px;
    align-items: center;
    justify-content: center;
    margin:0px 0px 0px 1px; 
    font-size: 26px;
    line-height: 26px;
    padding-top: 4px !important;
}
.owl-carousel .owl-nav button.owl-prev{
    display: flex;
    width:30px;
    height:30px;
    background-color: #a668f7;
    border-radius: 0px;
    color:white;
    border-top-left-radius: 10px;
    align-items: center;
    justify-content: center;
    margin:0px;
    font-size: 26px;
    line-height: 26px;
    padding-top: 4px !important;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background-color:#333;
}
.event-left-side>.event-info{
    margin-bottom:30px;
}
.sitting-plan-area{
    padding-bottom:30px;
}
.sitting-plan-area>.sitting-plan{
    display: flex;
    width:100%;
    height: 100%;
    background-color: white;
    box-shadow:0px 0px 10px rgba(0,0,0,.16);
    padding:25px;
    border-radius: 20px;
    flex-direction: column;
}
.sitting-plan-area>.sitting-plan>span.area-header{
    display: flex;
    font-size:18px;
    font-weight: 600;
    color:#333;
    border-bottom:1px solid #a668f7;
    padding-bottom:3px;
    margin-bottom:20px;
    height:fit-content;
    width:100%;
}
.sitting-plan>.row{
    padding-left:15px;
    padding-right:15px;
}
ul.sitting-list{
    display: flex;
    list-style: none;
    margin:0px;
    padding:0px;
    padding-right:10px;
    flex-direction: column;
}
ul.sitting-list>li{
    display: flex;
    width: 100%;
    margin-bottom:20px;
}
ul.sitting-list>li:last-child{
    margin-bottom:0px;
}
ul.sitting-list>li>a{
    display: flex;
    width: 100%;
    text-decoration: none;
    color:#333;
    align-items: flex-start;
    padding:7px 5px 5px;
    border-radius: 6px;
    background-color:rgba(166, 104, 247, 0);
    border:1px solid rgba(166, 104, 247, 0);
    transition: all .4s;
}
ul.sitting-list>li>a:hover{
    border-radius: 6px;
    background-color:rgba(166, 104, 247, .1);
    border:1px solid rgba(166, 104, 247, 1);
    transition: all .4s;
}
ul.sitting-list>li>a>span.color{
    display: flex;
    width: 20px;
    height:20px;
    border-radius: 5px;
    margin-right:5px;
}
ul.sitting-list>li>a>.catinfo{
    display: flex;
    flex-direction: column;
    width:calc( 100% - 25px);
}
ul.sitting-list>li>a>.catinfo>.cat-name{
    display: flex;
    font-size:16px;
    font-weight: 700;
    color:#333;
    line-height: 16px;
    margin-bottom:5px;
}
ul.sitting-list>li>a>.catinfo>.cat-name>span{
    font-size:16px;
    font-weight: 600;
    line-height:12px;
}
ul.sitting-list>li>a>.catinfo>.cat-price{
    display: flex;
    font-size:22px;
    font-weight: 600;
    color:#333;
    line-height: 18px;
}
ul.sitting-list>li>a>.catinfo>.cat-price>span{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 17px;
}
ul.sitting-list>li>a>span.color.yellow{
    background-color:#AFA208;
}
ul.sitting-list>li>a>span.color.pink{
    background-color: #FC4DE8;
}
ul.sitting-list>li>a>span.color.purple{
    background-color: #A46FD9;
}
ul.sitting-list>li>a>span.color.brown{
    background-color: #BF4E4E;
}
ul.sitting-list>li>a>span.color.green{
    background-color: #37D0A6;
}
ul.sitting-list>li>a>span.color.darkblue{
    background-color: #7484FF;
}
ul.sitting-list>li>a>span.color.blue{
    background-color: #7484FF;
}
ul.sitting-list>li>a>span.color.orange{
    background-color: #FF8940;
}

.category-area{
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    padding:25px;
    margin-bottom:80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.category-area>img{
    width: 100%;
}
.sitting-left{
    display: flex;
    flex-direction: column;
    padding:0px;
}
.sitting-left>.row{
    width:100%;
    padding-left:15px;
    padding-right:15px;

}
.sitting-left>span.area-header{
    display: flex;
    font-size:18px;
    font-weight: 600;
    color:#333;
    border-bottom:1px solid #a668f7;
    padding-bottom:3px;
    margin-bottom:20px;
    height:fit-content;
    width:100%;
}

ul.sitting-list>li>.sit-box{
    display: flex;
    width: 100%;
    text-decoration: none;
    color:#333;
    align-items: flex-start;
}
ul.sitting-list>li>.sit-box>span.color{
    display: flex;
    width: 20px;
    height:20px;
    border-radius: 5px;
    margin-right:5px;
    margin-top:-5px;
}
ul.sitting-list>li>.sit-box>.cat-name{
    display: flex;
    flex-direction: column;
    font-size:20px;
    font-weight: 700;
    color:#333;
    line-height: 16px;
}
ul.sitting-list>li>.sit-box>.cat-name>span{
    font-size:12px;
    font-weight: 400;
    line-height:12px;
}
ul.sitting-list>li>.sit-box>.cat-price{
    display: flex;
    font-size:22px;
    font-weight: 600;
    color:#333;
    line-height: 18px;
}
ul.sitting-list>li>.sit-box>.cat-price>span{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 17px;
}
ul.sitting-list>li>.sit-box>span.color.grey{
    background-color:#CBCBCB;
    border:1px solid #CBCBCB;
}
ul.sitting-list>li>.sit-box>span.color.red{
    background-color: #FF4061;
    border:1px solid #FF4061;
}
ul.sitting-list>li>.sit-box>span.color.white{
    background-color: white;
    border:1px solid #CBCBCB;
}
ul.sitting-list>li>.sit-box>span.color.blue{
    background-color: #4BB8FC;
    border:1px solid #CBCBCB;
}
ul.sitting-list>li>.sit-box>span.color.green{
    background-color: #37D0A6;
    border:1px solid #CBCBCB;
}
.select-sit{
    display: flex;
    flex-direction: column;
}
.select-sit>span.area-header{
    display: flex;
    font-size:18px;
    font-weight: 600;
    color:#333;
    border-bottom:1px solid #a668f7;
    padding-bottom:3px;
    margin-bottom:20px;
    height:fit-content;
    width:100%;
}
.select-sit>ul{
    display: flex;
    width:100%;
    list-style: none;
    padding:0px;
    margin:0px 0px 30px;
    flex-wrap: wrap;
}
.select-sit>ul>li{
    display: flex;
    margin-right:5px;
    margin-bottom:5px;
}
.select-sit>ul>li>a{
    display: flex;
    text-decoration: none;
    color:white;
    background-color: #a668f7;
    height:32px;
    padding:4px 12px 0px;
    font-size:16px;
    font-weight: 600;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
}
.total-area{
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}
.total-price-area{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top:10px;
}
.total-price-area.total-str{
    border-top:1px solid #a668f7;
    padding-top:8px;
}
.total-price-area>span.total-text{
    display: flex;
    font-size:16px;
    font-weight: 500;
    color:#333;
}
.total-price-area>span.total-text.bold{
    font-size:18px;
    font-weight: 700;
}
.total-price-area>span.total-price{
    display: flex;
    justify-content: flex-end;
    font-size:18px;
    font-weight: 700;
    color:#333;
}
.total-price-area>span.total-price.bold{
    font-size:20px;
    font-weight: 700;
}
.total-area>.total-area-text{
    display: flex;
    text-align: center;
    width: 100%;
    justify-content: center;
    font-size:14px;
    font-weight: 500;
    color:#333;
    margin-top:10px;
    margin-bottom:10px;
}
.total-area>button.btn.btn-orange{
    background-color:#a668f7;
    height:50px;
    display: flex;
    width: 100%;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    color:white;
    font-size:16px;
    font-weight: 700;
    transition: all .4s;
}
.total-area>button.btn.btn-orange:hover{
    background-color: #333;
    transition: all .4s;
}
#countdown{
    position: absolute;
    bottom:10px;
    right:20px;
    text-align: right;
    font-size:14px;
    color:#a668f7;
}
.category-area>.sittin-head{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom:20px;
    align-items: center;
}
.category-area>.sittin-head>a.back-category{
    display: flex;
    align-items: center;
    color:#333;
    font-size:18px;
    font-weight: 600;
    text-decoration: none;
}
.category-area>.sittin-head>a.back-category>i{
    font-size:16px;
    color:#a668f7;
    margin-right:10px;
}
.category-area>.sittin-head>span.block-name{
    display: flex;
    justify-content: flex-end;
    text-align: right;
    color:#333;
    font-weight: 700;
    font-size:24px;
}
.category-area>img.sitting-img{
    width:50%;
}
.login-text{
    text-align: center;
    margin-top:0px;
}
.modal-footer{
    border:none;
    padding:0px;
}
.form-str>label>a{
    text-decoration: none;
    color:#a668f7;
}
.modal-header{
    border:none;
    padding-bottom:0px;
}
.city-selector{
    position: fixed;
    background-color:white;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    z-index:99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.city-selector h2{
    font-size:24px;
    font-weight: 600;
    margin-bottom:30px;
}
.city{
    display: flex;
    padding:5px;
}
.city>a.city-box{
    text-decoration: none;
    display: flex;
    width: 100%;
    aspect-ratio: 1;
    border:1px solid #a668f7;
    border-radius: 20px;
    transition: all .4s;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.city>a.city-box:hover{
    background-color: #a668f7;
    transition: all .4s;
}
.city>a.city-box>span.city{
    font-size:16px;
    font-weight: 600;
    display: flex;
    width: 100%;
    justify-content: center;
    color: #a668f7;
    transition: all .4s;
}
.city>a.city-box>span.plaka{
    font-size:42px;
    font-weight: 700;
    display: flex;
    width: 100%;
    justify-content: center;
    color: #a668f7;
    line-height: 42px;
    transition: all .4s;
}
.city>a.city-box:hover>span.city, .city>a.city-box:hover>span.plaka{
    color:white;
    transition: all .4s;
}
.btn.btn-city{
    display: flex;
    width:50px;
    height:50px;
    border-radius: 25px;
    background-color: #a668f7;
    text-decoration: none;
    color:white;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left:5px;
}
.btn.btn-city>span.city{
    font-size:9px;
    font-weight: 400;
    line-height: 8px;
}
.btn.btn-city>span.plaka{
    font-weight: 700;
    font-size:24px;
    line-height: 17px;
}

.Quantity{
    display: flex;
    align-items: center;
}
.Quantity>.QuantitTitle{
    font-weight: 500;
    color:black;
}
.sp-quantity {
    width: 140px;
    height: 48px;
    font-family: "ProximaNova Bold", Helvetica, Arial;
    margin-left: 15px;
}

.sp-minus {
    width: 46px;
    height: 46px;
    border: 1px solid #D8D8D8;
    border-right: none;
    float: left;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.sp-input {
    width: 46px;
    height: 46px;
    border: 1px solid #D8D8D8;
    border-left: 0px solid black;
    float: left;
    border-right: none;
}

.sp-plus {
    width: 46px;
    height: 46px;
    border: 1px solid #D8D8D8;
    border-left: none;
    float: left;
    text-align: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.sp-input input {
    width: 45px;
    height: 42px;
    text-align: center;
    font-family: "ProximaNova Bold", Helvetica, Arial;
    border: none;
    outline: none;
}

.sp-input input:focus {
    border: 1px solid #e1e1e1;
    border: none;
}

.sp-minus a,
.sp-plus a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
    font-size: 16px;
}
ul.tickettype{
    display: flex;
    flex-direction: column;
    margin-top:20px;
}
ul.tickettype>li{
    margin-bottom:10px;
}
ul.tickettype>li, ul.tickettype>li>a{
    width:100%;
    font-size:14px;
    font-weight: 500;
}
ul.tickettype>li>a.offer{
    background-color:#4BB8FC;
}
.dropdown-toggle::after{
    display: none;
}
a#userDropdown:hover, a#userDropdown:focus{
    color:white;
}
.userMenu{
    width: calc(100% - 6px);
    border-radius: 0;
    background-color: #a668f7;
    border: none;
    left: 3px!important;
    right: 3px;
    margin-top: 3px!important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
ul.dropdown-menu.userMenu>li>a.dropdown-item{
    color:white;
}
ul.dropdown-menu.userMenu>li>a.dropdown-item:hover{
    background-color: #a668f7;
    color:black;
}
.seat-grid {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    overflow: auto;
    margin: 0 auto;
    padding: 5px;
}

.seat {
    width: 45px;
    height: 45px;
    position: absolute;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s;
    font-size: 0.8em;
    transform: translate3d(0,0,0);
    margin: 1px;
}

.seat.selected {
    background-color: #a668f7 !important;
    transform: scale(1.1);
    z-index: 2;
}
.seat.disabled {
    cursor: not-allowed;
    background-color: gray; /* Disabled koltuk rengi */
    opacity: 0.4; /* Opaklık */
}

@media (max-width: 768px) {
    .seat-grid {
        padding: 3px;
    }
    .seat {
        width: 30px;
        height: 30px;
        font-size: 0.7em;
        margin: 0.5px;
    }
}

.seat:hover {
    transform: scale(1.1);
    background-color: #f0f0f0 !important;
    transition: all 0.3s;
}

.seat.selected {
    background-color: #ff5733;
    color: white;
}
.sitting-plan-area>.sitting-plan.invoice-sitting{
    height:370px;
    position: relative;
}
.left-menu{
    margin-top:20px;
}
.left-menu>ul{
    display: flex;
    width:100%;
    list-style: none;
    padding:0px 30px 0px 0px;
    margin:0px 0px 30px;
    flex-direction: column;
}
.left-menu>ul>li{
    display: flex;
    margin-bottom:10px;
}
.left-menu>ul>li>a{
    display: flex;
    width: 100%;
    align-items: center;
    padding:5px 10px;
    text-decoration: none;
    color:#a668f7;
    font-size:18px;
    font-weight: 500;
    border:1px solid rgba(254, 125, 9, 0);
    border-radius: 10px;
    transition: all .4s;
}
.left-menu>ul>li>a>img{
    height:40px;
    margin-right:5px;
}
.left-menu>ul>li>a:hover{
    border:1px solid rgba(254, 125, 9, 1);
    transition: all .4s;
}

.form-str input[type="radio"] {
    position: absolute;
    left: -9999px;
  }
  
  .form-str input[type="radio"]+label {
    position: relative;
    padding: 3px 0 0 30px;
    cursor: pointer;
  }
  
  .form-str input[type="radio"]+label:before {
    content: '';
    background: #fff;
    border: 2px solid #a668f7;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .form-str input[type="radio"]+label:after {
    content: '';
    background: #a668f7;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0;
    transform: scale(2);
    transition: transform 0.3s linear, opacity 0.3s linear;
  }
  
  .form-str input[type="radio"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
  }
  
  .toggle-password {
    position: absolute;
    right: 15px;
    top: 33px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
}
ul.order-list{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin:0px;
    padding:0px;
}
ul.order-list>li{
    display: flex;
    width:100%;
    text-decoration: none;
    background-color:#f6f6f6;
    border-radius: 20px;
    padding:15px;
    min-height:180px;
    justify-content: flex-start;
    margin-bottom:10px;
}
ul.order-list>li>.ticket-event-img{
    display: flex;
    width:150px;
    height: 150px;
    position:relative;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
}
ul.order-list>li>.ticket-event-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: top center;
    color: transparent;
}
.ticket-event-info{
    display: flex;
    flex-direction: column;
    width:calc( 100% - 370px );
    margin-left:20px;
    padding-right:20px;
    justify-content: flex-start;
    height: 100%;
}
.ticket-event-info>.ticket-event-title{
    font-size:24px;
    font-weight: 700;
    color:#333;
    display: flex;
    width:100%;
    margin-top:10px;
    margin-bottom:0px;
}
.ticket-event-info>.ticket-date{
    font-size:16px;
    font-weight: 400;
    color:#333;
}
.ticket-event-info>.ticket-list{
    display: flex;
    width:100%;
    margin-top:10px;
    align-items: center;
}
.ticket-event-info>.ticket-list>.ticket-title{
    font-size:14px;
    font-weight: 500;
    color:#333;
    margin-right:10px;
}
.ticket-event-info>.ticket-list>a{
    display: flex;
    padding:5px;
    margin-right:10px;
    width:auto;
    height:auto;
}
.ticket-event-info>.ticket-list>a>img{
    height:30px;
}
.order-price{
    display: flex;
    width:220px;
    height:100%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.ticket-area{
    display: flex;
    flex-direction: column;
    max-width:480px;
    border:1px solid #dddddd;
    border-radius: 20px;
    padding:40px;
    align-items: center;
}
.ticket-area>h2{
    font-size:18px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color:#333333;
    text-transform: uppercase;
    margin-bottom:10px;
    margin-top:0px;
}
.ticket-area>h4{
    font-size:11px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color:#888888;
    text-transform: uppercase;
    margin-bottom:10px;
    margin-top:0px;
}
.ticket{
    width: 100%;
    background-color: #a668f7;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}
.ticket>.qr-area{
    background-color: white;
    display: flex;
    width: 70%;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    margin-top: -100px;
    margin-bottom: 20px;
}
.ticket>.qr-area>img{
    width:80%;
}
.ticket-code{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom:20px;
}
.ticket-code>h5{
    font-size:13px;
    font-weight: 600;
    color:#333333;
    text-align: center;
    margin-bottom:5px;
    margin-top:0px;
}
.ticket-code>h3.white {
    font-size: 20px;
    color: white;
    font-weight: 600;
    margin-top: 0px;
    text-align: center;
}
.ticket-info{
    display: flex;
    width: 100%;
    flex-direction: column;
    border-radius: 20px;
    background-color: white;
}
.ticket-info>.row{
    display: flex;
    width:100%;
}
.ticket-name{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding:15px 10px;
    border-bottom:1px solid #dddddd;
    align-items: center;
}
.ticket-name>h4{
    font-size:14px;
    font-weight: 600;
    color:#888888;
    text-align: center;
    margin-top:0px;
    margin-bottom:5px;
}
.ticket-name>span{
    display: flex;
    width:100%;
    font-size:14px;
    font-weight: 700;
    color:#333;
    text-align: center;
    justify-content: center;
}
.event-date{
    display: flex;
    width:50%;
    flex-direction: column;
    border-bottom:1px solid #dddddd;
    border-right:1px solid #dddddd;
    align-items: center;
    padding:15px 10px;
}
.event-date>h4{
    font-size:14px;
    font-weight: 600;
    color:#888888;
    text-align: center;
    margin-top:0px;
    margin-bottom:5px;
}
.event-date>span{
    display: flex;
    width:100%;
    font-size:16px;
    font-weight: 700;
    color:#333;
    text-align: center;
    justify-content: center;
}
.event-time{
    display: flex;
    width:50%;
    flex-direction: column;
    border-bottom:1px solid #dddddd;
    align-items: center;
    padding:15px 10px;
}
.event-time>h4{
    font-size:14px;
    font-weight: 600;
    color:#888888;
    text-align: center;
    margin-top:0px;
    margin-bottom:5px;
}
.event-time>span{
    display: flex;
    width:100%;
    font-size:16px;
    font-weight: 700;
    color:#333;
    text-align: center;
    justify-content: center;
}

.event-row{
    display: flex;
    width:50%;
    flex-direction: column;
    border-right:1px solid #dddddd;
    align-items: center;
    padding:15px 10px;
}
.event-row>h4{
    font-size:14px;
    font-weight: 600;
    color:#888888;
    text-align: center;
    margin-top:0px;
    margin-bottom:5px;
}
.event-row>span{
    display: flex;
    width:100%;
    font-size:16px;
    font-weight: 700;
    color:#333;
    text-align: center;
    justify-content: center;
}
.event-column{
    display: flex;
    width:50%;
    flex-direction: column;
    align-items: center;
    padding:15px 10px;
}
.event-column>h4{
    font-size:14px;
    font-weight: 600;
    color:#888888;
    text-align: center;
    margin-top:0px;
    margin-bottom:5px;
}
.event-column>span{
    display: flex;
    width:100%;
    font-size:16px;
    font-weight: 700;
    color:#333;
    text-align: center;
    justify-content: center;
}
.ticket-info>.row{
    --bs-gutter-x:0px;
}
.btn.btn-pdf{
    background-color:#a668f7;
    height:40px;
    width:auto;
    display: flex;
    align-items: center;
    color:white;
    font-size:16px;
    font-weight: 500;
    justify-content: center;
    padding:2px 20px 0px;
    border-radius: 10px;
}
.btn.btn-pdf>i{
    margin-left:5px;
    margin-top:-3px;
}
.order-price>.event-price{
    font-size:30px;
    color:#a668f7;
    font-weight: 500;
    margin-top:5px;
}
.order-price>.event-price>span{
    color:#a668f7;
    font-size:20px;
}
.docs-text{
    margin-top:10px;
    margin-bottom:40px;
}
.company-title{
    display: flex;
    flex-direction: column;
    padding: 25px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    margin-bottom: 30px;
    align-items: center;
    text-align: center;
    font-size:20px;
    font-weight: 600;
     color:#333;
}
.contact-column{
    display: flex;
    width:100%;
    flex-direction: column;
    padding: 25px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    margin-bottom: 30px;
    align-items: center;
    text-align: center;
    margin-bottom:30px;
    height:100%;
}
.contact-column>span.contact-big-title{
    font-size:20px;
    font-weight: 600;
    color:#a668f7;
    margin-bottom:10px;
}
.contact-column>span.contact-small-title{
    font-size:16px;
    font-weight: 600;
    color:#a668f7;
    margin-bottom:10px;
}
.contact-column>p{
    font-size:16px;
    font-weight: 400;
    text-align: center;
}
.contact-column>p>a{
    text-decoration: none;
    color:#333;
    font-size:16px;
    font-weight: 400;
}
.contact-column>form{
    display: flex;
    width:100%;
    flex-direction: column;
}

ul.contact-social{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin:20px 0px;
    padding:0px;
}
ul.contact-social>li{
    display: flex;
    margin-left:5px;
}
ul.contact-social>li>a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height:46px;
    border:1px solid #a668f7;
    border-radius: 16px;
    text-decoration: none;
    color:#a668f7;
    font-size:16px;
}
ul.contact-social>li>a:hover{
    background-color:rgb(166, 104, 247);
    border-color:#a668f7;
    color:white;
    transition: all .4s;
}
.event-boxes{
    padding:10px;
}