html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    direction: rtl;
    text-align: right;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: iranyekan;
    line-height: 1;
    font-weight: 300;
    font-size: 14px;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

textarea:focus, input:focus {
    outline: none;
}

.filepond--drop-label {
    font-family: iranyekan;
}

.filepond--drop-label span {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.filepond--drop-label label {
    text-align: center;
    font-size: 14px;
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../_font/eot/iranyekanwebboldfanum.eot');
    src: url('../_font/eot/iranyekanwebboldfanum.eot?#iefix') format('embedded-opentype'),
    url('../_font/woff/iranyekanwebboldfanum.woff') format('woff'),
    url('../_font/ttf/iranyekanwebboldfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 100;
    src: url('../_font/eot/iranyekanweblightfanum.eot');
    src: url('../_font/eot/iranyekanweblightfanum.eot?#iefix') format('embedded-opentype'),
    url('../_font/woff/iranyekanweblightfanum.woff') format('woff'),
    url('../_font/ttf/iranyekanweblightfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('../_font/eot/iranyekanwebmediumfanum.eot');
    src: url('../_font/eot/iranyekanwebmediumfanum.eot?#iefix') format('embedded-opentype'),
    url('../_font/woff/iranyekanwebmediumfanum.woff') format('woff'),
    url('../_font/ttf/iranyekanwebmediumfanum.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url('../_font/eot/iranyekanwebregularfanum.eot');
    src: url('../_font/eot/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'),
    url('../_font/woff/iranyekanwebregularfanum.woff') format('woff'),
    url('../_font/ttf/iranyekanwebregularfanum.ttf') format('truetype');
}

h1, h2, h3, h4, h5, h6 {
    color: var(--color-1);
}

p {
    color: #181818;
    line-height: 1.8;
    font-size: 14px;
}

:root {
    --color-1: #ca1f84;
}

header.landing {
    height: 400px;
    position: relative;
    background: linear-gradient(to bottom, #246fa8 0%, #57c1eb 50%, #fff 100%);
}

header.landing .sun {
    width: 230px;
    position: absolute;
    right: 10%;
    top: 10%;
    animation-name: sun;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    z-index: 8;
}

#one {
    margin-top: -90px;
}

@keyframes sun {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes sun {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

h1 {
    font-size: 25px;
    text-align: center;
    line-height: 1.6;
    font-weight: 500;
    margin: 30px 0 0;
    position: relative;
    z-index: 2;
}

h2 span {
    position: relative;
    display: inline-block;
    font-size: 40px;
    position: relative;
    z-index: 2;
}

h2 {
    font-size: 28px;
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    text-shadow: 0 3px 20px #cd6fa7;
}

.title {
    position: relative;
}

.title .img {
    background-image: url('../_img/creame.png');
    background-size: cover;
    width: 131px;
    height: 118px;
    display: block;
    position: absolute;
    top: -22px;
    left: 0;
    z-index: 1;
    animation-name: animatedBackground;
    animation-duration: .6s;
}

@keyframes animatedBackground {
    0% {
        height: 0;
    }
    100% {
        height: 118px;
    }
}

@-webkit-keyframes animatedBackground {
    0% {
        height: 0;
    }
    100% {
        height: 118px;
    }
}

h2 span:before {
    content: '';
    background-color: #e3eec6;
    width: 26px;
    height: 36px;
    position: absolute;
    top: 6px;
    right: -8px;
    border-radius: 50% 30% 35% 45%;
    z-index: -1;
}

.img-box {
    width: 90%;
    height: 150px;
    background-size: cover;
    background-position: center;
    margin: 10px auto;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.owl-item .img-box:before {
    content: unset;
}

.folder {
    display: block;
    width: 45px;
    height: 150px;
    top: -46px;
    left: 14px;
    border-radius: 1.5em;
    position: relative;
    box-shadow: -1em 4em 0 0 #fff inset;
}

.folder:after {
    content: '';
    display: block;
    width: 70px;
    height: 50px;
    top: 6px;
    left: -45px;
    border-radius: 2.5em;
    position: absolute;
    box-shadow: -4em 4em 0 0 #fff inset;
    z-index: 2;
    transform: rotate(180deg);
}

.folder:before {
    content: '';
    display: block;
    width: 120px;
    height: 65px;
    top: -24px;
    left: -106px;
    border-radius: 1em;
    position: absolute;
    box-shadow: -4em 4em 0 0 #fff inset;
    z-index: 3;
}

.link-btn {
    width: 100%;
    display: block;
    margin: 10px auto 40px;
    background: var(--color-1);
    border: none;
    border-radius: 30px;
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.35);
    color: #fff;
    padding: 12px 0;
    transition: all .3s;
}

.link-btn:hover, .link-btn:active {
    background-color: rgb(141, 21, 92) !important;
    border-color: unset !important;
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.15);
}

#svg {
    width: 100%;
    height: 100%;
    position: absolute;
}

span.like {
    display: block;
    width: 70px;
    position: relative;
    z-index: 9;
    left: 21px;
    text-align: left;
    top: 3px;
}

span.like:before {
    content: '';
    background-image: url('../_img/like.png');
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: -18px;
}

.banner img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

footer img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.modal-body {
    background-image: url('../_img/back-login.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.modal-body .logo {
    width: 150px;
    height: auto;
    display: block;
    margin: 20px auto 30px;
}

.modal-body p.title {
    font-weight: 500;
    color: #756a73;
    text-align: center;
    font-size: 25px;
}

.modal-body p.content {
    font-weight: 100;
    color: #756a73;
    text-align: center;
    font-size: 15px;
}

.modal-body form {
    width: 80%;
    margin: 30px auto;
    display: block;
}

.modal-body form input {
    padding: .8rem 1rem;
    background-color: #eee;
    border: none;
    border-radius: 11px;
    width: 100%;
    text-align: center;
    color: gray;
    font-size: 16px;
    height: 48px;
}

.modal-body form button {
    background-color: var(--color-1);
    width: 100%;
    padding: .8rem 1rem;
    border: none;
    border-radius: 11px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    height: 48px;
}

.modal-body form .resend {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    color: #7e7e7e;
}

.modal-footer {
    padding: 8px 20px;
}

.modal-footer button {
    font-size: 13px;
}

.header-logo {
    width: 100px;
    margin: 10px 0;
}

#panel h1 {
    font-size: 20px;
}

.filepond--image-canvas-wrapper {
    transform: none !important;
}

.filepond--image-bitmap canvas {
    width: 100% !important;
}

.uploadimage {
    max-width: 430px;
    margin: 0 auto;
}

.uploadimage .link-btn {
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
    margin-top: 25px;
}

#panel h2 {
    font-size: 20px;
}

#panel h3 {
    margin: 25px 0;
    text-align: center;
    font-weight: 600;
}

#panel h3 span {
    font-size: 20px;
}

#panel .list {
    max-width: 430px;
    margin: 0 auto;
    background-color: rgb(143, 174, 178);
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    position: relative;
}

