* {
    box-sizing: border-box;
}
html,
body {
    direction: rtl;
}
.header-content .social-links {
    width: 100%;
    position: relative;
}
.header-content .social-links .link{
    text-decoration: none;
}
.header-content .social-links .link i{
    position: relative;
    top: -198px;
    width: 10%;
    color: #fff;
    z-index: 4;
    font-size: 30px;
}
.header-content .social-links .link i::after{
    content: "";
    position: absolute;
    top: -15px;
    left: 27px;
    padding: 25%;
    border: 3px solid #deac73;
    border-radius: 5px;
    transform: rotate(-45deg);
    background-color: #660f0e;
    z-index: -1;
}
@media (max-width: 320px) {
    .header-content .social-links .link i{
        top: -126px;
        width: 13%;
        font-size: 15px;
    }
    .header-content .social-links .link i::after{
        content: "";
        position: absolute;
        top: -4px;
        left: 4px;
        padding: 29%;
        border: 3px solid #deac73;
        border-radius: 5px;
        transform: rotate(-45deg);
        background-color: #660f0e;
        z-index: -1;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .header-content .social-links .link i{
        top: -126px;
        width: 13%;
        font-size: 20px;
    }
    .header-content .social-links .link i::after{
        content: "";
        position: absolute;
        top: -5px;
        left: 6px;
        padding: 29%;
        border: 3px solid #deac73;
        border-radius: 5px;
        transform: rotate(-45deg);
        background-color: #660f0e;
        z-index: -1;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .header-content .social-links .link i{
        top: -126px;
        width: 15%;
        font-size: 25px;
    }
    .header-content .social-links .link i::after{
        content: "";
        position: absolute;
        top: -15px;
        left: 20px;
        padding: 25%;
        border: 3px solid #deac73;
        border-radius: 5px;
        transform: rotate(-45deg);
        background-color: #660f0e;
        z-index: -1;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .header-content .social-links .link i{
        top: -126px;
        width: 13%;
        font-size: 34px;
    }
    .header-content .social-links .link i::after{
        content: "";
        position: absolute;
        top: -17px;
        left: 19px;
        padding: 29%;
        border: 3px solid #deac73;
        border-radius: 5px;
        transform: rotate(-45deg);
        background-color: #660f0e;
        z-index: -1;
    }
    
}
@media (min-width: 1025px) and (max-width: 1280px) {
    
    .header-content .social-links .link i{
        top: -126px;
        width: 10%;
        font-size: 39px;
    }
    .header-content .social-links .link i::after{
        content: "";
        position: absolute;
        top: -17px;
        left: 21px;
        padding: 29%;
        border: 3px solid #deac73;
        border-radius: 5px;
        transform: rotate(-45deg);
        background-color: #660f0e;
        z-index: -1;
    }
    
}
@media (min-width: 1280px) {
    
    .header-content .social-links .link i{
        top: -126px;
        width: 10%;
        font-size: 40px;
    }
    .header-content .social-links .link i::after{
        content: "";
        position: absolute;
        top: -17px;
        left: 21px;
        padding: 29%;
        border: 3px solid #deac73;
        border-radius: 5px;
        transform: rotate(-45deg);
        background-color: #660f0e;
        z-index: -1;
    }
    
}
#big-section {
    border-radius: 18px;
}
#big-section .big-image{
    border-radius: 18px;
    border: 4px dashed red;
}
#media {
    max-width: 720px;
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid orange;
}
#media .cercle {
    background: #ababab;
    border: none;
    box-shadow: none;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    font-size: 0;
    padding: 0;
    margin: 0;
}
#media .cercle.active {
    background: black;
}
#media .btn {
    border-radius: 0px !important;
}
#media p {
    padding: 0.375rem 0.75rem;
}
.share h6 {
    width: 300px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 20px auto 30px;
    padding: 5px 10px;
    text-align: center;

}
.icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;

}
.icons .link {
    text-decoration: none;
    transition: transform 260ms ease-in-out;
}
.icons .link:hover {
    transform: translateY(-12px);
}
.icons .link .sms-img{
    width: 48px;
}
footer img {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
}

