/** 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 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/2022-11/f25eb5ce07cf5027.jpg) !important;
    background-position: center center !important;
    background-size: cover !important;
    min-height: 197px !important;
  }
}

@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;
}
}