@font-face {
    font-family: 'Futura-Bold';
    src: url('./assets/fonts/Futura-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNowText-Regular';
    src: url('./assets/fonts/HelveticaNowText-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ABCSocialMono-Regular';
    src: url('./assets/fonts/ABCSocialMono-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*::selection{
    color: #f0f0f0;
    background-color: #000;
}

html,body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}


#cursor{
    height: 16vw;
    width: 16vw;
    border-radius: 50%;
    background-color: rgb(218, 212, 212);
    position: fixed;
    transition: all 0.3s ease-out;
    opacity: 0;
    z-index: 99;
}

#main{
    overflow: hidden;
}

nav{
    height: 9vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
    padding: 1.5vw;
    background-color: #f0f0f012;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: all;
}

#nav-left{
    display: flex;
    flex-direction: column;
    position: relative;
}

#nav-left svg:nth-child(1){
    position: absolute;
    top: 0.5vw;
}

#nav-left svg:nth-child(2){
    position: absolute;
    top: 9vw;
}

#nav-right{
    display: flex;
    gap: 5vw;
    height: 100%;
}

#nav-right a{
    font-family: 'HelveticaNowText-Regular',sans-serif;
    font-size: 0.8vw;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}

#nav-right button{
    border: none;
    outline: none;
    cursor: pointer;
    height: 1vw;
    font-family: 'HelveticaNowText-Regular',sans-serif;
    font-size: 0.8vw;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    background: none;
}

.go3668395055 {
    display: flex;
    flex-direction: column;
}

.go3668395055 .line {
    width: 20px;
    height: 0.5px;
    background-color: black;
    margin: 4px 0;
    transition: transform 0.3s ease;
}

.go3668395055.crossed .line:nth-child(1) {
    transform: rotate(-23deg) translate(-1px, 3px);
}

.go3668395055.crossed .line:nth-child(2) {
    transform: rotate(25deg) translate(-2px, -5px);
}

.go3915242555{
    color: #000;
}

#nav-box{
    height: 1.5vw;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

#nav-box a{
    color: #000;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.underline{
    position: absolute;
    top: 1vw;
    left: -5vw;
    background-color: #000;
    height: 1px;
    width: 100%;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#more-details{
    height: 100vh;
    width: 100%;
    background-color: #000;
    padding: 2vw;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    top: -30%;
    left: 0;
    z-index: 25;
}

#more-details-left, #more-details-right,#more-details-middle1,#more-details-middle2{
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 1.3vw;
    color: #fff;
}

#more-details-middle1{
    margin-bottom: 3vw;
}

#more-details-middle2{
    margin-bottom: 4.6vw;
}

#more-details-far-right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#more-details-far-right a{
    font-size: 3.8vw;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Futura-Bold',sans-serif;
    color: #fff;
    text-decoration: none;
}

#more-details .footer-links{
    display: flex;
    flex-direction: column;
    gap: 0.2vw;
}

#more-details .footer-links a{
    text-decoration: none;
    color: #fff;
    font-family: 'HelveticaNowText-Regular',sans-serif;
}

#more-details .footer-links a:hover{
    color: gray;
    font-weight: 300;
    font-style: italic;
}

#more-details .heading{
    margin-bottom: 2vw;
}


#page1{
    width: 100%;
    min-height: 100vh;
    padding: 1vw;
    position: relative;
    background-color: #f0f0f0;
    padding-top: 12vw;
}

#page1 h1{
    height: 16vw;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -15px;
    font-size: 16.5vw;
    font-family: 'Futura-Bold',system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    overflow: hidden;
}

#heading-above{
    text-align: center;
}

.h1-container{
    height: 16.5vw;
    overflow: hidden;
}

#video-container{
    padding: 3vw 0vw;
    height: 109vh;
    width: 100%;
    position: relative;
}

#video-container video{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

#video-container #play{
    opacity: 0;
    padding: 2.8vw 2vw;
    border-radius: 50%;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    font-size: 1.5vw;
    font-family: 'Futura-Bold',sans-serif;
    position: absolute;
    z-index: 5;
}

#page2{
    min-height: 100vh;
    width: 100%;
    background-color: #f0f0f0;
    padding: 1.5vw;
}

#page2-top-container,#page4-top-container{
    width: 100%;
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1vw;
}

