@font-face {
    font-family: vazir;

    src: url('font/Shabnam-Bold.ttf') format('truetype');
    font-weight: bolder;
}

* {
    font-family: 'vazir';
}

:root {
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    padding: 0;
    margin: 0;
    background-color: #eaeaea;
    line-height: 1.7;
    direction: rtl;
    font-family: 'vazir';
    transition: all .2s linear;
}

.container {
    width: 85%;
    margin: auto;
    overflow: hidden;
    height: 100vh;
}

.containerr {
    width: 72%;
    margin: auto;
    overflow: hidden;
}

.big {
    background: linear-gradient(90deg, rgb(23, 120, 247),rgb(108, 172, 255),white, white);
    height: 100vh;
    width: 100%;
    background-size: cover;
    display: inline-flex;
}

ul {
    padding: 0;
    margin: 0;
    gap: 10px;
}
.ektar{
    height: 4vh;
    width: 100%;
    background-color: #006ff7;
}
.header {
    height: 4vh;
    width: 100%;
}

.header li {
    display: inline;
    padding: 0 10px;
    float: right;
}

.header .logotext {
    float: right;
    color: #000000;
    padding-top: 6px;
}

.header .logotext h1 {
    margin: 0;
    font-size: 30px;
}

.header .nav {
    float: left;
    margin-top: 5px;
}

.header ul li {
    margin: 10px;
}

.header a {
    text-decoration: none;
    color: #000000;
    font-size: 22px;
}

.header a:hover {
    border-bottom: 3px solid black;
    transition: .11s linear;
}

.hello {
    height: 92vh;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.limg {
    width: 700px;
}

.rightttt {
    width: 100%;
    height: 90vh;
    justify-content: center;
    align-items: center;
}


.text {
    padding-top: 8%;
    animation: sideIn 1s ease-out forwards;
}

@keyframes sideIn {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.h {
    font-size: 7vw;
    margin: 0px;
}

.t {
    font-size: 3.25vw;
    color: #868686;
    margin-top: -5px;

}

.buttton {
    width: 15vw;
    border-radius: 10px;
    margin-top: -10px;
    height: 4.5vw;
    background-color: #337edf;
    text-align: center;
}

.buttton a {
    font-size: 2.5vw;
    text-decoration: none;
    color: black;
    transition: all .2s linear;
}

.about {
    height: 500px;
    width: 100%;
    background-color: #d6d5d5;
    flex-flow: column;
    margin-top: -10px;
}

.rii {
    width: 50%;
    height: 500px;
    float: left;
    justify-content: center;
    flex-flow: column;
    display: flex;
}

.lee {
    width: 50%;
    height: 500px;
    float: right;
}

.s {
    float: left;
    font-weight: bolder;
    font-size: 55px;
    flex-flow: column;
    margin: 0px;
}

.e {
    float: left;
    width: 450px;
    direction: rtl;
    font-size: 20px;
    color: #686868;
    flex-flow: column;
}

#ii {
    width: 500px;
    padding-right: 40px;
}

.hoze h1 {
    font-size: 2vw;
}

.hei {
    width: 200px;
    border-radius: 10px;
    border: 3px solid #000000;
    display: inline-flex;
    margin: 20px;
}

.hei:hover {
    transform: translateY(-5%);
    transition: all .2s linear;
}

.hei2 {
    width: 150px;
    margin: 20px;
    display: inline-flex;
}

.hei2:hover {
    transform: rotate(360deg);
    transition: all .7s linear;
}


.nemoone h1 {
    font-size: 40px;
}

.hei3 {
    width: 200px;
    height: 75px;
    border-radius: 10px;
    background-image: url(img/images.jpeg);
    font-size: 25px;
    margin: 30px;
    cursor: pointer;
    color: #ffffff;
}

.veblag h1 {
    font-size: 40px;
}

.card {
    width: 300px;
    height: 400px;
    margin: 1rem auto;
    perspective: 1000px;
    cursor: pointer;
    display: inline-flex;
    margin: 10px;
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.card:hover .card-inner {
    transform: rotateY(180deg);
}

.card-front,
.card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
}

.card-front {
    background: white;
    border: 1px solid #e5e7eb;
}

.card-back {
    background: #000000;
    color: white;
    transform: rotateY(180deg);
}

.card-back a {
    text-decoration: none;
    color: #ffffff;
}

.card-img {
    width: 300px;
    height: 180px;
    border-top-right-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    perspective: 1000px;
    margin-top: -40px;
}

.card h1 {
    font-size: 20px;
    width: 300px;
}

.card p {
    font-size: 13px;
    color: #5e5e5e;
}

.img {
    width: 370px;
    margin-top: -120px;
}

.jmg {
    width: 550px;
    margin-top: -20px;
}

.footer {
    text-align: center;
    background: #6d6d6d;
    height: 50px;
    width: 100%;
}

.footer p {
    font-weight: 600;
    color: white;
    padding-top: 15px;
}

.tum {
    height: 100vh;
    background: linear-gradient(90deg, rgb(23, 120, 247), rgb(110, 166, 239), white);
}

.tumi {
    width: 300px;
    border-radius: 10px;
    border: 3px solid black;
    margin: 5px;
}

.tumi:hover {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.447);
    transition: all .2s linear;

}

