html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  overflow: hidden;
}

body {
  overflow-y: scroll;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}


.fullscreen-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  touch-action: cross-slide-y;
  transition: all 700ms ease 0s;
  z-index: 1;

}

.custom-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: orange;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.custom-button:hover {
  background-color: orangered;
  text-decoration: none;
  color: white;
  z-index: 10;

}

/* Default styles for all screen sizes */
.fullscreen-bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out;
  object-fit: cover;
}

.content {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 1;
}

.content h1 {
  font-size: 51px;
  margin: 0;
  position: absolute;
  top: 30rem;
  left: 55%;
  width: 100%;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  text-align: left;
}

@media (max-width: 480px) {
  .content h1 {
    font-size: 30px;
    margin: 0;
    position: absolute;
    top: 25rem;
    left: 55%;
    width: 100%;
    font-family: "PT Serif", serif;
    text-transform: uppercase;
    text-align: left;
  }
}

.works {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  font-size: 40px;
  margin: 0;
  width: 100%;
  font-family: "PT Serif", serif;
  text-transform: uppercase;
  text-align: center;
  color: white;
  background-color: orange;
  /* height: 100vh; */
  padding-top: 30px;
  padding-bottom: 30px;
}



@media (max-width: 480px) {
  .works {
    padding-top:80px;
    padding-bottom: 2%;
    font-size: 24px;
    justify-content:space-around;

  }
}


@media (max-width: 480px) {
  .works d {
    font-size: 25px;
    margin: 0;
    font-family: "PT Serif", serif;
    text-transform: uppercase;
    text-align: center;
    color: white;
  }
}



.works a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 24px;
  /* Adjust the font size for paragraph */
  text-align: center;
  text-transform: lowercase;

  color: white;
}

@media (max-width: 480px) {
  .works a {
    font-size: 15px;
    /* Adjust the font size for paragraph */
    text-align: center;
    color: white;
    text-decoration: none;

  }
}

@media (max-width: 480px) {
  .workcol {
    width: 20%;
  }
}

.works c {
  font-size: 18px;
  /* Adjust the font size for paragraph */
  text-align: center;
  padding-top: 5px;
  color: white;
  font-family: Tahoma;
}


@media (max-width: 480px) {
  .works c {
    font-size: 14px;
    /* Adjust the font size for paragraph */
    text-align: center;
    color: white;
  }
}

.works img {
  font-size: 24px;
  /* Adjust the font size for paragraph */
  text-align: center;
  color: white;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}

@media (max-width: 480px) {
  .works img {
    font-size: 24px;
    /* Adjust the font size for paragraph */
    text-align: center;
    color: white;
    border-radius: 50%;
    width: 100px;
    height: 100px;
  }
}

.why {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
  margin: 0;
  /* height: 100vh; */
  font-family: "times new roman";
  text-align: center;
  color: white;
  background-image: url("https://images.unsplash.com/photo-1557682260-96773eb01377?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8b3JhbmdlJTIwZ3JhZGllbnR8ZW58MHx8MHx8fDA%3D&w=1000&q=80");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 480px) {
  .why {
    padding-top: 20%;
    padding-bottom: 2%;
  }
}


@media (min-width: 768px) {
  .why b {
    font-size: 50px;
    ;
  }
}

@media (max-width: 480px) {
  .why b {
    font-size: 20px;
    ;
  }
}

@media (max-width: 480px) {
  .why a {
    font-size: 12px;
    ;
  }
}

.why a {
  font-size: 24px;
  /* Adjust the font size for paragraph */
  text-align: center;
  color: white;
}






.box {
  width: 250px;
  height: 250px;
  background-color: rgba(192, 192, 192, 0.537);
  border-bottom: 10%;
  padding-top: 2%;
  border-radius: 20px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  .box {
    width: 350px;
    height: auto;
    background-color: rgba(192, 192, 192, 0.537);

    margin: 0 auto;
  }
}

.box c {
  font-size: 24px;
  line-height: 0;
}

.box d {
  font-size: 18px;
  text-align: center;
  line-height: 0;
}

.box img {
  width: 100px;
  height: 100px;
}

