@font-face {
    font-family: Palatino_Bold; /* set name */
    src: url("./assets/fonts/palatino-etext-bold_bigfontsite.com.ttf"); /* url of the font */
}
@font-face {
    font-family: Inter; /* set name */
    src: url("./assets/fonts/Inter-Bold.otf"); /* url of the font */
}


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
section{
    overflow: hidden;
}
#hero{
 
    width: 100vw;
    height: 100vh;
    background-color: #111111;
    /* padding: 0px 60px 0px 0px; */
    color: #ede7e3;
    font-family: Inter;
}
#header{
    height: 10vh;
    width: 100vw;
    /* padding-left: 20px; */
    padding-left: 2vw;
    display: flex;
    /* background-color: burlywood; */
}
#name-title{
    padding-top: 10px;
    font-size: 30px;
    width: 50%;
    
}
#name-title h1{
    letter-spacing: -1px;
    /* background-color: #00a3b3; */
}

#header-links{
    position: relative;
    width: 50%;
    /* background-color: burlywood; */
    text-decoration: none;
    /* padding-top: 40px; */
    
    

}
#header-links ul{
  
    padding-right: 2vw;
    right: 0;
    position: absolute;
    transform: translateY(-30%);
    /* position: relative; */
    top: 50%;
    list-style-type: none;
    text-decoration: none;
    display: flex;
}
#header-links ul li a{
    font-weight: 400;
    color: #ede7e3;
    padding-left: 4vw;
    text-decoration: none;
    font-size: 20px;
}
#hero-text-construction{
    height: 10vh;
    /* background-color: aqua; */
    align-items: center;
    justify-content: center;
  
    color: rgb(75, 75, 75);
}
#hero-text-construction h1{
    color: rgb(50, 50, 50);
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
#the-intro{
    position: relative;
    top: 30%;
    text-align: center;
    text-transform: uppercase;
    height: 41vh;
    /* background-color: rgb(87, 69, 0); */
    width: 100vw;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
}
#intro-text-box{
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    /* background-color: aqua; */
    /* height: 15%; */

}
#supercharged{
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    /* background-color: aliceblue; */
    

}
#supercharged-inner{
    position: relative;
    display: flex;
   
}
#fix-word{
    font-size: 13vw;
    letter-spacing: -10px;
    font-family: Inter;
    line-height: 10vw;
    font-weight: 700;
    white-space: nowrap;
    /* background-color: crimson; */
}
#supercharged h1{
    font-size: 13vw;
    letter-spacing: -10px;
    font-family: Inter;
    line-height: 10vw;
}
#multi-super{
    /* background-color: #ede7e3; */
    position: relative;
    flex-grow: 1;
    /* text-shadow: 1px 0 0 rgba(0, 0, 0, 0); */

 
}
#multi-super::after {
    content: '';
    display: inline-block;
    width: 5px; /* This creates the extra space */
}
.word{
    padding-right: 10px;
    overflow: hidden;
    display: flex;
    font-size: 13vw;
    line-height: 10vw;
    font-weight: 700;
    letter-spacing: -10px;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    /* background-color: cadetblue; */
}

#secpage{
    height: 100vh;
    background-color: #111111;
}








