/**
         *     *  *****  *     *  *****
        * *   * * *     * *     * *     *
       *   * *  * *     * *     * *     *
      ***** ***** *     * *     *  * *
      *     *   * *     *  *   *  *     *
      *     *   * *     *   * *   *     *
      *     *   *  *****     *     *****
      
      * Project Author: Amir - A Site for Virtual Services Robot

       * Copyright (c) 2024 Amir. All rights reserved.
      
       * Terms:
       * No one except the employer is allowed to use this project.
       * The employer has complete freedom to edit this project.
       * If any programmer other than Amir intends to modify the project's content, they must coordinate their actions with the primary project developer.
*/

body {
margin: 0;
padding: 0;
}
@font-face {
            font-family: web;
            src: url('../font/sens.ttf');
        }
        * {
            color: #fff;
            font-family: "Montserrat", web;
        }
        h1 {
              font: 700 2.75rem/3.5rem "Montserrat", web;
         }
         h2 {
         	font: 700 2rem/2.625rem "Montserrat", web;
}
h4 {
    font: 700 1.375rem/2.125rem "Montserrat", web;
}
        .nvb {
            background-color: #403243;
            color: #fff;
        }
        .navbar-toggler-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        }
        .bnm {
            border-radius: 2em;
            padding: 3% 10%;
        }
        @media (max-width: 768px) {
.full-width-card {
            width: 100%;
            height: 70%;
            padding-top: 40%;
            background-image: url('../../data/home-bc.jpg');
            color: #fff;
            border-radius: 0;
        }
}
@media (min-width: 787px) {
    .full-width-card {
            width: 100%;
            height: 100%;
            padding-bottom: 100%;
            padding-top: 50%;
            background-image: url('../../data/home-back.jpg');
            color: #fff;
            border-radius: 0;
        }
}
        img.respons {
            width: 250px;
            height: 500px;
            max-width: 1328px;
            border-radius:2em;
            margin-top: 2rem;
        }
        .feature-box {
            border: 20px solid #2f2c3d;
            background-color: #2f2c3d;
            width: 100% !important;
            color: #fff;
            border-radius: 0;
        }
        .feature-title {
            margin-bottom: 50px;
            text-align: center;
        }
        .feature-description {
            margin-bottom: 50px;
        }
        .fu-title {
            text-align: right;
        }
        .row {
            text-align: right;
        }
        footer {
            padding: 25px 0;
            background-color: #262431;
        }
        .footer-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-align: right;
        }
        .footer-logo img {
            max-width: 150px;
            height: auto;
        }
        .footer-links ul {
            list-style-type: none;
            padding: 0;
        }
        .footer-links ul li {
            margin-bottom: 10px;
        }
        .footer-social-icons a {
            color: #333;
            font-size: 20px;
            margin-right: 15px;
        }
        .footer-social-icons a:hover {
            color: #007bff;
            text-decoration: none;
        }
        .footer-bottom {
            text-align: center;
            margin-top: 20px;
            padding-top: 10px;
            border-top: 1px solid #ccc;
        }
        .mhn {
            margin-right: -1000px;
        }
        .swiper-container {
            width: 100%;
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .swiper-slide {
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .scroll-container {
            display: flex;
            overflow-x: auto;
            padding: 20px 0;
        }
        .scroll-container::-webkit-scrollbar {
            display: none;
        }
        .card-item {
            flex: 0 0 auto;
            width: 18rem;
            margin: 0 10px;
        }
        .mnj {
            width: 100%;
        }
        .mnl {
            background-color: #29212E;
            border-radius: 0;
        }
        .knmj {
            background-color: #403243;
            border-radius: 1em;
        }
        @media (min-width: 769px) {
            .bnm {
                border-radius: 2em;
                padding: 2% 10%;
            }
            .full-width-card {
                height: 120vh;
                padding-top: 10%;
            }
            img.responsive-image {
                width: 100%;
                height: auto;
                max-width: 1328px;
            }
        }
        
       


body {
margin:0;
padding:0;
background-color: #1A374D;
}
.container {
    width: 100% !important;
    margin: 0 auto;
    direction: rtl;
}
h1 {
    color: #4A90E2;
    text-align: center;
}

.contact-info {
    margin: 20px 0;
    text-align: right;
}
.contact-info p {
    margin: 10px 0;
    color: #555;
}
.contact-form {
    margin: 20px 0;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #1A374D;
}
.contact-form input[name="email"] {
    direction: ltr;
    text-align: left;
}
.contact-form .button-container {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.contact-form button {
    background-color: #4A90E2;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.contact-form button:hover {
    background-color: #357ABD;
}
.map {
    margin: 20px 0;
    height: 300px;
}

/* Media Queries */
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }
    .contact-form input, .contact-form textarea {
        padding: 8px;
    }
    .contact-form button {
        padding: 8px 16px;
    }
}
a {
    color: white;
    text-decoration: none; /* حذف زیرخط لینک */
  }
a:focus {
color: #fff;
text-decoration: none;
}
a:active {
color: #fff;
text-decoration: none;
}
a:hover {
    color: white;
    text-decoration: none;
  }

.bnkj {
	border-raduis: 1em;
}
#loadingPage {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background-color: #f8f9fa;
            position: fixed;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 9999;
        }
        .spinner-border {
            width: 3rem;
            height: 3rem;
        }