/* Reset */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    font-size: 14px;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins';
    line-height: 1.55;
    color: #ffffff;
    background-color: #242423;
    text-align: center;
    overflow-x: hidden;
}

.container {
    width: 85%;
    margin: 0 auto;
}

h1 {
    font-size: 2.7rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.2rem;
    font-weight: 500;
}

h3 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

h4 {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 6px;
}

p {
    font-weight: 300;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5rem;
}

section {
    margin-bottom: 3.5rem;
    padding: 8rem 0;
}

.header2 {
    padding: 3rem 0;
    margin-bottom: 1.5rem;
}

.intro {
    margin: auto;
    font-size: 1.5rem;
    font-weight: 500;
    color: #f7bd2e;
    margin-bottom: 0;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}

.link-menu a {
    margin-right: 5px;
}

.link-menu a .fab {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    width: 40px;
    border-radius: 50%;
    color: #ffffff;
}

.link-menu a .fab::after {
    content: '';
    width: 0;
    height: 3px;
    background-color: #f7bd2e;
    margin: auto;
    display: block;
}

.link-menu a .fab:hover:after {
    width: 80%;
    transition: width 0.3s linear;
}

.visit-site-btn {
    text-decoration: none;
    color: #f7bd2e;
    padding: 10px 20px;
    border: solid 1px #ffffff;
    transition: all 0.3s;
}

.visit-site-btn:hover {
    color: #ffffff;
    border: solid 1px #f7bd2e;
    background: #f7bd2e;
}

.logo {
    width: 150px;
}

#home {
    height: 100vh;  
}

.homebody {
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}

.homebody h1 {
    color: #f7bd2e;
    text-transform: uppercase;
}

.by {
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: overline;
    text-decoration-color: #f7bd2e;
}

.homebody h2 {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

.menu {
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.menu a:nth-child(1){
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 60px;
    background: #333533;
    border-radius: 50px 0 0 50px;
}

.menu a:nth-child(2){
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 60px;
    background: #333533;
}

.menu a:nth-child(3){
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 60px;
    background: #333533;
    border-radius: 0 50px 50px 0;
}

.menu a:hover {
    color: #f7bd2e;
    background: #464946;
}

.logo-project {
    margin-bottom: 10rem;
}

img.logo-proj{
    max-width: 60%;
    margin-bottom: 3rem;
}

.brand-guideline {
    max-width: 100%;
    margin-bottom: 5rem;
}

.mockup {
    max-width: 100%;
}

/*.content {
    margin-bottom: 10rem;
}

.logo-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
    margin-bottom: 5rem;
}

.carousel {
    display: inline;
}

.carousel img {
    max-width: 33%;
}

.gupit-mockup img {
    max-width: 24.5%;
}

.logo-image {
    background: #333533;
    border-radius: 0 250px 250px 0;
    box-shadow: 0 20px 10px rgba(0, 0, 0, 0.171);
    padding: 20px;
    max-width: 500px;
}

.logo-image h4 {
    color: #ffffff;
    letter-spacing: 1px;
    margin-left: 50px;
    margin-bottom: 1rem;
    text-align: start;
}

.logo-proj{
    width: 250px;
}

.icon-proj {
    width: 150px;
}

.info-color-container {
    text-align: start;
    padding: 20px;
}

.info-container {
    margin-bottom: 1rem;
}

.kape .info-container p{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 28px;
    color: #f5f6f7;
}

.color-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.colors {
    padding: 10px;
    list-style: none;
}

.colors p{
    letter-spacing: 2px;
}

.dot {
    height: 50px;
    width: 50px;
    background-color: #f5f6f7;
    border-radius: 50%;
    display: inline-block;
}

li:nth-child(2) {
    .dot{
        background-color: #f5f0e0;
    } 
}

li:nth-child(3) {
    .dot{
        background-color: #573c26;
    } 
}

li:nth-child(4) {
    .dot{
        background-color: #1a100a;
    } 
}

li:nth-child(5) {
    .dot{
        background-color: #4d161c;
    } 
}

.gupit .logo-image {
    border-radius: 250px 0 0 250px;
}

.gupit .logo-image h4 {
    margin-right: 50px;
    text-align: right;
}

.gupit .info-container p{
    font-family: 'lucida calligraphy thin';
    src: url('/font/lucida-calligraphy-thin.ttf');
    font-size: 28px;
    color: #d4af37;
}

.gupit li:nth-child(1) {
    .dot{
        background-color: #f5f5fa;
    } 
}

.gupit li:nth-child(2) {
    .dot{
        background-color: #161616;
    } 
}

.gupit li:nth-child(3) {
    .dot{
        background-color: #d4af37;
    } 
}

.ureward .info-container p{
    font-family: 'helvetica';
    src: url('/font/Helvetica-Bold-Font.ttf');
    font-size: 28px;
    font-weight: bold;
    color: #ffa500;
}

.ureward li:nth-child(1) {
    .dot{
        background-color: #ffa500;
    } 
}

.ureward li:nth-child(2) {
    .dot{
        background-color: #000061;
    } 
}

.ureward li:nth-child(3) {
    .dot{
        background-image: linear-gradient(to right,#ffa500 ,#000061);
    } 
}*/

#icon {
    color: #ffffff;
    background-color: #333533;    
}

.icon-example h4{
    text-align: left;
    margin-bottom: 2rem;
}

.icon-example h4:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #f7bd2e;
    width: 120px;
    height: 3px;
}

