/*--------------Global------------*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
} 
body{
    font-family: 'Poppins', sans-serif;
} 
.wrapper{
    width: 70%;
    margin: 0 auto;
}
nav {
    width: 100%;
    background: white;
    height: 70px;
    position: static;
    z-index: 1;
}
nav #brand {
    float: left;
    display: block;
    margin-top: 50px;
}
nav #barnd a {
    color: #000;
    transition:  all 0.3s ease-out;
}
nav #menu {
    float: right;
    position: relative;
}
nav #menu li {
    display: inline-block;
    padding: 0px 0px 0px 70px;
    cursor: pointer;
    line-height: 150px;
    position: relative;
    font-size: 20px;
    transition: all 0.3s ease-out;
}
nav #menu li a {
    color: grey;
}
#menu li a {
    transition: all 0.3s ease 0s;
}
#menu li a:hover{
    color: black;
}
.home{
    color: black;
}
.lock-scroll {
    overflow: hidden;
}
#toggle{
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 999;
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: right;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
}
#toggle .span{
    height: 3px;
    background: rgb(0, 0, 0);
    margin: 5px auto;
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
}
#toggle.on #one {
    transform: rotate(45deg) translateX(2px) translateY(4px);
}
#toggle.on #two {
    opacity: 0;
}
#toggle.on #three {
    transform: rotate(-45deg) translateX(8px) translateY(-10px);
}
#resize {
    z-index: 1;
    top: 0px;
    position: fixed;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}
#resize #menu {
    justify-content: center;
    align-items: center;
}
#resize #menu li{
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease-out;
    justify-content: center;
    align-items: center;
    
}
#resize #menu li a {
    color: rgb(121, 121, 121);
    letter-spacing: -2px;
    font-size: 35px;
    
    text-align: center;
    transition: all 0.3s ease 0s;
    justify-content: center;
    align-items: center;
}
#resize #menu li a:hover{
    color: black;
}
#brand2 {
   position: absolute;
   top: 30px;
   left: 5%;
}
.projects{
    font-weight: 700;
    position: absolute;
    top: 35%;
    left: 5%;
}
.abouts{
    font-weight: 700;
    position: absolute;
    top: 42%;
    left: 5%; 
}
.contacts{
    font-weight: 700;
    position: absolute;
    color: #000;
    top: 49%;
    left: 5%;
}
.menusocial{
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 5px;
    position: absolute;
    bottom: 140px;
    left: 0%;
}
.IG{
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 110px;
    color: #000;
    left: 5%;
}
.Behance{
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 80px;
    color: #000;
    left: 5%;
}
.Medium{
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 50px;
    color: #000;
    left: 5%;
}
#resize h2{
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 5px;
    position: absolute;
    top: 33%;
    left: 5%;
}
#resize h4{
    font-weight: 400;
    font-size: 10px;
    text-align: right;
    padding-top: 1em;
    position: absolute;
    bottom: 55px;
    right: 5%;
}
#resize.active {
    visibility: visible;
    opacity: 0.99;
}



.Work{
    font-size: 50px;
    margin: 150px auto 0px auto;
    text-align: center;
}
.section2{
    align-items: left;
    text-align: left;
    margin-top: -10px;
}
h1{
    color: white;
    font-weight: 800;
    font-size: 50px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-color:black;
    -webkit-text-stroke-width: 1px;
}
.line{
    width: 5.3em;
    margin: 0px auto 0px auto;
    border-right: 2px solid black;
    font-size: 50px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;transform: translateY(0);
}
.anim-typewriter{
    animation: typewriter 1.5s steps(9) 1s 1 normal both,
    blinkTextCursor 500ms steps(9) infinite normal;
}
@keyframes typewriter{
    from {
        width: 0;
    }
    to {
        width: 5.3em;
    }
}
@keyframes blinkTextCursor {
    from{
        border-right-color:black;
    }
    to{
        border-right-color: transparent;
    }
}
h3{
    text-align: left; 
    font-size: 25px;
    width: 40%;
    margin: 40px auto 0px auto;
}
.how{
    font-size: 20px;
    color: black;
    margin: 20px auto 0px auto;
    font-weight: 400;
    width: 40%;
    text-align: left;
}
.bookings{
    font-size: 20px;
    text-align: left;
    width: 40%;
    margin: 30px auto 0 auto;
}
.typeform-widget{
    margin: 50px auto 0 auto;
}
.sayhi{
    width: 100%;
    margin: 40px auto 0px auto;
    font-size: 20px;
    text-align: center;
}
.maill{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 600;
    border: 2px solid black;
    padding: 10px 30px;
    background: rgb(255, 255, 255);
    transition: all 0s ease;
}
.maill:hover{
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
}
.msection2{
    display: none;
}



/*---footer---*/
.footer2{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 70px auto 80px auto;
    border-top: 1px solid lightgray;
    padding-top: 5em;
  
}
.contact{
    width: 30%;
    font-size: 15px;
}
.contact1{
    padding-top: 1.5em;
    font-size: 15px;
    color: rgb(100, 100, 100);
}
.Email{
    font-size: 15px;
    color: rgb(100, 100, 100);
    padding-top: 1.5em;
    width: 100%;
}
.mailto{
    font-size: 15px;
    color: black;
    border-bottom: 2px solid white;
    transition: 0.4s;
}
.mailto:hover{
    border-bottom: 2px solid black;
}
.phone{
    font-size: 15px;
    color: rgb(100, 100, 100);
}
.no{
    color: black;
    font-weight: 400;
}
.latest{
    width: 25%;
    font-size: 15px;
}
.latestprojects{
    list-style: none;
    padding-top: 1.5em;
}
.proj{
    font-size: 15px;
    color: black;
}
.latestprojects li a {
    transition: all 0.4s ease 0s;
    border-bottom: 2px solid white;
}
.latestprojects li a:hover {
    border-bottom: 2px solid black;
}
.available{
    font-size: 15px;
    width: 20%;
    margin-left: -150px;
}
.available1{
    color: rgb(100, 100, 100);
    padding-top: 1.5em;
}
.social{
    font-size: 15px;
}
.social1{
    list-style: none;
    padding-top: 1em;
}
.sociall{
    font-size: 15px;
    color: black;
}
.social1 li a {
    transition: all 0.4s ease 0s;
    border-bottom: 2px solid white;
}
.social1 li a:hover{
    border-bottom: 2px solid black;
}
.footer3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: -30px auto;
    margin-bottom: 50px;
}
.ftlogo{
    width: 20px;
    opacity: 0.7;
}
.signoff{
    color: rgb(70, 70, 70);
    font-size: 12px;
    font-weight: 400;
    padding-left: 0.5em;
}


