@font-face {
    font-family: "IranYekan";
    font-style: normal;
    font-weight: normal;
    src: url('iranyekanwebregular.eot');
    src: url('iranyekanwebregular.eot?#iefix') format("embedded-opentype"),
    url('iranyekanwebregular.woff'),
    url('iranyekanwebregular.ttf') format("truetype");
}

body {
    font-family: "IranYekan", sans-serif;
    background-image: url('bg.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}

.footer-section {
    background-color: #e6e6e6;
    color: #000;
}

.footer-section__description {
    direction: ltr !important;
    color: #000e45;
    font-size: 15px;
    line-height: 28px;
}

.footer-section__links {
    list-style: none !important;
    padding-right: 0 !important;
    margin-bottom: 0 !important;
}

.footer-section__links a {
    font-size: 15px;
    font-weight: 100;
    text-decoration: none;
    color: #000;
    transition: all 0.3s ease-in;
}

.footer-section__links a:hover {
    color: #fa360a;
}

.footer-section__links > li:first-child {
    margin-bottom: 8px;
}

.footer-section__heading {
    font-size: 20px;
    margin-bottom: 22px;
}

.footer-section__logo {
    margin-bottom: 22px;
}

.footer-section__text {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.footer-section__social-item {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #999999;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease-in;
}

.footer-section__social-item a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-section__social-item:hover {
    opacity: 0.9;
}

.footer-section__social-item svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.nav-link {
    font-size: 14px;
}

.footer-section__social-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #263261;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    transition: all 0.3s ease-in;
}

.footer-section__social-box svg {
    width: 28px;
}

.footer-section__social-box:hover {
    background-color: #5C61FF;
}

.video-box {
    padding: 30px;
    background-color: #efefff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-direction: column;
}

.video-box__description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    color: #555555;
    margin-bottom: 0;
}

.video-box > iframe {
    width: 100%;
}

.color-primary {
    color: #263261;
}

.custom-button {
    background-color: #5C61FF;
    border-radius: 40px;
    padding-right: 20px;
    padding-left: 20px;
}

.custom-button:hover {
    background-color: #ffffff;
    color: #5C61FF;
    border: 1px solid #5C61FF;
}

.custom-button--wide {
    display: flex;
    align-items: center;
    width: 200px;
}

.custom-button--wide svg {
    width: 30px;
    margin-left: 5px;
}

.custom-button--wide svg path {
    fill: #ffffff;
}

.custom-button--wide:hover svg path {
    fill: #5C61FF;
}

.content-subtitle {
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .video-box {
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .footer-section__heading {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .content-subtitle {
        font-size: 16px;
    }

    .footer-socials {
        transform: scale(0.9);
    }
}

@media screen and (max-width: 576px) {
    .footer-socials {
        transform: scale(0.68);
    }
}