#page2-top-container h4, #page4-top-container h4{
    line-height: 1.5;
    font-size: 0.8vw;
    font-family: 'HelveticaNowText-Regular';
    font-weight: 300;
    text-transform: uppercase;
}

#p2-boxes{
    height: 90%;
    display: flex;
    justify-content: space-evenly;
    gap: 1vw;
}

.p2-box{
    position: relative;
    overflow: hidden;
}

.p2-box img{
    width: 100%;
    height: 100%;
    scale: 1.2;
    object-fit: cover;
    object-position: center;
}

#shop-div{
    height: fit-content;
    width: 65%;
    padding: 1vw 1.5vw;
    background-color: #e5f0d6;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%,-30%);
    font-family: 'HelveticaNowText-Regular',sans-serif;
}

#normal-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5vw;
    position: relative;
    top: 10px;
}

.circle{
    background-color: #000;
    border-radius: 50%;
    height: 0.7vw;
    width: 0.7vw;
}

.txt1{
    font-size: 0.9vw;
    font-weight: 200;
    text-transform: uppercase;
}

.txt2{
    font-size: 0.9vw;
    text-transform: uppercase;
}

#normal-part i{
    cursor: pointer;
}

.expandable-part{
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.expandable-part.active {
    opacity: 1;
    height: 14vw;
    margin-top: 1.5vw;
}

#exp-parent{
    display: flex;
    justify-content: space-between;
    gap: 1.5vw;
}

#exp-child{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}

#exp-child img{
    height: 10vw;
    background-attachment: fixed;
    cursor: pointer;
}

#exp-child h3{
    font-size: 0.8vw;
    text-transform: uppercase;
    font-weight: 200;
    text-align: center;
}

#page2 section{
    height: 60vh;
    width: 100%;
    padding: 5vw 1vw;
    display: flex;
    align-items: flex-start;
    gap: 5vw;
}

#page2 #section-left{
    width: 70%;
    height: 100%;
    /* background-color: red; */
}

#page2 #section-left h1{
    width: 80%;
    line-height: 1;
    font-size: 4vw;
    font-family: 'Futura-Bold',sans-serif;
}

#page2 #section-right{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

#page2 #section-right p{
    font-family: 'HelveticaNowText-Regular',sans-serif;
}

#page2 #section-right a{
    width: fit-content;
    height: 1.5vw;
    color: #000;
    text-decoration: none;
    font-size: 1vw;
    font-family: 'ABCSocialMono-Regular',sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    position: relative;
}

#encloser{
    width: fit-content;
    height: 1.5vw;
    overflow: hidden;
}

#page2 #section-right .underline{
    background-color: #f0f0f0;
    height: 1px;
    width: 50%;
    position: absolute;
    top: 100%;
    left: -50%;
}

#page3{
    min-height: 100vh;
    width: 100%;
    background-color: #f0f0f0;
    padding: 4vw 1vw;
}

#showcase1,#showcase2{
    display: flex;
    justify-content: space-between;
}

#showcase2{
    margin: 0 5vw;
}

#product1,#product2,#product3,#product4{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vw;
}

#product1 img, #product2 img,#product4 img{
    height: 35vw;
    cursor: pointer;
    position: relative;
    z-index: 100;
}

#product3 img{
    height: 34vw;
    cursor: pointer;
    position: relative;
    z-index: 100;
}
.desc{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    z-index: 100;
}

.desc h3{
    font-size: 1.2vw;
    font-family: 'HelveticaNowText-Regular',sans-serif;
    text-transform: uppercase;
    font-weight: 300;
}

.desc h5{
    font-size: 1vw;
    font-family: 'ABCSocialMono-Regular',sans-serif;
    text-transform: uppercase;
}

#page4{
    min-height: 100vh;
    width: 100%;
    background-color: #f0f0f0;
    padding: 4vw 1vw;
    position: relative;
}

#testimonial-div{
    height:9.5vw;
    width: max-content;
    margin-top: 2vw;
    margin-bottom: 7vw;
    padding: 1.5vw;
    display: flex;
    gap: 8.5vw;
    overflow: hidden;
    position: relative;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#testimonial-details{
    display: flex;
    flex-direction: column;
    gap: 1vw;
}

#round{
    border-radius: 50%;
    border: 1px solid #000;
    height: 1vw;
    width: 1vw;
}

