@font-face {
    font-family: 'Switzer';
    src: url('/static/fonts/Switzer-Black.otf') format("opentype");

}

@font-face {
    font-family: 'Switzer-Medium';
    src: url('/static/fonts/Switzer-Medium.otf') format("opentype");
}


html{
    scroll-behavior: smooth;
    overflow-x: hidden;
    
}

body{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1B1212;
    font-family: 'Switzer', sans-serif;
    height: 100vh;
    margin: 0;

}
.container{
    
    width: 1200px;
    height: 100%;
    position: relative;
    display: grid;
    justify-content: center;
    place-items: center;
}

.content{
    
    color: white;
    animation: 4s alternate show-content;
}

svg text{
    font-size: 5.5rem;
    font-weight: 900;

}

svg text.text-body{
    stroke: #aa00ff;
    stroke-width: 1;
    opacity: 0;
    animation: 4s alternate animate-stroke;

}

.mojsvg{
    width: 500px;
}

.logo{
width: 150px;
margin-top: -450px;
height: 150px;
animation: 8s infinite alternate treptaj;
}

.preload {
   position: absolute;
   top: 150; 
}

.nav{
    margin-top: 30px;
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
}

.nav-link{
    font-family: 'Switzer-Medium', sans-serif;
    text-decoration: none;
    cursor: pointer;
    color: rgba(250, 250, 250, 0.80);
    font-size: 24px;
    font-weight: 500;
    line-height: normal;

}

.nav-link:hover{
    color: #d393f3;
}


