body {
    font-family: 'iran-sans';
    height: 50em;
    overflow-x: hidden;
}

@font-face {
    font-family: iran-yekan;
    src: url(./fonts/IRANYekanMedium.ttf);
}

@font-face {
    font-family: iran-sans;
    src: url(./fonts/IRANSansMedium.ttf);
}

.bg-screen {
    position: fixed;
    z-index: 0;
    overflow: hidden;
}


.content-front:nth-child(2):after {
    content: '';
}


.bg-header {
    background-color: rgb(16 255 0 / 20%);
    /* padding: 12px 20px; */
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}

/*a:hover {
    text-decoration: none;
    color: #05C2DE;
    text-shadow: 2px 1px 1px white;
    transition: 1s;
}*/

.welcome-board-name {
    font-family: 'iran-sans';
    color: #ffffff;
    font-size: 1.6em;
    text-shadow: 1px 2px 3px #03802a;
    line-height: 50px;
}

.welcome-board-name2 {
    font-family: 'iran-sans';
    color: #ffffff;
    font-size: 1.2em;
    text-shadow: 1px 2px 3px #03802a;
}

.welcome-board-name3 {
    font-family: 'iran-sans';
    color: #ffffff;
    font-size: 1.1em;
    text-shadow: 1px 2px 3px #03802a;
}

.content-inner {
    width: 100%;
    color: #fff;
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.content-inner .content-front,
.content-inner .content-back {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-front {
    background: #292929;
    position: relative;
}

.content-inner > * {
    backface-visibility: hidden;
    transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cf-inner:before,
.cf-inner:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-color: rgba(255, 255, 255, 0.4);
    z-index: 10;
}

.cf-inner:before {
    top: 20px;
    left: 20px;
    border-left: 1px solid;
    border-top: 1px solid;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat: repeat;
    background-origin: content-box;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 3;
}

.content-inner .cf-inner .inner {
    align-items: stretch;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(95px) scale(0.81);
    text-align: center;
    position: relative;
    z-index: 2;
}

.cf-inner:after {
    bottom: 20px;
    right: 20px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.content-inner .cf-inner .inner h2 {
    position: relative;
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 20px;
}

    .content-inner .cf-inner .inner h2:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 10px;
        width: 20px;
        height: 2px;
        margin-left: -10px;
    }

.content-inner .content-front li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 2px;
    margin: 0 4px;
}

.cf-inner:after {
    bottom: 20px;
    right: 20px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.content-inner .content-front,
.content-inner .content-back {
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-inner .cf-inner .inner {
    align-items: stretch;
    transform-style: preserve-3d;
    perspective: 1000px;
    backface-visibility: hidden;
    transform: translateZ(95px) scale(0.81);
    text-align: center;
    position: relative;
    z-index: 2;
}

.content-inner:hover .content-front {
    transform: rotateY(-180deg);
}

.content-inner:hover .content-back {
    transform: rotateY(0deg);
}

.content-inner .content-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: rotateY(180deg);
    background: #292929;
    background-image: url("images/cover.jpg");
}

.content-inner .cf-inner {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    width: 100%;
    padding: 150px 20px;
}

.serv-price-wrap {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 30px;
    margin-top: 14px;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    color: #fff;
}

    .serv-price-wrap:hover {
        text-decoration: none;
        color: #fff;
    }

.content-inner .cf-inner .inner h2:before {
    background: #00bcd4;
}

inner:before,
.cf-inner:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-color: rgba(255, 255, 255, 0.4);
    z-index: 10;
}

.cf-inner:before,
.cf-inner:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 250px;
    border-color: rgba(0, 188, 212, 0.33);
    z-index: 10;
}

.dec-icon {
    padding-bottom: 20px;
}

.content-back .cf-inner:before {
    top: 125px;
}

.content-back .cf-inner:after {
    bottom: 125px;
}




