﻿.installment-calculator {
    padding: 53px;
    padding-bottom: 33px;
}

.installment-calculator-range {
    width: 100%;
}
.installment-calculator-range-input {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 6px;
    background: #cdcdcd 0% 0% no-repeat padding-box;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    padding: 0 !important;
}
    .installment-calculator-range-input::-webkit-slider-runnable-track{
        color:var(--second-color);
    }
    .installment-calculator-range-input:hover {
        opacity: 1;
    }

    .installment-calculator-range-input::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: white;
        border: 10px solid var(--second-color);
        cursor: pointer;
    }

    .installment-calculator-range-input::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: white;
        border: 10px solid var(--second-color);
        cursor: pointer;
    }
#installment-calculator-accounting{
    height:0;
}
#installment-calculator-accounting-list {
    display:none;
}
.aghsat-length {
    background: #E5E5E5;
    transition: all ease .5s;
}

    .aghsat-length.active {
        background: var(--second-color);
        color: white !important;
    }
    .height-0{
        height:0 !important;
}
 .description .content .description-text.close{
     height:500px;
}
.desc-color {
    color: white;
}

.fs-8px {
    font-size: 8px;
}

.fs-12px {
    font-size: 12px;
}

.fs-13px {
    font-size: 13px;
}

.fs-14px {
    font-size: 14px;
}

.fs-15px {
    font-size: 15px;
}

.fs-16px {
    font-size: 16px;
}

.fs-17px {
    font-size: 17px;
}

.fs-18px {
    font-size: 18px;
}

.fs-19px {
    font-size: 19px;
}

.fs-20px {
    font-size: 20px;
}

.fs-22px {
    font-size: 22px;
}
.fs-24px {
    font-size: 24px;
}

.installment-calculator-percent {
    padding: 17px;
    background: 0% 0% no-repeat padding-box padding-box rgb(243, 243, 243);
}


.title-color {
    color: #52575c !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.p-18px {
    padding: 18px;
}

.installment-calculator-input {
    background: 0% 0% no-repeat padding-box padding-box rgb(243, 243, 243);
}


.installment-calculator-accounting {
    background: #F3F3F3 0% 0% no-repeat padding-box;
    padding: 21px;
    left: -105%;
    transition: all ease .5s;
}

    .installment-calculator-accounting.open {
        left: 0 !important;
    }
.installment-calculator-group-label-button{
    border-width: 0;
    color:var(--caption-color);
}

.aghsati-box {
    background: #F9F9F9 0% 0% no-repeat padding-box;
    padding: 15px 21px;
}

main .tours .swiper-wrapper .swiper-slide {
    height: max-content;
}

/*===swiper===*/

main .tours .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: start;
    align-items: start;
    text-align: center;
    border-radius: 15px;
    font-size: 14px;
    width: 100%;
    height: 400px;
}

    main .tours .swiper-slide .card {
        width: 100% !important;
        position: relative;
        border: none;
        border-radius: 15px;
    }

    main .tours .swiper-slide .img {
        border-radius: 15px 15px 0px 0px;
        aspect-ratio: 2 / 1.3;
    }

        main .tours .swiper-slide .img img {
            border-radius: 15px 15px 0px 0px;
            width: 100%;
            height: 100%;
            z-index: 5;
            aspect-ratio: 5/3;
        }

        main .tours .swiper-slide .img .card-tag {
            position: absolute;
            z-index: 6;
            top: 10px;
            left: 10px;
            padding: 0px 10px;
            background-color: #ffffff;
            border-radius: 6px;
            color: var(--caption-color);
            font-size: 11px;
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 23px;
        }

    main .tours .swiper-slide .content {
        text-align: right;
        padding: 5px 10px;
        display: flex;
        flex-direction: column;
        row-gap: 5px;
    }

        main .tours .swiper-slide .content .card-title {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            -webkit-box-orient: vertical;
            color: #52575C !important;
            font-size: 15px;
        }

        main .tours .swiper-slide .content p {
            margin: 0px 0px 5px 0px;
            font-weight: bold;
            font-size: 15px !important;
        }

        main .tours .swiper-slide .content .caption {
            color: gray !important;
            font-size: 12px;
        }

        main .tours .swiper-slide .content .value {
            font-size: 13px;
            color: #52575C;
        }

        main .tours .swiper-slide .content .price {
            color: var(--first-color) !important;
            font-weight: bold;
        }

    main .tours .swiper-slide .row1,
    main .tours .swiper-slide .row2 {
        display: flex;
        justify-content: space-between;
    }

    main .tours .swiper-slide .row2 {
        margin-bottom: 10px;
    }

    main .tours .swiper-slide img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.tours-head {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: space-between;
    width: 100%;
}
/*==slider-buttons===*/
main .tours .swiper-area {
    position: relative;
}

main .tours .swiper-buttons {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    background-color: white;
    transition: 0.2s;
    position: absolute;
    z-index: 99;
    top: calc(50% - 20px);
}

main .tours #tourNextButton {
    left: 0;
}

main .tours #tourPrevButton {
    right: 0;
}

main .tours .swiper-buttons:hover {
    cursor: pointer;
    box-shadow: 0px 0px 3px rgba(128, 128, 128, 0.3);
}

main .tours .swiper-buttons:active {
    filter: brightness(0.9);
}

main .tours .swiper-button-disabled {
    color: gray !important;
}

main .tours .swiper-button-active {
    color: var(--first-color) !important;
}
@media screen and (max-width: 768px) {
    .installment-calculator-form {
        justify-content: center;
    }
    .installment-calculator-group:first-child,
    .installment-calculator-group:last-child {
        width:calc(100% - 1.5rem);
    }
    .installment-calculator-group{
        width: 45%;
    }
    .installment-calculator-submit{
        width:100%;
    }
    .installment-calculator {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }
    .aghsati-box ul {
        padding-right: 0 !important;
    }
    .title {
        width: 60% !important;
        text-align: right;
        font-size: 13px;
    }
    .swicher {
        width: 40%;
        text-align: left;
    }
    .view-all{
        display:none;
    }
    .installment-calculator-group-label-button {
        padding: 5px 15px !important;
        font-size: 0.8rem;
    }
}
