@import url("https://fonts.googleapis.com/css?family=Pirata+One|Rubik:900");

::placeholder {
    color: #666 !important;
    text-align: center;
    font-family: vazirmatn;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: red !important;
}

html {
    scroll-behavior: smooth;
}

body {

}

.content_box {
    height: 430px;
    padding: 0;
    margin: 0;
    margin: 0 auto;
    width: 100%;
    margin-top: 10px;
}

.timer_se {
    float: left;
    position: relative;
}

.box_yellow {
    width: 35%;
    height: 450px;
    background: rgba(255, 241, 18, 0.9);
    border-radius: 25px;
    position: relative;
    z-index: 999;
    margin-top: 20px;
}

.logo_y {
    float: left;
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 100px;
    background: #000 url(../images/photo_2024-08-13_12-47-57.jpg) no-repeat center;
    background-size: 90%;
    left: 2%;
    top: 1%;
}

.box_left {
    height: 530px;
    width: 250px;
    float: left;
    /*! border: 1px solid; */
    margin-top: 5px;
    border-radius: 15px;
}

.box_left img {
    width: 399px;
    rotate: -90deg;
    margin-top: 13.50rem;
    padding: 0;
    transform: translatey(-40px);
}

.ef_bo {
    float: right;
    width: 50%;
    height: 350px !important;
    position: absolute;
    right: 0;

    border-radius: 0px 20px 0 20px;
}

.no_m {
    padding: 0;

}

.box_right {
    height: auto;
    width: 100%;
    float: right;
}

.coming_soon {
    width: 90%;
    height: 155px;
    margin: 0 auto;
    float: right;
    border-radius: 15px;
    margin-bottom: 0%;
    position: absolute;
    top: 70%;
    left: 40px;
    /*! background: rgba(255,246,170,0.9); */
}

.coming_soon h2 {
    font-family: vazirmatn;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    margin: 0 auto;
    color: #000;
}

.coming_soon h1 {
    font-family: vazirmatn;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    direction: rtl;
    float: right;
    width: 100%;
    margin-bottom: 4%;
}

.coming_soon h5 {
    font-family: vazirmatn;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    direction: rtl;
    width: 50%;
    margin: 0 auto;
    line-height: 24px;
    margin-top: 10px;

}


.ef_bo svg {
    height: auto;
    /*! border: 1px solid; */
}


.area {
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);

}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 238, 161, 0.9);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    background: #27ab0d;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
    background: #0d3dab;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
    background: #e24500;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
    background: #e20050;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    background: #0ecff8;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
    background: red !important;
    background: #e20050;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
    background: #0ecff8;
}


@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.container p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-family: vazirmatn;
    font-size: 34px;
    font-weight: bolder;
}

.container .time-content {
    display: flex;
    width: 40px;
    height: 40px;
    column-gap: 30px;
    align-items: center;
    margin: 170px 135px;
    padding-left: 8px;
    border-radius: 2rem;
}

