@media (min-width: 1400px) {
    *{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

header{
    width: 85%;
    height: 120px;
    border: 1px solid #5F5468;
    overflow: hidden;
    z-index: 100;
    position: fixed;
    backdrop-filter: blur(10px);
    left: calc(50% - 42.5%);
    border-radius: 10px;
    margin-top: 30px;
}
header>button{
    display: none;
}
header>nav{
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #5F5468;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    z-index: 100;
}
header>nav>ul>button{
    width: 120px;
    height: 50px;
    background-color: #B547B4;
    border-radius: 30px;
    border: none;
    box-shadow: 0 0 10px #B547B4;
}
header>nav>ul>button>a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 15px;
    font-family: Lalezar;
    text-decoration: none;
}
header>nav>ul{
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #5F5468;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 30px;
    direction: rtl;
    position: relative;
    z-index: 100;
}
header>nav>ul>li{
    min-width: 10px;
    height: 80px;
    position: relative;
}
header>nav>ul>li::before{
    content: '';
    width: 30%;
    height: 5px;
    background-color: #B547B4;
    border-radius: 5px;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 15%);
    transform: scale(0);
    box-shadow: 0 0 10px #B547B4;
    transition: all 200ms linear;
}
header>nav>ul>li:hover::before{
    transform: scale(1);
}
header>nav>ul>li>a{
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
    display: block;
    color: black;
    text-decoration: none;
    font-family: Lalezar;
}



footer{
    width: 100%;
    height: 650px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    background-color:#B547B4;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    position: relative;
}
footer>img:nth-of-type(1){
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
footer>a{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: -50px;
}
footer>a>img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
footer>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    color: white;
    font-weight: bolder;
    font-family: Lalezar;
    text-align: center;
    line-height: 60px;
}
footer>nav{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
}
footer>nav>ul{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 30px;
    list-style: none;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-right: 30px;
    direction: rtl;
}
footer>nav>ul>li{
    min-width: 30px;
    height: 30px;
}
footer>nav>ul>li>a{
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    direction: rtl;
    font-weight: bolder;
    text-decoration: none;
    color: black;
    font-family: Portada-thin;
    font-size: 20px;
}
footer>nav>ul>li>a:hover{
    color: white;
}
footer>div{
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer>div>div{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
}
footer>div>div>h4{
    font-size: 20px;
    font-family: Lalezar;
    color: black;
}
footer>p{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 25px;
    font-family: Portada-bold;
    text-align: center;
    line-height: 50px;
    direction: rtl;
    position: absolute;
    bottom: 0px;
}
}
@media (max-width: 1400px) and (min-width: 1200px) {
    *{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

header{
    width: 85%;
    height: 120px;
    border: 1px solid #5F5468;
    overflow: hidden;
    z-index: 100;
    position: fixed;
    backdrop-filter: blur(10px);
    left: calc(50% - 42.5%);
    border-radius: 10px;
    margin-top: 30px;
}
header>button{
    display: none;
}
header>nav{
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #5F5468;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    z-index: 100;
}
header>nav>ul>button{
    width: 120px;
    height: 50px;
    background-color: #B547B4;
    border-radius: 30px;
    border: none;
    box-shadow: 0 0 10px #B547B4;
}
header>nav>ul>button>a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 15px;
    font-family: Lalezar;
    text-decoration: none;
}
header>nav>ul{
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #5F5468;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 30px;
    direction: rtl;
    position: relative;
    z-index: 100;
}
header>nav>ul>li{
    min-width: 10px;
    height: 80px;
    position: relative;
}
header>nav>ul>li::before{
    content: '';
    width: 30%;
    height: 5px;
    background-color: #B547B4;
    border-radius: 5px;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 15%);
    transform: scale(0);
    box-shadow: 0 0 10px #B547B4;
    transition: all 200ms linear;
}
header>nav>ul>li:hover::before{
    transform: scale(1);
}
header>nav>ul>li>a{
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
    display: block;
    color: black;
    text-decoration: none;
    font-family: Lalezar;
}


