*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#wrapper{
    height: 100vh;
    overflow-x:hidden; 
    perspective: 10px;
}
.container{
    position: relative;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    transform-style:preserve-3d;
    z-index: -1;
}
.background{
    transform: translateZ(-40px) scale(5.1);
}
.foreground{
    transform: translateZ(-25px) scale(3.5);
}
.background, .foreground{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1; 
}
h1{
    position: absolute; 
    top: 5rem;    
    letter-spacing: 4px;
    font-size: 10rem;
    color: beige;
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
}
section{
    background-color: rgb(165, 222, 201);
    color: white;
    padding: 5rem 0;
}
.secHeading{
    font-size: 5rem;
    padding: 0 10rem;
}
.text{
    font-size: 1.5rem;
    padding: 0 10rem;
    margin: 5rem 0 ;
}
.bg{
    position: relative;
    width: 100%;
    background-attachment: fixed; 
    background-position: center;
    background-size: cover;
    height: 500px;
}
.desc{
    position: absolute;
    background-color: beige;
    padding: 0.5rem 2.5rem;
    top: 40%;
    left:40%;
    translate: translateX(-50%) translateX(-50%);
    color: black;
    font-size: 3.5rem;
    font-weight: 600;
}
.bg1{
    background-image: url(sport-1.jpg);
}
.bg2{
    background-image: url(sport-3.jpg);
}
.bg3{
    background-image: url(sport-2.jpg);
}
.bg4{
    background-image: url(sport-4.jpg);
}
.bg5{
    background-image: url(sport-5.jpg);
}
.bg6{
    background-image: url(sport-6.jpg);
}
.Foot{
    color: rgb(123, 151, 243);
}
