body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #f2f2f2;
    font-family: serif;
}
header {
    background: white;
}
:root{
    --slider-padding: 6rem;
}
section{
    /*min-height: 1500px;*/
}
a{
	text-decoration: none;
	color: black;
}
.partyInfo a,.preorder a{
	text-decoration: none;
	color: white;
}
a:link{
    text-decoration: none;
    
}
a:visited{
    text-decoration: none;
    color: inherit;
}
.htop{
    width: 100%;
    height: 64px;
    /* background-color: aqua; */
    display: flex;
    /* min-width: 1141px; */
}
.copaLogo{
    /* width: 200px; */
    display: flex;
}
.logo{
    flex: 1;
    /* background-color: blue; */
    display: flex;
    align-items: center;
    padding: 0 1.5vw;
    margin: 0 auto 0 0;
}
.logo img{
    height: 41px;
}
.copa{
    font-size: 18px;
    margin: 16px 0 0 9px;
    width: 148px;
}
.nav{
    flex: 2;
    /* background-color: brown; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* margin: 0 0 0 auto; */
    position: relative;
}

.searchContainer{
    position: absolute;
    width: 290px;
    height: 64px;
    margin: 0 85px 0 0;
    background-color: aqua;
    display: none;
}
.searchContainer input[type="text"] {
    width: 288px;
    height: 61px;
    padding: 0 0 0 20px;
    margin: 0 0px 0px -5px;
    font-size: 26px;
}

.member, .memberr{
    /* color: red; */
    width: 94px;
    font-size: 20px;
}
.signUp{
    background-color: #c20000;
    color: white;
    font-size: 18px;
    margin: 0 22px 0 0;
    padding: 7px 9px;
    border-radius: 8px;
}


.navOptions{
    margin: 0px 0px;
    border-right: solid black 0.01em;
    padding: 0px 2vw;
    height: 37px;
    display: flex;
    font-size: 23px;
    align-items: center;
}
.last{
    border: 0;
}
.search{
    height: 66px;
    width: 68px;
    background-color: rgb(179 17 9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.searchSubmit {
    position: absolute;
    right: -23px;
}
.search:hover{
    background-color: rgb(212, 4, 4);
    cursor: pointer;
}
.search i{
    color: white;
    font-size: 19px;
}
.nav i{
	
font-size: 18px;
	
width: 39px;
}
.logbtnContainer{
	position: relative;
}
.logoutBtn::after {
    content: ''; /* Necessary for ::after to display */
    position: absolute; /* Position relative to .dot-container */
    top: -6px; /* Position at the top */
    right: 12px; /* Position at the right */
    width: 8px; /* Diameter of the dot */
    height: 8px; /* Diameter of the dot */
    background-color: #ff7700; /* Color of the dot */
    border-radius: 50%; /* Make the dot round */
}

.videoContainer{
    width: 100%;
    /* max-height: 90vh; */
    overflow: hidden;
    position: relative;
}
.playBtn, .pauseBtn, .soundon, .soundoff{
	position: absolute;
	color: white;
	bottom: 1.5vw;
	left:3vw;
	/*font-size: 4vw;*/
	z-index: 5;
}
.soundon, .soundoff{
	left: 7vw;
}
.partyInfoAndPreorder{
    position: absolute;
    left: 0px;
    bottom: 1.5vw;
    width: 100%;
    display: flex;
    justify-content: center;
}
.partyInfoAndPreorder button a {
    padding: 15px 0px;
}
.partyInfo{
    color: white;
    background: #0000004f;
    border: 0;
    /*font-size: 5vw;*/
    padding: 6px 8px;
    border: 1px solid white;
    border-radius: 12px;
    margin: 0 5px 0 0;
}
.preorder{
    color: white;
    background: #0000004f;
    border: 0;
    /*font-size: 5vw;*/
    padding: 6px 8px;
    border: 1px solid white;
    border-radius: 12px;
}


.theVideo{
    width: 100%;
    /* min-width: 1023px; */
    /* margin: -100px 0 0 0; */
}
.hbtm{
    position: relative;
    overflow: hidden;
    height: 90vh;
    min-width: 1141px;
    /*display: flex;*/
}
.leftArrow{
    position: absolute;
    color:rgba(250, 235, 215, 0.541);
    z-index: 3;
    left: 10px;
    top: 45vh;
    font-size: 9vh;

}
.rightArrow{
    position: absolute;
    color:rgba(250, 235, 215, 0.541);
    z-index: 3;
    right: 10px;
    top: 45vh;
    font-size: 9vh;
}
.leftArrow:hover,.rightArrow:hover{
    color: white;
}

.photos{
    position: relative;
    display: flex;
    
}
.coverImg{
    
    position: absolute;    
    width: 100vw;    
    min-width: 1141px;
}
.imgsss{
    display: flex;
    justify-content: center;
    padding: 3vh 3vh;
    height: auto ;

}

.imgsss img{
    width: 98%;
    padding: 23px 8px;
}

.imgsss a:nth-child(1){
    transform: translate(0,20px);
}
.imgsss a:nth-child(2){
    transform: translate(0,80px);
}
.imgsss a:nth-child(3){
    transform: translate(0,190px);
}
.picsss{
    width: fit-content;
    display: flex;
    overflow: hidden;
    padding: 0 0 0 0;
    background: black;
}
.picsss img{
    /* background-color: black; */
    padding: 10px 5px;
    /*transform: translate(-200px,0);*/
}
/*
.sliderContainer{
    height: 150px;
    overflow: hidden;
    background-color: black;
    white-space: nowrap;
    position: relative;
    cursor:pointer
}
.slider{
    display: inline-block;
    padding: 10px 0;
    animation: 20s slide linear infinite;
    
}
.sliderContainer:hover .slider{
    animation-play-state: paused;
}
.sliderContainer:before,
.sliderContainer:after{
    position: absolute;
    top: 0;
    content: "";
    display: block;
    width: 200px;
    height: 150px;
    background-color: red;
    z-index: 1;
}
.sliderContainer:before{
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0), #f2f2f2a3);
}
.sliderContainer:after{
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), #f2f2f2a3);
}
.slider img{
    height: 130px;
    margin: 0 6px 0 0;
}
*/
@keyframes slide{
    from{
        transform: translateX(0);
    }
    to{
        transform: translate(-100%);
    }
}
/*
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes fadeOut {    
    0% { opacity: 1; }
    100% { opacity: 0; }
}   
*/
.preorderGoods{
    margin: 100px 0 0 112px;
    font-size: 37px;
}
/*
.goodsContainer{
    min-width: 1300px;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    
}
.goodsSlider{
    display: flex;
    width: calc(100% - 2*var(--slider-padding));
    transform: translateX(0);
    transition: 0.3s;
    
    height: 380px;
}
.goodsSlider>img{
    flex: 0 0 25%;
    max-width: 25%;
    aspect-ratio: 9/12;
    width: 200px;
    height: 380px;
    padding: 1.5rem;
    object-fit: cover;
    overflow: hidden;
    
}
.goodsContainer:hover>i{
    opacity: 1;
    color: black;
}
*/
/*
.leftArrow, .rightArrow{
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: white;
    color: black;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    top: 50%;
    z-index: 5;
}
.leftArrow{    
    opacity: 0;
    left: 30px;
}

.rightArrow{
    opacity: 0;
    right: 30px;
}
*/

@media screen and (min-width: 800px){ 
	
	
	

}

@media screen and (min-width: 650px) and (max-width: 800px){ 
    
}

@media screen and (max-width:896px){ 
	
	
}
@media screen and (max-width:896px) and (orientation: landscape) { 
	
	
}