@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charmonman:wght@400;700&display=swap');
*,::before,::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    padding: 0;
    margin:0;
}
html{
    scroll-behavior: smooth;
    max-width: 100vw;
}
body{
    font-family: Poppins;
    background: url(background/big\ bg.svg);
    max-width: 100%;
    /* background-position: center; */
    background-repeat: no-repeat;
    overflow-x:hidden;
    /* position:absolute;
    top:0;
    left:0; */
}
img{
    image-rendering: crisp-edges;
}
.whole-container{
    overflow: hidden;
    position:relative;
}
/* *{
    border:.5px solid red;
    margin:5px;

} */
.hero-section{
    width:100%;
    height: 100vh;
    background: #FED735;
    display: grid;
    place-items: baseline;
    overflow: hidden;
    /* position: relative; */
    /* border:2px solid red; */
}
header{
    width:100%;
    /* border: 2px solid green; */
    padding: 12px 0;
    z-index: 4;
}
.hero-section img[alt^="figma"]{
    width:70px;
}
.hero-section img[alt^="wordpress"]{
    width:75px;
}

/* header  *{
    border: 2px solid red;
    margin:6px;
} */

.header-sub-container{
    width:95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .move
{
  margin: 0;
  position: absolute;
  position: relative;
} */
.move .floatingObj
{
  margin: 0;
  position: absolute;
}
.boundBox
{
  position: absolute;
  z-index: 1;


  /* border: 1px dotted black; */
}






.logo{
    margin-left: 4.5%;
}
.logo > img{
    /* display: grid; */
    /* transition: 3s; */
    vertical-align: middle;
    width:280px;
    margin-top: 6px;
}
nav ul{
  display: flex;
}
nav ul li{
  list-style: none;
  /* margin-left: ; */
  padding: 0 2em;
}
nav ul li a {
    text-decoration: none;
    color: black;
    font-size: 1.9em;
    font-weight: 500;
    border-radius: 15px;
    padding:6px;

}
  nav ul li a:hover{
    background: #D73B96;
    transition: .5s;
    color:white;
}
.hamburger-btn{
    margin-right: 25px;
    display: grid;
    align-self: center;
    cursor: pointer;
    transition: .5s ease-in-out;
    display: none;
    margin-top: 6px;
}
.hamburger-btn img{
    width: 55px;
}
.hamburger-rotate{
    transform: rotate(90deg);
}

.vertical-nav{
    position: absolute;
    top:80px;
    margin-left: 0;
    width: 100%;
    z-index:100;
    display:none;
    padding: 18px 3.5%;
    background:rgba(0, 0, 0, .9);
    transition: 2s linear;
    opacity: 0;
}
.header-bg-change{
    background:rgba(0, 0, 0, .9);

}
.vertical-nav-appear{
    display:block;
    opacity: 1;

    
}
.vertical-nav ul{
  display: block;
}
.vertical-nav a{
    display: block;
    color:white;

}
.intro{
    /* border:2px solid slateblue; */
    width: 100%;
}
.intro-sub-container{
    width:95%;
    margin:0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border:2px solid red; */
    position: relative;
    pointer-events: none;
    padding: 0 4%;
    z-index: 2;
}
.hero-text{
    width:40%;
    margin-left: .5%;
}
.my-img > img{
    width: 400px;
}
.general-engaging{
    width:100%;
    /* border:2px solid blueviolet; */
}
.general-engaging-sub-container{
    width:95%;
    margin: 0 auto;
    /* border:2px solid green; */
    padding: 4em 1em;
    display: flex;
    flex-direction: column;
    position: relative;
    gap:4em;

}
.general-engaging-sub-container p{
    pointer-events: none;
}
.text-container{
    align-self: flex-end;
    position: relative;
    width:750px;
    height:130px;
    padding: 1em 1.5em;
    margin-top: 5em;
    transform: translateX(-900px);
    opacity: 0;
    transition: 1.5s;
    cursor: none;
}
.responsive-lamp{
    transform: translateX(-450px);
    opacity: 0;
    transition: 1.5s;

}


.responsiveLampLight-appear,.text-container-appear{
    transform: translateX(0px);
    opacity: 1;
    transition: 1.5s;
}
.text-container div{
    position: absolute;
    top: 0;
    right: 0;
    width:100%;
    
}
.text-container .text-circle-sticked{
    background: yellow;
    clip-path: circle(75px at 0px 50%);

}
.text-circle{
    clip-path: circle(75px at var(--x) var(--y)) !important;
    
}

.text-container div:nth-child(2) p{
    /* -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: white; */
    color:black
    /* color: transparent; */
    
}

.text{
    border:2px solid #FED735;
    color:#fff;
    padding: 2em 1.5em;
    width:750px;
    align-self: flex-end;
    /* margin:4em 0; */
}
.text-container2{
    align-self: flex-start;
    /* border:2px solid #FED735; */
    color:#fff;
    width: 750px;
    height:154px;
    position: relative;
    margin:4em 0 0 2.3em;
    cursor: none;
    transform: translateX(900px);
    opacity: 0;
    transition: 1.5s;

}
.text-container2-appear{
    transform: translateX(0px);
    opacity: 1;
}
.text-container2 div{
    position: absolute;
    top:0;
    left: 0;
}
.text-circle-sticked2{
    background: yellow;
    color:black;
    clip-path: circle(75px at 100% 50%);
}
.text-circle2{
    clip-path: circle(75px at var(--x) var(--y)) !important;
    
}


.text2{
    align-self: flex-start;
    /* border:2px solid #FED735; */
    /* color:; */
    border:2px solid #FED735;

    padding: 2em 1.5em;
    width:100%;
    /* margin:4em 0 0 2.3em; */
}
 svg{
    pointer-events:none;
    position:absolute;
    top:-340px;
    left:calc(50% - 200px);
    width:800px;
}
.services{
    width:100%;
    /* border:2px solid white; */
    padding: 7em 0;
    position: relative;
    margin-left:1%
}
.services > h2{
    color:white;
    text-align: center;
    font-weight:500;
    font-size: 4em;
    letter-spacing: 1px;
   
}
.services-tags{
    max-width:95%;
    margin: 0 auto;
    /* border:2px solid green; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 7em;
    padding:9em 3em;
}
.tag{
    display:inline-block;
    border: 3px solid #FED735;
    width:500px;
    /* transform: rotate(40deg) skew(-10deg,-20deg); */
    /* padding:16px 0; */    
}
.tag-sticker{
    width:80px;
    position: relative;
    top:-35px;
    left: 45%;
}
.tag > p {
    font-size: 3em;
    color:white;
    text-align: center;
    margin-top: -50px;
}
/* .ux-ui-tag{
    align-self: flex-end;
} */
.web-development-tag{
    align-self: center;
}
.front-dev-tag{
    align-self: flex-end;
    width:500px;
}
.back-dev-tag{
    width: 500px;
}
/* HERE SHOULD BE THE LEFT STUFF CSS*/
.tech-icons{
    display:flex;
    justify-content:space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding:1em;
    border:2px solid #FED735;
}
.tech-icons h3{
    font-size: 2.3em;
    font-weight: 400;
    color:white;
    margin-bottom: 12px;
    margin-left: 15px;
}
.tech-stack-subcontainer{
/* border: 2px solid white; */
  display: flex;
  flex-wrap: wrap;
  width:600px;
  justify-content: center;
}
.tech-stack-subcontainer div{
 /* width: 100px; */
 /* border:2px solid red; */
 display: flex;
place-items: center;
margin:6px;
}
.fl-logo img{
    margin-right: 13px !important;
    /* border:2px solid red */
}
.tech-icons img{
    width: 80px;
    margin : 6px;
}
.tech-icons img:hover{
    transform: scale(1.2);
    transition: .5 linear;
}
.tech-icons img[alt^="php"]{
    width: 120px;
}

.tech-icons img[alt^="jquery"]{
    width: 150px;
    /* padding-bottom: 10px; */
}
.design-tools-subcontainer{
    display: flex;
}
.design-cms-icons img{
 width: 65px;
 margin:0 12px;
}

.design-cms-icons img[alt^="Figma"]{
    width: 65px;
    height:65px
}
.cms-subcontainer{
    display: flex;
}   
.design-cms-icons img[alt^="woo"]{
    width: 110px;
    height:80px
}

/* HERE SHOULD BE THE LEFT STUFF CSS*/
.workflow{
    width: 100%;
}
.workflow > h2{
    font-size: 4em;
    color:#fff;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin-left: 5%;
}
.workflow > h2 >span {
    color:#FED735;
    font-family:Charmonman;
    font-weight: bold;
    padding: 0 3px;
}
.workflow-cards-container{
  width: 95%;
  margin: 0 auto;
  margin-left: 5%;
  /* height: 100vh; */
  padding: 4em 4em;
  display:flex;
  flex-wrap: wrap;
  
  /* height: 1078px; */
  justify-content: space-evenly;
  /* gap:50px; */
  /* perspective: 1200px; */
  /* position:relative; */

}
.wf-card{
    width:350px;
    height:475px;
    color:white;
    /* border: 2px solid white; */
    border-radius: 25px;
    padding: 1em 2em;
    margin: 0 auto;
    /* position:absolute;
    top:calc(1px * var(--dis));
    transform:  translateY(50%) rotate(40deg) skew(-20deg,-10deg) scale(.8);
    box-shadow: 25px 25px 100px rgba(255, 255, 255, 0.2);
    z-index: calc(1 * var(--ind));
    transition: 1s ease-in-out; */
}
/* .workflow-cards-container:hover .wf-card{
    position:static;
    transform:  translateY(0) rotate(0deg) skew(0deg,0deg) scale(1);
    box-shadow: 25px 25px 100px rgba(255, 255, 255, 0.2);
     box-shadow: none;
    z-index:1;
    width:325px;
    height:450px;
} */
/* .wfc{
    border:2px solid red;
} */
.wf-card > h3{
    font-size: 2em;
    font-weight: 500;
    margin-bottom: .5em;
}
.wf-card > p{
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: .5px;
}
.projects{
    width:100%;
    /* border:2px solid white; */
    perspective: 800px;
    padding: 4em 0;
}
.projects-heading{
    font-size: 4em;
    color:white;
    font-weight: 500;
    text-align: center;
    /* border:2px solid white; */
    transform: rotateX(50deg);
    transition: .8s;
    text-decoration: underline;
}
.projects-heading-appear{
    transform: rotateX(0deg);
}
.projects-sub-container{
    width: 95%;
    margin: 0 auto;
    margin-left: 5%;

    /* border:2px solid white; */

}
.mockup-container{
    /* border:2px solid white; */
     width:95%;
     margin: 0 auto;
     padding: 8em 0 ;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color:white;

}
.mockup{
    display: inline;
}
.mockup > img{
 width:500px ;   
 /* border:2px solid white; */

}
.project-desc{
    width: 40%;
    /* border:2px solid green; */
    position:relative;
    top:50px;

}
.project-desc > h3{
    font-size:3.5em;
    font-weight:500;
}
.project-desc > p{
    font-size:1.5em;
}
.project-desc button{
    font-size: 1.3em;
    padding:8px 16px;
    border-radius: 25px;
    outline: none;
    border: none;
    cursor: pointer;
    background: #FED735;
    margin-top: 20px;
    font-family:Poppins;
    font-weight: 500;

}
.project-wallet-fillers .project-desc{
    order:-1;
} 

#light,.light{
    display: none;
}
.responsive-light-glow,.light-glow{
    display: block ;
}
.responsive-light-glow,.light-glow-scroll{
    display: block !important;
}
.contact{
    width:100%;
    /* border:2px solid red; */
}
.contact-sub-container{
    width:95%;
    margin: 0 auto;
    padding: 4em 7.5em;
    margin-left: 5%;
    /* border:2px solid red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
form > h2{
    font-size:4em;
    font-weight:500;
    color:white;
    letter-spacing: .8px;
    margin-bottom: 6px;
    /* border:2px solid red; */
}
/* form {
    border:2px solid red;
 
} */
form input{
    font-family: Poppins;
    font-size: 1.2em;
    padding:12px 16px;
    border:none;
    margin:12px 0;
    height: 50px;
    width:400px;
    border-radius: 25px;
    outline: none;
    font-weight: 500;
}
form textarea{
    padding:12px;
    font-size:1.7em;
    margin-top:15px;
    /* margin-left: 14px; */
    border-radius:10px;
    width:600px;
    outline: none;
    font-weight: 500;


}
form button[type="submit"]{
    font-size: 1.6em;
    border:none;
    border-radius: 50px;
    padding: 6px 16px;
    background: #D73B96;
    color: white;
    cursor: pointer;
    margin-top: 18px;
}
form button[type="submit"]::after{
    content: url(send\ btn\ icon/send\ icon.svg);
    vertical-align: middle;
    margin-left: 10px;
}
.for-your-convinence {
    /* border:2px solid pink; */
    margin:5px;
}
.for-your-convinence h3{
    font-size: 2em;
    color:white;
    font-weight:400;
}
.for-your-convinence div{
   padding: 5px 0;
}
.for-your-convinence > a{
    text-decoration: none;
    display: inline-block;
    width: 263px;
    height: 54px;
}
.for-your-convinence img{
  width:300px;
}
.social-icons h3{
   font-size: 2em;
   color:white; 
   font-weight: 400;
   margin-bottom: 6px;
}
.social-icons-sub-container{
     display:flex;
     gap: 12px ;
     
}
.social-icons-sub-container img{
    width: 35px;
}
footer{
    margin-top: 50px;
    width:100%;
    background: #FED735;
    height: 75px;
    text-align: center;
    font-size: 1.3em;
    line-height: 75px;
    font-weight: 500;
    letter-spacing: 1px;
}
.two-fifty-img{
    width:275px;
}

