@font-face {
    font-family: "Peyda";


    src: url("../fonts/Peyda/PeydaFaNum-Black.woff2"); /* IE */
    src: url("../fonts/Peyda/PeydaFaNum-Bold.woff2"); /* IE */
    src: url("../fonts/Peyda/PeydaFaNum-ExtraBold.woff2"); /* IE */
    src: url("../fonts/Peyda/PeydaFaNum-ExtraLight.woff2"); /* IE */
    src: url("../fonts/Peyda/PeydaFaNum-Light.woff2"); /* IE */
    src: url("../fonts/Peyda/PeydaFaNum-Medium.woff2"); /* IE */
    src: url("../fonts/Peyda/PeydaFaNum-Regular.woff2"); /* IE */
    src: url("../fonts/Peyda/PeydaFaNum-SemiBold.woff2"); /* IE */
    src: url("../fonts/Peyda/PeydaFaNum-Thin.woff2"); /* IE */
    src: url("../fonts/Peyda/PeydaFaNum-Regular.woff2"); /* IE */
    font-weight: normal;
}

body {
    font-family: Peyda !important;;
}

.header_back_right {
    position: absolute;
    right: 0;
    top: 0
}

.header_back_left {
    position: absolute;
    left: 0;
    top: 0
}

.title-header {
    font-size: 50px;
    color: white;
    word-spacing: -5px
}

.sub-title-header {
    font-size: 18px;
    color: white;
    margin-top: 24px;
}

.btn-header-search {
    background: black;
    font-family: Peyda !important;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 80px;
    width: 70px;
    position: absolute;
    top: 37px;
    left: 36%
}

.header-search {
    margin-top: 30px;
    width: 30%;
    height: 50px;
    border-radius: 80px;
    border: none;
}

