
.subscribe-home {
    padding: 20px 27px;
    margin-bottom: 10px;
    width: 285px;
}

.aheto-clients__img {
    max-width: 120px;
    max-height: 120px;
}

.supp {
    max-width: 150px !important;
    max-height: 150px !important;
}

.suberror {
    padding: 10px;
    margin-top: 10px;
    background: rgba(255, 0, 0, 0.6);
}

.subsuccess {
    padding: 10px;
    margin-top: 10px;
    background: rgba(20, 217, 138, 0.6);
}

.click-hide {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 99;
    background: #0000008a;
}

.popup-quit {
    position: absolute;
    font-size: 40px;
    z-index: 9;
    cursor: pointer;
    margin-top: -50px;
    display: inline-block;
    margin-right: -22px;
}

.popup-block {
    display: inline-block;
    background: #fff;
    width: 85%;
    max-width: 580px;
    height: auto;
    margin: auto;
    position: relative;
}

#media-partner {
    margin-bottom: 60px;
    width: 100%;
}

.img-slider-mp {
    width: 220px;
    margin: 0 auto;
}

.slick-prev:before, .slick-next:before {
        color: #642C83;
    }


.in-popup {
    padding: 25px 27px 25px 40px;
    text-align: left;
}

.slide-ig-wrapper .ig-content {
    margin-top: 20px;
    padding: 10px;
    border: 7px solid #642C83;
    background-color: white;
    border-radius: 10px;
    font-size: 13px;
    height: 160px;
    max-height: 200px;
    overflow-y: scroll;
}

.slide-ig-wrapper {
    width: 90%;
    margin: 0 auto;
}

#slider_ig_feed {
    margin-bottom: 100px;
}


#book-space {
    position: absolute;
    top: -32px;
    left: 0;
    z-index: 99;
}

.colocated-wrapper {
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    text-align: center;
}

.colocated-wrapper .card .header {
    padding-top: 60px;
}

.colocated-wrapper .card .header h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
}

.colocated-wrapper .card .date { 
    font-size: 22px;
    position: relative;
    margin-top: 25px;
}

.colocated-wrapper .card .date::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 30px;
    bottom: 0;
}

.colocated-wrapper .card .date::after {
    content: '';
    width: 30px;
    height: 30px; 
    position: absolute;
    right: 30px;
    top: 0;
}

.colocated-wrapper .card.red .date::before { 
    border-left: 1px solid #ff1c26;
    border-bottom: 1px solid #ff1c26;
}

.colocated-wrapper .card.red .date::after { 
    border-right: 1px solid #ff1c26;
    border-top: 1px solid #ff1c26;
}

.colocated-wrapper .card.black .date::before { 
    border-left: 1px solid #2b2b29;
    border-bottom: 1px solid #2b2b29;
}

.colocated-wrapper .card.black .date::after { 
    border-right: 1px solid #2b2b29;
    border-top: 1px solid #2b2b29;
}

.colocated-wrapper .card .header .img {
    width: 120px;
    height: 120px;
    background-size: contain !important;
    background-position: center !important; 
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    position: absolute;
}

.colocated-wrapper .card.red .header .img {
    left: 30px;
    top: -70px;
}

.colocated-wrapper .card.black .header .img {
    right: 30px;
    top: -70px;
}

.colocated-wrapper .card .header .title {
    margin-top: 20px;
    height: 65px;
    text-align: center;
}

.colocated-wrapper .header,
.colocated-wrapper .body { 
    padding: 0 30px;
}

.colocated-wrapper .body {
    margin: 20px 0 40px;   
    height: 320px;
}

.colocated-wrapper .card.black {
    border: 4px solid #2b2b29;
}

.colocated-wrapper .card .btn { 
    max-width: 50%;
    margin: 0 auto 30px; 
    text-align: center;
    display: block;
    padding: 10px 0;
}

.colocated-wrapper .card {
    transition: 1s ease all;
    position: relative;
    width: 45%;
}

.colocated-wrapper .card:hover {
   position: relative;
   top: -20px;
}

.colocated-wrapper .card.black .btn {
    background: #2b2b29;
    color: #fff;
    border: 4px solid #fff;
    transition: .1s ease;
}

.colocated-wrapper .card.black .btn:hover {
    color: #2b2b29;
    border: 4px solid #2b2b29;
    background: #fff;
}

.colocated-wrapper .card.red {
    border: 4px solid #ff1c26;
}

.colocated-wrapper .card.red .btn {
    background: #ff1c26;
    color: #fff;
    border: 4px solid #fff;
    transition: .1s ease;
    width: 250px;
}

.colocated-wrapper .card.red .btn:hover {
    color: #ff1c26;
    border: 4px solid #ff1c26;
    background: #fff;
}

