*{

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    cursor: auto;
}

@font-face { 
    font-family: 'Red Detail'; 
    src: url("./fonts/RedDetail/RedDetail-Regular.ttf") format("truetype");
}


@font-face { 
    font-family: 'Roboto Flex'; 
    src: url("./fonts/RobotoFlex/static/RobotoFlex-Regular.ttf") format("truetype");
}

html{

    height: -webkit-fill-available;
}



body{

    z-index: -3;

    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
}

.container-filter-1{

    z-index: -2;

    width: 100%;
    height: -webkit-fill-available;

    background-image: url(./images/background/adobe_black_paper.jpeg);
    background-size: cover;

    position: absolute;
}

.container-filter-2{

    z-index: -1;

    width: 100%;
    height: -webkit-fill-available;

    background-color: #88080816;
    background-size: cover;

    position: absolute;
}


main{

    z-index: 1;

    height: -webkit-fill-available;
    overflow-y: scroll;
}


a{

    font-family: 'Roboto Flex';
    font-size: 1em;
    font-weight: bolder;

    color: #484642;
}


h1{

    cursor: default;

    font-family: 'Red Detail';
    font-size: 16pt;
    font-weight: bolder;
    letter-spacing: .08em;

    margin: 0;
    padding: 0;

    color: #cdc092;
    /*color: darkred;*/
}

h2{

    cursor: default;

    font-family: 'Red Detail';
    font-size: 13pt;
    font-weight: normal;
    letter-spacing: .08em;

    margin: 0;
    padding: 0;

    color: #cdc092;
    /*color: darkred;*/
}

h3{

    cursor: default;

    font-family: 'Red Detail';
    font-size: 1.15em;
    font-weight: bold;
    letter-spacing: .08em;

    margin: 0;
    padding: 0;

    color: #b1b1b1;
}

p{

    cursor: default;

    font-family: 'Red Detail';
    font-size: 11pt;
    text-align: justify;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.35;

    color: #b1b1b1;
}




/*-----BRAND RESPONSIVE-----*/

.brand a img{

    transition: transform 0.3s ease;
}

.brand a img:hover{

    transform: scale(1.035);
}

@media (min-width: 1921px){

    .brand{

        text-align: center;
    }

    .brand a img{

        width: 225px;
        height: auto;

        margin-right: 1050px;

        margin-top: 8svh;
        margin-bottom: 75px;
    }
}

@media (max-width: 1920px){

    .brand a img{

        width: 225px;
        margin-top: 7svh;
        margin-bottom: 50px;
        margin-left: 21vw;
    }
}

@media (max-width: 1024px){

    .brand a img{

        width: 200px;
        margin-top: 7svh;
        margin-bottom: 35px;
        margin-left: 15vw;
    }
}

@media (max-width: 875px){

    .brand a img{

        width: 185px;
        margin-top: 5svh;
        margin-bottom: 35px;
        margin-left: 10vw; 
    }
}

@media (max-width: 500px){

    .brand a img{

        width: 175px;
        margin-top: 5svh;
        margin-bottom: 15px;
        margin-left: 4vw;
    }
}

/*---- NAVIGATION RESPONSIVE-----*/
/*-----LINES RESPONSIVE-----*/

.line{

    display: flex;
    justify-content: center;
}

.line div{

    display: none;

    width: 185px;
    height: 2px;

    margin: 0 0 10pt 0;

    background-color: #cdc092;
}


/*-----HEADER RESPONSIVE-----*/

.header{

    display: flex;
    flex-direction: column;

    margin: auto;
}

.header img{

    object-fit: cover;
    border-radius: 15px;

    filter: grayscale(0);
}
@media (min-width: 2561px){}
@media (max-width: 2560px){

    .header{

        max-width: 70vw;
        height: 30vw;
    }

    .header img{

        height: 30vw;
        filter: grayscale(1);

        transition: transform 0.35s ease-in-out;
    }

    .header img:hover{
        
        transform: translateX(30px);
        filter: grayscale(0.68) sepia(0.43);
    }
}

@media (max-width: 1920px){

    .header{

        max-width: 70vw;
        height: 30vw;
    }

    .header img{

        height: 30vw;
        filter: grayscale(1);

        transition: transform 0.75s ease-in-out;
    }

    .header img:hover{

        transform: translateX(30px);
    }
}