.icon-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 3rem;
}

/*.icon-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}*/

/*.icon-container {
    --min-column-size: 18rem;
    display: grid;
    grid-template-columns: repeat(autofit, minmax(min(var(--min-column-size), 100%), 1fr));
    gap: 1rem;
}*/

.icon-box {
    list-style: none;
    text-align: left;
    width: 200px;
    height: 200px;
    padding: 10px;
    margin-bottom: 10px;
}

.icon-img {
    width: 70px;
    margin-bottom: 1rem;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5) ;
}

.design-type {
    display: inline-flex;
    text-align: start;
    margin-bottom: 10rem;
}

.design-type-image {
    display: inline-flex;
}

.image {
    width: 280px;
}

.design-type-info {
    padding: 20px;
}

.design-type-info span {
    color: #f7bd2e;
    font-size: 5rem;
    font-weight: 700;
    text-shadow: -0.1em 0.02em 0.12em rgba(0, 0, 0, 0.5);
}

.design-type-info span:not(:first-child)  {
    margin-left: -0.18em;
}

.design-type-info h3:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #f7bd2e;
    width: 120px;
    height: 3px;
}

.pamphlet .image {
    width: 600px;
}

.nametag {
    max-width: 100px;
    height: 100%;
    margin-right: 100px;
}

footer {
    color: #ffffff;
    background: #333533;
    padding: 3.5rem;
}

.footer-content {
    display: flex;
    text-align: start;
    margin-bottom: 3.5rem;
}

.footer-content h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.footer-content a {
    text-decoration: none;
    color: #ffffff;
}

.footer-logo {
    width: 700px;
}

.footer-logo .logo {
    width: 120px;
    margin-bottom: 1rem;
}

.footer-logo p {
    max-width: 400px;
    margin-left: 0;
}

.footer-contact {
    width: 300px;
}

.footer-social {
    width: 200px;
}

.footer-social a {
    margin-right: 10px;
}

.footer-social a .fab {
    text-align: center;
    font-size: 20px;
    line-height: 38px;
    width: 40px;
    border-radius: 50%;
    color: #ffffff;
    text-align: left;
}

.cmj-copyright {
    border-top: solid 1px #ffffff;
}

.cmj-copyright p {
    margin-top: 3.5rem;
}

.hidden {
    opacity: 0;
    transition: all 2s;
}

.show {
    opacity: 1;
}