/* FADE IN OF THE CONTAINER CSS START */

.ux-ui-tag,.front-dev-tag{
    transform: translateX(-900px);
    opacity: 0;
    transition: 1s;
}
.ux-ui-tag-appear,.front-dev-tag-appear{
    transform: translateX(0px);
    opacity: 1;
}
.web-desinging-tag,.back-dev-tag{
    transform: translateX(900px);
    opacity: 0;
    transition: 1s; 
}
.web-desinging-tag-appear,.back-dev-tag-appear{
    transform: translateX(0px);
    opacity: 1;
}
.web-development-tag{
    transform: scale(0);
    opacity: 0;
    transition: 1s; 
}
.web-development-tag-appear{
    transform: scale(1);
    opacity: 1;

}
.tech-icons{
    transform: translateY(180px);
    opacity: 0;
    transition: .5s;
}
.tech-icons-appear{
    transform: translateY(0px);
    opacity: 1;
}

.project-bee-buzz{
    transform: translateX(-900px);
    opacity: 0;
    transition: 1s;
}
.project-bee-buzz-appear{
    transform: translateX(0);
    opacity: 1;
}
.project-wallet-fillers{
    transform: translateX(900px);
    opacity: 0;
    transition: 1s;
}
.project-wallet-fillers-appear{
    transform: translateX(0);
    opacity: 1;
}
form{
    transform: translateY(300px);
    opacity: 0;
    transition: 1s;
}
.form-appear{
    transform: translateY(0px);
    opacity: 1;
}
.convient-nd-social-container{
    transform: translateX(100px);
    opacity: 0;
    transition: 1s;
}
.convient-nd-social-container-appear{
    transform: translateX(0px);
    opacity: 1;
}