footer{
    width: 100%;
    height: 650px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    background-color:#B547B4;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    position: relative;
}
footer>img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
footer>a{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: -50px;
}
footer>a>img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
footer>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    color: white;
    font-weight: bolder;
    font-family: Lalezar;
    text-align: center;
    line-height: 60px;
}
footer>nav{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
}
footer>nav>ul{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 30px;
    list-style: none;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-right: 30px;
    direction: rtl;
}
footer>nav>ul>li{
    min-width: 30px;
    height: 30px;
}
footer>nav>ul>li>a{
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    direction: rtl;
    font-weight: bolder;
    text-decoration: none;
    color: black;
    font-family: Portada-thin;
    font-size: 20px;
}
footer>nav>ul>li>a:hover{
    color: white;
}
footer>div{
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer>div>div{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
}
footer>div>div>h4{
    font-size: 20px;
    font-family: Lalezar;
    color: black;
}
footer>p{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 25px;
    font-family: Portada-bold;
    text-align: center;
    line-height: 50px;
    direction: rtl;
    position: absolute;
    bottom: 0px;
}
}
@media (max-width: 1200px) and (min-width: 992px) {
    *{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

header{
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #5F5468;
    border-top: none;
    border-right: none;
    border-left: none;
    overflow: hidden;
    z-index: 100;
    position: fixed;
    backdrop-filter: blur(10px);
    left: 0px;
    border-radius: 0px;
    margin-top: 0px;
}
header>button{
    display: none;
}
header>nav{
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #5F5468;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    z-index: 100;
}
header>nav>ul>button{
    width: 120px;
    height: 50px;
    background-color: #B547B4;
    border-radius: 30px;
    border: none;
    box-shadow: 0 0 10px #B547B4;
}
header>nav>ul>button>a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 15px;
    font-family: Lalezar;
    text-decoration: none;
}
header>nav>ul{
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #5F5468;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 30px;
    direction: rtl;
    position: relative;
    z-index: 100;
}
header>nav>ul>li{
    min-width: 10px;
    height: 80px;
    position: relative;
}
header>nav>ul>li::before{
    content: '';
    width: 30%;
    height: 5px;
    background-color: #B547B4;
    border-radius: 5px;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 15%);
    transform: scale(0);
    box-shadow: 0 0 10px #B547B4;
    transition: all 200ms linear;
}
header>nav>ul>li:hover::before{
    transform: scale(1);
}
header>nav>ul>li>a{
    width: 100%;
    height: 100%;
    font-size: 20px;
    line-height: 80px;
    text-align: center;
    display: block;
    color: black;
    text-decoration: none;
    font-family: Lalezar;
}



footer{
    width: 100%;
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    background-color:#B547B4;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    position: relative;
}
footer>a{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: -50px;
}
footer>a>img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
footer>img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
footer>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    color: white;
    font-weight: bolder;
    font-family: Lalezar;
    text-align: center;
    line-height: 60px;
}
footer>nav{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
}
footer>nav>ul{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 30px;
    list-style: none;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-right: 30px;
    direction: rtl;
}
footer>nav>ul>li{
    min-width: 30px;
    height: 30px;
}
footer>nav>ul>li>a{
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    direction: rtl;
    font-weight: bolder;
    text-decoration: none;
    color: black;
    font-family: Portada-thin;
    font-size: 20px;
}
footer>nav>ul>li>a:hover{
    color: white;
}