#testimonial-details #name{
    width: 100%;
}

#testimonial-details #name h2{
    font-size: 1.7vw;
    font-family: 'HelveticaNowText-Regular',sans-serif;
    font-weight: 300;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    cursor: pointer;
}

#testimonial-details #name h2.active{
    color: gray;
}

#testimonial-div img{
    height: 25px;
    width: 100px;
    position: absolute;
    top: 78%;
}

#testimonial-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3vw;
    padding-bottom: 20vw;
}

#main-text{
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

/* Wrapper */
#main-text div{
    width: 100%;
    text-align: center;
    /* background-color: blue; */
    height: 5.5vw;
    overflow: hidden;
    position: relative;
}

/* Content */
#main-text div span{
    width: 100%;
    height: 5vw;
    /* background-color: red; */
    font-size: 5vw;
    font-family: 'Futura-Bold',sans-serif;
    letter-spacing: -1px;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    top: 0vw;
    left: 0;
    z-index: 10;
}

#send-mesg{
    width: 23%;
    position: relative;
}

#testimonial-text button{
    width: 100%;
    padding: 1.2vw 2vw;
    background-color: #000;
    color: #f0f0f0;
    border-radius: 50px;
    font-size: 0.9vw;
    font-family: 'HelveticaNowText-Regular',sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    margin-top: 3vw;
    cursor: pointer;
    position: absolute;
}

#form-send-btn{
    width: 100%;
    padding: 1vw 2vw;
    background-color: #221c1c;
    color: #f0f0f0;
    text-align: center;
    font-size: 0.9vw;
    border-radius: 50px;
    font-family: 'HelveticaNowText-Regular',sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.215, 0.610, 0.355, 1);
    cursor: pointer;
}

#form-send-btn:active{
    transform: translateY(2px);
}

#testimonial-text button:hover{
    color: rgb(182, 182, 182);
}

#testimonial-text .expandable-part{
    opacity: 0;
    height: 0;
    width: 100%;
    height: max-content;
    transition: all 0.3s ease-in-out;
    padding: 1.2vw;
    overflow: hidden;
    background-color: #000;
    border-radius: 30px;
    position: absolute;
    top: 2.1vw;
    pointer-events: none;
}

#testimonial-text .expandable-part.active {
    opacity: 1;
    height: 26vw;
    pointer-events:all;
}

#testimonial-text .expandable-part form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1vw;
}

#testimonial-text .expandable-part form label{
    color: #fff;
    letter-spacing: -0.5px;
    font-family: 'HelveticaNowText-Regular',sans-serif;
    font-size: 0.9vw;
    text-transform: uppercase;
}

#testimonial-text .expandable-part form input{
    border: none;
    outline: none;
    padding: 0.7vw;
    width: 100%;
    background-color: #000;
    border-radius: 30px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#testimonial-text .expandable-part form input::placeholder{
    color: #999b95;
    font-family: 'HelveticaNowText-Regular',sans-serif;
    font-size: 1vw;
}

#testimonial-text .expandable-part form input:focus{
    border: 1px solid yellow;
    outline: none;
}

#form-text{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#form-text span{
    font-size: 0.9vw;
    font-family: 'HelveticaNowText-Regular',sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: -0.5px;
}

#testimonial-text .expandable-part form textarea{
    width: 100%;
    padding: 1vw;
    border-radius: 30px;
    background-color: #000;
    resize: none;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#testimonial-text .expandable-part form textarea::placeholder{
    color: #999b95;
    font-family: 'HelveticaNowText-Regular',sans-serif;
    font-size: 1vw;
}

#testimonial-text .expandable-part form textarea:focus {
    border-color: yellow;
    outline: none;
  }

#testimonial-text h5{
    width: 80%;
    text-align: center;
    font-size: 1.2vw;
    font-family: 'HelveticaNowText-Regular',sans-serif;
    font-weight: 300;
}

#page5{
    height: 110vh;
    width: 100%;
    background-color: #f0f0f0;
    padding: 4vw 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

#p5-left{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    margin-right: 2vw;
}

#p5-left h2{
    font-size: 2vw;
    font-family: 'Futura-Bold', sans-serif;
    text-transform: uppercase;
    margin-bottom: 2.5vw;
}

#p5-left p{
    width: 80%;
    font-size: 1.1vw;
    font-family: 'HelveticaNowText-Regular',sans-serif;
}

