﻿/*TODO: CSS*/

* {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    outline: none
}

input {
    outline: none
}

body {
    font-family: 'IRANSansX' !important;
    font-size: 14px;
    background-color: #fff;
    color: #1d1918
}

.container-full {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto
}

@media screen and (max-width: 1080px) {
    .container-full {
        width: auto;
        margin: 0 40px
    }
}

@media screen and (max-width: 420px) {
    .container-full {
        margin: 0 20px
    }
}

.mainzn-sl {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    min-height: 400px;
    overflow: hidden;
    background: url(https://cdn.safarme.com/files/cimg/visa/imagzce.jpg) no-repeat center center;
    background-size: cover
}

@media screen and (max-width: 770px) {
    .mainzn-sl {
        min-height: 250px
    }
}

.mainzn-sl .mainzn-sl-top {
    color: #fff;
    z-index: 2;
    font-family: IRANSansX, tahoma;
    font-size: 35px;
    letter-spacing: 5px
}

@media screen and (max-width: 770px) {
    .mainzn-sl .mainzn-sl-top {
        font-size: 20px
    }
}

@media screen and (max-width: 560px) {
    .mainzn-sl .mainzn-sl-top {
        font-size: 15px
    }
}

@media screen and (max-width: 320px) {
    .mainzn-sl .mainzn-sl-top {
        padding: 0 10px;
        text-align: center
    }
}

.mainzn-sl .mainzn-sl-botm {
    color: #fff;
    z-index: 2;
    font-size: 18px;
    letter-spacing: 0.1px;
    margin-top: 10px
}

@media screen and (max-width: 770px) {
    .mainzn-sl .mainzn-sl-botm {
        font-size: 14px
    }
}

@media screen and (max-width: 560px) {
    .mainzn-sl .mainzn-sl-botm {
        font-size: 13px
    }
}

.mainzn-sl h1, .mainzn-sl h2, .mainzn-sl h3, .mainzn-sl h4 {
    font-size: 40px;
    color: #fff;
    z-index: 2;
    position: relative
}

@media screen and (max-width: 770px) {
    .mainzn-sl h1, .mainzn-sl h2, .mainzn-sl h3, .mainzn-sl h4 {
        font-size: 29px
    }
}

@media screen and (max-width: 560px) {
    .mainzn-sl h1, .mainzn-sl h2, .mainzn-sl h3, .mainzn-sl h4 {
        font-size: 20px
    }
}

@media screen and (max-width: 320px) {
    .mainzn-sl h1, .mainzn-sl h2, .mainzn-sl h3, .mainzn-sl h4 {
        padding: 0 10px;
        text-align: center
    }
}

.mainzn-sl h1:before, .mainzn-sl h1:after, .mainzn-sl h2:before, .mainzn-sl h2:after, .mainzn-sl h3:before, .mainzn-sl h3:after, .mainzn-sl h4:before, .mainzn-sl h4:after {
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    background-color: #fff
}

.mainzn-sl h1:before, .mainzn-sl h2:before, .mainzn-sl h3:before, .mainzn-sl h4:before {
    left: 100%;
    margin-left: 20px
}

.mainzn-sl h1:after, .mainzn-sl h2:after, .mainzn-sl h3:after, .mainzn-sl h4:after {
    right: 100%;
    margin-right: 20px
}

.mainzn-sl::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #0c572f, #000, #d3293c);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.65;
    z-index: 0
}

.mainzn-ft {
    background-color: #fff;
    padding: 40px 0;
    line-height: 35px;
    margin: -50px 10% 0;
    position: relative;
    z-index: 3;
    text-align: center;
    direction: rtl;
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px rgba(136,136,136,0.36);
    font-size: 1.1rem
}

.mainzn-ft-call a {
    display: inline-block;
    background-color: #f70000;
    border-radius: 10px;
    padding: 3px 20px;
    color: #fff
}

