/*
>>FONT-FAMILY:
Bauhaus 93, Zilla Slab;
>>FONT_SIZE:
Mobile: 20, 14;
Desktop: 24, 18;
>>BACKGROUND-COLOR: #eee;
>>FONT-COLOR: #333;
>>CONTRAST_COLOR: red;
*/
@font-face {
  font-family: 'Zilla Slab';
  src: url('fonts/Zilla_Slab/ZillaSlab-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('fonts/Zilla_Slab/ZillaSlab-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('fonts/Zilla_Slab/ZillaSlab-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Zilla Slab';
  src: url('fonts/Zilla_Slab/ZillaSlab-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Agency FB';
  src: url('fonts/AGENCYB.TTF') format('truetype');
  font-weight: 700;
  font-style: normal;
}





* {
    background-color: #eee;
    color: #333;
    margin: 0px;

    cursor: url('imgs/circlecursor.cur'), default;
    
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
body h1 {
    font-size: 20px;
    font-family: 'Agency FB', 'Futura', 'Poppins', 'Josefin Sans', 'Montserrat', sans-serif;
    /* text-decoration: none; */
    -webkit-text-stroke-width: 0.01px;
    -webkit-text-stroke-color: #333;
}
body p, a{
    font-size: 14px;
    font-family: 'Zilla Slab', 'Roboto Slab', 'Antic Slab', 'Podkova', serif;
    text-decoration: none;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #333;
}


i:hover, p:hover {
  color: red;
  transition: 0.5s;
}





header {
    background-color: #333;
    justify-content: space-between;
    align-items: center;
    padding: 20px 2% 20px 2%;
    border-bottom: solid red 5px;
    display: flex;
    /* letter-spacing: 1px; */
    gap: 0px;
}
header:hover {
  padding-top: 30px;
  transition: 0.5s;
}
header div {
background-color: #333;
  padding: 0px;
  margin: 0px;
  gap: 0px;
  display: flex;
  justify-content: center;
  align-items: center;  
}
span:hover {
    color: red;
}
header h1 {
    color: #eee;
    background-color: #333;
    line-height: 18px;
}
header h1:hover {
  padding-left: 12px;
  color: red;
cursor: url('imgs/circlecursor.cur'), default;  transition: 0.2s;
}
header .contact:hover {
  border-right: solid red 2px;
  transition: 0.2s;
}
header div img {
    background-color: #333;
    padding: 0px;
    border: none;
    margin: 0px;
    width: 30px;
    gap: 0px;
    display: flex;
}
header div img:hover {
  padding: 0px 5px;
  transition: 0.2s;
}

.header-back {
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;  
    margin: 0px 0%;
    padding: 0px 0px;
}
.header-back:hover {
    padding-left: 20px;
cursor: url('imgs/circlecursor.cur'), default;    transition: 1s;
}



nav h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  margin: 0px 0%;
  text-align: center;
  margin-bottom: 10px;
}
nav h1, .title-hover:hover {
  color: red;
cursor: url('imgs/circlecursor.cur'), default;  transition: 3s;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 4%;
}
.nav-menu p {
    border: solid #333 0.1px;
    border-radius: 10px;
    padding:3px 7px;

    color: red;   
    background-image: radial-gradient(#dadada, #dadada #dadada, #dadada); 
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 0%;
}
.nav-menu p:hover {
  margin-bottom: 7px;
  /* background-image: radial-gradient(rgba(255, 0, 255, 0.1), #eee, #eee); */
  background-image: linear-gradient(white);
  /* color: red; */
  /* border-bottom: solid red 2px; */
      /* background-image: linear-gradient(to top, #fefae0, #eee); */

  transition: 0.6s;
}


main h1, p {
  justify-content: left;
  align-items: center;
  color: #333;
  margin: 0px 5%;
}
main h1:hover { 
  /* color: red; */
cursor: url('imgs/circlecursor.cur'), default;  transition: 0.2s;
}
main p:hover {
cursor: url('imgs/circlecursor.cur'), default;
}



.center {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 0%;
    white-space: nowrap;

}
.center p:hover {
    padding-left: 5px;
    /* color: red; */
    transition: 0.2s;
}
.main-work-uxui {
    display: inline;
    justify-content: space-between;
    align-items: center;
    margin: 0px 4%;
}
.main-work-uxui-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 7% 0px 7%;
    white-space: nowrap;
}
.main-work-uxui-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;  
  margin: 0px 0%;
  padding: 0px 0px;
}
.main-work-uxui-nav p {
    color: #333;
    padding: 0px 0px;
    margin: 0px 0%;
    font-size: 30px;
}
.main-work-uxui-nav p:hover {
    color: red;
    padding: 0px 0px;
    margin: 0px 0px;
    font-size: 40px;
    transition: 0.2s;
cursor: url('imgs/circlecursor.cur'), default;}
.main-work-uxui-nav img {
    width: 80vw;
}
.main-work-uxui-page p {
    color: #333;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 2px;
}
.main-work-uxui-page p:hover {
    /* color: red; */
cursor: url('imgs/circlecursor.cur'), default;}
.main-work-uxui-description {
    color: #333;    
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-work-uxui-title p:hover {
  padding-top: 0px;
  /* color: red; */
cursor: url('imgs/circlecursor.cur'), default;  /* border-bottom: solid red 2px; */
  transition: 0.2s;
}

.main-work-htmlcss-nav p:hover{
    /* color: red; */
    transition: 0.2s;
}
.main-work-htmlcss-nav {
    display: flex;
    justify-content: left;
    align-items: center;  
    margin: 0px 10%;
    padding: 0px 0px;
}
.main-work-htmlcss-nav .back p {
    color: #333;
    padding: 0px 0px;
    margin: 0px 0px;
    font-size: 30px;
}
.main-work-htmlcss-nav .back p:hover {
    color: red;
    padding: 0px 0px;
    margin: 0px 0px;
    font-size: 40px;
    transition: 0.2s;
cursor: url('imgs/circlecursor.cur'), default;}



.main-work-gallery .title {
    color: #333;    
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 30px 1% 0px 1%;
    padding: 0px;
    white-space: nowrap;
}
.main-work-gallery .title .backbutton {
    justify-content: center; 
    align-items: center;
        /* border-left: solid red 1px;
    border-right: solid red 1px;
        padding: 0px 2px; */
}
.main-work-gallery .title .backbutton:hover, .nav-photo-viewer .backbutton:hover {
    border-left: solid red 1px;
    border-right: solid red 1px;
    padding: 0px 5px;
cursor: url('imgs/circlecursor.cur'), default;    transition: 0.2s;
}
/* .main-work-gallery .title p:hover {
    color: red;
    cursor: default;
    transition: 0.2s;
} */

.main-work-gallery .subtitle {
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 25px 4px 25px;
    border-bottom: dashed red 2px;
}
.main-work-gallery .subtitle p:hover {
    /* color: red; */
cursor: url('imgs/circlecursor.cur'), default;    transition: 0.2s;
}
.main-work-gallery .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 2fr));
    gap: 10px;
    margin: 0px 4% 0px 4%;
    
}
.main-work-gallery .grid img {
    width: 100%;
    justify-content: space-around;
    align-items: space-around;
}
.main-work-gallery .grid img:hover {
    transform: scale(1.01);
    transition: 0.2s;
}
.nav-photo-viewer {
    display: flex;
    justify-content: space-around;
    align-items: center;  
    margin: 0px 1% 20px 1%;
    padding: 0px 0px;
}

