
.subpages {
    position: absolute;
    top:3%;
    font-family: 'Almarai', sans-serif;
    left: 3%;
    font-size: 2rem;
    display: flex;
    flex-direction: row;
    z-index: 9148934891438934178134873480348909;
}
.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: 3%;
    /* height: 5rem; */
    width: 12rem;
    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: white;
}
@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:1%;

    }
    .socials {

    top: 1%;
    }
}
@media only screen and (max-width: 480px)  {
    html {
        font-size: 11px;
    }   
    .subpages {

        top:1%;

    }
    .socials {

    top: 1%;
    }
}
@media only screen and (max-width: 400px)  {
    html {
        font-size:10px;
    }   
    .subpages {

        top:1%;

    }
    .socials {

    top: 1%;

}
}
@media only screen and (max-width: 350px)  {
    html {
        font-size: 9px;
    }  
}

@media only screen and (max-width: 278px)  {
    html {
        font-size: 7px;
    }

}
