*{
    user-select:none;
}

body{
    margin:0;
    overflow-x: hidden;
    background-color:black;
}

#preloader{
    background:black url('20240228_193045.png') no-repeat center;
    background-size:30%;
    height:100vh;
    width:100%;
    top:0;
    position:fixed;
    z-index:5000000000;
}

@media screen and (max-width:768px) {
    #preloader{
      background-size:60%;
}    
}

.nav{
    width:100%;
    position: fixed;
    top:0;
    font-family:sans-serif;
    display:flex;
    justify-content: space-around;
    background:rgba(0, 0, 0, 0.0);
    align-items: center;
    z-index:20000000;
    transition:0.5s;
}

.bgnav a{
    transition:0.5s;
    color:black;
}

.bgnav{
    transition:0.5s;
    background-color:white;
    color:black;
    box-shadow:0 2px 10px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.brand{
    width:200px
    
}


.men{
    list-style:none;
    display: flex;
    justify-content: space-around;
    width:40%;
}

li{
    float:left;
    font-size:13px;
}

li a{
    text-decoration:none;
    color:white;
    transition:0.5s;
}

li a:hover{
    border-bottom:2px solid #f6b10c;
    transition-duration:0.5s;
}
.button{
    display:none;
}


.line1, .line2, .line3{
    width:20px;
    height:2px;
    background-color: white;
    margin:5px;
    transition:0.5s;
}

.bgx{
     transition:0.5s;
    background-color:black;
}


.button:hover .line1{
    animation-name:line1;
    animation-duration:2s;
}

.button:hover .line2{
    animation-name:line2;
    animation-duration:2s;
}

.button:hover .line3{
    animation-name:line3;
    animation-duration:2s;
    animation-delay:0.2s;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  transition: background 0.2s;
}

.dropdown a:hover {
  background: #1e293b;
}

.dropdown-menu {
  display: none; /* hidden by default */
  position: absolute;
  top: 100%; /* below the link */
  left: 0;
  background: #fff;
  min-width: 180px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  border-radius: 5px;
  padding: 0;
  list-style: none;
  z-index: 1000;
}

.dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: #0f1724;
  text-decoration: none;
}

.dropdown-menu li a:hover {
  background: #f1f5f9;
}