/* FADE IN OF THE CONTAINER CSS END */
/* 
@media screen and (max-width:1340){
    .hero-text{
        width: 45%;
    }
} */
.responsive-lamp{
    width:300px;
    position: relative;
    left:45%;
    top:171px;
    display: none;
}
.responsive-lamp svg{
    width:100%;
}
   
@media screen and (min-width:1601px){
 .wf-card{
     margin:0 10%;
 }
}

@media screen and (max-width:1350px){
    .hero-text{
        width:43%
    }
    .wf-card{
        width: 330px;
    }

}

@media screen and (max-width:1300px){
    .hero-text{
        width:45%
    }
    .mockup > img{
        width:475px ;   
       
   }

}

@media screen and (max-width:1250px){
    .contact-sub-container{
        padding:4em 4.5em ;
    }
    .mockup > img{
        width:450px ;   
       
   }
   svg{
    left:calc(50% - 250px);

   }
}

@media screen and (max-width:1200px){
   body{
       font-size: 15.5px;
   }
   .logo > img{
  width: 260px;
   }
   .my-img > img{
    width: 350px;
}
.hero-text{
    width:45%
}
.tech-icons img{
    width: 70px;
    margin : 4px;
}
.tech-stack-subcontainer div{
    margin : 5px;

}
.tag{
    width:450px;
}
.contact-sub-container{
    padding:4em 4em ;
}
}
@media screen and (max-width:1150px){

    .hero-text{
        width:50%
    }
    .tech-icons img{
        width: 65px;
        margin : 5px;
    }
    .tech-stack-subcontainer div{
        margin : 5px;
    
    }
    .tech-stack-subcontainer{
        width:550px;
    
    }


}
@media screen and (max-width:1100px){
    body{
        font-size: 14.7px;
    }
    .tech-icons{
        width:85%;
    }
    .mockup > img{
        width:430px ;   
       
   }
   form input{
    height: 45px;
    width:375px;
    
  }
  form textarea{
      width:530px
  }

 }

