.adahi-landing-section {
    height: 800px;
}
.adahi-tt {
    text-shadow: 0px 9.173px 22.933px rgba(0, 0, 0, 0.45);
    font-size: 110px;
    font-weight: 766;
    line-height: 123.836px;
}
.adahi-main-wrapper-section {
    margin-top: -20px;
    background-color: #f8f8f8;
    border-radius: 20px;
    padding-top: 80px;
}
.ad_donate-now-sec .sec-btn {
    color: #fff;
    text-align: center;
    font-size: 39.967px;
    font-weight: 600;
    border-radius: 60px;
    width: 500px;
    height: 100px;
}
.ad_khairkom-section .tt,
.ad-title-70 {
    font-size: 70px;
    line-height: 1.3;
}
.ad_khairkom-section .item .dd {
    font-size: 80px;
    line-height: 1;
}
.ad_khairkom-section .item .dd2 {
    font-size: 70px;
}
.ad_selectable-radio input {
    display: none;
}
.ad_selectable-radio > div {
    padding: 5px 25px;
    background-color: var(--main-color);
    color: #fff;
    transition: 0.4s;
    border-radius: 30px;
    font-size: 24px;
    cursor: pointer;
}
.ad_selectable-radio .--rd {
    background-color: #e82e56;
}
.ad_selectable-radio input:checked + div {
    background-color: var(--main-color-soft);
}
.ad_choose-adahi-cat-section .box .selectable-img {
    opacity: 0;
}
.ad_choose-adahi-cat-section .box .selectable-img.active {
    opacity: 1;
}
.adahi-count-section .amount-box .--amount-val {
    width: 75px;
    height: 36px;
    font-size: 18px;
}
.adahi-count-section {
    max-width: 1000px;
    margin-inline: auto;
}
.adahi-count-section .btn {
    min-width: 230px;
    height: 50px;
}
.slide-in-left {
    animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.lang-en .slide-in-left {
    animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@keyframes slide-in-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.slide-out-top {
    animation: slide-out-top 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
}
@keyframes slide-out-top {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-1000px);
        opacity: 0;
    }
}

.ad-checkbox input {
    display: none;
}
.ad-checkbox .div .circle {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #d9dadb;
    padding: 2px;
    display: flex;
    flex-shrink: 0;
}
.ad-checkbox :checked + .div .circle {
    background: url(../images/blue-radio.svg) no-repeat;
    background-position: center center;
    background-size: 17px 17px;
}
.ad-checkbox span:before {
    border-radius: 50%;
}
.checkbox-control.ad-checkbox input:checked ~ span:before {
    background: var(--secondary-color);
    border-color: transparent;
}