@media screen and (max-width: 1100px) {
    .icon-container {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .design-type-image {
        max-width: 500px;
        min-width: 300px;
        margin: auto;
    }

    .image {
        width:240px;
        min-width:140px;
        height: 100%;
    }

    .design-type-info {
        max-width: 500px;
        min-width: 300px;
    }

    .nametag {
        width: 78.5px;
        min-width: 50px;
        height: 100%;
        margin-right: 100px;
    }

    .footer-logo {
        width: 400px;
        margin-right: 3rem;
    }
    
    .footer-contact {
        width: 250px;
        margin-right: 3rem;
    }

    .footer-social {
        width: 250px;
    }
}

@media screen and (max-width: 800px) {
    h1 {font-size: 2.2rem;}
    
    h2 {font-size: 1rem;}
    
    h3 {font-size: 1.8rem;}
    
    h4 {font-size: 1rem;}

    /*.logo-body {grid-template-columns: 1fr;}

    .carousel img {
        max-width: 100%;
    }

    .gupit-mockup img {
        max-width: 100%;
    }

    .gupit {
        display: flex;
        flex-direction: column-reverse;
    }

    .gupit .logo-image {
        margin-left: auto;
        margin-right: 0;
        width: 500px
    }*/

    .icon-box {
        width: 200px;
        height: 200px;
    }

    .design-type {
        display: grid;
        text-align: start;
    }

    .design-type-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: none;
    }

    .design-type-info {
        max-width: none;
    }

    .design-type-info span {font-size: 4rem;}

    .two, .four {
        display: flex;
        flex-direction: column-reverse;
    }

    .pamphlet .image {
        width: 580px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .nametag {
        margin-right: 0;
    }

    .five .design-type-image {
        text-align: center;
    }

    .footer-content {
        display: inline;
        text-align: center;
    }   

    .footer-logo {
        width: 100%;
        margin-bottom: 3rem;
    }

    .footer-logo p {
        margin-left: auto;
    }

    .footer-contact {
        width: 100%;
        margin-bottom: 3rem;
    }

    .footer-social {
        width: 100%;
        margin-bottom: 3rem;
    }    

    .footer-social a .fab {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 1.7rem;
        letter-spacing: 1px;
        margin-bottom: .5rem;
    }
    
    h2 {font-size: 1rem; margin-bottom: 1rem;}

    h3 {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }

    h4 {font-size: 1rem; margin-bottom: 3px;}

    p {font-size: 12px;}

    header {display: inline-flex; gap: 10px;}
    .logo {width: 100px;}
    .link-menu a .fab {display: none;}

    .menu a {font-size: 12px;}

    .menu a:nth-child(1){
        width: 100px;
        height: 40px;
    }

    .menu a:nth-child(2){
        width: 100px;
        height: 40px;
    }

    .menu a:nth-child(3){
        width: 100px;
        height: 40px;
    }

    .logo-project {
        margin-bottom: 5rem;
    }
    
    img.logo-proj{
        width: 80%;
        margin-bottom: 1.5rem;
    }

    .brand-guideline {
        margin-bottom: 2.5rem;
    }

    /*.logo-body {
        grid-template-columns: 1fr;
        grid-gap: 1.5rem;
        margin-bottom: 2.5rem;
    }
    
    .content { margin-bottom: 5rem;}

    .ureward-description {margin-bottom: 5px;}

    .logo-image h4 {
        letter-spacing: 0px;
        margin-left: 25px;
        margin-bottom: .5rem;
    }

    .logo-image {max-width: 300px;}

    .gupit .logo-image h4 {margin-right: 25px;}

    .logo-body .info-container p {font-size: 20px;}
 
    .logo-proj {width: 150px;}
    
    .icon-proj {width: 100px;}

    .dot {
        height: 40px;
        width: 40px;
    }*/

    .icon-container {
        grid-template-columns: 1fr 1fr;
    }
    
    .icon-box {
        width: 150px;
        height: 150px;
    }
    
    .icon-box h4 {margin-bottom: 5px;}
    
    .icon-img {width: 50px;}

    .design-type {
        min-width:200px;
        display: grid;
        text-align: start;
        margin-bottom: 5rem;
    }

    .two, .four {
        display: flex;
        flex-direction: column-reverse;
    }

    .design-type-info span {font-size: 3rem;}
    
    .image {width: 120px;}

    .pamphlet .image {width: 320px;}

    .nametag {
        width: 45.5px;
        min-width: 25px;
        height: 100%;
    }

    .five .design-type-image {
        text-align: center;
    }

    .footer-logo .logo {width: 100px;}
    
    .footer-social a .fab {
        text-align: center;
        font-size: 15px;
        line-height: 28px;
        width: 30px;
    }
    
}