@media screen and (max-width:1050px){
    body{
        font-size: 14px;
    }
    .tech-stack-subcontainer{
        width:500px;
    }
    .services-tags{
        gap: 64px;
    }
    .upper-two-tags{
        flex-direction: column;
        gap: 64px;
    }
    .upper-two-tags :nth-child(2){
        align-self: flex-end;
    }
    .lower-two-tags{
        flex-direction: column;
       gap: 64px;
    }
    .front-dev-tag{
        align-self: flex-start;
    }
    .back-dev-tag{
        align-self: flex-end;
    }
    .tech-icons img{
        width: 60px;
        margin : 4px;
    }
    .tech-stack-subcontainer div{
        margin : 4px;
    
    }
    form input{
        height: 40px;
        width:360px;
        
      }
      form textarea{
          width:500px
      }
      .for-your-convinence img{
        width:225px;
      }
    nav ul li{
        padding:0 1.4em;
    } 

} 
@media screen and (max-width:950px){
     body{
         font-size:13.5px;
     }

     .logo > img{
        width: 240px;
    }

}
@media screen and (max-width:930px){
    body{
        font-size:14px;
    }
    .mockup-container{
        flex-direction: column;
        
    }
    .mockup-container img{
        width: 500px;
        align-self: flex-start;
    }
    .project-desc{
        width:65%;
        text-align: center;
    }
    .project-wallet-fillers .project-desc{
        order:1;
    }
    .tech-icons{
        flex-direction: column;
        text-align: center;
        width: 75%;
        gap: 32px;
    }
    .design-cms-icons h3{
        margin-bottom: 16px;
    } 
    .cms h3{
        margin-bottom: 12px;
    }
    
    .design-tools-subcontainer div{
      margin-left:10px;
    }
    .cms-subcontainer{
        justify-content: center;
    }
    .cms-subcontainer div{
        margin-bottom: 32px;
    }

    .design-cms-icons{
      display: flex;
      flex-direction: column;
      gap:36px;
    }
    .contact-sub-container{
        flex-direction: column;
        text-align: center;
        font-size: 16px;
    }
    form{
        margin-bottom: 25px;
    }
    form input{
        width:100%;
        height: 45px;

    }
    form button{
        width:100%;

    }
    .for-your-convinence img{
        width:300px;
      }
    .social-icons-sub-container{
          justify-content: center;
    }
    .projects-heading{
        margin-left: 95px;
    }
}
@media screen and (max-width:900px){
    .desktop-nav{
        display: none;
    }
    .hamburger-btn{
        display: grid;
    }
   
   }
   

