:root {
    color-scheme: light only;
}

body {
    direction: rtl;
}

a {
    text-decoration: none !important;
}

li {
    list-style: none !important;
}

.wrapper {
    overflow: hidden;
}

header {
    background: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.12) !important;
}

iframe {
    height: 655px;
}

.content {
    width: 1148px;
    margin: 0 auto;
}

.top-header {
    display: flex;
    align-items: center;
    max-width: 75%;
    margin: 0 auto;
    height: 64px;
}

.logo {
    display: block;
    width: 48px;
    height: auto;
}

.nav-bar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: end;
    margin: auto;

}

.nav-bar li {
    display: inline-block;
    padding: 0 1rem;

}

.nav-item {
    display: flex;
    align-items: center;
    font-family: IRANSansFNormal;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    color: #0000008F;

}

.nav-item:hover {
    color: rgba(0, 0, 0, 0.56);
}

.active-nav {
    font-family: IRANSansFNormal;
    width: 104px;
    height: 40px;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    background: #D10F0F;
}

.active-nav:hover {
    color: #fff;
}

.nav-icon {
    display: none;
}

.mobile-menu {
    display: none;
    position: fixed;
    width: 50%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 5px 5px 20px #00000029;
    right: 0;
    top: 0;
    z-index: 10;

}

.hide {
    right: -400px;
    transition: .6s;
}

.show {
    transition: .6s;
    right: 0px;
}

.mobile-logo {
    width: 13%;
    margin: 0.9rem 7rem 0.9rem auto;
}

.close {
    position: absolute;
    right: 1.9rem;
    margin: auto;
    top: 1.8rem;
    width: 3%;

}

.mobile-nav {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mobile-nav li {
    display: block;
    border-top: 1px solid #0000000d;
    opacity: 1;
    padding: 5px 0;
    width: 100%;

}

.mobile-item {
    display: block;
    font-size: 12px;
    font-family: IRANSansFBold;
    padding: 10px 20px;
    border-radius: 10px;
    color: rgba(0, 0, 0, 0.56);

}

.mobile-nav li:last-child {
    border-bottom: 1px solid #0000000d;
}

.mobile-item:hover {
    color: rgba(0, 0, 0, 0.56);
}

.hero {
    margin-top: 5%;
}

.hero-text {
    margin-top: 20%;
}

.hero-subtitle {
    font-family: IRANSansFNormal;
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    color: #000000DE;
    margin: 2% auto 3.5%;

}
.hero-title {
    width: 100%;
}
.hero-red-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: IRANSansFNormal;
    width: 245px;
    min-height: 48px;
    font-size: 18px;
    font-weight: 700;
    background-color: #D10F0F;
    color: #FFFFFF;
    padding: 6px 16px 6px 10px;
    border-radius: 8px;
    margin-left: 5%;

}

.hero-red-btn:hover {
    color: #FFFFFF;
}

.hero-red-btn span {
    display: inline-block;
    position: relative;
    left: 3%;
    width: 20px;
    height: 20px;
    background: url(../images/alert-btn.svg) no-repeat center;
    background-size: contain;

}

.hero-white-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: IRANSansFNormal;
    width: 207px;
    min-height: 48px;
    font-size: 18px;
    font-weight: 700;
    background-color: #FFFFFF;
    color: #D10F0F;
    border: 1px solid #D10F0F;
    padding: 6px 16px;
    border-radius: 8px;

}

.hero-white-btn:hover {
    color: #D10F0F;
}

.validation-code {
    margin: 6% auto 5%;
}

.validation-content {
    width: 85%;
    margin: 0 auto;
}

.validation-img {
    width: 100%;
    border-radius: 10px;

}

.validate-text1 {
    padding: 0 2%;
}

.validate-text2 {
    padding: 0 0 0 2%;
}

.validate-title {
    font-family: IRANSansFNormal300;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    text-align: right;
    color: #000000DE;

}

.validate-description {
    font-family: IRANSansFNormal;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: justify;
    color: #000000DE;
}

.margin-top {
    display: flex !important;
    justify-content: start;
    margin-top: 7% !important;
}

.margin-top img {
    margin-right: 13px;
}

.HLine {
    display: block;
    width: 75%;
    opacity: 1 !important;
    color: #D9D9D9;
    margin: 6% auto;
}

.method-title {
    font-family: IRANSansFNormal500;
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    color: #D10F0F;
    margin-bottom: 3.5%;
}

