@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');



@font-face {
  font-family: "headings";
  src: url('./fonts/superbrigade.ttf') format('truetype');
}



* {
  scrollbar-width: thin;
    scrollbar-color: #dfe9eb48  transparent;
}

*::-webkit-scrollbar {
  width: 2px;
  width: 2px;
}
*::-webkit-scrollbar-track {
  border-radius: 52x;
}

*::-webkit-scrollbar-track:hover {
  background-color: red;


}

*::-webkit-scrollbar-track:active {
  background-color: #FFFFFF;
}

*::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #142864;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #62A34B;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #2129C5;
}

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

body {
  background-color: black;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.loader-container{
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #000;
  z-index: 999999999999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

}

.loader {
  position: absolute;
  height: 100%;
  width: 100%;
  
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;


}
.loader video{
  height: 40%;
  width: 40%;
  position: relative;
  
}

#content{
  min-height: 100vh;
  width: 100%;
}

nav{
  width: 100%;
  /* height: 100%; */
  display: flex;
  justify-content: space-between;

  
}

.navbar {
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  mix-blend-mode: difference;
  /* background-color: red; */
  z-index: 999999;
}

.left-nav {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-nav img {
  height: 100%;
}

.mid-nav {
  height: 80px;
  position: relative;
  left: -25px;
}

.mid-nav img {
  height: 100%;
  scale: 1.5;
  cursor: pointer;

}

.end-nav {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box {
  border-radius: 2px;
  position: relative;
  top: 15px;
  z-index: 9999999999;
  width: 50px;
  height: 50px;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.3);
}

.btn {
  width: 30px;
  cursor: pointer;
}

span {
  display: block;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}

span + span {
  margin-top: 5px;
}

.active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}

.not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}

.active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}

.not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}

.active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}

.not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 22px;
    transform: rotate(0);
  }
  100% {
    top: 60px;
    transform: rotate(-30deg);
  }
}

