@import url('../fonts/fonts.css');


@import url('https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');

* {
    box-sizing: border-box;
    font-family: Montserrat;
}

*:not([class*="fa"]):not(.fa) {
    font-family: Montserrat;
}


.ar *:not([class*="fa"]):not(.fa) {
    font-family: Zain !important;
}


.ltr {
    direction: ltr !important;
}

.rtl {
    direction: rtl !important;
}

:root {
    --bg-color: #f7f7fa;
    --main-color: #931a22;
}

.main_color {
    color: var(--main-color) !important;
}

.gray_color {
    color: #e4e4e4;
}

.gray_color_dark {
    color: #606161;
}

.bg_main {
    background-color: var(--main-color) !important;
}

.btn-custom {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(147, 26, 34, 1) 100%) !important;
    color: white !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    -ms-border-radius: 50px !important;
    -o-border-radius: 50px !important;
    padding: 0.5rem 2rem !important;

}

.btn-custom-1 {
    background: linear-gradient(90deg, rgba(147, 26, 34, 1) 0%, rgba(0, 0, 0, 1) 100%) !important;
}

.btn-custom-2 {
    background: #e4e4e4 !important;
    color: black !important;
    font-weight: 600 !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    padding: 0.3rem 2rem !important;
    font-size: 1.1rem !important;
    border: 1px solid transparent;
}


.fs-7 {
    font-size: 0.75rem !important;
}

.fs-8 {
    font-size: 0.5rem !important;
}


.fw-500 {
    font-weight: 500 !important;
}


.text-start {
    text-align: start !important;
}

/* .btn-custom-2:hover {
background-color: black !important;
color: #e4e4e4 !important;
} */

.btn-custom-2 img {
    width: 18px;
    margin-inline-start: 0.5rem;
}

.ar .btn-custom-2 img {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.no-border {
    border: none !important;
    background-image: none !important;
}

a {
    text-decoration: none !important;
}

body,
html {
    width: 100%;
    min-height: 100vh;
    background-color: var(--bg-color) !important;
    width: 100%;
    overflow-x: hidden;
}

nav {
    padding: 1rem;
}

nav .icons img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    padding: 10px;
    background: white;
    border: 1px solid black;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: contain !important;
    text-align: center;
}

nav .icons p {
    font-size: 10px;
    font-weight: 700;
}

nav .logo {
    padding-inline-start: 1rem;
    padding-bottom: 0.5rem;
}

nav .logo img {
    /* max-width: 100%; */
    width: 160px;
    height: 100%;
}

nav .truemarkets_contact a {
    color: #959595 !important;
    font-size: 14px;
}

.ar nav .truemarkets_contact a {
    direction: ltr !important;
}

nav .truemarkets_contact img {
    height: 25px;
    object-fit: contain;
    margin-inline-end: 0.5rem;
}

nav form {
    text-align: center;
}

nav select {
    border: none;
    background-color: var(--main-color);
    color: white;
    padding: 0.25rem;
    font-weight: 700;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-inline: 0.75rem;
    font-size: 12px;
}



nav .back {
    width: 25px;
    cursor: pointer;
}


/* index page */
.indexpage {
    padding: 0 !important;

}

.indexpage .welcome {
    width: 65%;
    padding-block: 3rem !important;
}

.indexpage .welcome p {
    font-size: 20px;
    font-weight: 500;
}

.indexpage .welcome p {
    font-size: 20px;
    font-weight: 500;
}

.indexpage .what_is_an {
    background: var(--main-color);
    color: white;
    position: relative;
    padding-block: 3rem !important;
}


.indexpage .what_is_an h3 {
    color: var(--main-color);
    text-shadow:
        -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
    font-weight: 900;
    font-size: 35px;
}

.indexpage .what_is_an .details {
    width: 65%;
}

.indexpage .what_is_an .img {
    width: 30%;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    height: 350px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 5%;
}

