* {
    margin: 0px;
    padding: 0px;
  }
  body{
    background: black;
  }
  h1, h2, h3, h4, h5, h6, p, a{
    font-family: 'Poppins', sans-serif !important;
  }
  /* .container.product-cont{
    padding-left: 10%;
    padding-right: 10%;
  } */
  .port-page{
    background-color: black;
  }
  .port-head{
    animation: slideIn 1s forwards;
    opacity: 0; 
    padding-top: 5%;
  }
  @keyframes slideIn {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
  .port-top-head{
    color: rgb(255 102 0);
    padding-left: 10%;
    padding-top: 4%;
    font-size: 45px;
  }
  .port-second-head{
    color: white;
    padding-left: 10%;
    font-size: 45px;
    padding-top: 20px;
  }
  .categories{
    color: white;
    padding-left: 10%;
    display: flex;
    padding-top: 25px;
    
  }
  .categories .cat-h{
    margin-top:3px;
    animation: slideIn 1s forwards;
    opacity: 0; 
  }
  .box{
    border:2px solid white;
    margin:0px 15px 10px 15px;
    padding: 6px 20px;
    opacity: 0;
    transform: translateY(50px); /* Initially shifted down */
    animation: slideUp 1s forwards;
}
.box h2{
    font-size: 25px;
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
  @keyframes slideIn {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.websiteBanner1{
    padding-left:10%;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(50px);
    
}
.websiteBanner1 img{
    width: 82%;
    padding-bottom: 50px;

}
.websiteBanner5{
    padding-left:10%;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(50px);
}
.websiteBanner5 img{
    width: 82%;
    padding-bottom: 50px;

}
.websiteBanner2{
    padding-left:10%;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(50px);
}
.websiteBanner2 img{
    width: 82%;
    padding-bottom: 50px;

}
.websiteBanner3{
    padding-left:10%;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(50px);
}
.websiteBanner3 img{
    width: 82%;
    padding-bottom: 50px;

}
.websiteBanner4{
    padding-left:10%;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(50px);
}
.websiteBanner4 img{
    width: 82%;
    padding-bottom: 50px;

}
.websiteBanner6{
    padding-left:10%;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(50px);
}
.websiteBanner6 img{
    width: 82%;
    padding-bottom: 50px;

}

.websiteBanner7{
    padding-left:10%;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(50px);
}
.websiteBanner7 img{
    width: 82%;
    padding-bottom: 50px;

}
.websiteBanner8{
    padding-left:10%;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(50px);
}
.websiteBanner8 img{
    width: 82%;
    padding-bottom: 50px;

}
.websiteBanner9{
    padding-left:10%;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(50px);
}
.websiteBanner9 img{
    width: 82%;
    padding-bottom: 50px;

}
.websiteBanner10{
    padding-left:10%;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(50px);
}
.websiteBanner10 img{
    width: 82%;
    padding-bottom: 50px;

}
.websiteBanner11{
    padding-left:10%;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(50px);
}
.websiteBanner11 img{
    width: 82%;
    padding-bottom: 50px;

}
.websiteBanner12{
    padding-left:10%;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(50px);
}
.websiteBanner12 img{
    width: 82%;
    padding-bottom: 50px;

}
.websiteBanner13{
    padding-left:10%;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(50px);
}
.websiteBanner13 img{
    width: 82%;
    padding-bottom: 50px;

}
.websiteBanner14{
    padding-left:10%;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(50px);
}
.websiteBanner14 img{
    width: 82%;
    padding-bottom: 50px;

}
.websiteBanner15{
    padding-left:10%;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(50px);
}
.websiteBanner15 img{
    width: 82%;
    padding-bottom: 50px;

}
.websiteBanner16{
    padding-left:10%;
    padding-top: 40px;
    opacity: 0;
    transform: translateY(50px);
}
.websiteBanner16 img{
    width: 82%;
    padding-bottom: 50px;

}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
  width: auto !important;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 30px;
  font-weight: bold;
  color: white !important;
  cursor: pointer;
}


@keyframes slideInFromBottom {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
  }
  .box a{
    color: white !important;
    text-decoration: none !important;
  }

  @media screen and (max-width: 900px) {
    .port-top-head {
      color: rgb(194, 109, 52);
      padding-left: 4%;
      padding-top: 4%;
      font-size: 30px;
  }
  .port-second-head {
    color: white;
    padding-left: 4%;
    font-size: 24px;
    padding-top: 20px;
}
.categories {
    color: white;
    padding-left: 4%;
    display: flex;
    padding-top: 25px;
}
.categories .cat-h {
  margin-top: 3px;
  animation: slideIn 1s forwards;
  opacity: 0;
  font-size: 15px;
  text-wrap: nowrap;
}
.box h2{
  font-size: 14px;
}
.box {
  border: 2px solid white;
  margin: 0px 3px 10px 2px;
  padding: 1px 3px;
  opacity: 0;
  transform: translateY(50px);
  animation: slideUp 1s forwards;
}
.websiteBanner1 img{
    padding-bottom: 0px;
}
.websiteBanner2 img{
    padding-bottom: 0px;
}
.websiteBanner3 img{
    padding-bottom: 0px;
}
.websiteBanner4 img{
    padding-bottom: 0px;
}
.websiteBanner5 img{
    padding-bottom: 0px;
}
.websiteBanner6 img{
    padding-bottom: 0px;
}
.websiteBanner7 img{
    padding-bottom: 0px;
}
.websiteBanner8 img{
    padding-bottom: 0px;
}
.websiteBanner9 img{
    padding-bottom: 0px;
}
.websiteBanner10 img{
    padding-bottom: 0px;
}
.websiteBanner11 img{
    padding-bottom: 0px;
}
.websiteBanner12 img{
    padding-bottom: 0px;
}
.websiteBanner13 img{
    padding-bottom: 0px;
}
.websiteBanner14 img{
    padding-bottom: 0px;
}
.websiteBanner15 img{
    padding-bottom: 0px;
}
/* .websiteBanner16 img{
    padding-bottom: 0px;
} */

  }