#p5-left a{
    width: fit-content;
    height: 1.5vw;
    color: #000;
    text-decoration: none;
    font-size: 1vw;
    font-family: 'ABCSocialMono-Regular',sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    position: relative;
}

#p5-left #encloser a .underline{
    background-color: #f0f0f0;
    height: 1px;
    width: 50%;
    position: absolute;
    top: 100%;
    left: -50%;
}

#p5-right{
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 5vw;
    overflow: hidden;
}

#p5-right img{
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
    scale: 1.2;
}




footer{
    height: 130vh;
    width: 100%;
    background-color: #f0f0f0;
    padding: 3vw 2vw;
    position: relative;
}

.newsletter-animation{
    height: 7vw;
    position: absolute;
    top: 2%;
    left: 53%;
}

#email-address-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1vw;
}

#email-address-div h1{
    font-size: 3vw;
    text-transform: uppercase;
    font-family: 'Futura-Bold',sans-serif;
}

#email-address-div img{
    height: 3vw;
    cursor: pointer;
}

#footer-info{
    height: 40vh;
    margin-top: 13vw;
    display: flex;
    justify-content: space-between;
}

#footer-left, #footer-right{
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: 1.3vw;
}

#footer-left{
    text-align: left;
}

.footer-links{
    display: flex;
    flex-direction: column;
    gap: 0.2vw;
}

.footer-links a{
    text-decoration: none;
    color: #000;
    font-family: 'HelveticaNowText-Regular',sans-serif;
}

.footer-links a:hover{
    color: gray;
    font-weight: 300;
    font-style: italic;
}

.heading{
    color: gray;
    text-transform: uppercase;
    font-size: 0.9vw;
    font-family: 'HelveticaNowText-Regular',sans-serif;
    font-weight: 300;
}

#copyright-div{
    display: flex;
    justify-content: center;
    gap: 2vw;
    margin-bottom: 3vw;
}

#copyright-div h3{
    font-size: 1vw;
    color: gray;
    font-family: 'HelveticaNowText-Regular',sans-serif;
}

#copyright-div a{
    text-decoration: none;
    color: gray;
    text-transform: uppercase;
    font-size: 1vw;
    font-family: 'HelveticaNowText-Regular',sans-serif;
}

#copyright-div a:hover{
    font-weight: 800;
    font-style: italic;
}

#footer-para{
    text-align: center;
    width: 45%;
    position: absolute;
    top: 87%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 0.9vw;
    font-family: 'HelveticaNowText-Regular',sans-serif;
}