.ad_receive-adahi-parts-section .btn {
    padding: 10px 70px;
    font-size: 17px;
}
.ad_adahi-times-section .btn {
    padding: 5px 90px;
}
.ad_sheep-price-sec .item-full {
    grid-column: span 4;
}
.ad_location-radio input {
    display: none;
}
.ad_location-radio figure {
    height: 200px;
}
.ad_location-radio figure .img-on-selec {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.ad_location-radio .div {
    padding: 50px 40px 25px 40px;
    width: 350px;
}
.ad_location-radio :checked ~ .div {
    background-color: var(--main-color);
}
.ad_location-radio .div span {
    margin-top: -40px;
}
.ad_location-radio :checked ~ .div figure .img-start {
    opacity: 0;
}
.ad_location-radio :checked ~ .div figure .img-on-selec {
    opacity: 1;
    transform: translateX(90px);
    top: 45%;
    filter: contrast(2);
}
.ad_location-radio.location-radio-ad :checked ~ .div figure .img-on-selec {
    transform: translateX(70px);
    top: 17%;
}
.ad_adahi-calculater-section [adahi-counter-target] img {
    width: 60px;
    height: 60px;
}
.ad_adahi-confirm-section .btn {
    height: 65px;
}
.cook-item .cook-item-right {
    padding: 25px 80px;
}
.cook-item .cook-item-left .bg {
    min-height: 200px;
}
.ad_adahi-cook-section .lll .btn {
    width: 300px;
    height: 70px;
    border-radius: 60px;
}
.ad_adahi-cook-section .lll .btn.bg-soft {
    background-color: #f6f5ff;
}
.ad_receive-adahi-parts-section .imz ul {
    padding-inline-start: 22px;
}
.adahi-for-adv-section_only .adahees-count img {
    transition: 0.4s;
}
.adahi-for-adv-section_only .adahees-count img:not(.active) {
    opacity: 0.3;
}
@media (max-width: 776px) {
    .ad-title-70 {
        font-size: 30px;
    }
    .ad_choose-adahi-cat-section .head-select .ad_selectable-radio {
        width: calc(50% - 5px);
    }
    .ad_choose-adahi-cat-section .head-select .ad_selectable-radio.full-pp {
        width: 100%;
        order: 5;
    }
    [adahi-counter-target] img {
        width: 60px;
    }
    .line_1-p {
        line-height: 1;
    }
    .ad_sheep-price-sec .item-full {
        grid-column: 1;
    }
    .adahi-tt {
        display: none;
        font-size: 80px;
        font-weight: 766;
        line-height: 1.3;
    }
    .adahi-landing-section {
        height: 500px;
    }
    .ad_donate-now-sec .sec-btn {
        height: 58px;
        font-size: 23px;
    }
    .adahi-main-wrapper-section {
        border-radius: 12px;
        padding-top: 30px;
        background: #f8f8f8;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .ad_sheep-price-sec .head img {
        width: 53px;
        height: 53px;
    }
    .ad_sheep-price-sec .head {
        gap: 15px;
        flex-direction: row;
        text-align: inherit;
        justify-content: start;
    }
    .ad_sheep-price-sec .head .ttt {
        font-size: 26px;
    }
    .ad_sheep-price-sec .box {
        gap: 15px;
    }
    .ad_sheep-price-sec .box .item {
        flex-direction: row-reverse;
        display: flex;
        padding: 20px 12px;
    }
    .ad_sheep-price-sec .box .item .tt1 {
        font-size: 16px;
        margin-bottom: 0;
        text-wrap: nowrap;
        display: flex;
        align-items: center;
    }
    .ad_sheep-price-sec .box .item .list {
        width: 100%;
        gap: 12px;
        flex-direction: row;
        flex-wrap: wrap;
        padding-inline-end: 10px;
    }
    .ad_sheep-price-sec .box .item .list .flag-itm span {
        font-size: 10px;
    }
    .ad_sheep-price-sec .box .item .list .flag-itm img {
        width: 15px;
        height: 12px;
    }
    .ad_sheep-price-sec .box .item .list .flag-itm {
        padding-inline: 0;
    }
    .ad_sheep-price-sec .box .item .list {
        padding: 0;
    }
    .ad_sheep-price-sec .box .item.custom-item .flag-itm {
        flex-direction: row;
    }
    .ad_sheep-price-sec .box .item .list {
        justify-content: start;
    }
    .ad_khairkom-section .tt,
    .ad-title-70 {
        font-size: 28px;
    }
    .ad_khairkom-section .head {
        gap: 20px;
    }
    .ad_khairkom-section .head img {
        width: 40px;
        min-width: 40px;
    }
    .ad_khairkom-section .box  {
        gap: 70px;
    }
    .ad_khairkom-section .box .item img {
        width: 45px;
        height: auto;
    }
    .ad_khairkom-section .item .dd {
        font-size: 48px;
    }
    .ad_khairkom-section .item .dd2 {
        font-size: 36px;
    }
    .ad_location-radio .div span {
        font-size: 40px;
    }
    .ad_location-radio figure {
        height: 162px;
    }
    .ad_location-radio.location-radio-ad figure img {
        height: 162px;
        width: auto;
    }
    .ad_location-radio .div {
        padding: 25px 40px 25px 40px;
    }
    .ad_location-radio :checked ~ .div figure .img-on-selec {
        opacity: 1;
        transform: translateX(80px);
    }
    .ad_location-radio.location-radio-ad :checked ~ .div figure .img-on-selec {
        transform: translateX(80px);
    }
    .adahi-count-section .btn {
        min-width: inherit;
    }
    .adahi-count-section {
        width: 100%;
    }
    .adahi-count-section-wrap {
        padding-inline: 0px !important;
    }
    [adahi-counter-calculator] {
        padding-inline: 25px;
    }
    .ad_adahi-confirm-section .lll img {
        width: 60px;
        height: 60px;
    }
    .ad_adahi-confirm-section .btn {
        height: 40px;
        font-size: 14px;
    }
    .ad_adahi-cook-section .lll .inn{
        align-items: center;
    }
    .ad_adahi-cook-section .lll .btn {
        height: 40px;
        width: 170px!important;
        font-size: 14px;
    }
    .cook-item .cook-item-right {
        padding: 12px 20px;
    }
    .cook-item .cook-item-tt {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .cook-item .desc {
        font-size: 10px;
    }
    .cook-item .--price {
        font-size: 14px;
    }
    .cook-item .cook-item-left .bg {
        min-height: 118px;
        height: 118px;
        width: 110px;
    }
    .ad_adahi-cook-section .btn_cart_std {
        padding: 5px  10px;
        font-size: 8px;
        gap: 3px;
    }
    .ad_adahi-cook-section .btn_cart_std img {
        width: 10px;
    }
}