@keyframes top-2 {
  0% {
    top: 22px;
    transform: rotate(-30deg);
  }
  50% {
    top: 22px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 22px;
    transform: rotate(150deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 22px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 22px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}


/* Menu bar CSS */

.menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  background: #000;
  clip-path: polygon(49.75% 49.75%, 50.25% 49.75%, 50.25% 49.75%, 49.75% 50.25%);
  opacity: 0;
  z-index: 99;
  
}



.elem .menu-vid {
  position: absolute;
  height: 350px;
  width: 800px;
  top: 32%;
  left: 3.5%;
  clip-path: polygon(18% 0%, 100% 0%, 85% 100%, 0% 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.elem .menu-vid video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.elem .links {
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.link {
  margin: 1.5vw 0;
  cursor: pointer;
}

.link a {
  color: #fff;
  text-decoration: none;
  font-size: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "headings";
}



.divider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 0;
  background: #fff;
}

.close-btn {
  position: absolute;
  top: 5%;
  left: 96.5%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-btn:hover {
  cursor: pointer;
}

.close-btn i {
  font-size: 2rem;
  color: #fff;
}

.mid-nav {
    height: 80px;
    position: relative;
    left: -25px;
}

.mid-nav img {
    height: 100%;
    transform: scale(1.5);
    cursor: pointer;
}

.img{
  display: none;
}

.horse {
    position: absolute;
    z-index: 99;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; 
}

.horse img {
    position: absolute;
    transform: translateX(2000px); /* Start far off-screen */
    height: 100%;
    width: 100%;
}

.car-model {
  width: 300px; 
  height: 100vh; 
  
 
}



.red_mustang_model {
  position: sticky;
  top: 15%;
  z-index: 20;
}

.section1 {
  height: 510vh;
  width: 100vw;
  background-color: black;
}

.section1-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: red;

}

.bg-text {
  font-size: 13vw;
  background: rgb(45, 0, 0);
  background: linear-gradient(0deg, rgba(45, 0, 0, 1) 0%, rgba(18, 0, 0, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  position: absolute;
  top: 30%;
  z-index: 10;
  font-family: "headings";
  transform: scaleY(1.5);
}
.bg-text span {
  display: inline-block;
  height: 100%;
}

.section1-bg img {
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
}

.marq-sec{
  position: absolute;
}

.marquee{
  position: absolute;
  background-image: url(./images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px -195px;
  color: white;
  padding: 30px 0;
  font-size: 48px;
  font-family: "headings";
  text-transform: uppercase;
  overflow: hidden;
  top: -105px;
}

.marquee_inner{
  display: flex;
  width: fit-content;
  flex: auto;
  flex-direction: row;
  align-items: center;
}

.marquee_part{
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 4px;
}

.marq-logo{
width: 120px;
height: 90px;
margin: 0 1em;
scale: 2.2;
/* transform: rotate(90deg); */
transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);

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

.mustang-info{
  background: rgb(117,6,6);
  background: linear-gradient(0deg, rgba(117,6,6,1) 0%, rgba(9,0,0,1) 39%); 
  /* background-size:contain; */
  background-position: center;
  /* mix-blend-mode: multiply; */
  transition: background-color 0.8s ease;
}

.car1-info-1 {
  height: 100vh;
  width: 100%;
  /* background-color: aquamarine; */
  z-index: 10;

}

.front-text{
  height: 100%;
  width: 100%;
  /* background-color: #004CA0; */
  position: absolute;
 


  h1{
    height: 100%;
    width: 100%;
    color: white;
    font-size: 5vw;
    position: relative;
  top: 83%;
  left: 10%;
  font-family: "headings";
  font-weight: 100;
  }
}




.back-text{
  height: 100%;
  width: 100%;
  position: absolute;
 

  h1{
    height: 100%;
    width: 100%;
    color: rgba(255, 255, 255, 0.259);
    font-family: "headings";
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25vw;
    left: -8%;
  
  }

}

.char{
  display: inline-block;
}
.svg1 {
  position: absolute;
  /* top: 16px; */
  left: 38.8%;
  z-index: 30;
  margin-top: 15%;
}
.svg2 {
  position: absolute;
  /* top: 16px; */
  left: 42%;
  z-index: 30;
  margin-top: 27.9%;
}
.svg3 {
  position: absolute;
  /* top: 16px; */
  left: 20.9%;
  z-index: 30;
  margin-top: 19.9%;
}

.info-1-img1 {
  height: 250px;
  width: 500px;
  /* background-color: blanchedalmond; */
  position: relative;
  left: 60%;
  top: 10%;
  overflow: hidden;
  z-index: 31;

}

.info-1-img2 {
  height: 300px;
  width: 480px;
  /* background-color: blanchedalmond; */
  position: relative;
  left: 64%;
  top: 35%;
  overflow: hidden;
  z-index: 31;

}

.info-1-img2 img {
  height: 100%;
}

.info-1-img3 {
  height: 200px;
  width: 350px;
  /* background-color: blanchedalmond; */
  position: relative;
  left: 10%;
  top: -40%;
  overflow: hidden;
  object-fit: contain;
  z-index: 31;

}

.info-1-img3 img {
  height: 100%;
  width: 100%;
}

.car1-info-2 {
  height: 100vh;
  width: 100%;
  /* background-color: red; */
  position: relative;
}
.svg4{
  position: absolute;
  /* top: 16px; */
  left: 28.5%;
  z-index: 30;
  margin-top: 26.7%;
  transform: rotate(28deg);
}

.info-2-img1 {
  height: 300px;
  width: 380px;
  /* background-color: antiquewhite; */
  overflow: hidden;
  position: relative;
  left: 10%;
  top: 20%;
  z-index: 21;

}

.car1-info-3 {
  height: 100vh;
  width: 100%;
  /* background-color: rgb(97, 209, 6); */
}

.svg5{
  position: absolute;
  /* top: 16px; */
  left: 28.5%;
  z-index: 30;
  margin-top: 19.4%;
  transform: rotate(-25deg);
}
.svg6{
  position: absolute;
  /* top: 16px; */
  left: 60.8%;
  z-index: 30;
  margin-top: 36.7%;
  /* transform: rotate(28deg); */
}

.info-3-img1 {
  height: 300px;
  width: 380px;
  /* background-color: antiquewhite; */
  overflow: hidden;
  position: relative;
  left: 10%;
  top: 15%;
  object-fit: contain;
  z-index: 21;

}

.info-3-img1 img {
  height: 100%;
  width: 100%;
}

.info-3-img2 {
  height: 220px;
  width: 320px;
  /* background-color: antiquewhite; */
  overflow: hidden;
  position: relative;
  left: 75%;
  top: 34%;
  z-index: 21;
  
}

.info-3-img2 img {
  height: 100%;
  width: 100%;
  /* object-position: top; */
  object-fit: cover;


}

.car1-info-4 {
  height: 100vh;
  width: 100%;
  /* background-color: rgb(0, 4, 255); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}



.info {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.726);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100%);
  transition: transform 0.5s ease; 
}

.info p {
  color: white;
  padding: 20px;
}


.info.show {
  transform: translateY(0);
}

.heading1, .heading2{
  height: 50%;
  width: 100%;
  background-image: url(./images/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  /* top: 13%; */
  z-index: 21;

  h1{
    
    color: rgba(254, 253, 253, 0.985);
    font-size: 15vw;
    font-family: "headings";
    transform: scaleY(1.8) scaleX(1);
    position: relative;
    left: -20px;
 
  }
}



.section2 {
  min-height: 100vh;
  width: 100vw;
  position: relative;
  top: -90px;
}

.page3-top {
  position: relative;
  top: 10%;
}

.page3-top h1 {
  color: transparent;
  font-size: 10vw;
  font-weight: 400;
  font-family: "headings";
}

.page3-top h1 span {
  height: 100%;
  width: auto;
  display: inline-block;
  position: relative;
  opacity: 0;
  transition: color 0.3s;
  background-color: transparent;
  color: white;
  box-shadow: none;
}

.small-heading {
  font-size: 4vw !important;
}

.page3-elem {
  height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5vw;
  position: relative;
}

.page3-elem .box {
  height: 100%;
  width: 32.5%;
  /* background-color: aquamarine; */
  position: absolute; /* Change from relative to absolute */
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Centering transformation */
  overflow: hidden;
}

.page3-elem .box video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.page3-elem .box img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.7s linear;
}

.page3-elem .box:hover img {
  opacity: 0;
}

.page3-elem .box .box-button {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  padding: 10px 30px;
  background-color: rgba(221, 17, 17, 0.749);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  color: white;
  width: 50%;
}

.page3-elem .box:hover .box-button {
  opacity: 1;
  transform: translate(-50%, -50%);
}



.section3{
  min-height: 100vh;
  width: 100vw;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.sec3-heading{
  margin-top: 200px;
  margin-bottom: 200px;
  height: 35vh;
  width: 100%;
  display: flex;
  align-items: center;
  color: white;
  font-family: "headings";
  position: relative;
  display: flex;
  flex-direction: column;
}


.sec3-heading h1{
  height: 100%;
  width: 100%;
}

.sec3-heading h1:nth-child(1){
  font-size: 3vw;
  position: absolute;
  left: 20%;
  top: -4%;
}
.sec3-heading h1:nth-child(2){
  font-size: 11vw;
  display: flex;
  justify-content: center;
  position: absolute;
}
.sec3-heading h1:nth-child(3){
  font-size: 3vw;
  display: flex;
  position: absolute;
  justify-content: flex-end;
  top:53%;
  right: 18%;
  
  
}


#gallery {
  min-height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0);
  position: relative;
  top: 20%;
}

#part1 {
  width: 100%;
  display: flex;
  align-items: self-end;
  justify-content: space-between;
  gap: 1vw;
}

#part1 #sec1 {
  position: relative;
  width: 19%;
  height: 28vw;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

#part1 #sec2 {
  position: relative;
  width: 19%;
  height: 28vw;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;


}

#part1 #sec3 {
  position: relative;
  width: 22%;
  height: 36vw;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;


}

#part1 #sec4 {
  position: relative;
  width: 40%;
  height: 42vw;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;

}