@media (max-width: 1439px){

    .header{

        max-width: 82vw;
        height: 275px;
    }

    .header img{

        filter: grayscale(0.28);
        transition: transform 0.5s ease;
    }

    .header img:hover{

        transform: translateX(30px);
        filter: grayscale(.21) sepia(0.21);
    }
}

@media (max-width: 1024px){

    .header{

        width: 650px;
        height: fit-content;
    }

    .header img{

        width: 650px;
        height: 175px;
    }
}

@media (max-width: 875px){

    .header{

        width: 92vw;
        height: fit-content;
        margin: 0 4vw 0 4vw;
    }

    .header img{

        width: 92vw;
        height: 135px;
    }
}

@media (max-width: 568px){

    .header{

        width: 92vw;
        height: fit-content;
        margin: 0 4vw 0 4vw;
    }

    .header img{

        width: 92vw;
        height: 135px;
    }
}


/*------QUOTE RESPONSIVE-----*/

.quote h2{

    font-family: 'Red Detail';
    font-weight: bold;
    font-size: 11pt;

    text-align: end;
}

@media (min-width: 1025px){

    .quote{

        margin-top: 21px;
        margin-right: 21px;
    }
}
@media (max-width: 1024px){

    .quote{

        margin-top: 15px;
        margin-right: 10px;
    }

    .quote h2{

        font-size: 10pt;
    }  
}

@media (max-width: 500px){

    .quote{

        width: 88vw;
        margin-top: 12px;
        justify-self: end;
    }

    .quote h2{

        text-justify: auto;
    }
}



/*-----STORY RESPONSIVE-----*/

.story{

    display: flex;
    flex-direction: column;
    max-width: 650px;

    margin: 50px auto 0 auto;
    justify-self: center;
}

.story:hover .text-icon img{
 
    animation-name: textmove;
    animation-duration: 750ms;
    animation-timing-function: linear; 
    animation-iteration-count: infinite;
    animation-delay: 200ms;
}

@keyframes textmove{

    0%{

        filter: opacity(0.8);
    }

    50%{

        filter: opacity(0);
        }

    100%{

        filter: opacity(0.8);
    }
}

.story h1,
.story h2{

    text-align: center;
}

.story h2{

    margin: 0 0 15pt 0;
}

.story p{

    margin: 0 0 8pt 0;
}

.story .story-text-last{

    margin: 0;
}

@media (max-width: 2560px){
    
    .story{

        margin: 12vw auto 0 auto;
    }
}

@media (max-width: 1919px){
    
    .story h1{

        font-size: 14pt;
    }

    .story h2{
        font-size: 12pt;
    }
}

@media (max-width: 1024px){

    .story h1{

        font-size: 14pt;
    }

    .story h2{
        font-size: 12pt;
    }

    .story p{

        margin: .3em 0;
    }
}

@media (max-width: 875px){

    .story{

        width: 75vw;
    }

    .story h1{

        font-size: 14pt;
    }

    .story h2{
        font-size: 12pt;
    }
}

@media (max-width: 568px){

    .story{

        width: 92vw;
        margin: 15px auto 0 auto;
    }

    .story h1{

        font-size: 14pt;
        text-align: left;
    }

    .story h2{

        font-size: 12pt;
        font-weight: bold;
        text-align: left;
        margin-bottom: 0;
    }
}


/*-----TEXT-ICON-----*/


.text-icon{

    display: none;
}

@media (min-width: 1440px){

    .text-icon{

        display: unset;
        position: relative;
    }
    
    .text-icon img{

        position: absolute;

        filter: opacity(0.8);
        filter: opacity(1);
       
        width: 70px;
        height: auto;
  
        top: -175px;
        left: -250px;
   
        border: 2px solid rgb(225, 225, 225);
        border-radius: 50%;

        padding: 10px;
    }
}

/*-----CONTACT RESPONSIV-----*/

.contact h1{

    margin-top: 75px;
}

.contact h2{

    margin-bottom: 95px;
}

.contact h1,
.contact h2{

    text-align: center;
}

.contact-form{

    position: relative;

    display: flex;
    flex-direction: row;
    margin: 0 auto 0 auto;

    width: 900px;
}

.contact-form p{

    width: 285px;
}

