.banner{
    background-image: url(../img/sayfa-banner-img.png);
    width: 100% !important;
    height: 320px !important;
    background-size: cover;
  }

  .title{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 368px !important;
    color: #FFF;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }



.pageDescription {
    padding-top: 80px;
    padding-bottom: 47px;
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}

.pageDescription p {
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 22px;
    color: #6A6E74;
}
.chargeCardList {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
}

  .chargeCard {
    padding: 47px;
    box-shadow: 0 0 8px 3px #0000000D;
}


.chargeNameArea {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.chargeName {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Poppins';
    color: #000000;
}

.chargeResponse {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Poppins';
    color: #999C9F;
}

.chargeOptionList {
    display: flex;
    flex-direction: column;
    row-gap: 25.5px;
}

.chargeOption {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

.chargeOption label {
    font-family: 'Poppins';
    font-size: 13.5px;
    font-weight: 500;
    line-height: 20px;
}

.chargeOptionList .chargeOption select {
    width: 80%;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Poppins';
    border: 1px solid #f2f2f2!important;
    box-shadow: none;
    outline: none;
    border-radius: 7px;
}

.calculateButton button {
    margin-top: 18px;
    width: 80%;
    padding: 14px 10px;
    border: 1px solid #67cbe1;
    background: #67cbe1;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Poppins';
    color: #fff;
}


.DcChargeTime, .AcChargeTime {
    font-size: 22px;
    height: 70px;
    display: flex;
    align-items: center;
    font-family: 'Poppins';
    column-gap: 10px;
}

.DcChargeTime .is-nan, .AcChargeTime .is-nan {
    color: #eb3939;
    font-weight: 500;
    font-size: 20px;
}

.DcChargeTime .charge-span, .AcChargeTime .charge-span {
    font-weight: 600;
}

.DcChargeTime .charge-time-minute, .AcChargeTime .charge-time-minute {
    font-weight: 600;
    color: #3595ab;
}

@media only screen and (min-width: 992px)
{
    .desktopButtonArea {
        display: block;
    }

    .mobileButtonArea
    {
        display: none;
    }

    .desktopChargeTime
    {
        display: flex;
    }

    .mobileChargeTime
    {
        display: none;
    }
}

@media only screen and (max-width: 991px)
{
    .desktopButtonArea {
        display: none;
    }

    .mobileButtonArea
    {
        display: block;
    }

    .desktopChargeTime
    {
        display: none;
    }

    .mobileChargeTime {
        display: flex;
        font-size: 20px;
        column-gap: 5px;
    }

    .DcChargeTime .is-nan, .AcChargeTime .is-nan {
        font-size: 18px;
    }
}


@media only screen and (max-width: 425px)
{

    .pageDescription {
        padding-top: 40px;
    }

    .pageDescription p {
        font-size: 14px;
        line-height: 22px;
    }
    .chargeOptionList .chargeOption select {
        font-size: 14px;
        line-height: 20px;
        padding: 14px 10px;
    }

    .chargeCard {
        padding: 32px;
    }
}