.nav-photo-viewer .center {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.nav-photo-viewer .center p:hover {
    padding-left: 5px;
    transition: 0.2s;
}
.nav-photo-viewer p {
    color: #333;
    padding: 0px 0px;
    margin: 0px 0px;
    font-size: 30px;
}
.nav-photo-viewer p:hover {
    color: red;
    padding: 0px 0px;
    margin: 0px 0px;
    font-size: 40px;
    transition: 0.2s;
cursor: url('imgs/circlecursor.cur'), default;}
.nav-photo-viewer img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
}
/* .nav-photo-viewer .orizontal-img {
    max-width: 30vw;
    max-height: 90vh;
    object-fit: contain;
} */
/* .back.to.gallery {
    background-color: blue;
    border: solid blue 2px;
    font-size: 14px
} */
 .nav-photo-viewer .center .X, .center .X {
    /* display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: right;
    text-align: right; */
    font-size: 16px; 
    background-color: #eee; 
    border-radius: 10px; 
    margin-bottom: 2px; 
    font-family: 'Futura', 'Poppins', 'Josefin Sans', 'Montserrat', sans-serif;

        border-left: solid red 1px;
    border-right: solid red 1px;
    padding: 0px 4px;
    border-radius: 0%;
 }
  .nav-photo-viewer .center .X:hover {
    display: flex;
    flex-direction: row;
    color: red;
    padding: 0pc 5px;
    transition: 0.2s;
  }





























footer p {
    display: flex;
    justify-content: center;
    align-items: end;
    color: #333;
    margin: 0px 4% 10px 4%;
    text-align: center;
}
footer p:hover {
cursor: url('imgs/circlecursor.cur'), default;
}






