#hero {
  /*height: 100vh;*/
  position: relative;
  overflow: hidden;
}

#flight {
  /*rotate: 90deg;*/
  display: none;
  position: fixed;
  top: 102px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 10;
}

#flight.hidden {
  opacity: 0;
  transform: translateX(-50%) translateY(-30px);
  pointer-events: none;
}

#b2b-btn-line {
  color: #0d6efd;
  background: transparent;
  border-radius: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

#b2b-btn {
  border-radius: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

#card-sec-02 {
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

img {
}

img {
}

#img-b2b-export {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#b2b-sec02-export-img {
  /*margin-bottom: 10px;*/
  margin-top: 10px;
  width: 100%;
  height: 96%;
  object-fit: cover;
  border-radius: 12px;
}

#b2b-pill {
  padding: 20px 25px 20px 25px;
  font-size: 17px;
}

.cart-b2b-export {
  color: #0d6efd;
  margin-top: 10px;
  font-family: 'Pathway Extreme';
}

@media (min-width: 300.355px) {
  #warPage_container {
    margin-top: 20px;
    width: 100%;
  }
}

@media (min-width: 576px) {
  #warPage_container {
    margin-top: 100px;
    width: 80%;
  }
}

#warPageTitle {
  font-weight: 300;
  color: #0d6efd;
}

#warPagePh {
  margin-top: 20px;
}

#warPageCard {
  /*border: none;*/
  padding: 30px;
}

#rounded-btn-warPage {
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  color: #0d6efd;
  background: transparent;
  padding-right: 20px;
  padding-left: 20px;
  transition: ease-out 0.5s;
  font-family: 'Pathway Extreme';
  transition: background-color 0.3s ease, transform 0.2s ease;
  border-radius: 200px;
}

#rounded-btn-warPage:hover {
  /*margin-right: 20px;*/
  /*margin-left: 20px;*/
  color: #ffffff;
  border: none;
  background: linear-gradient(45deg, #0fc6ff, #d739ab);
  background-size: 200% 200%;
  background-color: #394146!important;
  transform: scale(1.05);
  box-shadow: none;
}

@media (min-width: 300px) {
  #warPageBtn {
    /*margin-top: 10px;*/
    text-align: center;
  }
}

@media (min-width: 768px) {
  #warPageBtn {
    text-align: right;
  }
}

@media (min-width: 992px) {
  #rounded-btn2-warPage {
    border: none;
    background: var(--bs-red);
    border-radius: 100px;
  }
}

@media (min-width: 300px) {
  #rounded-btn2-warPage {
    border: none;
    background: var(--bs-red);
    border-radius: 100px;
    /*margin-top: 40px;*/
  }
}