.section1 {
    border-radius: 80px 80px 0 0;
    background: white;
    min-height: 100px;
    background-image: linear-gradient(#FEFEFF, #D7DADA);
}

.section1-card {
    border-radius: 32px;
    box-shadow: 0px 4px 5px #8b9ba1;
    min-height: 140px;
    background-image: linear-gradient(#E5E8ED, #D4D9DA);

    align-content: center;

}

.section1-plus {
    color: white;
    background-color: #399E95;
    border-radius: 50%;
    padding: 3px 10px;
    font-size: 18px;
    position: relative;
    font-weight: bold;
    top: 0px;
    right: 0px;

}

.section1-card-title {
    font-size: 14px;
    margin-top: 10px;
}

.section1-turn {
    position: relative;
    color: black;
    background: #FFFFFF3D;
    border-radius: 8px;
    border: 1px solid white;
    top: 10px;
    padding: 5px 7px;
}


.section2 {
    background: #D7DADA;
    min-height: 100px;


}

.section2-right-area {
    background-image: linear-gradient(to right, #CF5827, #FFA10B);
    border-radius: 0 30px 30px 0;
}


.section2-left-area {
    background-image: linear-gradient(to right, #CF5827, #FFA10B);
    border-radius: 30px 0 0 30px;
}

.section2-right-area img {
    position: absolute;
}

.section1-row {
    padding-top: 80px;
}


.color-white {
    color: white;
}

.banner-title {
    padding-top: 30px;
    padding-right: 40px;
    font-size: 32px;
    text-shadow: 2px 2px 6px black;
}

.banner-sub-title {
    padding-top: 5px;
    padding-right: 40px;
    font-size: 22px;
    text-shadow: 2px 2px 6px black;
}


.section2-turn {
    position: relative;
    color: black;
    background: #FFFFFF3D;
    border-radius: 8px;
    border: 1px solid white;
    top: 15px;
    right: 40px;
    padding: 5px 7px;
}

.nav-link {
    font-size: 15px;
    color: black;

}

.navbar-nav {
    padding-right: 10%;
    z-index: 100000;
}

.btn-login {
    background: black;
    font-family: Peyda !important;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 80px;
    z-index: 10000;
}

.btn-login:hover {
    color: #d3c2c2 !important;
}

.navbar {
    z-index: 10000;
}

.section2-bottom-area {
    background-image: linear-gradient(to bottom, #CF5827, #FFA10B);
    border-radius: 0 0 30px 30px;
    min-height: 170px;
}


.section2-top-area {
    background-image: linear-gradient(to bottom, #CF5827, #FFA10B);
    border-radius: 30px 30px 0 0;
}

.section2-bottom-area img {
    position: absolute;
}


.banner-title2 {
    padding-top: 20px;
    padding-right: 40px;
    font-size: 25px;
    text-shadow: 2px 2px 6px black;
}

.banner-sub-title2 {
    padding-top: 5px;
    padding-right: 40px;
    font-size: 18px;
    text-shadow: 2px 2px 6px black;
}


.section2-turn2 {
    position: relative;
    color: black;
    background: #FFFFFF3D;
    border-radius: 8px;
    border: 1px solid white;
    top: 20px;
    padding: 5px 7px;
}

.slide-content {
    padding-left: 20px !important;
    padding-right: 10px !important;
}

.swiper-slide {
    margin-left: 27px !important;
}

.section4-card-title {
    font-size: 16px;
    margin-top: 18px;
    margin-right: 10px;
}

.section-4-city {
    position: absolute;
    left: 0;
    background: #399E9529;
    color: #399E95;
    padding: 2px 10px;
    border-radius: 10px;
    margin-top: 10px;
    font-weight: bold;
}

.section4-col-7 {
    position: relative;
}

.section4-sub-card-title {
    font-size: 12px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: justify;
    font-weight: normal;
}

.section4-turn {
    background: #399E95;
    display: block;
    color: white;
    margin-right: 8px;
    border-radius: 8px;
    border: 1px solid white;
    padding: 5px 7px;
    width: 100%;
}

.section4-turn-icon {
    color: white;
    position: relative;
    top: 1px;
    left: 0px;
}

.swiper-navBtn {
    position: absolute !important;
    top: 80px !important;

}

.swiper-navBtn-150 {
    top: 150px !important;
}

.swiper-navBtn-left {
    right: -20px !important;
}

.swiper-navBtn-right {
    left: -18px !important;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '' !important;
}

.section4-c {
    color: #399E95;
    background: #399E9529;
    padding: 6px;
    border-radius: 5px;
}

.back_ads {
    height: 174px;
    width: 70%;
}


.section5-card-title {
    font-size: 16px;
    padding-top: 18px;
    margin-right: 10px;
}

.section-5-city {
    position: absolute;
    left: 10px;
    background: #399E9529;
    color: #070707;
    padding: 2px 10px;
    border-radius: 10px;
    margin-top: 14px;
    font-weight: bold;
}

.section5-col-7 {
    position: relative;
}

.section5-sub-card-title {
    font-size: 12px;
    margin-top: 10px;
    margin-right: 10px;
    text-align: justify;
    font-weight: normal;
}

.section5-turn {
    background: #30313C;
    display: block;
    color: white;
    margin-right: 8px;
    border-radius: 8px;
    border: 1px solid white;
    padding: 5px 7px;
    width: 95%;
}

.section5-turn-icon {
    color: white;
    position: relative;
    top: 1px;
    left: 0px;
}

.section5 {
    background-image: linear-gradient(to bottom, #D7DADA, #FFFFFF);
    min-height: 100px;
}

.section6 {
    background: #ffffff;
    min-height: 100px;
}

footer {
    background-image: linear-gradient(to bottom, #FFFFFF, #D7DADA);
   margin-bottom: -20px;
}

@media (max-width: 575.98px) {
    .section1-row {
        padding-top: 20px;
    }

    .header_back_left {
        width: 100%;
    }

    .header_back_right {
        width: 100%;
    }

    .title-header {
        font-size: 30px;
        color: white;
        word-spacing: -1px
    }

    .sub-title-header {
        font-size: 13px;
        color: white;
        margin-top: 24px;
        word-spacing: 0px
    }

    .header-search {
        width: 100%;
    }

    .btn-header-search {
        top: 37px;
        left: 3%
    }

    .nav-link {
        text-align: right;
    }

    .slide-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .swiper-navBtn-left {
        right: -8px !important;
    }

    .swiper-navBtn-right {
        left: -6px !important;
    }
}
