@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    background-color: #000;
}

.containerNavbar ul {
    display: flex;
    justify-content: center;
   

}

.containerNavbar ul li {
list-style: none;
 padding: 30px;
 

}

.containerNavbar ul li a{
      font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
     text-decoration: none;
 color:#fff ;
 font-size: 25px;

}
.containerMustangeHome{
    display: flex;
    flex-direction: row;
}
.titleMustang{
   margin-top: -60px;
margin-left: 350px;
 display: flex;
 flex-direction:  column;
}
.HighlightMustang {
    z-index: 1;
    margin-bottom: 0; /* removes h3 default margin */
    background-image: url('assest/bad\ boys.webp');
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:180px;
animation: moveBackground 10s linear infinite;
    background-size: 650px auto; /* ensures it can scroll */
}

@keyframes moveBackground {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}



.titleMustang .YearMustang  {
    margin-top: -80px;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 50px;
    color:#fff ;
    
}

.backgroundMustang {
    display: flex;
}
.backgroundMustang img{
    margin-top: 50px;
    margin-left: -200px;
    width: 500px;
    position: absolute;
    border: 5px solid #fff;
   box-shadow: 0 0 20px #1E1E1E;
}

.exploremore {
    margin-left: 50px;
}
.exploremore a {
     font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 20px;
    
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transform: rotate(90deg); /* parent rotated 90° */
}

.exploremore a span {
    display: inline-block;
    transition: transform 0.5s ease; /* smooth movement and rotation */
    /* cancel parent rotation */
}

/* On hover, move arrow forward and rotate to straight */
.exploremore a:hover span {
    transform: rotate(0deg) translateX(5px); /* move 10px forward and straighten */
}

.BeastZone{
    display: flex;
    flex-direction: column;
}
.PowerfulBeast{
    display: flex;
    flex-direction: row;
    margin-top: -50px;
    margin-left: 300px;
}


.PowerfulBeast .TitlePowerfulBeast{
     font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 20px;
    margin-top: 100px;
    margin-right: 40px;
}

.PowerfulBeast .ImgPowerfulBeast{
    width: 150px;
}


.HiglightZONE   {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top:15%;
    left: 33%;
    margin-bottom:0; /* removes h3 default margin */
    background-image: url('assest/bad\ boys.webp');
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:80px;
animation: moveBackground 10s linear infinite;
    background-size: 550px auto; /* ensures it can scroll */
}

@keyframes moveBackground {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}


.gallery-3d {
    margin-top: 100px;
    margin-left: 100px;
 z-index: 0;
  position: relative;
  width: 1500px;
  height: 600px;
  transform-style: preserve-3d;
  perspective: 1500px; /* Added perspective */
}

.gallery-3d img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.7);
  transform-style: preserve-3d;
  transition: all 0.5s ease;
}

/* Side images with perspective narrowing */
.side.left {
  transform: translate(-350px, -50%) translateZ(-100px) scaleX(0.6) scaleY(0.8) rotateY(25deg);
  z-index: 1;
  height: 400px;
}

.side.right {
  transform: translate(350px, -50%) translateZ(-100px) scaleX(0.6) scaleY(0.8) rotateY(-25deg);
  z-index: 1;
  height: 400px;
}

/* Behind images */
.behind.left {
  transform: translate(-140px, -50%) translateZ(-250px) scale(0.5) rotateY(15deg);
  z-index: 0;
  width: 250px;
}
.behind.right {
  transform: translate(200px, -50%) translateZ(-250px) scale(0.5) rotateY(-15deg);
  z-index: 0;
  width: 250px;
}

/* Center image */
.center {
  transform: translate(-10%, 70%) translateZ(200px) scale(1.3);
  z-index: 3;
}
.center:hover {
  transform: translate(-10%, 70%) translateZ(200px) scale(1.5);
  box-shadow: 0 50px 80px rgba(0,0,0,0.9);
}
.Classic{
    justify-content: center;
    justify-items: center;
}
.TITLEClassic{
    margin-top: -120px;
    display: flex;
    justify-content: center;
 z-index: 1;
 
    margin-bottom: 0; /* removes h3 default margin */
    background-image: url('assest/BACKGROUND\ CLASSIC\ TEXT.jpg');
   
    background-clip: text;
    color: transparent;
    font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size:130px;
  animation: moveBackground 10s linear infinite;

  background-position: center;
    background-size: 500px; /* ensures it can scroll */
}


@keyframes moveBackground {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.MustangClassic {
    margin-left: 470px;
    margin-top: -230px;
    display: flex; /* works with justify-content */
    justify-content: center;
    background: url(assest/CLASSIC.jpg) ;
    width: 1000px;
    height: 500px;
    
      background-position: center;
    background-size: cover;
}

.highlightClassic{
    display: flex;
    justify-content: center;
}
.highlightClassic p{
   
     font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #4b524a;
    font-size: 50px;
    text-transform: uppercase;
}
.Slide{
    display: flex;
    justify-content: space-between;
    margin-top: -130px;
}
.Slide .Slide1{
    margin-left: -5px;
    background-image: url(assest/LINEUP\ 2014.webp);
    width: 263px;
    height: 984px;
    background-position: center;
    background-size: cover;
}
.Slide .Slide2{
    background-image: url(assest/CLASSIC.jpg);
    width: 263px;
    height: 984px;
    background-position: center;
    background-size: cover;
    z-index: -1;
    
}
.Slide .Slide3{
    background-image: url(assest/LINE\ UP\ 2020.webp);
   width: 263px;
    height: 984px;
    background-position: center;
    background-size: cover;
}
.HiglightMuscleUp {
        display: flex;
justify-content: space-between;
    margin-top: -100px;
  
}
.HiglightMuscleUp .Muscleup-Paragraph1{
      margin-left: 280px;
     font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #fff;
    font-size: 20px;
      text-transform: uppercase;
}
.HiglightMuscleUp .Muscleup-Paragraph1 span{
  
    color: #4b524a;
   
}

.Muscleup-Paragraph2{
    margin-top: -900px;
        margin-left:1410px;
     font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #fff;
    font-size: 20px;
      text-transform: uppercase;
}
.Muscleup-Paragraph2 span{
  
    color: #4b524a;
   
}

.bg-video{
    z-index: -1;
position: fixed;
  right: 0;
  bottom: 0;
  width: 100%; 
    height: 100vh;

}


#playBtn {
  position: absolute;
  bottom:100px;
  left: 50px;
  padding: 10px 15px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 28px;
  border-radius: 50%;

}