#part2{
  width: 100%;
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  gap: 1vw;
  padding-top: 2vw;
}
#part2 #elem1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1vw;
  position: relative;
  width: 38%;
  height: 25vw;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;

}
#part2 #elem2{
  position: relative;
  width: 22%;
  height: 30vw;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;

}
#part2 #elem3{
  position: relative;
  width: 40%;
  height: 40vw;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;

}

#part1 #sec1:hover,#part1 #sec2:hover,#part1 #sec3:hover,#part1 #sec4:hover,#part2 #elem1:hover, #part2 #elem2:hover, #part2 #elem3:hover{
  img{
    transform: scale(1.3);
    transition: all 0.5s ease-out;

  
  }
}

.black {
  position: absolute;
  height: 100%;
  width: 100%;
}

.white {
  position: absolute;
  height: 100%;
  width: 100%;
}

.black img,
.white img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}


.section4{
  padding-top: 400px;
  min-height: 100vh;
  width: 100vw;
background-color: #000;  
position: relative;
display: flex;
justify-content: center;
align-items: center;

}

.section4 video{
  height: 100%;
  width: 100%;
  transform: scale(0);
}
.section4 h1{
color: #fff;
font-size: 5vw;
font-family: "headings";
position: absolute;
z-index: 24;
}





footer {
  position: relative;
  height: 100vh;
  width: 100%;
}

#bg-video {
  position: absolute;
  height: 100vh;
  width: 100%;
}

#bg-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