.sum3{
    background: linear-gradient(90deg, rgb(89, 158, 248),white,white,white,white,white,white,rgb(115, 170, 241));
    height: 100%;
    width: 100%;
}

.bbox {
    height: 95%;
    width: 26.05%;
    border-radius: 20px;
    display: inline-flex;
    margin: 50px;
    background-color: rgb(255, 255, 255);
    border: 3px solid black;
    justify-content: center;
    flex-flow: column;
}
.imil{
    font-size: 10px;
}
.bbox:hover{
    transform: translateY(-3%);
    transition: 0.5s all;
}

.bbox img {
    width: 100%;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
    margin-top: -20px;

}

#tt{
    margin-top: -25px;
}

.bbox a {
    font-size: 30px;
    margin-top: 10px;
    color: #000000;
    text-decoration: none;
}

.moi {
    height: 400px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.partt1 h1{
    font-size: 30px;
    padding-right: 30px;
}

.partt1 p{
    font-size: 18px;
    padding-right: 30px;
    width: 700px;
    direction: rtl;
    text-justify: newspaper;
}

.imt{
    width: 350px;
    border-radius: 20px;
}
.imil{
    font-size: 25px;
}
@media (max-width:360px) {
.about {
    height: 800px;
    width: 100%;
    background-color: #d6d5d5;
    flex-flow: column;
    margin-top: -10px;
}

.rii {
    width: 50%;
    height: 500px;
    float: right;
    justify-content: center;
    flex-flow: column;
    display: flex;
    padding-top: 80%;
    align-items: center;
    direction: none;
    justify-content: center;
}

.lee {
    width: 50%;
    height: 500px;
    float: right;
}

.s {
    float: left;
    font-weight: bolder;
    font-size: 40px;
    flex-flow: column;
    margin-right: -250px;
}

.e {
    float: left;
    width: 300px;
    direction: rtl;
    font-size: 14px;
    color: #686868;
    flex-flow: column;
        margin-right: -150px;
}

#ii {
    width: 300px;
    padding-right: 20px;
    padding-top: 70px;
}
.jmg{
    width: 300px;
}
.img{
    width: 200px;
}
.imil{
    font-size: 25px;
}
.text {
    padding-top: 150px;
    animation: sideIn 1s ease-out forwards;
}
.h {
    font-size: 13vw;
    margin: 0px;
}

.t {
    font-size: 6.25vw;
    color: #868686;
    margin-top: -5px;

}
.buttton {
    width: 30vw;
    border-radius: 10px;
    margin-top: -10px;
    height: 10.5vw;
    background-color: #337edf;
    text-align: center;
}

.buttton a {
    font-size: 5.5vw;
    text-decoration: none;
    color: black;
    transition: all .2s linear;
}
.header {
    height: 8vh;
    width: 100%;
}

.header li {
    display: inline;
    padding: 0 10px;
    float: right;
}

.header .logotext {
    float: right;
    color: #000000;
    padding-top: 6px;
}

.header .logotext h1 {
    margin: 2px;
    font-size: 10px;
}

.header .nav {
    float: left;
    margin-top: 5px;
}

.header ul li {
    margin: 0px;
}

.header a {
    text-decoration: none;
    color: #000000;
    font-size: 10px;
}
.imt{
    width: 150px;
    border-radius: 20px;
}
}

@media (min-width:359px) and (max-width:480px) {
.about {
    height: 800px;
    width: 100%;
    background-color: #d6d5d5;
    flex-flow: column;
    margin-top: -10px;
}

.rii {
    width: 50%;
    height: 500px;
    float: right;
    justify-content: center;
    flex-flow: column;
    display: flex;
    padding-top: 80%;
    align-items: center;
    direction: none;
    justify-content: center;
}

.lee {
    width: 50%;
    height: 500px;
    float: right;
}

.s {
    float: left;
    font-weight: bolder;
    font-size: 50px;
    flex-flow: column;
    margin-right: -250px;
}

.e {
    float: left;
    width: 300px;
    direction: rtl;
    font-size: 18px;
    color: #686868;
    flex-flow: column;
        margin-right: -200px;
}

#ii {
    width: 300px;
    padding-right: 20px;
    padding-top: 70px;
}
.jmg{
    width: 300px;
}
.imil{
    font-size: 25px;
}
.text {
    padding-top: 125px;
    animation: sideIn 1s ease-out forwards;
}
.h {
    font-size: 13vw;
    margin: 0px;
}

