header {
    background: linear-gradient(to bottom, #04a17ad4, #055e4bf0), url(../img/about.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
.header-main {
    margin-top: 6rem;
    margin-bottom: 6rem;
    justify-content: center;
    align-items: center;
}
.header-main h3 {
    font: 3rem 'gofteh';
    text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -ms-text-fill-color: transparent;
    background-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -o-background-clip: text;
    -ms-background-clip: text;
    background-image: linear-gradient(155deg, #ffffff 35%, #85f7d0 100%);
    text-align: center;
}
.container {
    padding-top: 4rem;
}
.about-detail, .about-desc {
    overflow: hidden;
    margin-top: 1rem;
}
.about-detail__main {
    align-items: center;
    border: 1px solid #e3e5ef;
    border-radius: 8px;
    padding: 1rem;
}
.about-top {
    display: flex;
    align-items: center;
    gap: 6px;
}
.about-img img {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    border-radius: 6px;
    border: 7px solid #17fcc736;
    object-fit: cover;
}
.about-who {
    padding-right: 0.5rem;
    line-height: 1.7;
}
.about-who h2 {
    color: var(--color-1);
    font-size: 1.3rem;
}
.about-who span {
    color: #6b6e7a;
    font-size: 0.95rem;
}
.about-other {
    margin-top: 1rem;
}
.about-other ul li {
    display: flex;
    align-items: center;
    gap:0.5rem;
    line-height: 2rem;
    font-size: 0.89rem;
    color: #6b6e7a;
}
.about-other ul li svg {
    width: 18px;
    height: 18px;
    fill: #01c694;

}
.about-other ul li:last-child svg {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
.social, .reserved {
    border-top: 1px solid #e3e5ef;
    padding-top: 1rem;
    margin-top: 2rem;
    margin-left: 0px;
    margin-right: 0;
    width: 100%;
}
.social h5 {
    color: var(--color-1);
    font-size: 0.9rem;
    font-weight: 600;
}
.social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.social ul li {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.social ul li a {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ebf0f1c9;
    padding: 14.2px;
    border-radius: 50%;
}
.social ul li a svg path {
    fill: var(--color-1);
}
.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.whatsapp:hover {
    background: linear-gradient(to bottom, #24CC63, #3cee7f);
}
.telegram {
    padding: 14.2px 15.2px 14.2px 14.2px;
}
.telegram:hover {
    background: linear-gradient(to bottom, #1ca7ee, #1293d6);
}
.social ul li a svg {
    width: 24px;
    height: 24px;
}
.social ul li:hover svg path {
    fill: #fff;
    stroke: #fff;
}
.about--main {
    border: 1px solid #e3e5ef;
    border-radius: 8px;
    padding: 1rem;
    text-align: justify;
    font-weight: 400;
    line-height: 2;
}
.reserved a {
    background: #079f7c;
    border-radius: 8px;
    padding: 20px 56px;
    display: flex;
    justify-content: center;
    color: #fff;
    font-weight: 600;
}
.reserved a:hover {
    background: #15bc9c;
}
#breadcrumbs {
    border: 1px solid #e3e5ef;
    padding: 1rem 0.8rem;
    border-radius: 6px;
    color: #3c3c3cc4;
    font-size: 0.9rem;
    margin-bottom: 3px;
}
#breadcrumbs a {
    color: #3c3c3cc4;
}
@media (max-width: 768px) {
    #breadcrumbs {
        margin-left: 24px;
        margin-right: 24px;
    }
}