*{
    padding: 0;
    margin: 0;
    text-decoration: none;
}
.portfolio-div{
    text-align: center;
    background-color: rgb(3, 125, 214);
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
}

.color{
    color: white;
}
.portfolio{
    color: white;
    text-decoration: underline;
    line-height: 22px;
    font-weight: bold;
    width: 98%;
}

.remove-arrow{
    text-align: end;
    padding-right: 0;
    margin-right: 0;

}

#toggle-button{
    display: none;
}
header{
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 24px 20px;
    height: 50px;
    /* position: fixed; */
    margin-left: 243.6px;
    margin-right: 243.6px;
}


.logo img{
    width: 250px;
}

nav{
    width: auto;
    margin-left: 80px;
}

.nav-links{
    display: flex;
    justify-content: center;
}

.dropdown{
    display: none;
    box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 13px 0px;
    border-radius: 8px;
    background-color: white;
    position: absolute;
    box-shadow: 3px 3px 3px 3px gray;
    border: 2px solid white;
    
}

.dropdown-menu{
    display: none;
}

.dropdown ul li{
    display: block;
}
ul li:hover .dropdown{
    display: block;
}

.dropdown ul li a:hover{
    color: blue;
}
ul{
    display: inline-block;
}
ul li{
    display: inline-block;
    padding: 10px 20px;
}

li a{
    color: black;
}

button{
    background-color:rgb(3, 125, 214);
    opacity: 1;
    height: 40px;
    width: 120px;
    border-radius: 20px;
    border: 0;
    transition: background-color 0.7s;
}

button:hover{
    background-color: darkblue;
}

button a{
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    color: white;
    font-weight: 400;
}

.dark-mode{
    height: 30px;
    margin: auto;
}

.first-section{
    display: flex;
    position: relative;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 100%;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    padding-top: 48px;
    padding-bottom: 48px;
}

.first-container{
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 992px;
    width: 100%;
}

.first-child{
    width: 40%;
    padding: 10px;
}

.first-child h1{
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2;
    padding-top: 70px;
    padding-bottom: 20px;
    transition: all 0.5s ease 0s;
}