.contact-form button{

    height: 48px;
    width: 350px;

    display: flex;
    flex-direction: row;
    gap: 15px;

    border-radius: 12px;
    background-color: rgb(38, 38, 38);

    border: solid 0.08rem #b1b1b1;

    transition: transform 0.3s ease;
}

.contact-form button:hover{
    
/*    transform: scale(1.02);*/
    transform: translateX(18px)
}

button,
button a,
button img,
button h3,
button h3 span{

    cursor: pointer;
}

.button-1{

    position: absolute;
    left: 385px;

    align-items: center;
}

.button-2{

    position: absolute;
    top: 62px;
    left: 385px;

    align-items: center;
}

.contact-link1 a{

    width: 100%;

    display: flex;
    flex-direction: row;

    justify-content: center;
    align-items: center;
}

.contact-link1 a:link{

    text-decoration: none;
}

.button-1 img{

    width: auto;
    height: 18px;
}

.button-2 img{

    width: 25px;
    height: auto;
}

.contact-form button h3{

    font-size: 12pt;
    margin-left: 21px;
    font-weight: bold;
    line-height: 1;
    color: rgb(225, 225, 225);
}

.contact-form button .youtube_1,
.contact-form button .youtube_2{

    padding-top: 3px;
}

.contact-form button .mail{

    font-size: 12pt;
    margin-left: 15px;
}

.contact-form button a .fp{

    margin-left: auto;
    margin-right: 65px;

    width: 25px;
    height: auto;
}

.at{

    font-family: 'Roboto Flex';
    font-size: 12pt;
    font-weight: lighter;
    color: rgb(225, 225, 225)
}

@media (max-width: 1919px){

    .contact h1{

        margin-top: 75px;
        font-size: 14pt;
    }

    .contact h2{

        font-size: 12pt;
        margin-bottom: 35px;
    } 
}

@media (max-width: 1023px){

    .contact h1{

        margin-top: 75px;
        font-size: 14pt;
    }

    .contact h2{

        font-size: 12pt;
        margin-bottom: 35px;
    }

    .contact-form{

        position: unset;

        display: flex;
        flex-direction: column;

        width: 100%;
        margin: 0;
    }

    .contact-form p{

        width: 60vw;

        font-size: 10pt;
        margin-left: 20vw;
        margin-bottom: 38px;
        margin-right: 20vw;
    }

    .contact-form button{

        position: unset;

        width: 300px;

        margin: auto;
        margin-bottom: 10px;
    }

    .contact-form button .youtube_1{

        font-size: 12pt;
        margin-left: 15px;
    }

    .contact-form button .youtube_2{

        font-size: 12pt;
        margin-left: 18px;
    }

    .contact-form button .mail{

        font-size: 12pt;
        margin-left: 15px;
    }

    .contact-form button a .fp{

        margin-left: auto;
        margin-right: 50px;

        width: 25px;
        height: auto;
    }
}

@media (max-width: 568px){

    .contact h1{

        margin-top: 48px;
        font-size: 14pt;
    }

    .contact h2{

        font-size: 12pt;
        margin-bottom: 20px;
    }

    .contact-form{

        display: flex;
        flex-direction: column;

        width: 100vw;
    }

    .contact-form p{

        width: 92vw;

        margin-top: 0;
        margin-left: 4vw;
        margin-bottom: 25px;
        margin-right: 4vw;
    }

    .contact-form button{

        width: 92vw;
        margin: auto;
        margin-bottom: 10px;
    }

    .contact-form button .youtube_1{

        font-size: 12pt;
        margin-left: 15px;
    }

    .contact-form button .youtube_2{

        font-size: 12pt;
        margin-left: 18px;
    }

    .contact-form button .mail{

        font-size: 12pt;
        margin-left: 15px;
    }

    .contact-form button a .fp{

        margin-left: auto;
        margin-right: 50px;

        width: 25px;
        height: auto;
    }
}

@media (max-width: 375px) {

    .contact-form button a .fp{

        margin-right: 42px;
    }
    
}

/*-----PHOTOS RESPONSIVE-----*/

.photos{

    display: flex;
    flex-direction: column;
    margin: auto;

    width: 650px;
}

.photos h1{

    margin-top: 135px;
}

