* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.navbar-brand {
  flex-grow: 5;
}

.navbar-nav li {
  padding: 0.5rem 0.9rem;
}

.navbar-brand img {
  width: 10%;
}

.carousel-item {
  height: 90vh !important;
}

.navbar {
  background-color: white;
  padding: 0 1rem 1rem 1rem;
  margin: 0 0 1rem 0;
  box-shadow: 10px 5px 5px grey;
  width: 100%;
  animation: nav-load 900ms ease-out;
}

.carousel-item img {
  width: 100%;
}

.navbar-brand {
  color: rgb(0, 0, 63) !important;
  font-size: 2rem;
  font-weight: 600;
}

.nav-item a {
  font-weight: 600;
}

.up-arrow {
  position: fixed;
  margin: 25rem 0 0 2rem;
  z-index: 1000;
}

.up-arrow a i {
  color: #fff;
  font-size: 2.5rem;
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 255, 0.631);
  z-index: 100;
  border-radius: 8px;
}

/* ----------------------------------------------Alert---------------------------------- */

.alert {
  background-color: rgb(33, 33, 33);
  /* padding-left: 80rem; */
}

.alert ul li a i {
  color: #fff !important;
  font-size: 1.3rem;
}

.alert ul li a {
  padding: 0.9rem 1rem 0 1rem;
}

/* ------------------------------------------Section-nav---------------------------- */
.nav-1 {
  background-color: rgb(66, 66, 66);
  padding: 1.5rem 0;
}

.nav-1 h1 {
  color: #fff;
  font-size: 3rem;
}

.breadcrumb {
  background-color: transparent;
}

/* ------------------------------------------Section-One---------------------------- */
body {
  overflow-x: hidden !important;
}

.sec-one {
  background-color: #fff;
}

.contant-1 {
  padding: 4rem 0;
}

.contant-1 h1 {
  font-size: 3rem;
  color: #222;
  text-align: center;
}

.cart {
  padding: 5rem 0rem 0 5rem;
}

.cart-1 img,
.cart-2 img,
.cart-3 img,
.cart-4 img,
.cart-5 img,
.cart-6 img,
.cart-7 img,
.cart-8 img {
  width: 100%;
}

.cart-0 img {
  padding: 1rem !important;
  margin: 0 auto !important;
  display: none;
}

.reveal {
  position: relative;
  transform: translateX(-250px);
  opacity: 0;
  transition: all 2s ease;
}

.reveal.active {
  transform: translateX(0px);
  opacity: 1;
}

/* ------------------------------------------Section-Two---------------------------- */

.sec-two {
  padding: 2rem 0;
}

.sec-two button {
  padding: 0.3rem 1.5rem;
  background-color: green;
  margin: 0 auto;
  display: block;
  border: none;
  border-radius: 8px;
}

.sec-two button:hover {
  background-color: #f3f3f3;
  transition: 2s;
}

.sec-two button a:hover {
  color: green;
  text-decoration: none;
}

.sec-two button a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

/* ----------------------------------------ANIMATION------------------------------ */

@keyframes nav-load {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ------------------------------------------Section-Two---------------------------- */

/* ------------------------------------------Section-Three---------------------------- */

.sec-three {
  background-color: rgb(222, 222, 222);
  padding: 2rem 0;
}

/* ----------------------------------------------Foot--------------------------------- */
.sec-foot {
  background-color: rgb(0, 0, 88);
  padding: 1rem 0;
}

.sec-foot li a {
  color: #fff;
}

/* -------------------------------------------media------------------------------ */
@media (max-width: 1500px) {
  .body {
    overflow: hidden !important;
  }

  .cart-0 img {
    display: none;
    width: 100%;
  }
}

@media (max-width: 1100px) {
  html {
    font-size: 0.8rem;
  }
}

@media (max-width: 880px) {
  .col-5 {
    flex: 70% !important;
    max-width: 100% !important;
  }

  .cart-1 img {
    display: none;
  }

  .cart-3 img {
    display: none;
  }

  .cart-5 img {
    display: none;
  }

  .cart-7 img {
    display: none;
  }

  .cart-2 img,
  .cart-4 img,
  .cart-6 img,
  .cart-8 img {
    width: 80% !important;
    margin: 2rem auto;
    display: block;
  }

  .cart-0 img {
    width: 80%;
    display: block !important;
    padding: 2rem !important;
    margin: 0 auto;
  }

  html {
    font-size: 0.8rem;
  }
}

@media (max-width: 780px) {
  html {
    font-size: 0.6rem;
  }

  .body {
    overflow-x: hidden !important;
  }

  .contant-1 {
    padding-right: 0rem;
  }

  .card {
    margin: 0 0.5rem;
  }

  .row {
    flex-wrap: wrap;
  }

  .navbar-brand {
    font-size: 1.5rem;
  }

  .card-body h1 {
    font-size: 0.7rem;
  }

  .d-flex {
    display: block !important;
  }

  .card {
    width: 20rem !important;
    margin: 2rem auto;
    display: block;
  }

  .cart-1 img,
  .cart-2 img,
  .cart-3 img,
  .cart-4 img,
  .cart-5 img,
  .cart-6 img,
  .cart-7 img,
  .cart-8 img {
    animation: none !important;
  }

  .cart-1 img {
    display: none;
  }

  .cart-3 img {
    display: none;
  }

  .cart-5 img {
    display: none;
  }

  .cart-7 img {
    display: none;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 0.6rem;
  }

  .up-arrow {
    margin: 60rem 0 0 2rem;
  }

  .body {
    overflow-x: hidden !important;
  }

  .navbar-brand {
    font-size: 1rem;
  }

  .cart-1,
  .cart-2,
  .cart-3,
  .cart-4,
  .cart-5,
  .cart-6,
  .cart-7,
  .cart-8 {
    display: block !important;
  }

  .cart {
    padding: 1rem 1rem !important;
  }

  .col-5 {
    flex: 70% !important;
    max-width: 100% !important;
  }

  body {
    overflow-x: hidden !important;
  }

  .cart-8 img,
  .cart-0 img,
  .cart-6 img,
  .cart-2 img {
    width: 80% !important;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 300px) {
  html {
    font-size: 0.4rem;
  }

  .body {
    overflow-x: hidden !important;
  }

  .navbar-brand {
    font-size: 1rem;
  }
}