
.subpages {
    position: absolute;
    top:3%;
    left:3%;
    font-family: 'Almarai', sans-serif;
    font-weight:300;
letter-spacing:0.05em;
gap:0.7rem;
    font-size:1.8rem;
    display:flex;
    flex-direction:row;
    z-index:1000;
}
.contact , .commercial, .fashion {
    margin-left: 3rem;
}
.fashion , .contact , .commercial, .getBack {
    cursor: pointer;
    transition: .2s linear;
}
.fashion:hover , .contact:hover , .commercial:hover, .getBack:hover {
    color: white;
    rotate: -8deg;
}

.socials {
    position: absolute;
    display: flex;
    /* border: 3px solid purple; */
    top: 3%;
    right: 5%;
    /* height: 5rem; */
   
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    z-index: 99;
}
.socials div {
    height: 100%;
    width: 50%;
    /* border: 2px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.socials div ion-icon {
font-size: 3rem;
transition: .2s linear;
cursor: pointer;
}

.socials ion-icon:hover {
    color: white;
    cursor: pointer;
    scale: 1.1;
}
a {
    text-decoration: none;
    color: black;
}
@media only screen and (min-width:1800px) and (max-width:2000px) { 

    html {
        font-size: 15px;
    }


}

@media only screen and (min-width:1801px) {
    html {
        font-size: 18px;
    }
}

@media only screen and (min-width:1400px) and (max-width:1800px) {
    html {
        font-size: 17px;
    }

}
@media only screen and (min-width:1201px) and (max-width:1400px) {
    html {
        font-size: 16px;
    }

}
@media only screen and (min-width:1024px) and (max-width:1200px) { 
    html {
        font-size: 15px;
    }

}
@media only screen and (min-width: 768px) and (max-width: 1023px) { 
    html {
        font-size: 14px;
    }

}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    html {
        font-size: 13px;
    }
    .subpages {

        top:2%;

    }
    .socials {

    top: 3%;
    }
}
@media only screen and (max-width: 480px)  {
    html {
        font-size: 11px;
    }   
    .subpages {

        top:2%;

    }
    .socials {

    top: 3%;
    }
}
@media only screen and (max-width: 400px)  {
    html {
        font-size:10px;
    }   
    .subpages {

        top:2%;

    }
    .socials {

    top: 2%;

}
}
@media only screen and (max-width: 350px)  {
    html {
        font-size: 9px;
    }  
}

@media only screen and (max-width: 278px)  {
    html {
        font-size: 7px;
    }

}
