@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');
html,body{
    font-family: "Roboto", sans-serif;
    background-color: rgb(195, 204, 211);
    overflow-x: hidden;
}
.mainMenuContainer{
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 999999999;
    display: none;
}
.mainFixedButton{
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 999999999999999;
}

.menuBurger,
.menuClose{
    border-radius: 100px;
    border: none;
    outline: none;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 99;
}
.menuBurger{
    position: relative;
}
.mainMenuPC{
    width: 350px;
    padding-top: 67px;
    padding-bottom: 28px;
    background-color: rgb(195, 204, 211);
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    padding-left: 10px;
    padding-right: 10px;
}
.mainMenuPC .decoration.decorHead{
    top: 10px;
}
.mainMenu ul li{
    list-style-type:none;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
}
.mainMenu ul li a{
    font-size: 16px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    width: 100%;
    color: white;
    font-weight: 600;
    text-decoration: none;
}
.mainMenu .btn-tickets{
    position: relative!important;
    bottom: 0!important;
    right: 0!important;
    width: 100%;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mainMenu .events span{
    font-size: 12px;
    opacity: 0.5;
    color: white;
}
.mainMenu .events a{
    font-weight: normal;
    width: 100%;
}
.decoration{
    position: absolute;
    z-index: 9;
}
.decoration.rightSide{
    top: 60px;
    right: 10px;
}
.decoration.sphere{
    right: 224px;
    top: 90px;
    z-index: 1;
}
.decoration.stars{
    right: 30px;
    top: 90px;
    z-index: 1;
}
.decoration.coube{
    right: -270px;
    top: -80px;
}
.decoration.orbit{
    top: -75px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.decoration.dots{
    right: 20px;
    bottom: 0px;
}
.decoration.decorFooter{
    bottom: 0;
}
header{
    position: relative;
}
.header{
    padding-top: 60px;
    color: white;
}
.header span{
    font-size: 30px;
}
.logoConf{
    display: block;
    margin-top: 30px;
}
.btn-tickets{
    background: rgb(163, 191, 213);
    color: white!important;
    border: 4px solid rgb(255, 255, 255);
    border-radius: 40px;
    position: absolute;
    right: 30px;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 79px 20px 79px;
    bottom: 100px;
    transition: 0.2s linear;
}
.btn-tickets:hover{
    background-color: rgb(63, 128, 225);
}
.sponsors{
    padding-top: 80px;
    padding-bottom: 80px;
}
.sponsors h3{
    font-family: "TT Hoves", sans-serif;
    font-size: 34px;
    color: white;
    font-weight: 600;
}
.sponsors .card{
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 40px;
    background: linear-gradient(179.01deg, rgba(255, 255, 255, 0) -15.584%,rgb(255, 255, 255) 96.444%);
    border: 3px solid white;
    border-bottom: 0;
}
.headline{
    position: relative;
}
.carousel{
    width: 100%;
}
.indicData{
    z-index: 9999999;
}
.carousel-item img.bgImg{
    object-fit: cover;
    height: 100vh;
}
.data{
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    left: 0;
    right: 0;
    margin: auto;
}
.data {
    z-index: 999999;
}
.photo{
    height: 236px;
    z-index: 9;
    position: relative;
}
.circle{
    background: linear-gradient(157.22deg, rgb(212, 194, 164) 2.41%,rgb(211, 177, 255) 45.028%,rgb(89, 175, 255) 85.164%);
    width: 200px;
    height: 200px;
    filter: blur(62.13px);
    margin: auto;
    z-index: 2;
    position: relative;
    top: -220px;
}
.speakerData{
    margin: auto;
    left: 0;
    right: 0;
    color: white;
    bottom: 150px;
    position: relative;
}
.logo{
    width: 662px;
    margin: auto;
    left: 0;
    right: 0;
    top: 300px;
}
.speakerData h3{
    font-weight: 600;
    font-size: 40px;
}
.speakerData h2,
.trackInfo h2,
.ticketCards h2,
.location h2,
.organizers h2,
.scheduleData h2{
    font-weight: 600;
    font-size: 60px;
    color: white;
}
.speakerData p{
    font-size: 20px;
    font-weight: 300;
}
.carousel-control-next, .carousel-control-prev{
    z-index: 99999999999;
}
.speakerSection{
    position: relative;
}
.speakers{
    padding-top: 170px;
    padding-bottom: 170px;
    color: white;
    position: relative;
    z-index: 2;
}
.speakers h2{
    font-size: 80px;
    color: white;
    font-weight: 600;
}
.speakers h6{
    font-size: 20px;
    font-weight: 800!important;
}
.speakers p{
    font-size: 18px;
}
.bg-img{
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
}
.tracks{
    height: auto;
    color: white;
    position: relative;
}
.trackInfo{
    padding-top: 170px;
    padding-bottom: 170px;
}
.trackInfo ul li{
    list-style-type:none;
    margin-bottom: 10px;
}
.trackInfo ul li span{
    font-size: 24px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
}
.tickets{
    position: relative;
}
.ticketCards,
.scheduleData{
    padding-top: 170px;
    position: relative;
    z-index: 2;
}
.ticketCards .card{
    font-size: 16px;
    border-radius: 12px;
    border: none;
}
.ticketCards .card .card-header{
    color: white;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-weight: 600;
}
.ticketCards .card-body{
    height: 400px;
}
.ticketCards .card-body .price{
    font-size: 24px;
    font-weight: 800;
}
.additionalInfo{
    font-size: 12px;
}
.ticketCards .priceData {
    position: absolute;
    bottom: 40px;
    margin: auto;
    left: 0;
    right: 0;
}
.btn-tkt{
    padding: 10px 48px 10px 48px;
    background-color: rgb(63, 128, 225);
    font-weight: 600;
    font-size: 16px;
    color: white!important;
    border-radius: 0;
}
.btn-tkt:hover{
    background-color: #4C93FF;
}
.audience{
    z-index: 9;
}
.audience ul li{
    list-style-type:none;
    margin-bottom: 10px;
}
.audience ul li span{
    color: white;
    font-size: 24px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
}
.location{
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100vh;
}
.location p{
    font-size: 24px;
    color: white;
    font-weight: 600;
}
.organizers{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
    font-weight: 600;
}
.organizers .stars{
    right: 400px;
    top: 180px;
}
.btn-circle{
    background: linear-gradient(179.01deg, rgba(255, 255, 255, 0) -17.015%,rgb(255, 255, 255) 97.377%);
    color:  rgb(142, 85, 255);
    border-radius: 300px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 3px solid white;
}
.btn-circle:hover{
    color: #5A2CB6;
}
footer{
    position: relative;
}
.footer{
    padding-top: 120px;
    padding-bottom: 20px;
}
footer h3{
    font-size: 34px;
    font-weight: 600;
}
footer p{
    font-size: 18px;
}
footer p a{
    color: rgb(239, 77, 130)!important;
    text-decoration: underline;
}
footer h4{
    font-weight: 600;
    font-size: 22px;
}
.social li{
    list-style-type:none;
    display: inline-block;
    padding-left: 49px;
    padding-right: 49px;
}
.social li:first-child,
.fastNav li:first-child{
    padding-left: 0;
}
.social li:last-child,
.fastNav li:last-child{
    padding-right: 0;
}
.social li a{
    color: white!important;
    font-size: 30px;
}
.fastNav{
    margin-bottom: 50px;
}
.fastNav li{
    list-style-type:none;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
.fastNav li a{
    font-size: 12px;
    color: black;
    font-weight: 600;
    text-decoration: none;
}
.copyright{
    color: white;
    font-size: 14px;
}

.dayData h3{
    font-size: 30px;
    color: white;
}
.schedule-row {
    display: table;
    width: 100%;
    margin-bottom: 20px;
}
.time-cell, .event-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.time-cell {
    width: 10%;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: rgb(142, 85, 255);
    padding-right: 20px;
}
.event-cell,
.speakerCard{
    background: linear-gradient(179.01deg, rgb(195, 204, 211) 17.507%,rgb(255, 255, 255) 74.904%);
    border-radius: 40px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border:3px solid white;
}
.event-cell.bigEvent{
    padding-top: 40px;
    padding-bottom: 40px;
}
.event-title {
    font-size: 16px;
    font-weight: bold;
}
.event-details {
    display: flex;
    align-items: center;
}
.event-details img {
    border-radius: 50%;
    margin-right: 15px;
}
.badge-vip {
    background-color: #8b5cf6;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
}
.trackCard{
    border-radius: 12px;
    background: rgb(132, 152, 172);
    color: white;
}
.speakerCard{
    height: 293px;
}
.speakerName,
.speakerDescription{
    font-size: 16px;
}
.speakerDescription{
    font-weight: normal;
}
.eventBody .trackCard{
    border-radius: 22px;
}
.trackActive{
    background: transparent;
}
.rotate90{
    transform: rotate(180deg);
}
.eventBody{
    display: none;
}

@media (max-width: 1199px) {
    .time-cell{
        width: 100%;
        padding: 0;
    }
    .event-cell{
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 15px;
    }
    .event-cell.bigEvent{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .speakerCard{
        height: auto;
        border-radius: 20px;
    }
}

@media (max-width: 820px) {
    .logoConf{
        height: auto;
    }
    .sponsors .card {
        border-radius: 20px;
    }
}
@media (max-width: 500px) {
    .btn-tickets{
        bottom: -30px;
        left: 0;
        right: 0;
        margin-right: 50px;
        margin-left: 50px;
    }
    .header span {
        font-size: 16px;
    }
    .carousel-item img.bgImg {
        height: 560px;
    }
    .logo {
        width: 350px;
    }
    .photo {
        width: 153px;
        height: 153px;
    }
    .speakerData h3 {
        font-size: 20px;
    }
    .speakerData h2 {
        font-size: 30px
    }
    .speakerData p{
        font-size: 14px;
    }
    .speakerInfo p{
        font-size: 13px;
    }
    .speakers,
    .trackInfo,
    .ticketCards{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .speakers h2,
    .trackInfo h2,
    .ticketCards h2,
    .location h2{
        font-size: 37px;
    }
    .trackInfo ul li span{
        font-size: 16px;
        border-color: white;
    }
    .location{
        padding-top: 50px;
    }
    .location p{
        font-size: 16px;
    }
    .social li{
        padding-left: 20px;
        padding-right: 20px;
    }
    .fastNav li{
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .mainMenuContainer{
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
    .mainMenuPC{
        width: 100%;
        height: 100%;
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
    }
    .mainMenuPC .btn-tickets{
        margin-left: 0!important;
    }
    .menuContainerData{
        position: absolute;
        top: 50%;
        left: 20px;
        right: 20px;
        transform: translateY(-50%);
    }
    .mainFixedButton{
        right: 0px;
        top: 0px;
    }
}
@media (min-width:1920px){
    .speakerCard {
        height: 353px;
    }
}
@media (min-width: 2160px){
    .speakerCard {
        height: 363px;
    }
}
@media (min-width: 2880px){
    .speakerCard {
        height: 463px;
    }
}