* {
  margin: 0;
  padding: 0;
}
html{
  scroll-behavior: smooth;
}
/* TRANSITION */

    body{
        background-color:#C43A2F;
    }
    .headnav{
        display: flex;
        align-content: center;
        justify-content: space-between;
        margin: 30px 30px;
    }
    .logo{
        margin-top: -17px;
    }
    .nav{
        display: flex;
        margin-top: -5;
    }
    .navbox1{
        display: flex;
        gap: 8px;
        justify-content: center;
        align-items: center;
        width: fit-content;
        height: fit-content;
        padding: 4px 9px 4px 9px;
        background-color: none;
    }
    .navboxicon{
        width: 20px; 
        height: 20px;
    }
    a {
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: bold;
        font-style: normal;
        text-decoration: none;
        padding-top: 5px;
        color: rgb(0, 0, 0);
        font-size: 16px;
      }
    .logo1 {
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 1.5rem;
    }

      /* HAMBURGER MENU */

#hamburger-nav {
  display: none;
  align-content: center;
  justify-content: space-between;
  margin: 30px 30px;
}

.hamburger-menu {
  position: relative;
  display: inline-block;
}

.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.hamburger-icon span {
  width: 100%;
  height: 2px;
  background-color: black;
  transition: all 0.3 ease-in-out;
}

.menu-links {
  position: absolute;
  top: 100%;
  right: 0;
  background-color:#C43A2F;
  width: fit-content;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3 ease-in-out;
}
.menu-links a {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: black;
  text-decoration: none;
  transition: all 0.3 ease-in-out;
}

.menu-links li {
  list-style: none;
}

.menu-links.open {
  max-height: 300px;
}

.hamburger-icon.open span:first-child {
  transform: rotate(45deg) translate(10px, 5px);
}

.hamburger-icon.open span:nth-child(2) {
  opacity: 0;
}

.hamburger-icon.open span:last-child {
  transform: rotate(-45deg) translate(10px, -5px);
}

.hamburger-icon span:first-child {
  transform: none;
}

.hamburger-icon span:first-child {
  opacity: 1;
}