.photos h2{

    margin-bottom: 15pt;
}

.photos h1,
.photos h2{

    text-align: center;
}
.gallery{

    width: 875px;

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
    gap: 0;

    margin: auto;

    margin-top: 35px;
}

.gallery img{

    width: 175px;
    height: 175px;
    margin: auto;
    padding: 8px 8px 8px 8px;

    border-radius: 15px;
    transition: transform 0.3s ease;

    cursor: pointer;
}

.gallery img:last-child{

    margin: unset;
}

.gallery img:hover{

    transform: scale(1.015);
    filter: grayscale(0.25);
}

@media (pointer: coarse) {

    .gallery img:hover{

        transform: scale(1);
        filter: grayscale(0);
    }
}

.gallery:hover .arrow-icon img{

    animation-name: arrowmove;
    animation-duration: 1200ms;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-delay: 200ms;
}

@keyframes arrowmove{

    0%{

        opacity: .8;
        box-shadow: 0 0 35px 20px rgba(50, 50, 50, 0.05), 0 0 10px 10px rgba(50, 50, 50, 0.065) inset;;
        transform: translateY(0)
    }

    100%{

        opacity: 0;
        transform: translateY(80px);
        filter: blur(3px);
        
        }
}

.conterfile{

    display: none;
}

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


    .photos{

        width: 650px;
    }
    
    .photos h1{

        font-size: 14pt;
    }

    .photos h2{
        font-size: 12pt;
    }

    .me{

        display: grid;
        grid-template-rows: [line] 35svh [line] 525px [line];
        margin-top: 50px;
    }

    .gallery{

        order: 2;

        max-width: 875px;
        margin: unset;
        margin-top: 51px;
        margin-left: 21vw;
    }

    .gallery img{

        filter: grayscale(1);
    }

    .gallery img:hover{

        filter: grayscale(0.25) sepia(0.5);
    }
    
    .conterfile{

        display: flex;
        flex-direction: column;
        flex-wrap: wrap;

        width: fit-content;
        height: fit-content;

        align-self: center;
        justify-self: center;
    }

    .conterfile img{

        width: 15rem;
        height: 15rem;
        border-radius: 50%;

        margin:  25px 0 25px 0;

        filter: grayscale(1);
        border: solid 0.35rem #b1b1b1;
        border-radius: 50%;
        box-shadow: 0 0 25px 5px #3e3e3e;

        justify-self: center;
    }
}

@media (max-width: 1919px) {

    .photos{

        width: 650px;
    }
    
    .photos h1{

        font-size: 14pt;
    }

    .photos h2{
        font-size: 12pt;
    }

    .me{

        display: grid;
        grid-template-columns: [line] 65% [line] 35% [line];
        margin-top: 50px;
    }

    .gallery{

        max-width: 875px;
        margin: unset;
        justify-self: end;
        margin-right: 8vw;
        margin-top: 51px;
    }

    .gallery img{

        filter: grayscale(1);
    }

    .gallery img:hover{

        filter: grayscale(0.25) sepia(0.5);
    }
    
    .conterfile{

        display: flex;
        flex-direction: column;
        flex-wrap: wrap;

        width: 500px;
        height: fit-content;

        align-self: center;
        justify-content: center;
    }

    .conterfile img{

        width: 15rem;
        height: 15rem;
        border-radius: 50%;

        margin:  25px 0 25px -75px;

        filter: grayscale(1);
        border: solid 0.35rem #b1b1b1;
        border-radius: 50%;
        box-shadow: 0 0 25px 5px #3e3e3e;
    }
}

@media (max-width: 1919px) {

    .photos{

        width: 650px;
    }
    
    .photos h1{

        font-size: 14pt;
    }

    .photos h2{
        font-size: 12pt;
    }

    .gallery img{

        filter: grayscale(1);
    }
}

@media (max-width: 1439px) {

    .photos{

        width: 650px;
    }
    
    .photos h1{

        font-size: 14pt;
    }

    .photos h2{
        font-size: 12pt;
    }

    .gallery img{

        filter: grayscale(0);
    }
}

