@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-weight: bolder;
        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: 40%;
    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%;
    }
    
    .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;
    }

    
    .firstp{
        width: 100%;
        font-family: 'lato';
        font-size: 18px;
    }

  
    .secp{
        width: 100%;
        height: 12rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .navv{
        position: fixed;
        right: -100%;
        top: 50px;
        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;
    }
    
  .name{
    width: 5.2rem;
    height: auto;
    /* margin-top: -.2rem; */
}
    

    .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-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;
    }

    .nav-link{
        margin: 10px 0;
    }

    .nav-menu.active{
        right: 0;
        z-index: 8;

    }

    .herotext p{
        font-family: 'lato';
        font-size: 16px;
    }
    
    .herotext h2{
        font-family: 'lato';
        font-size: 18px;
    }
    .bgt{
        width: 100%;
        height: 10rem;
        bottom: 0;
        background: linear-gradient(to top, #000, #0000), rgba(4,3,2,0);
        position: absolute;
        z-index: 2;
    }

    .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;
    }
    
    .hero{
        width: auto;
        height: 100%;
        position: absolute;
        z-index: 1;
    }

    .herotext{
        /* position: absolute;
        z-index: 3; */
        display: flex;
        flex-direction: column;
        color:#000;
        width: 85%;
        height: auto;
        /* bottom: 10%; */
        /* margin-top: 12%;
        padding-left: 10%;
        padding-bottom: 5rem;
        float: left; */
        margin: 30px auto 30px auto;
    }
    
    /* .herotext{
        position: absolute;
        z-index: 3;
        display: flex;
        flex-direction: column;
        color:#E9E8E0;
        width: 90%;
        height: auto;
        bottom: 10%;
        padding-left: 10%;
    } */

    
.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: 17px;
    color: #373737;
    /* padding-bottom: .5rem; */
    width: auto;
    /* height: 2rem; */
    background-color: #e9dbc0;
    border: 2px solid #e9dbc0;
    border-radius: 5pc;
    padding: .6rem;
  }

  .img1, .img2{
    width: 80%;
    height: auto;
    /* margin: 0 10% 10% 25%; */
    margin: 2rem auto 0 auto;
}
    