@media screen and (max-width: 960px) {
    .mainzn-ft {
        margin: 20px 0 0;
        padding: 10px 15px;
        line-height: 32px;
        font-size: 1.1rem
    }
}

@media screen and (max-width: 560px) {
    .mainzn-ft {
        font-size: 1rem;
        box-shadow: none
    }
}

.questzn {
    display: flex;
    direction: rtl;
    align-items: center;
    padding: 90px 0 0 0
}

@media screen and (max-width: 870px) {
    .questzn {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding-top: 30px
    }
}

.questzn-img {
    display: flex;
    align-items: center;
    flex: 1;
    position: relative
}

    .questzn-img img {
        border-radius: 15px;
        width: 100%;
        display: block
    }

.questzn-img-l {
    padding-right: 30px;
    box-sizing: border-box
}

@media screen and (max-width: 870px) {
    .questzn-img-l {
        margin-left: -18px
    }
}

.questzn-img-t {
    padding-bottom: 15px;
    box-sizing: border-box;
    width: calc(100% - 18px)
}

.questzn-img-b {
    padding-top: 15px;
    box-sizing: border-box;
    width: calc(100% - 18px)
}

.questzn-content {
    flex: 1;
    padding-right: 50px;
    text-align: justify;
    line-height: 27px;
    position: relative
}

@media screen and (max-width: 870px) {
    .questzn-content {
        padding-right: 0;
        margin-bottom: 30px;
        text-align: center
    }
}

.questzn-content h1, .questzn-content h2, .questzn-content h3, .questzn-content h4, .questzn-content h5, .questzn-content h6 {
    color: #1d1918;
    font-size: 21px;
    margin-bottom: 20px
}