/* MOBILE */
@media only screen and (max-width: 767px) {
.main-work-gallery .title i {
    display: none;
}
        header span {
        margin: 0px;
        padding: 0px;
        gap: 0px;

        letter-spacing: -2.5px;
        }


        /* VIDEO EDITING */




    
}





/* minmax 500px */
@media only screen and (max-width: 500px) {
    header div .website-logo-minmax-1 {
        display: unset;
        width: 70px;
    }
    header div .website-logo-minmax-2 {
        display: none;
    }


    header span {
        margin: 0px;
        padding: 0px;
        gap: 0px;

        letter-spacing: -2.5px;

        display: unset;
        color: #999;
        background-color: rgba(0, 0, 0, 0);
    }

    .videoediting {
    display: flex;
    flex-direction: column;
    margin:auto;
}
.videoediting iframe {
    width: 90vw;
            height: 20vh;


}








}

@media only screen and (min-width: 500px) {
    header {
        padding: 20px 12.5%;
    }
    header div .website-logo-minmax-1 {
        display: none;
    }
    header div .website-logo-minmax-2 {
        display: unset;
        width: 80px;
    }
     header span {
        /* display: none; */
        color: #999;
        background-color: rgba(0, 0, 0, 0);

        margin: 0px;
        padding: 0px;
        gap: 0px;

        letter-spacing: -2.5px;
        }


                    /* VIDEO EDITING */
.videoediting {
    display: flex;
    flex-direction: column;
    margin:auto;
}
.videoediting iframe {
    width: 80vw;
    height: 22vh;
}






    
    nav .nav-menu {
        margin: 0px 17%;
    }
}








/* TABLET */
@media only screen and (min-width: 767px) {
    header {
        height: 80px;
        padding: 20px 20% 20px 20%;
    }
    header:hover {
        padding-top: 30px;
    }

        header span {
        margin: 0px;
        padding: 0px;
        gap: 0px;

        letter-spacing: -2.5px;
        }
    /* header img {
        width: 10px;
    } */
    header div img {
        width: 40px;
    }
    header div .website-logo-minmax-2 {
        display: unset;
        width: 90px;
    }
    nav .nav-menu {
        margin: 0px 20%;
    }
    body h1 {
        font-size: 24px;
    }
    body p, a {
        font-size: 18px;
    }


                /* VIDEO EDITING */
.videoediting {
    display: flex;
    flex-direction: column;
    margin:auto;
}
.videoediting iframe {
    width: 90vw;
        height: 35vh;

}



}


/* WITHOUT ANIMATION */
/* @media only screen and (max-width: 1024px) {
    h1:hover, p i:hover {
        padding: 0px;
        
    }
} */




/* DESKTOP */
@media only screen and (min-width: 1024px) {
    body h1 {
        font-size: 28px;
    }
    body p, a {
        font-size: 22px;
    }
    header {
        padding: 30px 20% 30px 20%;
    }
    header:hover {
        padding-top: 40px;
    }


        header span {
        margin: 0px;
        padding: 0px;
        gap: 0px;

        letter-spacing: -2.5px;
        }


    header h1 {
        line-height: 24px;
    }
    /* header img {
        width: 80px
    } */
    header div .website-logo-minmax-2 {
        display: unset;
        width: 110px;
    }
    header div img {
        width: 50px;
    }
    header div img:hover {
        padding: 0px 10px;
        transition: 0.2s;
    }
    .nav-menu {
        margin: 10px 28%;
    }

    .main-work-uxui-nav img {
    width: 75vw;
    }
    /* .main-work-uxui-title {
    margin: 40px 0% 0px 0%;
    } */
    .main-work-uxui-nav p, .nav-photo-viewer p {
    font-size: 50px;
    }
    .main-work-uxui-nav p:hover, .nav-photo-viewer p:hover {
    font-size: 70px;
    }
     .nav-photo-viewer .center .X, .center .X  {
        
    font-size: 24px;
    justify-content: right;
    align-items: end;
    text-align: right;
}

                /* VIDEO EDITING */
.videoediting {
    display: flex;
    flex-direction: column;
    margin:auto;
}
.videoediting iframe {
    width: 90vw;
        height: 45vh;

}




}


/* minmax 1600px */
@media only screen and (min-width: 1600px) {
    nav .nav-menu {
        margin: 0px 25%;
    }

                    /* VIDEO EDITING */
.videoediting {
    display: flex;
    flex-direction: column;
    margin:auto;
}
.videoediting iframe {
    width: 80vw;
        height: 60vh;

}


}




