/* Hero */
.black-hat-page .hero{ background: var(--black) url("../../img/events/black-hat/hero.webp"); background-repeat: no-repeat; background-position: center center; background-size: auto 100%; max-height: 900px; overflow: hidden; min-height: 820px; padding-top: 130px; }
.black-hat-page .hero .content{ position: relative; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.black-hat-page .hero strong{ font-weight: 600; }

.black-hat-page .hero .content.logos-clients{ position: absolute; height: 60px; bottom: 80px; }
.black-hat-page .hero .content.logos-clients:before{ display: none; }

.black-hat-page .hero .text{ color: var(--white); z-index: 10; position: relative; max-width: 730px; top: -30px; }
.black-hat-page .hero .text .header-logos{ display: flex; gap: 0 30px; align-items: center; }
.black-hat-page .hero .text .header-logos figure{ width: 170px; margin-bottom: 20px; position: relative; }
.black-hat-page .hero .text .header-logos figure img{ width: 100%; }
.black-hat-page .hero .text h1{ font-size: 52px; font-weight: 600; line-height: 1.1; letter-spacing: -1px; margin-bottom: 15px; position: relative; }
.black-hat-page .hero .text h1 span{ display: block; }
.black-hat-page .hero .text .description{ max-width: 600px; }
.black-hat-page .hero .text .description p{ font-size: 15px; line-height: 1.7; margin-bottom: 20px; font-weight: 300; }
.black-hat-page .hero .text .description strong{ font-weight: bold; }
.black-hat-page .hero .text .description a{ color: var(--white); text-decoration: none; font-weight: 600; }
.black-hat-page .hero .text .description a:hover{ text-decoration: underline; }
.black-hat-page .hero .text .button{ margin-top: 20px; }
.black-hat-page .hero .info-list{ display: flex; margin-top: 50px; gap: 25px; }
.black-hat-page .hero .info-list li{ }
.black-hat-page .hero .info-list li .label{ font-size: 18px; font-family: var(--hanken); margin-bottom: 10px; position: relative; white-space: nowrap; }
.black-hat-page .hero .info-list li .label:before{ content: ""; display: block; width: 1px; height: 25px; background: #3B3B3B; position: absolute; right: -10px; top: 3px; }
.black-hat-page .hero .info-list li:last-child .label:before{ display: none; }
.black-hat-page .hero .info-list li .desc{ color: #808080; font-size: 12px; line-height: 1.4; }
.black-hat-page .hero .info-list li .desc span{ display: block; }

/*Meet Us*/
.black-hat-page .meet-us-event{ color: var(--white); margin-top: -40px; border-radius: 40px; padding: 120px 0 80px; overflow: hidden; position: relative; z-index: 1000; background: radial-gradient(27.15% 54% at 0% 0%, #1E5EFF 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #000000, #000000); }

.black-hat-page .meet-us-event .event-content{ display: flex; justify-content: space-between; position: relative; z-index: 50; }
.black-hat-page .meet-us-event .event-content .left{ width: 450px; line-height: 1.6; font-size: 16px; font-weight: 400; }
.black-hat-page .meet-us-event .event-content .left h2{ margin-bottom: 20px; font-weight: 500; letter-spacing: -1px; line-height: 1.1; }
.black-hat-page .meet-us-event .event-content .left p{ margin-bottom: 20px; }
.black-hat-page .meet-us-event .event-content .left .button{ margin-top: 0; }
.black-hat-page .meet-us-event .event-content .left .pills{ display: flex; margin: 40px 0; flex-wrap: wrap; }
.black-hat-page .meet-us-event .event-content .left .pills li{ border-radius: 20px; padding: 2px 15px; font-size: 15px; border: 1px solid var(--white); margin: 0 10px 10px 0; white-space: nowrap; }
.black-hat-page .meet-us-event .event-content .left .pills li.date{ border-color: var(--white); }
.black-hat-page .meet-us-event .event-content .left .pills li.location{ border-color: var(--white); }
.black-hat-page .meet-us-event .event-content .left .pills li.booth{ border-color: var(--white); }

.black-hat-page .meet-us-event .event-content .right{ width: 570px; margin-top: -40px; }
.black-hat-page .meet-us-event .event-content .right .pictures{ }
.black-hat-page .meet-us-event .event-content .right .pictures li{ height: 500px; }
.black-hat-page .meet-us-event .event-content .right .pictures li.top-column{ display: flex; margin-bottom: 15px; }
.black-hat-page .meet-us-event .event-content .right .pictures li.bottom-column{ display: flex; gap: 15px; }
.black-hat-page .meet-us-event .event-content .right .pictures li figure{ overflow: hidden; border-radius: 30px; line-height: 0; width: 100%; height: 100%; }
.black-hat-page .meet-us-event .event-content .right .pictures li figure img{ width: 100%; height: 100%; object-fit: cover; }

/* Stage */
.black-hat-page .stage{ background: var(--black); color: var(--white); padding: 120px 0; margin-top: -40px; }
.black-hat-page .stage .head{ display: flex; flex-direction: column; align-items: center; justify-content: center; }
.black-hat-page .stage .head .pill{ color: var(--white); text-transform: uppercase; font-size: 12px; }
.black-hat-page .stage .head .title{ margin: 20px 0; }
.black-hat-page .stage .head .info-list{ display: flex; gap: 10px; }
.black-hat-page .stage .head .info-list li{ border: 1px solid var(--white); padding: 7px 10px; font-size: 13px; border-radius: 50px; }

.black-hat-page .stage .main-image{ position: relative; width: 100%; overflow: hidden; border-radius: 30px; padding-top: 45%; margin: 50px auto; max-width: 1024px; }
.black-hat-page .stage .main-image img{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; }

.black-hat-page .stage .svp{ text-align: center; font-size: 15px; max-width: 800px; margin: 0 auto; line-height: 1.5; font-weight: 300; }

.black-hat-page .stage .databricks-info{ display: flex; max-width: 1110px; margin: 70px auto 0; gap: 30px; }
.black-hat-page .stage .databricks-info li{ display: flex; gap: 20px; width: 33.3333%; align-items: flex-start; }
.black-hat-page .stage .databricks-info li figure{ background: #2A2A2B; display: flex; align-items: center; justify-content: center; border-radius: 15px; width: 50px; min-width: 50px; height: 50px; }
.black-hat-page .stage .databricks-info li figure img{ width: 100%; }
.black-hat-page .stage .databricks-info li p{ font-size: 13px; line-height: 1.5; font-weight: 300; color: #8F8E97; }
.black-hat-page .stage .databricks-info li p span{ display: block; color: var(--white); }

.black-hat-page .stage .databricks-info li.stage-one figure img{ width: 20px; }
.black-hat-page .stage .databricks-info li.stage-two figure img{ width: 25px; }
.black-hat-page .stage .databricks-info li.stage-three figure img{ width: 25px; }

/* Speakers */
.black-hat-page .speakers{ background: var(--black); color: var(--white); margin-top: -40px; padding: 140px 0 100px; z-index: 500; border-radius: 0 0 40px 40px; overflow: hidden; position: relative; }
.black-hat-page .speakers .content{ display: flex; align-items: flex-start; justify-content: space-between; }
.black-hat-page .speakers .head{ display: flex; justify-content: space-between; align-items: flex-end; }
.black-hat-page .speakers .head .left{ max-width: 500px; }
.black-hat-page .speakers .head .left .pre{ text-transform: uppercase; margin-bottom: 10px; display: inline-block; font-size: 13px; font-weight: 500; color: var(--white); }
.black-hat-page .speakers .head .left h2{ font-size: 48px; letter-spacing: -1px; font-weight: 500; margin-bottom: 30px; }
.black-hat-page .speakers .head .left .description{ font-size: 14px; line-height: 1.4; }

.black-hat-page .speakers .speakers-list{ display: flex; justify-content: space-between; align-items: center; max-width: 700px; gap: 60px; padding-right: 100px; padding-top: 30px; }
.black-hat-page .speakers .speakers-list li{ display: flex; width: 50%; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
.black-hat-page .speakers .speakers-list li figure{ width: 125px; min-width: 125px; height: 125px; overflow: hidden; border-radius: 15px; margin-bottom: 15px; }
.black-hat-page .speakers .speakers-list li figure img{ width: 100%; height: 100%; object-fit: cover; }
.black-hat-page .speakers .speakers-list li .text{ padding-left: 0; }
.black-hat-page .speakers .speakers-list li .text .name{ font-weight: 700; margin-bottom: 5px; font-size: 15px; }
.black-hat-page .speakers .speakers-list li .text .role{ margin-bottom: 20px; font-size: 12px; line-height: 1.3; white-space: nowrap; }
.black-hat-page .speakers .speakers-list li .text .description{ line-height: 1.4; margin-bottom: 20px; font-size: 12px; }
.black-hat-page .speakers .speakers-list li .text a{ color: var(--white); font-size: 20px; text-decoration: none; transition: var(--transition); }
.black-hat-page .speakers .speakers-list li .text a:hover{ color: #DA301B; }

/* Studios Collection */
.black-hat-page .studios-collection{ border-radius: 40px 40px 0 0; margin-top: -40px; position: relative; z-index: 10; padding-top: 150px; }

/* Inspire */
.black-hat-page .blog-inspire{ margin-top: -40px; position: relative; z-index: 10; padding-top: 100px; }

/* Know About Us Component */
.black-hat-page .know-about-us-component{ padding: 140px 0; border-radius: 0; }

/* Success Stories Component */
.black-hat-page .success-stories-component{ z-index: 1000; }

/* Session */
.black-hat-page .session{ background: var(--black); color: var(--white); padding: 140px 0 160px; margin-top: -40px; }
.black-hat-page .session .head{ text-align: center; align-items: center; }
.black-hat-page .session .head .subtitle{ color: var(--white); font-size: 22px; margin-bottom: 20px; }
.black-hat-page .session .head .title{ font-size: 38px; letter-spacing: -1px; margin-bottom: 60px; font-weight: 300; }
.black-hat-page .session .head .title span{ display: block; }
.black-hat-page .session .head .title strong{ font-weight: 600; }
.black-hat-page .session .session-content{ display: flex; justify-content: space-between; max-width: 1024px; align-items: center; margin: 0 auto; }
.black-hat-page .session .session-content .left{ border-radius: 20px; overflow: hidden; width: 400px; height: 500px; font-size: 16px; line-height: 0; }
.black-hat-page .session .session-content .left img{ width: 100%; height: 100%; object-fit: cover; }
.black-hat-page .session .session-content .right{ max-width: 550px; line-height: 1.5; font-size: 16px; }
.black-hat-page .session .session-content .right p{ margin-bottom: 15px; }
.black-hat-page .session .session-content .right .modules{ margin: 40px 0; list-style-type: disc; padding-left: 20px; }
.black-hat-page .session .session-content .right .modules li{ margin-bottom: 10px; }
.black-hat-page .session .session-content .right .modules li strong{ font-weight: 600; font-size: 18px; }
.black-hat-page .session .session-content .right .items{ display: flex; gap: 15px; flex-wrap: wrap; margin-bottom: 30px; }
.black-hat-page .session .session-content .right .items li{ color: var(--black); background: var(--white); text-transform: uppercase; padding: 5px 15px; border-radius: 50px; font-size: 15px; font-weight: 500; }

/* Video */
.black-hat-page .video-wrap{ background: radial-gradient(56.18% 41.32% at 51.8% -5.94%, #1E5EFF 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, #000000, #000000); color: var(--white); position: relative; z-index: 10; border-radius: 0; padding: 110px 0; margin-top: -40px; }
.black-hat-page .video-wrap .content{ }
.black-hat-page .video-wrap .content .centered-content{ max-width: 1160px; margin: 0 auto; }
.black-hat-page .video-wrap .head{ text-align: center; align-items: center; }
.black-hat-page .video-wrap .head .description{ color: var(--white); text-transform: uppercase; font-size: 14px; margin-bottom: 15px; }
.black-hat-page .video-wrap .head .title{ font-size: 38px; letter-spacing: -1px; margin-bottom: 30px; }
.black-hat-page .video-wrap .head .title span{ display: block; }
.black-hat-page .video-wrap .video{ background: var(--black); position: relative; height: 617px; line-height: 0; overflow: hidden; border-radius: 20px; }
.black-hat-page .video-wrap .video video{ width: 100%; height: 100%; position: absolute; top: 0; left: 0; }


@media screen and (max-width: 1280px){

    /* Hero */
    .black-hat-page .hero .text{ padding-right: 40px; }
    .black-hat-page .hero .text h1{ font-size: 44px; letter-spacing: -1px; margin-bottom: 40px; }
    .black-hat-page .hero .text .description p{ font-size: 14px; }

    /*Meet us*/
    .black-hat-page .meet-us-event .head .vive-logo{ width: 150px; }
    .black-hat-page .meet-us-event .head .vive-logo .label{ font-size: 18px; }
    .black-hat-page .meet-us-event .head .description{ font-size: 15px; }
    .black-hat-page .meet-us-event .event-content .left{ font-size: 14px; }
    .black-hat-page .meet-us-event .event-content .right{ padding-left: 40px; }

    /* Speakers */
    .black-hat-page .speakers .head .right{ font-size: 14px; }

    /* Session */
    .black-hat-page .session .head .title{ font-size: 36px; }
    .black-hat-page .session .session-content{ max-width: 960px; }
    .black-hat-page .session .session-content .left{ width: 350px; height: 400px; }
    .black-hat-page .session .session-content .right{ font-size: 15px; }
    .black-hat-page .session .session-content .right .items li{ font-size: 14px; }

    /* Video */
    .black-hat-page .video-wrap .head .title{ font-size: 32px; }
    .black-hat-page .video-wrap .video{ height: auto; padding-top: 56.25%; }


}

@media screen and (max-width: 1024px){

    /* Hero */
    .black-hat-page .hero{ min-height: 770px; max-height: 2000px; height: auto; }
    .black-hat-page .hero .text .header-logos{ flex-direction: column; justify-content: flex-start; align-items: flex-start; margin-bottom: 20px; }
    .black-hat-page .hero .text .header-logos figure{ margin-bottom: 10px; }
    .black-hat-page .hero .text .header-logos figure.databricks-logo:before{ display: none; }
    .black-hat-page .hero .text{ max-width: 100%; padding-right: 0; }
    .black-hat-page .hero .text h1{ font-size: 36px; line-height: 1.1; margin-bottom: 20px; }
    .black-hat-page .hero .text .description p{ font-size: 13px; }
    .black-hat-page .hero .content:before{ left: auto; margin-left: 0; right: 0; margin-right: -350px; opacity: .6; }
    .black-hat-page .hero .info-list{ flex-direction: column; margin-bottom: 50px; }
    .black-hat-page .hero .info-list li .label{ margin-bottom: 0; font-size: 20px; }
    .black-hat-page .hero .info-list li .desc span{ display: inline; }

    /* Meet us */
    .black-hat-page .meet-us-event .head{ flex-direction: column; justify-content: flex-start; align-items: flex-start; margin-bottom: 0; }
    .black-hat-page .meet-us-event .head figure{ margin-bottom: 10px; }
    .black-hat-page .meet-us-event .head figure.databricks-logo:before{ display: none; }
    .black-hat-page .meet-us-event .head figure.summit-logo{ top: 0; }
    .black-hat-page .meet-us-event .event-content .left h2{ font-size: 32px; }

    /* Speakers */
    .black-hat-page .speakers{ padding: 50px 0 20px; }
    .black-hat-page .speakers:before{ background-size: 450px 663px; width: 450px; height: 663px; top: -220px; margin-left: -370px; }
    .black-hat-page .speakers .content{ flex-direction: column; }
    .black-hat-page .speakers .head{ flex-direction: column; justify-content: flex-start; align-items: flex-start; margin-bottom: 50px; }
    .black-hat-page .speakers .head .left{ max-width: 100%; }
    .black-hat-page .speakers .head .left h2{ font-size: 28px; margin-bottom: 15px; }
    .black-hat-page .speakers .head .left .pre{ font-size: 13px; }
    .black-hat-page .speakers .head .left .description{ font-size: 13px; }
    .black-hat-page .speakers .head .right{ font-size: 13px; margin-top: 40px; max-width: 100%; }
    .black-hat-page .speakers .speakers-list{ margin: 20px auto 0; padding-right: 0; }
    .black-hat-page .speakers .speakers-list li{ width: 50%; margin-bottom: 50px; }
    .black-hat-page .speakers .speakers-list li figure{ width: 150px; min-width: 150px; height: 150px; }
    .black-hat-page .speakers .speakers-list li .text a{ font-size: 20px; }

    /* Studios Collection */
    .black-hat-page .studios-collection{ padding-top: 80px; }

    /* Know About Us Component */
    .black-hat-page .know-about-us-component{ padding: 120px 0 70px; }

    /* Session */
    .black-hat-page .session{ padding: 110px 0; }
    .black-hat-page .session .head .subtitle{ font-size: 19px; }
    .black-hat-page .session .head .title{ font-size: 32px; }
    .black-hat-page .session .head .title span{ display: inline; }
    .black-hat-page .session .session-content{ flex-direction: column; max-width: 650px; }
    .black-hat-page .session .session-content .left{ width: 100%; height: auto; padding-top: 130%; margin-bottom: 40px; position: relative; }
    .black-hat-page .session .session-content .left img{ position: absolute; top: 0; left: 0; }
    .black-hat-page .session .session-content .right{ font-size: 15px; max-width: 100%; }
    .black-hat-page .session .session-content .right .modules li strong{ font-size: 16px; }

    /* Stage */
    .black-hat-page .stage .head .title{ font-size: 32px; text-align: center; }
    .black-hat-page .stage .svp{ font-size: 14px; }
    .black-hat-page .stage .main-image{ border-radius: 15px; }
    .black-hat-page .stage .head .info-list{ flex-wrap: wrap; align-items: center; justify-content: center; }
    .black-hat-page .stage .head .info-list li{ font-size: 12px; }
    .black-hat-page .stage .databricks-info{ flex-direction: column; }
    .black-hat-page .stage .databricks-info li{ width: 100%; }
    .black-hat-page .stage .databricks-info li.stage-one figure{ min-width: 45px; }

    /* Video */
    .black-hat-page .video-wrap{ padding: 20px 0 50px; }
    .black-hat-page .video-wrap .content{ padding: 110px 40px 50px; }
    .black-hat-page .video-wrap .head .title{ font-size: 28px; }
    .black-hat-page .video-wrap .head .title span{ display: inline; }


}

@media screen and (max-width: 767px){

    /*Meet us*/
    .black-hat-page .meet-us-event{ padding: 70px 0 40px; }
    .black-hat-page .meet-us-event .head{ flex-direction: column; justify-content: flex-start; align-items: flex-start; margin-bottom: 10px; }
    .black-hat-page .meet-us-event .head .vive-logo{ margin-bottom: 20px; }
    .black-hat-page .meet-us-event .head .vive-logo .label{ font-size: 16px; }
    .black-hat-page .meet-us-event .head .description{ width: 100%; }

    .black-hat-page .meet-us-event .event-content{ flex-direction: column; }
    .black-hat-page .meet-us-event .event-content .left{ width: 100%; }

    .black-hat-page .meet-us-event .event-content .right{ padding-left: 0; margin-top: 40px; width: 100%; }
    .black-hat-page .meet-us-event .event-content .right .pictures{ margin-top: 0; }
    .black-hat-page .meet-us-event .event-content .right .pictures li{ height: 320px; }

    /* Speakers */
    .black-hat-page .speakers .speakers-list{ flex-direction: column; padding-top: 0; gap: 10px; }
    .black-hat-page .speakers .speakers-list li{ width: 100%; }

    /* Video */
    .black-hat-page .video-wrap .content{ padding: 80px 40px 50px; }

}

@media screen and (max-width: 520px){

    /* Speakers */
    .black-hat-page .speakers .speakers-list li .text{ padding-left: 15px; }
    .black-hat-page .speakers .speakers-list li .text .name{ font-size: 14px; }
    .black-hat-page .speakers .speakers-list li .text .role{ font-size: 13px; }
    .black-hat-page .speakers .speakers-list li .text .description{ font-size: 12px; }


}