.method-icon {
    display: block;
    margin: 0 auto;
    width: 178px;
    height: 178px;
    margin-bottom: 3%;

}

.method-bg1 {
    background: url(../images/method-icon1.jpg)no-repeat center;
    background-size: contain;

}

.method-bg2 {
    background: url(../images/method-icon2.jpg)no-repeat center;
    background-size: contain;

}

.method-bg3 {
    background: url(../images/method-icon3.jpg)no-repeat center;
    background-size: contain;

}

.method-text {
    font-family: IRANSansFNormal300;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    color: #000000DE;

}

.sample-sec {
    margin: 6% auto;
}

.sample-title {
    font-family: IRANSansFNormal500;
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    color: #D10F0F;
    margin-bottom: 7% !important;
}

.desktop {
    display: block;
}

.mobile-slider {
    display: none;

}

.carousel-control-prev {
    background: url(../images/prev.svg) no-repeat center !important;
}

.carousel-control-next {
    background: url(../images/next.svg) no-repeat center !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none !important;
}

.carousel-indicators {
    margin-bottom: -1rem !important;
    bottom: -3% !important;
}

.carousel-indicators [data-bs-target] {
    background-color: #BDBDBD !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    margin-right: 4px !important;
    margin-left: 4px !important;
}

.carousel-indicators .active {
    transform: scale(1.2);
}

.report-sec {
    background-color: #FAFAFA;
    padding: 4% 0;
    margin-bottom: 7%;
}

.report-sec img {
    margin: 0 auto;
}

.report-title {
    font-family: IRANSansFNormal500;
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    color: #D10F0F;
    margin-bottom: 3%;
}

.report-subtitle {
    font-family: IRANSansFNormal;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 3%;

}

.report-text-box span {
    display: block;
    font-family: IRANSansFNormal300;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 15px auto 12px;

}

.report-text-box .report-txt {
    font-family: IRANSansFNormal;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;

}

.report-description {
    font-family: IRANSansFNormal;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 1%;

}

.form-title {
    font-family: IRANSansFNormal300;
    font-size: 20px;
    font-weight: bold;
    padding: 0 26%;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 0;
}

.footer {
    max-width: 1148px;
    height: auto;
    margin: 0 auto;
    padding: 16px 0;

}

.footer-logo {
    display: inline-block;
    width: 32px;
    height: auto;
    align-items: center;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: right;
    padding: 0;
    margin-right: .5rem;
    margin-bottom: 0 !important;

}

.footer {
    margin-top: 4%;
}


.footer-nav li {
    display: inline-block;
    border-left: 1px solid #0000001F;
}

.footer-item {
    display: block;
    font-family: IRANSansFNormal;
    font-size: 10px;
    line-height: 20px;
    font-weight: 400;
    color: #00000052;
    padding: 0 .5rem;

}

.footer-nav li:last-child {
    border-left: none;

}

.footer-item:hover {
    color: #00000052;
}

.social-link {
    display: inline-flex;
    margin: 0 .4rem;
    text-decoration: none;
}

.social-link img {
    display: block;
    width: 16px;
    height: auto;
    margin: .5rem 0;
}

/* Responsive design */
@media screen and (max-width: 1440px) {
    iframe {
        height: 665px;
    }
    .top-header {
        max-width: 93%;
    }

    .content {
        width: 80%;
    }

    .hero-img {
        margin-right: 5%;
        width: 90%;
    }

    .validate-text2 {
        padding: 0 0 0 2%;
    }

    .sample-sec {
        margin: 8% auto;
    }

    .sample-title {
        margin-bottom: 6%;
    }

    .footer {
        max-width: 93% !important;
    }


}

@media screen and (max-width: 1399px) {
    .hero-img {
        margin-right: 17px;
        width: 90%;
    }
}

@media screen and (max-width: 1280px) {
    .content {
        width: 90%;
    }
}



@media screen and (max-width: 1170px) {
    .content {
        width: 90%;
    }

    .hero-title {
        display: block;
        width: 100%;
    }

    .form-title {
        padding: 0 24%;
    }
}

@media screen and (max-width: 1024px) {
    .top-header {
        max-width: 96%;
    }

    .content {
        width: 93%;
    }

    .hero-img {
        margin-left: 0;
        margin-right: auto;
    }

    .validation-content {
        width: 100%;
    }

    .form-title {
        padding: 0 21%;
    }
    .footer {
        margin-top: 1%;
    }
}