footer>div{
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
footer>div>div{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
}
footer>div>div>h4{
    font-size: 20px;
    font-family: Lalezar;
    color: black;
}
footer>p{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 20px;
    font-family: Portada-bold;
    text-align: center;
    line-height: 50px;
    direction: rtl;
    position: absolute;
    bottom: 0px;
}
}
@media (max-width: 992px) and (min-width: 768px) {
    *{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

header{
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #5F5468;
    border-top: none;
    border-right: none;
    border-left: none;
    overflow: hidden;
    z-index: 100;
    position: fixed;
    backdrop-filter: blur(10px);
    left: 0px;
    border-radius: 0px;
    margin-top: 0px;
}
header>button{
    display: none;
}
header>nav{
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #5F5468;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    z-index: 100;
}
header>nav>ul>button{
    width: 100px;
    height: 50px;
    background-color: #B547B4;
    border-radius: 30px;
    border: none;
    box-shadow: 0 0 10px #B547B4;
}
header>nav>ul>button>a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 13px;
    font-family: Lalezar;
    text-decoration: none;
}
header>nav>ul{
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #5F5468;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 30px;
    direction: rtl;
    position: relative;
    z-index: 100;
}
header>nav>ul>li{
    min-width: 10px;
    height: 80px;
    position: relative;
}
header>nav>ul>li::before{
    content: '';
    width: 30%;
    height: 5px;
    background-color: #B547B4;
    border-radius: 5px;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 15%);
    transform: scale(0);
    box-shadow: 0 0 10px #B547B4;
    transition: all 200ms linear;
}
header>nav>ul>li:hover::before{
    transform: scale(1);
}
header>nav>ul>li>a{
    width: 100%;
    height: 100%;
    font-size: 17px;
    line-height: 80px;
    text-align: center;
    display: block;
    color: black;
    text-decoration: none;
    font-family: Lalezar;
}