.time-content .time {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.time .number {
    font-weight: 800;
    font-size: 35px;
    line-height: 1;
    color: #cd9a2f;
    font-family: "Knewave", system-ui;
    font-weight: 400 !important;
}

.time .text {
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.email-content {
    width: 80%;
    margin: 0 auto;
    border: 1px solid;
}

.email-content p {
    font-size: 14px;
    font-family: vazirmatn;
}

.email_center {
    /*! border: 1px solid; */
    float: left;
    width: 90%;
    /*! margin: 0 auto; */
}

.input-box {
    display: flex;
    /*! align-items: center; */
    height: 40px;
    /*! max-width: 360px; */
    width: 100%;
    margin-top: 20px;
    column-gap: 20px;
    /*! border: 1px solid; */
    margin-right: 10%;
}

.input-box input,
.input-box button {
    height: 100%;
    outline: none;
    border: none;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    border-radius: 25px;
}

.input-box input {
    width: 100%;
    padding: 0 15px;
    color: #000;
}

input::placeholder {
    color: #fff;
}

.input-box button {
    cursor: pointer;
    background-color: #000;
    color: #fff;
    white-space: nowrap;
    padding: 0 20px;
    border: 0;
    transition: all 0.3s ease;
    font-family: vazirmatn;
}

.input-box button:hover {
    background-color: #fff;
    color: #000;
}

@media screen and (max-width: 480px) {
    .container header {
        font-size: 50px;
    }
}


@media only screen and (max-width: 480px), only screen and (-webkit-max-device-pixel-ratio: 2) and (max-width: 480px), only screen and (max--moz-device-pixel-ratio: 2) and (max-width: 480px), only screen and (-o-max-device-pixel-ratio: 2/1) and (max-width: 480px), only screen and (max-device-pixel-ratio: 2) and (max-width: 480px), only screen and (max-resolution: 192dpi) and (max-width: 480px), only screen and (max-resolution: 2dppx) and (max-width: 480px) {


    .box_left {
        width: 100%;
        height: 150px;
        margin-top: 3%;
    }

    .box_left img {
        rotate: 0deg;
        width: 150px;
        margin: 35% 60%;
        transform: translatey(40px);

    }

    .logo_y {
        width: 80px;
        height: 80px;
        float: left;
        margin-left: 5%;
    }

    .ef_bo {
        width: 215px;
        position: absolute;
        height: 34%;
        top: 0px;
        left: auto;
        text-align: right;
    }

    .ef_bo path {
        padding: 0;
        position: absolute;
        right: 150px !important;
        border: 1px solid;
    }

    .coming_soon {
        width: 90%;
        display: block;
        float: none;
        margin: 0 auto;
        margin-top: -10%;
    }

    .coming_soon h1 {
        font-size: 25px;
        margin-top: 0% !important;
        padding-top: 4%;
        margin-bottom: 16px;
    }

    .coming_soon h2 {
        font-size: 20px;
        margin-top: 0%;

    }

    .timer_se {
        width: 90%;
        margin: 0 auto !important;

    }

    .container .time-content {

        width: 70px !important;
        margin: 4% !important;;
        height: 75px;
        padding: 0px 3px !important;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.6);
        margin-top: 50px !important;
    }

    .time .number {
        font-size: 30px !important;
    }

    .email-content button {
        margin-left: 20px;
    }

    .coming_soon h5 {
        width: 80%;
        font-size: 12px;
        margin-top: 0%;
        line-height: 28px;
    }

    .email_center {
        width: auto;
        padding: 0;
        float: none;
        height: auto;
        margin-top: 40%;
        margin-bottom: 10%;
    }

    .email_center input {
        float: right;
        width: 190px !important;
        /*! margin: 0!important; */
        /*! padding: 0!important; */
    }

    .input-box {
        width: auto !important;
        max-width: 600px !important;

    }

    .email-content {
        width: auto;
    }

    .box_yellow {
        margin-top: 4%;
    }
}

/* اگر فرض کنیم که عرض اصلی صفحه 1000px است و با زوم 140 درصد به 714px کاهش یافته است */
@media screen and (max-width: 1024px) {

    /* تنظیمات CSS مورد نظر */
    .time-content marg_content {
        border: 1px solid;
    }

    .center_box .time-content .number {
        font-size: 50px;
    }

    .container .time-content {
        padding: -1px 0px;
        width: 80px;
        height: 80px;
        background: none;
        border-radius: 15px;
    }

}

header {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background: #fff;
    border-radius: 0 0 25px 25px;
    position: relative;
    top: 0;
    z-index: 999999;
    transition: all 0.2s cubic-bezier(0.25, 0.8, 0.45, 1); /* حرکت نرم‌تر */
    box-shadow: none; /* سایه اولیه */
    transform: translateY(0); /* موقعیت اولیه */
}

header.scrolled {
    position: fixed;
    width: 100%;
    margin: 0;
    top: 0;
    backdrop-filter: saturate(180%) blur(30px);
    background-color: hsla(0, 0%, 100%, .72) !important;
    backdrop-filter: blur(30px);
    border-radius: 0 0 25px 25px;;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* اضافه کردن سایه */
    transform: translateY(0px 10px); /* حرکت هدر به سمت بالا هنگام اسکرول */
    background: rgba(255, 255, 255, 0.95); /* اضافه کردن کمی شفافیت */
}

.menu_top {
    float: right;
    width: 100%;
    /*! margin-top: 15px; */
}

.menu_top ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    direction: rtl;

}

.menu_top ul li {
    float: right;
    margin-right: 25px;
    font-family: vazirmatn;
    font-weight: 400;
    color: #000;
}

