* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* index page start */
/* header start */
nav {
  background-color: rgb(25, 28, 36);
}
.main {
  background-color:rgb(218, 147, 46);
}

nav ul li a {
  font-weight: 550;
  transition: 0.5s ease;
  color: white !important;
}

nav ul li a:hover {
  color: rgb(44, 192, 174) !important;
}

.text .login {
  transition: 0.5s ease;
  color: white !important;
}

.text .login:hover {
  text-decoration: underline !important;
  color: rgb(44, 192, 174) !important;
}

.text .sign {
  color: rgb(243, 125, 145);
}

.text .i-1 {
  position: fixed;
  bottom: 0;
}
/* header ends */

/* banner section start */
.banner .carousel-item {
  background-image: url("/public/admin/assets/images/djkasjdasdk.jpg");
  background-size: cover;
  background-position: center;
  height: 400px;
}

.banner h3 {
  font-weight: 550;
}

.banner h2 {
  font-weight: 550;
}

.banner .d-1 {
  transition: 0.5s ease;
}

.banner .d-1:hover {
  background-color: white !important;
  color: rgb(234, 16, 110) !important;
  border: 1px solid rgb(234, 16, 110);
}
/* banner section end */

/* about us section start */
.about-us {
  background-color:rgb(218, 147, 46);
}
/* about us section end */

/* footer start */
footer {
  background-color: rgb(25, 28, 36);
}

footer .i-2 {
  background-color: rgb(51, 51, 51);
  color: white;
  transition: 0.5s ease;
}

footer .i-2:hover {
  background-color: rgb(24, 131, 218);
}

footer .i-3 {
  background-color: rgb(51, 51, 51);
  color: white;
  transition: 0.5s ease;
}

footer .i-3:hover {
  background-color: rgb(235, 97, 11);
}

footer .i-4 {
  background-color: rgb(51, 51, 51);
  color: white;
  transition: 0.5s ease;
}

footer .i-4:hover {
  background-color: yellowgreen;
}

.parrot ul li a {
  color: white;
}

.parrot ul li a:hover {
  text-decoration: underline !important;
}
/* footer section end */
/* index page end */

/* login page start */

form .d-1:hover {
  background-color: white !important;
  color: rgb(234, 16, 110) !important;
  border: 1px solid rgb(234, 16, 110);
}

.parrot a:hover {
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .banner .carousel-item .rat {
    margin-left: 10px !important;
  }
  .banner .carousel-item h1 {
    text-wrap: nowrap;
  }
  .banner .carousel-item .rat img {
    margin-left: 70px !important;
  }
}


