

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.tracks {
    width: 5659px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;

    display: flex;
}
.ca {
    font-size: 15px;
    font-family: "Black Ops One", system-ui;
    font-weight: 400;
    color: rgb(0, 0, 0);
    position: relative;
}

.tracks .track {
    min-width: 294vw;
    min-height: 100vh;

    animation: tracksMove 60s linear infinite;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}


.imgTrack {
    height: 100%;
    width: 100%;
    position: unset;
    z-index: 1;
}

.trackContent {
    position: absolute;
    background-color: rgb(207, 223, 231);
    border: 4px solid rgb(22, 22, 22);
    box-shadow: 0 7px 0 rgb(22, 22, 22);
   
    z-index: 1;
    top: 25%;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;

    animation: popupEffect1 2s ease-in-out infinite;

    z-index: 2;
}



.trackContent.one {
    right: 100PX;

    width: 450px;
    height: 250px;
}

.trackContent.two {

    width: 800px;
    height: 350px;

}


.trackContent.three {

    width: 800px;
    height: 350px;

}


.trackContent.three .thomasImg {
    transform: scaleX(-1);
}


.bars {
    display: flex;
    gap: 20px;
}.bars .bar {
    width: 200px;
    height: 200px;
    background-color: white;

   font-family: "Black Ops One", system-ui;
  font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 600;
}


.bars.tut .bar {


   font-family: "Black Ops One", system-ui;
  font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
}

.trackContent.left {
    display: flex;
    align-items: start;
    padding: 0 0 0 50px;
    justify-content: center;
    flex-direction: column;
}


.trackContent p.heading {
    font-size: 40px;
   font-family: "Black Ops One", system-ui;
  font-weight: 400;
}

.trackContent p.desc {
    padding: 0 25% 0 0 ;
}


.trackContent button {
    width: 200px;
    height: 40px;
    border: 0;
    background-color: rgb(0, 140, 255);
    color: white;
    font-family:  Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    border: 2px solid rgb(6, 100, 176);
    box-shadow: 0 4px 0 rgb(6, 100, 176);
}

.trackContent button:hover {
    box-shadow: 0 0 0 rgb(6, 100, 176);
    transform: translate(0, 4px);
}

.thomasImg {
    position: absolute;
    width: 150px;
    bottom: 0;
    right: 0;
}

.tracks img.train {
    position: absolute;
    z-index: 1;
    width: 550px;
    height: auto !important;
    bottom: 15.5%;
    left: 100px;
}









.content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
}