#panel .list li {
    position: relative;
    margin: 20px 10px;
    font-size: 16px;
    font-weight: 100;
}

#panel .list li:before {
    content: '';
    width: 29px;
    height: 15px;
    border-radius: 30px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -38px;
}

#panel .list li span {
    font-weight: 500;
}

#panel .box-title {
    font-size: 18px;
    font-weight: bold;
    color: #fff9b8;
    margin-right: 10px;
}

#panel .list img {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 70px;
    opacity: .5;
}

#panel .view-album-page {
    width: 100%;
    max-width: 430px;
    border-radius: 10px;
    background-color: rgb(227, 238, 198);
    box-shadow: none;
    color: #000;
    margin-top: 0;
}

#panel .view-album-page:hover, #panel .view-album-page:active {
    background-color: rgb(188, 199, 156) !important;
}

.image-box {
    max-width: 430px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgb(143, 174, 178);
    border-radius: 15px;
}

.image-box img {
    max-width: 100%;
    border-radius: 15px;
    margin-top: 20px;
}

.image-box .link-btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-radius: 10px;
    background-color: rgb(227, 238, 198);
    color: #000;
    box-shadow: none;
    margin: 20px 0 0;
}

.image-box .link-btn:hover,.image-box .link-btn:active {
    background-color: rgb(188, 199, 156) !important;
}

.social-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.social-list li {
    width: 44%;
    margin: 2% 3%;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background-color: #fff;
    padding: 7px 10px;
    font-weight: 100;
}

.social-list li a {
    display: flex;
    align-items: center;
    color: #1d1d1d;
}

.social-list img {
    width: 20px;
    height: auto;
    margin-left: 15px;
}

#gallery .title h2 {
    font-size: 20px;
    text-align: right;
}

#gallery .img-box {
    width: 100%;
    height: 250px;
}

.gallery.tops {
    padding: 20px;
    background-color: var(--color-1);
    border-radius: 15px;
}

.gallery.tops h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff9b8;
    margin-right: 10px;
}

.gallery.tops .folder {
    box-shadow: -1em 4em 0 0 var(--color-1) inset;
}

.gallery.tops .folder:before,.gallery.tops .folder:after {
    box-shadow: -4em 4em 0 0 var(--color-1) inset;
}

