body {
    background: #f9f9f9;
}
.main .search-row .search-result {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: fit-content;
    min-height: 200px;
    max-height: 450px;
    overflow-y: auto;
    background: #fff;
    display: none;
    flex-flow: column nowrap;
    width: 100%;
    border-radius: 0 0 7px 7px;
    padding: 0px 20px 0 20px;
    box-sizing: border-box;
    margin-top: 38px;
}
body.dark .main .search-row .search-result {
    background: var(--third-d-color);
}
body.secoondary .main .search-row .search-result {
    background: var(--third-s-color);
}
.main .search-row .search-result .search-item {
    cursor: pointer;
}
.main .search-row .search-result .search-item:first-child {
    border-top: 2px solid #b9b9b9;
    margin-top: 8px;
}
.main .search-row .search-result .search-item:hover {
    background: linear-gradient(90deg, #c2dbd8, #c1ebe3);
}
.main .row .search-result .search-item {
    cursor: pointer;
}
.main .row .search-result .search-item:first-child {
    border-top: 2px solid #b9b9b9;
    margin-top: 8px;
}
body.dark .main .row .search-result .search-item:first-child {
    border-top: 2px solid #5a5a5a;
}
body.secondary .main .row .search-result .search-item:first-child {
    border-top: 2px solid #5a5a5a;
}
.main .row .search-result .search-item:hover {
    background: linear-gradient(90deg, #c2dbd8, #c1ebe3);
}
body.dark .main .row .search-result .search-item:hover {
    background: linear-gradient(90deg, #1c4235, #153f31);
}
body.secondary .main .row .search-result .search-item:hover {
    background: linear-gradient(90deg, #1c4235, #153f31);
}
.main .search-row.active .search-result {
    display: flex;
    z-index: 4;
}
.main .search-row.active .search-input {
    z-index: 4;
    position:relative
}
.main .search-row.active > i {
    z-index: 5;
}
.main .search-row .search-input:focus-visible {
    outline: 0 !important;
}
.main .search-row.active .search-bg {
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0005;
}
.main .search-row.active .search-result .search-item a, .main .row.active .search-result .search-item a {
    text-decoration: none;
    font-size: 18px;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
}
body.dark .main .search-row.active .search-result .search-item a, body.dark .main .row.active .search-result .search-item a {
    color: #fff;
}
body.secondary .main .search-row.active .search-result .search-item a, body.secondary .main .row.active .search-result .search-item a {
    color: #fff;
}
.main .search-row.active .search-result .search-item a img, .main .row.active .search-result .search-item a img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 17px;
}
.main .search-row.active .search-result .search-item:first-child a, .main .row.active .search-result .search-item:first-child a {
    padding: 20px 20px 8px 20px;
}
.main .search-row.active .search-result .search-item:last-child a, .main .row.active .search-result .search-item:last-child a {
    padding: 20px 20px;
}
#main-slider {
    padding: 0;
}
#main-slider li img {
    object-fit: cover;
    width: 100%;
}
section.poster img {
    width: 100%;
}

.main-consulting {
    position: relative;
}
.main-consulting img {
    width: 100%;
}
.main-consulting-box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40%;
}
.main-consulting-box .title {
    font-size: 24px;
    color: #ccab7e;
    font-weight: 700;
}
.main-consulting-box form {
    width: 300px;
    box-shadow: 0 0 2px 2px #ffffff47;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px 0;
    position: relative;
}
.main-consulting-box form .input-group input {
    margin: 8px 0;
    height: 38px;
    border-radius: 5px;
    padding: 10px;
}
.main-consulting-box form .btn {
    background: #9f835c;
    color: #fff;
    position: absolute;
    left: 15px;
    width: fit-content;
    padding: 7px 10px;
    border-radius: 7px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-consulting-box form .is-invalid input {
    border: 2px solid red;
    background: #ffe4e4;
}
section.sliders {
    width: 99%;
    margin: auto;
}
section.sliders .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.sliders .head h2 {
    color: #5d5e72;
}
body.dark section.sliders .head h2 {
    color: #fff;
}
body.secoondary section.sliders .head h2 {
    color: #fff;
}
section.sliders .head .btn {
    color: #5d5e72;
    background: #f6f6f6;
    border-radius: 39px;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 12px;
    box-shadow: 0 0 2px 0px #ccc;
}
section.sliders .splide__track {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%)
}
section.sliders .splide {
    padding: 1em 3em 3em 3em;
}
section.sliders img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 0 0 5px 2px #ccc;
}
section.sliders a {
    text-decoration: unset;
}
section.sliders .caption {
    background: linear-gradient(45deg, var(--second-l-color), var(--first-l-color));
    position: relative;
    bottom: 30px;
    border-radius: 7px;
    width: 80%;
    margin: auto;
    padding: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 3px 1px #cccccca3;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    color: #fff;
}
section.sliders .caption .title {
    text-align: center;
    font-weight: bold;
}
section.sliders .caption .bottom-side {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
}
.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 0 !important;
}
section.blog {
    margin-top: 35px;
}
section.blog .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
}
section.blog .head .title {
    color: #5d5e72;
    font-size: 28px;
    font-weight: 600;
}
body.dark section.blog .head .title {
    color: #fff;
}
body.secondary section.blog .head .title {
    color: #fff;
}
section.blog .head .btn {
    color: #5d5e72;
    background: #f6f6f6;
    border-radius: 39px;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 12px;
    box-shadow: 0 0 2px 0px #ccc;
    text-decoration: unset;
}
section.blog .container {
    display: flex;
    flex-flow: column nowrap;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
}
section.blog .container .row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    gap: 10px;
    justify-content: center;
}
section.blog .container .row .box {
    height: 280px;
    width: 30%;
    position: relative;
}
section.blog .container .row .box .title {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    background: var(--first-l-color);
    padding: 5px 10px;
    left: 0;
    border-radius: 0 7px 0 0;
    color: #fff;
}
section.blog .container .row .box img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    border-radius: 15px;
}
.row:nth-child(odd) {
    flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 800px) {
    section.main {
        margin: 5vh !important;
    }
    section.main .box {
        width: 95% !important;
    }
    section.sliders {
        width: 100%;
    }
    section.sliders .head {
        padding: 0 25px;
        box-sizing: border-box;
    }
    section.sliders .splide {
        padding: 1em 0 !important;
    }
    section.main .bar {
        padding: 10px 0;
        gap: 20px;
        justify-content: flex-start !important;
    }
    section.main .bar a {
        margin: 0 !important;
    }
    section.blog .container {
        width: 100%
    }
    section.main .box {
        padding: 15px 20px 70px 20px !important;
    }
    section.main .box > .row {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    section.main .box > .row .sidebar {
        flex-flow: row nowrap !important;
        width: 100% !important;
        justify-content: center !important;
        padding: 10px 0;
    }
    section.main .box > .row .sidebar .item {
        width: 150px;
    }
    section.main .box > .row .mainbar {
        width: 100% !important;
    }
    section.main .box > .row .mainbar > div.active {
        width: 100% !important;
    }
    section.main .box > .row .mainbar > div.active .search-row {
        width: 100%
    }
    .main-consulting-box {
        width: 100%;
        top: unset;
        bottom: 40px;
    }
}
@media screen and (max-width: 600px) {
    section.blog {
        margin-top: 30px;
    }
    section.blog .container > .row {
        flex-flow: column;
        margin: 0px 0;
    }
    section.blog .box {
        width: 100%;
        margin: 10px 0;
    }
    section.blog .container > .row:nth-child(2) .box .body img {
        height: 200px;
    }
    section.main .box .row .sidebar .item {
        width: 50%;
    }
    section.main .box {
        padding: 15px 10px 70px 10px !important;
    }
    section.main {
        margin: 15px 5px !important;
    }
    .parastoo-tour-container .row:first-child {
        flex-flow: column nowrap !important;
    }
    .parastoo-tour-container .row:first-child .input-group {
        width: 100%;
    }
    section.blog .container .row {
        flex-flow: column nowrap !important;
    }
    section.blog .container .row .box {
        width: 100% !important;
        margin: 0 !important;
    }
    .main-consulting-box {
        bottom: 0px;
    }
}
@media screen and (max-width: 500px) {
    section.main .search-row {
        width: 100% !important
    }
    .main-consulting-box .title {
        font-size: 24px;
        color: #fff;
        font-weight: 700;
        background: #ccab7e;
        padding: 5px 10px;
        position: absolute;
        top: -14px;
        z-index: 1;
        font-size: 17px;
    }
}
@media screen and (max-width: 450px) {
    section.main .bar {
        width: 100%;
        overflow-x: auto;
    }
}
