@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


img {
    width: 100%;
}

.logo {
    max-width: 200px;
}

section {
    position: relative;
    overflow: hidden;
}


.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    padding-right: 30px;
    padding-left: 30px;
}

#navbar .container-fluid {
    width: calc(100% - 10%);
}

#navbar .active {
    color: #FFC500 !important;
}

#navbar.scrolled {
    background: #000;
}

.navbar-dark .navbar-toggler {
    border-color: #f8f9fa;
}

i.fas {
    font-size: 30px;
    color: #fff;
}

#events .container-fluid {
    padding-right: var(--bs-gutter-x, 8rem);
    padding-left: var(--bs-gutter-x, 8rem);
}

.page-title .container-fluid,
footer .container-fluid {
    width: calc(100% - 10%);
}

.page-title {
    background: #212121;
}

.page-title h1 {
    font-family: 'Montserrat', sans-serif;
    color: #ffc107;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    padding: 15px 0;
    text-align: right;
    display: block;
    text-transform: uppercase;
    margin: 0;
}

.nav-item {
    flex: 0 1 100%;
    min-width: 0.1px;
    text-align: right;
}

body {
    background: #181717;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
}

h1.title {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 72px;
    line-height: 1.2;
    font-weight: 700;
}

h2.sub-title {
    color: #fff;
    font-size: 22px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 100;
    line-height: 1.8;
}

h2 .highlight {
    padding-right: 5px;
    padding-left: 5px;
}

.highlight {
    color: black;
    background-color: #FFC500;
}

.w-85 {
    width: 85% !important;
}

#ticket {
    padding: 100px 0;
}

#ticket .container {
    max-width: 1200px;
}

#ticket .ebtn:hover {
    cursor: pointer;
}

#ticket .nft-tickets {
    padding: 25px;
    background: #1e222b;
    border-radius: 10px;
}

#ticket button.ebtn {
    width: fit-content;
    margin: 0 auto 100px auto;
    display: none;
}

#ticket .description {
    color: #FFC501;
    text-transform: uppercase;
}

#ticket .card-description {
    font-weight: 300;
}

#ticket .etitle {
    color: #FFC501;
}

#ticket .price-info {
    font-weight: 300;
}

#ticket .price-info span {
    font-weight: 300;
    color: #FFC501;
}

#ticket h3 {
    border-bottom: 1px solid #2a2a2a;
    padding-top: 10px;
    padding-bottom: 15px;
}

.modal .fa-times-circle {
    color: #00bcd4;
    font-size: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.modal .fa-times-circle:hover {
    color: #FFC501;
    cursor: pointer;
}

#sponsors {
    padding: 100px 0;
}

#sponsors .img-container {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto 15px auto;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #000 !important;
    border: 1px solid #3b3b3b;
}

#ticket {
    padding: 100px 0;
}

#ticket .ebtn:hover {
    cursor: pointer;
}

#ticket .nft-tickets {
    padding: 25px;
    background: #1e222b;
    border-radius: 10px;
}

#ticket button.ebtn {
    width: fit-content;
    margin: 0 auto 100px auto;
    /*display: block;*/
    display: none;
}

#ticket .description {
    color: #FFC501;
    text-transform: uppercase;
}

#ticket .card-description {
    font-weight: 300;
}

#ticket .etitle {
    color: #FFC501;
}

#ticket .price-info {
    font-weight: 300;
}

#ticket .price-info span {
    font-weight: 300;
    color: #FFC501;
}

#ticket h3 {
    border-bottom: 1px solid #2a2a2a;
    padding-top: 10px;
    padding-bottom: 15px;
}