@media (max-width: 480px) {

  .box img {
    width: 50px;
    height: 50px;
  }
}

h2 {
  font-size: 29px;
  margin: 0;
  position: absolute;
  top: 23rem;
  left: 55%;
  font-family: "PT Serif", serif;
  font-weight: 700;

}

p {
  position: relative;
  top: 34rem;
  left: 55%;
  width: 70%;
  text-align: left;
  /* Center items vertically */
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}



/* Media query for screens with a maximum width of 480px (mobile) */
@media (max-width: 480px) {
  p {
    position: relative;
    width: 90%;
    align-items: center;
    text-align: justify;
    /* Center items vertically */
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    padding-bottom: 5%;
  }
}

.header {
  position: fixed;
  top: 0;
  margin: 0%;
  padding: 70px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1000;

}



/* Media query for screens with a maximum width of 480px (mobile) */
@media (max-width: 480px) {
  .header {
    position: fixed;
    top: 0;
    margin: 0%;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 1000;

  }
}

.header img {
  width: 290%;
  margin-right: 10px;
  /* Add some space between logo and content */
}



/* Media query for screens with a maximum width of 480px (mobile) */
@media (max-width: 480px) {
  .header img {
    width: 120px;
    left: 25px;
    /* Add some space between logo and content */
  }
}

.hidden-header {
  display: none;
}




.centered-menu.show~.scroll-button-container {
  display: none;
}

/* Scroll button styles */
.scroll-button {
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: transparent;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  animation: wiggle 2s infinite;
}



/* Arrow icon styles */
.scroll-button .arrow {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

/* Wiggle animation */
@keyframes wiggle {

  0%,
  100% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(-5px);
  }

  75% {
    transform: translateY(5px);
  }
}

#1 {
  position: relative;
}

#video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}




.image-container {
  display: flex;
  animation: scroll 20s linear infinite;
}

.image-container img {
  width: auto;
  height: 150px;
  object-fit: cover;
  padding: 2%;
}

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

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


.brands {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
  touch-action: cross-slide-y;
  transition: all 700ms ease 0s;
  z-index: 1;
  /* padding-top: 250px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-gallery {
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
}

.image-container {
  white-space: nowrap;
  transition: transform 0.5s ease; /* Add a smooth transition effect */
width: auto;
}

.image-container img {
  display: inline-block;
  width: auto; /* Ensure images scale proportionally */
  vertical-align: middle;
  height: 200px;
  background-color: rgba(255, 255, 255, 1);

}


@media(max-width:480px){
  .image-container img {
    height: 50px;
  }
  }

.brands-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out;
  object-fit: cover;
  /* z-index: -1; */ /* Remove or change this line */
}


.heading_brands {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: orange;
  margin: 0; /* Remove margin to center text within the padding */
  padding: 25px 100px; /* 25px from the top, 100px from left and right */
  background-color: white;
  border-radius: 12px;
  margin-bottom: 15px;
}



@media(max-width:480px){
  .heading_brands {

    font-size: 20px;
    padding: 12px 25px; /* 25px from the top, 100px from left and right */

  }
}

.image-container-image {
  width: auto;
  height: 80px;
  object-fit: cover;
  padding: 5%;
  align-items: center;
  /* Horizontally center items */
  justify-content: center;
}


.logo-backgrounds {
  background-color: rgba(255, 255, 255, 1);
  padding-left: 50px;
  padding-right: 50px;
  padding: 20px;

  border-radius: 10px;
  height: auto;
  z-index: 1;
}





.footermainpage {
  position: absolute;
  color: #fff;
  width: 100%;
  display: flex;
  height: 100vh;
}

.footermainpage footer {
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0%;
  padding-bottom: 0%;

}
/* 
@media(min-width:480px) {
  .sticky-button-navigation {
display: none;
  }
  
  
  }

@media(max-width:480px) {
.sticky-button-navigation {
  position: fixed;
  bottom: 60px; 
  left: 50%; 
  transform: translateX(-50%); 
  text-align: center;
  z-index: 100;
}


.sticky-button-navigation button {
  background-color:transparent;
  color: #fff; 
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}


} */