@media screen and (max-width: 992px) {
    iframe {
        height: 675px;
    }
    .hero-text {
        width: 100%;
        display: block;
    }

    .hero-img {
        display: block;
        width: 100%;
    }
    .margin-top img {
        margin-right: 0;
    }

}

@media screen and (max-width:965px) {
    .hero-red-btn {
        height: 48px;
        font-size: 14px;
        padding: 6px 12px 6px 6px;
    }

    .hero-white-btn {
        height: 48px;
        font-size: 14px;
        padding: 6px 12px 6px 6px;
    }

    .method-text {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    
    iframe {
        height: 667px;
    }
    .hero-subtitle {
        font-size: 20px;
    }


    .margin-top img {
        margin-right: 0px;
    }

    .method-text {
        font-size: 20px;
    }

    .validate-text2 {
        padding: 0 0 0 2%;
    }

    .report-text-box .report-txt {
        font-size: 18px;
    }

    .form-title {
        padding: 0 12%;
    }



}
@media screen and (max-width: 767px) {

    .hero-text {
        margin: 5% auto;
        text-align: center;
    }

    .hero-title {
        width: 80%;
        margin: 0 auto;
    }

    .hero-red-btn {
        height: 48px;
        font-size: 18px;
        padding: 6px 16px 6px 10px;
    }

    .hero-white-btn {
        height: 48px;
        font-size: 18px;
        padding: 6px 16px 6px 10px;
    }
    .order3 {
        order: 1;
    }

    .order4 {
        order: 2;
    }
}
@media screen and (max-width: 720px) {
    iframe {
        height: 647px;
    }
    .validation-code {
        margin: 9% auto 10%;
    }

    .validate-description {
        font-size: 14px;
        line-height: 28px;
    }

    .method-text {
        font-size: 14px;
    }

    .method-icon {
        width: 120px;
        height: 120px;
    }

    .report-text-box .report-txt {
        font-size: 14px;
        line-height: 24px;
    }

    .report-sec {
        padding: 6% 0;
        margin-bottom: 10%;
    }

    .sample-sec {
        margin: 9% auto;
    }

    .carousel-item {
        width: 78% !important;
    }

    .form-title {
        padding: 0 2%;
    }

    .HLine {
        margin: 8% auto;
    }

    .form-title {
        padding: 0 8%;
    }

    .footer-nav {
        margin-right: 0;
    }

}

@media screen and (max-width: 600px) {
    .sample-sec {
        margin: 11% auto;
    }

    .report-sec {
        padding: 8% 0;
        margin-bottom: 12%;
    }

    .form-title {
        padding: 0 1%;
    }
    .desktop {
        display: none;
    }

    .mobile-slider {
        display: block
    }
    .carousel-item {
        width: 100% !important;
    }

    .carousel-item img {
        width: 100%;
    }
    .carousel-indicators {
        margin-bottom: -1rem !important;
        bottom: -2% !important;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 7% !important;
    }

}

@media screen and (max-width: 576px) {
    iframe {
        height: 555px;
    }
    .form-title {
        padding: 0 0%;
    }

    .validate-title {
        font-size: 20px;
        line-height: 30px;
    }

    .validate-description {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 546px) {
    iframe {
        height: 544px;
    }

    .mobile-menu {
        width: 55%;
    }

    .nav-icon {
        display: block;
        margin-right: 27%;
    }

    .nav-bar {
        display: none;
    }

    .mobile-menu {
        display: block;
        width: 58%;
    }

    .close {
        right: 1.6rem;
    }

    .logo {
        margin: 0 33%;
    }

    .mobile-logo {
        margin-right: 8rem;
        margin-top: 6%;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }

    .hero-title {
        width: 85%;
    }

    .method-icon {
        width: 171px;
        height: 171px;
    }

    .method-text {
        font-size: 20px;
        line-height: 30px;
    }

    .validation-code {
        margin: 11% auto 16%;
    }

    .validation-img {
        width: 60%;
        margin: 0 auto;
    }

    .validate-title {
        text-align: center;
        margin-top: 4%;

    }

    .HLine {
        margin: 6% auto;
    }

    .margin-top {
        margin-top: 5% !important;
    }

    .margin-top img {
        margin: 0 auto;
    }

    .validate-text2 {
        padding: 0 2%;
    }

    .report-sec {
        padding: 10% 0;
        margin-bottom: 14%;
    }

    .report-text-box .report-txt {
        font-size: 18px;
        line-height: 28px;
        padding: 0 2%;
        margin-bottom: 7%;
    }

    .report-text-box span {
        font-size: 18px;
        line-height: 28px;
        margin: 16px auto 15px;
    }

    .sample-sec {
        margin: 13% auto;
    }
    .order5 {
        order: 5;
    }

    .order6 {
        order: 6;
    }

    .footer {
        margin-top: 0;
    }

    .footer-nav {
        margin-top: 6%;
        justify-content: center;
    }

    .social {
        margin-top: 5%;
    }


}

@media screen and (max-width: 490px) {
    iframe {
        height: 535px;
    }
    .mobile-menu {
        width: 55%;
    }

    .mobile-logo {
        margin-right: 7.5rem;
    }

    .close {
        top: 1.8rem;
    }

    .content {
        width: 90%;
    }

    .hero {
        margin-top: 8%;
    }

    .hero-img {
        width: 95%;
        margin: 0 auto;
        height: auto;
    }

    .hero-subtitle {
        margin-top: 4%;
    }

    .hero-red-btn {
        width: 236px;
        font-size: 16px;
        line-height: 32px;
        margin: 0 auto
    }

    .hero-white-btn {
        display: flex;
        width: 218px;
        font-size: 16px;
        line-height: 32px;
        margin: 4% auto
    }

    .validation-code {
        margin-top: 10%;
        margin-bottom: 24%;
    }

    .validation-img {
        width: 200px;
        height: 200px;
    }

    .validate-description {
        line-height: 28px;
    }

    .method-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 5%;
        padding: 0 14%;
    }

    .method-text {
        margin: 5% auto;
    }

    .sample-sec {
        margin-top: 20%;
    }

    .sample-title {
        font-size: 20px;
        line-height: 32px;
    }

    .report-sec {
        padding: 8% 0;
        margin-bottom: 20%;
    }

    .report-title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 4%;
    }

    .report-subtitle {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8%;
    }

    .report-text-box .report-txt {
        margin-bottom: 8%;
    }

    .report-text-box span {
        margin: 18px auto 17px;
    }

    .report-description {
        font-size: 18px;
        line-height: 28px;
        margin-top: 3%;
    }

    .carousel-item {
        width: 92% !important;
    }

    .carousel-item img {
        width: 92%;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 7% !important;
    }

    .form-title {
        font-size: 18px;
        line-height: 27px;
    }

    .sample-sec {
        margin: 14% auto;
    }
}