footer{
    width: 100%;
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    background-color:#B547B4;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    position: relative;
}
footer>a{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: -50px;
}
footer>a>img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
footer>img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
footer>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    color: white;
    font-weight: bolder;
    font-family: Lalezar;
    text-align: center;
    line-height: 60px;
}
footer>nav{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
}
footer>nav>ul{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 30px;
    list-style: none;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-right: 30px;
    direction: rtl;
}
footer>nav>ul>li{
    min-width: 30px;
    height: 30px;
}
footer>nav>ul>li>a{
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    direction: rtl;
    font-weight: bolder;
    text-decoration: none;
    color: black;
    font-family: Portada-thin;
    font-size: 20px;
}
footer>nav>ul>li>a:hover{
    color: white;
}
footer>div{
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
footer>div>div{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
}
footer>div>div>h4{
    font-size: 20px;
    font-family: Lalezar;
    color: black;
}

footer>p{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 20px;
    font-family: Portada-bold;
    text-align: center;
    line-height: 50px;
    direction: rtl;
    position: absolute;
    bottom: 0px;
}
}
@media (max-width: 768px) and (min-width: 576px) {
    *{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

header{
    width: 100%;
    height: 70px;
    border-bottom: none;
    backdrop-filter: blur(10px);
    border-top: none;
    border-right: none;
    border-left: none;
    overflow: hidden;
    z-index: 100;
    position: fixed;
    left: 0px;
    border-radius: 0px;
    margin-top: 0px;
}
header>button{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: transparent;
}
header>button>img:nth-of-type(1){
    width: 50px;
    height: 50px;
}
header>button>img:nth-of-type(2){
    display: none;
    width: 30px;
    height: 30px;
}
header>nav{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    z-index: 100;
}
header>nav>ul>button{
    width: 100%;
    height: 30px;
    background-color: #B547B4;

    border: none;
    box-shadow: 0 0 10px #B547B4;
}
header>nav>ul>button>a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 13px;
    font-family: Lalezar;
    text-decoration: none;
}
header>nav>ul{
    width: 100%;
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    flex-wrap: wrap;
    z-index: 100;
    overflow: hidden;
    position: relative;
}
header>nav>ul>li{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
header>nav>ul>li::before{
    content: '';
    width: 30%;
    height: 5px;
    background-color: #B547B4;
    border-radius: 5px;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 15%);
    transform: scale(0);
    box-shadow: 0 0 10px #B547B4;
    transition: all 200ms linear;
}
header>nav>ul>li:hover::before{
    transform: scale(1);
}
header>nav>ul>li>a{
    width: 100%;
    height: 100%;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #B547B4;
    text-decoration: none;
    font-family: Lalezar;
}



footer{
    width: 100%;
    min-height: 670px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    background-color:#B547B4;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    position: relative;
}
footer>a{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: -50px;
}
footer>a>img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
footer>img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
footer>h2{
    width: 100%;
    height: 60px;
    font-size: 30px;
    color: white;
    font-weight: bolder;
    font-family: Lalezar;
    text-align: center;
    line-height: 60px;
}
footer>nav{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
}
footer>nav>ul{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 30px;
    list-style: none;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-right: 30px;
    direction: rtl;
}
footer>nav>ul>li{
    min-width: 30px;
    height: 30px;
}
footer>nav>ul>li>a{
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    direction: rtl;
    font-weight: bolder;
    text-decoration: none;
    color: black;
    font-family: Portada-thin;
    font-size: 20px;
}
footer>nav>ul>li>a:hover{
    color: white;
}

footer>div{
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
footer>div>div{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
}
footer>div>div>h4{
    font-size: 20px;
    font-family: Lalezar;
    color: black;
}


footer>p{
    width: 100%;
    height: 50px;
    color: black;
    font-size: 18px;
    font-family: Portada-bold;
    text-align: center;
    line-height: 50px;
    direction: rtl;
    position: absolute;
    bottom: 0px;
}
}
@media (max-width: 576px) {
    *{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

header{
    width: 100%;
    height: 70px;
    border-bottom: none;
    border-top: none;
    backdrop-filter: blur(10px);
    border-right: none;
    border-left: none;
    overflow: hidden;
    z-index: 100;
    position: fixed;
    left: 0px;
    border-radius: 0px;
    margin-top: 0px;
}
header>button{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: transparent;
}
header>button>img:nth-of-type(1){
    width: 50px;
    height: 50px;
}
header>button>img:nth-of-type(2){
    display: none;
    width: 30px;
    height: 30px;
}
header>nav{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    z-index: 100;
}
header>nav>ul>button{
    width: 100%;
    height: 30px;
    background-color: #B547B4;

    border: none;
    box-shadow: 0 0 10px #B547B4;
}
header>nav>ul>button>a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 13px;
    font-family: Lalezar;
    text-decoration: none;
}
header>nav>ul{
    width: 100%;
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    flex-wrap: wrap;
    z-index: 100;
    overflow: hidden;
    position: relative;
}
header>nav>ul>li{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
header>nav>ul>li::before{
    content: '';
    width: 30%;
    height: 5px;
    background-color: #B547B4;
    border-radius: 5px;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 15%);
    transform: scale(0);
    box-shadow: 0 0 10px #B547B4;
    transition: all 200ms linear;
}
header>nav>ul>li:hover::before{
    transform: scale(1);
}
header>nav>ul>li>a{
    width: 100%;
    height: 100%;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #B547B4;
    text-decoration: none;
    font-family: Lalezar;
}



footer{
    width: 100%;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    background-color:#B547B4;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    position: relative;
}
footer>a{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-top: -50px;
}
footer>a>img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
}
footer>img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
footer>h2{
    width: 100%;
    height: 60px;
    font-size: 20px;
    color: white;
    font-weight: bolder;
    font-family: Lalezar;
    text-align: center;
    line-height: 60px;
}
footer>nav{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
}
footer>nav>ul{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    list-style: none;
    flex-wrap: wrap;
    box-sizing: border-box;
    direction: rtl;
    gap: 10px;
}
footer>nav>ul>li{
    min-width: 30px;
    height: 30px;
}
footer>nav>ul>li>a{
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    direction: rtl;
    font-weight: bolder;
    text-decoration: none;
    color: black;
    font-family: Portada-thin;
    font-size: 17px;
}
footer>nav>ul>li>a:hover{
    color: white;
}
footer>div{
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
footer>div>div{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
}
footer>div>div>h4{
    font-size: 16px;
    font-family: Lalezar;
    color: black;
}


footer>p{
    width: 100%;
    min-height: 50px;
    color: black;
    font-size: 15px;
    font-family: Portada-bold;
    text-align: center;
    direction: rtl;
    position: absolute;
    bottom: 0px;
}
}
