

@import url('https://fonts.googleapis.com/css?family=Quicksand&amp;display=swap');


/* ==================== Start ::- common ==================== */
html, body {
    height: 100%;
    margin: 0;
    font-family: IRANSansWeb, Arial;
    scroll-behavior: smooth;
}
body {
    display: flex;
    flex-direction: column;
    background-color: #fafafa;
    direction: rtl;
    text-align: right;
}
.main-sec{
    flex: 1 0 auto;
}
.footer-project {
    flex-shrink: 0;
}

textarea {
    resize: none;
}
.form-control:focus {
    box-shadow: none !important;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;

}
.ani-trans {
    -webkit-transition: .9s;
    transition: .9s;
}
.btn-top {
    float: right;
    border: 1px solid #0c0c0c;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-top:focus , .btn:focus{
    box-shadow: none;
}
.top-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
a:hover {
    text-decoration: none;
}
/* ==================== End ::- common ==================== */
/* ==================== Start ::- Section 01 ==================== */
.sec-01 {
    flex: 1 0 auto;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.canvas-ani{
    background-color: #00002b;
    position: absolute;

}
.sec-01-content-div {
    position: absolute;
    top: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-user {
    width: 220px;
}
.btn-home {
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 160px;
    -webkit-transition: .9s;
    transition: .9s;
}
.btn-home:hover {
    color: #252525;
    background: #ffffff;
}
.btn-home:focus {
    box-shadow: none;
}
/* ==================== End ::- Section 01 ==================== */

/* ==================== Start ::- Section 02 ==================== */
.pro-image {
    float: left;
   /* width: 246px;
    height: 246px;*/
}
/* ==================== End ::- Section 02 ==================== */

/* ==================== Start ::- Section 03 ==================== */
.btn-type {
    min-width: 160px;
    margin-top: 5px;
}
.content-card {
    border: 1px solid #f9f9f9;
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 2px 3px 10px #e9e7e7;
    display: none;
}
.card-align {
    display: flex !important;
    flex-wrap: wrap !important;
}
.show {
    display: flex !important;
    flex-wrap: wrap !important;
}
.btn-type.bactive {
    background-color: #343a40;
    color: #ffffff;
}
.bactive:focus {
    box-shadow: none;
}
/* ==================== End ::- Section 03 ==================== */

/* ==================== Start ::- Typewriter  ==================== */
.ani-text {
    border-right: 2px solid rgba(24, 23, 23, 0.75);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);
}
.ani-typewriter {
    animation: typewriter 4s steps(50) 1s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
    from{width: 0;}
    to{width: 24em;}
  }
  @keyframes blinkTextCursor{
    from{border-right-color: #1d1b1bbf;}
    to{border-right-color: transparent;}
  }

/* ==================== End ::- Typewriter  ==================== */


/* ==================== Start ::- Project  ==================== */
.nav-logo {
    width: 45px;
    height: 45px;
}
/* ==================== End ::- Project  ==================== */