.t {
    font-size: 6.25vw;
    color: #868686;
    margin-top: -5px;

}
.buttton {
    width: 30vw;
    border-radius: 10px;
    margin-top: -10px;
    height: 10.5vw;
    background-color: #337edf;
    text-align: center;
}

.buttton a {
    font-size: 5.5vw;
    text-decoration: none;
    color: black;
    transition: all .2s linear;
}
.header {
    height: 8vh;
    width: 100%;
}

.header li {
    display: inline;
    padding: 0 10px;
    float: right;
}

.header .logotext {
    float: right;
    color: #000000;
    padding-top: 6px;
}

.header .logotext h1 {
    margin: 2px;
    font-size: 15px;
}

.header .nav {
    float: left;
    margin-top: 5px;
}

.header ul li {
    margin: 5px;
}

.header a {
    text-decoration: none;
    color: #000000;
    font-size: 10px;
}
.imt{
    width: 250px;
    border-radius: 20px;
}

}


@media (min-width:630px) and (max-width: 715px) {
.about {
    height: 500px;
    width: 100%;
    background-color: #d6d5d5;
    flex-flow: column;
    margin-top: -10px;
}

.rii {
    width: 50%;
    height: 500px;
    float: left;
    justify-content: center;
    flex-flow: column;
    display: flex;
}

.lee {
    width: 50%;
    height: 500px;
    float: right;
    justify-content: center;
    
}
.text {
    padding-top: 150px;
    animation: sideIn 1s ease-out forwards;
}

.s {
    float: left;
    font-weight: bolder;
    font-size: 50px;
    flex-flow: column;
    margin: 0px;
}

.e {
    float: left;
    width: 300px;
    direction: rtl;
    font-size: 18px;
    color: #686868;
    flex-flow: column;
}

#ii {
    width: 280px;
    padding-top: 70px;
}
}

@media (min-width:480px) and (max-width: 630px) {
.about {
    height: 800px;
    width: 100%;
    background-color: #d6d5d5;
    flex-flow: column;
    margin-top: -10px;
}

.rii {
    width: 50%;
    height: 500px;
    float: right;
    justify-content: center;
    flex-flow: column;
    display: flex;
    padding-top: 60%;
    align-items: center;
    direction: none;
    justify-content: center;
}

.lee {
    width: 50%;
    height: 500px;
    float: right;
}

.s {
    float: left;
    font-weight: bolder;
    font-size: 50px;
    flex-flow: column;
    margin-right: -300px;
}

.e {
    float: left;
    width: 300px;
    direction: rtl;
    font-size: 18px;
    color: #686868;
    flex-flow: column;
        margin-right: -250px;
}

#ii {
    width: 300px;
    padding-right: 130px;
    padding-top: 70px;
}
.text {
    padding-top: 150px;
    animation: sideIn 1s ease-out forwards;
}
}

@media (min-width:630px) and (max-width: 715px) {
.about {
    height: 500px;
    width: 100%;
    background-color: #d6d5d5;
    flex-flow: column;
    margin-top: -10px;
}

.rii {
    width: 50%;
    height: 500px;
    float: left;
    justify-content: center;
    flex-flow: column;
    display: flex;
}

.lee {
    width: 50%;
    height: 500px;
    float: right;
}

.s {
    float: left;
    font-weight: bolder;
    font-size: 50px;
    flex-flow: column;
    margin: 0px;
}

.e {
    float: left;
    width: 300px;
    direction: rtl;
    font-size: 18px;
    color: #686868;
    flex-flow: column;
}

#ii {
    width: 280px;
    padding-right: 40px;
    padding-top: 70px;
}

}

@media (min-width: 715px) and (max-width: 1000px) {
.about {
    height: 500px;
    width: 100%;
    background-color: #d6d5d5;
    flex-flow: column;
    margin-top: -10px;
}

.rii {
    width: 50%;
    height: 500px;
    float: left;
    justify-content: center;
    flex-flow: column;
    display: flex;

}
.lee {
    width: 50%;
    height: 500px;
    float: right;
}

.s {
    float: left;
    font-weight: bolder;
    font-size: 50px;
    flex-flow: column;
    margin: 0px;
}

.e {
    float: left;
    width: 300px;
    direction: rtl;
    font-size: 18px;
    color: #686868;
    flex-flow: column;
}

#ii {
    width: 300px;
    padding-right: 40px;
    padding-top: 70px;
}
.text {
    padding-top: 150px;
    animation: sideIn 1s ease-out forwards;
}
}