.content .heading {
    top: 70px;
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.tracks.responsive-tracks {
    display: none !important;
}


@media only screen and (max-width: 1100px) {

    .tracks img.train {
        position: absolute;
        z-index: 1;
        width: 350px;
    
        bottom: 15.5%;
        left: 100px;
    
    }
    
    .content .heading {
        top: 20px;
    }


}


@media only screen and (max-width: 900px) {

    .tracks img.train {
        position: absolute;
        z-index: 1;
        width: 350px;
    
        bottom: 15.5%;
        left: 100px;
    
    }
    
    .content .heading {
        top: 20px;
    }

    .trackContent.one {
        right: 100px;
    
        width: 450px;
        height: 250px;
    }
    
    .trackContent.two {
    
        width: 700px;
        height: 300px;
    
    }
    
    
    .trackContent.three {
    
        width: 700px;
        height: 300px;
    
    }
    


    .bars {
        display: flex;
        gap: 20px;
    }.bars .bar {
        width: 150px;
        aspect-ratio: 1/1;
        background-color: white;
    }

    .trackContent.left {
        display: flex;
        align-items: start;
        padding: 0 0 0 50px;
        justify-content: center;
        flex-direction: column;
    }


    .trackContent p.heading {
        font-size: 40px;
      font-family: "Black Ops One", system-ui;
  font-weight: 400;
    }

    .trackContent p.desc {
        padding: 0 25% 0 0 ;
    }


}

@media only screen and (max-width: 900px) {

    .tracks img.train {
        position: absolute;
        z-index: 1;
        width: 300px;
    
        bottom: 15.5%;
        left: 100px;
    
    }
    
    .trackContent.one {
        right: 100px;
    
        width: 450px;
        height: 250px;
    }
    
    .trackContent.two {
    
        width: 500px;
        height: 270px;
    
    }
    
    
    .trackContent.three {
    
        width: 500px;
        height: 270px;
    
    }
    


    .bars {
        display: flex;
        gap: 20px;
    }.bars .bar {
        width: 120px;
        height: 120px;
        background-color: white;
    }

    .trackContent.left {
        display: flex;
        align-items: start;
        padding: 0 0 0 50px;
        justify-content: center;
        flex-direction: column;
    }


    .trackContent p.heading {
        font-size: 40px;
       font-family: "Black Ops One", system-ui;
  font-weight: 400;
    }

    .trackContent p.desc {
        padding: 0 25% 0 0 ;
    }


    .thomasImg {
        width: 100px;
    }
}









.heading h1 {
    font-size: 80px;
   font-family: "Black Ops One", system-ui;
  font-weight: 400;
    color: white;
    position: relative;
}
.heading p {
   font-family: "Black Ops One", system-ui;
  font-weight: 400;
    color: white;
    margin: -12px 0 0 0;

}

.heading h1::after {
    content: '$PEPLO';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-text-stroke: 10px #2369A8;
    z-index: -1;
}

.socials {
    display: flex;
    gap: 10px;
    margin: 0;
    position: absolute;
    left: 44%;
      bottom: 20px;
}.socials .social {
    width: 50px;
    aspect-ratio: 1/1;
   

    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.social img {
    width: 100%;
    height: 100%;
  
}




@media only screen and (max-width: 550px) {

    .tracks .track {
        min-width: 100vw;
        min-height: 100vh;
    
        animation: tracksMove 25s linear infinite;
        position: relative;
    
        display: flex;
        align-items: center;
        justify-content: center;
        animation-delay: 2s;
    }


    .heading h1 {
        font-size: 65px;
    }


    .tracks img.train {
        position: absolute;
        z-index: 1;
        width: 8cm;
        bottom: 15.5%;
        left: 10px;
    
    }
    
    .trackContent.one {
        right: unset;
    
        width: 350px;
        height: 300px;
        gap: 15px;
    }
    
    .trackContent.two {
    
        width: 350px;
        height: 350px;

    }
    
    
    .trackContent.three {
    
        width: 350px;
        height: 350px;

    
    }
    


    .bars {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }.bars .bar {
        width: 100px;
        height: 100px;
        background-color: white;
    }

    .trackContent.left {
        display: flex;
        align-items: start;
        padding: 0 0 0 50px;
        justify-content: center;
        flex-direction: column;
    }


    .trackContent p.heading {
        font-size: 40px;
       font-family: "Black Ops One", system-ui;
  font-weight: 400;
        line-height: 100%;
    }

    .trackContent p.desc {
        padding: 0 25% 0 0 ;
    }


    .thomasImg {
        width: 100px;
    }
}



.exit {
    background-color: red;
    border: 2px solid black;
    box-shadow: 0 5px 0 black;
    width: 200px;
    height: 50px;
    top: 40px;
    left: 40px;
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
    font-size: 25px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}


.exit:hover {
    box-shadow: 0 0 0 rgb(6, 100, 176);
    transform: translate(0, 4px);
}


@media only screen and (max-width: 1200px) {


    .t1 {
        position: absolute;
        right: 30px;
        bottom: 0;
        width: 30%;
    }
    
    .t2 {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 30%;
    }

    
}






.popup {
    width: 100%;
    height: 1000%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 5px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;

}

.popup .ppopup {

	background:url(img/matrix-graphic.jpg) no-repeat #fff center center;
    border: 3px solid rgb(0, 0, 0, 1);
	background-size:cover;

    width:600px;
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: space-around;
    display: flex;
   font-family: "Black Ops One", system-ui;
  font-weight: 400;
    line-height: 100%;
    color: #2369A8;
    font-size: 38px;
    text-align: center;
    position: relative;

    z-index: 10;
    flex-direction: column;
    gap: 305px;

    animation: popupEffect1 2s ease-in-out infinite;

}

.ppopup button {
    width: 250px;
    height: 50px;
    border: 0;
    background-color: #2369A8;
    color: white;
    font-family:  Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    border: 2px solid #10416d;
    box-shadow: 0 4px 0 #10416d;
}

.ppopup button:hover {
    box-shadow: 0 0 0 rgb(6, 100, 176);
    transform: translate(0, 4px);
}

.ppopup .btns {
    display: flex;
    flex-direction: row;
    gap: 40px;
	z-index: 9;
}


.thgom {
    position: absolute;
    margin: auto;
    bottom: 0px;
    width: 80%;
}

@media only screen and (max-width: 600px) {
	
    .popup .ppopup {
        width: 85%;
        font-size: 40px;
    } 
	
	.ppopup .btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
	
}
.popup .ppopup {

    gap: 20px;


}
.socials {
    display: flex;
    gap: 10px;
    margin: 0;
    position: absolute;
    left: 28%;
    bottom: 20px;
}

.tracks img.train {
    width: 9cm;
    bottom: 15.5%;
    left: 30px;
}

.ppopup button {
    width: 240px;
    height: 38px;
    font-size: 17px;
}
.popup .ppopup {
    background-position: 0 -2px;
    width: 85%;
    font-size: 40px;
    background-size: 100%;
}
.tracks.responsive-tracks {
    display: block !important;
	  width: 3144px;
}
.tracks .track {
    min-height: 100%;
}
.tracks {
    display: none !important;
}
.tracks .track {
    min-height: 100%;
    height: 100%;
}
.tracks img.train {
    bottom: 95px;
}
} 	