
@font-face {
    font-family: Kalameh-Bold;
    src:  url('../fonts/Kalameh/WebFonts/_Woff2/KalamehWeb-Bold.woff2') format('woff2'),
    url('../fonts/Kalameh/TTF/Kalameh-Bold.ttf') format('truetype'),
    url('../fonts/Kalameh/WebFonts/_Woff/KalamehWeb-Bold.woff') format('woff');
}
@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Dana/eot/dana-fanum-bold.eot');
    src: url('../fonts/Dana/eot/dana-fanum-bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/Dana/woff2/dana-fanum-bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/Dana/woff/dana-fanum-bold.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}
@font-face {
    font-family: dana;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Dana/eot/dana-fanum-regular.eot');
    src: url('../fonts/Dana/eot/dana-fanum-regular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/Dana/woff2/dana-fanum-regular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/Dana/woff/dana-fanum-regular.woff') format('woff');  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
}

body{
    /*font-family: 'Vazirmatn FD', sans-serif;*/
    font-family: 'dana', sans-serif;
    background-color: #111827;
    /*background-image: linear-gradient(to top, #00133b 0%, #091d33 100%);*/
    color: #ffffff;
}

.kalame-bold{
    font-family: 'Kalameh-Bold', sans-serif;

}




/* برای مرورگرهای وب‌کیت (کروم، سافاری و نسخه‌های جدید اج) */
input::placeholder {
    color: #999999 !important;
    opacity: .1;
}

/* برای فایرفاکس */
input::-moz-placeholder {
    color: #999999 !important;
    opacity: .1;
}

/* برای اینترنت اکسپلورر */
input:-ms-input-placeholder {
    color: #999999 !important;
    opacity: .1;
}

/* برای مایکروسافت اج */
input::-ms-input-placeholder {
    color: #999999 !important;
    opacity: .1;
}

#leaves{
    position: fixed;
    top:0;
    width: 100%;
    z-index: 1200;
}

.custom-navbar {
    height: 9%;
    backdrop-filter: blur(100px);
    background-color: #00000069;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.custom-navbar .nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.custom-navbar .nav-link:hover {
    color: #fff !important;
}

.custom-navbar .nav-link.active {
    color: #fff !important;
    font-weight: bold;
}

.custom-navbar .btn {
    padding: 8px 20px;
    border-radius: 5px;
}

.custom-navbar .btn-danger {
    background-color: #f97316;
    
}

.custom-navbar .btn-danger:hover {
    background-color: #bb2d3b;
    border-color: #bb2d3b;
}

/* For right-to-left (RTL) support */
.navbar-nav {
    direction: rtl;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .custom-navbar .navbar-collapse {
        margin-top: 15px;
        background-color: #111827;
    }

    .custom-navbar .d-flex {
        margin-top: 15px;
        justify-content: center;
    }

    .custom-navbar .nav-link {
        text-align: center;
    }
}


.rtl{
    text-align: right!important;
    direction: rtl!important;
}

.ltr{
    text-align: left;
    direction: ltr;
}

.hero-section {
    position: relative;
    height: 70vh;
    overflow: hidden;
    /*background-image: linear-gradient(to top, #1d50b0 0%, #2b1a2c 100%);*/
    background-color: #111827;
}

.pomegranate {
    position: absolute;
    left: 26%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 340px;
}

.city-base {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: url('../img/city-silhouette.png') repeat-x;
    z-index: 1;
}

.city-lights {
    position: absolute;
    bottom: 0;
    left:28px;
    width: 100%;
    height: 20px;
    background: url('../img/city-lights.svg') repeat-x;
    z-index: 3;
    opacity: 0.6;
    overflow: hidden;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
}


.stars {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../img/stars.svg');
    opacity: 0.5; /* 50% opacity */
    transition: opacity 0.5s;
}

.owl-container {
    position: relative;

}

.floating {
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}

