/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import "../Css/customFont.css";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    font-family: "IRANSans";
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background: rgba(244, 244, 233, 0.7);
    direction: rtl;
    text-align: right !important;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

header, main {
    padding: 0 7% !important;
}

.logo_Social {
    border-bottom: 2px solid #2A5D68;
}

a {
    text-decoration: none;
}

.social {
    align-self: end;
    margin-bottom: 0.9rem;
    text-align: left;
    flex-direction: row;
    display: flex;
    justify-content: left
}

    .social a {
        margin: 0 1%;
    }

.titleRug {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: -30px;
    margin-bottom: 0.9rem;
}

    .titleRug div:first-child a {
        color: #262626 !important
    }

::-webkit-scrollbar {
    width: 0;
}


::-webkit-scrollbar-track {
    background: #fefcf6;
}


::-webkit-scrollbar-thumb {
    background: #fefcf6;
}


    ::-webkit-scrollbar-thumb:hover {
        background: #fefcf6;
    }
/*body*/
@media(max-width:768px) {
    .social_bbox {
        width: auto !important;
    }

    .boxSlid {
        /*width: unset !important;*/
        width: 100% !important;
        align-items: center !important;
        /*height: 370px !important;*/
        height: 446px !important;
    }

        .boxSlid img {
            /*            width: inherit !important;
*/ /*height: inherit !important;*/
            /*
   max-width: -moz-available !important;
            max-width: -webkit-fill-available !important;
   */
            /*height: inherit;*/
            max-height: 431px;
            width: 78%;
        }

    .modalQr {
        z-index: 4 !important;
        height: max-content !important;
        top: 30% !important;
        padding-top: 0 !important
    }

    .modalSliderMobil {
        padding-top: 0px !important;
    }

    .picLogo img {
        width: 55% !important;
        margin-top: 4%;
    }

    .inquiryCert h2 {
        padding: 2rem 0 !important;
        font-size: 1rem !important;
        font-weight: normal;
    }

    .inquiryCert p {
        font-size: 0.9rem !important;
    }

    .form-select, .form-controlinquiry {
        font-size: 0.8rem;
    }

    .selectinquiry, .selectinquiry:focus, .selectinquiry, .form-controlinquiry, .btninquiry {
        height: 40px !important;
    }

    .boxFooter p {
        font-size: 0.7rem !important;
    }

    header, main {
        padding: 0 4% !important;
    }
}