.menu_top a {
    color: #000;
    text-decoration: none;
}

.logo_new {
    float: left;
    width: 120px;
    height: 40px;
    background: url(../images/logo.png) no-repeat center;
    background-size: 100%;
    margin-left: 25px;
    margin-top: -3px;
}

footer {
    float: right;
    height: auto;
    margin-top: 1px;
    width: 100%;
    background: linear-gradient(to right, #000, #333, #000);
}

footer p {
    direction: rtl;
    float: right;
    width: 100%;
    text-align: center;
    font-family: vazirmatn;
    margin-top: 3%;
}

.box_timer {
    width: 100%;
    height: 520px;
    background: url(../images/post6-e1.png) center no-repeat;
    background-size: 100% 100%;
    background-position: 0 -40;
    margin-top: 10px;
}

.n_h {
    float: right;
    width: 100%;
    height: 32rem;
    margin-bottom: 5%;
}

.n_h.b_1 {

    float: right;
    width: 100%;
    height: auto;
}

.carousel-cell {
    width: 280px !important;
    height: 340px;
    margin-right: 35px;
    border-radius: 5px;
    counter-increment: carousel-cell;
    border: 1px solid;
    margin-top: 10px;

}

.carousel-cell.is-selected {
}

.color_y1 {
    background: #ddd;
}

.color_y2 {
    background: #ddd;

}

.color_y3 {
    background: #ddd;
}

.flickity-viewport {
    width: 90%;
    margin: 0 auto;
    direction: rtl !important;
    height: 450px !important;
    margin-top: 3%;
}

.product_newhome {
    width: 90%;
    height: auto;
}

/* cell number */
.carousel-cell:before {
    display: block;
    text-align: center;
    line-height: 200px;
    font-size: 80px;
    color: white;
}

.form_phone {
    width: 100%;
    height: 500px;
}

.gradient-background {
    width: 100%;
    height: 100vh; /* ارتفاع تمام صفحه */
    background: linear-gradient(#333, #000, #000); /* گرادیانت اصلی */
}

.gradient-background::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.1) 60%);
    transform: translate(-50%, -10%) rotate(10deg);
    filter: blur(40px);
    animation: light-move 6s infinite alternate;
    z-index: -1;
}

.gradient-background::after {
    content: "";
    position: absolute;
    bottom: 20%;
    right: 30%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 70%);
    transform: translate(50%, 50%) rotate(-30deg);
    filter: blur(80px);
    animation: light-move 8s infinite alternate-reverse;
}

@keyframes light-move {
    0% {
        transform: translate(-100%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-60%, -60%) rotate(90deg);
    }
}

.waiting-list {
    text-align: center;

    color: #fff;
    padding: 40px;
    border-radius: 12px;
    max-width: 600px;
    width: 100%;
    z-index: 999999;
}


.waiting-list h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;


}

.waiting-list p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #fff;
    font-family: vazirmatn;
    font-weight: 300;
}

.waiting-list input[type="tel"] {
    width: 80%;
    padding: 12px;
    font-size: 16px;
    border-radius: 8px;
    border: 2px solid #fff;
    margin-bottom: 20px;
    outline: none;
    background-color: #ffff;
    transition: border-color 0.3s ease;
    z-index: 99;
}

.waiting-list input[type="tel"]:focus {
    border-color: #6e7dff;
}