@media (max-width: 1024px) {

    .photos h1{

        font-size: 14pt;
        margin-top: 50px;
    }

    .photos h2 {

        font-size: 12pt;
    }

    .gallery{

        width: 675px;

        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
        gap: 0;

        margin: auto;

        margin-top: 35px;
    }

    .gallery img{

        width: 168px;
        height: 168px;
        margin: auto;
        padding: 10px 10px 10px 10px;
        
        filter: grayscale(0);
    }
}

@media (max-width: 875px){

    .photos{

        width: 75vw;
    }

    .photos h1{

        font-size: 14pt;
        margin-top: 50px;
    }

    .photos h2 {

        font-size: 12pt;
    }

    .gallery{

        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        max-width: 500px;
        margin: 25 auto 0 auto;
    }

    .gallery img{

        max-width: 120px;
        max-height: 120px;

        padding: 1vw 1vw 1vw 1vw;
        border-radius: 12px;

        filter: grayscale(0);
    }
}

@media (max-width: 575px){

    .photos{

        width: 92vw;
    }

    .photos h1{

        margin-top: 20px;
    }

    .photos p{

        text-align: justify;
        margin-bottom: 5px;
    }

    .gallery{

        grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
        max-width: 92vw;
        margin: 8px auto 0 auto;        
    }

    .gallery img{

        max-width: 115px;
        max-height: 115px;

        padding: 3px 3px 3px 3px;

        border-radius: 10px;

        filter: grayscale(0);
    }
}



/*-----ARROW-ICON-----*/


.arrow-icon{

    z-index: 5;
    display: none;
}

.arrow-icon span{

    display: none;
}

@media (min-width: 1920px){

    .arrow-icon{

        display: unset;
        position: relative;
        opacity: .8;
    }

    .arrow-icon span{

        display: block;

        white-space: unset;

        font-size: 2rem;
        color: rgba(255, 99, 71, 0.341);

        position: absolute;
        
        top: -475px;
        left: 43vw;

        text-align: right;
    }
    
    .arrow-icon img{

        position: absolute;
       
        width: 51px;
        height: auto;

        padding: 10px 0 10px 0;

        top: -165px;
        left: 53vw;

        border: 2px solid rgb(225, 225, 225);
        border-radius: 36px;
        
        opacity: .8;
        box-shadow: 0 0 35px 20px rgba(50, 50, 50, 0.05), 0 0 10px 10px rgba(50, 50, 50, 0.065) inset;;
    }
}

@media (min-width: 1440px) and (max-width: 1919px){

    .arrow-icon{

        display: unset;
        position: relative;
        opacity: .8;
    }
    
    .arrow-icon img{

        position: absolute;
       
        width: 51px;
        height: auto;

        padding: 10px 0 10px 0;

        top: -375px;
        left: 1000px;

        border: 2px solid rgb(225, 225, 225);
        border-radius: 36px;
        
        opacity: .8;
        box-shadow: 0 0 35px 20px rgba(50, 50, 50, 0.05), 0 0 10px 10px rgba(50, 50, 50, 0.065) inset;;
    }
}


/*-----LIGHTBOX-----*/

.close-lightbox1,
.close-lightbox2,
.close-lightbox3,
.close-lightbox4,
.close-lightbox5,
.close-lightbox6,
.close-lightbox7,
.close-lightbox8,
.close-lightbox9,
.close-lightbox10{

    text-decoration: none;

    align-self: self-end;
    padding: 8px 20px;

    border: solid 2px #354d94;
    border-radius: 18px;

    color: #fff;
    background-color: rgba(53, 77, 148, 0.12);

    /*font-family: 'Red Detail';*/
    font-size: 0.65em;
    letter-spacing: 0.15em;

    display: flex;
    flex-direction: row;
    gap: 8px;

    align-items: center;
}

.close-svg{

    height: 18px;
    width: auto;
}

.close-lightbox1:hover,
.close-lightbox2:hover,
.close-lightbox3:hover,
.close-lightbox4:hover,
.close-lightbox5:hover,
.close-lightbox6:hover,
.close-lightbox7:hover,
.close-lightbox8:hover,
.close-lightbox9:hover,
.close-lightbox10:hover{

    animation: pulse 1.4s ease-in-out infinite;
}

@media (pointer: coarse) {

    .close-lightbox1:hover{

        animation: none;
    }
}

@keyframes pulse{

    0%{
        box-shadow: 0 0 5px #354d94;
        box-shadow: 0 0 5px #354d94;
        box-shadow: 0 0 12px #354d94;
    }
}