.indexpage .what_is_an .img img {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.ar .indexpage .what_is_an .img {
    right: auto;
    left: 5%;
}


@media (max-width: 768px) {

    .indexpage .welcome {
        width: 100%;
        padding-block: auto !important;
        padding-bottom: 200px !important;
    }

    .indexpage .what_is_an .details {
        width: 100%;
    }


    .indexpage .what_is_an {
        padding-block: auto !important;
        padding-top: 200px !important;
    }

    .indexpage .what_is_an .img {
        text-align: center;
    }

    .indexpage .what_is_an .img {
        width: 100%;
        right: auto;
    }
}


.indexpage .all img {
    max-width: 100%;
    width: 200px;
}

.indexpage .all .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexpage .all button {
    background: var(--main-color);
}

.indexpage .all a,
.indexpage .all a:active {
    color: #fff;
}



/* required_information */



.required_information .progress-container {
    background: linear-gradient(180deg, #4e4e795d 0%, #f2f3f4) !important;
    border-radius: 25px;
    border: 2px solid #fff;
    height: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.required_information .progress-bar {
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(147, 26, 34, 1) 100%) !important;
    transition: width 2s ease-in-out;
    border-radius: 25px;
    position: relative;
    overflow: visible;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.required_information .progress-bar::after {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/progress.png) no-repeat center center;
    background-size: contain;
    width: 10px;
    height: calc(100% + 20px);
    z-index: 2;
}

.ar .required_information .progress-bar::after {
    right: auto;
    left: -5px;
    top: 50%;
}

.required_information .required_optional div {
    background-color: #606161;
    color: white;
    padding: 12px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-weight: 700;
    margin-inline: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5rem;
    font-size: 13px;
}

.required_information .required_optional div.active {
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(147, 26, 34, 1) 100%) !important;
}

.required_information .form_data {
    background-color: white;
    padding: 1rem;
    border: 2px solid black;
}

.required_information .please_provide {
    color: #606161;
}

.required_information .please_provide img {
    width: 10px;
}

.required_information .form_data label {
    font-weight: 600;
    font-size: 18px;
}

.required_information .form_data input:not(#step-3 input):not(#placeName),
.required_information .form_data input:not(#step-3 input):not(#placeName):hover,
.required_information .form_data input:not(#step-3 input):not(#placeName):focus,
.required_information .form_data input:not(#step-3 input):not(#placeName):active,
.required_information .form_data textarea:not(#step-3 textarea):not(#placeName) {
    border: none !important;
    background-color: transparent !important;
    outline: 0 !important;
    outline-width: 0 !important;
    box-shadow: none !important;
}

.required_information .form_data .input-group {
    border-radius: 22px;
    border: 3px solid transparent;
    background-image: linear-gradient(50deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%), linear-gradient(135deg, black 0%, var(--main-color) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 0.2rem 0.5rem;
    -webkit-border-radius: 12px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}


.required_information .form_data .input-group img {
    height: 100%;
    object-fit: contain;
}

.required_information .form_data .add_another {
    color: #a7a9ac;
    font-size: 15px;
    cursor: pointer;
}

.required_information .upload-logo-container {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    border: 3px solid transparent;
    background-image: linear-gradient(50deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%), linear-gradient(135deg, black 0%, var(--main-color) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.required_information .upload-logo-container img {
    width: 100%;
    object-fit: contain;
    padding: 15px;
}

.required_information .logo-icon {
    width: 50%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.required_information .file-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}



.required_information .icon-list .fab,
.required_information .icon-list .fas {
    color: #606161;
    font-size: 25px;
    cursor: pointer;
    margin: 0.5rem;
}


.iti.iti--allow-dropdown {
    width: 100% !important;
}

.required_information .input-group small {
    color: #931a22 !important;
    display: block;
    text-align: start;
    width: 100%;
}

.ar .required_information .input-group small {
    direction: rtl;
}


.required_information.edit .live h3:first-child {
    display: none;
}


/* */


.custom_template label {
    width: 100% !important;
}

.custom_template .card-input-element {
    display: none;
}

.custom_template .card-input {
    margin: 10px;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom_template .card-input:hover {
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.custom_template .card-input-element:checked+.card-input {
    box-shadow: 0 0 1px 1px var(--main-color);
    border: 2px solid var(--main-color);

}

.custom_template .radio_card .card {
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.custom_template .radio_card .card .card-header {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    background-color: var(--main-color);
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.custom_template .radio_card .card .card-body {
    text-align: center;
    padding: 20px;
}

.custom_template .radio_card img {
    width: 100%;
    max-width: 200px;
    height: auto;
    transition: transform 0.3s ease;
}

.custom_template .radio_card img:hover {
    transform: scale(1.1);
}





/* custom_template.php */


.custom_template .nfctemplate p {
    color: #606161;
    font-weight: 600;
    max-width: 800px;
}

.custom_template .live {
    padding: 1rem;
    background-color: white;
    border: 1px solid black;
}

.custom_template .inputcolor {
    display: flex;
    align-items: center;
}

.custom_template label,
.custom_template .inputfont label {
    width: 180px;
    margin-inline-end: 1rem;
}

.custom_template label {
    font-weight: 500;
}

.custom_template .inputfont select {
    width: 150px;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: #c9c9cb;
    font-weight: 500;
}

.custom_template .modal.show {
    background-color: #000000bf;
}



.custom_template #chooseModal img {
    height: 150px;
    object-fit: contain;
}

.custom_template #chooseModal .col-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom_template #chooseModal button {
    background-color: #c9c9cb;
    border: none;
    color: var(--main-color) !important;
    font-weight: 500;
    font-size: 16px;
}

.custom_template svg {
    direction: ltr;
    padding: 1rem;
}

.custom_template .main-content {
    visibility: hidden;
}

.custom_template .hidden {
    visibility: hidden;
}

.custom_template .live_preview .card-title {
    color: black;
    text-align: start;
}


.custom_template #croppedImagePreview {
    border: 1px solid black;
    width: 100px !important;
    height: 100px !important;
    object-fit: contain !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.custom_template .live_preview .card-img img {
    width: 250px;
    max-width: 100%;
    height: 500px;
    object-fit: contain;
    margin-top: 1rem;
}



/* Template Priview */

.T_Basic {
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
}

/* Prime */
.T_Prime .cls-5 {
    fill: #fff;
}

.T_Prime .cls-8 {
    fill: #003672;
}

.T_Prime .cls-2 {
    fill: #0072b9;
}



/* Basic */

.T_Basic .cls-6 {
    fill: #4e3872;
}

.T_Basic .cls-3 {
    fill: #fff;
}

.T_Basic .cls-8 {
    fill: #b59cc8;
}

.T_Basic .cls-5 {
    fill: #a990bf;
}



/* Pro */

/* BG Slogan */
.T_Pro .cls-158 {
    fill: #FFFFFF;
}

/* Slogan Color */
.T_Pro .cls-382 {
    fill: #0000;
}

/* Main BG */
.T_Pro .cls-300 {
    fill: #0072b9;
}

/* */
.T_Pro .cls-249,
.T_Pro .cls-250 {
    fill: #FFFFFF;
}

.T_Pro .cls-293,
.T_Pro .cls-294 {
    fill: #FFFFFF;
}




/* Link Only Page */
.linl_only_page .main {
    max-width: 800px !important;
}

.linl_only_page .form-check-input:checked {
    background-color: #007018;
    border-color: #606161;
    background-image: none !important;
}

.linl_only_page .form-check-label {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.linl_only_page .form-check-input:checked+.form-check-label {
    background-color: #e4e4e4 !important;
    padding-inline: 5px;
    border-radius: 5px;
}


.ar .linl_only_page #phoneNumber {
    direction: rtl !important;
}

.ar .linl_only_page .form-check {
    width: fit-content;
}

.thank_you_img img {
    width: 70px;
    object-fit: contain;
}

.thank_you_text {
    font-weight: bolder;
}

.thank_you_text h3 {
    color: var(--main-color);
    font-size: 30px !important;
}

.thank_you_text p {
    color: black;
}

.thank_you a {
    color: black !important;
}

@media screen and (max-width:576px) {
    .thank_you_text h3 {
        color: var(--main-color);
        font-size: 25px !important;
        margin-top: 2rem;
    }
}



/* Thank You Card */

.thank_you .steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.thank_you .step-item {
    position: relative;
    text-align: center;
    width: 150px;
    height: 150px;
    background-color: #9c9b9b;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-inline: 1rem;
}

.thank_you .step-item.active,
.thank_you .step-item.active::after {
    background-color: #800000;
}

.thank_you .step-item::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 100px;
    height: 4px;
    background-color: #ccc;
    transform: translateY(-50%);
}

.ar .thank_you .step-item::after {
    left: auto;
    right: 100%;
}

.thank_you .step-item:last-child::after {
    display: none;
}

.thank_you .step-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .thank_you .steps-container {
        flex-direction: column;
    }

    .thank_you .step-item {
        margin-bottom: 20px;
    }

    .thank_you .step-item::after {
        top: 100%;
        left: 50%;
        width: 4px;
        height: 50px;
        transform: translateX(-50%);
    }

    .ar .thank_you .step-item::after {
        left: auto;
        right: 50%;
    }
}





/* cards_page */


.cards_page .cards_custom img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    box-shadow: 4px 4px 8px #0000007d;
}

.cards_page .cards_custom img.selected {
    border: 3px solid var(--main-color);
}



/* cards_design */

.cards_design .form-check {
    padding: 0;
}

.cards_design .card-image {
    max-width: 80%;
    border: 3px solid transparent;
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
}

.cards_design .card-image.selected {
    border-color: var(--main-color);
}

.cards_design .inputfont select {
    width: 150px;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background-color: #c9c9cb;
    font-weight: 500;
}


.cards_design .image-option-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 4px 4px 8px #0000007d;
}

.cards_design .image-option-img.selected {
    border: 3px solid transparent;
    border-color: var(--main-color);
}

.ar .alert-dismissible {
    padding-left: 3rem !important;
    padding-right: 1rem !important;
    font-family: Zain !important;
}

.ar .alert-dismissible .btn-close {
    right: auto !important;
    left: 0 !important;
    z-index: 2 !important;
}



/* Edit */

.required_information.edit .submit_button {
    display: none;
}

.required_information.edit .step {
    opacity: 0;
    display: none;
}

.required_information.edit .step.active {
    opacity: 1;
    display: block;
}


.required_information.edit .step-btn {
    cursor: pointer;

}

.required_information.edit #croppedImagePreview {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}



/* Login */
.form-check-input {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.form-check-input:focus {
    box-shadow: none;
    border-color: var(--main-color);
}




.fa-crosshairs {
    color: #0060ff !important;
}

.modal.show {
    background-color: #000000bf !important;
}





/* Companies */

.companies .benefits .section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.companies .benefits .image {
    width: 90px;
    height: 90px;
    max-width: 100%;
    padding: 1rem;
    border: 1px solid #959595;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.companies .benefits .image img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.companies .benefits .description p {
    color: #959595;
}