@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap*);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}



html {
    font-size: 25px;
    overflow-x: hidden;

}

body {
    background-color: rgb(0, 0, 0);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(255, 255, 255);
}

html::-webkit-scrollbar {
    width: 0.8rem;
}

html::-webkit-scrollbar-track {
    background: var(black);
}

html::-webkit-scrollbar-thumb {
    background: var(black);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3rem 10%;
    background: rgba(0, 0, 0, 0);
    filter: drop-shadow(10px);
    display: flex;
    justify-content:space-between;
    align-items: center;
    z-index: 100;
}

button {
    
    border: none;
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 25px;
    border-radius: 100px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    justify-content: center;
    transition: 0.4s;
    cursor: pointer;
    margin-left: 30px;
    display: inline-block;

    
    
}

.button1 {
    color: rgb(0, 0, 0);
    margin-left: 1.5rem;
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
    border-bottom: 3px solid ;
    cursor: pointer;
    transition: 0.5s ease;
    color: rgb(0, 0, 0);
    margin-left: 1.5rem;
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
    
    
    
}

.button1:hover {
    background-color: rgba(255, 255, 255, 0.14); 
    color: white;
    
    
}

.textlogo {
    
    padding-right: 25%;

}


.logo {
    
    cursor: pointer;
    transition: 0.5s ease;
}

.logo:hover {
    transform: scale(1.1);
}

.navbar a {
    color: white;
    margin-left: 1.5rem;
    font-weight: 50;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
    
    
}


.navbar a:hover, 
.navbar a.active {
    border-bottom: 3px solid ;
    cursor: pointer;
    transition: 0.5s ease;
    color: rgb(255, 255, 255);
    margin-left: 1.5rem;
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
    

}

#menu-icon {
    
    font-size: 3.6rem;
    display: none;
}

.seemorebutton {
    
    background-color: #ffffff;
    border: none;
    color: rgb(0, 0, 0);
    padding: 10px 70px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    border-radius: 100px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    justify-content: center;
    transition: 0.4s;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 30vh;
    
}

.seemorebutton1 {
    
    background-color: rgba(255, 255, 255, 0.281); 
    color: rgb(255, 255, 255); 
    border-bottom: 3px solid var();
    cursor: pointer;
    transition: 0.5s ease;
    margin-left: 1.5rem;
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
    
}

.seemorebutton1:hover {
    
    background-color: #ffffff64;
    color: rgba(255, 255, 255, 0.966);
    transform: scale(1.1);
}

@media (max-width:995px) {
    
    #menu-icon {
        display:block;
    }
    .navbar {
        position: absolute;
        top: 100%;
        right: 0%;
        width: 40%;
        border-left: 3px solid ;
        border-bottom-left-radius: 2rem;
        padding: 1rem 3%;
        border-top: 0.1rem solid rgba(0, 0, 0, 0);
        display: none;
    }


    .navbar.active {
        display: block;
    }
    .navbar a {
        display: block;
        font-size: 2rem;
        margin: 3rem 0;
    }

    .navbar a:hover,
    .navbar a.navbar.active {
        padding: 1rem;
        border-radius: 0.5rem;
        border-bottom: 0.5rem solid;
    }


}
h1 {
    font-size: 90px;
    display:block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 4%;
    padding-top: 6%;
    font-weight: 1;
    
}

.content {
    position: fixed;
    bottom: -2%;
    background: rgba(0, 0, 0, 0);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
   
  
  }

.home-content {
    #myVideo {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%; 
        min-height: 100%;
      }

    background-size: cover;
    min-height: 100vh;
    padding: 5rem 0% 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
    
}



.home {
    
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8rem;

}

.home .home-content h1{
    
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.3;
    
}


.navbar2 {
    
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
    position: relative;
    top: 23vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 55vh;
    
}

.navbar2 a {
    
    color: white;
    margin-left: 1.5rem;
    font-weight: 100;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
}

.navbar2 a:hover,
.navbar2 a.active {
    color: var();
    border-bottom: 3px solid;
    cursor: pointer;
    transition: 0.5s ease;
    color: rgba(255, 255, 255, 0.415);
    margin-left: 1.5rem;
    font-weight: 500;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;

}

.brand {
    color: white;
    text-shadow: 2px 2px 50px #ffffff;
}

.experience1 {
    color: white;
    text-shadow: 2px 2px 50px #ffffff;
    font-style: italic;
}

h2 {
    margin-top: 15vw;
    margin-bottom: 5vw;
    font-size: 150%;
    font-weight:200;
}


.abouttext {
    color: white;
    text-shadow: 2px 2px 15px #ffffff;
    font-size: 55px;
}



.about-content {
    font-size: 120px;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 1;
}



.paragraph {
    height: 1%;
    font-size: 40px;
    display: flex;
    justify-content:center;
    align-items: center;
    font-weight: 1;
    margin: 2% 15VW;
}
.about-img {
    background-image: url(../images/about/DesktopAboutUsPage.png);
    background-size: cover;
    min-height: 300vh;
    padding: 5rem 0% 5rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    
}

#grad1 {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0),rgb(0, 0, 0), rgba(0, 0, 0, 0.994));
    padding-bottom: 13%;
}