.lightbox1,
.lightbox2,
.lightbox3,
.lightbox4,
.lightbox5,
.lightbox6,
.lightbox7,
.lightbox8,
.lightbox9,
.lightbox10{

    opacity: 0;

    background-color: rgba(8, 10, 15, 0.95);
    
    position: fixed;
    z-index: -1;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100svh;

    display: flex;
    justify-content: center;
    align-items: center;
}

.lightbox1.open,
.lightbox2.open,
.lightbox3.open,
.lightbox4.open,
.lightbox5.open,
.lightbox6.open,
.lightbox7.open,
.lightbox8.open,
.lightbox9.open,
.lightbox10.open{

    opacity: 1;
    z-index: 1001;
}

.pic1-large,
.pic4-large,
.pic5-large,
.pic7-large,
.pic10-large{

    max-width: 850px;
    height: auto;
    
    border-radius: 12px;  
    
    filter: grayscale(0);
}

.pic2-large,
.pic6-large,
.pic8-large{

    width: auto;
    max-height: 700px;
        
    border-radius: 12px;  
    
    filter: grayscale(0);
}

.pic3-large,
.pic9-large{

    width: 800px;
    height: auto;
            
    border-radius: 12px;  
    
    filter: grayscale(0);
}

.lightbox1-inner,
.lightbox2-inner,
.lightbox3-inner,
.lightbox4-inner,
.lightbox5-inner,
.lightbox6-inner,
.lightbox7-inner,
.lightbox8-inner,
.lightbox9-inner,
.lightbox10-inner{

    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 1425px){

    .pic1-large,
    .pic4-large,
    .pic5-large,
    .pic7-large,
    .pic10-large{

        max-width: 500px;
        height: auto;
        
        border-radius: 12px;  
        
        filter: grayscale(0);
    }

    .pic2-large,
    .pic6-large,
    .pic8-large{

        width: auto;
        max-height: 475px;
            
        border-radius: 12px;  
        
        filter: grayscale(0);
    }

    .pic3-large,
    .pic9-large{

        width: 500px;
        height: auto;
                
        border-radius: 12px;  
        
        filter: grayscale(0);
    }
    
    .close-lightbox1,
    .close-lightbox2,
    .close-lightbox3,
    .close-lightbox4,
    .close-lightbox5,
    .close-lightbox6,
    .close-lightbox7,
    .close-lightbox8,
    .close-lightbox9,
    .close-lightbox10{

        padding: 6px 18px;

        border: solid 2px #354d94;
        border-radius: 15px;

        font-size: 0.6em;

        gap: 6px;
    }
}

@media (max-width: 1024px){

    .pic1-large,
    .pic4-large,
    .pic5-large,
    .pic7-large,
    .pic10-large{

        max-width: 500px;
        height: auto;
        
        border-radius: 12px;  
        
        filter: grayscale(0);
    }

    .pic2-large,
    .pic6-large,
    .pic8-large{

        width: auto;
        max-height: 475px;
            
        border-radius: 12px;  
        
        filter: grayscale(0);
    }

    .pic3-large,
    .pic9-large{

        width: 500px;
        height: auto;
                
        border-radius: 12px;  
        
        filter: grayscale(0);
    }
    
    .close-lightbox1,
    .close-lightbox2,
    .close-lightbox3,
    .close-lightbox4,
    .close-lightbox5,
    .close-lightbox6,
    .close-lightbox7,
    .close-lightbox8,
    .close-lightbox9,
    .close-lightbox10{

        padding: 5px 15px;

        border: solid 2px #354d94;
        border-radius: 12px;

        font-size: 0.52em;

        gap: 5px;
    }
}


@media (max-width: 800px){

    .pic1-large,
    .pic4-large,
    .pic5-large,
    .pic7-large,
    .pic10-large{

        max-width: 350px;
        height: auto;
        
        border-radius: 12px;  
        
        filter: grayscale(0);
    }

    .pic2-large,
    .pic6-large,
    .pic8-large{

        width: auto;
        max-height: 425px;
            
        border-radius: 12px;  
        
        filter: grayscale(0);
    }

    .pic3-large,
    .pic9-large{

        width: 350px;
        height: auto;
                
        border-radius: 12px;  
        
        filter: grayscale(0);
    }
}


