:root{
    --wSilver: #bfced9;
    --wGreen: #6de15b;
    --wBlue: #88aaf3;
    --wGold: #eaca45;
    --wBronze: #d5ab2e;
    --wBlack: #212121;
}  
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
}
body{
    overflow-x: hidden;
    background-color: var(--wBlack);
}
section{
    position: relative;
    z-index: 10;
}
#vanta{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9;
    opacity: 0.1;
}
header{
    z-index: 11;
    position: fixed;
    top: 0;
    left: 2.5vw;
    width: 95vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: transform 0.25s ease-in-out;
    border-radius: 0 0 25px 25px;
    background: var(--wBlack);
}
.h-l{
    width: 10%;
    min-width: 70px;
    display: grid;
    place-items: center;
}
.h-l img{
    width: max(5vw, 90px);
    height: max(5vw, 90px);
    min-height: 70px;
    min-width: 70px;
    object-fit: contain;
}
.h-r{
    width: 60%;
    min-width: 280px;
    margin: 0 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.h-r a{
    color: var(--wGold);
    font-weight: 600;
    font-size: max(1vw, 10px);
    text-decoration: none;
    margin: max(1.5vw, 15px);
    background: transparent;
    position: relative;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--wGold);
    padding: 0 max(1vw, 10px);
    border-radius: max(3vw, 30px);
    height: max(3.5vw, 35px);
    max-width: max(12vw, 120px);
    box-shadow: 0 max(1vw, 10px) max(3vw, 30px) #eac94552;
}
.h-r a img{
    width: max(2vw, 30px);
    height: max(2vw, 30px);
    margin-right: max(0.5vw, 5px);
}
.h-r a:hover{
    background: var(--wGold);
    color: var(--wBlack);
    box-shadow: none;
}
.h-r-e{
    width: 10%;
}
.h-r-m {
    display: none;
    position: relative;
}
.header-btn {
    background: none;
    border: none;
    padding: 10px;
    color: #fff;
    border-radius: 50%;
    margin: 0 20px;
    height: 40px;
    width: 40px;
    position: relative;
    top: calc(50% - 20px);
    cursor: pointer;
    transform: rotate(0deg);
    transition: transform 0.25s ease-in-out;
    background: url('./assets/menu.png') no-repeat center/cover, transparent;
}
.header-dropdown {
    display: none;
    position: relative;
    transition: all 0.25s ease-in-out;
    transform: translateX(10%);
}
.h-r-m div {
    position: absolute;
    top: calc(100% + 30px);
    right: 10%;
    background: var(--wBlack);
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: max(0.5vw, 5px);
}
.h-r-m div a {
    padding: max(0.5vw, 5px);
    font-size: max(1.5vw, 15px);
    width: 100%;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    color: white;
}
@media all and (max-width:1100px) {
    header{
        height: max-content;
        width: 100vw;
        left: 0;
    }
    .h-r-m {
        display: block;
    }
    .h-r, .h-r-e {
        display: none;
    }
    .h-l img{
        width: max(4vw, 50px);
        height: max(4vw, 50px);
    }

}

.s1{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    color: white;
    margin-top: max(7vw, 130px);
}
.s1 img{
    width: max(25vw, 250px);
    height: max(25vw, 250px);
    object-fit: contain;
}
.s1 span{
    width: max(60%, 250px);
}
.s1 span a{
    padding: max(1vw, 10px);
    border-radius: max(4vw, 40px);
    border: 2px solid var(--wGold);
    background: var(--wGold);
    font-weight: 600;
    font-size: max(1.1vw, 11px);
    text-decoration: none;
    color: black;
    margin: max(2vw, 20px) auto;    
    text-align: center;
    display: block;
    width: max-content;
    box-shadow: 0 max(1vw, 10px) max(3vw, 30px) #eac94552;
    transition: all 0.25s ease-in-out;
}
.s1 span h1{
    font-size: max(3.5vw, 35px);
}
.s1 span h4{
    color: var(--wGold);
    font-size: max(1.4vw, 14px);
}
.s1 span p{
    font-size: max(1.4vw, 14px);
    line-height: 150%;
}
.s1 h2{
    font-size: max(2vw, 20px);
    font-weight: 400;
    color: var(--wGold);
}