.btn-yalda {
    background-color: #f97316;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-yalda2 {
    color: white;
    border: #e66a14 solid 2px;
    background-color: #202c40;
    padding: 12px 30px;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.btn-yalda:hover {
    border: #e66a14 solid 2px;
    background-color: #202c40;
    transform: translateY(-2px);
}
.btn-yalda2:hover {
    background-color: #f97316;
    color: white;
    border: none;
    padding: 12px 30px;
    transform: translateY(-2px);
}

.falling-leaf {
    position: absolute;
    animation: falling 10s linear infinite;
}

@keyframes falling {
    0% { transform: translateY(-100%) rotate(0deg); }
    100% { transform: translateY(100vh) rotate(360deg); }
}


/* اضافه کردن این استایل‌ها به بخش CSS قبلی */
.cloud {
    position: absolute;
    opacity: 0.1;
    z-index: 0;
    filter: blur(1px);
    pointer-events: none;
}

.cloud.front {
    opacity: 0.15;
    filter: blur(0);
}

.cloud.back {
    opacity: 0.08;
    filter: blur(2px);
}


/* اضافه کردن انیمیشن جدید برای حرکت افقی ابرها */
@keyframes cloudFloat {
    0% {
        transform: translateX(-10px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(-10px);
    }
}

.cloud {
    animation: cloudFloat 15s ease-in-out infinite;
}


.pricing-card .card {
    transition: all 0.3s ease;
    transform: translateY(0);
}

.pricing-card:hover .card {
    transform: translateY(-10px);
}

/* Card specific hover effects */
.pricing-card:hover .card.bg-dark {
    background: linear-gradient(145deg, #1a1e2c 0%, #2c3e50 100%) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    color: #fff0f0!important;
}

.icon-wrapper {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* Custom Styles */
.bg-dark-blue {
    background-color: #18233a;
}

.custom-shadow{
    box-shadow: #cd5300 0 7px 18px 0, rgba(0, 0, 0, 0.1) 0 2px 4px 0, rgba(255, 255, 255, 0.05) 0 0 0 1px inset !important;
}


.bg-darker {
    background-color: #161b22 !important;
    border: 1px solid #30363d;
}

.form-control {
    padding: 0.75rem 1rem;
}

.form-control:focus {
    background-color: #161b22;
    border-color: #0d6efd;
    box-shadow: none;
    color: white;
}

.form-label {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

/* RTL Support */
body {
    direction: rtl;
    text-align: right;
}

.form-control {
    text-align: right;
}


.card {
    border-radius: 15px;
}

.gift-icon {
    border-radius: 8px;
}

.product-image {
    background-color: white;
    border-radius: 8px;
    padding: 5px;
}


.bottom-disable{
    background-color: rgba(10, 20, 40, 0.60);
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}


.bottom-timer{
    background-color: #23466fe5;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.top-timer{
    background-color: #23466fe5;
    position: absolute;
    width: 100%;
    top: 0;
}

.border-dotted{
    border: white dashed 3px
}

.contact-form{
    border-radius: 30px;
}

hr {
    margin-top: 50px;
    margin-bottom: 50px;
}

.custome-btn-mobile {
    background-color: rgb(249 115 22) !important;
}
#next-section , #section-next-product{
    display : none !important;
}
        /* Code Background Animation */
        .code-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.08;
            z-index: 1;
        }

        .code-background-right {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            opacity: 0.08;
            z-index: 1;
        }

        .code-line {
            position: absolute;
            font-family: 'Courier New', monospace;
            font-size: 12px;
            color: #e06710;
            opacity: 0;
            animation: codeFadeIn 10s infinite;
        }

        .code-keyword { color: #ff6b6b; }
        .code-variable { color: #4ecdc4; }
        .code-string { color: #ffe66d; }
        .code-function { color: #a8e6cf; }
        .code-property { color: #ffd93d; }
        .code-number { color: #ff8a80; }
        .code-class { color: #ff9ff3; }
        .code-comment { color: #6c757d; }
        .code-jsx { color: #61dafb; }

        @keyframes codeFadeIn {
            0%, 15% { opacity: 0; transform: translateX(-30px); }
            20%, 80% { opacity: 0.08; transform: translateX(0); }
            85%, 100% { opacity: 0; transform: translateX(30px); }
        }

        /* Floating Icons */
        .floating-icon {
            position: absolute;
            z-index: 2;
            animation: float 8s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg) scale(1); }
            25% { transform: translateY(-15px) rotate(2deg) scale(1.05); }
            50% { transform: translateY(-25px) rotate(5deg) scale(1.1); }
            75% { transform: translateY(-15px) rotate(2deg) scale(1.05); }
        }

        /* Binary Rain Animation */
        .binary-rain {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .binary-column {
            position: absolute;
            top: -100px;
            font-family: 'Courier New', monospace;
            font-size: 10px;
            color: #e06710;
            opacity: 0.2;
            animation: binaryFall 12s linear infinite;
        }

        @keyframes binaryFall {
            0% { top: -100px; opacity: 0; }
            10% { opacity: 0.2; }
            90% { opacity: 0.2; }
            100% { top: 100vh; opacity: 0; }
        }

        /* Geometric Shapes */
        .geometric-shape {
            position: absolute;
            z-index: 2;
            animation: geometricFloat 6s ease-in-out infinite;
        }

        .shape {
            width: 20px;
            height: 20px;
            background: linear-gradient(45deg, #e06710, #ff8c42);
            opacity: 0.6;
        }

        .shape.triangle {
            width: 0;
            height: 0;
            background: none;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 17px solid #e06710;
        }

        .shape.circle {
            border-radius: 50%;
        }

        .shape.square {
            transform: rotate(45deg);
        }

        .shape.hexagon {
            width: 20px;
            height: 20px;
            background: #e06710;
            position: relative;
            transform: rotate(30deg);
        }

        .shape.hexagon:before {
            content: "";
            position: absolute;
            top: -10px;
            left: 0;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #e06710;
        }

        .shape.hexagon:after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #e06710;
        }

        .shape.diamond {
            transform: rotate(45deg);
        }

        @keyframes geometricFloat {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }

        /* Animated Particles */
        .particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .particle {
            position: absolute;
            width: 4px;
            height: 4px;
            background: #e06710;
            border-radius: 50%;
            opacity: 0.7;
            animation: particleFloat 8s ease-in-out infinite;
        }

        @keyframes particleFloat {
            0%, 100% { 
                transform: translateY(0px) scale(1);
                opacity: 0.7;
            }
            25% { 
                transform: translateY(-30px) scale(1.2);
                opacity: 1;
            }
            50% { 
                transform: translateY(-50px) scale(0.8);
                opacity: 0.5;
            }
            75% { 
                transform: translateY(-30px) scale(1.1);
                opacity: 0.8;
            }
        }

        /* Space Boy Developer Animation */
        .space-boy-animation {
            transition: all 0.3s ease;
            filter: drop-shadow(0 0 20px rgba(224, 103, 16, 0.3));
        }

        .space-boy-animation:hover {
            filter: drop-shadow(0 0 30px rgba(224, 103, 16, 0.5));
        }

        #space-boy-lottie {
            width: 100%;
            height: 100%;
        }

        /* Grid Background */
        .grid-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .grid-line {
            position: absolute;
            background: linear-gradient(90deg, transparent, #e06710, transparent);
            opacity: 0.05;
        }

        .grid-line.horizontal {
            width: 100%;
            height: 1px;
        }

        .grid-line.vertical {
            height: 100%;
            width: 1px;
        }

        /* Hero Title Animation */
        .hero-title .title-line {
            display: block;
            animation: titleSlideIn 1.2s ease-out;
        }

        .hero-title .title-line:nth-child(2) {
            animation-delay: 0.4s;
        }

        @keyframes titleSlideIn {
            0% { opacity: 0; transform: translateY(60px) scale(0.9); }
            100% { opacity: 1; transform: translateY(0) scale(1); }
        }

        /* Button Hover Effects */
        .hero-buttons .btn:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 15px 40px rgba(224, 103, 16, 0.5);
        }

        .hero-buttons .btn-outline-light:hover {
            background-color: #e06710;
            color: #000;
            transform: translateY(-5px) scale(1.05);
        }

        /* Additional Animations */
        .hero-content {
            animation: contentFadeIn 2s ease-out;
        }

/* google ads*/

#google_ads {
    display : none !important;
}
        @keyframes contentFadeIn {
            0% { opacity: 0; transform: translateY(30px); }
            100% { opacity: 1; transform: translateY(0); }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-title {
                margin-top: 8rem;
                font-size: 2.5rem !important;
            }
            
            .hero-subtitle {
                font-size: 1.1rem !important;
            }
            
            .code-line {
                font-size: 10px;
            }
            
            .floating-icon svg {
                width: 25px !important;
                height: 25px !important;
            }
            
            .shape {
                width: 15px;
                height: 15px;
            }
            
            .particle {
                width: 3px;
                height: 3px;
            }
            
            .space-boy-animation {
                width: 150px !important;
                height: 150px !important;
                top: 15% !important;
                right: 3% !important;
            }
            .img-code-responsive {
                width: 25px !important;
                height: 25px !important;
            }
        }

        @media (max-width: 480px) {
            .code-line {
                font-size: 8px;
            }
            
            .binary-column {
                font-size: 8px;
            }
            
            .space-boy-animation {
                width: 120px !important;
                height: 120px !important;
                top: 10% !important;
                right: 2% !important;
            }
        }
        .img-code {
            width : 50px;
            height: 50px;

        }
        
    