.modal .fa-times-circle {
    color: #00bcd4;
    font-size: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.modal .fa-times-circle:hover {
    color: #FFC501;
    cursor: pointer;
}

@media only screen and (max-width: 992px) {
    button.navbar-toggler.position-absolute.end-0 {
        margin-top: 10px;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 3rem;
    }

    #navbarSupportedContent {
        height: 100vh;
    }

    ul.navbar-nav.navbar-nav.w-75.mx-auto {
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: fit-content;
    }

    .colored {
        background: #000;
    }

    .show-icon {
        display: none;
    }

    li.nav-item {
        padding: 15px 0px;
    }

    .navbar-nav .nav-link {
        font-size: 25px;
    }

    #events .container-fluid,
    #vid .container-fluid,
    footer .container-fluid {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }

    h1.title {
        font-size: 46px;
    }

    h2.sub-title {
        font-size: 18px;
    }

    .w-85 {
        margin: 0 auto;
    }

    #sponsors .img-container {
        width: 120px;
        height: 120px;
    }
}

@media only screen and (max-width: 576px) {

    #events .container-fluid,
    #vid .container-fluid,
    footer .container-fluid {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }

    h1.title {
        font-size: 32px;
    }

    h2.sub-title {
        font-size: 16px;
    }

    #sponsors .img-container {
        width: 90px;
        height: 90px;
    }
}

/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    h1.title {
        font-size: 52px;
    }

    h2.sub-title {
        font-size: 20px;
    }
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    h1.title {
        font-size: 52px;
    }

    h2.sub-title {
        font-size: 20px;
    }
}


/* LANDING PAGE  */
#landing .half-p {
    height: 100vh;
    padding: 0;
}

#landing .half-p div {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#landing .half-text {
    display: flex;
}

.daytime-programming {
    color: #607d8b;
    letter-spacing: 2px;
}

@media (max-width:767px) {
    #landing .half-p {
        height: 50vh;
    }

    #landing .half-text {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .create-events {
        flex-direction: column-reverse;
    }
    .posts-holder .news__item:hover .news__img img {
        top: 0px !important;
    }
    
}

@media (max-width:992px) {
    #landing .banner-text {
        margin-left: 0px !important;
    }
}

@media (max-width:1583px) {
    .br-highlight {
        display: none !important;
    }
}

#landing .vip-event {
    background-color: black;
    padding: 20px;
}

#landing .fw-bolder {
    text-transform: uppercase;
}

#landing .banner-date {
    text-transform: uppercase;
    font-weight: 600;
}


#events {
    background-color: #000;
    padding: 100px 0;
}

#title h1 {
    font-family: 'Montserrat', sans-serif;
    color: #ffc107;
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
    padding: 15px 0;
    text-align: right;
    display: block;
    text-transform: uppercase;
    margin: 0;
}

#title {
    background: #212121;
}

#title .container-fluid {
    width: calc(100% - 10%);
}

/* EVENT, VENUE PAGE */
.half-p-event {
    height: 705px;
    padding: 0;
}

.half-p-event div {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.half-text {
    -webkit-align-items: center;
    display: flex;
}

@media (max-width:767px) {
    .half-p-event {
        height: 50vh;
    }

    .half-text {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .create-events {
        flex-direction: column-reverse;
    }
}

/* AGENDA PAGE  */
#agenda {
    padding: 100px 0px;
}

#agenda .agenda-card {
    padding: 40px 25px;
    margin-bottom: 20px;
    background: #1e222b;
    border-radius: 10px;
    min-height: 550px;
}

#agenda h3,
.program {
    color: #FFC500;
}

/* SPEAKERS PAGE  */
#speakers {
    padding: 100px 0px;
}

#speakers .our-team {
    text-align: inherit;
    overflow: hidden;
    position: relative;
    height: 25vh;
    width: 25vh;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 100%;
    display: block;
    margin: 0 auto 10px auto;
}

#speakers .title {
    font-size: 17px;
    margin: 0 0 15px 0;
    text-align: center;
    color: #616161;
}

@media only screen and (max-width: 576px) {
    #speakers .our-team {
        height: 20vh;
        width: 20vh;
    }
}

