@import url('fontiran.css');

h1.site-title {
    font-size: 0.9rem;
}

#particle-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

h2 {
    margin-top: -6px;
}

h1 {
    font-size: 70px;

}

#particle-canvas {

    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, rgb(10, 10, 50) 0%, rgb(19, 19, 19) 100%);
    vertical-align: middle;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/woff/IRANSansX-Bold.woff') format('woff'),
    url('fonts/woff2/IRANSansX-Bold.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/woff/IRANSansX-Regular.woff') format('woff'),
    url('fonts/woff2/IRANSansX-Regular.woff2') format('woff2');
}

body {
    font-family: IRANSansX;
    font-weight: 300;
    min-height: 100vh;
    background-size: cover;
}


.header {

    top: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.07);
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 3;
}

.header ul {
    margin: 0;
    padding: 0;

    list-style: none;
    overflow: hidden;
}

.header a {

    border: 0;
    padding: 20px 30px;

    color: white;
    display: flex;

    justify-content: center;
    text-decoration: none;

}

header .link1 {
    font-size: 20px;
}

.header .link2 {
    font-size: 20px;
    border-right: 1px solid #f4f4f4;
}

.header .link3 {
    font-size: 20px;
    border-right: 1px solid #f4f4f4;
}

.header .link1:hover,
.header .menu-btn:hover {
    background-color: rgba(255, 255, 255, 0.07);
}

.header .link2:hover,
.header .menu-btn:hover {
    background-color: rgba(255, 255, 255, 0.07);
}

.header .link3:hover,
.header .menu-btn:hover {
    background-color: rgba(255, 255, 255, 0.07);
}


.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    margin-top: 8px;
    padding: 10px 20px;
    text-decoration: none;
}

.header .logo-image {
    width: 60px;
    height: 60px;
    margin-top: 10px;
}


.header .menu {
    clear: both;
    max-height: 0;

    transition: max-height .2s ease-out;
}


.header .menu-icon {
    cursor: pointer;
    color: white;
    display: inline-block;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #ffffff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #ffffff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    /* height mobile hamburger */
    max-height: 300px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}


