@font-face {
  font-family: 'Super Caramel';
  src: url('../fonts/super_caramel-webfont.woff2') format('woff2'),
       url('Fonts/webfontkit-20240830-023204/super_caramel-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Cocogoose';
  src: url('../fonts/cocogoose-pro-regular-trial-webfont.woff2') format('woff2'),
       url('Fonts/webfontkit-20240830-024201/cocogoose-pro-regular-trial-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}


html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; 
  width: 100%;
}

body {
  background-color: black;
  background-image: url('bgloader stars.jpeg');
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3vw; 
  letter-spacing: 1px;
  margin: 0;
  overflow: auto; 
  /* cursor: url("cursor.png") , auto; */
}
/* Position the food and animal objects */
#loading-container {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  
}

#food-object {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 300px;
  background-color: rgba(255, 0, 0, 0);
  cursor: move;
}

#animal-object {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background-color: rgba(0, 255, 0, 0);
}
/* Styles for mobile devices (max-width: 768px) */
@media only screen and (max-width: 768px) {
  #loading-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #loading-container h1 {
    font-size: 24px;
  }

  #food-object, #animal-object {
    width: 40%;
    height: 15vh;
    margin: 10px;
  }
  .container {
    background-size: 100% auto; /* adjust background image size for mobile devices */
  }
}

/* Loading animation */
.loading-animation {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.container, .second, .third {
  text-align: center;
  color: #ffffff;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; This enables the parallax effect */
  position: relative;
  z-index: 2;
}
.firstcontainer {
  text-align: center;
  color: #ffffff00;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; This enables the parallax effect */
  position: relative;
  z-index: 2;
  
}
.container {
  background-image: url(Presentation1.gif);
  background-repeat: no-repeat;
  background-size: cover;
  
  background-position-x: 80%; /* This will apply to all screen sizes */
  background-position-y: 20%;
}

.second {
  background-image: url(2n.jpeg);
  background-position: center;
}

.third {
  background-image: url(2n.jpeg);
  background-position: center;
}

.four {
  background-image: url(fist.png);
  background-position: center;
}
.fourp {
  margin-top: 350px;
  font-size: 220px;
  color : #F3D6B4;
  text-shadow: 
    -3.5px -3.5px 0 #000,  
     3.5px -3.5px 0 #000,
    -3.5px  3.5px 0 #000,
     3.5px  3.5px 0 #000; 
  
}
.firsthead {
  margin-left: 0;
  position: absolute;
  top: 55%;
  left: 45%;
  text-shadow: none;
  color: black;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Bebas Neue', sans-serif;
  color: #000000;
  font-size: 4vw; 
  text-shadow: 
  -2px -2px 0 #FFFA57,  
   2px -2px 0 #FFFA57,
  -2px  2px 0 #FFFA57,
   2px  2px 0 #FFFA57; 
  
}
.firsthead {
  margin-left: 0;
  position: absolute;
  top: 55%;
  left: 3%;
  text-shadow: none;
  color: black;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Bebas Neue', sans-serif;
  color: #000000;
  font-size: 4vw;
  border: #000 solid;

}

.parahead {
  border: #000 solid;
  position: absolute;
  top: 70%;
  left: 3%;
  text-shadow: none;
  color: black;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Bebas Neue', sans-serif;
  color: #ffffff;
  font-size: 3vw;
}

h1 {
  font-weight: 700;
  font-family: 'Bebas Neue', sans-serif;
  color: #ffffff;
  font-size: 4vw;
  margin-bottom: 5vh;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}

h2 {
  font-weight: 500;
  font-family: 'Bebas Neue', sans-serif;
  color: #ffffff;
  font-size: 4vw;
  margin-bottom: 5vh;
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
}
.bg {
  background-image: url('bgloader.jpg'); /* Replace with your image path */
  background-size: cover; /* This will cover the entire area of the logos class */
  background-position: center; /* This will center the background image */
  background-repeat: no-repeat; /* This prevents the image from repeating */
  
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgb(35, 35, 35);
  background-color: rgb(0, 0, 0);
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f500;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-linear-gradient(bottom,rgb(99, 99, 99), rgb(84, 84, 84));
}

.blank {
  width: 100%;
  min-height: 5vh; 
  background-color: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  z-index: 2;
}

.conveyor {
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.conveyor-inner {
  display: flex;
  animation: scroll 8s linear infinite;
  width: 200%;
}

.conveyor-inner span {
  font-family: 'Bebas Neue', sans-serif;
  padding: 0 2vw; 
  font-size: 2vw; 
  color: #ffffff;
  font-weight: bold;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center; 
  transition: 0.3s ease-out;
  backdrop-filter: blur(8px) brightness(1.2);
  -webkit-backdrop-filter: blur(8px) brightness(1.2);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 16px;
  z-index: 10;
  border-top: 2px black solid;
}

.list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; 
  gap: 10px; 
  flex: 1; 
}

.list li {
  background: none;
  padding: 0;
}

.list li img {
  width: 50px; 
  height: 50px;
  display: block;
  background: transparent;
  border: none;
  margin: 0;
  border-radius: 50%;
  object-fit: cover;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  body {
    font-size: 1.5rem !important;
  }

  h1 {
    font-size: 2.5rem !important;
  }

  h2 {
    font-size: 2.2rem !important;
  }
  

  .container {
    background-image: url(STATIC_01\ \(3\).png);
    background-repeat: no-repeat;
    background-size: cover;
    
    background-position-x: 80%; /* This will apply to all screen sizes */
    background-position-y: 20%;
  }
  
  .second {
    background-image: url(2n.jpeg);
    background-position: center;
  }
  
  .third {
    background-image: url(phone\ 2.png);
    background-position: center;
  }
  .four {
    background-image: url(phone\ 3.png);
    background-position: center;
    
  }
  .four h2 {
    font-size: 200px;
  }
}

@media (max-width: 500px) {
  body {
    font-size: 1.2rem !important;
  }

  h1 {
    font-size: 2rem !important;
  }

  h2 {
    font-size: 1.8rem !important;
  }

  .conveyor-inner span {
    font-size: 0.8rem !important;
    padding: 0 0.5rem !important;
  }

  nav {
    font-size: 14px;
  }
}



.blanknew {
  overflow: hidden;
  width: 100vw; /* Use viewport width for full screen */
  height: 100vh; /* Use viewport height for full screen */
  position: relative; /* Ensure positioning context for child elements */
  background-color: #f0f0f0; /* Optional: background color for visibility */
}

.conveyornew {
  display: flex;
  width: 100%; /* Keep it full width */
  height: 100%; /* Ensure it takes full height */
  position: absolute; /* Position it absolutely to fill the blank container */
  top: 0; /* Align to the top */
  left: 0; /* Align to the left */
}
.logo-img {
  width: 1920px; /* Set the desired width for images */
  margin-right: 10px; /* Space between images */
}
.conveyor-innernew {
  display: flex;
  width: calc(200%); /* Ensure this is wider than the viewport to enable scrolling */
  animation: slide 10s linear infinite; /* Adjust duration for speed */
}

@keyframes slide {
  0% {
      transform: translateX(0); /* Start at the beginning */
  }
  100% {
      transform: translateX(-105%); /* Move left by half of the total width */
  }
}

@keyframes slide {
  from {
      transform: translateX(0);
  }

  to {
      transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: black;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: none;
}

.logos-slide {
  display: inline-block;
  animation: 30s slide infinite linear;
}

.logos-slide img {
  height: 1024px;
  margin: 0 40px;
}