/* CONTACT PAGE  */
#contacts .half-p-contact {
    height: 870px;
    padding: 0;
}

#contacts .half-p-contact div {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-us {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
}

#contacts .form-control,
.form-select {
    width: 100%;
    padding: 12px 0px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid rgb(151 155 164);
    background: transparent;
    color: white !important;
}

#contacts .form-control:focus,
.form-select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border-bottom: 2px dashed #FFC500;
}

#contacts button.btn.btn-primary.m-auto {
    padding: 12px 30px;
    border: 2px solid rgb(151 155 164);
    background: transparent;
    color: white !important;
    font-size: 1rem;
    font-weight: 400;
}

#contacts button.btn.btn-primary.m-auto:hover {
    border: 2px dashed #FFC500;
}

@media (max-width:767px) {
    .half-p-contact {
        height: 50vh !important;
    }

    #contacts .w-85.mx-auto {
        margin-top: auto !important;
    }
}

#contacts select option {
    background: #fff;
    color: #181818;
}


.wrapper {
    padding-top: 82px;
}

footer {
    font-family: 'Quicksand', sans-serif;
    font-weight: 100;
    background: #000;
    color: #F5F5EB;
    width: 100%;
    float: left;
    font-size: 1em;
    padding: 40px 0;
    border-top: 1px solid #181717;
    line-height: 1.6;
}

footer h2 {
    display: contents;
    font-size: 20px;
    padding-right: 10px;
    color: #FFC500;
    letter-spacing: 5px;
}

footer a {
    color: #FFC500;
    text-decoration: none;
}

footer a:hover {
    color: #FFC500;
    text-decoration: underline;
    cursor: pointer;
}

@media only screen and (max-width: 576px) {
    .second-part {
        height: 60vh !important;
        font-size: 30px !important;
        text-align: left !important;
        padding: 190px 60px !important;
        line-height: 35px !important;
    }

    .second-part-text {
        font-size: 23px;
    }

    #communities {
        line-height: 32px !important;
    }

    #azuremediaplayerView700s {
        height: 50vh !important;
    }

    #azuremediaplayerView700 video {
        height: 50vh !important;
    }

    .mt-5 {
        margin-top: 2rem !important;
    }

    #ourevents .event-content {
        font-size: 29px !important;
        text-align: left !important;
        padding: 80px 35px !important;
        line-height: 25px !important;
    }

    #ourevents {
        padding: 0px;
    }

    #ourevents .other-content {
        padding: 20px 50px;
        font-size: 16px;
        font-weight: 250;
        text-align: left;
    }
}

@media only screen and (max-width: 1590px) {
    .second-part {
        font-size: 50px;
        padding: 145px 80px;
        line-height: 65px;
    }
}

@media only screen and (max-width: 1279px) {
    #ourevents .event-content {
        font-size: 60px;
        text-align: left;
        padding: 100px 43px;
        line-height: 55px;
    }

    #ourevents .other-content {
        padding: 50px;
    }
}

@media only screen and (max-width: 767px) {
    #nft-vip-logo {
        text-align: center;
    }

    #nft-vip-gap {
        gap: 20px;
    }
}

@media only screen and (max-width: 831px) and (min-width: 698px) {
    #ourevents .event-content {
        font-size: 45px !important;
        line-height: 53px !important;
    }
}


/* Front Page Video  */
#vid {
    padding: 80px 0;
}

#vid .container-fluid {
    padding-right: var(--bs-gutter-x, 8rem);
    padding-left: var(--bs-gutter-x, 8rem);
}

#vid #azuremediaplayerView700 video {
    height: auto;
}

#vid .azuremediaplayer .vjs-tech {
    /* object-fit: cover;
    width: 100vw; */
    height: 80vh !important;
    top: 0;
    left: 0;
}

#vid .amp-default-skin .vjs-loading-spinner {
    background: none;
}