.nav-btn{
    width: fit-content;
    color: #FAFAFA;
    display: inline-flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    background: linear-gradient(90deg, #EA1484 0%, #C61CC7 100%);
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-left: 50px;
    height: 60px;
    border: none;
    background-position: left center;
    transition: background .3s ease;
    
    
}
.nav-btn:hover{
    cursor: pointer;
    background-position: right center;
    font-size: 23px;
    background: linear-gradient(180deg, #EA1484 0%, #C61CC7 100%);
}

.nav-btn:hover {
    background-size: 320%;
    background-position: right center;
  }
  
  .nav-btn:hover svg {
    fill: #fff;
  }
  
  .nav-btn svg {
    fill: #f09f33;
    transition: .3s ease;
  }

.nav-img{
    height: 100px;
    margin-right: 30px;
    width: 130px;
}





.nav-button {
    width: fit-content;
    display: flex;
    padding: 1.2em 2rem;
    cursor: pointer;
    gap: 0.4rem;
    font-weight: bold;
    border-radius: 30px;
    text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
    
    background-size: 300%;
    color: #fff;
    border: none;
   
    
    box-shadow: 0 30px 10px -20px rgba(0,0,0,.2);
    background-position: left center;
    background: linear-gradient(15deg, #EA1484, #C61CC7) no-repeat;
    transition: background .3s ease;
  }
  
  .nav-button:hover {
    background-size: 320%;
    background-position: right center;
  }
  













.index{
    
}


.index-container{
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-info{
    width: 50%;

}

.index-text{
    height: 225px;
    width: 650px;
    font-size: 55px;
    font-weight: 600;

    
}

.index-text-small{
    font-weight: 100;
    font-size: 20px;
    width: 495px;
    color: rgb(158, 158, 158);
}

.index-img{
    position: relative;
    width: 50%;
}

.index-image{
    margin-left: 50px;
}

.index-btn{
    margin-top: 35px;
    padding: 20px 40px;
    border-radius: 25px;
    cursor: pointer;
    color: #FAFAFA;
    display: inline-flex;
    line-height: normal;
    font-size: 24px;
    font-weight: 500;
    border: none;
    transition: 0.2s ease-in-out;
    box-shadow: 0 30px 10px -20px rgba(0,0,0,.2);
    background-position: left center;
    background: linear-gradient(15deg, #EA1484, #C61CC7) no-repeat;
    transition: background .3s ease;
  }
  
  .index-btn:hover {
    background-size: 320%;
    background-position: right center;
  }

.eclipser{
    position: absolute;
    width: 313px;
    height: 360px;
    flex-shrink: 0;
    border-radius: 360px;
    background: rgba(234, 20, 132, 0.30);
    top: 0;
    transition: 0.2s ease-in-out;
    filter: blur(75px);
}

.eclipser-second{
    position: absolute;
    width: 289px;
    top: 220;
    height: 334px;
    flex-shrink: 0;
    border-radius: 334px;
    background: rgba(198, 28, 199, 0.30);
    filter: blur(75px);
    opacity: 0.7;
    margin-left: 135px;
    transition: 0.2s ease-in-out;
}


.eclipser-third{
    position: absolute;
    width: 513px;
    height: 360px;
    flex-shrink: 0;
    border-radius: 360px;
    background: rgba(198, 28, 199, 0.30);
    top: 2100;
    transition: 0.2s ease-in-out;
    left: -250;
    filter: blur(75px);
}

.eclipser-fourth{
    position: absolute;
    width: 289px;
    top: 2670;
    height: 334px;
    flex-shrink: 0;
    border-radius: 334px;
    background: rgba(198, 28, 199, 0.30);
    filter: blur(75px);
    opacity: 0.7;
    margin-left: 390px;
    transition: 0.2s ease-in-out;
}

.eclipser-fifth{
    top: 3200;

    position: absolute;
    width: 200px;
    height: 200px;
    flex-shrink: 0;
    border-radius: 360px;
    background: rgba(234, 20, 132, 0.30);
    
    transition: 0.2s ease-in-out;
    left: -700;
    filter: blur(75px);
}

.eclipser-sixth{
    top: 3770;

    position: absolute;
    width: 200px;
    
    height: 200px;
    flex-shrink: 0;
    border-radius: 334px;
    background: rgba(198, 28, 199, 0.30);
    filter: blur(75px);
    opacity: 0.7;
    margin-left: 465px;
    transition: 0.2s ease-in-out;
}






.eclipser-big{
    position: absolute;
    width: 550px;
    top: -120;
    height: 334px;
    flex-shrink: 0;
    border-radius: 334px;
    background: rgba(198, 28, 199, 0.30);
    filter: blur(75px);
    opacity: 0.7;
    transition: 0.2s ease-in-out;
}

.eclipser-big-second{
    position: absolute;
    width: 350px;
    top: 420;
    height: 334px;
    flex-shrink: 0;
    border-radius: 334px;
    background: rgba(234, 20, 132, 0.30);
    filter: blur(75px);
    opacity: 0.7;
    margin-left: -250px;
    z-index: 0;
    transition: 0.2s ease-in-out;
}

.eclipser:hover{
    filter: blur(155px);
}

.eclipser-second:hover{
    scale: 0.7;
    filter: blur(155px);
}



.rect{
    pointer-events: none;
    position: absolute;
    top: 120;
    left: -370;
    width: 877.862px;
    height: 913.118px;
    transform: rotate(23deg);
    flex-shrink: 0;
    border-radius: 50px;
    border: 3px solid rgba(250, 250, 250, 0.03);
    background: rgba(255, 255, 255, 0.00);
}

.rect-second{

    pointer-events: none;
    position: absolute;
    top: 170;
    left: -490;
    width: 877.862px;
    height: 913.118px;
    transform: rotate(23deg);
    flex-shrink: 0;
    border-radius: 50px;
    border: 3px solid rgba(250, 250, 250, 0.03);
    background: rgba(255, 255, 255, 0.00);
}

.rect-third{
    pointer-events: none;
    position: absolute;
    top: 320;
    left: -330;
    width: 877.862px;
    height: 913.118px;
    transform: rotate(23deg);
    flex-shrink: 0;
    border-radius: 50px;
    border: 3px solid rgba(250, 250, 250, 0.03);
    background: rgba(255, 255, 255, 0.00);
}



.rect-group-first{
    pointer-events: none;
    position: absolute;
    top: 1000;
    right: -320;
    width: 877.862px;
    height: 913.118px;
    transform: rotate(23deg);
    flex-shrink: 0;
    border-radius: 50px;
    border: 3px solid rgba(250, 250, 250, 0.03);
    background: rgba(255, 255, 255, 0.00);
}

.rect-group-second{
    pointer-events: none;
    position: absolute;
    top: 1110;
    right: -420;
    width: 877.862px;
    height: 913.118px;
    transform: rotate(23deg);
    flex-shrink: 0;
    border-radius: 50px;
    border: 3px solid rgba(250, 250, 250, 0.03);
    background: rgba(255, 255, 255, 0.00);
}

.rect-group-third{
    pointer-events: none;
    position: absolute;
    top: 1210;
    right: -130;
    width: 877.862px;
    height: 913.118px;
    transform: rotate(23deg);
    flex-shrink: 0;
    border-radius: 50px;
    border: 3px solid rgba(250, 250, 250, 0.03);
    background: rgba(255, 255, 255, 0.00);
}


.rect-group-two-first{
    pointer-events: none;
    position: absolute;
    top: 2000;
    left: -370;
    width: 877.862px;
    height: 913.118px;
    transform: rotate(23deg);
    flex-shrink: 0;
    border-radius: 50px;
    border: 3px solid rgba(250, 250, 250, 0.03);
    background: rgba(255, 255, 255, 0.00);
}

.rect-group-two-second{
    pointer-events: none;
    position: absolute;
    top: 2110;
    left: -490;
    width: 877.862px;
    height: 913.118px;
    transform: rotate(23deg);
    flex-shrink: 0;
    border-radius: 50px;
    border: 3px solid rgba(250, 250, 250, 0.03);
    background: rgba(255, 255, 255, 0.00);
}

.rect-group-two-third{
    pointer-events: none;
    position: absolute;
    top: 2210;
    left: -330;
    width: 877.862px;
    height: 913.118px;
    transform: rotate(23deg);
    flex-shrink: 0;
    border-radius: 50px;
    border: 3px solid rgba(250, 250, 250, 0.03);
    background: rgba(255, 255, 255, 0.00);
}


.rect-group-three-first{
    pointer-events: none;
    position: absolute;
    top: 2800;
    right: -320;
    width: 877.862px;
    height: 913.118px;
    transform: rotate(23deg);
    flex-shrink: 0;
    border-radius: 50px;
    border: 3px solid rgba(250, 250, 250, 0.03);
    background: rgba(255, 255, 255, 0.00);
}

.rect-group-three-second{
    pointer-events: none;
    position: absolute;
    top: 2980;
    right: -420;
    width: 877.862px;
    height: 913.118px;
    transform: rotate(23deg);
    flex-shrink: 0;
    border-radius: 50px;
    border: 3px solid rgba(250, 250, 250, 0.03);
    background: rgba(255, 255, 255, 0.00);
}

.rect-group-three-third{
    pointer-events: none;
    position: absolute;
    top: 3030;
    right: -130;
    width: 877.862px;
    height: 913.118px;
    transform: rotate(23deg);
    flex-shrink: 0;
    border-radius: 50px;
    border: 3px solid rgba(250, 250, 250, 0.03);
    background: rgba(255, 255, 255, 0.00);
}


.index-games{
    margin-top: 25px;
    display: grid;
    justify-content: start;
    place-items: center;
}
.games-upper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.games-image{
    width: 150px;
    transition: 0.3s ease-in-out;

}

.games-image:hover{
    scale: 0.9;
    cursor: pointer;
}

.games-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.services{
    margin-top: 50px;
    justify-content: center;
    display: grid;
    place-items: center;
}

.services-header{
    text-align: center;
    width: 250px;
}
.services-header h1{
    font-size: 50px;
    margin-bottom: 45px;
}

.services-header p{
    margin-top: -45px;
    color: rgb(158, 158, 158);
    margin-bottom: 25px;
}


.services-grid{
    position: relative;
    z-index: 1;
    display: grid;
    justify-content: center;
    place-items: center;
    gap: 25px;
}
.services-sandwich{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;

}

.service-game{
    border-radius: 50px;
    border: 1px solid #EA1484;
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(5px);
    width: 390px;
    height: 600px;
    display: grid;
    z-index: 3;
    position: relative;
    justify-content: center;
    place-items: center;

}

.services-meal{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.service-game-active{
    border-radius: 50px;
    border: 1px solid #EA1484;
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(5px);
    width: 805px;
    height: 600px;
    background-image: url(/static/images/active-bg.png);
    background-position: center;
}

.service-game-activated{
    top: -1;
    border-radius: 50px;
    border: 1px solid #EA1484;
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 600px;
    display: grid;
    z-index: 3;
    position: relative;
    justify-content: center;
    place-items: center;
    
    
}

#service-game-activated{
    justify-content: center;
    place-items: center;
    display: grid;
    width: 100%;
    height: 600px;
}

.service-image{
    position: absolute;
    z-index: 0;
    height: 105%;
    width: 110%;
}

.service-icon{
    width: 50px;
    margin-top: -50px;
    border-radius: 150px;
    height: 50px;
    border: 5px solid rgb(234, 20, 132, .2);
    position: relative;
}

.service-name{
    position: relative;
    z-index: 1;
    font-size: 25px;
    place-self: center;
    margin-top: 25px;
    background-color: rgba(234, 0, 255, 0.1);
    border-radius: 15px;
    text-shadow: 3px 2px black;
    font-weight: 600;
}



.service-hero{
    position: relative;
    z-index: 1;
    font-size: 45px;
    background-color: rgba(234, 0, 255, 0.1);
    border-radius: 15px;
    text-shadow: 2px 2px #aa00ff;
}

.service-price{
    justify-content: center;
    place-items: center;
    display: grid;
    position: relative;
    z-index: 1;
    font-size: 25px;
    text-shadow: 2px 2px #aa00ff;
    background-color: rgba(234, 0, 255, 0.25);
    border-radius: 15px;

}

.service-price p{
    margin: 0;
}

.service-price p:nth-child(2){
    font-size: 15px;
}


.service-btn{
    font-weight: 600;
    position: relative;
    z-index: 1;
    padding: 20px 40px;
    border-radius: 25px;
    cursor: pointer;
    color: #FAFAFA;
    border: none;
    transition: 0.3s ease-in-out;
    background-position: left center;
    background: linear-gradient(15deg, #591639, #C61CC7) no-repeat;
    transition: background .3s ease;
    text-decoration: none;
  }
  
  .service-btn:hover {
    background-size: 320%;
    background-position: right center;
  }


.gametracker{

    gap: 25px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gt-img{

    width: 390px;
    height: 680px;
    flex-shrink: 0;
    border-radius: 50px;
}

.gt-image{
    width: 100%;
    height: 100%;
}

.gt-info{
    width: 805px;
    height: 680px;
    flex-shrink: 0;
    display: grid;
    background-image: url('/static/images/gametracker-bg.png');
    background-position: center;

    border-radius: 50px;
    background: lightgray 50% / cover no-repeat, linear-gradient(180deg, rgba(250, 250, 250, 0.40) 0%, rgba(250, 250, 250, 0.10) 100%);
}

.gt-info-header{
    width: 100%;
    font-size: 60px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: 600;
}

.gt-info-text{
    margin-top: -50px;
    width: 605px;
    font-size: 23px;
    margin-left: 80px;
}

.gt-info-bottom-text{
    place-self: center;
}

.gt-search{
    background-color: #FAFAFA;
    color: black;
    border: 1px solid #EA1484;
    border-radius: 25px;
    gap: 85px;
    display: flex;
    height: 45px;
    align-items: center;
    position: relative;
    justify-content: start;
    min-width: 690px;
}

.gt-search-img{
    cursor: pointer;
    margin-left: 35px;
}

.gt-bottom-header{
    text-align: center;
    color: rgb(158, 158, 158);
}

.gt-search-text{
    font-weight: 100;
    font-size: 20px;
    word-spacing: 3px;
    text-decoration: none;
    color: #1B1212;
    margin-top: 15px;

    display: inline-block;
    white-space: nowrap;
    height: 30px;
    margin-top: 1px;
    overflow: hidden;
    border-right: 0.2em solid #EA1484; /* Cursor */
    animation: typeAndDelete 8s steps(17) infinite, blinkCursor 0.4s step-end infinite alternate;

}

.gt-search-btn{
    display: flex;
    width: 275px;
    padding: 0px 70px;
    height: 55px;
    font-size: 18px;
    color: white;
    right: 0;
    top: -5;
    position: absolute;
    z-index: 5;
    border: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    transition: 0.3s ease-in;
    cursor: pointer;
    background-position: left center;
    background: linear-gradient(15deg, #EA1484, #C61CC7) no-repeat;
    transition: background .3s ease;
  }
  
  .gt-search-btn:hover {
    background-size: 320%;
    background-position: right center;
  }


.about-us{
    width: 100%;
    display: grid;
    place-items: center;
    justify-content: center;


}

.about-us-header{
    margin-top: 100px;
    text-align: center;
    width: 100%;
    display: grid;

}

.about-us-header h2{
    font-size: 50px;
    margin-bottom: 0;
}

.ab-header-text{
    width: 250px;
    justify-self: center;
    color: rgb(158, 158, 158);

}

.ab-cards{
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 32px;
    align-items: center;
}

.ab-card{
    display: grid;
    place-content: start;
    place-items: center;
    width: 390px;
    height: 600px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 4px solid #EA1484;

    background: #1B1B1B;
}
.ab-card-img{
    margin-top: 30px;
}

.ab-card-title{
    font-size: 30px;

}

.ab-card-text{
    width: 80%;
    word-spacing: 0.3rem;
    margin-left: 15px;
    font-size: 23px;
}

.footer{
    position: relative;
    margin-top: 120px;
    border-top: 1px solid #EA1484;
    width: 120%;
    margin-left: -100px;

}
.footer-header{
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 210px;
    margin-top: 15px;
}

.footer-center{
    justify-content: center;
    display: grid;
    gap: 15px;
    place-items: center;
}

.footer-socials{
    display: flex;
    gap: 15px;
}

.footer-logo{
    width: 100px;
    height: 100px;
}
.footer-payment{
    display: flex;
    gap: 15px;
}
.footer-bottom{
    position: relative;
    bottom: 15;
    text-align: center;
}

#top-btn{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 30px;
    font-weight: 800;
    border: none;
    outline: none;
    background-color: #EA1484;
    color: rgb(255, 177, 234);
    cursor: pointer;
    border-radius: 50px;

    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
}


.customization{
    display: flex;
}

#server-information{
    align-self: flex-start;
    place-items: start;
    height: 60%;
    margin-top: 25px;
}

#server-information input{
    height: 30px;
    border: none;
    margin-top: -20px;
    border-radius: 25px;
    width: 100%;
}


#server-information select{
    height: 35px;
    border-radius: 25px;
    width: 150px;
    color: #EA1484;
    text-align: center;
}

#server-information .game-header{
    place-self: start;
}

.server-info-btn{
    align-self: flex-end;
    width: 250px;
    height: 35px;
    border-radius: 25px;
    border: none;
    color: white;
    font-weight: 600;
    background-color: #EA1484;
    cursor: pointer;
    margin-bottom: 25px;
}

#cs-orderForm{
    margin-top: 50px;
    display: grid;
    height: 300px;
}

.game-header{
    display: flex;
    gap: 10px;
    background: linear-gradient(15deg, #591639, #C61CC7) no-repeat;
    border-radius: 25px;
    text-shadow: 2px 0px black;
    width: 250px;

}
.game-image{
    border: 1px solid #EA1484;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;


}
.game-name{

}
.game-location{
    margin-top: -35px;
    text-align: center;

}

.choose-location{
    padding: 0px 15px;
    display: flex;
    background: linear-gradient(15deg, #591639, #C61CC7) no-repeat;
    border-radius: 25px;
    gap: 10px;

}
.location{
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 25px;
    cursor: pointer;
    
}

.location:hover{
    background: linear-gradient(15deg, #591639, #C61CC7) no-repeat;
}

.location-selected{
    padding: 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    gap: 15px;
    border-radius: 25px;
    background: linear-gradient(15deg, #591639, #C61CC7) no-repeat;
}

.location-img{
    border: 1px solid #EA1484;
    width: 35px;
    height: 35px;
    border-radius: 100px;

}
.location-name{


}


.server-information{
    display: none;

}
.payment-user-info{
    display: none;
}

.duration-form{
    gap: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.duration-form select{
    width: 150px;
    text-align: center;
    border-radius: 25px;
    height: 35px;
    color: #EA1484;
}

.customization-btn{
    width: 250px;
    height: 35px;
    border-radius: 25px;
    border: none;
    color: white;
    font-weight: 600;
    background-color: #EA1484;
    cursor: pointer;
}

.service-duration{
    width: 250px;
}

#slots{
    color: white;
    text-shadow: 2px 2px #EA1484;
    font-size: 23px;
    margin-left: 10px;
}

slot-group {
    display: flex;
    justify-content: start;
    align-items: center;

}

duration-group{
    display: flex;
    justify-content: start;
    align-items: center; 
}

location-group{
    display: flex;
    justify-content: center;
    align-items: center; 
}

.location-image{
    width: 20px;
    height: 20px;

}

.slots-img{
    width: 40px;
    margin-top: 5px;
}


.duration-img{
    width: 40px;
}

.product-price{
    width: 100%;
    height: 600px;
    display: grid;
    justify-content: center;
    place-items: center;

}

.product-group{
    display: grid;
    height: 400px;
}


.separator{
    width: 250px;
    height: 5px;
    margin-top: -50px;
    background-color: #EA1484;
    border-radius: 15px;
    border: none;
    box-shadow: 0px 0px 5px 2px #EA1484;

}

.product-count{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
}

.product-add{
    position: relative;
    z-index: 5;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 27px;
    cursor: pointer;
    user-select: none;
    font-family: 'Switzer-Medium', sans-serif;
    transition: 0.2s ease;
}

.product-add:hover {
    color: #EA1484;
}



.product-count-group{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
}
.product-count-group-img{
    width: 30px;
    position: absolute;
    margin-top: 2px;
    z-index: 1;

}

.product-count-group-text{
    position: relative;
    z-index: 2;
    
}

    

.product-remove{
    position: relative;
    z-index: 5;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 27px;
    cursor: pointer;
    user-select: none;
    font-family: 'Switzer-Medium', sans-serif;
}

.product-remove:hover {
    color: #EA1484;
}

.product-remove-text{
    margin-top: 25px;
}

.product-number{

}

.product-location{
    display: flex;
    justify-content: start;
    align-items: center;
}

.product-slots{
    display: flex;
    justify-content: start;
    align-items: center;
}

.product-duration{
    display: flex;
    justify-content: start;
    align-items: center;
}

.product-bar-cs{
    gap: 25px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.product-header{

}

.product-description{
    font-size: 10px;
    color: rgb(158, 158, 158);
}

.duration-image{
    width: 25px;
    margin-left: -3;
}

.location-image{
    width: 20px;
}


.slots-image{
    width: 20px;
}

.total-price{
    text-align: end;
    margin-top: -110px;
}

.total-price p{
    text-shadow: 2px 2px #EA1484;
}






.slider {
    -webkit-appearance: none;
    width: 250px;
    height: 15px;
    border-radius: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
  }
  
  .slider:hover {
    opacity: 1;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #EA1484;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #EA1484;
    cursor: pointer;
  }



  .modal {
    display: none;
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    border-radius: 15px;
    margin: 15% auto;
    color: white;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
    height: 400px;
    background: linear-gradient(270deg, rgba(234,20,132,1) 0%, rgba(198,28,199,1) 100%);
}


#loginform{
    height: 250px;
    display: grid;
}

#loginform input{
    border-radius: 7px;
    border: none;
}

#loginform label:nth-child(2){
    margin-top: 10px;
}



#loginform label{
    margin-top: 10px;
}

#loginform button{
    
    border-radius: 7px;
    margin-top: 30px;
    border: 1px solid #EA1484;
    color: white;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(138, 22, 82) 0%, rgb(142, 20, 142) 100%);
    transition: 0.2s ease;
}

#loginform button:hover{
    color: #EA1484;
    cursor: pointer;
}