.gallery.tops span.like {
    color: #fff;
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item .img-box-overlay {
    position: absolute;
    width: 100%;
    height: 35px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-around;
    top: -100%;
    right: 0;
    transition: all .3s;
}

.gallery-item:hover .img-box-overlay,.gallery-item:focus .img-box-overlay, .gallery-item:active .img-box-overlay {
    top: calc(50% - 18px);
}

.img-box-overlay .view {
    display: block;
    width: 70px;
    border: 2px solid #fff;
    border-radius: 27px;
    height: 46px;
}

.img-box-overlay .view img {
    margin: 0 auto;
    display: block;
    height: 41px;
    width: 38px;
}

@media(hover: hover) and (pointer: fine) {
    .gallery-item:hover .img-box-overlay,.gallery-item:focus .img-box-overlay, .gallery-item:active .img-box-overlay {
        top: calc(50% - 18px);
    }
}

.gallery-item .img-box-overlay:hover + .img-box:before {
    top: 0;
}

.gallery-item .img-box-overlay img {
    width: 32px;
}

.img-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    top: -100%;
    left: 0;
    transition: all .3s;
}

.img-box:hover::before, .img-box:active {
    top: 0;
}


/* Like */

.like-button {
    color: #878787;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: grayscale(100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 999;
}
.like-button.liked {
    color: #ff6e6f;
    border-color: currentColor;
    filter: grayscale(0);
}
.like-button:hover {
    border-color: currentColor;
}

.like-icon {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: relative;
    margin-right: 0.25em;
    font-size: 1.5rem;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMSAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuMTAxIDQuNDE3UzguODk1LjIwNyA1LjExMS4yMDdjLTQuNDY1IDAtMTAuOTY3IDYuODQ2IDUuMDgyIDE3LjU5MkMyNS4yMzcgNy4wMyAxOS42NjUuMjAyIDE1LjUwMS4yMDJjLTQuMTYyIDAtNS40IDQuMjE1LTUuNCA0LjIxNXoiIGZpbGw9IiNGRjZFNkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") no-repeat center;
    background-size: 100%;
    -webkit-animation: heartUnlike 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartUnlike 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    z-index: 999;
    filter: invert(0%) sepia(100%) saturate(100%) hue-rotate(100deg) brightness(1000%) contrast(100%);
}

.like-icon:before {
    content: '';
    width: 70px;
    height: 45px;
    border: 2px solid #c7c7c7;
    border-radius: 40px;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -17px;
}

.like-button.liked .like-icon:before {
    border-color: #ff6e6f;
}

