@charset "UTF-8";

html, body * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


@font-face {
    font-family: 'lato';
    src: url(./fontface/Lato-Black.woff) format('woff2'),
         url(./fontface/Lato-Black.woff2) format('woff');
    font-weight: black;
}

@font-face {
    font-family: 'lato';
    src: url(./fontface/Lato-Bold.woff) format('woff2'),
         url(./fontface/Lato-Bold.woff2) format('woff');
    font-weight: bold;
}

@font-face {
    font-family: 'lato';
    src: url(./fontface/Lato-Regular.woff) format('woff2'),
         url(./fontface/Lato-Regular.woff2) format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'lato';
    src: url(./fontface/Lato-Light.woff) format('woff2'),
         url(./fontface/Lato-Light.woff2) format('woff');
    font-weight: light;
}


h1, h2, h3, h4, p{
    font-family: 'lato';
}


.img-responsive{
    max-width: 100%;
    height: auto;
}

html {
    font-size: 20px;
}

body {
    width: 100%;
    height: auto ;
    margin: 0;
    padding: 0;
    background-color: #fffdf9;
    font-size: 18px;
    font-family: "lato";
    cursor: none;
}

.cls-1 {
    stroke: #d6c15b;
    stroke-miterlimit: 10;
    stroke-width: 3px;
}

.cls-1, .cls-2 {
    fill: none;
}

.cls-3, .cls-2 {
    stroke-width: 0px;
}

.hamburger{
    display: none;
    cursor: pointer;
}

.bar{
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out ;
   background-color: #000;
}


.header{
    width: 100%;
    height: 5rem;
    /* border-bottom: 1px solid #ea6f35 ; */
    display: flex;
    flex-direction: row;
    font-weight: normal;

}

.firstp{
    width: 50%;
    height: auto;
    
}

   .firstp a{
        font-family: 'lato';
        font-size: 20px;
    }

    .firstp{
        font-weight: 400;
    }

.secp{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
            float: right;
            

}

.navbar{
    width: 100%;
    max-width: 65%;
    height: 5rem;
    display: inline-flex;
    flex-direction: row;
    margin: 0 auto 0 auto;
    font-family: 'lato';
    font-size: 18px;
}

.nav-menuu{
    width: 60%;
    float: left;
}


ul.nav-menu, .nav-menuu{
    width: 100%;
    padding: 2rem 0;
    display: flex;
    flex-direction: row;
    /* justify-content: space-evenly; */
    text-decoration: none;
    list-style: none;
    align-items: center;
    /* margin-left: 42%; */
    /* gap: 1rem; */

}


.nav-link{
    transition: 0.1s ease-in;
}

.nav-link::after{
    /* border: 1px solid black; */
    /* background-color: #000; */
    /* background-color: #FCFAF4; */
    color: #ea6f35;
    font-weight: bold;

}

.nav-link:hover{
    color: rgb(0, 0, 0);

    /* font-size: 16px; */
    font-weight: bold;
}


.nav-link.active {
    /* background-color: #000; */
    /* border-radius: 30px; */
    color: #ea6f35;
    font-weight: bold;
}


.p1 h2{
    color: #ea6f35;
}

footer h4{
    color: #ea6f35;
}

li.nav-menu, .nav-menuu{
    font-size: 1.1rem;
    /* margin-top: 5%; */
    list-style: none;
    font-size: 18px;
}

a{
    color: #000;
    text-decoration:none;
    cursor: none;

}

.card-link-mob {
    
    text-decoration: none;
    color: inherit; /* Use the default text color */
}


.cursor{
    position: fixed;
    width: 30px;
    height: 30px;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 4px solid #d6c15b;
    transition: transform .2s ease;
    transform: center center;
    pointer-events: none;
    z-index: 10000;
    display: none;

}
/* .grow, .grow-small{
    transform: scale(5);
    background: #ffffff;
    mix-blend-mode: difference;
    border: none;

} */

.grow-small{
    transform: scale(1);

}