.co-title-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
}

.banner-exh img {
    width: 100%;
} 

.exh-product-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
}

.exh-product-list ul {
    list-style: none; /* Remove default bullets */
    padding-left: 45px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    column-gap: 30px;
    margin-top: 40px;
    width: 31%;
}

.exh-product-list li {
    position: relative;
    margin-bottom: 20px; 
    margin-top: 5px; 
    padding-right: 20px;
    font-size: 20px;
}
.wrapper-title-exh {
    width: 100%;
    position: relative;
    padding-top: 40px;
}

.wrapper-title-exh .purple {
    background: #4c257c;
}

.wrapper-title-exh .purple {
    background: #4c257c;
    position: absolute;
    width: 320px; 
    left: 0;
    top: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.wrapper-title-exh .purple h2 {
    color: #fff;
    font-weight: bold;
    font-size: 50px;
}

.wrapper-title-exh .grey {
    padding: 15px 0;
    background: #e5e5e5;
    width: 100%;
    display: flex;
}

.wrapper-title-exh .grey h3 {
    font-size: 30px;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
}

.wrapper-title-exh .left {
    width: 25%;
} 

.wrapper-title-exh .right {
    width: 75%;
} 


.event-countdown {
    position: relative
}

.event-countdown .time-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px
}

.event-countdown .time {
    border-radius: 15px;
    padding: 14px 10px;
    text-align: center
}

.event-countdown .time span {
    display: block
}

.event-countdown .time span:first-child {
    color: #fff;
    font-weight: 700;
    font-size: 38px;
    line-height: 1
}

.event-countdown .time .unit {
    color: #fff;
    font-weight: 500
}

.event-countdown .divider {
    display: none
}

.event-countdown.ec-1 {
    background: linear-gradient(140deg, #6c207c 0%, #E32682 100%);
    width: fit-content;
    margin-left: auto;
    margin-top: -130px;
    position: relative;
    padding: 20px 70px 20px 20px;
    z-index: 2
}

.event-countdown.ec-1 .event-countdown-text {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.event-countdown.ec-1 .event-countdown-text span {
    writing-mode: vertical-lr;
    color: #2b2b29;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px
}

.event-countdown.ec-2 {
    background: #fff
}

.event-countdown.ec-2 .time-wrap .time span:first-child {
    font-size: 75px;
    color: #fff
}

.event-countdown.ec-2 .time-wrap .time .unit {
    color: #2b2b29;
    font-size: 25px
}

.event-countdown.ec-2 .time-wrap .divider {
    display: block;
    color: #2b2b29;
    font-size: 70px
}

.home-event-slider {
    position: relative;
}

.justify-content-center {
    justify-content: center;
}

.schedule-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
}

.schedule-item:hover .schedule-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.schedule-item::before {
    content: "";
    position: absolute;
    border-left: 3px dashed var(--theme-color2);
    left: 35px;
    top: 50%;
    height: 100%;
    z-index: -1
}

.schedule-item.last::before {
    display: none
}

.schedule-content {
    margin-top: 20px;
    min-height: 180px;
}

.schedule-content h5 {
    font-size: 16px;
    color: #4c257c !important;
}

.schedule-meta {
    margin-bottom: 15px
}

.schedule-meta ul {
    display: flex;
    gap: 20px
}

.schedule-meta ul li {
    color: #2b2b29;
    font-weight: 500
}

.schedule-meta ul li i,
.schedule-meta ul li em {
    color: #2b2b29
}

.schedule-info h4 {
    margin-bottom: 10px;
}

.schedule-info h4 a {
    font-size: 22px;
    color: #2b2b29
}

.schedule-info h4 a:hover {
    color: #2b2b29
}

.schedule-bottom {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--border-info-color)
}

.schedule-img {
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}

.schedule-area3 .schedule-content-wrap {
    flex-direction: column;
    gap: 15px;
}

.schedule-content-wrap {
    width: 100%;
    height: 100%; 
    gap: 20px;
    flex: 1;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    /* box-shadow: var(--box-shadow); */
    -webkit-border-radius: 15px;
}

.schedule-img img {
    width: 100%;
}

.schedule-item:hover .schedule-img img 
{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all .3s ease-out 0s; 
}

.schedule-bottom {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}


.btn-c1 {
    display: flex;
    gap: 5px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(140deg, #6c207c 0%, #E32682 100%);
    padding: 10px 24px;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: none; 
    z-index: 1;
    -webkit-transition: all .5s;
}

.btn-c1 img {
    transform: rotate(225deg);
}


.btn-c1:hover {
    color: #fff !important;
    background: #79207c;
}

.btn-c1:hover img {
    transform: rotate(270deg);
}

#home-join-us {
    padding: 80px 0;
}