@media (max-width: 500px){

    .pic1-large,
    .pic4-large,
    .pic5-large,
    .pic7-large,
    .pic10-large{

        max-width: 300px;
        height: auto;
        
        border-radius: 12px;  
        
        filter: grayscale(0);
    }

    .pic3-large,
    .pic9-large{

        width: 300px;
        height: auto;
                
        border-radius: 12px;  
        
        filter: grayscale(0);
    }
}


/*-----MUSIC RESPONSIVE-----*/

.music{

    display: flex;
    flex-direction: column;
    margin: auto;

    width: 650px;
}

.music h1{

    margin-top: 75px;
}

.music h2{

    margin: 0 0 15pt 0;
}

.music p{

    margin: 0 0 8pt 0;
}

.music p:last-child{

    margin: 0;
}

.music h1,
.music h2{

    text-align: center;
}

.songs{

    display: flex;
    flex-direction: row;
    margin: 58px auto 0 auto;
    flex-wrap: wrap;
    gap: 15px;

    max-width: 1317px;
}

.player-1{

    position: relative;

    display: flex;
    flex-direction: column;

    max-width: 835px;
    height: 282px;
    
    border: solid 1px rgba(181, 181, 181, 0.2);
    border-radius: 15px;
    padding: 18px 20px 18px 20px;

    background-color: rgba(255, 255, 255, 0.075);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 30px;

    overflow: hidden;
}

.music:last-child{

    top: -20px;
}

.cover-1 img{

    height: 125px;
    width: auto;

    border-radius: 8px;

    transition: transform 0.3s ease;
    filter: opacity(0.75);
}

.cover-1 img:hover{

    transform: scale(1.015);
    filter: grayscale(1);
}

@media (pointer: coarse) {

    .cover-1 img:hover{

        transform: scale(1);
        filter: grayscale(1);
    }
}

.upper-card{

    position: absolute;

    width: 400px;
    height: 121px;
    top: 121px;
    left: 0;

    padding: 8px 0 8px 0;

    background-color: rgba(38, 38, 38, 0.21);
    border-top: solid 1px rgba(181, 181, 181, 0.2);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.player-flex{

    display: flex;
    flex-direction: row;
}

.album-ingredients{

    display: block;

    height: 200px;

    overflow: hidden;
    margin: 0 18px 0 48px;
}

.album-ingredients p,
.album-ingredients h3{

    font-weight: normal;
    font-size: 11pt;
    margin-top: 8px;
}

.album-ingredients h3{

    color: #fff;
}

audio{

    width: 245px;
    margin: 8px 0 0 20px;

    cursor: pointer;
}

audio::-webkit-media-controls-panel {

    background-color: rgb(168, 168, 168);
}

.cover-text{

    width: 300px;
    margin: 0 auto 0 40px;
}

.cover-text h2{

    font-family: 'Red Detail';
    font-weight: normal;
    font-size: 10pt;
    color: rgb(225, 225, 225);
}

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

    .songs{

        max-width: 1465px;
        gap: 45px;
        margin: 13svh auto 0 auto;

        justify-self: center;
    }

    .music h1{

        margin-top: 13svh;
        font-size: 14pt;
    }

    .music h2{
        font-size: 12pt;
    }

    .player-1{

        max-width: 710px;
        height: 320px;
    }

    .upper-card{

        width: 1000px;
    }

    .player-flex{

        display: flex;
        flex-direction: row;
    }

    .upper-card{

        position: absolute;

        top: 195px;
        padding: 21px 0 0 0;

    }
    
    .album-ingredients{

        display: block;

        height: 175px;

        overflow: hidden;
        margin: 0 18px 0 48px;
    }

    .album-ingredients p{

        margin-top: 8px;
    }

    audio{

        display: flex;

        width: 710px;
        margin: 0;
        padding: 8px 20px 0 20px;
    }

    .cover-1 img{

        filter: opacity(0.75) grayscale(1);
    }

    .cover-1 img:hover{

        transform: scale(1.015) translateX(30px);
        filter: opacity(1) grayscale(0);
    }    
}


