@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSans/IRANSansWebFaNum-Medium.eot');
    src: url('../fonts/IRANSans/IRANSansWebFaNum-Medium-1.eot') format('embedded-opentype'), url('../fonts/IRANSans/IRANSansWebFaNum-Medium.woff2') format('woff2'), url('../fonts/IRANSans/IRANSansWebFaNum-Medium.woff') format('woff'), url('../fonts/IRANSans/IRANSansWebFaNum-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    overflow: hidden;
    background: #000;
}

.inner {
    position: absolute;
    left: 90px;
    z-index: 1;
    height: 100vh;
    display: flex;
    align-items: center;
}

.columns h1,
.columns h3 {
    font-family: IRANSans !important;
    color: rgb(228, 227, 227) !important;
    line-height: 54px !important;
    text-align: center;
}

.columns h3 {
    font-family: IRANSans !important;
    color: rgb(228, 227, 227) !important;
    line-height: 54px !important;
    text-align: center;
    font-weight: 100;
}

.see-all {
    display: inline-flex;
    position: relative;
    /* margin-right: 100px; */
    color: #fff!important;
    /* padding-top: 10px; */
    width: 190px;
    height: 48px;
    /* text-align: center; */
    direction: ltr;
    align-items: center;
    justify-content: flex-end;
    font-weight: 800;
    text-decoration: none;
}

.see-all:hover {
    color: #fff;
}

.see-all .border-effect {
    max-width: 210px;
    min-width: 210px;
    stroke: #c5aa75;
    stroke-dasharray: 300px 600px;
    stroke-dashoffset: -435px;
    transition: 0.6s;
    stroke-width: 7px;
    position: absolute;
    left: 0;
}

a {
    position: relative;
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    font-family: IRANSans !important;
    margin: 0 auto !important;
}

a:hover {
    color: #fff;
}

a span.effect::before {
    content: '';
    position: absolute;
    width: 52%;
    height: 100%;
    top: 0;
    left: 0;
    /* border: 2px solid red; */
    border-left: 0;
    background: #ffffff;
    border-bottom-left-radius: 21px;
    border-top-left-radius: 21px;
    opacity: 0.3;
    clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 81% 100%, 0% 100%);
}

.see-all:last-child {
    font-size: 15px!important;
    margin: 0 auto;
    display: flex;
}

.see-all:hover .border-effect {
    stroke-dasharray: 1400px 0px !important;
    stroke-dashoffset: -235px !important;
}

.vanta-canvas {
    top: 170px!important;
}

.columns h1 {
    font-size: 80px
}