#footer-info {
  height: 100vh;
  width: 100%;
  background-color: #000;
  color: #fff;
  opacity: .7;
}

#footer-info h1 {
  font-size: 3rem;
  padding: 2vw 5vw;
  font-family: "Work Sans", sans-serif;
}

#member-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2vw 5vw;
}

.field {
  height: 3vw;
  width: 30vw;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #fff;
}

.field i {
  font-size: 1.2vw;
  padding-bottom: .9vw;
}

.field input {
  height: 100%;
  width: 100%;
  font-size: 1.3rem;
  padding: 0 10px;
  background: none;
  border: none;
  color: #fff;
  padding-bottom: .9vw;
  outline: none;
}
.fbutton {
  position: relative;
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid rgb(243, 244, 246);
  font-family: "headings";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  background: transparent;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}

.fbutton:hover {
  background: transparent;
  box-shadow: 0 0 30px 5px rgba(177, 195, 207, 0.815);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.fbutton:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}

.fbutton::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.fbutton:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}




.navigation > h3{
  font-weight: 200;
  font-family: "headings";
  border-bottom: 1px solid white;

}

#die-car {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3vw;
  border-bottom: 1px solid #fff;
  opacity: .7;
  width: 90%;
  padding: 3vw 0;
  margin: 2vw auto;
}

#headings {
  width: 50%;
  height: fit-content;
}

#headings #heading {
  display: flex;
  align-items: center;
  font-family: "Work Sans", sans-serif;
}

#heading img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  object-position: center;
}

#headings h3 {
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-family: "headings";
}

#die-car p {
  font-size: 1rem;
  width: 85%;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: "Work Sans", sans-serif;
}

#info {
  position: relative;
  width: 50%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#info h3 {
  font-size: 1.3rem;
  margin-bottom: 30px;
}

#info .link {
  padding: 10px 0;
}

#info a {
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
}

#info a:after {
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease, left 0.3s ease;
  width: 0;
  bottom: -2px;
}

#info a:hover:after {
  width: 100%;
  left: 0;
}

#footer-info #right-reserved {
  padding: .5vw 5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#right-reserved p {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
}


.social-menu {
  display: flex;
  justify-content: center;
}
.social-menu i{
  font-size: 1.6rem;
}

.social-btn {
  list-style: none;
  height: 3.2vw;
  width: 3.2vw;
  border-radius: 50%;
  margin: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* box-shadow: 0 10px 10px -5px rgb(255, 255, 255, 0.1); */
  transition: all 0.3s;
  z-index: 10px;
  /* border: 1.5px solid #fff; */
}

.social-btn a {
  text-decoration: none;
  color: #fff;
}

.social-btn:hover a {
  color: #fff;
}

.social-menu .social-btn::before {
  /* content: attr(tooltip); */
  position: absolute;
  top: 0;
  font-size: 2em;
  font-weight: bold;
  z-index: -1;
  opacity: 0;
  pointer-events: auto;
  background: #fff;
  padding: 10px;
  color: #000;
  letter-spacing: 1px;
  transition: all 0.3s ease-out;
}



.social-menu .social-btn:hover::before {
  top: -45px;
  opacity: 1;
}

.social-btn:hover::after {
  top: -12px;
  opacity: 1;
}


.facebook a {
  color: #3b5999;
}

.facebook:hover,
.facebook:hover .social-btn:before,
.facebook:hover .social-btn:after {
  background: #3b5999;
}

.twitter a {
  color: #fff;
}

.twitter:hover,
.twitter:hover .social-btn:before,
.twitter:hover .social-btn:after {
  background: #0f56ee;
}

.youtube a {
  color: #c8232c;
}

.youtube:hover,
.youtube:hover .social-btn:before,
.youtube:hover .social-btn:after {
  background: #c8232c;
}



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



 .loader-container{
  height: 100vh;
  width: 100vw;
 }
.navbar{
  width: 100vw;
  background-color: transparent;
  padding: 0;
  position: fixed;

}

nav .left-nav, .mid-nav, .end-nav, .box{
  height: 45px;
 
}

.mid-nav{
  left: 4px;
}

.menu{
  width: 100vw;
  overflow: hidden;
  height: 100vh;
}

.elem{
  width: 100vw;
}

.elem .menu-vid {
  width: 300px;
  height: 100px;
  position: relative;
  top: 150px;
  left: 50px;

 
}

.divider{
  display: none;
}



.links{
  width: 100vw;
  position: relative;
  left: 60%;
}


.bg-text{
  position: absolute;
  font-size: 13vw;
 
}

.car-model{
display: none;


}