.awardstext1 {
    font-size: 30px;
    display: block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 1;
    margin: 5% 5em;
    margin-top: 30vh;
}

.awardstext2 {
    font-size: 100px;
    padding-bottom: 2%;
    
}



.line1 {
    stroke-width: 0.5px;
    stroke: #FFF;
    margin: 10% 20%;
    
}


.row1 {
    display: flex;
    width: 100%;
    height: 40vh;

    /* vertical margin */
    margin: 1rem 0;
    padding-bottom: 2vh;


}

.row2 {
    display: flex;
    width: 100%;
    height: 40vh;

    /* vertical margin */
    margin: 1rem 0;
    padding-bottom: 5%;


}

.rows {
    margin-left: 30px;
    margin-right: 50px;
    margin-top: 32VH;
}
/* boxes */
.box {
    width: 100%;
    height: 30%;
    background-color: rgba(211, 211, 211, 0);
    margin: 1rem;
    border-top: .5px solid white;

   

    /* move text */
    display: flex;
    justify-content: left;
    align-items:center;

    color: white;
    background-size: cover;
}

.instagram1 {
    margin-left: 58.5%;
    margin-top: 15%;
    font-size: 500%;
    position:relative;

}

.instagramorig {
    font-weight: lighter;
    margin-top: 5%;
    
}

#instagram2 {
    font-weight: 100;
    font-size: 200%;
    padding-top: 22%;
}



.behance1 {
    margin-left: 51%;
    margin-top: 12%;
    font-size: 500%;
    position:relative;

}

.behanceorig {
    font-weight: lighter;
}

#behance2 {
    font-weight: 100;
    font-size: 200%;
    padding-top: 22%;
}



.facebook1 {
    margin-left: 60%;
    margin-top: 15%;
    font-size: 500%;
    position:relative;

}

.facebookorig {
    font-weight: lighter;
    margin-top: 5%;
}

#facebook2 {
    font-weight: 100;
    font-size: 200%;
    padding-top: 22%;
}



.dribbble1 {
    margin-left: 62.5%;
    margin-top: 12%;
    font-size: 500%;
    position:relative;

}

.dribbbleorig {
    font-weight: lighter;
}

#dribbble2 {
    font-weight: 100;
    font-size: 200%;
    padding-top: 22%;
}






body {
    background-color:rgba(0, 0, 0, 0.023);

}

.wrapper {
    border: 1px solid rgba(255, 255, 255, 0);
    position: absolute;
    width: 75vw;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: space-around;
    gap: 10px;
    padding-top: 175%;

}

.container {
    width: 30vmin;
    height: 50vmin;
    border: 1px solid rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 1% ;
    position: relative;
    font-size: 16px;
    border-radius: 2em;
    background-color: #21242b00;
    

}

i {
    color: #f9187d;
    font-size: 6em;
    text-align: center;

}

span.num {
    color: #ffffff;
    display: grid;
    place-items: center;
    font-weight: 600;
    font-size: 6em;
}

span.text {
    columns: #e0e0e0;
    font-size: em;
    text-align: center;
    pad: 0.7em 0;
    font-weight: 100;
    list-style: none;
    line-height: 0;
}

@media screen and (max-width: 1024px) {
    .wrapper {
        width: 85vw;
    }
    .container {
        height: 26vmin;
        width: 26vmin;
        font-size: 12px;
        
    }
    
}

@media screen and (max-width: 768px) {
    .wrapper {
        width: 90vw;
        flex-wrap: wrap;
        gap: 30px;
    }
    .container {
        width: calc(50% - 40px);
        height: 30vmin;
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .wrapper {
        gap: 15px;
    }
    .container {
        width: 100%;
        height: 25vmin;
        font-size: 8px;
    }
} 

/*footer*/

.project {
    position:absolute;
     right: 10px;
     left: 10px;
     z-index: 1;
     text-align: left;
     bottom: -13.5%;
     font-size: 100px;

     
}

.talkbutton {
    position:absolute;
    right: 40px;
    z-index: 1;
    text-align: right;
    bottom: -13.5%;
    font-size: 100px;
    cursor: pointer;
    transition: 0.5s ease;
}

.talkbutton:hover {
    transform: scale(1.1);
} 

.project1 {
    color: white;
    text-shadow: 2px 2px 15px #ffffff;

}



h2 {
    margin-top: 10vw;
    margin-bottom: 5vw;
    font-size: 150%;
    font-weight:200;
}


.designerstext {
    color: white;
    text-shadow: 2px 2px 15px #ffffff;
    font-size: 60px;
}



.designers-content {
    font-size: 100px;
    display:flexbox;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 1;
    
}



.paragraph2 {
    height: 1%;
    font-size: 60px;
    display: flex;
    justify-content:center;
    align-items: center;
    font-weight: 1;
    margin: 2% 20VW;
}
.designers-img {
    background-image: url(../images/DesktopDesignersPage.png)   ;
    background-size: cover;
    min-height: 300vh;
    padding: 5rem 0% 5rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    
}

.paragraph1 {
    height: 5%;
    font-size: 30px;
    display: flex;
    justify-content:center;
    align-items: center;
    font-weight: 1;
    margin: -3% 20VW;
  
   
}

.contentfull {
    position: absolute;
    z-index: 1;
    bottom: 33%;
}