/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
    #hero{
 
        width: 100vw;
        height: 100vh;
        background-color: #111111;
        /* padding: 0px 60px 0px 0px; */
        color: #ede7e3;
        font-family: Inter;
    }
    #header{
        height: 10vh;
        width: 100vw;
        /* padding-left: 20px; */
        padding-left: 2vw;
        display: flex;
        /* background-color: burlywood; */
    }
    #name-title{
        padding-top: 10px;
        font-size: 3vw;
        width: 50%;
        
    }
    #name-title h1{
        letter-spacing: -1px;
        /* background-color: #00a3b3; */
    }
    
    #header-links{
        display: none;
        position: relative;
        width: 50%;
        /* background-color: burlywood; */
        text-decoration: none;
        /* padding-top: 40px; */
        
        
    
    }
    #header-links ul{
      
        padding-right: 2vw;
        right: 0;
        position: absolute;
        transform: translateY(-30%);
        /* position: relative; */
        top: 50%;
        list-style-type: none;
        text-decoration: none;
        display: flex;
    }
    #header-links ul li a{
        font-weight: 400;
        color: #ede7e3;
        padding-left: 4vw;
        text-decoration: none;
        font-size: 20px;
    }
    
    #hero-text-construction{
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        height: 10vh;
        /* background-color: aqua; */
        align-items: center;
        justify-content: center;
        /* color: rgb(75, 75, 75); */
    }
    #hero-text-construction h1{
        color: rgb(50, 50, 50);
        font-size: 15px;
        font-weight: 500;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    #the-intro{
        position: relative;
        top: 42%;
        text-align: center;
        text-transform: uppercase;
        height: 41vh;
        /* background-color: rgb(87, 69, 0); */
        width: 100vw;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
    }
    #intro-text-box{
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        /* background-color: aqua; */
        /* height: 15%; */
    
    }
    #fix-word{

        font-size: 13vw;
        letter-spacing: -4.5px;
        font-family: Inter;
        line-height: 11vw;
        font-weight: 700;
        /* background-color: crimson; */
    }
    .word{

        padding-right: 10px;
        overflow: hidden;
        display: flex;
        font-size: 13.6vw;
        line-height: 11vw;
        font-weight: 700;
        letter-spacing: -5px;
        position: absolute;
        top: 0;
        left: 0;
        /* background-color: cadetblue; */
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #hero{
 
        width: 100vw;
        height: 100vh;
        background-color: #111111;
        /* padding: 0px 60px 0px 0px; */
        color: #ede7e3;
        font-family: Inter;
    }
    #header{
        height: 10vh;
        width: 100vw;
        /* padding-left: 20px; */
        padding-left: 2vw;
        display: flex;
        /* background-color: rgb(135, 222, 166); */
    }
    #name-title{
        padding-top: 10px;
        font-size: 2.8vw;
        width: 50%;
        
    }
    #name-title h1{
        letter-spacing: -1px;
        /* background-color: #00a3b3; */
    }
    
    #header-links{
        display: none;
        position: relative;
        width: 50%;
        /* background-color: burlywood; */
        text-decoration: none;
        /* padding-top: 40px; */
        
        
    
    }
    #header-links ul{
      
        padding-right: 2vw;
        right: 0;
        position: absolute;
        transform: translateY(-30%);
        /* position: relative; */
        top: 50%;
        list-style-type: none;
        text-decoration: none;
        display: flex;
    }
    #header-links ul li a{
        font-weight: 400;
        color: #ede7e3;
        padding-left: 4vw;
        text-decoration: none;
        font-size: 20px;
    }
    
    #hero-text-construction{
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        height: 10vh;
        /* background-color: aqua; */
        align-items: center;
        justify-content: center;
        /* color: rgb(75, 75, 75); */
    }
    #hero-text-construction h1{
        color: rgb(50, 50, 50);
        font-size: 15px;
        font-weight: 500;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    #the-intro{
        position: relative;
        top: 39%;
        text-align: center;
        text-transform: uppercase;
        height: 41vh;
        /* background-color: rgb(87, 69, 0); */
        width: 100vw;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
    }
    #intro-text-box{
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        /* background-color: aqua; */
        /* height: 15%; */
    
    }
    #fix-word{

        font-size: 12vw;
        letter-spacing: -4.5px;
        font-family: Inter;
        line-height: 11vw;
        font-weight: 700;
        /* background-color: crimson; */
    }
    .word{

        padding-right: 10px;
        overflow: hidden;
        display: flex;
        font-size: 13.6vw;
        line-height: 11vw;
        font-weight: 700;
        letter-spacing: -5px;
        position: absolute;
        top: 0;
        left: 0;
        /* background-color: cadetblue; */
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #hero{
 
        width: 100vw;
        height: 100vh;
        background-color: #111111;
        /* padding: 0px 60px 0px 0px; */
        color: #ede7e3;
        font-family: Inter;
    }
    #header{
        height: 10vh;
        width: 100vw;
        /* padding-left: 20px; */
        padding-left: 2vw;
        display: flex;
        /* background-color: rgb(41, 12, 77); */
    }
    #name-title{
        padding-top: 10px;
        font-size: 2vw;
        width: 50%;
        
    }
    #name-title h1{
        letter-spacing: -1px;
        /* background-color: #00a3b3; */
    }
    
    #header-links{
        display: none;
        position: relative;
        width: 50%;
        /* background-color: burlywood; */
        text-decoration: none;
        /* padding-top: 40px; */
        
        
    
    }
    #header-links ul{
      
        padding-right: 2vw;
        right: 0;
        position: absolute;
        transform: translateY(-30%);
        /* position: relative; */
        top: 50%;
        list-style-type: none;
        text-decoration: none;
        display: flex;
    }
    #header-links ul li a{
        font-weight: 400;
        color: #ede7e3;
        padding-left: 4vw;
        text-decoration: none;
        font-size: 20px;
    }
    
    #hero-text-construction{
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        height: 10vh;
        /* background-color: aqua; */
        align-items: center;
        justify-content: center;
        /* color: rgb(75, 75, 75); */
    }
    #hero-text-construction h1{
        color: rgb(50, 50, 50);
        font-size: 15px;
        font-weight: 500;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    #the-intro{
        position: relative;
        top: 35%;
        text-align: center;
        text-transform: uppercase;
        height: 41vh;
        /* background-color: rgb(87, 69, 0); */
        width: 100vw;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
    }
    #intro-text-box{
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        /* background-color: aqua; */
        /* height: 15%; */
    
    }
    #fix-word{

        font-size: 12.7vw;
        letter-spacing: -4.5px;
        font-family: Inter;
        line-height: 11vw;
        font-weight: 700;
        /* background-color: crimson; */
    }
    .word{

        padding-right: 10px;
        overflow: hidden;
        display: flex;
        font-size: 12.7vw;
        line-height: 11vw;
        font-weight: 700;
        letter-spacing: -5px;
        position: absolute;
        top: 0;
        left: 0;
        /* background-color: cadetblue; */
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #hero{
 
        width: 100vw;
        height: 100vh;
        background-color: #111111;
        /* padding: 0px 60px 0px 0px; */
        color: #ede7e3;
        font-family: Inter;
    }
    #header{
        height: 10vh;
        width: 100vw;
        /* padding-left: 20px; */
        padding-left: 2vw;
        display: flex;
        /* background-color: rgb(123, 158, 0); */
    }
    #name-title{
        padding-top: 10px;
        font-size: 2vw;
        width: 50%;
        
    }
    #name-title h1{
        letter-spacing: -1px;
        /* background-color: #00a3b3; */
    }
    
    #header-links{
        /* display: none; */
        position: relative;
        width: 50%;
        /* background-color: burlywood; */
        text-decoration: none;
        /* padding-top: 40px; */
        
        
    
    }
    #header-links ul{
      
        padding-right: 2vw;
        right: 0;
        position: absolute;
        transform: translateY(-30%);
        /* position: relative; */
        top: 50%;
        list-style-type: none;
        text-decoration: none;
        display: flex;
    }
    #header-links ul li a{
        font-weight: 400;
        color: #ede7e3;
        padding-left: 4vw;
        text-decoration: none;
        font-size: 20px;
    }
    
    #hero-text-construction{
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        height: 10vh;
        /* background-color: aqua; */
        align-items: center;
        justify-content: center;
        /* color: rgb(75, 75, 75); */
    }
    #hero-text-construction h1{
        color: rgb(50, 50, 50);
        font-size: 15px;
        font-weight: 500;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    #the-intro{
        position: relative;
        top: 33%;
        text-align: center;
        text-transform: uppercase;
        height: 41vh;
        /* background-color: rgb(87, 69, 0); */
        width: 100vw;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
    }
    #intro-text-box{
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        /* background-color: aqua; */
        /* height: 15%; */
    
    }
    #fix-word{

        font-size: 12.6vw;
        letter-spacing: -4.5px;
        font-family: Inter;
        line-height: 11vw;
        font-weight: 700;
        /* background-color: crimson; */
    }
    .word{

        padding-right: 10px;
        overflow: hidden;
        display: flex;
        font-size: 12.6vw;
        line-height: 11vw;
        font-weight: 700;
        letter-spacing: -5px;
        position: absolute;
        top: 0;
        left: 0;
        /* background-color: cadetblue; */
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #hero{
 
        width: 100vw;
        height: 100vh;
        background-color: #111111;
        /* padding: 0px 60px 0px 0px; */
        color: #ede7e3;
        font-family: Inter;
    }
    #header{
        height: 10vh;
        width: 100vw;
        /* padding-left: 20px; */
        padding-left: 2vw;
        display: flex;
        /* background-color: rgb(191, 0, 255); */
    }
    #name-title{
        padding-top: 10px;
        font-size: 2vw;
        width: 50%;
        
    }
    #name-title h1{
        letter-spacing: -1px;
        /* background-color: #00a3b3; */
    }
    
    #header-links{
        /* display: none; */
        position: relative;
        width: 50%;
        /* background-color: burlywood; */
        text-decoration: none;
        /* padding-top: 40px; */
        
        
    
    }
    #header-links ul{
      
        padding-right: 2vw;
        right: 0;
        position: absolute;
        transform: translateY(-30%);
        /* position: relative; */
        top: 50%;
        list-style-type: none;
        text-decoration: none;
        display: flex;
    }
    #header-links ul li a{
        font-weight: 400;
        color: #ede7e3;
        padding-left: 4vw;
        text-decoration: none;
        font-size: 20px;
    }
    
    #hero-text-construction{
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        height: 10vh;
        /* background-color: aqua; */
        align-items: center;
        justify-content: center;
        /* color: rgb(75, 75, 75); */
    }
    #hero-text-construction h1{
        color: rgb(50, 50, 50);
        font-size: 15px;
        font-weight: 500;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    #the-intro{
        position: relative;
        top: 42%;
        text-align: center;
        text-transform: uppercase;
        height: 29vh;
        /* background-color: rgb(87, 69, 0); */
        width: 100vw;
        /* padding-left: 20px; */
        /* padding-right: 20px; */
    }
    #intro-text-box{
        position: absolute;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        /* background-color: aqua; */
        /* height: 15%; */
    
    }
    #fix-word{

        font-size: 12.6vw;
        letter-spacing: -4.5px;
        font-family: Inter;
        line-height: 11vw;
        font-weight: 700;
        /* background-color: crimson; */
    }
    .word{

        padding-right: 10px;
        overflow: hidden;
        display: flex;
        font-size: 12.6vw;
        line-height: 11vw;
        font-weight: 700;
        letter-spacing: -5px;
        position: absolute;
        top: 0;
        left: 0;
        /* background-color: cadetblue; */
    }
}