@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Satisfy&display=swap');

html {
    scroll-behavior: smooth;
  }

.background_image{
  background-image: url("../image/Newly.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1e1e1e;
  overflow: hidden;
  height: 660px;
  position: relative;
}
.container-fluid {
  padding-right: 0px !important;;
  padding-left: 0px !important;
}
.banner_contant{
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  text-align: center; 
  color: #ff0078; 
}
.banner_title {
  margin-top: 0; 
}
.banner_title h1{
  font-size: 17rem;
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: italic;
  margin-top: 75px;

}
.banner_para p{
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 64px;
}
.navbar_logo{
  font-weight: 700;
  font-size: 33px;
}

.nav-link.active {
    border-bottom: 2px solid #ff0078;
    color: #ff0078 !important;
  }

  .nav-link:hover {
    color: #ff0078 !important;
  }
  .navbar-toggler{
    background-image: url(../image/menu.png) !important;
    background-color: #fff !important;
  }


  @media(max-width:868px){
    .banner_title h1 {
        font-size: 6rem;
    }
    .banner_para p {
        font-size: 13px;
        font-weight: 700;
        line-height: 36px;
    }
    .banner_contant {
        top: 25%;
    }
    .background_image {
        height: 400px;
    }
  }
  @media (min-width: 869px) and (max-width: 1300px) {
    .banner_contant {
      top: 37% !important;
    }
    .banner_para p {
      font-size: 37px;
    }
  }