@tailwind base;
@tailwind components;
@tailwind utilities;


/*@font-face {*/
/*    font-family: "futura";*/
/*    src: url("https://closet-labs.com/assets/font/futura/FuturaFuturisC.otf"),*/

/*}*/

@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 400;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdBook.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: italic;
    font-weight: 400;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdBookOblique.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 300;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdCondensedLight.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 300;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdLight.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: italic;
    font-weight: 300;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdCondensedLightObl.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: italic;
    font-weight: 300;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdLightOblique.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 500;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdCondensed.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 500;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdMedium.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: italic;
    font-weight: 500;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdCondensedOblique.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: italic;
    font-weight: 500;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdMediumOblique.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 650;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdHeavy.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: italic;
    font-weight: 650;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdHeavyOblique.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 700;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdBold.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 700;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdCondensedBold.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: italic;
    font-weight: 700;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdBoldOblique.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: italic;
    font-weight: 700;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdCondensedBoldObl.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 750;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdCondensedExtraBd.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: normal;
    font-weight: 750;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: italic;
    font-weight: 750;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdCondExtraBoldObl.woff') format('woff');
}

@font-face {
    font-family: 'Futura';
    font-style: italic;
    font-weight: 750;
    src: local('Futura'), url('https://fonts.cdnfonts.com/s/30938/FuturaStdExtraBoldOblique.woff') format('woff');
}


* {
    font-family: futura;

}

.mx-autoImg {
    margin: auto;
    display: flex;
    justify-content: center;
    width: 1000px;
}


.h1MainPage {
    text-align: center;
    font-weight: 600;
    font-size: 50px;

}

@media screen and (max-width: 768px) {


    .h1MainPage {
        text-align: center;
        font-weight: 600;
        font-size: 30px;
        margin: 40px auto;
    }

    .mx-autoImg {
        margin: auto;
        display: flex;
        justify-content: center;
        width: 400px;
    }


}


.flex {
    display: flex;
}

.space-between {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .space-between {
        display: block; /* یا هر دیزاینی که توی موبایل می‌خوای */
        justify-content: unset;
    }
}


.divFooterMain {
    margin: auto;
    width: 1300px;
    margin-top: 60px;
}

.linkNavFooter {
    text-decoration: none;
    color: black;
    font-size: 11px;
    padding: 4px;
}


.linkNavFooter {
    position: relative;
    text-decoration: none;
    color: black;
    margin: 0 10px;
    padding-bottom: 4px;
    transition: color 0.3s;
}

.linkNavFooter::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background-color: black;
    transition: width 0.3s ease;
}

.linkNavFooter:hover::after {
    width: 100%;
}

.inputs-container {
    border: none;
    outline: none;
    width: 200px
}

.inputs-container::placeholder {

    color: black;
    font-size: 12px;
}


.btnSubmitEmail {
    outline: none;
    border: none;
    background-color: white;
    font-weight: 100;
    font-size: 12px;
}

.border-b {
    border-bottom: 1px solid black;
}

@media (max-width: 768px) {
    .mtInMobile {
        margin-top: 20px;
    }

    mc-field-group {
        margin: auto;
    }

    .divFooterMain {
        margin: auto;
        width: 400px;
        margin-top: 60px;
    }
}


.login__form {
    display: block;
    margin: auto;
    max-width: 400px;
    background: #fff;
    backdrop-filter: blur(5px);
    margin-top: 190px;
    border-radius: 0.8rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    padding: 53px;
}

.login__title {
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    color: #848484;
}

.login__section-inputs {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.login__input {
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    text-align: center;
}

.login__section-buttons {
    margin-top: 20px;
}

.login__button {
    color: #fff;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #848484;
    margin-bottom: 10px;
    border-radius: 0.5rem;
}

.login__button {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #848484;
    color: #fff;
    border-radius: 0.5rem;
    margin-bottom: 5px !IMPORTANT;
}

.login__terms {
    text-align: center;
    color: #3c3f43;
    font-size: 12.5px !important;
    margin-top: 10px;
}

.login__messages-login {
    font-size: 20px;
    text-align: center;
}

.login__messages-login b {
    display: block;
}

.login__messages-login a {
    background: #f5f5f4;
    border: 1px solid #e5e7eb;
    padding: 5px 10px;
    margin-top: 40px;
    display: inline-block;
    border-radius: 0.5rem;
    margin-left: 10px;
}

.login__messages-login a.btn-primary {
    background: #848484;
    color: #e5e7eb;
    padding: 5px 10px;
    margin-top: 40px;
    display: inline-block;
    border-radius: 0.5rem;
    margin-right: 10px;
}

.page__content {
    direction: rtl;
}

.h1page {
    text-align: center;
    margin-bottom: 20px;
}