.hamburger-icon span:first-child {
  transform: none;
}

      
      .introbox{
        display: flex;
        flex-direction: row;
        margin: 100px 85px;
        height: fit-content;
        justify-content: space-between;
        flex-wrap: nowrap;
      }
      .introbox1{
        display: flex;
        flex-direction: column;
        gap: 10px;
        height: fit-content;
      }
      .inhead{
        font-family: "Urbanist", sans-serif;
        font-weight: bold;
        font-style: normal;
        font-size: 50px;
        width: 500px;
      }
      .insmalltext{
        font-family: "Urbanist", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
      }
      .introcta{
        display: flex;
        gap: 15px;
      }
      .introcta1{
        width: 170px;
        height: 35px;
        border: 2px solid black;
        border-radius: 33px;
        padding: 10px 5px;
        text-align: center;
        align-content: center;
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        font-size: 20px;
      }
      .introcta2{
        width: 170px;
        height: 40px;
        background-color: black;
        border-radius: 70px;
        padding: 10px 5px;
        text-align: center;
        align-content: center;
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        font-size: 20px;
        color: white;
      }
      .herobentobox{
        width: 740px;
        display: flex;
        gap: 14px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: space-between;
      }
      .expimg{
        width: 50px;
      }
      .exprience{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 362px;
        height: 293px;
      }
      /**.exprience:hover{
        border: 2px solid black;
        border-radius: 16px;
      }**/
      .project{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 362px;
        height: 293px;
        background-color: rgb(0, 0, 0, 60%);
        border-radius: 16px;
      }
      .project:hover{
        background-color: rgb(0, 0, 0);
      }
      .protext{
        margin-top: 8px;
        line-height: 1.5;
        font-family: "Urbanist", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 30px;
        color: white;
      }
      .expertise{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 362px;
        height: 293px;
        background-color: rgb(0, 0, 0, 60%);
        border-radius: 16px;
      }
      .expertise:hover{
        background-color: rgb(0, 0, 0);
      }
      .exptext{
        margin-top: 8px;
        line-height: 1.5;
        font-family: "Urbanist", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 30px;
      }
      .clients{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 362px;
        height: 293px;
      }
     /** .clients:hover{
        border: 2px solid black;
        border-radius: 16px;
      }**/
      .portfolio{
        background-color: #2FB9C4;
        display: flex;
        flex-direction: column;
        row-gap: 230px;
        align-items: center;
        justify-content: center;
        padding-bottom: 230px;
      }
      .portfoliotext{
        padding-top: 150px;
        text-align: center;
        color: black;
        font-family: "Urbanist", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
      }
      .text2{
        font-size: 40px;
        font-weight: 900;
      }
      .expertise-frontend{
        row-gap: 15px;
        width:fit-content;
        display: flex;
        flex-direction: column;
        
      }
      .frontend-row1{
        gap: 14px;
        display: flex;
        flex-direction: row;
        height: 500;
      }
      
      .row1-box1{
        gap: 14px;
        display: flex;
        flex-direction: row;
        height: 500;
      }
      .htmlbox{
        background-color: rgb(0, 0, 0, 25%);
        border-radius: 50px;
        width: 300px;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 40px;
      }
      .htmlimg{
        align-items: center;
      }
      .htmlcon1{
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
      }
      .htmlcon2{
        display: flex;
        justify-content:center;
        align-items: center;
        gap: 20px;
      }
      .htext1{
        font-family: "Open Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 50px;
      }
      .htext2{
        font-family: "Open Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
      }
      .cssbox{
        background-color: rgb(0, 0, 0, 25%);
        border-radius: 50px;
        width: 300px;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 40px;
       
      }
      .frontendbox{
        background-color: #C43A2F;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        border-bottom-left-radius: 0px;
        width: 613px;
        height: 500px;
      }
      
      .frontendboxcon{
        display: flex;
        flex-direction: column;
        margin: 34px 34px;
        width: 545px;
        gap: 15px;
      }
      .fbox-text-2{
        font-size: 70px;
        font-weight: 900;
      }
      .frontendboxtext{
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: black;
      }
      .introcta2-1{
        width: 170px;
        border: 2px solid black;
        background-color: black;
        border-radius: 33px;
        padding: 10px 5px;
        text-align: center;
        align-content: center;
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        font-size: 20px;
        color: white;
        padding: 14px 60px;
      }

      .frontend-row2{
        gap: 14px;
        display: flex;
        flex-direction: row;
        height: 500;
      }
      .row2-box1{
        gap: 14px;
        display: flex;
        flex-direction: row;
        height: 500;
      }
      .jsbox{
        background-color: rgb(0, 0, 0, 25%);
        border-radius: 50px;
        width: 300px;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 40px;
        
      }
    
      /**ui ux bento**/

      .expertise-ui-ux{
        row-gap: 15px;
        width:fit-content;
        display: flex;
        flex-direction: column;
      }

      .ui-row1-1{
        gap: 14px;
        display: flex;
        flex-direction: row;
        height: 500;
      }

      .uibox1{
        background-color: #C43A2F;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        border-bottom-left-radius: 50px;
        width: 613px;
        height: 500px;
      }
      .uiboxcon{
        display: flex;
        flex-direction: column;
        margin: 34px 34px;
        width: 545px;
        gap: 15px;
      }

      .uiboxtext{
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: black;
      }

      .uibox-text-2{
        font-size: 70px;
        font-weight: 900;
      }

      .ui-row1-box1{
        gap: 14px;
        display: flex;
        flex-direction: row;
        height: 500;
      }

      .figmabox{
        background-color: rgb(0, 0, 0, 25%);
        border-radius: 50px;
        width: 300px;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 40px;
      }
      .figmaimg{
        align-items: center;
      }
  
      .figmacon2{
        display: flex;
        justify-content:center;
        align-items: center;
        gap: 20px;
      }
      .figtext1{
        font-family: "Open Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 50px;
      }
      .figtext2{
        font-family: "Open Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        text-align: center;
      }
      .adobebox{
        background-color: rgb(0, 0, 0, 25%);
        border-radius: 50px;
        width: 300px;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 40px;
      }

      .ui-row2{
        gap: 14px;
        display: flex;
        flex-direction: row;
        height: 500;
      }
      .ui-row2-box1{
        gap: 14px;
        display: flex;
        flex-direction: row;
        height: 500;
      } 
      .framerbox{
        background-color: rgb(0, 0, 0, 25%);
        border-radius: 50px;
        width: 300px;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 40px;
      }


      /**end of ui bento**/

      /**project**/

      .project-box{
        background-color: #C43A2F;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        border-bottom-left-radius: 0px;
        width: 613px;
        height: 500px;
      }

      .projectboxcon{
        display: flex;
        flex-direction: column;
        margin: 34px 34px;
        width: 545px;
        gap: 15px;
      }
      .pbox-text-2{
        font-size: 70px;
        font-weight: 900;
      }
      .projectboxtext{
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: black;
      }
      .project-row1{
        gap: 14px;
        display: flex;
        flex-direction: row;
        height: 500;
      }
      .project-row2{
        display: flex;
        flex-direction: row;
        gap: 14px;
      }
      .pro-row1-box1, .pro-row2-box1{
        gap: 14px;
        display: flex;
        flex-direction: row;
        height: 500;
      }

      .probox1{
        background-color: rgb(0, 0, 0, 25%);
        border-radius: 50px;
        width: 300px;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 20px;
        
      }

      .imgcontain{
        background-image: url(./portassets/tablet-in-hand-mockup.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 250px;
        height: 300px;
        border-radius: 30px; 
      }

      .imgcontain-1{
        background-image: url(./portassets/light\ dao.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 250px;
        height: 300px;
        border-radius: 30px; 
      }

      .imgcontain-2{
        background-image: url(./portassets/portfoli.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 250px;
        height: 300px;
        border-radius: 30px; 
      }

      .imgcontain-3{
        background-image: url(./portassets/actually\,\ the\ best\ gift\ you\ could\ have\ given\,\ was….jpeg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 250px;
        height: 300px;
        border-radius: 30px; 
      }


      .probox-text{
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 1.75rem;
      }

      .probox-link{
        border: 2px solid black;
        background-color: black;
        border-radius: 33px;
        text-align: center;
        align-content: center;
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        color: white;
        padding: 14px 60px;
      }

      /**end of project**/
      
      .testimonials{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 100px;
        margin-left: 100px;
        padding-top: 50px;
        padding-bottom: 50px;
      }
      .testimonialstext{
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: white;
      }
      .testitext1{
        font-size: 40px;
      }
      .testimonialsbox{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
      }
      .testbox1{
        width: 388px;
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
      }
      .testbox1text{
        width: 388px;
        height: 84px;
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 20px;
        color: white;
      }
      .testbox1text1{
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 16px;
        color: white;
      }
      .testbox2{
        width: 388px;
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
      }
      .testbox3{
        width: 388px;
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
      }
      .testbox4{
        width: 388px;
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
      }
      .contact{
        background-color: #2FB9C4;
        display: flex;
        gap: 40px;
        flex-direction: column;
      }
      .contact-text{
        padding: 50px 90px;
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 30px;
       
      }
      .contact-text-1{
        font-size: 50px;
      }
      .contactbox{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 14px;
      }
      .emailbox{
        width: 404px;
        height: 400px;
        background-color: rgb(0, 0, 0, 25%);
        border-radius: 50px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
      }

      .contact-icon{
        width: 66px;
      }
      .mail-text-1{
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        font-size: 30px;
      }
      .mail-text-2{
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-size: 16px;
      }
      .mail-link{
        background-color: black;
        border-radius: 50px;
        color: white;
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-size: 16px;
        padding: 9px 23px;
      }
      
      .whatsappbox{
        width: 404px;
        height: 500px;
        background-color: rgb(0, 0, 0, 25%);
        border-radius: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
      }

      .whatsapp-icon{
        width: 100px;
      }
      .whatsapp-text-1{
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        font-size: 50px;
      }
      .whatsapp-link{
        background-color: black;
        border-radius: 50px;
        color: white;
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 900;
        font-size: 30px;
        padding: 14px 35px;
      }
      .instabox{
        width: 404px;
        height: 400px;
        background-color: rgb(0, 0, 0, 25%);
        border-radius: 50px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
      }
      .insta-text-1{
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        font-size: 30px;
      }
      .insta-link{
        background-color: black;
        border-radius: 50px;
        color: white;
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-size: 16px;
        padding: 9px 23px;
      }

      .social-box{
        padding: 10px 90px;
        display: flex;
        flex-direction: column;
        gap: 17px;
      }
      
      .social-text{
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 30px;
        justify-content: flex-start;
        align-items: flex-start;
      }

      .social-links{
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
      }

      .social-links-nav{
        display: flex;
        gap: 20px;
      }
      .social-links1{
        display: flex;
        gap: 10px;
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        font-size: 20px;
      }

      .social-icon{
        width: 20px;
        height: 20px;
      }

      .footer-nav{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
      }

      .footer-nav1{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        font-size: 20px;
      }

      .last{
        margin-left: 545px;
        justify-content: center;
        align-items: center;
      }
      .last-text{
        font-family: "Urbanist", sans-serif;
        font-optical-sizing: auto;
        font-weight: 900;
        font-style: normal;
        font-size: 10px;
      }


      
