*{
    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%;
    background-color: #FFCD0C;
    padding: 60px 0 58px 0;
    
}

#overlay {transition: all 0.5s ease;}

.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;
}

.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;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 31px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1.221px;
}

.banner-section p {
    color: #000;
    text-align: center;
    font-family:Mada-Regular;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.45px;
    margin-top: 25px;
    width: 66%;
    text-align: center;
    margin: 25px auto 0 auto;
    padding-bottom: 30px;
}

.black-section {
    background-color: black;
    position: relative;
}

#gB {
    border-radius: 53px;
    padding: 5px;
    background: transparent;
}

#gB:hover {
    background:linear-gradient(180deg, #5DAFDD 0%, #FFCB00 100%);
}

#box {
    border-radius: 46px !important;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  
  #overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.68) 66.5%, rgba(0, 0, 0, 0.71) 100%);
    text-align: center;
    padding: 45px 0 66px 0;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
  }
  
  #box:hover #overlay {
    opacity: 1;
  }
  
  #plus {
    width: 160.009px;
  }

  .box-top {
    position: relative;
    top: -49px;
  }

  .set-details h5{
    color: #FFF;
    font-family:Mada-Bold;
    font-size: 21.835px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.655px;
    padding: 20px 0 15px 20px;
    margin: 0;
  }

  .set-details button {
    color: #FFF;
    font-family: Raleway;
    font-size: 15.152px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.455px;
    background: transparent;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #FFCD0C;
    border-top: 1px solid #FFCD0C;
    padding: 7px 0;
    position: relative;
    margin: 0 0 0 20px;
}

.set-details button::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 10px;
    background-color: #1A1A1A !important;
    right: 0;
    bottom: -1px;
}
  
.box-set {
    --bs-gutter-x: 5.5rem !important;
}

footer {
    padding: 36px 0 21px 0 !important;
}

@media (max-width:1200px) {
    .banner-section h6 {
        top: 31px;
    }
}


@media (max-width:991px) {
    .box-set {
        --bs-gutter-x: 3.5rem !important;
    }

    
    .banner-section p{
        width: 100%;
    }
}

@media (max-width:768px) {

    .banner-section h6 {
        font-size: 37px;
    }

    .box-top {
        position:unset;
    }


    .set-details {
        padding: 0 !important;
        margin-top: 50px;
        margin-bottom: 0 !important;
    }

    .banner-section h1 {
        font-size: 50px;
        line-height: 89px;
    }
}

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

    .banner-section h6 {
        font-size: 31px;
        width: 100%;
        top: 18px;
    }

   .banner-section p{
        padding: 0;
        margin-top: 47px;
    }
}

@media (max-width:424px) {
    .banner-section h1 {
        font-size: 32px;
        line-height: normal;
        margin: 0;
    }

    .banner-section h6 {
        position: unset;
        transform: unset;
    }
}