/* Show dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
}

@keyframes line1{
    0%{margin-right:25px;}
    100%{margin-right:0px;}
}

@keyframes line2{
    0%{margin-left:25px;
    background-color:darkgoldenrod;
}
    100%{margin-left:0px;}
}

@keyframes line3{
    0%{margin-right:25px;}
    100%{margin-right:0px;}
}

@media screen and (max-width:1000px){
    .men{
        width:60%;
    }

    li{
        padding:5px;
    }

    

}

@media screen and (max-width:768px){


    .men{
        position:absolute;
        display:flex;
        width:100%;
        height:80vh;
        padding-bottom:150px;
        flex-direction: column;
        right:0;
        top:90px;
        transform: translateX(100%);
        transition:0.5s;
        background-color:black;
        
    }

    li a:hover{
    border-bottom:none;
}

li{
    transition:1s;
}

    li:hover{
    border-bottom:2px solid #f6b10c;
    transition-duration:1s;
}

    .menactive{
        transform: translateX(0%);
        transition:0.5s;
    }
    .x1{
        margin:-2px;
        transform: rotate(45deg);
        transition:0.5s;
    }

    .x2{
        margin:-2px;
        transform: rotate(-45deg);
        transition:0.5s;
    }

    .x3{
opacity:0;
        transition:0.5s;
    }

    .button{
        display:block;
    }

    .bgx{
     transition:0.5s;
    background-color:black;
}

.bgnav a{
    color:white;
}

    li{
        text-align:center;
        padding-top: 20px;
        width:100%;
    }

    .li a{
        color: white;
    }

    .brand{
        width:200px;
    }
}


.stick{
    
    position: sticky;
    height:600px;
    width:100%;
   
}


.shit{
    position:absolute;
    top:0;
    color:white;
    background-color:rgba(0, 0, 0, 0.582);
    font-family:sans-serif;
    width:100%;
}
.landing{
    position: relative;
        overflow-x: hidden;
    width:100%;
    width:100%;
}

.mySlides {
    width:100%;
  display: none;
  animation-name:fade;
  animation-duration:1s;
}

@keyframes fade{
    from{
        opacity:0;
    }

    to{
        opacity:1;
    }
}





.pridala{
    text-align: center;
    line-break:0px;
    font-weight: bold;
    margin-left:10%;
    margin-right:10%;
    margin-top:15%;
    font-size:100px;
}

.auto-type{
    text-align: center;
    font-weight:bolder;
    font-size:100px;
    margin-top:-5%;
    font-style: italic;
    
}

.firstinfo{
    text-align: center;
    color: rgb(236, 236, 236);
    margin-top:-5%;
    margin-left:25%;
    margin-right:25%;
    font-family:monospace;
    font-size:20px;
}

.cart{
    margin-top:2%;
    margin-left:auto;
    margin-right:auto;
    display:block;
    width:50%;
    column-count:2;

}

.alp, .bsn{
    display: flex;
    align-items: center;
    text-align: center;
    width:100%;
    justify-content: space-around;
}

.alp a{
    text-decoration:none;
    color:#f803f8;
    border-radius:50px;
    padding:20px 55px 20px 55px;
    font-weight: bolder;
    border:3px solid #f803f8;
    font-size:25px;
    transition:0.5s;
}

.bsn a{
    text-decoration:none;
    color:black;
    border-radius:50px;
    padding:20px 55px 20px 55px;
    font-weight: bolder;
    border:3px solid #f803f8;
    background-color: #f803f8;
    font-size:25px;
    transition:0.5s;
}


.alp a:hover, .bsn a:hover{
   transition-duration:0.5s;
   background-color: #47ecce;
   color:black;
   transform: rotate(20deg);
}

.twat{
    transition-duration:0.5s;
}
.twat:hover{
    transition-duration:0.5s;
    transform: rotate(7deg);
}

.phase{
    z-index:10000000000;
    margin-left:auto;
    margin-right:auto;
    margin-top:3%;
    display:block;
    width:8%;
    border-radius:100px;
    box-shadow:0 5px 10px 0 rgba(255, 255, 255, 0.4) ;
}


@media screen and (max-width:1200px){
    .shit{
        top:0;
    }
    .stick{
        height:650px;
        width:100%;
        overflow-x:hidden;
    }

    .pridala{
        font-size:80px;
        line-height:-200px;
        margin-top:15%;
    }

    .auto-type{
        font-size:50px;
        margin-top:-15%;
    }

    .firstinfo{
    text-align: center;
    color: rgb(236, 236, 236);
    margin-top:-5%;
    margin-left:15%;
    margin-right:15%;
    font-family:monospace;
    font-size:15px;
}

.alp a, .bsn a{
    font-size:18px;
   
}

.bsn{
    margin-top:10%;
}

.phase{
    z-index:10000000000;
    margin-left:auto;
    margin-right:auto;
    margin-top:2%;
    display:block;
    width:8%;
}
}

@media screen and (max-width:1000px){
    .shit{
        top:0;
    }
    .stick{
        height:500px;
        width:100%;
        overflow-x:hidden;
    }

    .pridala{
        margin-top:10%;
        font-size:60px;
        line-height:-200px;
    }

    .auto-type{
        font-size:50px;
        margin-top:-15%;
    }

    .firstinfo{
    text-align: center;
    color: rgb(236, 236, 236);
    margin-top:-5%;
    margin-left:15%;
    margin-right:15%;
    font-family:monospace;
    font-size:15px;
}

.alp a, .bsn a{
    font-size:16px;
    padding:15px 35px 15px 35px;
   
}

.bsn{
    margin-top:10%;
}

.phase{
    z-index:10000000000;
    margin-left:auto;
    margin-right:auto;
    margin-top:2%;
    display:block;
    width:8%;
}
}

@media screen and (max-width:768px){
    .shit{
        top:0;
    }
    .stick{
        height:500px;
        width:100%;
        overflow-x:hidden;
    }

    .pridala{
        margin-top:10%;
        font-size:60px;
        line-height:-200px;
    }

    .auto-type{
        font-size:50px;
        margin-top:-15%;
    }

    .firstinfo{
    text-align: center;
    color: rgb(236, 236, 236);
    margin-top:-5%;
    margin-left:15%;
    margin-right:15%;
    font-family:monospace;
    font-size:15px;
}

.alp a, .bsn a{
    font-size:16px;
    padding:15px 35px 15px 35px;
   
}

.bsn{
    margin-top:10%;
}

.phase{
    z-index:10000000000;
    margin-left:auto;
    margin-right:auto;
    margin-top:2%;
    display:block;
    width:8%;
}
}




@media screen and (max-width:600px){
    .shit{
        top:0;
    }
    .stick{
        height:740px;
        width:100%;
        overflow-x:hidden;
    }


    .mySlides{
        overflow-x:hidden;
        width:1200px;
        margin-left:-400px;
    }

 

    .pridala{
        margin-top:50%;
        font-size:50px;
        line-height:-20px;
    }

    .auto-type{
        font-size:50px;
        margin-top:-15%;
    }

    .firstinfo{
    text-align: center;
    color: rgb(236, 236, 236);
    margin-top:-10%;
    margin-left:15%;
    margin-right:15%;
    font-family:monospace;
    font-size:15px;
}

.cart{
    margin-top:2%;
    margin-left:auto;
    margin-right:auto;
    display:block;
    width:80%;
    column-count:1;

}



.alp a, .bsn a{
    font-size:20px;
   
}

.bsn{
    margin-top:10%;
}

.phase{
    z-index:10000000000;
    margin-left:auto;
    margin-right:auto;
    margin-top:17%;
    display:block;
    width:18%;
}


}

.second{
         margin-top:20%;
         overflow-x: hidden;
}

.countdown-divider{
    margin-left:auto;
    margin-right:auto;
    display:block;
    width:90%;
    column-count:2;
}

h1{
    font-family: helvetica;
    color:white;
    text-align:center;
    font-size:35px;
    margin:0 5%;
}

h3{
    font-family: helvetica;
    color:rgb(3, 120, 26);
    text-align:center;
    font-size:20px;
    font-weight:bolder;
}

.d-word{
    font-stretch: narrower;
    font-family:Tahoma;
    color:white;
    text-align:center;
    font-size:16px;
}

.countdown{
    column-count:2;
    margin-top:10%;
}

.countdown div {
display: flex;
    align-items: center;
    text-align: center;
    width:100%;
    justify-content: space-around;
}


.countdown div div{
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-bottom:40px;
    width:80%;
    border-radius:20px;
    font-family:sans-serif;
    background-color:rgb(0, 79, 16);
}

.countdown div .time{
    color:white;
    font-size:65px;
    font-weight:bolder;
}

.countdown div .timing{
    color:white;
    font-size:20px;
    margin-top:-20%;
}

@media screen and (max-width:1200px) {
    .second{
         margin-top:5%;
}

}

@media screen and (max-width:1100px) {
    .second{
         margin-top:2%;
}

.countdown-divider{
    width:95%;
}

h1{
    font-size:30px;
}

h3{
    font-size:18px;
}

.d-word{
    font-size:15px;
}

}

@media screen and (max-width:768px) {
    .second{
         margin-top:2%;
}

.countdown-divider{
    width:95%;
}

h1{
    font-size:30px;
}

h3{
    font-size:18px;
}

.d-word{
    font-size:15px;
}

}


@media screen and (max-width:600px) {
    .second{
         margin-top:5%;
}

    .countdown-divider{
    column-count:1;
    
}

.countdown{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.countdown div div{
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-bottom:20px;
    width:100%;
    border-radius:20px;
    font-family:sans-serif;
    background-color:rgb(0, 79, 16);
}

.countdown div .time{
    color:white;
    font-size:40px;
    font-weight:bolder;
}

.countdown div .timing{
    color:white;
    font-size:20px;
    margin-top:-30%;
}
}

.artist-our{
    margin-top:30px;
    overflow-x: hidden;
    width:120%;
    height:200px;
    background-color:white;
    margin-left:-10%;
    transform: rotate(-5deg);
    position: relative;
    z-index:-8000000;
}

.artist-our p{
    color:black;
    text-align:center;
    font-family:sans-serif;
    font-weight: bolder;
    font-size:35px;
    margin-top:40px;
    transform: rotate(5deg);
}

.artist-our span{
    color:#f6b10c;
}

@media screen and (max-width:768px){
    .artist-our{
        overflow: hidden;
        }
}

.main-holder{
    z-index:1000000;
    margin-top:-5%;
    align-items:center;
    justify-content:center;
    column-count:4;
    column-gap:0px;
    background-color:white;
}


.artist-holder{
    margin-top:-0.1%;
    position: relative;
    margin-left:auto;
    margin-right:auto;
    display:block;
    font-family:sans-serif;
}

.artist{
    margin-top:-1.5%;
width:100%;
}

.artist-name{
    position: absolute;
    top:84%;
    background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6));
    width:100%;
}

.artist-name p{
    font-weight:bolder;
    padding-left:20px;
    color:#00fee9;
    font-size:18px;
}


@media screen and (max-width:1200px){
.artist-name{
    position: absolute;
    top:77%;
}

}

@media screen and (max-width:1000px){
    .main-holder{
    column-count:3;
}
.artist-name{
    position: absolute;
    top:70%;
}

.artist-name p{
    font-size:25px;
}
}

@media screen and (max-width:768px){
    .main-holder{
    column-count:2;
}
.artist-name{
    position: absolute;
    top:80%;
}

.artist-name p{
    font-size:25px;
}
}


@media screen and (max-width:600px){
    .main-holder{
    column-count:1;
}
.artist-name{
    position: absolute;
    top:80%;
}

.artist-name p{
    font-weight:bolder;
    padding-left:20px;
    color:#00fee9;
    font-size:25px;
}
}


iframe{
    width:100%;
    height:400px;
}

@media screen and (max-width:768px){
iframe{
    width:100%;
    height:350px;
}
}

.board{
    text-align: center;
    color:white;
    font-family:Tahoma;
    font-weight:lighter;
    font-size:25px;
    letter-spacing:15px;
}

.depart{
    width:30%;
    margin-left:auto;
    margin-right:auto;
    display:block;
    color:white;
    font-family:Tahoma;
    column-count:2;

}

.miami1{
    margin-top:-10px;

}

.where{
    font-weight:bolder;
    font-size:13px;
}

.when{
    font-size:13px;
}

.d-tickets{
    width:100%;
    background-image: url('tour.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat:no-repeat;
}

.g-ticket{
    padding-top:5%;
    text-align:center;
    font-family: sans-serif;
    font-weight:bolder;
    font-size: 45px;
    margin-left:15%;
    margin-right:15%;
    color:white;
}

.l-ticket{
    margin-top:-3%;
    text-align:center;
    font-family: sans-serif;
    font-size: 18px;
    margin-left:15%;
    margin-right:15%;
    color:white;
}


.t-countdown{
    column-count:2;
    width:30%;
    padding-bottom:10%;
    margin-left:auto;
    margin-right:auto;
    display:block;
}

.t-countdown div {
display: flex;
    align-items: center;
    text-align: center;
    width:100%;
    justify-content: space-around;
}


.t-countdown div div{
    text-align: center;
    margin-left:auto;
    margin-right:auto;
    display:block;
    margin-bottom:20px;
    width:100%;
    border-radius:20px;
    font-family:sans-serif;
    background-color:rgb(0, 79, 16);
}

.t-countdown div .time{
    color:white;
    font-size:65px;
    font-weight:bolder;
}

.t-countdown div .timing{
    color:white;
    font-size:20px;
    margin-top:-40%;
}


@media screen and (max-width:768px){
    .d-tickets{
        background-position:-500px;
    }
    .t-countdown{
        width:60%;
    }

    .t-countdown div .time{
    font-size:40px;
}

.t-countdown div .timing{
    font-size:18px;
    margin-top:-30%;
}

.depart{
    width:70%;
}

.miami1{
    padding-top:-10%;

}

.l-ticket{
    margin-top:-10%;
}
}

.ticket-b{
    margin-top:-100px;
    overflow-x: hidden;
    width:120%;
    height:200px;
    background-color:rgba(255, 0, 0, 0.3);
    margin-left:-10%;
    transform: rotate(-3deg);
    position: relative;
    z-index:800;
}

.ticket-c{
    margin-top:-169px;
    overflow-x: hidden;
    width:120%;
    height:200px;
    background-color:rgba(255, 238, 3, 0.4);
    margin-left:-10%;
    transform: rotate(-2.2deg);
    position: relative;
    z-index:800;
}

.ticket-d{
    margin-top:-170px;
    overflow-x: hidden;
    width:120%;
    height:200px;
    background-color:rgba(0, 165, 11, 0.6);
    margin-left:-10%;
    transform: rotate(-1.4deg);
    position: relative;
    z-index:800;
}

.ticket-e{
    margin-top:-170px;
    overflow-x: hidden;
    width:120%;
    height:200px;
    background-color:rgba(120, 92, 218, 1);
    margin-left:-10%;
    transform: rotate(-0.8deg);
    position: relative;
    z-index:800;
}

.ticket-f{
    margin-top:-170px;
    overflow-x: hidden;
    width:120%;
    height:200px;
    background-color:#363188;
    margin-left:-10%;
    transform: rotate(1deg);
    position: relative;
    z-index:800;
}

html{
overflow-x:hidden;
}

@media screen and (max-width:768px) {
    .ticket-b{
    margin-top:-40px;
    overflow-x: hidden;
    width:120%;
    height:200px;
    background-color:rgba(255, 0, 0, 0.3);
    margin-left:-10%;
    transform: rotate(-5deg);
    position: relative;
    z-index:800;
}

.ticket-c{
    margin-top:-181px;
    overflow-x: hidden;
    width:120%;
    height:200px;
    background-color:rgba(255, 238, 3, 0.4);
    margin-left:-10%;
    transform: rotate(-3.54deg);
    position: relative;
    z-index:800;
}

.ticket-d{
    margin-top:-181px;
    overflow-x: hidden;
    width:120%;
    height:200px;
    background-color:rgba(0, 165, 11, 0.6);
    margin-left:-10%;
    transform: rotate(-3deg);
    position: relative;
    z-index:800;
}

.ticket-e{
    margin-top:-181px;
    overflow-x: hidden;
    width:120%;
    height:200px;
    background-color:rgba(120, 92, 218, 0.8);
    margin-left:-10%;
    transform: rotate(-2deg);
    position: relative;
    z-index:800;
}

.ticket-f{
    margin-top:-180px;
    overflow-x: hidden;
    width:120%;
    height:200px;
    background-color:#363188;
    margin-left:-10%;
    transform: rotate(3deg);
    position: relative;
    z-index:800;
}
}

.m-div-t{
    background-color: #363188;

}

.main-ticket-div{
    height:1050px;
    z-index:900;
    position: relative;
    margin-top:-210px;
    width:95%;
    display: block;
    margin-left:auto;
    margin-right:auto;
    font-family:sans-serif;
}

.ticket-div div, .ticket-div1 div{
    border-bottom:0.5px solid white;

}




.ticket-div1{
  margin-top:-3.5%;
  border-radius:10px 10px 10px 10px;
}

.ticket-div{
    border-radius:0px 0px 10px 10px;
}

.ticket-div, .ticket-div1{
    width:24.7%;
    float:left;
    border-bottom:1.5px solid black;
    border-left:1.5px solid black;
    border-right:1.5px solid black;
    background-color:#785cda;
    text-align: center;
}



.recom, .t-price, .price, .talk{
    color:white;

}

.recom{
    background-color:black;
margin-top:-2px;
padding:10px 0px 10px 0px;
font-size:20px;
font-family:Tahoma;
font-weight: lighter;
border-radius:10px 10px 0px 0px;
}

.t-price{
    font-size:35px;
    font-weight:bolder;
    padding-top:20px;
}

.a-access{
    padding-bottom:20px;
    font-size:16px;
    margin-top:-35px;
    font-weight:bolder;
    color: rgb(205, 206, 208);
}

.talk{
    font-family:tahoma;
    font-weight:lighter;
    font-size:16px;

}

.price{
    font-size:70px;
    font-weight:bolder;
    font-family:Tahoma;
    margin-bottom:-0px;
}

.price-d{
    border-radius:0px 0px 10px 10px;
}

.price-d a{
    text-decoration:none;
    color:black;
    font-family:sans-serif;
}

.book-now{
    margin-top:10px;
    padding:15px 40px 15px 40px;
    border-radius:50px;
    background-color:#f803f8;
    display:inline-block;
    font-family:sans-serif;
    font-size:20px;
    font-weight:bolder;
}

@media screen and (max-width:768px){
    .main-ticket-div{
        width:90%;
        margin-top:-240px;
        height:3900px;
    }

    .ticket-div, .ticket-div1{
    width:100%;
    border-bottom:0.5px solid black;
    border-left:0.5px solid black;
    border-right:0.5px solid black;
    background-color:#785cda;
    text-align: center;
}

.ticket-div div, .ticket-div1 div{
    margin-top:-10px;
    margin-bottom:-10px;
}

.talk{
    font-family:tahoma;
    font-weight:lighter;
    font-size:23px;
}

.t-price{
    font-size:50px;
    font-weight:bolder;
    padding-top:0px;
}

.a-access{
    font-size:20px;
    margin-top:-40px;
}
.recom{
    font-size:25px;
}
}



.footer{
    z-index:8000000;
    background-color: black;
    color:white;
    font-family:sans-serif;
}


.jappa{
   width:30%;
}



.icon{
    margin-right:10px;
    width:20px;
    float:left;
}

.input{
    background-color:transparent;
    border-bottom:1px solid white;
    border-left:none;
    border-top:none;
    border-right:none;
    color: white;
    width:100%;
    height:90px;
}

.footer1{
    padding-top:90px;
    width:90%;
    display: block;
    margin-left:auto;
    margin-right:auto;
    column-count:3;
    column-gap:100px;
}



button{
    border:none;
    margin-top:10px;
    background-color: #f803f8;
    padding: 5px 30px 5px 30px;
    border-radius:5px;
    color:white;
}

.smallfoot{
    height:200px;
}

.ecot{
    font-size:10px;
}

.ecota{
    font-size:10px;
    font-weight:bolder;
}

.eco{
    font-size:13px;
    font-family:Tahoma;
    font-weight:lighter;
}

.ecos{
    font-size:14px;
    font-size:13px;
    font-family:Tahoma;
    font-weight:lighter;
}

.footer2{
    border-top:1px solid white;
    width:80%;
    display:flex;
    margin-left:10%;
    margin-right:10%;
    justify-content:space-around;
    align-items:center;
}





.two{
    text-align:center;
    font-family:sans-serif;
    font-size:9px;
}

@media screen and (max-width:768px){
    .footer1{
    width:80%;
    display: block;
    margin-left:auto;
    margin-right:auto;
    column-count:1;
    column-gap:0;
}

.smallfoot{
    height:120px;
}

.footer2{
    margin-top:50px;
    width:90%;
    margin-left:5%;
    margin-right:5%;
}

.icon{
    width:15px;
}
}