@media screen and (max-width:830px){
    .services-tags{
        padding: 9em 4em 9em 5em;
    } 
    .my-img > img{
        width: 325px;
    }
    .wf-card{
     height: 250px;
     width: 100%;
 }
 .text-container,.text-container2{
   width: 80%;
   align-self: center;
 }

}
@media screen and (max-width:992px){
    body{
        font-size: 14px;
    }
    .desktop-lamp{
        display:none;
    }
    .responsive-lamp{
        display:block;
    }
    .services{
        padding: 10em 0;
    }
    .text-container2 {
        margin-left:4.3em ;
    }
}

@media screen and (max-width:768px){
 body{
     font-size: 13.5px;
 }
 .vertical-nav{
     top:76px;
 }
 .my-img > img{
    width: 275px;
}
.text{
    padding:2em 1em;
}
.hero-text h1{
    font-weight:600 !important;
}
.project-desc {
    width: 75%;
}
.intro-sub-container{
    flex-wrap: wrap;
    flex-direction: column;
align-items: center;
    justify-content: center;
    padding:0;
    text-align: center;
    padding:3.5em 0;
    
}
.hero-text{
  margin-bottom: 44px;
  width: 80%;
}
form textarea{
    width:100%;
}
.projects-heading {
    margin-left: 0;
}
.responsive-lamp{
    left:43%;
    top:165px;
}

}

 @media screen and (max-width:680px){
 body{
     background-size: cover;
 }
 .tech-icons{
     width:80%;
     margin-left: 12%;
 }
 .tag {
    width: 425px;
 }
 .contact-sub-container{
    flex-direction: column;
    text-align: center;
    font-size: 15px;
}
form{
    width:100%;
    margin-bottom: 25px;
}
form input{
    width:100%;
    height: 45px;

}
.responsive-lamp{
    width:300px;
    position: relative;
    left:42%;
    top:165px;
}



 }
 @media screen and (max-width:640px){
   body{
       font-size: 13px;
   } 
   .mockup-container img {
       width:450px;
   }
.responsive-lamp{
left:41%;
 }

}

