@import url('https://fonts.googleapis.com/css2?family=Galada&display=swap');

@import url('https://fonts.googleapis.com/css?family=Audiowide');







*{

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



body{

    background-color: #000;

}



.main{

    width: 100%;

    height: 100vh;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

}

.right{

    width: 50%;

    height: 100vh;

    display: flex;

    justify-content: flex-end;

    align-items: center;

}



.left{

    width:50%;

    height: 100vh;

    display: flex;

    flex-direction: column;

}

.logo{

    width: 100%;

    display: flex;

    justify-content: flex-start;

    padding: 30px 0 0 40px;



}



#myphotos{

    display: none;

}



.text{

    width: 100%;

    height: 100vh;

    justify-content: center;

    color: white;

    font-size: 70px;

    display: flex;

  flex-direction: column;

    align-items: center;

    margin-left: 200px;

}



i{

    color: white;

    font-size: 30px;

    margin: 0 7px;

}

i:hover{

    color:powderblue; 

    text-shadow: 0px 0 10px #00b3ff;

}





a{

text-decoration: none;

}





.name{

    font-size:48px;

	font-weight: 400;

	font-family: 'Audiowide', cursive;

	text-shadow: 0px 1px 1px rgba(12, 11, 11, 0.56);

    color: white;

}

.logo:hover .name{

    color:powderblue; 

	text-shadow: 0px 1px 1px rgba(12, 11, 11, 0.56);

}

.logo:hover .dot{

    color: white;

}

.dot{

    font-size:48px;

	font-weight: 400;

	font-family: 'Audiowide', cursive;

	text-shadow: 0px 1px 1px rgba(12, 11, 11, 0.56);

    color: mediumvioletred; 

}



.text span{

    font-size:68px;

	font-weight: 600;

    letter-spacing: 0.1em;

	font-family: 'Audiowide', cursive;

}



    

#myphoto{

    height: 100%;

    box-shadow:inset 0 0 100px #000;

}







@media only screen and (max-width:1200px){

    .text{

        width: 100%;

        height: 100vh;

        justify-content: center;

        color: white;

        font-size: 20px;

        display: flex;

      flex-direction: column;

        align-items: center;

        margin-left:150px;

    }

}



@media only screen and (max-width:1100px){

    .text{

        width: 100%;

        height: 100vh;

        justify-content: center;

        color: white;

        font-size: 0px;

        display: flex;

      flex-direction: column;

        align-items: center;

        margin-left:100px;

    }





}





@media only screen and (max-width:1024px){

    .text span{

        font-size: 70px;

    }

    .text{

        margin-left: 0px;

    }

   

    .main{

        width: 100%;

        height: 100vh;

        display: flex;

        flex-direction: column;

        align-items: center;

        justify-content: center;



    }

    .response-img{

        width: 100%;

        display: flex;

        justify-content: center;

    }

    #myphotos{

        display: block;

        width: 70%;

        border-radius: 50px;

        box-shadow:inset 0 0 100px #000;



    }

    #myphoto{

        display: none;

    }

    

    .logo{

        width: 100%;

        display: flex;

        justify-content: center;

        padding: 20px 0;

    

    }



   

}

@media only screen and (width:1024px) and (height:1366px){

    

    #myphotos{

        display: block;

        width: 120%;

        border-radius: 50px;

        box-shadow:inset 0 0 100px #000;

        margin-bottom: -250px;

    }



    .name{

        font-size:68px;

        font-weight: 400;

        font-family: 'Audiowide', cursive;

        text-shadow: 0px 1px 1px rgba(12, 11, 11, 0.56);

        color: white;

    }

    .text span{

        font-size: 68px;

    }

    .social i{

        font-size: 37px;

        margin: 0 10px;

    }

    

    }

   





@media only screen and (max-width:768px){

        #myphotos{

        display: block;

        width: 120%;

        border-radius: 50px;

        box-shadow:inset 0 0 100px #000;

        margin-bottom: -70px;

    }



    .name{

        font-size:38px;

        font-weight: 400;

        font-family: 'Audiowide', cursive;

        text-shadow: 0px 1px 1px rgba(12, 11, 11, 0.56);

        color: white;

    }

    .text span{

        font-size: 60px;

    }

    .social i{

        font-size: 34px;

        margin: 0 10px;

    }

   

}











@media only screen and (max-width:650px){

    #myphotos{

        display: block;

        width: 100%;

        border-radius: 50px;

        box-shadow:inset 0 0 100px #000;



    }

    .text span{

        font-size: 40px;

    }

   

    .social i{

        font-size: 27px;

        margin: 0 7px;

    }

}



@media only screen and (max-width:500px){

    #myphotos{

        display: block;

        width: 120%;

        border-radius: 50px;

        box-shadow:inset 0 0 100px #000;

        margin-bottom: -150px;

    }



    .name{

        font-size:38px;

        font-weight: 400;

        font-family: 'Audiowide', cursive;

        text-shadow: 0px 1px 1px rgba(12, 11, 11, 0.56);

        color: white;

    }

    .text span{

        font-size: 30px;

    }

   

    .social i{

        font-size: 20px;

        margin: 0 5px;

    }

}

@media only screen and (max-width:380px){

    

    #myphotos{

        display: block;

        width: 120%;

        border-radius: 50px;

        box-shadow:inset 0 0 100px #000;

        margin-bottom: -100px;

    }



    .name{

        font-size:38px;

        font-weight: 400;

        font-family: 'Audiowide', cursive;

        text-shadow: 0px 1px 1px rgba(12, 11, 11, 0.56);

        color: white;

    }

    .text span{

        font-size: 28px;

    }

    .social i{

        font-size: 17px;

        margin: 0 5px;

    }

   

}

@media only screen and (width:375px) and (height:812px){

    

    #myphotos{

        display: block;

        width: 120%;

        border-radius: 50px;

        box-shadow:inset 0 0 100px #000;

        margin-bottom: -250px;

    }



    .name{

        font-size:38px;

        font-weight: 400;

        font-family: 'Audiowide', cursive;

        text-shadow: 0px 1px 1px rgba(12, 11, 11, 0.56);

        color: white;

    }

    .text span{

        font-size: 28px;

    }

    .social i{

        font-size: 17px;

        margin: 0 5px;

    }

   

}





@media only screen and (max-width:320px){

    

    #myphotos{

        display: block;

        width: 120%;

        border-radius: 50px;

        box-shadow:inset 0 0 100px #000;

        margin-bottom: -70px;

    }



    .name{

        font-size:38px;

        font-weight: 400;

        font-family: 'Audiowide', cursive;

        text-shadow: 0px 1px 1px rgba(12, 11, 11, 0.56);

        color: white;

    }

    .text span{

        font-size: 25px;

    }

    .social i{

        font-size: 14px;

        margin: 0 5px;

    }

   

}



@media only screen and (max-width:280px){

    

    #myphotos{

        display: block;

        width: 120%;

        border-radius: 50px;

        box-shadow:inset 0 0 100px #000;

        margin-bottom: -200px;

    }

.logo .name{

    font-size: 30px;

}

    .name{

        font-size:38px;

        font-weight: 400;

        font-family: 'Audiowide', cursive;

        text-shadow: 0px 1px 1px rgba(12, 11, 11, 0.56);

        color: white;

    }

    .text span{

        font-size: 20px;

    }

    .social i{

        font-size: 10px;

        margin: 0 5px;

    }

   

}