.ht1{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.ht1 h4{
    margin-bottom: 30px;

}
    
.herotext p{
    font-family: 'lato';
    font-size: 16px;
    margin-top: 2%;
}


    .herotext h2{
        font-family: 'lato';
        font-size: 18px;
    }
      
    .project-overview{
        width: 80%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 5% auto 5% auto;
        text-align: start;
    }
    
    .project-overview h2{
        font-size: 18px;
        font-family: 'lato';
        margin-bottom: 5%;
    }
    .project-overview p{
        font-size: 16px;
        font-family: 'lato';
        margin-bottom: 10%;
    }

    
    .summary{
        display: flex;
        flex-direction: column;
        width: 90%;
        justify-content: center;
        margin: 0 auto 5% auto;
        text-align: start;
        /* border-bottom: 1px solid black; */
    }
    
    .summary h2{
        font-size: 218px;
        font-family: 'lato';
        margin-bottom: 5%;
    
    }
    
    .summary p{
        font-size: 16px;
        font-family: 'lato';
        margin-bottom: 5%;
    
    }

    .details{
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        margin: 0 auto 5% auto;
        text-align: start;
        /* border-bottom: 1px solid black; */
    }
    
    .details h2{
        font-size: 18px;
        font-family: 'lato';
        margin-bottom: 5%;
    
    }

    .herotext h2{
    margin-bottom: .2rem;
    font-size: 18px;
    font-family: 'lato';
}

    
    .details p{
        font-size: 18px;
        font-family: 'lato';
        margin-bottom: 5%;
    
    }

    .partover h4{
    margin-bottom: 10px;
}

.partover{
 height: auto;
    display: flex;
    flex-direction: column;
    justify-content: left;
    margin-top: 30px;
}


    .text-columns{
    display: flex;
    color:#000;
    max-width: 100%;
    height: auto;
    margin: 30px auto 0 auto;
      gap: 10px;
}

.tools{
    margin-bottom: 30px;
}
    
    .role{
        display: flex;
        flex-direction: column;
        width: 90%;
        justify-content: center;
        margin: 0 auto 10% auto;
        text-align: start;
        /* border-bottom: 1px solid black; */
    }

    .role li:last-child{
        margin-bottom: 5%;
    }

    
    .role p{
        margin: 0 auto 0 auto;
      
    }
    
    .role li{
        list-style: disc;
        font-family: 'NeutralFace';
        font-size: 18px;
    }

    .project-specifications li{
        list-style: disc;
        font-family: 'NeutralFace';
        font-size: 18px;
    }

    .project-specifications li:last-child{
        margin-bottom: 5%;
    }

    .deliverables li{
        list-style: disc;
        font-family: 'NeutralFace';
        font-size: 18px;
    }

    .deliverables li:last-child{
        margin-bottom: 5%;
    }

    .project-specifications{
        display: flex;
        flex-direction: column;
        width: 90%;
        justify-content: center;
        margin: 0 auto 10% auto;
        text-align: start;
        /* border-bottom: 1px solid black; */

    }
    
    .project-specifications h3{
        font-size: 23px;
        font-family: NeutralFace;
    }

    
    .deliverables{
        display: flex;
        flex-direction: column;
        width: 90%;
        justify-content: center;
        margin: 0 auto 10% auto;
        text-align: start;
        /* border-bottom: 1px solid black; */
    }
    
    .deliverables h3{
        font-size: 23px;
        font-family: NeutralFace;
    }
    
    .deliverables p{
        font-size: 18px;
        font-family: 'NeutralFace';
        margin-bottom: 10%;
    }

    
    .video{
        width: 100%;
        height: auto;
    }
    
    .video iframe{
        width: 100%;
        height: 200px;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .aimg{
        width: auto;
        height: 23px;
    }

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 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;

}

.mobtext{
    width: 80%;
    margin: 0 auto 0 auto;
}
    

    

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;

}

    .project-overvieww{
        width: 90%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: 0 auto;

    }

    .img2{
        width: 100%;
        height: auto;
    }

    .videos{
        width: 90%;
        height: auto;
        margin: 20% auto 0 auto;
    
    }

 
    .img3{
        height: auto;
        width: 100%;
        /* margin: 1% 5%; */
    }

    .img4{
        width: 100%;
        height: auto;
        /* margin: 8% 0 0 0; */

    }

    .herotext h3{
        font-size: 18px;
        margin-bottom: 5%;
    }

    .activee{
        display: none;
    }

    .over{
  height: auto;
  margin-bottom: 30px;

}
}







@media only screen and (min-width: 601px) {


  
.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;
}

    
    .first{
        width: 50%;
        height: auto;
        float: right;
    }

.over{
 flex: 1;   
  height: auto;
    margin-bottom: 50px;
}

    
.partover h4{
    margin-bottom: 10px;
}

.partover{
 flex: 1;    
 height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    margin-top: 30px;
}

.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;
}

.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: #e9dbc0;
    border: 2px solid #e9dbc0;
    border-radius: 5pc;
    padding: .6rem;
  }

  .ht1{
    width: 100%;
    height: auto;
}

  .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: 30px auto 30px auto
}

.herotext h3{
    font-size: 18px;
}

.herotext p{
    font-family: 'NeutralFace';
    font-size: 18px;
}
.img4{
    width: 20%;
    height: auto;
}

.images2{
    width: 100%;
    height: auto;
}


    .video{
        width: 105%;
        height: 90vh;
        border-radius: 20px;
        margin: 0 auto 0 auto;
    }
    
    .video iframe{
        width: 100%;
        height: 90vh;
         /* margin: 10% 5% 10% 20%; */
         border-radius: 20px;
                 margin: 0 auto 0 auto;


    }