#vid .amp-default-skin .vjs-loading-spinner:before {
    background: none !important;
    content: "";
}

#vid .amp-default-skin .vjs-loading-spinner:after {
    background: none !important;
    content: "";
}

@media (max-width: 767px) {

    /* #vid {
        height: 50vh;    
    } */
    #vid #azuremediaplayerView700 video {
        height: 40vh !important;
    }

    #vid .azuremediaplayer .vjs-tech {
        object-fit: fill;
    }

    #vid div#azuremediaplayerView700 {
        height: 170px !important;
    }

    #vid .half-text:nth-child(2) {
        display: unset;
    }
}

/* Front Page Video  */



/* BANNER */
#banner {
    padding: 100px 0;
    position: relative;
}

#banner .boxContent {
    width: calc(100% - 10%);
    height: fit-content;
    margin: auto;
}

#banner .sub-title {
    font-weight: 600;
    line-height: 1.4;
}

#banner .sub-title,
#nftweb3 .sub-title {
    font-family: 'Montserrat', sans-serif;
}

#nftvipBannerVideo {
    background: #181818 !important;
    border-radius: 40px !important;

}

#banner .amp-quality-control.vjs-menu-button.vjs-menu-button-popup.vjs-control.vjs-button.outline-enabled-control.quality-4 {
    visibility: hidden;
    opacity: 0;
}

#banner .vjs-loading-spinner {
    display: none !important;
}

#banner .vjs-control-bar {
    visibility: hidden !important;
    opacity: 0 !important;
}

#banner .azuremediaplayer .vjs-tech {
    width: 100%;
}

#banner .vjs-big-play-button {
    display: none;
}

#nftweb3 {
    padding: 150px 0;
    background: #000;
}

@media (max-width: 992px) {
    #banner .boxContent {
        width: 100%;
    }

    #banner .sub-title {
        margin-top: 20px;
    }

    #nftweb3 .w-85 {
        margin: unset;
    }
}





/* NFTVIP SECTION 3 Shaping Industries START  */
/*#shaping-industries .bg-style {
    background-image: url(https://image.admin.solutions/section-3-bg3/0694191c-93ac-4c09-afc0-7118412b845e/efeef0a1-249a-48d8-b37a-223ed5bdb65d/0c1b79b9-01d8-4577-ae49-c2b5a6ee74a7);
    margin-bottom: 100px;
    background-position: center;
    background-size: cover;
    height: auto;
    width: 100%;
}

#shaping-industries .bg-style .image1 img {
    width: 100% !important;
    height: 100%;
    max-height: 400px;
    max-width: 870px;

}

#shaping-industries .bg-style .image2 img {
    width: 100% !important;
    height: 100%;
    max-height: 400px;
    max-width: 870px;
}
*/
/* NFTVIP SECTION 3 Shaping Industries END  */


/* NFTVIP SECTION ACCORDION START */
#accordion-section {
    background: #000;
}

.accordion-group li:nth-child(1) {
    background-position: 15%;
}

.accordion-group li:nth-child(6).out .accordion-overlay {
    background-color: rgba(00, 0, 0, 0.7);
    opacity: 0;
}

.accordion-group li:nth-child(5) .accordion-overlay {
    background-color: rgba(00, 0, 0, 0.7);
    opacity: 0.8;
}

.accordion-group li:nth-child(5).out .accordion-overlay {
    background-color: rgba(00, 0, 0, 0.7);
    opacity: 0;
}

.accordion-group li:nth-child(4) .accordion-overlay {
    background-color: rgba(00, 0, 0, 0.7);
    opacity: 0.8;
}

.accordion-group li:nth-child(4).out .accordion-overlay {
    background-color: rgba(00, 0, 0, 0.7);
    opacity: 0;
}

.accordion-group li:nth-child(3) .accordion-overlay {
    background-color: rgba(00, 0, 0, 0.7);
    opacity: 0.8;
}