@media screen and (max-width:576px){
    body{
        font-size: 12.5px;
        background-position: -10px 0;
    }
    .floatingObj{
        width:180px ;
    }
    .hero-section img[alt^="figma"]{
        width:60px;
    }
    .hero-section img[alt^="wordpress"]{
        width:85px;
    }
    .hero-section img[alt^="photo"]{
        width:85px;
    }
    .hero-section img[alt^="three"]{
        width:120px;
    }
    .hero-section img[alt^="sql"]{
        width:120px;
    }
    .hero-section img[alt^="css"]{
        width:120px;
    }

    .hero-section img[alt^="boot"]{
        width:100px;
    }
    .hero-section img[alt^="react"]{
        width:120px;
    }


    
    .logo > img{
        width: 200px;
    }
    .hamburger-btn img {
        width: 45px;
    }
    .mockup-container img {
        width:380px;
    }
    .contact-sub-container {
        padding: 4em 3em;
    } 
    .tag {
        width: 100%;
    }
    .tech-stack-subcontainer {
        width: 100%;
    }
    .vertical-nav{
        top:72px;
    }
    .tag-sticker{
        width:70px;
            width:80px;
            position: relative;
            top:-30px;
            left: 40%;
        
    }    
    .tech-icons img{
        width: 55px;
        margin:3px ;
        
    }
    .tech-icons img[alt^="php"]{
        width: 80px;
    }
    
    .tech-icons img[alt^="jquery"]{
        width: 100px;
        /* padding-bottom: 10px; */
    }
    .design-cms-icons img[alt^="woo"]{
        width: 90px;
        height:60px
    }
    .design-tools-subcontainer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.design-cms-icons img[alt^="Figma"]{
    width: 60px;
    height:60px
}

    .wf-card{
        width:350px;
        height:430px;
    }
    .wf-card > p{
        font-size: 1.7em;
    }
    form > h2 {
        font-size: 3.5em;
    }
    .text-container, .text-container2 {
    width: 90%;
    align-self: flex-end;
    }
    .responsive-lamp{
        top:162px;
        left:40%;
    }
        

 }