@media screen and (max-width: 1440px){
    .mlogo{
        width: 50px;
    }
    li, a{
        font-family: Poppins, sans-serif;
        font-weight: 400;
        font-size: 15px;;
    }
    .line{
        font-size:40px;
    }
    .Work{
        font-size: 40px;
    }
    h3{
        text-align: left; 
        font-size: 20px;
        width: 40%;
        margin: 40px auto 0px auto;
    }
    .how{
        font-size: 15px;
        color: black;
        margin: 20px auto 0px auto;
        font-weight: 400;
        width: 40%;
        text-align: left;
    }
    .bookings{
        font-size: 15px;
        text-align: left;
        width: 40%;
        margin: 30px auto 0 auto;
    }
    .sayhi{
        width: 100%;
        margin: 40px auto 0px auto;
        font-size: 15px;
        text-align: center;
    }
    .maill{
        text-decoration: none;
        color: rgb(0, 0, 0);
        font-size: 17px;
        font-weight: 600;
        border: 2px solid black;
        padding: 10px 30px;
        background: rgb(255, 255, 255);
        transition: all 0s ease;
    }
    .maill:hover{
        color: rgb(255, 255, 255);
        background: rgb(0, 0, 0);
    }
    
    .available{
        margin-left: -15px;
        font-size: 15px;
    }
    .contact{
        width: 23%;
    }
    .latest{
        width: 16%;
    }
    .social{
        width: 10%;
    }
    .ftlogo{
        width: 20px;
    }
    .signoff{
        font-size: 12px;
    }
}
@media screen and (max-width: 1024px){
    .line{
        font-size:30px;
    }
    .Work{
        font-size: 30px;
    }
    h3{
        text-align: left; 
        font-size: 20px;
        width: 50%;
        margin: 40px auto 0px auto;
    }
    .how{
        font-size: 15px;
        color: black;
        margin: 20px auto 0px auto;
        font-weight: 400;
        width: 50%;
        text-align: left;
    }
    .bookings{
        font-size: 15px;
        text-align: left;
        width: 50%;
        margin: 30px auto 0 auto;
    }
    .typeform-widget{
        margin: 50px auto 0 auto;
        width: 40%;
    }
    .sayhi{
        width: 100%;
        margin: 40px auto 0px auto;
        font-size: 15px;
        text-align: center;
    }
    .maill{
        text-decoration: none;
        color: rgb(0, 0, 0);
        font-size: 17px;
        font-weight: 600;
        border: 2px solid black;
        padding: 10px 30px;
        background: rgb(255, 255, 255);
        transition: all 0s ease;
    }
    .maill:hover{
        color: rgb(255, 255, 255);
        background: rgb(0, 0, 0);
    }
    .contact, .latest, .available, .social{
        font-size: 12px;
    }
    .available{
        margin-left: 0px;
    }
    .available1{
        font-size: 15px;
    }
    .social{
        width: 12%;
    }
    .contact{
        width: 26%;
    }
    .Email{
        font-size: 13px;
    }
    .mailto{
        font-size: 13px;
    }
    .phone{
        font-size: 13px;
    }
    .ftlogo{
        width: 20px;
    }
}
@media screen and (max-width: 850px){
    .wrapper{
        width: 100%;
    }
    .mlogo{
        width: 40px;
    }
    #toggle{
        visibility: visible;
        opacity: 1;
        margin-top: 0px;
    }
  nav #brand{
      margin-left: 5%;
      margin-top: 30px;
    }
  #menu a{
      font-family: Poppins;
      font-weight: 700;
      font-size: 30px;
    }
    nav #menu{
        display: none;
    }
    .line{
        display: none;
    }
    .Work{
        text-align: left;
        margin: 20px 0 0 5%;
        font-size: 25px;
    }
    .msection2{
        display: contents;
    }
    .msec{
        font-size: 30px;
        margin: 0px 0 0 5%;
    }
    h3{
        text-align: left; 
        font-size: 20px;
        width: 90%;
        margin: 10px auto 0px 5%;
    }
    .how{
        font-size: 15px;
        color: black;
        margin: 5px auto 0px 5%;
        font-weight: 400;
        width: 90%;
        text-align: left;
    }
    .bookings{
        font-size: 15px;
        text-align: left;
        width: 90%;
        margin: 30px auto 0 5%;
    }
    .typeform-widget{
        margin: 50px auto 0 auto;
        width: 100%;
    }
    .sayhi{
        width: 90%;
        margin: 50px auto 0px auto;
        font-size: 15px;
        text-align: center;
    }
    .maill{
        text-decoration: none;
        color: rgb(0, 0, 0);
        font-size: 12px;
        font-weight: 600;
        border: 1px solid black;
        padding: 10px 30px;
        background: rgb(255, 255, 255);
        transition: all 0s ease;
    }
    .maill:hover{
        color: rgb(255, 255, 255);
        background: rgb(0, 0, 0);
    }
    .footer2{
        display: inline;
    }
    .contact{
    width: 90%;
    margin-left: 5%;
    margin-top: 70px;
    border-top: 1px solid lightgray;
    padding-top: 4em;
    }

    .latest, .available, .social{
        width: 90%;
        margin-left: 5%;
        margin-top: 30px
    }
    .Email, .phone, .mailto{
        font-size: 15px;
    }
    .footer3{
        width: 75%;
        margin-left: 5%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .ftlogo{
        width: 30px;
    }
    .signoff{
        font-size: 12px;
    }
}
@media screen and (min-width: 850px){
    #resize{
        visibility: hidden !important;
    }
} 
@media screen and (max-height: 480px){
    #resize h2{
        top: 32.5%;
    }
    #resize #menu li a {
        color: rgb(121, 121, 121);
        letter-spacing: -2px;
        font-size: 30px;
    }    
    .IG, .Behance, .Medium{
        font-size: 20px;
    }
    .IG{
        bottom: 21.5%;
    }
    .Behance{
        bottom: 16%;
    }
    .menusocial{
        bottom: 28%;
    }
}