/* custom-cursor */
/* =============================================================================================== */
.custom-cursor {
    width: 3rem;
    height: 3rem;
    border: 1px solid hsla(0, 0%, 100%, .7);
    border-radius: 100%;
    background: hsla(0, 0%, 80%, .2);
    position: absolute;
    z-index: 5;
    transform: translate(-50%, -50%);
    pointer-events: none;
}


/* buttons */
/* =============================================================================================== */
/* btn-circle */
/* ---------------------------------------- */
.btn-circle {
    width: 4rem;
    height: 4rem;
    border-radius: 100rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* btn-pTSecond */
/* ---------------------------------------- */
.btn-pTSecond {
    margin-top: 2rem;
    border: 1px solid red;
    transform: scale(.8);
    transform-origin: left center;
    transition: .3s;
}

    .btn-pTSecond:hover,
    .btn-pTSecond:focus {
        transform: scale(1);
    }

    .btn-pTSecond::before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: inherit;
        position: absolute;
        background: var(--gradient-2);
        transform: scale(0);
        transition: .6s;
    }

.cursor-pointer {
    cursor: pointer;
}




/*--Dock--*/
footer {
    bottom: 0;
    display: inline-block;
    height: 3.5em;
    left: 50%;
    min-width: 25em;
    padding: 0 10px;
    perspective: 1000px;
    position: fixed;
    text-align: center;
    transform: translatex(-50%);
}

    footer::before {
        background: linear-gradient(to top, rgba(230, 230, 230, 1) 0%, rgba(163, 163, 163, 1) 100%);
        bottom: 0;
        content: "";
        height: 4em;
        left: 0;
        margin-top: 15px;
        position: absolute;
        right: 0;
        top: 0;
        transform: rotatex(45deg);
        width: 100%;
        z-index: -1;
    }

    footer ul {
        display: inline-block;
        margin: 0 0.1em;
        padding: 0;
        transform-origin: bottom center !important;
    }

    footer li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        transform: scale(1);
        transform-origin: bottom center;
        transition: transform 2s;
    }

        footer li::before {
            background: rgba(0, 0, 0, 0.3);
            border-radius: 12px;
            color: #fff;
            content: attr(data-title);
            display: block;
            float: left;
            font-size: 0.9em;
            left: 50%;
            margin: 2px auto;
            opacity: 0;
            padding: 0 10px;
            position: absolute;
            text-align: center;
            top: -35px;
            transform: translatex(-50%);
            transform-origin: bottom center !important;
            visibility: hidden;
            width: auto;
        }

        footer li:hover::before {
            opacity: 1;
            top: -45px;
            visibility: visible;
        }

.jump {
    -webkit-animation: JUMP 600ms 2 cubic-bezier(0.4, 0.01, 0.6, 0.99);
}

footer img {
    -webkit-box-reflect: below -5px -webkit-gradient(linear, left bottom, left top, color-stop(0%, rgba(230, 230, 230, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    margin: 0 5px;
    position: relative;
    transform: scale(1);
    transform-origin: bottom center !important;
    transition: all 0.2s;
    width: 2.5em;
}

    footer img:hover {
        margin: 0 10px;
        transform: scale(1.2);
    }

@-webkit-keyframes JUMP {
    0% {
        bottom: 0;
    }

    50% {
        bottom: 20px;
        padding-bottom: 20px;
    }

    100% {
        bottom: 0;
    }
}

.hover-hint {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.arrow {
    font-size: 25px;
    font-weight: bold;
    color: white;
    animation: bounce 1s infinite;
}

@keyframes bounce {

    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}





.box-description {
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

.slogan {
    animation: fadeIn 1.5s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.image1 {
    background-image: url(./images/1.jpg);
}

.image2 {
    background-image: url(./images/2.jpg);
}

.image3 {
    background-image: url(./images/3.jpg);
}



.logo-container {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.anim-logo {
    width: 80px;
    height: auto;
    animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

@media (max-width: 1199.98px) {
    .logo-container {
        margin: 0 auto;
        background: rgba(0, 0, 0, 0.363);
    }
}