.s2{
    width: 100%;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.s2-t{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: max(1vw, 10px) auto;
}
.s2-t img{
    width: max(30%, 250px);
}
.s2-t img:nth-child(1){
    width: max(20%, 150px);
    object-fit: contain;
}
.s2 span{
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.s2 span p{
    font-weight: 600;
    font-size: max(1.5vw, 15px);
    margin: max(1vw, 10px);
}
.s2 a{
    padding: max(1vw, 10px);
    border-radius: max(2vw, 20px);
    border: 2px solid var(--wGold);
    background: var(--wGold);
    font-weight: 600;
    font-size: max(1.1vw, 11px);
    text-decoration: none;
    color: black;
    margin: max(2vw, 20px) auto;
    box-shadow: 0 max(1vw, 10px) max(3vw, 30px) #eac94552;
    transition: all 0.25s ease-in-out;
}

.s3{
    width: 100%;
    min-height: 80vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.s3-l{
    width: max(40%, 250px);
    color: white;
    padding: max(3.5vw, 15px);
}
.s3-l h1{
    position: relative;
    font-size: max(3vw, 30px);
}
.s3-l h1::before{
    content: '';
    position: absolute;
    top: -50%;
    left: 0;
    width: max(2vw, 20px);
    height: max(2vw, 20px);
    border-radius: 50%;
    background: var(--wGold);
}
.s3-l p{
    line-height: 150%;
    font-size: max(1.3vw, 13px);
    margin-top: max(1vw, 10px);
}
.s3-l p b{
    color: var(--wBronze);
}
.s3-r{
    width: max(60%, 250px);
}
.s3-r img{
    width: 100%;
}

.s4{
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: stretch;
    justify-content: center;
}
.s4-l{
    width: max(60%, 250px);
    min-height: 50vh;
    background: url('./assets/s4.png') no-repeat center/contain;
}
.s4-l img{
    width: 100%;
    border-radius: 50%;
    object-fit: contain;
    display: none;
}
.s4-r{
    width: max(40%, 250px);
    color: white;
    padding: max(3.5vw, 15px);
}
.s4-r h1{
    font-size: max(3vw, 30px);
}
.s4-r h2{
    font-size: max(1.5vw, 15px);
    font-weight: 500;
    color: var(--wGold);
}
.s4-r p{
    font-size: max(1.1vw, 11px);
    line-height: 150%;
}
.s4-r p b{
    font-weight: 600;
    margin: max(2vw, 20px) 0;
    color: var(--wBlue);
}


.s5{
    width: 100%;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}
.s5 img{
    width: max(25vw, 250px);
    height: max(25vw, 250px);
    object-fit: cover;
}
.s5 h1{
    font-size: max(3vw, 30px);
}
.s5 p{
    font-size: max(1.3vw, 13px);
    width: max(65%, 250px);
    margin: max(1vw, 10px) 0;
    line-height: 150%;
}
.s5 a{
    padding: max(0.5vw, 5px);
    border-radius: max(2vw, 20px);
    border: 2px solid var(--wGold);
    background: var(--wGold);
    font-weight: 600;
    font-size: max(1.1vw, 11px);
    text-decoration: none;
    color: black;
    margin: max(2vw, 20px) auto;
    width: max(55%, 200px);
    box-shadow: 0 max(1vw, 10px) max(3vw, 30px) #eac94552;
    transition: all 0.25s ease-in-out;
}
.s5 a:hover, .s2 a:hover, .s1 span a:hover{
    box-shadow: none;
    border: 2px solid black;
}

footer{
    width: 100%;
    color: var(--wGold);
    font-size: max(1.4vw, 14px);
    text-align: center;
    padding: max(1vw, 10px);
}


@media all and (max-width:1100px) {
    .s1 span{
        width: 90%;
    }
}

@media all and (max-width:660px) {
    .s3-l, .s4-r {
        width: 95%;
    }
}


@keyframes fadeL {
    0%{
        opacity: 0;
        transform: translateX(-100%);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeR {
    0%{
        opacity: 0;
        transform: translateX(100%);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes fadeU {
    0%{
        opacity: 0;
        transform: translateY(10%);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}