@media (max-width: 1919px) {

    .songs{

        max-width: 1000px;
        gap: 45px;

        justify-self: center;
    }

    .music h1{

        font-size: 14pt;
    }

    .music h2{
        font-size: 12pt;
    }

    .player-1{

        max-width: 1000px;
        height: 316px;
    }

    .upper-card{

        width: 1000px;
        top: 185px;
        padding: 21px 0 0 0;
    }

    .player-flex{

        display: flex;
        flex-direction: row;
    }

    .album-ingredients{

        display: block;

        height: 125px;

        overflow: hidden;
        margin: 0 18px 0 48px;
    }

    .album-ingredients p{

        margin-top: 8px;
    }

    audio{

        display: flex;

        width: 1000px;
        margin: 0;
        padding: 8px 20px 0 20px;
    }

    .cover-1 img{

        filter: opacity(0.75) grayscale(1);
    }

    .cover-1 img:hover{

        transform: scale(1.015) translateX(30px);
        filter: opacity(1) grayscale(0);
    }
}

@media (max-width: 1439px) {

    .songs{

        width: 835px;
        gap: 45px;
    }

    .music h1{

        font-size: 14pt;
    }

    .music h2{
        font-size: 12pt;
    }

    .player-1{

        height: fit-content;
    }


    .player-flex{

        display: flex;
        flex-direction: row;
    }

    .album-ingredients{

        display: block;

        height: 315px;

        overflow: hidden;
        margin: 0 18px 0 48px;
    }

    .album-ingredients p{

        margin-top: 8px;
    }

    audio{

        display: flex;

        width: 835px;
        margin: 0;
        padding: 21px 20px 0 20px;
    }

    .cover-1 img{

        filter: opacity(0.75) grayscale(0);
    }

    .cover-1 img:hover{

        transform: scale(1.015) translateX(30px);
        filter: opacity(1) grayscale(0);
    }

    .upper-card{

        top: 215px;
        padding: 21px 0 0 0;
    }
}

@media (max-width: 1023px) {

    .songs{

        width: 672px;
        gap: 45px;
    }

    .music h1{

        font-size: 14pt;
    }

    .music h2{
        font-size: 12pt;
    }

    .player-1,
    .cover-1,
    .upper-card{

        width: 100%;
    }

    audio{

        display: flex;

        width: 632px;
        margin: 8px 20px 0 20px;
    }

    .cover-1 img{

        filter: opacity(0.75) grayscale(0);
    }
}

@media (max-width: 874px) {

    .songs{

        gap: 45px
    }

    .music{

        width: 72%;
    }

    .music h1{

        font-size: 14pt;
        margin-top: 35px;
    }

    .music h2{

        font-size: 12pt;
    }

    .songs{

        width: 500px;
    }

    .player-1,
    .cover-1,
    .upper-card{

        width: 100%;
    }

    .album-ingredients{
    
        display: none;
    }    
    
    audio{

        display: flex;

        width: 460px;
        margin: 8px 20px 0 20px;
    }

    .cover-1 img:hover{

        transform: scale(1.015) translateX(30px);
        filter: opacity(1) grayscale(0);
    }
}

@media (max-width: 568px){

    .music{

        width: 92vw;
    }

    .music h1{

        font-size: 14pt;
        margin-top: 35px;
    }

    .music h2{

        font-size: 12pt;
    }

    .songs{

        width: 92%;
        margin: 35px 4% 0 4%;
        gap: 45px;
    }

    .player-1,
    .cover-1,
    .cover-2,
    .cover-3,
    .upper-card{

        width: 100%;
    }

    .album-ingredients{
    
        display: none;
    }    

    audio{

        display: flex;

        width: 82%;
        margin: 8px auto 0 auto;
    }

    .cover-1 img:hover{

        transform: scale(1.015) translateX(30px);
        filter: opacity(1) grayscale(0);
    }
}



/*-----FOOTER RESPONSIVE-----*/

.footer{

    display: flex;
    flex-direction: column;

    width: 100px;
    height: auto;

    margin: auto;

    padding-top: 95px;
    padding-bottom: 35px;
}

.footer img{

    background-size: cover;
    background-position: center;
}

@media (min-width: 1024px) {
    
    .footer{

        display: flex;
        flex-direction: column;

        width: 115px;
        height: auto;

    }

    .footer img{

        background-size: cover;
        background-position: center;
    }
}


/*-----END-----*/