#registerForm{
    height: 215px;
    display: grid;
    margin-top: 50px;
}

#registerForm input{
    border-radius: 7px;
    border: none;
}

#registerForm label:nth-child(2){
    margin-top: 10px;
}



#registerForm label{
    margin-top: 10px;
}

#registerForm button{
    
    border-radius: 7px;
    margin-top: 30px;
    border: 1px solid #EA1484;
    color: white;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(138, 22, 82) 0%, rgb(142, 20, 142) 100%);
    transition: 0.2s ease;
}

#registerForm button:hover{
    cursor: pointer;
    color: #EA1484;
}

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s ease;
}

.close:hover {
    color: #aa00ff;
    scale: 1.1;
}


.snackbar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


@keyframes animate-stroke {

    0% {
        
        fill: transparent;
        stroke: #aa00ff;
        stroke-width: 3;
        stroke-dashoffset: 25%;
        stroke-dasharray: 0% 32%;
        opacity: 1;

    }

    50% {
        fill: transparent;
        stroke: #aa00ff;
        stroke-width: 3;

                    
    }

    80% {
        fill: #aa00ff;
        stroke: transparent;
        stroke-width: 0;
        stroke-dashoffset: -25%;
        stroke-dasharray: 32% 0%;

                    
    }

    100% {
        stroke-dashoffset: -30%;
        
        
    }

}


@keyframes show-content {

    0% {opacity: 0;}
    90% {opacity: 0;}
    100% {opacity: 1;}

}


@keyframes treptaj {

    0% {opacity: 1;}
    50% {opacity: 0;}
    80% {opacity: 1;}

}


@keyframes blinkCursor {
    50% {
      border-right-color: transparent;
    }
  }
  
  @keyframes typeAndDelete {
    0%,
    10% {
      width: 0;
    }
    45%,
    55% {
      width: 9.5em;
    } /* adjust width based on content */
    90%,
    100% {
      width: 0;
    }
  }

  @media only screen and (max-width: 768px) {
    .container{
        scale: 0.5;
        margin-top: -480px;
    }
  }


  @media only screen and (max-width: 468px) {
    .container{
        scale: 0.3;
        margin-top: -480px;
    }
  }