@media screen and (max-width:520px){
  body{
      font-size: 12px;
  }
  .responsive-lamp {
    /* position: absolute; */
    top:158px;
    left:39%;
}
.services{
    padding-top: 11em;
}

}
@media screen and (max-width:480px){
    body{
        background-position: -20px 0;
    }
    .project-desc {
        width: 88%;
    }
    .my-img > img{
        width: 250px;
    }
    
    form input {
        height: 38px;
        font-size: 16px;
    }
    .contact-sub-container {
        padding: 4em 2em;
    }
    form textarea {
        width: 100%;
        font-size: 20px;
    }
    .tag-sticker{
        width:65px;
    }
    .responsive-lamp {
        /* position: absolute; */
        top:185px;
        left:37.5%;
    }
    .services{
        padding-top: 13em;
    } 
    
    
}
@media screen and (max-width:440px){
 body{
     font-size: 12px;
 }
 .mockup-container img {
    width: 340px;
}
.header-sub-container {
    width: 100%;
}
.text-container2 div {
    margin-top: 40px;
}
.services {
    margin-top: 40px;
}
.responsive-lamp {
    /* position: absolute; */
    top:224px;
    left:36.5%;
}
.services{
    padding-top: 13em;
}

}
@media screen and (max-width:400px){
    body{
        font-size: 11.5px;
    }
    .mockup-container img {
       width: 340px;
   }
   .tag > p {
    font-size: 2.5em;
   }
   .tag-sticker{
    width:60px;
    /* position: relative; */
    top:-30px;
    /* left: 45%; */
}
.workflow-cards-container{
    padding:4em 2.5em;
}
.for-your-convinence img{
    width:250px;
  }
  .responsive-lamp {
    /* position: absolute; */
    top:221px;
    left:35.5%;
}
.services{
    padding-top: 13em;
}
  
  
}

@media screen and (max-width:380px){
    .my-img img{
        width: 240px;
    }
    .logo > img {
        width: 175px;
    }
    .hamburger-btn img {
        width: 42px;
    }
    .logo {
        margin-left: 2.5%;
    }
    .hamburger-btn {
        margin-right: 10px;
    }
    .text-container, .text-container2 {
        width: 90%;
    }
    .vertical-nav{
        top:67px;
    }
    .responsive-lamp {
        /* position: absolute; */
        top:185px;
        left:37.5%;
    }
    .services{
        padding-top: 13em;
    }
    .responsive-lamp {
        /* position: absolute; */
        top:259px;
        left:33.6%;
    }
    /* .responsive-lamp svg {
        width:98%;
    } */
    .services{
        padding-top: 17em;
    }
  }

@media screen and (max-width:343px){

    .responsive-lamp {
        /* position: absolute; */
        top:270px;
        left:38%;
    }
    .responsive-lamp svg {
        width:90%;
    
    }
    /* .services{
        padding-top: 17em;
    } */
}

@media screen and (max-width:320px){
  .my-img img{
      width: 240px;
  }
  
}



/* @media screen and (max-width:768px){
    .wf-card{
        height: 250px;
        width: 100%;
    }
   
   } */
   


/* .project-desc button a{
    font-weight: 500;
} */

/* span{
    font-size:2.2rem;
    display:inline-block;
    transition:0.1s linear; 
    white-space: pre;
    
    
  }
  
  span:hover{
    /* color:red; 
    cursor:pointer;
    transform:rotate(-45deg);
  } */

/* span:hover{
    color:red;
    cursor:pointer;
    transform:rotate(-10deg);
    transform-origin: center;
    transition:.3s;
    transform:translate(0,25px);
    display:inline-block;
  } */