.liked .like-icon {
    -webkit-animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartPulse 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    z-index: 999;
    filter: invert(40%) sepia(46%) saturate(6892%) hue-rotate(340deg) brightness(97%) contrast(108%);
}
.liked .like-icon [class^=heart-animation-] {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyMSAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuMTAxIDQuNDE3UzguODk1LjIwNyA1LjExMS4yMDdjLTQuNDY1IDAtMTAuOTY3IDYuODQ2IDUuMDgyIDE3LjU5MkMyNS4yMzcgNy4wMyAxOS42NjUuMjAyIDE1LjUwMS4yMDJjLTQuMTYyIDAtNS40IDQuMjE1LTUuNCA0LjIxNXoiIGZpbGw9IiNGRjZFNkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") no-repeat center;
    background-size: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 14px;
    opacity: 0;
}
.liked .like-icon [class^=heart-animation-]::before, .liked .like-icon [class^=heart-animation-]::after {
    content: "";
    background: inherit;
    background-size: 100%;
    width: inherit;
    height: inherit;
    display: inherit;
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 0;
}
.liked .like-icon .heart-animation-1 {
    -webkit-animation: heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatMain-1 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.liked .like-icon .heart-animation-1::before, .liked .like-icon .heart-animation-1::after {
    width: 12px;
    height: 10px;
    visibility: hidden;
}
.liked .like-icon .heart-animation-1::before {
    opacity: 0.6;
    -webkit-animation: heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatSub-1 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.liked .like-icon .heart-animation-1::after {
    -webkit-animation: heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatSub-2 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: 0.75;
}
.liked .like-icon .heart-animation-2 {
    -webkit-animation: heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatMain-2 1s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}
.liked .like-icon .heart-animation-2::before, .liked .like-icon .heart-animation-2::after {
    width: 10px;
    height: 8px;
    visibility: hidden;
}
.liked .like-icon .heart-animation-2::before {
    -webkit-animation: heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatSub-3 1s 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: 0.25;
}
.liked .like-icon .heart-animation-2::after {
    -webkit-animation: heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: heartFloatSub-4 1s 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    opacity: 0.4;
}

@-webkit-keyframes heartPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

@keyframes heartPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}
@-webkit-keyframes heartUnlike {
    50% {
        transform: scale(0.75);
    }
}
@keyframes heartUnlike {
    50% {
        transform: scale(0.75);
    }
}
@-webkit-keyframes heartFloatMain-1 {
    0% {
        opacity: 0;
        transform: translate(0) rotate(0);
    }
    50% {
        opacity: 1;
        transform: translate(0, -25px) rotate(-20deg);
    }
}
@keyframes heartFloatMain-1 {
    0% {
        opacity: 0;
        transform: translate(0) rotate(0);
    }
    50% {
        opacity: 1;
        transform: translate(0, -25px) rotate(-20deg);
    }
}
@-webkit-keyframes heartFloatMain-2 {
    0% {
        opacity: 0;
        transform: translate(0) rotate(0) scale(0);
    }
    50% {
        opacity: 0.9;
        transform: translate(-10px, -38px) rotate(25deg) scale(1);
    }
}
@keyframes heartFloatMain-2 {
    0% {
        opacity: 0;
        transform: translate(0) rotate(0) scale(0);
    }
    50% {
        opacity: 0.9;
        transform: translate(-10px, -38px) rotate(25deg) scale(1);
    }
}
@-webkit-keyframes heartFloatSub-1 {
    0% {
        visibility: hidden;
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        transform: translate(13px, -13px) rotate(30deg);
    }
}
@keyframes heartFloatSub-1 {
    0% {
        visibility: hidden;
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        transform: translate(13px, -13px) rotate(30deg);
    }
}
@-webkit-keyframes heartFloatSub-2 {
    0% {
        visibility: hidden;
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        transform: translate(18px, -10px) rotate(55deg);
    }
}
@keyframes heartFloatSub-2 {
    0% {
        visibility: hidden;
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        transform: translate(18px, -10px) rotate(55deg);
    }
}
@-webkit-keyframes heartFloatSub-3 {
    0% {
        visibility: hidden;
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        transform: translate(-10px, -10px) rotate(-40deg);
    }
    100% {
        transform: translate(-50px, 0);
    }
}
@keyframes heartFloatSub-3 {
    0% {
        visibility: hidden;
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        transform: translate(-10px, -10px) rotate(-40deg);
    }
    100% {
        transform: translate(-50px, 0);
    }
}
@-webkit-keyframes heartFloatSub-4 {
    0% {
        visibility: hidden;
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        transform: translate(2px, -18px) rotate(-25deg);
    }
}
@keyframes heartFloatSub-4 {
    0% {
        visibility: hidden;
        transform: translate(0) rotate(0);
    }
    50% {
        visibility: visible;
        transform: translate(2px, -18px) rotate(-25deg);
    }
}

/*End Like*/


.gallery.all {
    padding: 20px;
    background-color: rgb(143, 174, 178);
    border-radius: 15px;
}

.gallery.all h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff9b8;
    margin-right: 10px;
}

.gallery.all .folder {
    box-shadow: -1em 4em 0 0 rgb(143, 174, 178) inset;
}


.gallery.all .folder::before, .gallery.all .folder::after {
    box-shadow: -4em 4em 0 0 rgb(143, 174, 178) inset;
}

.gallery.all .link-btn {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    border-radius: 10px;
    background-color: rgb(227, 238, 198);
    color: #000;
    box-shadow: none;
}

.gallery.all .link-btn:hover, .gallery.all .link-btn:focus {
    background-color: rgb(188, 199, 156) !important;
}

.image-box .actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.image-box .actions a {
    width: 50%;
    margin-top: 0;
}

.image-box .actions .like-button {
    width: 40px;
}

.image-box .actions .like-icon::before {
    content: unset;
}


@media screen and (min-width: 576px) {
    .img-box {
        height: 200px;
    }

    h1 {
        font-size: 34px;
    }

    h2 span::before {
        width: 36px;
        height: 36px;
        top: 6px;
        right: -15px;
    }

    h2 {
        font-size: 37px;
    }

    .link-btn {
        width: 80%;
    }

    #gallery .img-box {
        height: 200px;
    }

}

@media screen and (min-width: 768px) {
    .title .img {
        left: 10%;
    }

    .link-btn {
        width: 60%;
    }

    #gallery .img-box {
        height: 250px;
    }
}

@media screen and (min-width: 992px) {
    .title .img {
        left: 20%;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 44px;
    }

}

@media screen and (min-width: 1200px) {
    .title .img {
        width: 151px;
        height: 138px;
        left: 25%;
    }

    @keyframes animatedBackground {
        0% {
            height: 0;
        }
        100% {
            height: 138px;
        }
    }

    @-webkit-keyframes animatedBackground {
        0% {
            height: 0;
        }
        100% {
            height: 138px;
        }
    }

    h2 span::before {
        width: 46px;
        height: 46px;
    }

    .link-btn {
        max-width: 45%;
    }

}