@font-face {
    font-family: iran;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/woff2/PeydaWebFaNum-Thin.woff2') format('woff2'),
        url('../fonts/woff/PeydaWebFaNum-Thin.woff') format('woff');
}

@font-face {
    font-family: iran;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/woff2/PeydaWebFaNum-ExtraLight.woff2') format('woff2'),
        url('../fonts/woff/PeydaWebFaNum-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: iran;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/woff2/PeydaWebFaNum-Light.woff2') format('woff2'),
        url('../fonts/woff/PeydaWebFaNum-Light.woff') format('woff');
}

@font-face {
    font-family: iran;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/woff2/PeydaWebFaNum-Medium.woff2') format('woff2'),
        url('../fonts/woff/PeydaWebFaNum-Medium.woff') format('woff');
}

@font-face {
    font-family: iran;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/woff2/PeydaWebFaNum-SemiBold.woff2') format('woff2'),
        url('../fonts/woff/PeydaWebFaNum-SemiBold.woff') format('woff');
}

@font-face {
    font-family: iran;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/woff2/PeydaWebFaNum-ExtraBold.woff2') format('woff2'),
        url('../fonts/woff/PeydaWebFaNum-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: iran;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/woff2/PeydaWebFaNum-Black.woff2') format('woff2'),
        url('../fonts/woff/PeydaWebFaNum-Black.woff') format('woff');
}

@font-face {
    font-family: iran;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/woff2/PeydaWebFaNum-Bold.woff2') format('woff2'),
        url('../fonts/woff/PeydaWebFaNum-Bold.woff') format('woff');
}

@font-face {
    font-family: iran;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/woff2/PeydaWebFaNum-Regular.woff2') format('woff2'),
        url('../fonts/woff/PeydaWebFaNum-Regular.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "iran", sans-serif;
}

body {
    direction: rtl;
    font-family: "iran";
    background-image: radial-gradient(ellipse at bottom, #1d0559 0%, #020112 50%);
    background-size: 200% auto;
    animation: gradientAnimation 5s infinite linear;
    animation-direction: alternate;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 0%;
    }
}

.container {
    width: 100%;
    min-height: 100vh;
    column-gap: 40px;
    padding: 60px 6%;
}

.container .side-info {
    margin: 20px 0;
    text-align: center;
}

.container .side-info span {
    font-size: 20px;
    color: #717171;
}

.container .side-info h1 {
    width: 200px;
    text-transform: capitalize;
    font-family: "iran", sans-serif;
    font-weight: 900;
    font-size: 50px;
    background-color: #fff;
    background-image: linear-gradient(45deg, #e4e9ee, #29348a);
    background-size: 100%;
    background-repeat: repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}

.container .side-info hr {
    display: block;
    background: #005baa;
    height: 2px;
    width: 75%;
    margin: 20px auto 20px auto;
}

.container .side-info p {
    color: #fff;
}

.container a {
    display: inline-block;
    text-decoration: none;
    color: #717171;
    font-weight: 500;
    background: #fff;
    border-radius: 50px;
    border: 2px solid #c2c2c2;
    padding: 8px 16px;
    margin-top: 20px;
    transition: 0.3s ease-in-out;
}

.container a:hover {
    border: 2px solid #005baa;
    color: #005baa;
}

.container .swiper {
    width: 88%;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination {
    bottom: 20px !important;
}

.swiper-slide {
    width: 300px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
}

.swiper-slide h2 {
    color: #fff;
    font-family: "iran", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 0 24px 0 0;
}

.swiper-slide p {
    color: #dadada;
    font-family: "iran", sans-serif;
    font-weight: 300;
    padding: 0 24px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.swiper-slide a {
    margin: 20px 25px 50px !important;
    padding: 8px 16px !important;
    font-size: 14px;
    border: none;
}

.swiper-slide a:hover {
    border: none;
}

.swiper-slide div {
    display: none;
    opacity: 0;
    padding-bottom: 10px;
}

.swiper-slide-active div {
    display: block;
    opacity: 1;
}

.slide1 {
    background: linear-gradient(to top, #0b0d0f, #7da3af00, #6892a400),
        url(../images/a5.png) no-repeat 50% 50% / cover;
    border-radius: 14px;
}

.slide2 {
    background: linear-gradient(to top, #0b0d0f, #7da3af00, #6892a400),
        url(../images/t9.png) no-repeat 50% 50% / cover;
    border-radius: 14px;
}

.slide3 {
    background: linear-gradient(to top, #0b0d0f, #7da3af00, #6892a400),
        url(../images/x5.png) no-repeat 50% 50% / cover;
    border-radius: 14px;
}

.slide4 {
    background: linear-gradient(to top, #0b0d0f, #7da3af00, #6892a400),
        url(../images/j7.png) no-repeat 50% 50% / cover;
    border-radius: 14px;
}

.slide5 {
    background: linear-gradient(to top, #0b0d0f, #7da3af00, #6892a400),
        url(../images/k7.png) no-repeat 50% 50% / cover;
    border-radius: 14px;
}

.slide6 {
    background: linear-gradient(to top, #0b0d0f, #7da3af00, #6892a400),
        url(../images/s5.png) no-repeat 50% 50% / cover;
    border-radius: 14px;
}

.slide7 {
    background: linear-gradient(to top, #0b0d0f, #7da3af00, #6892a400),
        url(../images/s3.png) no-repeat 50% 50% / cover;
    border-radius: 14px;
}

.slide8 {
    background: linear-gradient(to top, #0b0d0f, #7da3af00, #6892a400),
        url(../images/t8.png) no-repeat 50% 50% / cover;
    border-radius: 14px;
}

.slide9 {
    background: linear-gradient(to top, #0b0d0f, #7da3af00, #6892a400),
        url(../images/j4.png) no-repeat 50% 50% / cover;
    border-radius: 14px;
}

@media (min-width: 800px) {
    .container {
        display: flex;
        align-items: center;
    }

    .container .side-info {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .container .side-info h1 {
        font-size: 46px;
    }

    .container .side-info p {
        font-size: 14px;
    }
}

.copyright {
    position: fixed;
    bottom: 16px;
    left: 16px;
    font-size: 12px;
    color: #f4f4f4;
}