/** Generated by QuickPaging **/
.margin_lr_1 {
    margin: 0 1em;
}

.container_1200 {
    width: 100%;
    margin: 0 auto;
}

#scroll_bottom {
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
}

.wrapper {
    width: 100%;
    background: -webkit-linear-gradient(top, #1f304f, #252f41 80%);
    background: -moz-linear-gradient(top, #1f304f, #252f41 80%);
    background: -ms-linear-gradient(top, #1f304f, #252f41 80%);
    background: -o-linear-gradient(top, #1f304f, #252f41 80%);
    margin-bottom: -1em;
}

.banner_section {
    text-align: center;
    padding: 6em 0 4em;
    position: relative;
}

.triangle {
    margin-bottom: -15px;
}

.triangle img {
    width: 100%;
    height: auto;
}

.banner_image {
    width: 100%;
    max-width: 530px;
    height: auto;
    transform: rotate(4deg);
}

.text_title {
    display: block;
    font-weight: bold;
}

.callToAction_section {
    text-align: center;
}

.cta_content {
    background-color: white;
    padding: 0 0 3em;
}

.cta_btn_title {
    font-size: 1.5em;
    padding: 0 1.2em;
    margin-bottom: 1.5em;
}

.cta_before_logo_part {
    display: flex;
    justify-content: center;
}

.cta_before_logo {
    border-radius: 50%;
    padding: 1em 1.4em 2em;
    /*box-shadow: 0 1px 10px #cccccc;*/
    display: inline-block;
    /*width: 170px;*/
    /*height: 170px;*/
    text-align: center;
}

.cta_before_logo img {
    width: 100%;
    height: auto;
    max-width: 230px;
}

.cta_before_btn_part {
    text-align: center;
    padding: 1em 0 3em;
}

.cta_before_btn_part a {
    background: -webkit-linear-gradient(top, #1bd103, #15b101 80%);
    background: -moz-linear-gradient(top, #1bd103, #15b101 80%);
    background: -ms-linear-gradient(top, #1bd103, #15b101 80%);
    background: -o-linear-gradient(top, #1bd103, #15b101 80%);
    font-size: 1.3em;
    font-weight: bold;
    padding: 1.3em 0;
    border-radius: 8px;
    color: white;
    display: inline-block;
    width: 460px;
    max-width: 85%;
}

.cta_before_btn_part a:hover {
    background: -webkit-linear-gradient(top, #1bd103, #158F01 80%);
    background: -moz-linear-gradient(top, #1bd103, #158F01 80%);
    background: -ms-linear-gradient(top, #1bd103, #158F01 80%);
    background: -o-linear-gradient(top, #1bd103, #158F01 80%);
}

.cta_before_text_part {
    direction: rtl;
    line-height: 2;
    font-size: 1.3em;
}

.cta_arrow {
    position: relative;
}

.arrow_med_large {
    position: absolute;
    left: 100px;
    bottom: 20px;
    width: 18%;
}

.installment_section {
    padding: 1em  0;
}

@media screen and (max-width: 600px) {
    .installment_section {
        padding: 1em 0 0;
    }
}

.installment_title {
    text-align: center;
    color: #1f1f1f;
    /* margin-bottom: 1.5em; */
    font-weight: bold;
    font-size: 22px;
}

.installment_tour_item {
    margin: 0 3px;
}


.installment_tour_item a {
    display: block;
    border-radius: 8px;
    text-align: center;
    color: white;
    position: relative;
    top: 0;
    transition: top ease 0.4s;
}

.installment_tour_item a:hover {
    top: 5px;
}


.installment_tour_item img {
    width: 100%;
}

.installment_tour_item img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.installment_tour_item .more_info {
    display: block;
    margin: 0 0 1.2em;
    padding: 10px;
    background-color: #FF6200;
    border-radius: 5px;
    transition: box-shadow ease 0.4s;
}

.installment_tour_item .tour_img_caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    text-shadow: -1px 2px 1px #000;
    font-size: 1.45em;
    width: 100%;
}

.installment_video {
    text-align: center;
    margin: 3em auto 2em;
    width: 600px;
}

.r1_iframe_embed iframe {
    border-radius: 8px;
}

.installment_video video {
    width: 95%;
    max-width: 720px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.cta_after_section {
    text-align: center;
    margin: 4.5em 0 1em;
    display: flex;
    justify-content: space-between;
}

.cta_after_btn {
    padding: 1.5em 0;
    font-size: 1.2em;
    border: 2px solid white;
    color: white !important;
    background-color: transparent;
    border-radius: 8px;
    margin: 0 1em;
    width: 45%;
    transition: 0.2s background-color;
}

.cta_after_btn:hover {
    background-color: #FF6200;
    border: 2px solid #FF6200;
}


.sponsors_section {
    background-color: white;
    padding: 2em 0 6em;
    margin-top: -3px;
}

.sponsors_brands {
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
    margin: 40px 0;
}

.sponsors_item {
    margin: 0 10px;
    flex: 0 0 10%;
}

.sponsors_item img {
    width: 100%;
}

.sponsors_item span {
    display: block;
    margin: 15px 0;
}

.box_item {
    margin: 5px 10px;
    padding: 10px 10px 40px;
    border-radius: 6px;
    border: 1px solid #cccccc;
}

.box-img img {
    width: 100%;
    border-radius: 6px;
}

.box-text p {
    margin: 1em 0 3em;
    word-break: break-word;
    direction: rtl;
}

.box-btn a {
    padding: 8px 16px;
    border-radius: 6px;
    border: 2px solid #da251d;
    color: #da251d;
}

@media screen and (max-width: 600px) {
    .installment_tours {
        display: flex;
        flex-direction: column-reverse;
    }

    .installment_video {
        max-width: 95%;
    }
}


@media screen and (max-width: 480px) {
    .cta_after_section {
        flex-direction: column;
    }

    .cta_after_btn {
        width: 90%;
        margin-bottom: 1.5em;
    }

    .triangle {
        margin-bottom: -1.4em;
    }

    .triangle.last {
        margin-bottom: -2.1em;
    }

    .boxes {
        display: flex;
        flex-direction: column-reverse;
    }

    .sponsors_title {
        padding: 10px 10px 0;
    }
}


@media screen and (min-width: 2220px) and (max-width: 3000px) {
    .cta_content, .sponsors_section {
        padding-top: 5em;
        padding-bottom: 5em;
    }
}

@media screen and (min-width: 3001px) and (max-width: 3800px) {
    .cta_content, .sponsors_section {
        margin-top: -6em;
    }
}


@media screen and (max-width: 1200px) {
    .cta_arrow {
        display: none;
    }
}

@media screen and (min-width: 601px) and (max-width: 760px) {
    .tour_img_caption {
        font-size: 1.1em !important;
    }
}

.disabled_tour {
    filter: grayscale(100%);
}


@media screen and (max-width: 450px) {
    .sm-hero {
        background: url(https://safarmarket.com/data/uploaded_files/2024-01/d46298d5f96e18e3.jpg) !important;
        background-position: center center !important;
        background-size: cover !important;
        min-height: 215px !important;
        border-radius: 16px !important;
    }
        #mobileInfo .title-benefit .row {
         width:100%;
     }
}

@media screen and (max-width: 1020px) {
    .cards-wrapper {
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }

    .card-wrapper {
        width: 49% !important;
    }

    .face.front .title-wrapper .title {
        font-size: 20px !important;
    }

    .face.front .title-wrapper .subtitle {
        font-size: 14px !important;
    }

    .face.front .title-wrapper {
        bottom: -5px !important;
    }

    .mobilefriendly {
        width: 99% !important;
    }

    .mobilesize {
        font-size: 14px !important;
    }

    .h1mobilesize {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 530px) {
    .face.front:hover::before {
        display: none;
    }

    .face.front:hover .title-wrapper {
        display: none;
    }

    .face.front:hover .title-wrapper .title {
        display: none;
    }

    .face.front:hover .title-wrapper .title::after {
        display: none;

    }

    .face.front:hover .title-wrapper .subtitle {
        display: none;

    }

}

@media screen and (max-width: 450px) {
    .cards-wrapper {
        flex-direction: row !important;
        flex-wrap: wrap !important;
    }

    .card-wrapper {
        width: 98% !important;
    }

    .face.front .title-wrapper .title {
        font-size: 20px !important;
    }

    .face.front .title-wrapper .subtitle {
        font-size: 14px !important;
    }

    .face.front .title-wrapper {
        bottom: -5px !important;
    }

    .sm-video {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .mobilefriendly {
        width: 99% !important;
        padding: 2px !important;
    }

    .mobilesize {
        font-size: 14px !important;
    }

    .h1mobilesize {
        font-size: 16px !important;
    }
}


/* CARDS */

.cards-wrapper {
    position: relative;
    height: 100%;
    list-style: none;
    margin: 0;
    /* padding: 0 5%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-wrapper {
    display: block;
    float: left;
    position: relative;
    margin: 0;
    width: 43%;
    height: 0;
    padding: 0 0 28%;
    perspective: 700px;
}

.card-object {
    color: #FFF;
    display: block;
    float: left;
    position: absolute;
    top: 6%;
    left: 6%;
    width: 88%;
    height: 88%;
    transform-style: preserve-3d;
}

.card-object.card-1 .front {
    background: #222 url(https://safarmarket.com/data/uploaded_files/2022-02/f98f6d18bad2d341.jpg) 90% 35%;
    background-size: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-object.card-2 .front {
    background: #222 url(https://safarmarket.com/data/uploaded_files/2022-02/6946b080a6475a6c.jpg) 90% 35%;
    background-size: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-object.card-5 .front {
    background: #222 url(https://safarmarket.com/data/uploaded_files/2022-02/3e378a195de83fe0.jpg) 90% 35%;
    background-size: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-object.card-6 .front {
    background: #222 url(https://safarmarket.com/data/uploaded_files/2022-02/228fae21b4849194.jpg) 90% 35%;
    background-size: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-object.card-4 .front {
    background: #222 url(https://safarmarket.com/data/uploaded_files/2022-02/4cbb1a26bdb07271.jpg) 90% 35%;
    background-size: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-object.card-7 .front {
    background: #222 url(https://safarmarket.com/data/uploaded_files/2022-02/bd657682cabb3e7b.jpg) 90% 35%;
    background-size: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-object.card-3 .front {
    background: #222 url(https://safarmarket.com/data/uploaded_files/2022-02/cef12ff3799afe86.jpg) 90% 35%;
    background-size: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-object.card-8 .front {
    background: #222 url(https://safarmarket.com/data/uploaded_files/2022-02/2f634d30e856096d.jpg) 90% 35%;
    background-size: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-object.card-9 .front {
    background: #222 url(https://safarmarket.com/data/uploaded_files/2022-02/0c49092828d7ad74.jpg) 90% 35%;
    background-size: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-object.card-10 .front {
    background: #222 url(https://safarmarket.com/data/uploaded_files/2022-11/0522874d599e2c0b.jpg) 90% 35%;
    background-size: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-object.card-11 .front {
    background: #222 url(https://safarmarket.com/data/uploaded_files/2022-11/e2c34ea9964d5b31.jpg) 90% 35%;
    background-size: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-object.card-12 .front {
    background: #222 url(https://safarmarket.com/data/uploaded_files/2022-11/a40f87a62831f5e9.jpg) 90% 35%;
    background-size: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-object.card-13 .front {
    background: #222 url(https://safarmarket.com/data/uploaded_files/2022-11/3b5af2a62285d889.jpg) 90% 35%;
    background-size: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-object.card-14 .front {
    background: #222 url(https://safarmarket.com/data/uploaded_files/2022-11/913c3fb8c11827f2.jpg) 90% 35%;
    background-size: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-object.card-more .front {
    background: #222 url(https://safarmarket.com/data/uploaded_files/2022-03/eeb1714e5674024a.jpg) 90% 35%;
    background-size: 110%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}

.card-object-hf .back {
    transform: rotateX(180deg);
}

.face {
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.face.front {
    z-index: 20;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.face.front::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    content: "";
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.1) 100%) no-repeat;
    opacity: .7;
    z-index: 20;
    transition: opacity .2s ease;
}

.face.front::after {
    position: absolute;
    top: 7%;
    right: 7%;
    bottom: 7%;
    left: 7%;
    border: 0px solid rgba(255, 255, 255, 0.35);
    z-index: 100;
    content: "";
}

.face.front .title-wrapper {
    position: absolute;
    bottom: 3%;
    left: 25%;
    right: 25%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    z-index: 100;
    transform: translateY(0);
    transition: transform .28s ease;
    color: #fff;
}


.face.front .title-wrapper .title {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 1.5vw;
    line-height: 1;
    opacity: 1;
    transition: opacity .2s ease;
}

.face.front .title-wrapper .title::after {
    display: block;
    margin: 7% auto 8% auto;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #fff;
    opacity: .5;
    transform: scale(0);
    transition: transform .15s;
}

.face.front .title-wrapper .subtitle {
    font-size: .7vw;
    line-height: 1;
    /* letter-spacing: 1px; */
    text-transform: uppercase;
    opacity: 0;
    transition: opacity .15s;
}

.face.front:hover::before {
    opacity: .9;
}

.face.front:hover .title-wrapper {
    transform: translateY(-50%);
}

.face.front:hover .title-wrapper .title {
    opacity: 1;
}

.face.front:hover .title-wrapper .title::after {
    transform: scale(1);
    opacity: .5;
    transition-delay: .15s;
    transition-duration: .2s;
}

.face.front:hover .title-wrapper .subtitle {
    opacity: 1;
    transition-delay: .2s;
    transition-duration: .2s;
    background: #f26222;
    padding: 10px 20px;
    border-radius: 5px;
}

.face.back {
    color: #222;
    background: #fff;
    z-index: 10;
}

.info-container {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    top: 6%;
    right: 6%;
    bottom: 6%;
    left: 6%;
    padding: 0;
}

.img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 38%;
    z-index: 10;
}

.img-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(14, 6, 70, 0.6);
    opacity: .7;
}

.avatar {
    position: absolute;
    left: 50%;
    height: 68%;
    width: 25.84%;
    display: block;
    border-radius: 50%;
    margin-top: 25.08%;
    margin-left: -12.92%;
    background-color: #fff;
    border: 3px solid #FFF;
    z-index: 20;
}

.info-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 50.92%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4% 15% 15%;
}

.info-title {
    font-size: 1.5vw;
    font-family: 'Archivo Black', sans-serif;
    text-align: left;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
}

.info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8% 0 0;
    margin: 8% 0 0;
    border-top: 1px solid #e0e0e0;
}

.info-content-item {
    color: #222;
    font-size: .75vw;
    line-height: 1;
    text-align: center;
    display: inline-block;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #aaa;
}

.info-content-item span {
    display: block;
    font-weight: bold;
    font-size: 1.1vw;
    margin-top: 7px;
    text-transform: none;
    color: #222;
}

.info {
    position: absolute;
    bottom: 30px;
    left: 5%;
    right: 5%;
    font-size: 1em;
    text-align: center;
}

.info a {
    color: #8c0f8c;
    text-decoration: none;
}

.info a:hover {
    text-decoration: underline;
}

@keyframes flip-2-hor-top-fwd {
    0% {
        transform: translateY(0) translateZ(0) rotateX(0);
        transform-origin: 50% 0%;
    }
    100% {
        transform: translateY(-100%) translateZ(100px) rotateX(-180deg);
        transform-origin: 50% 100%;
    }
}

@keyframes flip-2-hor-bottom-fwd {
    0% {
        transform: translateY(0) translateZ(0) rotateX(0);
        transform-origin: 50% 100%;
    }
    100% {
        transform: translateY(100%) translateZ(100px) rotateX(180deg);
        transform-origin: 50% 0%;
    }
}

.face.front:hover .hover-enhanced {
    transform: translateY(-15%);
}

.campaigns-form {
    padding: 2rem 1rem;
}

@media only screen and (min-width: 801px) {
    .campaigns-form {
        justify-content: center;
        display: flex;
        padding: 1rem 6rem;
    }
}

@media only screen and (max-width: 992px) {
    .toursTitle {
        margin-left: 17% !important;
        margin-right: 17% !important;
    }
}

.scrolls {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.scrollsTitle {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    padding: 1rem 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow-x: auto;
    overflow-y: hidden;
}

.scrollsTitle .active {
    color: #FA5E14;
    font-weight: bold;
    border-bottom: 2px solid #fa5e14;
    padding-bottom: 6px;
}

.cards-section {
    white-space: nowrap;
}

.scrollsTitle span {
    cursor: pointer;
    padding: 7px 15px;
    border-bottom: 2px solid #d1d1d1;
}

.text-gray {
    color: #7A7A7A;
}

.register-btn {
    width: 168px;
    height: 48px;
    border: none;
    color: white;
    border-radius: 8px;
    background-color: #FD6A16;
}

@media (max-width: 600px) {
    .register-btn {
        width: 144px;
        height: 48px;
        margin: 0 20px;
    }
}


.input-register {
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    border-radius: 8px;
    padding: 10px 25px;
    height: 48px;
}

@media (max-width: 600px) {
    .input-register {
        width: 95%;
        margin-left: -10px;
    }
}

.px {
    padding: 0 30px 10px;
}

.help-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

@media (max-width: 600px) {
    .help-flex {
        font-size: 14px;
    }

    .px {
        padding: 0 30px;
    }
}

.help {
    width: 2px;
    height: 20px;
    background-color: #FF690F;
    border-radius: 5px;
}

.flex-row {
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width: 600px) {
    .flex-row {
        flex-direction: column-reverse;
    }
}

.card_tour {
    max-width: 330px;
    background: #fff;
    border-radius: 16px;
    display: inline-block;
    margin: 10px 5px;
    position: relative;
    cursor: pointer;
}

.cards-title {
    font-size: 24px;
    color: #242424;
    font-weight: bold;
    text-align: center;
    margin-top: 3rem;
}

@media (max-width: 600px) {
    .cards-title {
        font-size: 20px;
        margin-top: 1.5rem;
        margin-bottom: -5px;
    }
}

.footer-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-top: 1px solid #EDEDED;
}

.rightScrollBtn {
    width: 40px;
    height: 40px;
    top: 266px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    padding: 0;
    border-radius: 50% !important;
    background: #fff;
    color: #FD6A16;
    border: none;
    right: -56px;
}

.titleLen {
    padding: 0 18px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    max-width: 330px;
}

.leftScrollBtn {
    width: 40px;
    height: 40px;
    top: 266px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    padding: 0;
    border-radius: 50% !important;
    background: #fff;
    color: #FD6A16;
    border: none;
    left: -56px;
}

.link-city, .link-city > a {
    cursor: pointer;
    width: fit-content;
    margin: 10px auto 0;
    font-size: 1rem;
    color: #2981EC;
    border-bottom: 1px solid #2981EC;
}

.last-link {
    margin-bottom: 2rem;
}

.benefits, .steps {
    display: flex;
    gap: 1rem;
    padding: 0 1rem;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
}

.benefits {
    margin-top: 5rem;
}

.benefit {
    padding: 0 10px
}

.steps {
    margin-top: 1rem;
    position: relative;
    gap: 5rem;
    overflow: hidden;
    height: fit-content;
    padding: 3rem 1rem;
    background-color: #F9F9F9;
    border-radius: 12px;
}

.title-benefit, .step-title {
    font-size: 16px;
    color: #000000;
    font-weight: 800;
    z-index: 2;
    display: table;
    margin: 0 auto;
    text-align: center;
}

.step-title {
    text-align: center;
}

.description-benefit, .step-description {
    font-size: 14px;
    color: #7A7A7A;
    text-align: center;
}

.description-benefit {
    max-width: 270px;
}

.step-description {
    width: 200px;
    margin-top: 0;
    font-weight: normal;
}

.dashed-line {
    position: absolute;
    bottom: 65%;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 800;
}

.step > svg {
    position: relative;
    z-index: 2;
}

.tour-offer, .faq {
    margin-top: 80px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.faq {
    margin-bottom: 30px;
}

.counseling {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    max-width: 100%;
    background-color: #FD6A16;
    text-align: center;
    margin: 10rem auto;
    padding: 1rem 0;
    border-radius: 20px;
}

.counseling > a {
    color: #fff;
}

/* width */
.scrolls::-webkit-scrollbar, #featureCardsTitle::-webkit-scrollbar {
    height: 10px;
}

/* Handle */
.scrolls::-webkit-scrollbar-thumb, #featureCardsTitle::-webkit-scrollbar-thumb {
    background: #c2c2c2;
    border-radius: 10px;
}

.scrolls::-webkit-scrollbar-thumb:hover, #featureCardsTitle::-webkit-scrollbar-thumb:hover {
    background: #b1b1b1;
    cursor: pointer;
}

.scrolls::-webkit-scrollbar-track, #featureCardsTitle::-webkit-scrollbar-track {
    background: #F9F9F9;
}

.wrapper {
    background-color: #f6f6f6;
}

img.info-page {
    width: 100%;
    max-height: 650px;
    display: block;
}

.img-banner-mobile {
    display: none !important;
}

.page-banner {
    position: relative;
    overflow: hidden;
}

.over-banner-dark {
    position: absolute;
    bottom: 6px;
    transform-origin: 50% 50%;
    transform: translate(60%, 18%) rotate(28deg);
    border-radius: 35px;
    right: 0;
    width: 100%;
    height: calc(100% * 2);
    background: rgba(38, 52, 69, 0.95);
    background: linear-gradient(97deg, rgba(38, 52, 69, 0.95) 0%, rgba(38, 52, 69, 0.95) 60%, rgba(38, 52, 69, 0.95) 80%);
    z-index: 3;
}

.over-banner-light {
    position: absolute;
    bottom: 6px;
    transform-origin: 50% 50%;
    z-index: 2;
    transform: translate(56%, 10%) rotate(17deg);
    border-radius: 35px;
    right: 0;
    width: 100%;
    height: calc(100% * 2);
    background: rgba(170, 170, 188, 0.4);
    background: linear-gradient(97deg, rgba(170, 170, 188, 0.4) 0%, rgba(170, 170, 188, 0.4) 60%, rgba(170, 170, 188, 0.4) 80%);
}

.over-banner-content {
    z-index: 4;
    position: absolute;
    bottom: 6px;
    right: 0;
    width: 50%;
    height: 100%;
    display: grid;
    align-content: center;
    text-align: justify;
    line-height: 1.5;
}

.over-banner-content .over-content {
    margin: 0 auto;
    width: 60%;
}

.over-banner-dark .over-content {
    display: none;
    color: #ffffff;
    line-height: 1.7;
    text-align: justify;
}

.FAQ {
    /*max-width: 1200px;*/
    width: 100%;
    margin: 1em auto 3em;
}

.FAQ-set-header {
    margin: 2em 0;
}

.collapsible {
    text-align: right;
    font-size: 1rem;
    color: #242424;
    float: right;
    width: 100%;
    cursor: pointer;
    border: none;
    padding: 1em;
    background-color: transparent;
    font-family: inherit;
}


.FAQ > .collapsible:first-child {
    border-radius: 10px 10px 0 0;
}

.collapsible::after {
    content: '\2039';
    transform: rotate(90deg);
    float: left;
    width: 24px;
    height: 24px;
    text-align: center !important;
    color: #fff;
    border-radius: 50%;
    background-color: #F26522;
}

.collapsible.active:after {
    content: "\0203A";
}

.content {
    padding: 0 1.2em;
    max-height: 1px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    line-height: 1.8;
}

.content p {
    margin: 0 0 1.5em;
    text-align: right;
    background-color: transparent;
    color: #7A7A7A;
    font-size: 14px;
}

.FAQ-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 2.5em 2.5em;
}

.FAQ-category {
    margin: 0 0.6em;
    display: block;
    cursor: pointer;
    color: #444 !important;
}

.FAQ-category i {
    opacity: 1 !important;
    padding: 3px;
    margin: 0.5em;
    border-radius: 5px;
    vertical-align: middle;
    color: #ff6f00;
    border: 1px solid #ff6f00;
}

.FAQ-category.active i {
    background-color: #ff6f00;
    color: white;
}

.FAQ-category.active .FAQ-category-title {
    color: #ff6f00;
}

.tab-content {
    margin: 1em auto 2em;
}

.tab-content-item {
    transition: 0.8s all;
}

.ads-box {
    display: flex;
    justify-content: flex-start;
    width: 80%;
    margin: 0 auto 3em;
}

.ads-item {
    max-height: 200px;
    margin: 0 3px;
    flex: 1;
    /*height: 100%;*/
}


.ads-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.ads-box::-webkit-scrollbar {
    height: 10px;
    background: transparent;
}

.scroll-to-bottom {
    display: none !important;
}


@keyframes shakescroll {
    0% {
        top: 0px;
    }
    25% {
        top: 5px;
    }
    50% {
        top: 10px;
    }
    75% {
        top: 5px;
    }
    100% {
        top: 1px;
    }
}

/**** Media Query ****/
@media screen and (max-width: 400px) {
    .FAQ-category {
        flex: 0 0 100% !important;
    }
}

@media screen and (max-width: 680px) {
    .scroll-to-bottom {
        display: inline-block !important;
        cursor: pointer;
        opacity: 1 !important;
        position: relative;
        top: 0;
        animation: shakescroll 1s infinite;
        border-radius: 20px;
        padding: 4px;
        border: 1px solid white;
    }

    .collapsible {
        font-size: 0.8rem;
    }

    .ads-box {
        width: 100%;
        overflow: scroll hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .ads-item {
        scroll-snap-align: center;
        flex: 0 0 60%;
    }

    .FAQ-category i {
        display: none;
    }

    .FAQ-tabs {
        justify-content: flex-start !important;
    }

    .FAQ-category {
        flex: 0 0 47%;
        background-color: #dddddd;
        border-radius: 20px;
        padding: 12px 16px;
        margin: 3px;
    }

    .FAQ-category.active {
        background-color: #ff6f00;
    }

    .FAQ-category.active .FAQ-category-title {
        color: #ffffff;
    }
}

@media screen and (max-width: 1000px) {
    .info-page {
        border-radius: 0 0 32px 32px;
    }

    .img-banner-desktop {
        display: none !important;
    }

    .img-banner-mobile {
        display: block !important;
    }

    .over-banner-dark {
        position: unset;
        margin-top: -5em;
        padding: 5em 2em 2em;
        transform: unset;
        background: rgb(38, 52, 69);
    }

    .over-banner-dark h4 {
        text-align: center;
        font-weight: bold;
    }

    .over-banner-light {
        display: none;
    }

    .over-banner-content {
        display: none;
    }

    .over-banner-dark .over-content {
        display: block;
    }
}

.step svg, .benefit svg {
    width: 55px;
    height: 55px;
}

@media screen and (min-width: 1991px) and (max-width: 2700px) {
    .over-banner-light {
        transform: translate(55%, 10%) rotate(12deg);
    }

    .over-banner-dark {
        transform: translate(57%, 18%) rotate(20deg);
    }

    .over-banner-content .over-content {
        font-size: 1.3em;
    }
}

@media screen and (min-width: 2701px) and (max-width: 3000px) {
    .over-banner-dark {
        transform: translate(55%, 23%) rotate(20deg);
    }

    .over-banner-light {
        transform: translate(55%, 14%) rotate(12deg);
    }

    .over-banner-content .over-content {
        font-size: 1.66em;
    }
}

.xs-style {
    right: 20px;
    top: 50px;
}

@media (min-width: 601px) and (max-width: 1350px) {
    .dashed-line {
        display: none;
    }
}


@media (max-width: 1500px) {
    .benefits {
        justify-content: space-evenly;
    }
}

@media (max-width: 900px) {
    .benefits {
        justify-content: flex-end;
    }
}

@media (max-width: 600px) {
    .steps {
        gap: 12px;
        padding: 1rem 2rem;
    }

    .title-benefit, .step-title {
        display: flex;
        gap: 0.75rem;
        align-items: center;
        font-size: 14px;
        color: #000000;
        font-weight: 800;
    }

    .step {
        align-items: flex-start;
    }

    .step svg, .benefit svg {
        width: 26px;
        height: 26px;
    }

    .step-description {
        width: 100%;
        margin-top: -10px;
        max-width: 90%;
        margin-right: 40px;
    }

    .description-benefit {
        margin-top: 0;
        margin-right: 40px;
    }

    /*.dashed-line {*/
    /*    display: none;*/
    /*}*/
    .benefits {
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
        gap: 0;
    }

    .counseling {
        font-size: 16px;
        margin: 2rem auto;
    }

    .scrolls::-webkit-scrollbar, #featureCardsTitle::-webkit-scrollbar {
        height: 5px;
    }

    #featureCardsTitle::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .faq {
        margin-top: 40px;
        font-size: 18px;
    }

    .cards-title {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .collapsible::after {
        width: 18px;
        height: 18px;
    }

    .content p {
        font-size: 13px;
    }

    .hidden {
        display: none !important;
    }
}

.installment-link {
    text-decoration: none;
    color: #FD6A16 !important;
    border-bottom: 1px solid #FD6A16;
}

.transfer-link {
    text-decoration: none;
    color: #FD6A16 !important;
    border-bottom: 1px solid #FD6A16;
    font-weight: 800 !important;
}

.installment_section {
    padding: 1em  0;
}

@media screen and (max-width: 600px) {
    .installment_section {
        padding: 1em 0 0;
    }
}

.register-btn {
    width: 168px;
    height: 48px;
    border: none;
    color: white;
    border-radius: 8px;
    background-color: #FD6A16;
}

@media (max-width: 600px) {
    .register-btn {
        width: 144px;
        height: 48px;
        margin: 0 20px;
    }
}


.input-register {
    background: #FFFFFF;
    border: 1px solid #B6B6B6;
    border-radius: 8px;
    padding: 10px 25px;
    height: 48px;
}

@media (max-width: 600px) {
    .input-register {
        width: 95%;
        margin-left: -10px;
    }
}

.px {
    padding: 0 30px 10px;
}

.help-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

@media (max-width: 600px) {
    .help-flex {
        font-size: 14px;
    }

    .px {
        padding: 0 30px;
    }
}

.help {
    width: 2px;
    height: 20px;
    background-color: #FF690F;
    border-radius: 5px;
}

.flex-row {
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width: 600px) {
    .flex-row {
        flex-direction: column-reverse;
    }
}

.row .col.s5ths {
    width: 20%;
}

@media (max-width: 992px) {
    .row .col.s5ths {
        width: 100%;
    }
}

.info_items {
    margin: 70px 0;
}

@media (max-width: 992px) {
    .info_items {
        margin: 50px 0;
    }
}

.info_img {
    background-color: white;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: inline-block;

}

.doc_title {
    color: #242424;
    font-size: 28px;
    font-weight: 700;
    padding: 0 20px;
    display: inline;
}

.doc_pipe {
    display: inline;
    border-right: 3px solid #FF690F;
    font-size: 28px;

}

.doc_item {
    border-radius: 20px;
    background: #FFF;
    margin: 5px 0;
}

.doc_row {
    padding: 20px;
    height: 94px;
    position: relative;
}

.doc_item_title {
    color: #242424;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.doc_item_description {
    color: #7A7A7A;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.step_description {

    background-color: white;
    padding: 25px 0;
    margin-top: -40px;
    border-radius: 16px;

}

@media (max-width: 992px) {
    .doc_row {
        height: 120px;
    }

    .benefit {
        margin: 30px 0;
    }

    .step_description {
        margin-top: -122px;
        max-width: 100%;
    }
}

.FAQ-item {
    border-radius: 16px;
    background: #FFF;
    margin: 10px 0;
}
.middleBanner{
    border-radius: 16px;
    width: 100%;
}

@media screen and (max-width: 450px) {
    .middleBanner {
        content: url(https://safarmarket.com/data/uploaded_files/2023-10/20bd88d68286bb91.jpeg) !important;
    }
}
.failed_section{
width: 100%;margin: 0 auto;margin-top: 16px;border-radius: 16px;padding: 10px 0;background: rgba(255, 69, 69, 0.08);
}
.success_section{
width: 100%;margin: 0 auto;margin-top: 16px;border-radius: 16px;background: rgba(41, 129, 236, 0.08);
}
.result_div{
text-align:left;
}
@media (max-width: 992px) {
.result_div{
text-align:center;
}
}
.failed_span{
    color: #FF4545;
    font-family: 'IRANSans';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.27px;
    border-bottom: 1px solid;
    margin: 0 25px;
}
.failed-title{
    color: #FF4545;
    font-family: IRANSans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.27px;
}
.success-span{
    color: #2981EC;
    font-family: IRANSans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.27px;
}
.info_row{
padding: 20px;
    height: 185px;
    position: relative;
}
@media (max-width: 992px)
{
.info_row {
    height: 285px;
}
}