.waiting-list button {
    padding: 10px 28px;
    font-size: 18px;
    color: #fff;
    background-color: #cd9a2f;
    border: none;
    border-radius: 8px;
    font-family: vazirmatn;
    font-weight: 300 !important;
    cursor: pointer;
    width: 80%;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.waiting-list button:hover {
    background-color: #4d56e9;
    transform: translateY(-3px);
}

.waiting-list button:active {
    transform: translateY(1px);
}

h1 {
    width: 100%;
    float: left;
    text-transform: Uppercase;
    margin-bottom: 0.4em;
    font-family: "Kodchasan", sans-serif;
    font-size: 4.85rem;
    color: #E4E5E6;
    font-weight: bolder;

}

h1 {
    position: relative;
    background: linear-gradient(to right, #cd9a2f, #cd9a2f, #cd9a2f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1:before,
h1:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
}

h1:before {
    z-index: -1;
    text-shadow: 0.3em -0.01em 1px rgba(0, 0, 0, 0.6);
}

h1:after {
    z-index: -2;
    text-shadow: 10px 10px 10px rgba(150, 150, 150, 0.8), 25px 20px 20px rgba(150, 150, 150, 0.4), 30px 30px 30px rgba(0, 0, 0, 0.8);
    mix-blend-mode: multiply;
}

.footer_b {
    width: 90%;
    margin: 0 auto;
    height: 100px;


}

.footer_b p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.footer_b .copy_ri {
    color: #CBA135;
}

.company {
    margin: 0;
    text-align: center;
    width: 100%;
}

footer ul {
    float: right;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    line-height: 25px;
    direction: rtl;
    text-align: right;
    float: right;
    width: 100%;
    text-align: right;
}

.box_img {
    float: right;
    height: 350px !important;
    width: 95%;
    margin-right: 7px;
    border-radius: 10px;
    /*! border: 1px solid; */

}

.box_img img {
    width: 100%;
    height: 200px;
    border-radius: 5px;

}

.box_img span {
    float: right;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-family: vazirmatn;
    margin-top: 10px;
}

.box_img strong {
    float: right;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-family: vazirmatn;
    margin-top: 10px;
}

.box_img a {
    padding: 7px;
    border-radius: 100px;
    width: 250px;
    background: #CBA135;
    color: #fff;
    margin-right: 8px;
    float: right;
    margin-top: 15px;
    font-family: vazirmatn;
    text-decoration: none;
}

@media only screen and (max-width: 480px), only screen and (-webkit-max-device-pixel-ratio: 2)      and (max-width: 480px), only screen and (   max--moz-device-pixel-ratio: 2)      and (max-width: 480px), only screen and (     -o-max-device-pixel-ratio: 2/1)    and (max-width: 480px), only screen and (        max-device-pixel-ratio: 2)      and (max-width: 480px), only screen and (                max-resolution: 192dpi) and (max-width: 480px), only screen and (                max-resolution: 2dppx)  and (max-width: 480px) {
    .navbar-toggler {
        float: left;
        width: 100%;
        border: 1px solid;
        position: relative;
        border: none;
    }

    .navbar-toggler .navbar-toggler-icon {
        margin-right: 10px;
    }

    .logo_new {
        position: absolute;
        top: 10px;
        width: 100px;
    }

    .navbar-toggler:focus {
        border: none !important;
        outline: none !important;
        box-shadow: none;
    }

    button:focus:not(:focus-visible) {
        outline: none;
    }

    .navbar-collapse.collapse.show {
        background: #fff !important;
        margin-top: 15px;
        border-radius: 15px;

    }

    .n_h.b_1 {
        margin-top: 35rem;
    }

    .menu_top ul {
        background: #fff;
        border-radius: 0 0 25px 25px;
    }

    .carousel-cell {
        margin-right: 20px !important;
    }

    .box_timer {
        width: auto !important;
        margin: 0 auto;
        background-size: cover;
        background-position: center;
    }

    .container .time-content {
        width: 50px !important;
        height: 50px;
        margin: 60% 50px !important;
        text-align: center !important;
    }

    .time .number {
        font-size: 30px !important;
        margin: 0 !important;
    }

    .time-content .time {
        text-align: center !important;
        margin: 0 !important;
        margin-left: 0px !important;
    }

    .flickity-slider {
        margin-left: 0;
        margin-left: 15px;
    }

    .carousel-cell {

        width: 240px !important;

    }

    .flickity-viewport {
        width: auto;
    }

    .box_img {
        width: auto !important;
        margin: 0;
    }

    .box_img img {
        width: 230px;
        float: right;
        margin: 0px 3px !important;
    }

    .box_img a {
        margin: 20px 20px;
        text-decoration: none;
        width: 200px;
        float: right !important;
        font-family: vazirmatn;

    }

    .flickity-button {
        display: none;
    }

    .waiting-list {
        width: auto;
    }

    .waiting-list input[type="tel"] {
        width: 100%;;
    }

    .waiting-list button {
        width: 100%;
    }

    h1:before {
        z-index: -1;
        text-shadow: 0.1em -0.01em 1px rgba(0, 0, 0, 0.6);
    }

}