@font-face {
    font-family: "BeaufortforLOL-Bold";
    src: url("../fonts/BeaufortforLOL-Bold.otf");
}
@font-face {
    font-family: "BeaufortforLOL-Regular";
    src: url("../fonts/BeaufortforLOL-Regular.otf");
}

@font-face {
    font-family: "Spiegel-Regular";
    src: url("../fonts/Spiegel-Regular.otf");
  }
  
*{
    background-color: #33322D;
}
main{
    overflow-x: hidden;
}
h1{
    font-family: "BeaufortforLOL-Regular";
    font-weight: normal; 
}

h2{
    font-family: "BeaufortforLOL-Bold";
    font-weight: normal;
}

body{
    font-family: "Spiegel-Regular";
    font-weight: normal;
    color: #FEF4EA;
}




a {
color: #FEF4EA;
text-decoration: none;
}
    
a:hover {
color: #C9A048;
text-decoration: underline;
transition: .4s linear
}



ul{
    list-style-type: none;
    font-size: 16px;
}

.cred{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: initial;
}

.cred-link:link {
    color: #FEF4EA;
    text-decoration: underline; 
  }


header{
    border-bottom: 1px solid #C9A048;
}

footer{
    border-top: 1px solid #C9A048;
}
p{
    margin-bottom: 0px;
}

.kedis{
    font-family: "BeaufortforLOL-Bold";
    text-transform: uppercase;
    cursor: pointer;
    --b: 3px;   /* border thickness */
    --s: .15em; /* size of the corner */
    --c: #FEF4EA;
    
    padding: calc(.05em + var(--s)) calc(.3em + var(--s));
    color: var(--c);
    --_p: var(--s);
    background:
    conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--c) 0)
    var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));

    transition: .3s linear, color 0s;
    outline: var(--b) solid #0000;
    outline-offset: .2em;
    text-transform: uppercase;

}
.kedis:hover,
.kedis:focus-visible{
  --_p: 0px;
  outline-color: var(--c);
  outline-offset: .05em;
}
button:active {
  background: var(--c);
  color: #FEF4EA;
}


.btn{
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 47px;
    
    --b: 3px;   /* border thickness */
    --s: .15em; /* size of the corner */
    --c: #C9A048;
    
    padding: calc(.05em + var(--s)) calc(.3em + var(--s));
    color: var(--c);
    --_p: var(--s);
    background:
      conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--c) 0)
      var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p)) ;
    transition: .3s linear, color 0s;
    outline: var(--b) solid #0000;
    outline-offset: .2em;
    text-transform: uppercase;


}
.btn:hover,
.btn:focus-visible{
    text-decoration: none;
  --_p: 0px;
  outline-color: var(--c);
  outline-offset: .05em;
}
button:active {
  background: var(--c);
  color: #FEF4EA;
}

.svg-dwt,
.svg-mail,
.svg-insta,
.svg-github {
    transition: transform 0.3s;
}

.svg-dwt:hover,
.svg-mail:hover,
.svg-insta:hover,
.svg-github:hover {
    transform: translateY(5px); 
}

    footer ul {
        display: flex;
        flex-wrap: wrap;
    }