.form-controlinquiry {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

@media(max-width:768px) {
    .inquiryCert p {
        font-size: 3.5vw !important
    }

    .inquiryCert h2:nth-child(even) {
        padding-top: 16px !important;
        padding-bottom: 20px !important;
    }

    .inquiryCert h2:nth-child(2n+1) {
        padding-bottom: 0 !important;
        padding-top: 10px !important;
    }

    .inquiryForm {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto auto auto auto auto;
        margin-top: 0 !important;
    }

        .inquiryForm div:nth-of-type(1) {
            grid-column-start: 1;
            grid-column-end: 3;
            grid-row-start: 1;
            grid-row-end: 2;
            width: 100%;
        }

        .inquiryForm div:nth-of-type(2) {
            grid-column-start: 2;
            grid-column-end: 3;
            grid-row-start: 2;
            grid-row-end: 3;
            padding-right: 3px;
            width: 100%;
        }

        .inquiryForm div:nth-of-type(3) {
            grid-column-start: 1;
            grid-column-end: 2;
            grid-row-start: 2;
            grid-row-end: 3;
            padding-left: 3px;
            width: 100%;
        }

        .inquiryForm div:nth-of-type(4) {
            grid-column-start: 1;
            grid-column-end: 3;
            grid-row-start: 3;
            grid-row-end: 4;
            width: 100%;
        }

        .inquiryForm a:nth-of-type(5) {
            grid-column-start: 1;
            grid-column-end: 3;
            grid-row-start: 4;
            grid-row-end: 5;
            width: 100%;
        }

    .form-controlinquiry::placeholder {
        font-size: 3vw;
    }

    .carousel-indicators [data-bs-target] {
        width: 10px !important;
        height: 10px !important;
    }

    .picLogo img {
        width: 55% !important;
        margin-top: 4%;
    }

    .picLogo {
        text-align: center !important
    }

    .titleRug {
        justify-content: center;
        flex-direction: column;
        line-height: 1.5;
        margin-top: 0;
        align-items: center;
    }
}

.picLogo {
    text-align: right
}

.inquiryCert p {
    line-height: 2;
    padding: 0 2%;
}

.inquiryCert {
    width: 100%;
    background-color: #E4E2DB;
    height: 660px;
}

.sliderCert {
    width: 100%;
}

    .sliderCert img {
        width: 100%;
    }

.inquiryCert h2 {
    font-family: "IRANSans";
    padding: 7vh 0;
    text-align: center;
    font-size: 2rem;
    color: #262626;
}

    .inquiryCert h2:nth-child(odd) {
        padding-bottom: 0 !important;
    }

    .inquiryCert h2:nth-child(even) {
        padding-top: 16px !important;
        padding-bottom: 50px;
    }

.inquiryCert p {
    font-family: "IRANSans";
    text-align: center;
    font-size: 1rem;
}

.inquiryForm {
    margin-top: 30px;
}

.selectinquiry, .form-controlinquiry {
    background: #F7F7EF;
    border-radius: 0;
    border: none;
    height: 50px;
}

.alertBox {
    opacity: 0;
    transition: 0.5s;
    font-size: 0.85rem !important;
}

.btninquiry {
    background: #606060;
    border: none;
    color: #F7F7EF;
    width: 100%;
    border-radius: 0;
    font-size: 0.9rem;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btninquirySearch {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
    background: #7DBBB9;
    border: none;
    color: #F7F7EF;
    margin-bottom: 8px !important;
    width: 100%;
    border-radius: 0;
    font-size: 0.9rem;
    height: 50px !important;
}

    .btninquirySearch .spnSearch {
        display: flex;
        flex-basis: 80%;
        justify-content: center;
    }

    .btninquirySearch .spnQr {
        flex-basis: 20%;
        background: #2A5D68;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .btninquirySearch .spnQr img {
            width: 20px;
            height: auto;
        }

        .btninquirySearch .spnQr:hover {
            background: rgb(125, 187, 185) !important;
        }

    .btninquiry:focus, .btninquirySearch:focus {
        background-color: #7DBBB9 !important;
        border: none;
        width: 100%;
        border-radius: 0;
        color: #F7F7EF !important;
        font-size: 0.9rem;
        height: 50px;
    }

    .btninquirySearch:hover {
        background: #2A5D68;
        color: #F7F7EF;
    }

.btninquiry:hover {
    background: #3C3C3C;
    color: #F7F7EF;
}

.myauto {
    margin-top: 7px !important;
}

.selectinquiry:focus, .form-controlinquiry:focus {
    border-color: transparent;
    background: #F7F7EF;
    outline: 0;
    box-shadow: none;
}

.selectinquiry, .selectinquiry:focus {
    background-image: url("../images/selectChevronDown.webp");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 18px 9px;
    height: 50px;
    direction: initial;
}

input[type="checkbox"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: transparent;
    height: 16px;
    width: 16px;
    border: 1px solid #606060;
    padding-right: 1%;
}

    input[type="checkbox"]::after {
        content: '';
        position: relative;
        width: 74%;
        height: 75%;
        border: solid #fff;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        display: none;
    }

.phoneLink, .instaLink {
    background: #ccc;
    padding: 5%;
    display: none;
}

input[type="checkbox"]:checked::after {
    display: block;
}

input[type="checkbox"]:checked {
    background: #7DBBB9;
}

.form-check {
    margin-top: 20px;
}

    .form-check label {
        font-family: "IRANSans";
        font-size: 0.8rem;
    }

.carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.socialFooter a {
    margin: 0 2%;
}

.socialFooter {
    display: none;
}

@media(max-width:768px) {
    .socialFooter {
        text-align: center;
        padding-top: 3%;
        display: block;
    }

    .social {
        display: none;
    }

    .logo_Social {
        justify-content: center;
    }

    .boxMain .row {
        display: flex;
        flex-direction: column;
    }

    .sliderCert img {
        height: auto;
    }

    .inquiryCertOne {
        height: auto !important;
    }

    .boxFooter {
        position: relative !important;
        margin-top: 7% !important;
        height: 80px !important;
    }

        .boxFooter p {
            text-align: center;
            line-height: 1.5 !important;
            font-size: 0.85rem;
            margin-top: 3%;
        }
}

.carousel-indicators {
    margin-bottom: 0px;
}

/*footer*/
.boxFooter {
    background: #2A5D68;
    height: 60px;
    width: 100%;
    margin-top: 70px;
}

    .boxFooter p {
        padding: 0 7%;
        color: #fff;
        font-size: 0.85rem;
        line-height: 60px;
    }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.rowMobileItemBox {
}

    .rowMobileItemBox .col-12 {
    }

        .rowMobileItemBox .col-12 .boxItemXsN {
        }

.itemboxCert {
    border-bottom: 1px solid rgba(112, 112, 112, .4);
}

    .itemboxCert p {
        color: #262626 !important;
        font-size: 14px;
    }

        .itemboxCert p span {
            font-size: 13px;
        }

.col12Items {
    text-align: center;
    line-height: 3;
}

.itemboxCert:last-child {
    text-align: justify;
    text-align-last: center;
}

    .itemboxCert:last-child p:last-child {
        direction: ltr;
    }

.header-color {
    color: #262626;
}

    .header-color:hover {
        color: #262626;
    }
/*    //css modal*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #E4E2DB;
    margin: auto;
    padding: 20px 40px;
    border: 1px solid #888;
    width: max-content;
    border-radius: 0;
    min-height: 50vh;
    display: flex;
    justify-content: center;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    text-align: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

@media(max-width:512px) {
    #reader {
        width: auto !important;
    }
}

#reader__dashboard_section div {
    color: #262626 !important
}

#reader__dashboard_section_csr:nth-child(2) {
    display: none !important;
}

#reader__dashboard_section_csr > span {
    color: #262626
}

/*css slider modal*/
.mySlides, .mySlidesM {
    display: none;
}
/*    //css modal*/
/* The Modal (background) */
.modalSlider, .modalSliderMobil {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 4; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentSlider {
    margin: 0 auto;
    /*    display: flex;
    align-items: center;
    justify-content: center;*/
    width: max-content;
}

.modal-contentSliderMobil {
    width: auto;
    border-radius: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* The Close Button */
.closes {
    position: absolute;
    top: 2px;
    left: 0;
    width: 6%;
    background: #e9e9ed;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 20%;
    height: 9%;
}

    .closes:hover,
    .closes:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.w3-display-left:focus, .w3-display-right:focus, .w3-display-left:hover, .w3-display-right:hover {
    background: #7DBBB9 !important;
    color: #fff !important;
}

.w3-display-left {
    /*margin-top: -60% !important;*/
    margin-top: -40vh !important;
    position: unset !important;
    width: 35px;
    height: 35px;
    background: #7DBBB9;
    color: #fff;
    border: none;
    border-radius: 0;
}

.w3-display-right {
    /* margin-top: -60% !important;*/
    margin-top: -40vh !important;
    position: unset !important;
    width: 35px;
    height: 35px;
    background: #7DBBB9;
    color: #fff;
    border: none;
    border-radius: 0;
}

label {
    margin: 2% !important;
}

.toolsCert {
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 50px !important;
    align-items: center;
    gap: 15px;
}

@media(min-width:1143px) and (max-width:1347px) {
    .inquiryCert h2:nth-child(even) {
        padding-top: 16px !important;
        padding-bottom: 16px;
    }
}

.toolsCert svg {
    cursor: pointer;
}

.mySlidesCerts {
    /*display: none;*/
    width: 100% !important;
    height: max-content !important
}

.leftIconSlideCert {
    height: 35px;
    background: #7DBBB9;
    color: #fff;
    border: none;
    border-radius: 0;
    position: absolute !important;
    opacity: 1 !important;
    width: 35px;
    top: 15vh;
    left: 0 !important;
}

.rightIconSlideCert {
    height: 35px;
    background: #7DBBB9;
    color: #fff;
    border: none;
    border-radius: 0;
    position: absolute !important;
    opacity: 1 !important;
    width: 35px;
    top: 15vh;
    right: unset !important;
}

.leftIconSlideModal {
    height: 35px;
    background: #7DBBB9;
    color: #fff;
    border: none;
    border-radius: 0;
    position: absolute !important;
    opacity: 1 !important;
    width: 35px;
    top: 50%;
    left: 0 !important;
}

.rightIconSlideModal {
    height: 35px;
    background: #7DBBB9;
    color: #fff;
    border: none;
    border-radius: 0;
    position: absolute !important;
    opacity: 1 !important;
    width: 35px;
    top: 50%;
    right: unset !important;
}

.carousel-indicators [data-bs-target] {
    visibility: visible;
    background: #E0E0E0;
    border: 0.5px solid #2A5D68;
}

.carousel-fade .carousel-item {
    transition-duration: 4s !important;
}

.social_htoggle {
    cursor: pointer;
}

.social_bbox {
    flex-direction: row;
    display: none;
    position: absolute;
    z-index: 554;
    /*margin-top: -3.5%;*/
    background: #E4E2DB;
    border: none !important;
    box-shadow: 1px 1px 3px #C5C5C5;
    margin-right: -1%;
}

.social_bbox {
    max-height: 200px;
    max-width: 300px;
    border: 1px solid #000;
    text-align: center;
}

    .social_bbox div {
        margin: 5px;
    }

    .social_bbox > .dropdown-item {
        margin: 12px;
        width: auto !important;
    }

@media(min-width:768px) and (max-width:992px) {
    .dsone {
        display: none;
    }

    .inquiryCertOne {
        padding-top: 1%;
    }

    .social_bbox {
        margin-top: -15% !important;
    }

    .selectinquiry, .form-controlinquiry {
        height: auto !important
    }

    .btninquirySearch {
        height: 30px;
    }
}

/* The Notification - position it at the bottom and in the middle of the screen */
#Notification {
    direction: ltr;
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the Notification */
    bottom: 30px; /* 30px from the bottom */
}

    /* Show the Notification when clicking on a button (class added with JavaScript) */
    #Notification.show {
        visibility: visible; /* Show the Notification */
        /* Add animation: Take 0.5 seconds to fade in and out the Notification.
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the Notification in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.btnSlid {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.boxSlid {
    width: 800px;
    height: 478px;
    background: rgb(255, 252, 247);
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}
/*    .boxSlid img {
        width: fit-content !important;
    }*/

.modal-content button {
    border: 1px solid #2A5D68 !important;
    background: none !important;
    width: 100% !important;
    padding: 7px !important;
}

#html5-qrcode-anchor-scan-type-change {
    text-decoration: none !important;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #2A5D68 !important;
    background: none !important;
    width: 100% !important;
    padding: 7px !important;
    margin-top: 18px;
}

#html5-qrcode-button-camera-start {
    background: #7DBBB9 !important;
    border: none !important;
    color: #F6F1EB !important;
    padding: 8px !important;
}

#html5-qrcode-button-file-selection {
    background: #7DBBB9 !important;
    border: none !important;
    color: #F6F1EB !important;
    padding: 8px !important;
}

#reader__dashboard_section > div > div {
    width: 100% !important;
    max-width: none !important;
    border: none !important;
    padding: 0 !important;
    margin: auto !important;
}

    #reader__dashboard_section > div > div > label {
        width: 100% !important;
        margin: 0 !important;
    }

    #reader__dashboard_section > div > div > div {
        display: none !important;
    }

.modal-content > div {
    border: none !important;
}

@media(max-width:768px) {

    #reader__scan_region > video {
        width: 100% !important;
    }
}


.ruginLink {
    color: #2A5D68;
    text-decoration: underline;
}