@media only screen and (max-width: 600px) {

    .header{
        width: 100%;

    }

    .options{
        margin: 20px auto 0 auto;
        max-width: 80%;
    }

    .firstp{
        width: 100%;
        font-family: 'lato';
        font-size: 18px;
    }

  
    .secp{
        width: 100%;
        height: 12rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    

    .name{
        width: 5.2rem;
        height: auto;
        /* margin-top: -.2rem; */
    }

    .navbar{
        width: 100%;
        height: 3rem;
        display: flex;
        align-items: center;
        justify-content: space-between; 
        /* border-bottom: 1px solid black; */
        background-color: #fffdf9;
        
    } 
    
    .nav-bar a {
        width: 100%;
        display: block;
        text-align: center;
    }


    .aimg{
        width: auto;
        height: 23px;
        margin-top: -10px;
    }
    
    
a{
    color: #000000;
    font-family: 'lato';
    text-decoration:none;
}

    .hamburger{
        display: block;
        cursor: pointer;
        margin: 10px 0px 0 0px;
    }
    
    .bar {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #000;
    }

    .hamburger.active .bar:nth-child(2){ 
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1){ 
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3){ 
        transform: translateY(-8px) rotate(-45deg);
    }

 
    .nav-link{
        margin: 10px 0 10px 0;
    }

    .nav-menu.active{
        right: 0;
        z-index: 8;

    }

    .activee{
        display: none;
    }


.heroimg{
    width: 100%;
    height: auto;
    overflow: hidden;
    /* position: relative; */
    /* background-color: #FCFAF4; */
    /* background: #fffdf9; */
    /* background: linear-gradient(180deg, rgba(252,250,244,1) 0%, rgba(244,239,224,1) 35%, rgba(252,250,244,1) 100%); */
    display: flex;
    flex-direction: column;
}

.but{
    width: 120px;
    height: 50px;
    border-radius: 30px;
    background-color:#ea6f35;
    border-color: #ea6f35;
    font-family: 'lato';
    font-weight: bolder;
    cursor: pointer;
    /* margin-left: 10%; */
    float: right;
    color: #e9dbc0;
    margin-top: 30px;
}


.img1{
    width: 55%;
    height: auto;
    margin: 3rem auto 0 auto;
} 

.problem{
    width: 100%;
    height: auto;
    background-color: #FAEDD9;
    margin-top: 4rem;
}

.problem1{
    max-width: 80%;
    margin: 0px auto 0 auto;
    font-family: 'lato';
    padding-bottom: 30px;
}

.problem li{
    margin-left: 16px;
}

.pul{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.research{
    width: 100%;
    margin: 30px auto 30px auto;
    font-family: 'lato';
}

.researchs{
    max-width: 80%;
        margin: 0px auto 0px auto;

}

.researchs h4{
   padding: 0px 0 30px 0;

}

.researchs p{
    font-weight: normal;
    font-size: 18px;
}

.rsearchs li{
    list-style: disc;
    padding-left: 30px;
}

.r1, .r2{
    margin-top: 30px;
}

.persona{
    width: 100%;
    height: auto;
    background-color: #FAEDD9;
    display: flex;
    flex-direction: column;
}

.personasize{
    max-width: 80%;
    margin: 0 auto 0 auto;
    padding: 30px 0;
    font-family: 'lato';
}

.rightcol{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.upcol{
     display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.upcol img{
    width: 100px;
    height: 100px;
}

.upcol p{
    margin-bottom: 30px;
}

.design{
    width: 100%;
    height: auto;
}

.designinfo{
    max-width: 80%;
    display: flex;
    flex-direction: column;
    margin: 0 auto 0 auto;
}

.logos h4{
    margin-bottom: 30px;
}

#color h4{
    margin-bottom: 30px;
}

.columndesign{
    margin: 00 auto 0 auto;
}

.columndesign img{
    width: 80%;
}

.imgs{
    width: 100%;
}

.imgs img{
    width: 100%;
    margin: 0 auto;
}

.logoss{
    width: 100%;
}

.logoss img{
    width: 100%;
}

.logoss h4{
    margin-bottom: 30px;
}

.logoss img{
    margin-bottom: 30px;
}

.designinfo h4{
    margin-top: 30px;
}

/* .problem li{
    display: flex;
    flex-direction: column;
} */

.problem1 h4{
    margin: 0px 0 20px;
    padding-top: 30px;
}



.hea{
    width: 100%;
    height: auto;
}

.brandimg{
    width: 65%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0 auto 0 auto;
}

    .nav-menu{
        position: fixed;
        right: -100%;
        top: 100px;
        gap: 0;
        flex-direction: column;
        background-color: #fffdf9;
        width: 100%;
        height: 280px;
        text-align: center;
        transition: 0.3s;
        font-size: 16px;
        justify-content: space-evenly;
    }

.brandingg{
    width: 65%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 3rem auto 0 auto;
}

.v{
    width: 80%;
    margin: 0 auto;
}

.summary h2{
    padding-top: 3rem;
}

.branding-textt{
    width: 45%;
    height: auto;
    float: left;
}
.branding-textt img{
    width: 65%;
}
.branding-texttt{
    width: 45%;
    height: auto;
    float: right;

}
.branding-texttt img{
    width: 65%;
}

.brandimg img{
    width: 20%;
    height: auto;
}

.herotext h2{
    margin-bottom: .2rem;
    font-size: 18px;
    font-family: 'lato';
}



.first{
    width: auto;
    height: 100%;
}

.hero{
    width: auto;
    height: 50%;
    margin: 2rem auto 5rem auto;
}

h1{
    font-size: 80px;
}

.project-specifications p{
    font-size: 18px;
    font-family: 'lato';
    margin-bottom: 5%;

}

.sec{
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 0.5rem;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sec h5{
    font-size: 14px;
    color: #373737;
    width: auto;
    background-color: #F8F7F4;
    border: 2px solid #F8F7F4;
    border-radius: 5pc;
    padding: .6rem;
  }

.herotext{
    display: flex;
    flex-direction: column;
    color:#000;
    width: 80%;
    height: auto;
    margin: 5% auto 4rem auto;
    display: flex;
    flex-direction: column;
}

.text-columns{
    display: flex;
    color:#000;
    max-width: 100%;
    height: auto;
    margin: 30px auto 0 auto;
      gap: 10px;
}

.mobtext{
    width: 80%;
    margin: 0 auto 0 auto;
}

.partover h4{
    margin-bottom: 10px;
}

.over h4{
        margin-bottom: 30px;
        font-size: 16px;

}

.tools{
    margin-bottom: 30px;
}

.over{
  height: auto;
  margin-bottom: 30px;

}

.partover{
 height: auto;
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.ht1{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
}



.ht2{
    width: 90%;
    height: auto;
}

.herotext p{
    font-family: 'lato';
    font-size: 16px;
    margin-top: 2%;
}


.project-overview{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    margin: 0 auto 5% auto;
}

.project-details{
    width: 100%;
    height: auto;
    margin-top: 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.project-over{
    width: 80%;
    height: auto;
    background-color: #e9dbc0;
    padding: 1rem;

}

.onep h5{
    font-size: .9rem;
}

.process{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}

.onep, .twop, .threep, .fourp{
    width: 25%;
    display: flex;
    flex-direction: column;
}

.project-over h3{
    font-size: 18px;
    font-family: 'lato';
    margin-bottom: 2%;
}

.project-over p{
    font-size: 16px;
    font-family: 'lato';
    margin-bottom: 5%;
}

.branding-img{
    width: 65%;
    height: auto;
    margin-left: 5%;
    margin-top: 5%;
}

.uiim1{
    width: 100%;
    height: auto;
}

.threeparts{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}


.role{
    display: flex;
    flex-direction: column;
    width: 65%;
    justify-content: center;
    margin: 0 auto 5% auto;
    text-align: start;
}


.footer{
    width: 100%;
    height: auto;
    font-family: 'lato';
}

.socials{
    width: 50%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 5px;
}

footer h3{
    margin-block-start: 1em;
    margin-block-end: 1em;
   font-weight: normal;
   text-align: center;
   margin-top: 15px;

}

footer h4{
    color: #ea6f35;
}

.touch{
    width: 80%;
    height: auto;
    justify-content: center;
    padding: 2rem 0 0 0rem;
    /* border: 1px solid red; */
    /* padding-left: rem; */
}

.touchs{
    width: 80%;
    /* width: 30%; */
    height: auto;
    margin: 0 auto;
    justify-content: space-between;
    padding-top: 1rem;
    /* padding-right: 10rem; */
        /* border: 1px solid red; */
}

.touchs img{
    width: 40px;
    height: auto;
}


.touchto{
    width: 85%;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

footer{

    width: 100%;
    height: 10rem;
    margin: 3rem auto 0 auto;
    bottom: 0;
    /* margin-bottom: -80px; */
    /* border-top: 1px solid black; */
    font-size: 10px;
    background-color: #000;
    background-color: #fffdf9;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: block;
    border-top: 1px solid #e9dbc0;
     font-family: 'lato';
        font-weight: bolder;
        font-size: 18px;
}

footer h5{
    font-size: 16px;
    text-align: center;
}

footer h4{
    font-size: 1.5rem;
}

.one{
    width: 50px;
    height: 50px;
    /* padding-right: .5rem; */
    margin-right: .3rem;

}

.two{
    width: 50px;
    height: 50px;
    /* padding-right: .rem; */
    margin-right: .3rem;


}

.three{
    width: 50px;
    height: 50px;
    margin-right: .3rem;

}

.detail-text{
    width: 100%;
    max-width: 80%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 5% auto 5% auto;
    text-align: start;
    font-size: 18px;
    font-family: 'lato';
}

#slidy-container { 
    width: 100%; overflow: hidden; margin: 30px auto 30px auto;
    border-radius: 5px; 

}

.detail-text h4{
    margin-bottom: 10px;
}

.detail-text h3{
    font-size: 16px;
    margin-bottom: 30px;
}

.v1{
    width: 100%;
    height: 200px;
    margin: 30px auto 0 auto;
    padding-bottom: 10%;
    border-radius: 10px; 


}

.video{
    width: 100%;
    height: auto;
}
 
 .video iframe{
    width: 100%;
    height: 200px;


} 

}
@media only screen and (min-width: 601px) {


.mob{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 1;
    display: none;
}


.heroimg{
    width: 100%;
    height: auto;
    overflow: hidden;
    /* position: relative; */
    /* background-color: #FCFAF4; */
    /* background: #fffdf9; */
    /* background: linear-gradient(180deg, rgba(252,250,244,1) 0%, rgba(244,239,224,1) 35%, rgba(252,250,244,1) 100%); */
    display: flex;
    flex-direction: column;
}

.problem{
    width: 100%;
    height: auto;
    background-color: #FAEDD9;
    margin-top: 4rem;
}

.problem1{
    width: 100%;
    max-width: 65%;
    margin: 0px auto 0 auto;
    font-family: 'lato';
    padding-bottom: 30px;
}

.problem li{
    margin-left: 16px;
}

.pul{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.research{
    width: 100%;
    max-width: 65%;
    margin: 30px auto 30px auto;
    font-family: 'lato';
}

.researchs h4{
   padding: 0px 0 30px 0;

}

.researchs p{
    font-weight: normal;
    font-size: 18px;
}

.rsearchs li{
    list-style: disc;
    padding-left: 30px;
}

.r1, .r2{
    margin-top: 30px;
}

.persona{
    width: 100%;
    height: auto;
    background-color: #FAEDD9;
    display: flex;
    flex-direction: column;
}

.personasize{
    max-width: 65%;
    margin: 0 auto 0 auto;
    padding: 30px 0;
    font-family: 'lato';
}

.rightcol{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.upcol{
     display: flex;
    flex-direction: column;
    margin-top: 30px;
}


.upcol h4{
    margin-bottom: 30px;
}

.upcol img{
    width: 100px;
    height: 100px;
    margin-right: 30px;
}

.upcol p{
    margin-bottom: 30px;
}

.design{
    width: 100%;
    height: auto;
}

.designinfo{
    width: 100%;
    max-width: 65%;
    display: flex;
    flex-direction: column;
    margin: 0 auto 0 auto;
}

.designinfo img{
    width: 100%;
    height: auto;
}

.logos h4{
    margin-bottom: 30px;
}



#color h4{
    margin-bottom: 30px;
}

/* .text-columns .columndesign{
    margin: 30px auto 0 auto;
} */

.columndesign img{
    width: 100%;

}




.imgs{
    width: 80%;
    margin: 30px auto 30px auto;
}

.logo2{
    margin-top: 40px;
}

.imgs img{
    width: 100%;
    margin: 0 auto;
}

.logoss{
    width: 100%;
    margin-top: 60px;
}

.logoss img{
    width: 100%;
}

.logoss h4{
    margin-bottom: 30px;
}

.logoss img{
    margin-bottom: 30px;
}

.designinfo h4{
    margin-top: 60px;
}

/* .problem li{
    display: flex;
    flex-direction: column;
} */

.problem1 h4{
    margin: 0px 0 20px;
    padding-top: 30px;
}

.hea{
    width: 100%;
    height: auto;
}

.brandimg{
    width: 65%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0 auto 0 auto;
}

.nav-menu{
    width: 40%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    /* align-items: center; */
    /* justify-content: center;  */
    /* gap: 60px; */
    /* margin: 15px auto 20px auto; */
    
 } 


.brandingg{
    width: 65%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 3rem auto 0 auto;
}


.summary h2{
    padding-top: 3rem;
}

.branding-textt{
    width: 45%;
    height: auto;
    float: left;
}
.branding-textt img{
    width: 65%;
}
.branding-texttt{
    width: 45%;
    height: auto;
    float: right;

}
.branding-texttt img{
    width: 65%;
}

.brandimg img{
    width: 20%;
    height: auto;
}

.herotext h2{
    margin-bottom: .2rem;
}



.first{
    width: auto;
    height: 100%;
    /* float: right; */
    /* margin-right: 10rem; */
}

.hero{
    /* background-color: #FCFAF4; */
    width: auto;
    height: 50%;
    margin: 2rem auto 5rem auto;
    /* position: absolute;
    z-index: 1; */
    /* float: right; */
    /* margin-top: 15%;
    margin-left: 6%;
    padding-right: 10%; */
}

h1{
    font-size: 80px;
}

.project-specifications p{
    font-size: 18px;
    font-family: 'lato';
    margin-bottom: 5%;

}

.sec{
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 0.5rem;
    align-items: center;
    /* padding-bottom: 1rem; */
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sec h5{
    /* font-weight: bold; */
    font-size: 14px;
    color: #373737;
    /* padding-bottom: .5rem; */
    width: auto;
    /* height: 2rem; */
    background-color: #F8F7F4;
    border: 2px solid #F8F7F4;
    border-radius: 5pc;
    padding: .6rem;
  }

.herotext{
    /* position: absolute;
    z-index: 3; */
    display: flex;
    flex-direction: column;
    color:#000;
    width: 65%;
    height: auto;
    /* bottom: 10%; */
    /* margin-top: 12%;
    padding-left: 10%;
    padding-bottom: 5rem;
    float: left; */
    margin: 5% auto 4rem auto;

}

.v{
    width: 100%;
    max-width: 65%;
    height: auto;
    margin: 30px auto;
}



.text-columns {
    display: flex;
    color:#000;
    width: 100%;
    max-width: 65%;
    height: auto;
    margin: 0 auto;
    gap: 50px;
}

.text-columnss {
    display: flex;
    color:#000;
    width: 100%;
    /* max-width: 65%; */
    height: auto;
    margin: 0 auto;
    gap: 50px;
}


.partover h4{
    margin-bottom: 10px;
}

.over h4{
        margin-bottom: 10px;

}

.over{
 flex: 1;   
  height: auto;
    margin-bottom: 50px;
}

.partover{
 flex: 1;    
 height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
}

.ht1{
    width: 80%;
    height: auto;
    float: left;
}

.ht2{
    width: 20%;
    height: auto;
    float: right;
}

.herotext p{
    font-family: 'lato';
    font-size: 18px;
    margin-top: 2%;
}



/* .bgt{
    width: 100%;
    height: 13rem;
    bottom: 0;
    background: linear-gradient(to top, #000, #0000), rgba(4,3,2,0);
    position: absolute;
    z-index: 2;
} */

.v1{
    width: 100%;
    max-width: 65%;
    height: 450px;
    margin: 30px auto 0 auto;
    padding-bottom: 10%;
    border-radius: 10px; 


}

.video{
    width: 100%;
    height: auto;
}
 
 .video iframe{
    width: 100%;
    height: 450px;


} 


.project-overview{
    width: 100%;
    height: auto;
    /* margin-top: 10%; */
    display: flex;
    flex-direction: row;
    margin: 0 auto 5% auto;

}

.PP{
    background-color: #d6c15b;

}

.summary{
    display: flex;
    flex-direction: column;
    width: 20%;
    justify-content: center;
    text-align: start;
    /* border-bottom: 1px solid black; */
}

.summary h2{
    font-size: 23px;
    font-family: 'lato';
    margin-bottom: 2%;

}

.summary p{
    font-size: 18px;
    font-family: 'lato';
    /* margin-bottom: 5%; */

}

.project-details{
    width: 100%;
    height: auto;
    margin-top: 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.project-over{
    width: 80%;
    height: auto;
    /* border-bottom: 1px solid black; */
    background-color: #e9dbc0;
    padding: 1rem;

}

.onep h5{
    font-size: .9rem;
}

.process{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}

.onep, .twop, .threep, .fourp{
    width: 25%;
    display: flex;
    flex-direction: column;
}

/* .onep p, .twop p, .threep p, .fourp p{
    font-size: 14px;

} */



.project-over h3{
    font-size: 23px;
    font-family: 'lato';
    margin-bottom: 2%;

}

.project-over p{
    font-size: 15px;
    font-family: 'lato';
    margin-bottom: 5%;

}

.branding-img{
    width: 65%;
    height: auto;
    margin-left: 5%;
    margin-top: 5%;
}

.uiim1{
    width: 100%;
    height: auto;
    /* margin-left: 40%; */
}

.threeparts{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    
}


.role{
    display: flex;
    flex-direction: column;
    width: 65%;
    justify-content: center;
    margin: 0 auto 5% auto;
    text-align: start;
}

.role h3{
    font-size: 23px;
    font-family: 'lato';
    margin-bottom: 2%;
}

.role p{
    margin: 0 auto 0 auto;
  
}

.role li{
    list-style: disc;
    font-family: 'lato';
    font-size: 18px;
}

.images{
    width: 100%;
    height: auto;

}

.images1{
    width: 75%;
    height: auto;
    margin: 0 auto 0 auto;
}
.images2{
    width: 65%;
    height: auto;
    margin: 50px auto 0 auto;
}

.img4{
    width: 100%;
    height: auto;
    padding-bottom: 5%;

}

.img3{
    width: 100%;
    height: auto;
}

.img1, .img2{
    width: 35%;
    height: auto;
    /* margin: 0 10% 10% 25%; */
    margin: 3rem auto 0 auto;
} 

.img0{
    width: 30%;
    height: auto;

}

.project-specifications{
    display: flex;
    flex-direction: column;
    width: 65%;
    justify-content: center;
    margin: 0 auto 5% auto;
    text-align: start;
    /* border-bottom: 1px solid black; */
}

.project-specifications h3{
    font-size: 23px;
    font-family: 'lato';
    margin-bottom: 2%;
}

.button{
    width: 160px;
    height: 60px;
    background-color: #ea6f35;
    color: #e9dbc0;
    border-radius: 15px;
    justify-content: center;
    margin-left: 50%;
    cursor: none;
    margin-top: 10px;
}

.button a{
    justify-content: center;
    align-content: center;
    margin: 20px 50%;
    color: #ea6f35;

}

.project-specifications li{
    font-size: 18px;
    font-family: 'lato';
    margin-bottom: 5%;
}

.deliverables{
    display: flex;
    flex-direction: row;
    width: 100%;
    /* justify-content: center; */
    margin: 0 auto 5% auto;
    text-align: start;
    /* border-bottom: 1px solid black; */
    padding-bottom: 5%;

}

.deliverables h3{
    font-size: 23px;
    font-family: 'lato';
    margin-bottom: 2%;
}

.herotext h3{
    font-size: 18px;
}

.deliverables li{
    font-size: 18px;
    font-family: 'lato';
    /* list-style: disc; */
}

.branding{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 0% auto;
}

.branding-imgg{
    width: 65%;
    height: auto;
    margin-left: 5%;
    margin-top: 5%;
}


.branding-img{
    width: 100%;
    height: auto;
    /* margin-left: -.1%; */
    /* margin-top: 5%; */
}

.bimg{
    width: 100%;
    height: auto;
}

.branding-text{
    width: 65%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5% auto 5% auto;
    text-align: start;
    /* padding-left: 2%; */
}

.branding-text h2{
    font-size: 23px;
    font-family: NeutralFace;
    margin-bottom: 2%;
}

.branding-text p{
    font-size: 18px;
    font-family: 'lato';
    font-weight: light;
    margin-bottom: 5%;
}

.head{
    width: 65%;
    height: 100px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
    /* background-image: linear-gradient(#c8bfe9, #7264a5); */
    font-family: 'lato';
    margin: 10% auto 40% auto;

}

.matn{
    margin-bottom: 10%;
}

.head h2{
    font-size: 23px;
    font-family: 'lato';
    margin-bottom: 2%;
}


.but{
    width: 120px;
    height: 50px;
    border-radius: 30px;
    background-color:#ea6f35;
    border-color: #ea6f35;
    font-family: 'lato';
    font-weight: bolder;
    cursor: pointer;
    /* margin-left: 10%; */
    float: right;
    color: #e9dbc0;
}

.but:hover{
    width: 120px;
    height: 50px;
    border-radius: 30px;
    background-color:#FFFDF9;
    color:#ea6f35;
    border-color: #ea6f35;

}

.branding-text img{
    width: 200px;
    height: auto;
}

/* .button a{
    color: #E9E8E0;
    margin: 2% auto 2% auto;
    font-weight: bold;
} */

footer{

    width: 100%;
    height: 15rem;
    margin: 8rem auto 0 auto;
    bottom: 0;
    /* margin-bottom: -80px; */
    /* border-top: 1px solid black; */
    font-size: 10px;
    background-color: #000;
    background-color: #fffdf9;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: block;
    border-top: 1px solid #e9dbc0;
     font-family: 'lato';
        font-weight: bolder;
        font-size: 20px;
}

   .firstp a{
        font-family: 'lato';
        font-weight: bolder;
        font-size: 20px;
    }

    .firstp{
        font-weight: 400;
    }

.footer{
    width: 100%;
    height: auto;
}

footer h3{
    margin-block-start: 1em;
    margin-block-end: 1em;
   font-weight: normal;
   text-align: center;
   margin-top: 15px;

}

footer h4{
    color: #ea6f35;
}

.touch{
max-width: 65%;
    height: auto;
    margin: 0 auto;
    justify-content: center;
    padding: 3rem 0 0 0rem;
    /* border: 1px solid red; */
    /* padding-left: rem; */
}

.touchs{
max-width: 65%;
    /* width: 30%; */
    height: auto;
    justify-content: space-between;
    padding-top: 1rem;
    /* padding-right: 10rem; */
        /* border: 1px solid red; */
margin: 0 auto;

}

.touchto{
max-width: 65%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

footer h5{
    font-size: 25px;
    text-align: center;

}

footer h4{
    font-size: 20px;
}

.one{
    width: 50px;
    height: 50px;
    /* padding-right: .5rem; */
    margin-right: .3rem;

}

.two{
    width: 50px;
    height: 50px;
    /* padding-right: .rem; */
    margin-right: .3rem;


}

.three{
    width: 50px;
    height: 50px;
    margin-right: .3rem;

}

.pages{
    width: 65%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 20% auto 0 auto;
}

.par2{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 15%;

}

.par3{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 15%;


} 

.par4{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 15%;

}

.par{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 15%;
}

.parText3{
    margin-top: 15%;
}

.parImg1 img{
    height: auto;
    width: 85%;
}

/* .parText3{
    margin-top: 15%;
} */


.name{
    width: 5.2rem;
    height: auto;
    margin-top: -.2rem;
}

.activee{
    display: none;
}

.resume{
    width: auto;
    height: auto;
    border: 1px solid #ea6f35;
    border-radius: 30px;
    padding: 10px 20px 10px 20px; 
    margin-top: -10px;
}

.resume:hover{
    width: auto;
    height: auto;
    border: 1px solid #ea6f35;
    background-color: #ea6f35;
    color: #e9dbc0;
    border-radius: 30px;
    padding: 10px 20px 10px 20px; 
}

.resumee{
    width: auto;
    height: auto;
    border: 1px solid #ea6f35;
    background-color: #ea6f35;
    border-radius: 30px;
    padding: 10px 20px 10px 20px; 
}

.resumee:hover{
    width: auto;
    height: auto;
    border: 1px solid #ea6f35;
    background-color: #FFFDF9;

    color: #e9dbc0;
    border-radius: 30px;
    padding: 10px 20px 10px 20px; 
}

.resumeee{
    width: auto;
    height: auto;
    border: 1px solid #ea6f35;
    /* background-color: #C0A166; */
    border-radius: 30px;
    padding: 10px 20px 10px 20px; 
    margin-left: 10px;
}

.resumeee:hover{
    width: auto;
    height: auto;
    border: 1px solid #ea6f35;
    /* background-color: #FFFDF9; */
    background-color: #ea6f35;

    color: #e9dbc0;
    border-radius: 30px;
    padding: 10px 20px 10px 20px; 
}


.nav-menuu{
    width: 60%;
    float: left;
}

.detail-text{
    width: 100%;
    max-width: 65%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 5% auto 5% auto;
    text-align: start;
    font-size: 18px;
    font-family: 'lato';
}

#slidy-container { 
    width: 70%; overflow: hidden; margin: 30px auto 30px auto;
    border-radius: 10px; 

}

.detail-text h4{
    margin-bottom: 10px;
}

.detail-text h3{
    font-size: 16px;
    margin-bottom: 30px;
}
}