@media screen and (max-width: 478px) {
    .mobile-logo {
        margin-right: 7rem;
    }
}

@media screen and (max-width: 428px) {

    .mobile-logo {
        margin-right: 6.5rem;
        margin-top: 8%;
    }

}

@media screen and (max-width: 414px) {
    .mobile-logo {
        margin-top: 8%;
    }
}

@media screen and (max-width: 390px) {
    .logo {
        margin: 0 31%;
    }

    .mobile-menu {
        width: 57%;
    }

    .mobile-logo {
        margin-right: 6rem;
        margin-right: 6rem;
    }

    .close {
        top: 1.7rem;
    }

    .hero-img {
        width: 82%;
        height: auto;
    }

    .hero-subtitle {
        margin-bottom: 5%;
    }

    .hero-white-btn {
        margin: 5% auto;
    }

    .validate-text1 {
        padding: 0 4%;
    }

    .validate-text2 {
        padding: 0 4%;
    }

    .form-title {
        padding: 0 3%;
    }
}

@media screen and (max-width: 375px) {

    .mobile-menu {
        width: 58%;
    }
}

@media screen and (max-width: 360px) {
    .form-title {
        padding: 0 0%;
    }

    .mobile-menu {
        width: 60%;
    }
}

@media screen and (max-width: 340px) {
    .mobile-menu {
        width: 65%;
    }
}

@media screen and (max-width: 320px) {
    .mobile-menu {
        width: 68%;
    }

    .hero-subtitle {
        font-size: 18px;
    }
}

@media screen and (max-width: 315px) {
    .mobile-menu {
        width: 70%;
    }
}

@media screen and (max-width: 280px) {
    .mobile-menu {
        width: 82%;
    }
}
@media screen and (max-width: 280px) {
    iframe {
        height: 560px;
    }
}