*{
    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;
    
}

.banner-section h1 {
    color: #FFDC54;
    font-family:NunitoSans;
    font-size: 65px;
    font-style: normal;
    margin-bottom: 40px;
    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;
    text-align: left;
}

.black-section {
    background-color: black;
    position: relative;
    padding: 91px 0 0px 0;
}

.Challenge {
    padding-bottom: 92px;
}

.Challenge h4, .Solution h4  {
    color: #FFCD0C;
    font-family:NunitoSans;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}

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

.Challenge p, .Solution p{
    color: #FFF;
    font-family:Mada-Light;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 180%; /* 27px */
letter-spacing: 0.45px;
}

.full-website {
    width: 391px;
    position: absolute;
    top: -210px;
}

.Solution {
    margin-top: 200px;
    
    margin-bottom: 60px;
}

.Solution h4 {
    text-align: right;
    margin-right: 32px;
}

.Solution h4::after {
    position: absolute;
    content: "";
    width: 226.5px;
    height: 1px;
    right: 0;
    top: -7px; background: linear-gradient(45deg, rgb(58 58 58 / 71%) 0%, rgb(255 255 255 / 85%) 50%, rgb(58 58 58 / 71%) 100%);
}

.full-website-mobile {
    width: 349px;
    position: absolute;
    bottom: 0;
    right: 48px;
}

.website-banner {
    width: 100%;
}

.Result {
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
}

.yellow-box {
    border-radius: 0px 0px 3px 3px;
background: linear-gradient(180deg, #FFCD0C 0%, #997B07 100%);
padding:53px 77px;
position: relative;
top: -46px;
}

.yellow-box h1 {
    color: #010101;
    font-family:PlusJakartaSans;
font-size: 25px;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: 0.75px;
text-transform: uppercase;
padding-bottom: 18px;
margin: 0;
}

.yellow-box p {
    color: #000;
    font-family:Mada-Regular;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 27px */
letter-spacing: 0.45px;
}

.talk h5 {
    color: #FFF;
    font-family:PlusJakartaSans;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 30px */
    letter-spacing: 0.6px;
    padding-bottom: 25px;
}

.talk h5 span {
    color: #FFF;
    font-family:PlusJakartaSans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.54px;
}

.drop h3 {
    color: #FFF;
    font-family:PlusJakartaSans;
    font-size: 17.234px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.517px;
    margin: 0;
    cursor: pointer;
}

.drop {
    display: flex;
    gap: 70px;
    border-top: 1px solid #fff;
    width: 272px;
    border-bottom: 1px solid #fff;
    padding: 9px 23px;
    position: relative;
}

.drop::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 19.149px;
    background-color: #fff;
    left: 93px;
}

.next-up {
    padding-top: 50px;
}

.line-one h4 {
    color: #FFCD0C;
    font-family:NunitoSans;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin: 0;
}

.line-one p {
    color: #FFF;
    font-family:Mada-light;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%; /* 27px */
    letter-spacing: 0.45px;
}

.line-one p span {
    font-family:Mada-Regular;
    font-weight: 800;
    letter-spacing: 1.85px;
}

.line-one h6 {
    display: inline;
}

.line-one h6, .ez {
    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;

}

.line-one h6::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 10px;
    background-color: #1a1a1a;
    right: 0;
    bottom: -1px;
}

.elac-set {
    position: relative;
}

.elac-set::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 68px;
    background-color: #e0e0e0;
    top: 40px;
    left: 41%;
}

.elac-set h2 {
    color: #FFF;
    font-family:NunitoSans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
    margin: 0;
    padding-bottom: 12px;
}

.elac-set h2 span{
    font-size: 16px;
}

.elac-set p {
    color: #FFF;
    font-family:Mada-light;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%; /* 25.2px */
    letter-spacing: 0.42px;
    width: 70%;
}











@media (max-width:1200px) {
    .elac-set p {
        width: 81%;
    }

    .elac-set::after {
        left: 45%;
    }

    .line-one p br {
        display: block !important;
    }

    .same-line {
        display: none;
    }

    .banner-section p {
        padding-left: 33px;
    }

    .Challenge h4, .Challenge p{
        padding-left: 33px;
    }

    .Challenge h4::after {
        left: 31px;
    }

    .full-website {
        top: -228px;
    }

    .Solution {
        margin-top: 108px;
    }

    .full-website-mobile {
        width: 306px;
        bottom: 37px;
        right: 0px;
    }
}

@media (max-width:991px) {
    .pmist {
        padding: 0;
        padding-left: 22px;
    }

    .elac-set p {
        width: 96%;

    }

    .elac-set::after {
        left: 49%;
        height: 106px;
        top: 27px;
    }

    .yellow-box {
        padding: 33px 27px;
    }
    
    .full-website {
        position: unset;
    }

    .banner-section {
        padding: 60px 0 33px 0;
    }

    .banner-section p {
        padding-left: 0;
        text-align: center;
    }
    .black-section {
        padding: 49px 0 20px 0;
    }

    .reveres {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .Challenge h4, .Challenge p {
        text-align: center;
        padding-left: 0;
    }

    /* .Challenge p {
        padding: 0;
    } */

    .Challenge h4::after {
        left: 48%;
        transform: translateX(-42%);
    }

    .full-website {
        width: 70%;
        margin: 0 auto;
    }

    .full-website-mobile {
        position: unset;
        width: 100%;
    }

    .Challenge {
        padding: 0;
    }

    .Solution {
        margin-top: 56px;
    }

    .Solution .row {
        align-items: center;
        text-align: center;
    }

    .Solution h4 {
        text-align: center;
        margin-right: 0px;
    }

    .Solution h4::after {
        left: 50%;
        transform: translateX(-50%);
      }
}

@media (max-width:768px) {
    .line-one {
        text-align: center;
        padding-bottom: 35px;
    }

    .line-one p br {
        display: none !important;
    }

    .list-center {
        text-align: center;
        border: 1px solid #fff;
        padding: 20px !important;
        margin-top: 20px;
    }

    .elac-set h2 {
        padding-bottom: 12px !important;
    }

    .pmist {
        padding: 0;
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    .elac-set::after {
        display: none !important;
    }

    .yellow-box {
        top: -24px;
    }

    .talk, .drop {
        text-align: center;
        margin: 0 auto;
    }

    .full-website {
        width: 50%;
        margin: 0 auto;
    }

    .full-website-mobile {
        width: 72%;
        margin: 0 auto;
    }

    .logo-img {
        text-align: center;
        margin-bottom: 30px;
    }

    .logo-img img {
        width:36%;
    }

    .logo-detail p {
        text-align: center;
    }
}

@media (max-width:600px) {
    .yellow-box {
        top: 0;
        margin-top: 20px;
    }

    .talk, .drop {
        padding-top: 20px;
    }

    .full-website-mobile {
        width: 70%;
        margin: 0 auto;
    }

    .full-website {
        width: 80%;
        margin: 0 auto;
    }


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

    .banner-section p {
        margin-top: 40px;
    }
}

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

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

.logo-detail {
    width: 100%;
    /* height: 700px; */
    background-color: #000;
}

.logo-detail p {
    color: #FFF;
    font-family: Mada-Light;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
    letter-spacing: 0.45px;
}

.logo-detail p span {
    font-weight: bold;
}


input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    -webkit-text-fill-color: #fff !important;
    color: #fff;
    border-bottom: 1px solid #FFD01A ;
    transition: background-color 5000s ease-in-out 0s;
}