@media (max-width: 600px) {

    nav{
        height: 30vw;
        padding: 3vw;
        gap: 15vw;
    }

    #nav-left svg{
        height: 15vw;
    }

    #nav-left svg:nth-child(2){
        position: absolute;
        top: 27vw;
    }

    #nav-box{
        height: 20%;
    }

    #nav-right a{
        font-size: 2.5vw;
    }

    .underline{
        position: absolute;
        top: 3.5vw;
        left: -16vw;
    }

    #page1{
        padding: 1vw;
        padding-top: 30vw;
    }
    
    #page1 h1{
        letter-spacing: -5px;
    }

    .h1-container:nth-child(1){
        margin-top: 15vw;
    }

    #video-container {
        height: 65vh;
        margin-top: 3vw;
    }

    #page2{
        padding: 2vw;
    }
    
    #page2-top-container h4, #page4-top-container h4{
        font-size: 3vw;
    }

    #p2-boxes{
        flex-direction: column;
        gap: 10vw;
    }

    #shop-div{
        width: 65%;
        padding: 2vw 1.5vw;
    }

    #normal-part{
        gap: 3vw;
        top: 5px;
    }

    .circle{
        height: 3vw;
        width: 3vw;
    }

    .txt1,.txt2{
        font-size: 4vw;
    }

    .expandable-part.active {
        height: 60vw;
        margin-top: 4vw;
    }

    #exp-parent{
        gap: 5vw;
        padding-right: 5vw;
    }

    #exp-child{
        gap: 6vw;
    }

    #exp-child img{
        height: 38vw;
    }

    #exp-child h3{
        font-size: 3vw;
    }

    #page2 section{
        flex-direction: column;
        padding-top: 15vw;
        gap: 10vw;
    }

    #page2 #section-left{
        width: 100%;
    }

    #page2 #section-left h1{
        font-size: 9vw;
    }

    #page2 #section-right{
        width: 100%;
    }

    #page2 #section-right p{
        font-size: 4vw;
    }

    .shop-div2{
        width: 80%;
    }

    .normal-part2{
        padding: 1vw;
    }

    .normal-part2 .txt2{
        font-size: 3.2vw;
        width: 50%;
    }

    #encloser{
        height: 10vw;
    }

    #page2 #section-right p{
        margin-bottom: 5vw;
    }

    #page2 #section-right a{
        font-size: 3.5vw;
    }

    #page3{
        padding-top: 20vw;
    }

    #showcase1,#showcase2{
        flex-direction: column;
        gap: 10vw;
    }

    #product1 img, #product2 img,#product3 img,#product4 img{
        height: 80vw;
    }

    .desc h3{
        font-size: 4vw;
        font-family: 'HelveticaNowText-Regular',sans-serif;
        text-transform: uppercase;
        font-weight: 300;
    }
    
    .desc h5{
        font-size: 3vw;
        font-family: 'ABCSocialMono-Regular',sans-serif;
        text-transform: uppercase;
    }

    #page4{
        padding-left: 4vw;
        padding-right: 4vw;
        padding-top: 30vw;
    }

    #testimonial-div{
        height: 25vw;
    }

    #round{
        height: 3vw;
        width: 3vw;
    }

    #testimonial-details #name h2{
        font-size: 5vw;
    }

    #main-text div{
        height: 15vw;
    }
    
    /* Content */
    #main-text div span{
        height: 12vw;
        font-size: 7vw;
    }

    #send-mesg{
        width: 60%;
    }

    #form-send-btn{
        margin-top: 1vw;
        padding: 1vw 2vw;
        font-size: 3vw;
    }

    #testimonial-text .expandable-part{
        top: -1.2vw
    }

    #testimonial-text .expandable-part.active {
        width: 100%;
        opacity: 1;
        height: 75vw;
        padding: 2vw;
    }

    #testimonial-text button{
        font-size: 3vw;
        padding: 2.5vw;
    }

    #testimonial-text .expandable-part form{
        padding: 2vw;
    }

    #testimonial-text .expandable-part form label{
        font-size: 3vw;
    }

    #testimonial-text .expandable-part form input{
        padding: 2vw;
    }

    #testimonial-text .expandable-part form input::placeholder{
        font-size: 3vw;
    }

    #testimonial-text .expandable-part form textarea::placeholder{
        padding: 2vw;
        font-size: 3vw;
    }

    #form-text{
        margin-bottom: 1vw;
    }

    #form-text span{
        font-size: 2.5vw;
    }

    #page5{
        padding-top: 10vw;
        flex-direction: column;
    }

    #p5-left{
        width: 100%;
    }

    #p5-left h2{
        font-size: 10vw;
    }

    #p5-left p{
        width: 90%;
        font-size: 4vw;
    }

    #p5-left a{
        height: 1.5vw;
        font-size: 3vw;
    }
    
    #p5-left #encloser {
        margin: 5vw 0vw;
    }

    #p5-right{
        padding: 12vw;
        width: 100%;
        height: 110%;
        gap: 12vw;
    }

    footer{
        height: 120vh;
    }

    .newsletter-animation{
        height: 10vw;
        left: 70%;
        top: 0%;
    }

    #email-address-div h1{
        font-size: 4vw;
    }

    #footer-info{
        height: 40vh;
        margin-top: 10vw;
        flex-direction: column;
        gap: 10vw;
    }

    #footer-left{
        text-align: center;
    }

    .heading{
        font-size: 4vw;
    }

    #footer-middle{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    #footer-middle svg{
        height: 25vw;
    }

    #footer-right{
        width: 100%;
        text-align: center;
    }

    #footer-para{
        text-align: center;
        width: 80%;
        position: absolute;
        top: 87%;
        left: 50%;
        font-size: 3vw;
    }

    #copyright-div{
        display: flex;
        align-items: center;
        gap: 2vw;
        margin-bottom: 0;
        position: absolute;
        top: 64%;
        left: 8%;
    }
    
    #copyright-div h3{
        font-size: 3vw;
    }
    
    #copyright-div a{
        font-size: 3vw;
    }

}