.first-child p{
    margin-bottom: 24px;
    color: #333;
    font-family: Euclid Circular B,sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.first-child button{
    opacity: 1;
    background: rgb(3, 125, 214);
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
    transition: all 300ms ease 0s;
    min-height: 52px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 8px 20px;
    border-radius: 999px;
    line-height: 1.3;
    font-size: 20px;
    width: auto;
    transition: background-color 0.7s;
}
.first-child button:hover{
    background-color: darkblue;
}

.first-child button a{
    font-size: 20px;
}
.second-child{
    max-width: 500px;
}

.home-hero{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    transform: translateZ(0);
    transition: opacity .25s linear;
    will-change: opacity;
}

.learn-more{
    text-align: center;
}

.learn-more p{
    padding-bottom: 5px;
}

.second-section{
    display: flex;
    position: relative;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 100%;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    padding-top: 48px;
    padding-bottom: 48px;
}

.second-container{
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 60%;
}


.first-child-2{
    width: auto;
    margin: 0;
    padding-top: 40px;
}



.first-child-2 h2{
    padding-bottom: 20px;
    font-weight: 700;
    margin-top: 40px;
    
}

.first-child-2 p{
    color: #333;
    font-family: Euclid Circular B,sans-serif;
    font-size: 16px;
    line-height: 22px;
    width: 380px;
    margin: 0 0 1.5rem;
}

.second-child-2{
    display: block;
    flex: 1 1 0%;
    min-width: 0px;
    padding: 10px 70px;
}

.third-section{
    display: flex;
    position: relative;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 100%;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 48px;
}

.third-container{
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    width: 60%;
}

.third-container img{
    float: left;
    margin-right: 40px;
}

.second-child-3 h2{
    margin-top: 100px;
    padding-bottom: 30px;
}

.second-child-3 p{
    color: #333;
    font-family: Euclid Circular B,sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 1.5rem;
    font-weight: 400;
}

.fourth-section{
    display: flex;
    position: relative;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 100%;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 48px;
}

.fourth-container{
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    width: 60%;
}

.fourth-container img{
    float: right;
    width: 50%;
}

.second-child-4 h2{
    margin-top: 70px;
    padding-bottom: 25px;
}

.second-child-4 p{
    color: #333;
    font-family: Euclid Circular B,sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 1.5rem;
    font-weight: 400;
} 

.second-child-4{
    width: 400px;
}


.fifth-section{
    background-color: #24292e;
    text-align: center;
}

.fifth-container{
    height: auto;
}
.fifth-container img{
    margin-top: 3%;
}

.get-started{
    font-size: 22px;
    font-weight: bold;
    color: white;
    display: block;
    margin: 10px auto 30px;
    padding-top: 50px;
}

.fifth-section button{
    background-color: blue;
    color: white;
    width: 250px;
    border-radius: 30px;
    height: 50px;
    margin-bottom: 50px;
    transition: background-color 0.7s;
}

.fifth-section button:hover{
    background-color: darkblue;
}


.sixth-section{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
}

.sixth-container{
    margin-left: auto;
    margin-right: auto;
    max-width: 992px;
    width: 100%;
}

.what-is{
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin-bottom: 50px;
}



.video-img{
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    border-radius: 12px;
    overflow: hidden;
    height: auto;
}

.a-tag{
    width: auto;
}



.seventh-section{
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgb(255, 255, 255);

}

.seventh-container{
    text-align: center;
    color: #333;
    font-family: Euclid Circular B,sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-left: auto;
    margin-right: auto;
    max-width: 992px;
    width: 100%;
}

.seventh-container h2{
    margin-top: 40px;
    margin-bottom: 20px;
}
.seventh-container p{
    margin: 0 0 1.5rem;
}

.img-section{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

.image img{
    width: 240px;
}

.eighth-section{
    background-color: black;
    text-align: center;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.eighth-container{
    margin-right: auto;
    margin-left: auto;
}
.eighth-container h2{
    margin-bottom: 20px;
    padding-top: 20px;
}

.eighth-container p{
    padding-bottom: 30px;
    line-height: 1.5;
    font-size: 17px;
}
.links{
    padding: 30px;
}

.links a{
    color: white;
    font-weight: bold;
}
.links a:hover{
    color: blue;
}

.section-nine{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 48px;
    padding-bottom: 30px;
    background-color: #6a737d;
}

.container-nine{
    margin-left: auto;
    margin-right: auto;
    max-width: 992px;
    width: 100%;
    display: flex;
}

.img-hoodie{
    width: 40%;
}
.container-nine img{
    width: 100%;
}

.shop{
    width: 50%;
}

.shop h2{
    padding-bottom: 20px;
    font-weight: 700;
    margin-top: 150px;
    margin-bottom: 70px;
    color: white;
}

.shop a{
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 15px 50px;
    border-radius: 25px;
    transition: color 1s, border 1s;
}

.shop a:hover{
    color: blue;
    border: 2px solid blue;
    padding: 15px 50px;
    border-radius: 25px;
    
}


.section-ten{
    text-align: center;
    padding: 48px 20px;
}

.section-ten h2{
    font-size: 32px;
    margin-top: 40px;
    line-height: 36px;
}

.section-ten p{
    margin-top: 8px;
    margin-bottom: 30px;
}

.section-ten button{
    height: 50px;
    width: 100px;
    border-radius: 30px;
    transition: background-color 0.7s;
}

.section-ten button:hover{
    background-color: darkblue;
}


footer{
    background-color: rgb(233, 235, 238);;
    padding-left: 20px;
    padding-right: 20px;
}

.footer{
    padding: 60px 0;
    max-width: 992px;
    margin: auto;
}

.big-div{
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    margin-bottom: 20px;
}

.big-div ul li{
    display: block;
    text-decoration: none;
    padding-left: 0;
    color: #333;
    font-family: Euclid Circular B,sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.big-div ul li a:hover{
    color: blue;
}

.small-div{
    width: 33%;
}

.small-div h5{
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 4px;
    color: rgb(246, 133, 27) !important;
    font-size: 18px;
}

.copyright{
    font-size: 12px;
}

@media (max-width: 767px){
    *{
        padding: 0;
        margin: 0;
        text-decoration: none;
    }
    .portfolio-div{
        text-align: center;
        background-color: rgb(3, 125, 214);
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        display: flex;
        justify-content: center;
    }
    
    .color{
        color: white;
    }
    .portfolio{
        color: white;
        text-decoration: underline;
        line-height: 22px;
        font-weight: bold;
        width: 98%;
    }
    
    .remove-arrow{
        text-align: end;
        padding-right: 0;
        margin-right: 0;
    
    }
    header{
        display: flex;
        margin: 0 auto;
        align-items: flex-start;
        justify-content: start;
        padding: 24px 20px;
        height: 50px;
    }

    #toggle-button{
        display: inline-block;
        justify-content: center;
        margin-left: 45%;
        margin-top: 8px;
    }
    
    .dropdown-menu{
        position: absolute;
        left: 2rem;
        display: none;
        top: 150px;
        z-index: 2;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 13px 0px;
        border-radius: 8px;
        background-color: white;
        box-shadow: none;
        border-bottom: 2px solid white;

    }

    .dropdown-menu .down{
        padding-left: 90%;
        position: relative;
        bottom: 15px;
    }
    .dropdown-menu .dropdown{
        position: relative;
        box-shadow: none;
    }
    .dropdown-menu ul{
        width: 100%;
    }

    .dropdown-menu li{
        display: block;
        width: 90%;
    }


    .dropdown-menu button{
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .dropdown-menu img{
        display: block;
    }
    
    .logo img{margin-left: 10px;
    }
    
    nav{
        display: none;
        width: auto;
        margin-left: 50px;
    }
    
    .nav-links{
        display: flex;
        justify-content: center;
    }
    
    ul{
        display: inline-block;
    }
    ul li{
        display: inline-block;
        padding: 10px 20px;
    }
    
    li a{
        color: black;
    }
    
    button{
        background-color:rgb(3, 125, 214);
        opacity: 1;
        height: 40px;
        width: 120px;
        border-radius: 20px;
        border: 0;
        transition: background-color 0.7s;
    }
    
    button:hover{
        background-color: darkblue;
    }
    
    button a{
        text-decoration: none;
        padding: 10px;
        font-size: 16px;
        color: white;
        font-weight: 400;
    }
    
    .dark-mode{
        height: 30px;
        margin: auto;
    }
    
    .first-section{
        display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        min-width: 100%;
        transition: all 0.5s ease 0s;
        /* overflow: hidden; */
        padding-top: 48px;
        padding-bottom: 48px;
        width: 100%;
    }
    
    .first-container{
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        width: 90%;
        max-width: 100%;
    }
    
    .first-child{
        width: 90%;
        padding: 10px;
        text-align: center;
    }
    
    .first-child h1{
        font-weight: 700;
        font-size: 34px;
        line-height: 1.2;
        padding-top: 0px;
        padding-bottom: 20px;
        transition: all 0.5s ease 0s;
    }
    
    .first-child p{
        margin-bottom: 20px;
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    
    .first-child button{
        opacity: 1;
        background: rgb(3, 125, 214);
        color: rgb(255, 255, 255);
        cursor: pointer;
        text-align: center;
        transition: all 300ms ease 0s;
        min-height: 52px;
        display: inline-flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 8px 20px;
        border-radius: 999px;
        line-height: 1.3;
        font-size: 20px;
        width: 180px;
        transition: background-color 0.7s;
    }
    .first-child button:hover{
        background-color: darkblue;
    }
    
    .first-child button a{
        font-size: 20px;
    }
    .second-child{
        width: 100%;
    }
    
    .home-hero{
        width: auto;
        height: auto;
        padding-top: 20px;
        max-height: 80%;
        max-width: 100%;
        transform: translateZ(0);
        transition: opacity .25s linear;
        will-change: opacity;
    }
    
    .learn-more{
        text-align: center;
    }
    
    .learn-more p{
        padding-bottom: 5px;
    }
    
    .second-section{
        display: flex;
        position: relative;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        min-width: 100%;
        transition: all 0.5s ease 0s;
        overflow: hidden;
        padding-top: 48px;
        padding-bottom: 48px;
    }
    
    .second-container{
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        max-width: 728px;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    
    .first-child-2{
        width: 90%;
        text-align: center;
        margin: 0;
        padding: 40px 10px 10px;
    }
    
    
    
    .first-child-2 h2{
        padding-bottom: 20px;
        font-weight: 700;
        margin-top: 40px;
        font-size: 28px;
        line-height: 36px;
    }
    
    .first-child-2 p{
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 16px;
        line-height: 22px;
        width: auto;
        margin: 0 0 1.5rem;
    }

    .wallet{
        padding: 10px;
        width: 90%;
    }
    
    .second-child-2{
        display: block;
        flex: 1 1 0%;
        min-width: 0px;
        padding: 10px 10px;
    }
    
    .third-section{
        display: flex;
        position: relative;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
        transition: all 0.5s ease 0s;
        padding-top: 20px;
        padding-bottom: 48px;
    }
    
    .third-container{
        display: flex;
        flex-direction: column-reverse;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        text-align: center;
        /* max-width: 728px; */
    }
    
    .third-container img{
        width: 90%;
        float: left;
    }

    .Explore{
        padding: 10px;
        width: 100%;
    }
    
    .second-child-3 h2{
        margin-top: 10px;
        width: 100%;
        padding-bottom: 30px;
    }
    
    .second-child-3 p{
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 1.5rem;
        font-weight: 400;
        width: 100%;
    }
    
    .fourth-section{
        display: flex;
        position: relative;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        min-width: 100%;
        transition: all 0.5s ease 0s;
        overflow: hidden;
        padding-top: 40px;
        padding-bottom: 48px;
    }
    
    .fourth-container{
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        padding-left: 20px;
        padding-right: 20px;
        margin: auto;
        width: 90%;
        /* max-width: 728px;     */
    }
    
    .fourth-container img{
        float: right;
        width: 90%;
    }
    .second-child-4{
        width: 100%;
    }
    .second-child-4 h2{
        margin-top: 10px;
        padding-bottom: 25px;
    }
    
    .second-child-4 p{
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 1.5rem;
        font-weight: 400;
        width: 100%;
    } 
    
    
    .browse{
        padding: 10px;
        width: 90%;
    }
    
    .fifth-section{
        background-color: #24292e;
        text-align: center;
    }
    
    .fifth-container{
        height: auto;
    }
    .fifth-container img{
        margin-top: 3%;
    }
    
    .get-started{
        font-size: 22px;
        font-weight: bold;
        color: white;
        display: block;
        margin: 10px auto 30px;
        padding-top: 50px;
    }
    
    .fifth-section button{
        background-color: blue;
        color: white;
        width: 250px;
        border-radius: 30px;
        height: 50px;
        margin-bottom: 50px;
        transition: background-color 0.7s;
    }
    
    .fifth-section button:hover{
        background-color: darkblue;
    }
    
    
    .sixth-section{
        text-align: center;
        padding-top: 80px;
        padding-bottom: 40px;
    }
    
    .sixth-container{
        margin-left: auto;
        margin-right: auto;
        max-width: 992px;
        width: 100%;
    }
    
    .what-is{
        font-size: 22px;
        font-weight: bold;
        display: block;
        margin-bottom: 50px;
    }
    
    
    
    .video-img{
        width: 100%;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        position: relative;
        z-index: 2;
        border-radius: 12px;
        overflow: hidden;
        height: auto;
    }
    
    .a-tag{
        width: auto;
    }
    
    
    
    .seventh-section{
        padding-right: 20px;
        padding-left: 20px;
        background-color: rgb(255, 255, 255);
    
    }
    
    .seventh-container{
        text-align: center;
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 16px;
        line-height: 22px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 728px;
    }
    
    .seventh-container h2{
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 46px;
    }
    .seventh-container p{
        font-size: 16px;
        margin: 0 0 1.5rem;
    }
    
    .img-section{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    
    }
    
    .image img{
        width: 170px;
    }
    
    .eighth-section{
        background-color: black;
        color: white;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .eighth-container{
        text-align: center;
        /* margin-right: 20px;
        margin-left: 20px; */
    }
    .eighth-container h2{
        margin-bottom: 20px;
        padding-top: 40px;
        font-size: 40px;
    }
    
    .eighth-container p{
        padding-bottom: 30px;
        line-height: 1.5;
        font-size: 14px;
    }
    .links{
        padding: 30px;
    }
    
    .links a{
        color: white;
        font-weight: bold;
    }
    .links a:hover{
        color: blue;
    }
    
    .section-nine{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 48px;
        padding-bottom: 30px;
        background-color: #6a737d;
    }
    
    .container-nine{
        margin-left: auto;
        margin-right: auto;
        max-width: 728px;
        width: 100%;
        display: flex;
    }
    
    .img-hoodie{
        width: 40%;
        padding: 10px;
    }
    .container-nine img{
        width: 100%;
    }
    
    .shop{
        width: 50%;
    }
    
    .shop h2{
        padding-bottom: 20px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 50px;
        color: white;
    }
    
    .shop a{
        background-color: transparent;
        color: white;
        border: 2px solid white;
        padding: 15px 50px;
        border-radius: 25px;
        transition: color 1s, border 1s;
    }
    
    .shop a:hover{
        color: blue;
        border: 2px solid blue;
        padding: 15px 50px;
        border-radius: 25px;
        
    }
    
    
    .section-ten{
        text-align: center;
        padding: 48px 20px;
    }
    
    .section-ten h2{
        font-size: 32px;
        margin-top: 40px;
        line-height: 36px;
    }
    
    .section-ten p{
        margin-top: 8px;
        margin-bottom: 30px;
    }
    
    .section-ten button{
        height: 50px;
        width: 100px;
        border-radius: 30px;
        transition: background-color 0.7s;
    }
    
    .section-ten button:hover{
        background-color: darkblue;
    }
    
    
    footer{
        background-color: rgb(233, 235, 238);;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .footer{
        padding: 60px 0;
        width: 100%;
        max-width: 728px;
    }

   footer img{
 padding-left: 0;
    }
    
    .big-div{
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    
    .big-div ul li{
        display: block;
        text-decoration: none;
        padding-bottom: 5px;
        padding-left: 0;
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    
    .big-div ul li a:hover{
        color: blue;
    }
    
    .small-div{
        width: 90%;
    }
    
    .small-div h5{
        margin-top: 10px;
        padding-top: 10px;
        text-transform: uppercase;
        line-height: 40px;
        margin-bottom: 4px;
        color: rgb(246, 133, 27) !important;
        font-size: 18px;
    }
    
    .copyright{
        font-size: 12px;
    }

}




@media (765px <= width <= 1029px){
    *{
        padding: 0;
        margin: 0;
        text-decoration: none;
    }
    .portfolio-div{
        text-align: center;
        background-color: rgb(3, 125, 214);
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        display: flex;
        justify-content: center;
    }
    
    .color{
        color: white;
    }
    .portfolio{
        color: white;
        text-decoration: underline;
        line-height: 22px;
        font-weight: bold;
        width: 98%;
    }

    #toggle-button{
        display: inline-block;
        justify-content: center;
        margin-left: 50%;
        margin-top: 2.5%;
    }
    
    .dropdown-menu{
        position: absolute;
        left: 3rem;
        display: none;
        top: 150px;
        z-index: 2;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 13px 0px;
        border-radius: 8px;
        background-color: white;
        box-shadow: none;
        border-bottom: 2px solid white;

    }

    .dropdown-menu .down{
        padding-left: 100%;
        position: relative;
        bottom: 15px;
    }
    .dropdown-menu .dropdown{
        position: relative;
        box-shadow: none;
    }
    .dropdown-menu ul{
        width: 100%;
        margin: 0;
        margin-left: 6%;
    }

    .dropdown-menu li{
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        
    }


    .dropdown-menu button{
        width: 100%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .dropdown-menu img{
        display: block;
        
    }
    
    .remove-arrow{
        text-align: end;
        padding-right: 0;
        margin-right: 0;
    
    }
    header{
        display: flex;
        margin: 0 auto;
        align-items: flex-start;
        justify-content: start;
        padding: 24px 20px;
        height: 50px;
    }
    
    
    .logo img{
        width: 280px;
        padding-left: 40px;
    }
    
    nav{
        display: none;
        width: auto;
        margin-left: 50px;
    }
    
    .nav-links{
        display: flex;
        justify-content: center;
    }
    
    ul{
        display: inline-block;
    }
    ul li{
        display: inline-block;
        padding: 10px 20px;
    }
    
    li a{
        color: black;
    }
    
    button{
        background-color:rgb(3, 125, 214);
        opacity: 1;
        height: 40px;
        width: 120px;
        border-radius: 20px;
        border: 0;
        transition: background-color 0.7s;
    }
    
    button:hover{
        background-color: darkblue;
    }
    
    button a{
        text-decoration: none;
        padding: 10px;
        font-size: 16px;
        color: white;
        font-weight: 400;
    }
    
    .dark-mode{
        height: 30px;
        margin: auto;
    }
    
    .first-section{
        display: flex;
        position: relative;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        min-width: 100%;
        transition: all 0.5s ease 0s;
        overflow: hidden;
        padding-top: 48px;
        padding-bottom: 48px;
    }
    
    .first-container{
        padding-left: 20px;
        padding-right: 20px;
        margin: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        max-width: 728px;
        width: 100%;
    }
    
    .first-child{
        width: 60%;
        padding: 10px;
    }
    
    .first-child h1{
        font-weight: 700;
        font-size: 3.5rem;
        line-height: 1.2;
        padding-top: 70px;
        padding-bottom: 20px;
        transition: all 0.5s ease 0s;
    }
    
    .first-child p{
        margin-bottom: 24px;
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    
    .first-child button{
        opacity: 1;
        background: rgb(3, 125, 214);
        color: rgb(255, 255, 255);
        cursor: pointer;
        text-align: center;
        transition: all 300ms ease 0s;
        min-height: 52px;
        display: inline-flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 8px 20px;
        border-radius: 999px;
        line-height: 1.3;
        font-size: 20px;
        width: 80%;
        transition: background-color 0.7s;
    }
    .first-child button:hover{
        background-color: darkblue;
    }
    
    .first-child button a{
        font-size: 20px;
    }
    .second-child{
        width: 50%;
    }
    
    .home-hero{
        width: auto;
        height: auto;
        padding-top: 50px;
        max-height: 80%;
        max-width: 100%;
        transform: translateZ(0);
        transition: opacity .25s linear;
        will-change: opacity;
    }
    
    .learn-more{
        text-align: center;
    }
    
    .learn-more p{
        padding-bottom: 5px;
    }
    
    .second-section{
        display: flex;
        position: relative;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        min-width: 100%;
        transition: all 0.5s ease 0s;
        overflow: hidden;
        padding-top: 48px;
        padding-bottom: 48px;
    }
    
    .second-container{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 728px;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    
    .first-child-2{
        width: 41.6667%;
        margin: 0;
        padding: 40px 10px 10px;
    }
    
    
    
    .first-child-2 h2{
        padding-bottom: 20px;
        font-weight: 700;
        margin-top: 40px;
        font-size: 28px;
        line-height: 36px;
    }
    
    .first-child-2 p{
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 18px;
        line-height: 22px;
        width: auto;
        margin: 0 0 1.5rem;
    }

    .wallet{
        padding: 10px;
        width: 100%;
    }
    
    .second-child-2{
        display: block;
        flex: 1 1 0%;
        min-width: 0px;
        padding: 10px 10px;
    }
    
    .third-section{
        display: flex;
        position: relative;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
        transition: all 0.5s ease 0s;
        padding-top: 40px;
        padding-bottom: 48px;
    }
    
    .third-container{
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 728px;
    }
    
    .third-container img{
        width: 57%;
        float: left;
        margin-right: 20px;
    }

    .Explore{
        padding: 10px;
        width: 100%;
    }
    
    .second-child-3 h2{
        margin-top: 100px;
        padding-bottom: 30px;
    }
    
    .second-child-3 p{
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 1.5rem;
        font-weight: 400;
    }
    
    .fourth-section{
        display: flex;
        position: relative;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        min-width: 100%;
        transition: all 0.5s ease 0s;
        overflow: hidden;
        padding-top: 40px;
        padding-bottom: 48px;
    }
    
    .fourth-container{
        padding-left: 20px;
        padding-right: 20px;
        margin: auto;
        width: 100%;
        max-width: 728px;    
    }
    
    .fourth-container img{
        float: right;
        width: 58%;
    }
    .second-child-4{
        width: 41.67%;
    }
    .second-child-4 h2{
        margin-top: 70px;
        padding-bottom: 25px;
    }
    
    .second-child-4 p{
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 1.5rem;
        font-weight: 400;
        width: 100%;
    } 
    
    
    .browse{
        padding: 10px;
        width: 100%;
    }
    
    .fifth-section{
        background-color: #24292e;
        text-align: center;
    }
    
    .fifth-container{
        height: auto;
    }
    .fifth-container img{
        margin-top: 3%;
    }
    
    .get-started{
        font-size: 22px;
        font-weight: bold;
        color: white;
        display: block;
        margin: 10px auto 30px;
        padding-top: 50px;
    }
    
    .fifth-section button{
        background-color: blue;
        color: white;
        width: 250px;
        border-radius: 30px;
        height: 50px;
        margin-bottom: 50px;
        transition: background-color 0.7s;
    }
    
    .fifth-section button:hover{
        background-color: darkblue;
    }
    
    .sixth-section{
        text-align: center;
        padding-top: 80px;
        padding-bottom: 40px;
    }
    
    .sixth-container{
        margin-left: auto;
        margin-right: auto;
        max-width: 992px;
        width: 100%;
    }
    
    .what-is{
        font-size: 22px;
        font-weight: bold;
        display: block;
        margin-bottom: 50px;
    }
    
    
    
    .video-img{
        width: 100%;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        position: relative;
        z-index: 2;
        border-radius: 12px;
        overflow: hidden;
        height: auto;
    }
    
    .a-tag{
        width: auto;
    }
    
    
    
    .seventh-section{
        padding-right: 20px;
        padding-left: 20px;
        background-color: rgb(255, 255, 255);
    
    }
    
    .seventh-container{
        text-align: center;
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 16px;
        line-height: 22px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 728px;
    }
    
    .seventh-container h2{
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .seventh-container p{
        margin: 0 0 1.5rem;
    }
    
    .img-section{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    
    }
    
    .image img{
        width: 170px;
    }
    
    .eighth-section{
        background-color: black;
        text-align: center;
        color: white;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .eighth-container{
        margin-right: 20px;
        margin-left: 20px;
    }
    .eighth-container h2{
        margin-bottom: 20px;
        padding-top: 40px;
    }
    
    .eighth-container p{
        padding-bottom: 30px;
        line-height: 1.5;
        font-size: 17px;
    }
    .links{
        padding: 30px;
    }
    
    .links a{
        color: white;
        font-weight: bold;
    }
    .links a:hover{
        color: blue;
    }
    
    .section-nine{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 48px;
        padding-bottom: 30px;
        background-color: #6a737d;
    }
    
    .container-nine{
        margin-left: auto;
        margin-right: auto;
        max-width: 728px;
        width: 100%;
        display: flex;
    }
    
    .img-hoodie{
        width: 40%;
        padding: 10px;
    }
    .container-nine img{
        width: 100%;
    }
    
    .shop{
        width: 50%;
    }
    
    .shop h2{
        padding-bottom: 20px;
        font-weight: 700;
        margin-top: 100px;
        margin-bottom: 50px;
        color: white;
    }
    
    .shop a{
        background-color: transparent;
        color: white;
        border: 2px solid white;
        padding: 15px 50px;
        border-radius: 25px;
        transition: color 1s, border 1s;
    }
    
    .shop a:hover{
        color: blue;
        border: 2px solid blue;
        padding: 15px 50px;
        border-radius: 25px;
        
    }
    
    
    .section-ten{
        text-align: center;
        padding: 48px 20px;
    }
    
    .section-ten h2{
        font-size: 32px;
        margin-top: 40px;
        line-height: 36px;
    }
    
    .section-ten p{
        margin-top: 8px;
        margin-bottom: 30px;
    }
    
    .section-ten button{
        height: 50px;
        width: 100px;
        border-radius: 30px;
        transition: background-color 0.7s;
    }
    
    .section-ten button:hover{
        background-color: darkblue;
    }
    
    
    footer{
        background-color: rgb(233, 235, 238);;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .footer{
        padding: 60px 0;
        width: 100%;
        max-width: 728px;
    }

   footer img{
 padding-left: 0;
    }
    
    .big-div{
        display: flex;
        flex-direction: row;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    
    .big-div ul li{
        display: block;
        text-decoration: none;
        padding-bottom: 5px;
        padding-left: 0;
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    
    .big-div ul li a:hover{
        color: blue;
    }
    
    .small-div{
        width: 33%;
    }
    
    .small-div h5{
        text-transform: uppercase;
        line-height: 40px;
        margin-bottom: 4px;
        color: rgb(246, 133, 27) !important;
        font-size: 18px;
    }
    
    .copyright{
        font-size: 12px;
    }

}


@media (max-width: 500px){
    *{
        padding: 0;
        margin: 0;
        text-decoration: none;
    }
    .portfolio-div{
        text-align: center;
        background-color: rgb(3, 125, 214);
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        display: flex;
        justify-content: center;
    }
    
    .color{
        color: white;
    }
    .portfolio{
        color: white;
        text-decoration: underline;
        line-height: 22px;
        font-weight: bold;
        width: 98%;
    }
    
    .remove-arrow{
        text-align: end;
        padding-right: 0;
        margin-right: 0;
    
    }
    header{
        display: flex;
        margin: 0 auto;
        align-items: flex-start;
        justify-content: start;
        padding: 24px 20px;
        height: 50px;
    }
    
    
    .logo img{margin-left: 10px;
        width: 150px;
    }
    
    nav{
        display: none;
        width: auto;
        margin-left: 50px;
    }
    
    .nav-links{
        display: flex;
        justify-content: center;
    }
    
    ul{
        display: inline-block;
    }
    ul li{
        display: inline-block;
        padding: 10px 20px;
    }
    
    li a{
        color: black;
    }
    
    button{
        background-color:rgb(3, 125, 214);
        opacity: 1;
        height: 40px;
        width: 120px;
        border-radius: 20px;
        border: 0;
        transition: background-color 0.7s;
    }
    
    button:hover{
        background-color: darkblue;
    }
    
    button a{
        text-decoration: none;
        padding: 10px;
        font-size: 16px;
        color: white;
        font-weight: 400;
    }
    
    .dark-mode{
        height: 30px;
        margin: auto;
    }
    
    .first-section{
        display: flex;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        min-width: 100%;
        transition: all 0.5s ease 0s;
        /* overflow: hidden; */
        padding-top: 48px;
        padding-bottom: 48px;
        width: 100%;
    }
    
    .first-container{
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        width: 90%;
        max-width: 100%;
    }
    
    .first-child{
        width: 90%;
        padding: 10px;
        text-align: center;
    }
    
    .first-child h1{
        font-weight: 700;
        font-size: 34px;
        line-height: 1.2;
        padding-top: 0px;
        padding-bottom: 20px;
        transition: all 0.5s ease 0s;
    }
    
    .first-child p{
        margin-bottom: 20px;
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 16px;
        line-height: 22px;
    }
    
    .first-child button{
        opacity: 1;
        background: rgb(3, 125, 214);
        color: rgb(255, 255, 255);
        cursor: pointer;
        text-align: center;
        transition: all 300ms ease 0s;
        min-height: 52px;
        display: inline-flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        padding: 8px 20px;
        border-radius: 999px;
        line-height: 1.3;
        font-size: 20px;
        width: 180px;
        transition: background-color 0.7s;
    }
    .first-child button:hover{
        background-color: darkblue;
    }
    
    .first-child button a{
        font-size: 20px;
    }
    .second-child{
        width: 100%;
    }
    
    .home-hero{
        width: auto;
        height: auto;
        padding-top: 20px;
        max-height: 80%;
        max-width: 100%;
        transform: translateZ(0);
        transition: opacity .25s linear;
        will-change: opacity;
    }
    
    .learn-more{
        text-align: center;
    }
    
    .learn-more p{
        padding-bottom: 5px;
    }
    
    .second-section{
        display: flex;
        position: relative;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        min-width: 100%;
        transition: all 0.5s ease 0s;
        overflow: hidden;
        padding-top: 48px;
        padding-bottom: 48px;
    }
    
    .second-container{
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        max-width: 728px;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    
    .first-child-2{
        width: 90%;
        text-align: center;
        margin: 0;
        padding: 40px 10px 10px;
    }
    
    
    
    .first-child-2 h2{
        padding-bottom: 20px;
        font-weight: 700;
        margin-top: 40px;
        font-size: 28px;
        line-height: 36px;
    }
    
    .first-child-2 p{
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 16px;
        line-height: 22px;
        width: auto;
        margin: 0 0 1.5rem;
    }

    .wallet{
        padding: 10px;
        width: 90%;
    }
    
    .second-child-2{
        display: block;
        flex: 1 1 0%;
        min-width: 0px;
        padding: 10px 10px;
    }
    
    .third-section{
        display: flex;
        position: relative;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
        transition: all 0.5s ease 0s;
        padding-top: 20px;
        padding-bottom: 48px;
    }
    
    .third-container{
        display: flex;
        flex-direction: column-reverse;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        text-align: center;
        /* max-width: 728px; */
    }
    
    .third-container img{
        width: 90%;
        float: left;
    }

    .Explore{
        padding: 10px;
        width: 100%;
    }
    
    .second-child-3 h2{
        margin-top: 10px;
        width: 100%;
        padding-bottom: 30px;
    }
    
    .second-child-3 p{
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 1.5rem;
        font-weight: 400;
        width: 100%;
    }
    
    .fourth-section{
        display: flex;
        position: relative;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        min-width: 100%;
        transition: all 0.5s ease 0s;
        overflow: hidden;
        padding-top: 40px;
        padding-bottom: 48px;
    }
    
    .fourth-container{
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        padding-left: 20px;
        padding-right: 20px;
        margin: auto;
        width: 90%;
        /* max-width: 728px;     */
    }
    
    .fourth-container img{
        float: right;
        width: 90%;
    }
    .second-child-4{
        width: 100%;
    }
    .second-child-4 h2{
        margin-top: 10px;
        padding-bottom: 25px;
    }
    
    .second-child-4 p{
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 1.5rem;
        font-weight: 400;
        width: 100%;
    } 
    
    
    .browse{
        padding: 10px;
        width: 90%;
    }
    
    .fifth-section{
        background-color: #24292e;
        text-align: center;
    }
    
    .fifth-container{
        height: auto;
    }
    .fifth-container img{
        margin-top: 3%;
    }
    
    .get-started{
        font-size: 22px;
        font-weight: bold;
        color: white;
        display: block;
        margin: 10px auto 30px;
        padding-top: 50px;
    }
    
    .fifth-section button{
        background-color: blue;
        color: white;
        width: 250px;
        border-radius: 30px;
        height: 50px;
        margin-bottom: 50px;
        transition: background-color 0.7s;
    }
    
    .fifth-section button:hover{
        background-color: darkblue;
    }
    
    
    .sixth-section{
        text-align: center;
        padding-top: 80px;
        padding-bottom: 40px;
    }
    
    .sixth-container{
        margin-left: auto;
        margin-right: auto;
        max-width: 992px;
        width: 100%;
    }
    
    .what-is{
        font-size: 22px;
        font-weight: bold;
        display: block;
        margin-bottom: 50px;
    }
    
    
    
    .video-img{
        width: 100%;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        position: relative;
        z-index: 2;
        border-radius: 12px;
        overflow: hidden;
        height: auto;
    }
    
    .a-tag{
        width: auto;
    }
    
    
    
    .seventh-section{
        padding-right: 20px;
        padding-left: 20px;
        background-color: rgb(255, 255, 255);
    
    }
    
    .seventh-container{
        text-align: center;
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 16px;
        line-height: 22px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 728px;
    }
    
    .seventh-container h2{
        margin-top: 40px;
        margin-bottom: 20px;
        line-height: 46px;
    }
    .seventh-container p{
        font-size: 16px;
        margin: 0 0 1.5rem;
    }
    
    .img-section{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .image img{
        width: 170px;
    }
    
    .eighth-section{
        background-color: black;
        color: white;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .eighth-container{
        text-align: center;
        /* margin-right: 20px;
        margin-left: 20px; */
    }
    .eighth-container h2{
        margin-bottom: 20px;
        padding-top: 40px;
        font-size: 40px;
    }
    
    .eighth-container p{
        padding-bottom: 30px;
        line-height: 1.5;
        font-size: 14px;
    }
    .links{
        padding: 30px;
    }
    
    .links a{
        color: white;
        font-weight: bold;
    }
    .links a:hover{
        color: blue;
    }
    
    .section-nine{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 48px;
        padding-bottom: 30px;
        background-color: #6a737d;
    }
    
    .container-nine{
        margin-left: auto;
        margin-right: auto;
        max-width: 728px;
        width: 100%;
        display: flex;
    }
    
    .img-hoodie{
        width: 40%;
        padding: 10px;
    }
    .container-nine img{
        width: 100%;
    }
    
    .shop{
        width: 50%;
    }
    
    .shop h2{
        padding-bottom: 20px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 50px;
        color: white;
    }
    
    .shop a{
        background-color: transparent;
        color: white;
        border: 2px solid white;
        padding: 15px 50px;
        border-radius: 25px;
        transition: color 1s, border 1s;
    }
    
    .shop a:hover{
        color: blue;
        border: 2px solid blue;
        padding: 15px 50px;
        border-radius: 25px;
        
    }
    
    
    .section-ten{
        text-align: center;
        padding: 48px 20px;
    }
    
    .section-ten h2{
        font-size: 32px;
        margin-top: 40px;
        line-height: 36px;
    }
    
    .section-ten p{
        margin-top: 8px;
        margin-bottom: 30px;
    }
    
    .section-ten button{
        height: 50px;
        width: 100px;
        border-radius: 30px;
        transition: background-color 0.7s;
    }
    
    .section-ten button:hover{
        background-color: darkblue;
    }
    
    
    footer{
        background-color: rgb(233, 235, 238);;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .footer{
        padding: 60px 0;
        width: 100%;
        max-width: 728px;
    }

   footer img{
 padding-left: 0;
    }
    
    .big-div{
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    
    .big-div ul li{
        display: block;
        text-decoration: none;
        padding-bottom: 5px;
        padding-left: 0;
        color: #333;
        font-family: Euclid Circular B,sans-serif;
        font-size: 12px;
        line-height: 16px;
    }
    
    .big-div ul li a:hover{
        color: blue;
    }
    
    .small-div{
        width: 90%;
    }
    
    .small-div h5{
        margin-top: 10px;
        padding-top: 10px;
        text-transform: uppercase;
        line-height: 40px;
        margin-bottom: 4px;
        color: rgb(246, 133, 27) !important;
        font-size: 18px;
    }
    
    .copyright{
        font-size: 12px;
    }

}