.accordion-group li:nth-child(3).out .accordion-overlay {
    background-color: rgba(00, 0, 0, 0.7);
    opacity: 0;
}

.accordion-group li:nth-child(2) .accordion-overlay {
    background-color: rgba(00, 0, 0, 0.7);
    opacity: 0.8;
}

.accordion-group li:nth-child(2).out .accordion-overlay {
    background-color: rgba(00, 0, 0, 0.7);
    opacity: 0;
}

.accordion-group li:nth-child(1) .accordion-overlay {
    background-color: rgba(00, 0, 0, 0.7);
    opacity: 0.8;
}

.accordion-group li:nth-child(1).out .accordion-overlay {
    background-color: rgba(00, 0, 0, 0.7);
    opacity: 0;
}


#accordion-section .sub-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;

}

.accordion-group {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 700px;
    display: flex;
    align-items: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.accordion-group li {
    cursor: pointer;
    position: relative;
    display: flex;
    overflow: hidden;
    margin: 0;
    list-style: none;
    width: 16.66666667%;
    height: inherit;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    display: flex;
    align-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}

.accordion-group li h1 {
    width: calc(100% - 30%);
    height: fit-content;
    margin: auto;
    line-height: 1.2;
}

.accordion-group li .accordion-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.accordion-group li section {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
}

.accordion-group li section.big-section {
    width: 100%;
}

.accordion-group li section article {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    right: -200%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.accordion-group li section article p {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 1.6rem;
    color: #333;
    font-size: 1.6rem;
    letter-spacing: 0.15rem;
}

.accordion-group li section article p:before,
.accordion-group li section article p:after {
    content: "";
    display: block;
    height: 1px;
}

.accordion-group li.out {
    width: 150%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around
}

.accordion-group li.out section article {
    right: 0;
}

@media (max-width: 1199px) {
    .news__img {
        height: 215px !important;
    }
    .news__img img{
        height: 100% !important;
    }
}


@media (max-width: 991px) {
    .news__img {
        height: 156px !important;
   
    }

    #accordion-section .px-5 {
        padding: 0px !important;
    }



    .accordion-group li h3 {
        inline-size: 10px;
    }
}

@media (max-width: 767px) {
    .accordion-group {
        height: 360px;
    }

    .accordion-group li h3 {
        font-size: 20px;
    }

    .news__img img{
        height: 155px !important;
    }

}

@media (max-width: 575px) {
    #accordion-section .active-image {
        object-position: 25% !important;

    }

    .accordion-group li h3 {
        font-size: 10px;
    }
}

@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
    #accordion-section .sub-title {
        font-size: 18px;
    }

    #nftweb3 {
        padding: 100px 0;
    }

    .accordion-group li.out {
        width: 150%;
    }

    .accordion-group li h1 {
        font-size: 26px;
        line-height: 1.4;
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* NFTVIP SECTION ACCORDION END */


/* EVENT POST */
#event .container {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#filter {
    display: flex;
    list-style: none;
    padding: 15px 0 30px;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 40px 0;
}

#filter li {
    margin-right: 10px;
}

#filter li span {
    padding: 10px 25px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    font-size: 16px;
}

#filter li span:hover,
#filter li span.active,
.news_content {
    background-color: #ffc107;
    color: #000;
}

.news__img {
    max-height: 250px;
    overflow: hidden;
    border: 1px solid #212121;
}

