@font-face {
    font-family: iran yekan;
    src: url(../font/IRANYekanX-Regular.woff2);
}

@font-face {
    font-family: iran yekan bold;
    src: url(../font/IRANYekanX-Bold.woff2);
}

* {
    font-family: 'iran yekan';
}

body {
    margin: 0;
    background-color: #000000;
    color: rgb(255, 255, 255);
}

.test_div1 {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;


}


.btn a {
    margin: 0 30px;
    text-decoration: none;
    color: rgb(0, 110, 255);
    transition: ease-in-out 0.5s;
}

.test_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: var(--dark);
    box-shadow: 0 5px 20px rgba(2, 2, 2, 0.4);
    padding: 15px 0;

}

.hhrr {
    margin-right: -30px;
    width: 50%;
}

.test_div1 {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
}

#user {
    background-color: #ffffff;
    color: #000000;
    border-radius: 2rem;
    width: 20%;
    height: 30px;
    text-align: center;
    transition: ease-in-out 0.5s;
}

#user:hover {
    transition: all 0.5s;
    transform: scale(1.08);
}

.test_nav .test_div1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.test_nav .logo {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    background-color: #ffffff;
    width: 20%;
    text-align: center;
    border-radius: 2rem;
    height: 30px;
}

.logo {
    transition: ease-in-out 0.5s;
}

.logo:hover {
    transition: all 0.5s;
    transform: scale(1.08);
}

.titr1 a {
    margin: 0 30px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    transition: ease-in-out 0.5s;
}

.titr1 a:hover {
    text-decoration: none;
    color: rgb(0, 140, 255);
    font-weight: bold;
    position: relative;
    padding: 5px 0;
    transition: 0.3s;


}

.hh {
    font-size: 18px;
}

.tt {
    font-size: 15px;
}

.titr1 {
    background-color: #ffffff;
    width: 40%;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    transition: ease-in-out 0.5s;
}

.titr1:hover {
    transition: all 0.5s;
    transform: scale(1.08);
}

.test_main1 {
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    background: linear-gradient(90deg, #000000, #252525);
}

.test_div2 {
    flex: 1;
    min-width: 1350px;
}

.test_div2 h1 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 10px;
}

hr {
    width: 80%;
}

.test_div2 p {
    color: rgb(252, 252, 252);
    margin-bottom: 20px;
}

.div_img img {
    border-radius: 20rem;
    max-width: 340px;
    margin-right: 1000px;
    margin-top: -400px;
    transition: ease-in-out 0.5s;

}

img:hover {
    box-shadow: 0px 2px 8px 2px #ffffff;
    transform: scale(1.08);
    transition: all 0.5s;
}

.test_main2 {
    text-align: center;
    padding: 60px 0;

}

.box::after {
    font: 1em sans-serif;
}

.dad {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
    margin-top: 40px;
}

.box {
    background: #ffffff;
    color: #020202;
    border-radius: 10px;

    padding: 20px;
    width: 280px;
    transition: ease-in-out 0.5s;

}

.box:hover {
    transform: scale(1.08);
    background: #000000;
    color: rgb(255, 255, 255);
    box-shadow: 1px 1px 15px 3px #ffffff;
    transition: all 0.5s;
    transform: translateY(-15px);
}

.box img {
    width: 64px;
}

.test_div3 {

    text-align: center;
    background: linear-gradient(90deg, #000000, #000000);
    padding: 60px 0;
}

.dad1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 80px;
}

.box1 {
    background: white;
    color: #000000;
    border-radius: 10px;
    padding: 30px;
    width: 260px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: ease-in-out 0.5s;
}

.box1:hover {
    transform: scale(1.08);
    transition: all 0.5s;
    transform: translateY(-15px);
}

.text {
    display: block;
    margin: 15px 0;
    font-weight: bold;
    font-size: 18px;
}

.btn {

    background-color: #ffffff;
    color: rgb(0, 0, 0);
    width: 20%;
    height: 40px;
    border: none;
    border-radius: 2rem;
    transition: ease-in-out 0.4s;
}

.btn:hover {
    box-shadow: 1px 1px 5px 3px #a5a1ff;
    transform: scale(1.08);
    background: #000000;
    color: rgb(255, 255, 255);
    transition: all 0.5s;
}

.btn1 {
    background-color: #000000;
    color: rgb(255, 255, 255);
    width: 50%;
    height: 35px;
    border: none;
    border-radius: 8px;
    transition: ease-in-out 0.4s;
}

.btn1:hover {
    transform: scale(1.08);
    background: #000000;
    color: rgb(255, 255, 255);
    transition: all 0.5s;
}

.btn11 {
    background-color: #000000;
    color: rgb(255, 255, 255);
    width: 20%;
    height: 35px;
    border: none;
    border-radius: 8px;
    margin-right: 400px;
    transition: ease-in-out 0.4s;
}

.btn11:hover {
    transform: scale(1.08);
    background: #ffffff;
    color: rgb(0, 0, 0);
    transition: all 0.5s;
}

#Test2 {
    margin-right: 200px;
    text-align: center;

}

.pro {
    text-align: center;
    padding: 60px 0;
}

.pro_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
    margin-top: 30px;
}

.pro1 {
    background: rgb(0, 255, 221);
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    padding: 30px;
    width: 200px;
    transition: ease-in-out 0.5s;
}

.pro1:hover {
    transform: scale(1.08);
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    color: rgb(0, 0, 0);
    transition: all 0.5s;
    transform: translateY(-15px);
}

.box1 img {
    width: 100px;

}

.pro1 img {
    border-radius: 3rem;

    margin-top: 20px;
    transition: ease-in-out 0.5s;
}

.pro1 h3 {
    font-size: 35px;
}

.box1 span {
    color: #6c63ff;
    font-weight: bold;
}

.test_footer {
    background: #ffffff;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 25px 0;
    margin-top: 50px;
}

.links a {
    color: rgb(66, 66, 66);
    margin: 0 10px;
    text-decoration: none;
}

.links a:hover {
    color: rgb(119, 119, 119);
}