@media (max-width: 599px) {

.btn{
    font-size: 31px;
}

body{
    font-size: 19px;
    margin-left: 20px;
    margin-right: 20px;
}

ul{ 
    font-family: "BeaufortforLOL-Regular";
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    font-size: 16px;
}
.p_copia img{
    max-width: 50%;
    margin-top: 19px;
    border-radius: 19px;
}
.p_copia{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h1{
    font-family: "BeaufortforLOL-Bold";
    font-size: 16px;
}
h2{
   font-size: 31px;
   margin-top: 62px;
   margin-bottom: 0px;
}
p{
    margin-top: 19px;
}

footer{
    padding-top: 10px;
    margin-top: 62px;
}
.svg-dwt{
    width: 35px;
    height: 25px;  
}

.svg-mail{
    width: 35px;
    height: 35px;
}

.svg-insta{
    height: 35px;
    width: 36px;
}
.svg-github{
    height: 35px;
    width: 37px;
}

.kedis{
    margin-top: 44px;
    font-size: 44px;
    position: relative;
    display: inline-block;
}
.kedis::after {
    content: "";
    background-image: url('../images/samurai_B.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px; 
    position: absolute;
    top: 18px;
    right: -100px; 
}
}



@media (min-width: 600px){
    p{
        margin-top: 20px;
    }
    body{
        font-size: 20px;
        margin-left: 40px;
        margin-right: 40px;
    }
    ul{ 
        font-family: "BeaufortforLOL-Regular";
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px;
        font-size: 25px;
    }

    .p_copia{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
        .p_copia img{
        max-width: 50%;
        border-radius: 20px;
    }
    h1{
        font-family: "BeaufortforLOL-Bold";
        font-size: 25px;
    }
    h2{
        font-size: 38px;
        margin-top: 76px;
        margin-bottom: 0px;
     }

     footer{
        padding-top: 10px;
        margin-top: 76px;
    }

    .svg-dwt{
        width: 50px;
        height: 40px;  
    }
    
    .svg-mail{
        width: 40px;
        height: 40px;
    }
    
    .svg-insta{
        height: 40px;
        width: 41px;
    }
    .svg-github{
        height: 40px;
        width: 42px;
    }

    .intro{
        margin-right: 40%;
    }

    .dwt{
        margin-right: 40%;
    }

    .game{
        text-align: right;
        margin-left: 40%;
    }

    .esports{
        text-align: right;
        margin-left: 40%;
    }

    .music{
        text-align: right;
        margin-left: 40%;
    }

    .pasta{
        margin-right: 40%;
    }

    .ambitions{
        margin-right: 40%;
    }
    

    .p_title{
        margin-top: 218px;
    }

    .p_title::before{
        content: "";
        background: url('../images/brush_1.svg') no-repeat;
        background-size: cover;
        width: 100%;
        height: 5%;
        position: absolute;
        left: 0;
        top: 600px;
    }



.kedis{
    margin-top: 109px;
    font-size: 109px;
    position: relative;
    display: inline-block;
}

.kedis::after {
    content: "";
    background-image: url('../images/samurai_B.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 225px;
    height: 225px;
    position: absolute;
    top: 30px;
    right: -320px;


}

.intro::after{
    content: "";
    background-image: url('../images/brush_rond.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 525px; 
    height: 525px;
    position: absolute;
    top: 100px;
    left: 80px;
    z-index: 1;
}
.game::before {
    content: "";
    background-image: url('../images/samurai_B.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px; 
    height: 300px;
    position: absolute;
    right: -50px;
    top: 270px;
}
.dwt::after{
    content: "";
    background-image: url('../images/makushimu.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 400px; 
    height: 400px; 
    position: absolute;
    top: 850px;
    left: 150px;
}
    
}

@media (min-width: 990px){

    p{
        margin-top: 25px;
        line-height: 150%;
    }
    .p_copia{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        
    }
    .p_title{
        margin-top: 218px;
    }

    .p_title::before{
        content: "";
        background: url('../images/brush_1.svg') no-repeat;
        background-size: cover;
        width: 100%;
        height: 5%;
        position: absolute;
        left: 0;
        top: 800px;
    }

    .p_copia img{
        max-width: 40%;
        margin-left: 109px;
        border-radius: 25px;
    }

    .kedis{
        margin-top: 136px;
        font-size: 136px; 
        position: relative;
        display: inline-block;
    }
.kedis::after {
    content: "";
    background-image: url('../images/samurai_B.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 230px; 
    height: 230px;
    position: absolute;
    top: 65px;
    right: -400px; 
}

.intro::after{
    content: "";
    background-image: url('../images/brush_rond.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 625px;
    height: 625px; 
    position: absolute;
    top: 50px;
    left: 200px;
    z-index: 1;
}
.game::before {
    content: "";
    background-image: url('../images/samurai_B.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 300px;
    position: absolute;
    right: -50px;
    top: 230px;
}
.dwt::after{
    content: "";
    background-image: url('../images/makushimu.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 450px; 
    height: 450px; 
    position: absolute;
    top: 700px;
    left: 200px;
}
}








@media (min-width: 1385px){
    


    body{
        font-size: 25px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .header {
        position: relative;
        z-index: 2; 
    }
    ul {
        position: relative; 
        z-index: 3; 
    }

    ul{ 
        font-family: "BeaufortforLOL-Regular";
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px;
        font-size: 31px;
    }
    .p_copia{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        
    }
    .p_title{
        margin-top: 516px;
    }

    .p_title::before{
        content: "";
        background: url('../images/brush_1.svg') no-repeat;
        background-size: cover;
        width: 100%;
        height: 10%;
        position: absolute;
        left: 0;
        top: 1100px;
    }

    .p_copia img{
        max-width: 40%;
        margin-left: 208px;
        border-radius: 25px;
    }



    h1{
        font-family: "BeaufortforLOL-Bold";
        font-size: 31px;
    }

    h2{
        font-size: 47px;
        margin-top: 94px;
        margin-bottom: 0px;
     }

     footer{
        padding-top: 10px;
        margin-top: 94px;
    }
    .svg-dwt{
        width: 50px;
        height: 40px;  
    }
    .svg-mail{
        width: 50px;
        height: 50px;
    }
    
    .svg-insta{
        height: 50px;
        width: 51px;
    }

    .svg-github{
        height: 50px;
        width: 52px;
    }

    .intro{
        margin-right: 60%;
        z-index: 2;
    }

    .dwt{
        margin-right: 60%;
    }

    .game{
        text-align: right;
        margin-left: 60%;
    }

    .esports{
        text-align: right;
        margin-left: 60%;
    }

    .music{
        text-align: right;
        margin-left: 60%;
    }

    .pasta{
        margin-right: 60%;
    }

    .ambitions{
        margin-right: 60%;
    }

    .kedis{
        margin-top: 168px;
        font-size: 168px; 
        position: relative;
        display: inline-block;
    }
    .kedis::after {
        content: "";
        background-image: url('../images/samurai_B.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 425px; 
        height: 425px; 
        position: absolute;
        top: 60px;
        right: -600px;

    }

    .intro::after{
        content: "";
        background-image: url('../images/brush_rond.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 1025px;
        height: 1025px;
        position: absolute;
        top: 50px;
        left: 60px;
        z-index: 1;
    }
    .game::before {
        content: "";
        background-image: url('../images/samurai_B.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 425px; 
        height: 425px; 
        position: absolute;
        right: 0px;
        top: 270px;
    }
    .dwt::after{
        content: "";
        background-image: url('../images/makushimu.svg');
        background-size: contain;
        background-repeat: no-repeat;
        width: 625px; 
        height: 625px; 
        position: absolute;
        top: 900px;
        left: 200px;
    }

}