*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
} 

@font-face {
  font-family:Mada-Bold;
  src: url('../font/mada/Mada-Bold.ttf');
}

@font-face {
  font-family:Mada-Regular;
  src: url('../font/mada/Mada-Regular.ttf');
}

@font-face {
  font-family:Mada-Light;
  src: url('../font/mada/Mada-Light.ttf');
}

@font-face {
  font-family:PlusJakartaSans;
  src: url('../font/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf');
}

@font-face {
  font-family:Raleway;
  src: url('../font/Raleway/Raleway-VariableFont_wght.ttf');
}

@font-face {
  font-family:NunitoSans;
  src: url('../font/Nunito_Sans/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf');
}

a {
text-decoration: none;
}





























.banner-section {
  width: 100%;
  /* height: 285px; */
  background-color: #FFCD0C;
  padding: 60px 0 20px 0;
}



.banner-section h1 {
  color: #FFDC54;
  font-family:NunitoSans;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.95px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: 31px;
}

.banner-section h1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFCD0C;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner-section h6 {
  color: #000;
  text-shadow: 0px 3.618px 3.618px rgba(77, 77, 77, 0.25);
  font-family:NunitoSans;
  font-size: 40.704px;
  text-align: center;
  top: -32px;
  position: relative;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.221px;
}

.black-section {
  width: 100%;
  background-color: black;
  padding: 120px 0 0px 0;
}

.top-content h1{
  color: #FFF;
  font-family:NunitoSans;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}

.top-content p{
  color: #FFF;
  font-family:Mada-Light;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.48px;
}

.nav .nav-item button.active {
  background-color: transparent;
  color: var(--bs-danger) !important;
}
.nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid var(--bs-danger);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 5px 5px 0 0;
}

.top-content {
  padding-bottom: 25px;
}

.tap-model {
  padding: 20px 0;
  position: relative;
  margin-top: 60px;
  margin-bottom: 80px;
}

.tap-model::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(45deg, rgb(58 58 58 / 71%) 0%, rgb(255 255 255 / 85%) 50%, rgb(58 58 58 / 71%) 100%);
  bottom: 0;
  left: 0;
}

.tap-model::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(45deg, rgb(58 58 58 / 71%) 0%, rgb(255 255 255 / 85%) 50%, rgb(58 58 58 / 71%) 100%);
  top: 0;
  left: 0;
}

  .own-page {
    color:  #FFCD0C !important;
    FONT-WEIGHT: 800 !important;
  }

  .tap-model h1 {
    color: #FFf;
    font-family:NunitoSans;
    font-size: 18px;
    font-style: normal;
    font-weight: 100;
    line-height: 150%; /* 27px */
    letter-spacing: 0.54px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
  }

 


  /* commen css done  */



































  @media (max-width:991px) {
    .black-section {
      padding: 43px 0 0px 0;
  }

  .top-content h1 {
    text-align: center;
  }

  .top-content p {
    text-align: center;
    padding-top: 16px;
  }

  .top-content {
    padding-bottom: 0px;
}

.tap-model {
  margin-top: 42px;
}


.tap-model h1 {
  margin-bottom: 18px;
}

.image-set {
  --bs-gutter-x: 3.5rem !important;
}
}

@media (max-width:768px) {
  .tap-model {
    margin-bottom: 37px;
}

.image-set {
  --bs-gutter-y: 2.5rem !important;
}

.banner-section h1 {
  font-size: 52px;
}
}

@media (max-width:600px) {
  .banner-section h1 {
    font-size: 39px;
  }

  .banner-section h6 {
    top: -19px;
  }

  .black-section {
    padding: 43px 0 20px 0;
}
}

@media (max-width:450px) {
  .top-content h1 br{
    display: block !important;
}
}

@media (max-width:424px) {
  .banner-section h1 {
    font-size: 31px;
}

.banner-section h6 {
  position: unset;
  transform: unset;
  font-size: 30.704px;
  margin-top: 27px;
}
}