@media (min-width: 768px) {
    .menu {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
}

@media (min-width: 840px) {
    .header li {
        float: left;
    }

    .header a {

        display: flex;
        padding: 25px 30px;

    }


    .header .menu {
        display: flex;

        clear: none;
        float: right;
        max-height: none;
    }

    .header {

        position: relative;
    }

    .header .menu-icon {
        display: none;

    }
}

@media (max-width: 840px) {
    .header {
        background-color: rgb(10, 10, 50);


    }
}

footer {
    margin-top: 200px;
    background-color: #333;
    color: #fff;
    transform: translateY(20px);
    padding: 3rem 0;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer-section1 {
    margin-left: 20px;
    overflow-wrap: break-word;
    margin-top: 10px;
    flex: 1;
    margin-bottom: 20px;
    text-align: center;
}

.footer-section2 {

    margin-top: 10px;
    flex: 1;
    margin-bottom: 20px;
    text-align: center;
}

.footer-section3 {

    margin-top: 10px;
    flex: 1;
    margin-bottom: 20px;
    text-align: center;
}

.footer-section4 {

    margin-top: 10px;
    flex: 1;
    margin-bottom: 20px;
    text-align: center;
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-link {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    margin-top: 10px;
    margin-bottom: 5px;
}

ul li a {
    color: #fff;
    text-decoration: none;
}

ul li a:hover {
    text-decoration: underline;
}

.social-icons {
    display: flex;
    margin-right: 100px;
    margin-left: 100px;
}

.social-icons i {
    margin-top: 30px;
    margin-left: 40px;

}

.social-icons a {
    color: #fff;
    font-size: 20px;
}

.footer-bottom {
    padding-top: 40px;
    text-align: center;
    border-top: 1px solid #555;
}

.rtl-direction {
    direction: rtl;
}

/* Responsive styles */
@media (max-width: 768px) {
    footer {
        text-align: center;
    }

    .footer-section {
        flex: 1 1 100%;
        margin-top: 25px;
        margin-left: 40px;
        margin-right: 40px;
        padding-top: 20px;
        border-top: 2px solid #555;

    }

    .footer-section1 {
        flex: 1 1 100%;
        margin-top: 25px;
        margin-right: 30px;

    }

    .footer-section2 {
        flex: 1 1 100%;
        margin-top: 25px;

    }

    .footer-section3 {
        flex: 1 1 100%;
        margin-top: 25px;

    }

    .footer-section4 {
        flex: 1 1 100%;
        margin-top: 25px;

    }

    .social-icons {
        margin-right: 300px;
        margin-left: 300px;
    }
}

p {
    margin-top: 10px;
}

.responsive-box {
    width: 80%; /* Adjust the percentage as needed */
    max-width: 400px; /* Set a maximum width if necessary */
    margin: 0 auto; /* Center the box horizontally */
    padding: 20px; /* Adjust padding as needed */
    background-color: #e0e0e0; /* Set your desired background color */
    border-radius: 10px; /* Add rounded corners if desired */
    box-sizing: border-box; /* Include padding in the total width */
}


.card-home {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
    left: auto;
    right: auto;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 30px;
    margin-top: 150px;
    transform: translateY(20px);


    border-radius: 50px;
    color: white;
    text-align: center;
}

.text-home1 {
    margin-bottom: 20px;
}

.a {
    font-family: IRANSansX;
    background: #ff6600;
    border: 1px solid #ff6600;
    border-radius: 12px;
    font-size: 20px;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    ont-weight: 800;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 16px 18px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
}

.a:hover,
.a:active {
    background-color: initial;
    background-position: 0 0;
    color: #cc5200;
    font-family: IRANSansX;

}

.a:active {
    opacity: .5;
}

.card1 {
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(20px);
    width: 50%; /* در موبایل تقریباً تمام عرض */
    /* حداکثر اندازه در دسکتاپ */
    padding: 20px;
    border-radius: 20px;
    background-color: #464646;

    text-align: center;
}


.card1 h2 {
    margin: 15px 0;
    font-size: 40px;
    color: #ffffff;
}

.card1 p {
    font-size: 24px;
    color: #ffffff;
}

.card1 button {
    margin-top: 10px;
    padding: 10px 15px;
    border: none;
    background: #007bff;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.card button:hover {
    background: #0056b3;
}


@media (max-width: 768px) {
    .card1 {
        width: 80%;
        font-size: 10px;
        padding: 20px;
    }

    .card1 .text-home1 {
        font-size: 20px;
        padding-top: 15px;

    }

    .card1 h2 {

        font-size: 26px;

    }

}

@media (max-width: 480px) {
    .card1 .text-home1 {
        padding-top: 15px;

        font-size: 16px;

    }

    .card1 h2 {

        font-size: 20px;

    }


}

#myWidget {
    transform: translateY(20px);

}

.container {
    display: none;
    transform: translateY(20px);
    background-color: #FFFFFF;
    width: 90vw;
    height: 85vh;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.a01 {
    font-size: 22px;


}

.a01:hover {
    color: #e1d7d7;
}

.card2 {
    margin: 10rem auto;
    height: 600px;
    transform: translateY(20px);
    width: 50vw;
    border-radius: 8px;
}

.map {
    border:0;
    border-radius: 20px;
}

.footer-section3 a {
    color: white;
}

.footer-section3 p {
    margin-top: 20px;
}

.footer-section4 a:hover {
}

.footer-section4 svg {
    margin-top: 25px;
}



.footer-section4 .fa-instagram, .fa-whatsapp {
    margin-left: 20px;
}

.icon-box a {
    text-decoration: none;
}

.icon-box {
    margin-top: -40px;
    padding: 50px;

    margin-bottom: 20px;
    text-align: center;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.icons{
    display: flex;
    gap: 20px;
    padding-top: 30px;
    margin-top: 5px;
}

/* for all social containers*/
.socialContainer {
    width: 52px;
    height: 52px;
    background-color: rgb(10, 10, 50);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-duration: 0.3s;
    border-radius: 30px;
}

.containerFour svg {
    transform: translateX(-10px);
}

/* instagram*/
.containerOne:hover {
    background-color: #d62976;
    transition-duration: 0.3s;
    transform: scale(1.2);
}
/* telegram*/
.containerTwo:hover {
    background-color: #00acee;
    transition-duration: 0.3s;
    transform: scale(1.2);
}
/*!* linkdin*!
.containerThree:hover {
    background-color: #0072b1;
    transition-duration: 0.3s;
    transform: scale(1.2);
}*/
/* Whatsapp*/
.containerFour:hover {
    background-color: #128c7e;
    transition-duration: 0.3s;
    transform: scale(1.2);

}

.socialContainer:active {
    transform: scale(0.9);
    transition-duration: 0.3s;
}

.socialSvg {
    width: 17px;
}

.socialSvg path {
    fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
    animation: slide-in-top 0.3s both;
}

.socialContainer:last-child:hover .socialSvg {
    animation: slide-in-top2 0.3s both;
}


@keyframes slide-in-top {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top2 {
    0% {
        transform: translateY(-50px) translateX(-10px);
        opacity: 0;
    }

    100% {
        transform: translateY(0) translateX(-10px);
        opacity: 1;
    }
}