.text-columns {
    display: flex;
    color:#000;
    width: 100%;
    max-width: 65%;
    height: auto;
    margin: 0 auto;
    gap: 50px;
}
    
    
    .bgt{
        width: 100%;
        height: 13rem;
        bottom: 0;
        background: linear-gradient(to top, #000, #0000), rgba(4,3,2,0);
        position: absolute;
        z-index: 2;
    }
     


.dimg{
    width: 100%;
    height: auto;
}

.project-overview{
    width: 100%;
    max-width: 65%;
    margin: 0 auto;
    height: auto;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
}

.project-overview h4{
    font-family: 'lato';
    margin-bottom: 1%;
}

.project-details{
    width: 100%;
    height: auto;
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.last p{
    margin-bottom: 5%;

}

.last{
    /* border-bottom: 1px solid black; */
    width: 50%;
    justify-content: center;

}


.summary{
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    margin: 0 auto 5% auto;
    text-align: start;
    /* border-bottom: 1px solid black; */
}

.summary h2{
    font-size: 20px;
        font-family: 'lato';
    margin-bottom: 2%;

}

.summary p{
    font-size: 18px;
        font-family: 'lato';
    margin-bottom: 5%;

}


.details{
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    margin: 0 auto 5% auto;
    text-align: start;
    /* border-bottom: 1px solid black; */
}

.details h2{
    font-size: 20px;
        font-family: 'lato';
    margin-bottom: 2%;

}

.details p{
    font-size: 18px;
        font-family: 'lato';
    margin-bottom: 5%;

}

.detail-text{
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 5% auto 5% auto;
    text-align: start;
    font-size: 18px;
        font-family: 'lato';
}

.detail-text h2{
    font-size: 20px;
        font-family: 'lato';
    margin-bottom: 2%;
}


.threeparts{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}


.role{
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    margin: 0 auto 5% auto;
    text-align: start;
    padding-bottom: 5%;
    /* border-bottom: 1px solid black; */

}

.role p{
    margin: 0 auto 0 auto;
  
}

.role li{
    list-style: disc;
        font-family: 'lato';
    font-size: 18px;
}

.images{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.images1{
    width: 100%;
    height: auto;
}

.images2 .img1{
    width: 60%;
    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: 50%;
    justify-content: center;
    margin: 0 auto 0% auto;
    text-align: start;
    /* border-bottom: 1px solid black; */
    padding-bottom: 5%;
}

.project-specifications h3{
    font-size: 20px;
        font-family: 'lato';
    margin-bottom: 2%;
}

.project-specifications li{
    font-size: 18px;
    list-style: disc;
        font-family: 'lato';
    font-size: 18px;
}

.deliverables{
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    margin: 5% auto 0 auto;
    text-align: start;
    /* border-bottom: 1px solid black; */
    padding-bottom: 5%;

}

.deliverables h3{
    font-size: 20px;
        font-family: 'lato';
}

.deliverables li{
    font-size: 18px;
        font-family: 'lato';
    list-style: disc;
}

.project-over{
    width: 50%;
    height: auto;

}

.aimg{
    width: auto;
    height: 25px;
}

.project-over h3{
    font-size: 20px;
        font-family: 'lato';
    margin-bottom: 2%;
}

.project-over p{

    font-size: 18px;
        font-family: 'lato';
    margin-bottom: 5%;
}

.branding{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto 5% auto;
}

.part1{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 50px;
}


.branding-img{
    width: 50%;
    height: auto;
    margin-left: 5%;
    margin-top: 5%;
}

.bimg{
    width: 90%;
    height: auto;
}

.branding-text{
    width: 40%;
    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: 20px;
        font-family: 'lato';
    margin-bottom: 2%;
}

.branding-text p{
    font-size: 18px;
        font-family: 'lato';
    font-weight: light;
    margin-bottom: 5%;
}


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;

}

.img2{
    width: 100%;
    height: 95vh;
    border-radius: 20px;
}

.videos{
    width: 55%;
    height: auto;
    margin: 20% auto 0 auto;

}

.img3{
    height: auto;
    width: 80%;
}

.img4{
    width: 100%;
    height: auto;
}

.project-overvieww{
    width: 100%;
    max-width: 65%;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: row;

}


.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: 47%;
    float: left;
}

.activee{
    display: none;
}

.nav-itemm img{
 width: 20px;
 height: 20px;
}

.name{
    width: 5.2rem;
    height: auto;
    margin-top: -.2rem;
}
}