.img{
  position: absolute;
  top: 30%;
  left: -120px;
  transform: scale(1.3);
  display: block;
}
.section1{
  height: 100vh;
}

.marquee{
height: 20%;
top: 90%;
position: relative;

}

.marq-sec{
  height: 100%;
  width: 100%;
}

.mustang-info{
  display: none;
}


.section2{
  height: 150vh;
  /* background-color: pink; */
  width: 100vw;
}

.page3-top{

  height: 10%;
  width: 100%;
  position: relative;
  /* background-color: violet; */
  top: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -5px;

  h1{
    font-size: 16vw;
  }
}

.page3-elem{
  position: relative;
  /* top: -180px; */
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: -20px;
gap: 50px;
}

.page3-elem .box{
  height: 35%;
  position: relative;
 
  width: 90%;
}




.sec3-heading h1:nth-child(1){
  font-size: 8vw;
  left: 1px;
  top: -100px;
}
.sec3-heading h1:nth-child(2){
  font-size: 16.5vw;
  left: -5px;
  top: -10px;
  transform: scaleY(1.5);
}
.sec3-heading h1:nth-child(3){
  font-size: 8vw;
  left: 10px;
  top: -2px;
}

#gallery{
  height: 700px;
  top: -436px;
  width: 427px;
}

#part1{
  height: 500px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  white-space: collapse;
}

#part1 #sec1{
width: 60%;
height: 48%;
top: -20px;
cursor: pointer;
}

#part1 #sec2{
  width: 35%;
  top: -20px;
  height: 48%;
  cursor: pointer;


}

#part1 #sec3{
  top: -40px;
  height: 35%;
  cursor: pointer;

}
#part1 #sec4{
  top: -40px;
  width: 72%;
  cursor: pointer;

}

#part2{
  height: 500px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  white-space: collapse;
  cursor: pointer;

}

#part2 #elem1{
  width: 100%;
  height: 48%;
  top: -30px;
  cursor: pointer;

}

#part2 #elem2{
  width: 40%;
  height: 50%;
  top: -15px;
  cursor: pointer;

}
#part2 #elem3{
  width: 56%;
  height: 50%;
  top: -15px;
  cursor: pointer;

}
#part1 #sec1:hover,#part1 #sec2:hover,#part1 #sec3:hover,#part1 #sec4:hover,#part2 #elem1:hover, #part2 #elem2:hover, #part2 #elem3:hover{
  img{
    transform: scale(1.3);
    transition: all 0.5s ease-out;

  
  }
}



.section4{
height: 100vh;

display: flex;
top: -160px;
  h1{
    color: white;
    position: absolute;

  }
}

.section4 video{
 height: 100vh;
 width: 100vw;
  background-color: #62A34B;
  top: -480px;
  object-fit: cover;
}






  footer {
    position: relative;
    height: 45vh;
    width: 100%;
  }
  
  #bg-video {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  
  #bg-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  #footer-info {
    height: 100%;
  }

  #footer-info h1 {
    font-size: 2rem;
  }

  #member-details {
    padding: 10vw 5vw;
  }

  .field {
    padding-bottom:3vw ;
    gap: 10px;
  }

  .field i {
    font-size: 2vw;
    padding-bottom: .5vw;
  }

  .field input {
    font-size: .7rem;
  }

  .fbutton {
    position: relative;
    padding: 10px 20px;
    border-radius: 7px;
    letter-spacing: 1px;
    font-size: .4rem;
  }

  #headings {
    width: 45%;
    height: fit-content;
  }

  #heading img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    object-position: center;
    margin-left: -13px;
  }

  #headings h3 {
    font-size: .7rem;
  }

  #die-car {
    gap: 0;
    border-bottom: 1px solid #fff;
    padding-top: 1vw;
    padding-bottom: 6vw;
    margin: 2vw auto;
  }

  #die-car p {
    font-size: .5rem;
    width: 80%;
    line-height: 1;
    letter-spacing: 1px;
    font-family: "Work Sans", sans-serif;
  }

  #info {
    position: relative;
    width: 70%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
  }

  #info h3 {
    font-size: 0.4rem;
    margin-bottom: 10px;
    width: 15vw;
  }

  #info .link {
    padding: 0;
  }

  #info a {
    font-size: .5rem;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: "Work Sans", sans-serif;
  }

  #footer-info #right-reserved {
    padding: 0 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  #right-reserved p {
    font-size: .5rem;
    font-family: "Work Sans", sans-serif;
  }
  
  
  .social-menu {
    display: flex;
    justify-content: center;
  }
  
  .social-menu i {
    font-size: .5rem;
  }
  

}