.news__img img {
    object-fit: cover;
    position: relative;
    top: 0;
    height: 250px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.news__img img.sublogo {
    object-fit: contain;
}

.posts-holder .news__item {
    display: block;
    text-decoration: none;
    position: relative;
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.posts-holder .post {
    display: none;
}

.news_content {
    padding: 10px 15px;
    position: absolute;
    bottom: -120px;
    width: 100%;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    line-height: normal;
}

.news_content .news__txt {
    margin-bottom: 0;
}

.news-date {
    font-weight: 700;
    font-size: 0.9rem;
}

.news__title {
    font-size: 1.2rem;
    margin-top: 5px;
}

.posts-holder .news__item:hover .news_content {
    bottom: 0;
}

.posts-holder .news__item:hover .news__img img {
    top: -50px;
}

@media only screen and (max-width: 991px) {
    .posts-holder .news__item {
        max-height: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .posts-holder .post {
        padding-bottom: 15px;
    }

    .posts-holder .news__item {
        max-height: 100%;
    }

    .news_content {
        bottom: 0;
        position: relative;
    }
}

/* END EVENT POST */



@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min--moz-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3/1),
only screen and (min-device-pixel-ratio: 3) {
    .news__img {
        max-height: 150px;
    }

    .news__title {
        font-size: 16px;
    }
}



/* START EVENT  */
#events svg {
    width: 20px;
    color: black;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

#events .event-wrap {
    width: 100%;
    padding: 50px 0px;
}


#events .event-wrap .title-event {
    text-align: center;
    color: black;
    font-size: 20px;
    font-weight: 800;
}

#events .event-wrap .date {
    text-align: center;
    color: orange;
}

#events .event-wrap .event-discription {
    text-align: center;
    color: black;
}

#events .event-wrap .event-discription p {
    width: 80%;
    margin: auto;
}

#events .event-wrap .sponsor-image {
    text-align: center;
    height: 250px;
}

#events .event-wrap .sponsor-image img {
    max-width: 250px;
    width: 100%;
    height: 100%;
    object-fit: fill;
}


#events .modal-fullscreen .modal-body {
    overflow-x: hidden;
}


#viewcontents {
    padding: 100px 0px;
    background: #fff;
}

#viewcontents .sponsor-image {
    text-align: center;
    border: solid 2px #ccc;
    max-width: 80%;
    margin: 55px auto;
    padding: 65px;
}


@media only screen and (max-width: 767px) {
    #viewcontents .sponsor-image {
        max-width: 100% !important;
        margin: 55px auto;
        padding: 0px 25px !important;
    }
}

#viewcontents .sponsor-image img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

#viewcontents h1 {
    color: #212121;
    font-family: 'Montserrat', sans-serif;
}

#viewcontents #eventStartDate {
    margin-bottom: 40px;
    color: #616161;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: overline;
}

#viewcontents .event-description {
    line-height: 2;
    color: #212121;
}


/* END EVENT  */



/* REGISTER TICKET */
.get-wallet-form {
    padding: 100px 0px;
    background: url(https://image.admin.solutions/wallet-registration-background/a72108b8-65c0-489e-8205-f24c519b5b3e/af0fe57b-3966-44b5-b0ba-9a75ed7b55dd/24fb0b38-97f6-4c8a-b62e-fafb7401d714) no-repeat;
    background-size: cover;
    background-position: center;
    font-family: 'Quicksand', sans-serif;
}
.get-wallet-form .highlight {
    width: fit-content;
    margin: auto;
    padding: 5px 15px;
}
.get-wallet-form .sectionTitle .title h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.get-wallet-form .sectionTitle .title p {
    color: #fff;
}

.get-wallet-form input.form-control,
.get-wallet-form textarea.form-control {
    padding: 8px;
    border: none;
    border-radius: 0px;
    border-bottom: 0;
    color: #000;
    font-weight: 300;
    font-size: 16px;
}

.get-wallet-form button.btn.btn-light {
    background: transparent;
    color: #a9a9a9;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.get-wallet-form .btn-light {
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f9fafb;
    --bs-btn-hover-border-color: #f9fafb;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f9fafb;
    --bs-btn-active-border-color: #f9fafb;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.get-wallet-form button.btn.btn-light:hover {
    background: #212121;
    color: #fff;
}
.get-wallet-form .sectionTitle .title{
    text-align: center;
    padding: 44px;
}


/* REGISTER TICKET END*/