* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    /* background-color: #838383; */
}
nav {
    /* height: 100vh; */
    /* width: 100%; */
    /* position: fixed; */
}


/* .contact , .commercial {
    margin-left: 3rem;
} */
.fashion , .contact , .commercial, .getBack {
    cursor: pointer;
    transition: .2s linear;
}
.fashion:hover , .contact:hover , .commercial:hover, .getBack:hover {
    /* color: white; */
    rotate: -8deg;
}
a {
    text-decoration: none;
    color: black;
}
a:hover {
    color: black;
}
section {
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: row;
    /* border: 2px solid green ; */
    /* overflow: hidden; */
}
section .main {
    width: 50%;
    height: 100%;
    /* border: 2px solid blue; */
}
section .main:nth-child(1) {
    /* border-right: 20px solid black; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section .describe {
    font-size: 1.5rem;
    margin-left: 3rem;
    max-width: 80%;
    font-family: 'Poppins', sans-serif;
}
.photo {
    /* transform: translateX(10%); */
    width: 50%;
    height: 100%;
    /* border: 2px solid red;    */
    /* margin-right: auto; */
    flex-grow: 1;
    /* display: flex; */
    position: relative;
}

.photo img {
    height: 70%;
    /* align-items: center; */
    display: block;
    /* justify-content: center; */
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* bottom: 0; */
    object-fit: cover;
    /* aspect-ratio: 4/7; */
}

.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;

}
.intro {
    font-size: 5rem;
    margin-left: 3rem;
    margin-bottom: 2rem;
    max-width: 80%;
    font-family: 'Almarai', sans-serif;
    font-weight: 400;
    /* font-family: 'Almarai', sans-serif; */
    /* font-family: 'Heebo', sans-serif; */
    /* text-transform: uppercase; */
}

@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;
    }
    .photo {
        /* transform: translateX(10%); */
        width: 60%;
        height: 100%;
        /* border: 2px solid red; */
        /* margin-right: auto; */
        flex-grow: 1;
    }
    section .main {
        width: 40%;
        height: 100%;
        /* border: 2px solid blue; */
    }
    section .describe {

        margin-top: 3rem;
    }

}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    html {
        font-size: 13px;
    }

    section {
        flex-direction: column;
        align-items: center;
        height: 120vh;
            /* overflow: visible; */

        /* justify-content: center; */
    }
    .photo {
        /* transform: translateX(10%); */
        width: 80%;
        height: 100%;
        /* border: 2px solid red; */
        /* margin-right: auto; */
        margin-top: 3rem;
        flex-grow: 1;
    }
    section .main {
        width: 80%;
        height: 100%;
        /* border: 2px solid blue; */
        margin-top: 15%;
    }
    section .describe {

        margin-top: 3rem;
    }
    .photo img {
        height: 100%;
        width: 100%;
    }

}
@media only screen and (max-width: 480px)  {
    html {
        font-size: 11px;
    }  

    section {
        flex-direction: column;
        align-items: center;
        height: 120vh;
            /* overflow: visible; */

        /* justify-content: center; */
    }
    .photo {
        /* transform: translateX(10%); */
        width: 80%;
        height: 100%;
        /* border: 2px solid red; */
        /* margin-right: auto; */
        margin-top: 3rem;
        flex-grow: 1;
    }
    section .main {
        width: 80%;
        height: 100%;
        /* border: 2px solid blue; */
        margin-top: 15%;
    }
    section .describe {

        margin-top: 3rem;
    }
    .photo img {
        height: 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 400px)  {
    html {
        font-size:10px;
    } 

    section {
        flex-direction: column;
        align-items: center;
        height: 120vh;
            /* overflow: visible; */

        /* justify-content: center; */
    }
    .photo {
        /* transform: translateX(10%); */
        width: 80%;
        height: 100%;
        /* border: 2px solid red; */
        /* margin-right: auto; */
        margin-top: 3rem;
        flex-grow: 1;
    }
    section .main {
        width: 80%;
        height: 100%;
        /* border: 2px solid blue; */
        margin-top: 15%;
    }
    section .describe {

        margin-top: 3rem;
    }
    .photo img {
        height: 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 350px)  {
    html {
        font-size: 9px;
    } 

    section {
        flex-direction: column;
        align-items: center;
        height: 120vh;
            /* overflow: visible; */

        /* justify-content: center; */
    }
    .photo {
        /* transform: translateX(10%); */
        width: 80%;
        height: 100%;
        /* border: 2px solid red; */
        /* margin-right: auto; */
        margin-top: 3rem;
        flex-grow: 1;
    }
    section .main {
        width: 80%;
        height: 100%;
        /* border: 2px solid blue; */
        margin-top: 15%;
    }
    .photo img {
        height: 100%;
        width: 100%;
    }

}

@media only screen and (max-width: 278px)  {
    html {
        font-size: 7px;
    }
    section {
        flex-direction: column;
        align-items: center;
        height: 120vh;
            /* overflow: visible; */

        /* justify-content: center; */
    }
    .photo {
        /* transform: translateX(10%); */
        width: 80%;
        height: 100%;
        /* border: 2px solid red; */
        /* margin-right: auto; */
        margin-top: 3rem;
        flex-grow: 1;
    }
    .photo img {
        height: 100%;
        width: 100%;
    }
    section .main {
        width: 80%;
        height: 100%;
        /* border: 2px solid blue; */
        margin-top: 15%;
    }

}