@font-face {
    font-family: IranSans;
    src: url(../font/IRANSANS/woff2/IRANSansWeb.woff2) format(woff2);
}

body {
    font-family: IranSans !important;
}

header {
    background-image: url(../images/headerback.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 464px;

    @media only screen and (max-width: 576px) {
        min-height: 300px;
    }
}

.nav-link {
    color: #707070;
}

header button:nth-child(1) {
    background-color: #88B2DB;
    transition: transform 0.2s ease-in-out;
}

header button:nth-child(1):hover {
    transform: scale(1.1) translate(5%, 0px);
}

header button:nth-child(2) {
    background-color: #285887;
    transition: transform 0.2s ease-in-out;
}

header button:nth-child(2):hover {
    transform: scale(1.1) translate(-5%, 0px);
}

header div.position-absolute {
    top: -90%;
    right: 75%;

    /* scale: 1.3; */
    @media only screen and (max-width: 1049px) {
        top: -180%;
        scale: .7;
    }
}

@media only screen and (max-width: 725px) {
    header div.position-absolute {
        right: 60%;
    }
}

header>img {
    width: 300px;
    right: 10%;
    top: 25%;

    @media only screen and (max-width: 1100px) {
        width: 200px !important;
    }
}

header div.container {
    width: 100% !important;
}

.headerImg {
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 150px;
}

aside {
    direction: ltr;
    position: fixed;
    top: 0px;
    right: -65%;
    width: 65%;
    height: 100lvh;
    background-color: green;
    transition: right 0.2s ease-in-out;
    background-image: url(../images/langBg.png);
    background-size: 100% 100%;
    z-index: 1000;
}

.active {
    right: 0px;
}

.antiAside {
    position: fixed;
    width: 100%;
    height: 100lvh;
    top: 0px;
    right: 0px;
    direction: ltr;
    background-color: rgba(0, 0, 0, .2);
    display: none;
    z-index: 999;
}

.antiActive {
    display: block;
}

image{
    aspect-ratio: auto;
}

.imgcen{
    background-image: url(../images/border.png);
    background-size: 100% 100%;
    min-height: 300px;
}

@media only screen and (min-width:768px){
    section div.imgcen{
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
}
@media only screen and (min-width:992px){
    section div.imgcen{
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
}

.colorz{
    background-color: #3b4e53;
    padding: 5px;
}
.colorzz{
    background-color: #707070;
    border-radius: 20px;
}
.colorSubmit{
    background-color: #3b4e53;
}

input:focus-visible, textarea:focus-visible{
outline: 0px !important;
}

footer .col-8 img{
    max-width: 60px;
}
.backColor{
    background-color: #3b4e53;
}