.questzn-content::before {
    content: "";
    width: 78px;
    height: 305px;
    background: url(https://cdn.safarme.com/files/cimg/visa/bg-pt-2.png) no-repeat center center;
    position: absolute;
    left: 40px;
    top: -100%
}

.levels {
    background: url(https://cdn.safarme.com/files/cimg/visa/dubai-bg1.jpg) no-repeat center right rgba(226,236,231,0.438);
    background-size: cover
}

    .levels .levelsto {
        padding: 75px 0 50px;
        line-height: 27px;
        margin-top: 75px
    }

@media screen and (max-width: 870px) {
    .levels .levelsto {
        padding: 60px 0 30px
    }
}

.levels .levelsto-title {
    text-align: center
}

    .levels .levelsto-title h1, .levels .levelsto-title h2, .levels .levelsto-title h3, .levels .levelsto-title h4, .levels .levelsto-title h5, .levels .levelsto-title h6 {
        color: #1d1918;
        font-size: 21px;
        margin-bottom: 50px
    }

@media screen and (max-width: 570px) {
    .levels .levelsto-title h1, .levels .levelsto-title h2, .levels .levelsto-title h3, .levels .levelsto-title h4, .levels .levelsto-title h5, .levels .levelsto-title h6 {
        color: #fff
    }
}

.levels .levelsto-content {
    display: flex;
    flex-wrap: wrap;
    direction: rtl
}

.levels .levelsto-content-itm {
    flex: 2;
    display: flex;
    min-width: 20%;
    margin: 0 15px 30px;
    padding: 40px 30px;
    box-sizing: border-box;
    align-items: center;
    border-radius: 15px;
    flex-direction: column;
    background-color: rgba(255,255,255,0.6);
    box-shadow: 0px 10px 30px 0px rgba(136,136,136,0.2)
}

@media screen and (max-width: 720px) {
    .levels .levelsto-content-itm {
        min-width: 30%;
        padding: 20px 15px
    }
}

@media screen and (max-width: 520px) {
    .levels .levelsto-content-itm {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 340px) {
    .levels .levelsto-content-itm {
        min-width: 50%
    }
}

.levels .levelsto-content-itm p {
    flex: 1;
    text-align: center;
    font-size: 18px;
    margin-top: 20px
}

.levels .levelsto .num1, .levels .levelsto .num2, .levels .levelsto .num3, .levels .levelsto .num4, .levels .levelsto .num5, .levels .levelsto .num6, .levels .levelsto .num7, .levels .levelsto .num8 {
    height: 45px;
    display: block
}

.levels .levelsto .num1 {
    background: url(https://cdn.safarme.com/files/cimg/visa/numbers.png) no-repeat -267px top;
    width: 39px
}

.levels .levelsto .num2 {
    background: url(https://cdn.safarme.com/files/cimg/visa/numbers.png) no-repeat -230px top;
    width: 39px
}

.levels .levelsto .num3 {
    background: url(https://cdn.safarme.com/files/cimg/visa/numbers.png) no-repeat -192px top;
    width: 39px
}

.levels .levelsto .num4 {
    background: url(https://cdn.safarme.com/files/cimg/visa/numbers.png) no-repeat -153px top;
    width: 39px
}

.levels .levelsto .num5 {
    background: url(https://cdn.safarme.com/files/cimg/visa/numbers.png) no-repeat -115px top;
    width: 39px
}

.levels .levelsto .num6 {
    background: url(https://cdn.safarme.com/files/cimg/visa/numbers.png) no-repeat -77px top;
    width: 39px
}

.levels .levelsto .num7 {
    background: url(https://cdn.safarme.com/files/cimg/visa/numbers.png) no-repeat -37px top;
    width: 39px
}

.levels .levelsto .num8 {
    background: url(https://cdn.safarme.com/files/cimg/visa/numbers.png) no-repeat 0px top;
    width: 39px
}

.documnets {
    display: flex;
    align-items: center;
    padding: 75px 0 0 0
}

@media screen and (max-width: 720px) {
    .documnets {
        flex-wrap: wrap;
        padding-top: 30px;
        flex-direction: column-reverse
    }
}

.documnets-img {
    flex: 1
}

@media screen and (max-width: 1230px) {
    .documnets-img {
        padding-right: 40px
    }
}

@media screen and (max-width: 720px) {
    .documnets-img {
        padding-right: 0
    }
}

.documnets-img img {
    display: block
}

@media screen and (max-width: 1230px) {
    .documnets-img img {
        width: 100%
    }
}

.documnets-cont {
    flex: 1;
    text-align: justify;
    line-height: 27px;
    direction: rtl
}

@media screen and (max-width: 720px) {
    .documnets-cont {
        padding-bottom: 30px
    }
}

.documnets-cont h1, .documnets-cont h2, .documnets-cont h3, .documnets-cont h4, .documnets-cont h5, .documnets-cont h6 {
    color: #1d1918;
    font-size: 21px;
    margin-bottom: 20px
}

.documnets-cont ul {
    list-style: none;
    margin-bottom: 20px
}

.documnets-cont ul li {
    font-size: 15px
}

.documnets-cont ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    border: 3px solid #17a48b;
    display: inline-block;
    margin-left: 8px
}

.documnets-cont .sharethis {
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    color: #1d1918
}

.documnets-cont .sharethis p {
    min-width: 100%;
    margin-bottom: 15px
}

.documnets-cont .sharethis-itm {
    flex: 1;
    margin: 0 0 25px 25px
}

@media screen and (max-width: 360px) {
    .documnets-cont .sharethis-itm {
        margin: 0 10px 25px 10px
    }
}

.documnets-cont .sharethis a {
    box-shadow: 0px 10px 30px 0px rgba(136,136,136,0.2);
    display: flex;
    flex-direction: column;
    padding: 25px;
    border-radius: 15px;
    color: #1d1918;
    font-size: 1.1rem;
    transition: margin-top .2s ease-in-out
}

.documnets-cont .sharethis a:hover {
    margin-top: -5px
}

.documnets-cont .sharethis a span {
    margin-bottom: 5px
}


