@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400;500;600;700;800;900&display=swap');
*, :after, :before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, a, span, b, p, i, ::placeholder, input, textarea {

    font-family: 'Alata', sans-serif;
}
/*maintanance */
.maintainane-main {
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000000;
    padding: 3vh;
    display: none;
}
.maintainane-container {
    width: 80%;
    margin: 20vh auto;
    border-radius: 20px;
    border: 1px solid grey;
    padding: 3vh;
    height: 60vh;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}
.maintainane-container h1 {
    font-size: clamp(2rem, 2.5vw, 3rem);
    font-weight: 400;
}
.maintainane-container p {
    font-size: clamp(1.1rem, 1.8vw, 1.2rem);
    font-weight: 400;
    padding: 1rem 0;
    margin-bottom: 1.5rem;
}
.maintainane-container a {
    font-size: 1.1rem;
    padding: 0.2rem 1rem;
    border: 1px solid #000;
    border-radius: 10px;
    margin: 0 1rem;
    color: #000;
    transition: all 0.4s ease-in-out;
}
.maintainane-container a:hover {
    background-color: #000;
    color: #fff;
}
@font-face {
  font-family: "sansation";
  src: url('..fonts/sansation/Sansation_Regular.ttf');
}
p, strong, span {
    font-family: "sansation";
}
body {
    background-color: #FAF9F9;
}
ul {
    list-style: none;
}
:root {
    --red-color: #EA1919;
    --lightwhite: #F0EBE5;
}
html {
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}
.a-container {
    width: 88%;
    margin: 0 auto;
}
.a-flex {
  display: flex;

}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  width: 8px;
  background-color: black;
  padding: 2px;
}
body::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 30px;
  background-color: var(--red-color);

}


/* preloader starts here  */
.preloader {
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: white;
    z-index: 100000;
}
.preloader-overlay {
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  position: absolute;
  left: 0;
  transition: all 0.5s cubic-bezier( 0.99, 0.02, 0.13, 1 );
  top: 0;
}
.preloader-container {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 100;
}
.pre-logo {

}
.pre-logo img {
    width: 15vw;
}
.preloader-progress {
  display: flex;
  width: 15vw;
  height: 6px;
  background-color: var(--red-color);
  border-radius: 50px;
  position: relative;
}
.preloader-indicator {
  width: 0%;
  height: 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 50px;
  transition: all 0s ease-in-out;
}
.preloader-progress h5 {
    font-size: clamp(1.3rem, 1.6vw, 1.5rem);
    position: absolute;
    top: 10px;
    right: 0;
    color: white;
}
.remove-preloader {
  height: 0;
}
/* preloader ends here  */

/* header starts here  */
.header-main {
    width: 100%;
    border-bottom: 1px solid #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #fff;
}
.header-container {

}
.header-left {
    width: 40%;
    display: flex;
    align-items: center;
    padding-left: 2rem;
    /* justify-content: center; */
}
.header-left a {
    font-size: clamp(1.2rem, 1.5vw, 1.4rem);
    color: black;
    position: relative;
}
.header-left a img {
    position: absolute;
    left: -35px;
    width: 25px;
    top: 5px;
    animation: rotate 2s infinite linear;
    
}
@keyframes rotate {
    0% {
     transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
       }
}
.header-middle {
    width: 20%;
}
.header-right {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: right;
    cursor: pointer;
}
.header-middle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-middle img {
    width: 6.5vw;
}
.header-right-menu1 {

}
.header-right-menu1 a {
    font-size: clamp(1.2rem, 1.5vw, 1.4rem);
    color: black;
    position: relative;
}
.header-right-menu1 a img {
    position: absolute;
    left: -35px;
    width: 25px;
    top: 5px;
    animation: rotate 2s infinite linear;
    
}
.header-right-menu2 {
   padding: 0 1rem;
}
.header-right-menu2 span {
    width: 40px;
    height: 2px;
    display: block;
    background-color: black;
    margin: 0.4rem 0;
}

.header-menu {
    width: 100%;
    height: 0vh;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    transition: all 0.5s cubic-bezier( 0.99, 0.02, 0.13, 1 );
    z-index: -1;
}
.header-menu.active {
    z-index: 100000;
    height: 100vh;
}
.close-menu {
    z-index: 100;
    position: absolute;
    right: 5%;
    top: 5%;
    transition: all 0.2s ease-in-out;
    transition-delay: 1s;
    cursor: pointer;
}
.close-menu i {
    font-size: clamp(1.4rem, 2vw, 2rem);

}
.header-menu-overlay {
    width: 100%;
    height: 0%;
    background-color: #fff;
    left: 0;
    top: 0;
    position: absolute;
    transition: all 0.5s cubic-bezier( 0.99, 0.02, 0.13, 1 );
    
}
.header-menu-overlay.active {
    height: 100vh;
    
}
.header-menu-container ul {
 position: relative;
 z-index: 1000;
}
.header-menu-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.header-menu-container ul li {
    opacity: 0;
    /* transition: all 0.32s cubic-bezier( 0.99, 0.02, 0.13, 1 );  */
    transition: all 01s ease-in-out;
    /* transform: translateY(30px); */
    transition-delay: 0.5s;
}
.header-menu-container ul li {
    text-align: center;
    margin: 1rem 0;
}
.header-menu-container ul li a {
    font-size: clamp(1.3rem, 2vw, 2rem);
    color: #000;
    text-align: center;
}
.menu-list-box {
    /* overflow: hidden; */
    background-color: #fff;
    position: relative;
    margin: 0.4rem;
}
.menu-list-box:after {
    content: '';
    left: 0;
    bottom: 30%;
    width: 100%;
    height: 70%;
    background-color: #fff;
    position: absolute;
}
.header-menu.active .menu-list-box  li {
    z-index: 1000;
   
}
.menu-list-box i {
    font-size: clamp(1.5rem, 2vw, 1.8rem);
    margin-left: 0.2rem;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.header-menu-container.active .menu-list-box a:hover i {
    opacity: 1;
    margin-left: 1rem;
}
.header-menu-container.active .menu-list-box:nth-child(1) li {
    opacity: 1;
    transition-delay: 0.6s;
    transform: translateY(-60px);
}
.header-menu-container.active .menu-list-box:nth-child(2) li {
    opacity: 1;
    transition-delay: 0.8s;
    transform: translateY(-60px);
}
.header-menu-container.active .menu-list-box:nth-child(3) li {
    opacity: 1;
    transition-delay: 1s;
    transform: translateY(-60px);
}
.header-menu-container.active .menu-list-box:nth-child(4) li {
    opacity: 1;
    transition-delay: 1.2s;
    transform: translateY(-60px);
}
.header-menu-container.active .menu-list-box:nth-child(5) li {
    opacity: 1;
    transition-delay: 1.4s;
    transform: translateY(-60px);
}
.header-menu-container.active .menu-list-box:nth-child(6) li {
    opacity: 1;
    transition-delay: 1.6s;
    transform: translateY(-60px);
}
.header-menu-container.active .menu-list-box:nth-child(7) li {
    opacity: 1;
    transition-delay: 1.8s;
    transform: translateY(-60px);
}


/* header ends here  */

.hero-main {
    width: 100%;
    background-color: #000;
    height: 95vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-container {
    width: 85%;
}
.hero-text {
    position: relative;
    text-align: center;
}

.hero-main h1 {
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    color: #F0EBE5;
    /*padding-left: -1vw;*/
    margin: 2rem 0;
    font-weight: 550;
    line-height: 1.3;
}



.hero-text h1 span {
    color: var(--red-color);
    position: relative;
    width: 100%;
    margin-right: -0.7rem;
}
.hero-main h1 span b  {
    position: absolute;
    left: 0;
    bottom: -40px;
}

.hero-main {
    padding-top: 10vh;
}
.hero-main h2 {
   font-size: clamp(2.4rem, 5vw, 4.4rem);
    color: #F0EBE5;
    font-weight: 550;
    
}
.name-ani {
  animation: fill-text 0.5s ease forwards 3s;
}
.name-ani path:nth-child(1){
    stroke-dasharray: 125;
    stroke-dashoffset: 125;
    animation: name-ani 2s ease forwards 1.2s;
}
.name-ani path:nth-child(2){
    stroke-dasharray: 218;
    /*fill: red;*/
    stroke-dashoffset: 218;
    animation: name-ani 2s ease forwards 1s;
}
.name-ani path:nth-child(3){
    stroke-dasharray: 160;
    stroke-dashoffset: 160;
    animation: name-ani 2s ease forwards 0.8s;
}
.name-ani path:nth-child(4){
    stroke-dasharray: 276;
    stroke-dashoffset: 276;
    animation: name-ani 2s ease forwards 0.6s;
}
.name-ani path:nth-child(5){
    stroke-dasharray: 195;
    stroke-dashoffset: 195;
    
    animation: name-ani 2s ease forwards 0.4s;
}
.name-ani path:nth-child(6){
    stroke-dasharray: 216;
    stroke-dashoffset: 216;
    animation: name-ani 2s ease forwards 0.2s;

}
@keyframes name-ani {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes fill-text {
    from {
        fill: transparent;
    }
    to {
        fill: var(--red-color);
    }
}

#underline {
    height: 17px;
    opacity: 0;
    animation: line-ani 1s ease forwards 2s;
    
}
@keyframes line-ani {
    from {
        width: 0;
        opacity: 0;
    }
    to {
        width: 230px;
        height: 17px;
        opacity: 1;
    }
}
.hero-text p {
    font-size: 1.2rem;
    color: #F0EBE5;
    margin-top: 1.5rem;
    text-align: center;
    width: 70%;
    margin: auto;
    display: block;
    line-height: 1.7;
    padding-top: 2rem;
}

.highlights {
    background-color: #060606;
    padding: 4vh 0;
    padding-bottom: 15vh;
}
.highlights-container {
    justify-content: space-between;
    width: 85%;
}
.highlights-box {
    width: 31%;
    text-align: center;
    padding: 2rem;
    border-radius: 20px;
    background-color: rgba(57, 57, 57, 0.63);
}
.highlights-box h3 {
    color: var(--lightwhite);
    font-size: clamp(2.2rem, 3.5vw, 3rem);
    font-weight: 500;
}
.highlights-box p {
    color: #fff;
    font-size: clamp(1.2rem, 1.5vw, 1.5rem)
}
.about-main {
    padding: 6rem 0;
    position: relative;
}
.about-design {
    width: 40%;
    right: 0;
    position: absolute;
    top: 10%;
    height: 60px;
    background-color: #E6E5E5;
    clip-path: polygon(3% 0, 100% 0%, 100% 100%, 0% 100%);
}
.about-main h3 {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 500;
    display: flex;
    align-items: center;
    -wekit-text-stroke: 4px black;
}
.about-main h3 img {
    width: 3vw;
    animation: rotate 2s infinite linear;
    margin-right: 1rem;
}
.about-main p {
    font-size: clamp(1.2rem, 1.3vw, 1.25rem);
    line-height: 2;
    width: 98%;
    color: #4A4949;
    margin: 1.5rem 0;
}
.about-academy-wrapper {
    border: 2px solid black;
    margin: 5rem 0;
    margin-bottom: 3rem;
}
.about-academybox {
    width: 33%;
    padding: 2rem;
    text-align: center;
}
.about-academybox h4 {
    font-size: clamp(1.4rem, 1.6vw, 1.6rem);
    font-weight: 500;
}
.about-academybox p {
    font-size: clamp(1.15rem, 1.4vw, 1.25rem);
    margin: 0.3rem 0;
    line-height: 1.8;
    width: 100%;
}
.about-academybox strong {
    font-size: clamp(1.15rem, 1.4vw, 1.25rem);
   
}
.about-academybox:nth-child(2) {
    background-color: black;
    color: white;
}
.about-academybox:nth-child(2) h4, .about-academybox:nth-child(2) strong {
    color: var(--red-color);
}
.exp-main {
    width: 100%;
}
.exp-container {
  text-align: center;
  position: relative;
}
.exp-heading h4 {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 500;
    -wekit-text-stroke: 4px black;
}
.exp-heading h4 img {
    width: 3vw;
    animation: rotate 2s infinite linear;
    margin-right: 1rem;
}
.exp-container p {
    font-size: clamp(1.2rem, 1.3vw, 1.25rem);
    margin: 0.5rem 0;
}
.exp-wrapper {
    margin: 4rem 0;
    gap: 2rem;
   
}
.exp-box {
    border: 4px solid black;
    border-radius: 4px;
    padding: 2.5rem;
    text-align: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 32%;
}
.exp-box:after {
    content: "";
    right: -5%;
    bottom: -5%;
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    position: absolute;

}
.exp-box h5 {
    font-size: clamp(1.4rem, 1.5vw, 1.6rem);
    font-weight: 500;
    color: black;
    position: relative;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
}
.exp-box:hover:after {
    width: 140%;
    height: 140%;
    border-radius: 0;
}
.exp-box:hover {
    color: white;
}
.exp-box:hover p, .exp-box:hover h5 {
    color: white;
}
.exp-box p {
    color: #1B1818;
    line-height: 1.8;
    position: relative;
    z-index: 100;
    transition: all 0.3s ease-in-out;
    transition-delay: 0.3s;
    font-size: clamp(1.05rem, 1.2vw, 1.1rem);
}
.exp-box p span {
    border-bottom: 2px solid grey;
    font-weight: 600;


}
.exp-design {
  position: absolute;
  right: 5%;
  top: -5%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--red-color);
}
.skills-main {
    background-color: #000;
    padding: 4rem 0;
    margin: 8rem 0;
    margin-bottom: 5rem;
}
.skills-heading {
    text-align: center;
}
.skills-heading h4 {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 500;
    -wekit-text-stroke: 4px #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.skills-heading h4 img {
    width: 3vw;
    animation: rotate 2s infinite linear;
    margin-right: 1rem;
}
.skills-wrapper {
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    margin: 2rem 0;
    padding: 2rem 0;
    
}
.skillsbox {
    display: flex;
    background-color: #030202;
    border-radius: 10px;
    border: 1px solid rgba(250, 250, 250, 0.5);
    padding: 1rem 1.5rem;
    width: 21%;
    align-items: center;
    /* justify-content: center; */
}
.skillsbox img {
    width: 12%;
    margin-right: 1rem;
}
.skillsbox h5 {
    color: #fff;
    font-size: clamp(1.2rem, 1.8vw, 1.3rem);
    font-weight: 500;
    width: 50%;
    font-family: "sansation";
}
.skill-percentage {
    background-color: #000000;
    border: 1px solid #302828;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.skill-percentage span {
   color: #fff;
   font-size: clamp(1.04rem, 1.8vw, 1.1rem);
}

.what-i-do {
    
}
.what-i-do-heading {
    text-align: center;
}
.what-i-do-heading h4 {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 500;
    color: black;
    -wekit-text-stroke: 4px #000;
    display: flex;
    align-items: center;
    justify-content: center;
  
}
.what-i-do-heading h4 img {
    width: 3vw;
    animation: rotate 2s infinite linear;
    margin-right: 1rem;
}
.what-i-do-wrapper {
    margin: 3rem 0;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: center;
}
.what-i-do-box {
  width: 21%;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #5A5656;
  box-shadow: 0 0 31px 19px rgba(243, 239, 239, 0.25);
  padding: 1.5rem;
}
.what-i-do-box img {
    width: 20%;
}
.what-i-do-box h5 {
    font-size: clamp(1.2rem, 1.6vw, 1.3rem);
    font-weight: 400;
    -webkit-text-stroke: 0.4px #000;
    margin-top: 1rem;
    line-height: 1.2;
}
.what-i-do-box p {
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    color: rgba(27, 24, 24, 0.7);
    margin: 0.5rem 0;
    line-height: 1.6;
}
.my-works {
    background-color: #000;
    padding: 7rem 0;
    margin: 8rem 0;
    margin-bottom: 6rem;
}
.my-works-heading {

}
.my-works-heading h4 {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 500;
    color: #fff;
    -wekit-text-stroke: 4px #fff;
}
.my-works-heading h4 img {
    width: 3vw;
    animation: rotate 2s infinite linear;
    margin-right: 1rem;
}
.my-works-container {
    position: relative;
}
.my-works-container h2 {
    font-size: clamp(3rem, 7vw, 8rem);
    color: rgba(255, 255, 254, 0.06);
    position: absolute;
    right: 5%;
    top: -8%;
    font-weight: 500;
}
.my-works-container h2 {
    top: 3%;
}
.my-works-wrapper {
    gap: 3rem;
    margin: 5rem 0;

}
.my-works-box {
    background-color: #D9D9D9;
    border-radius: 10px;
}
.my-worksbox-top {
   background-color: var(--red-color);
   padding: 2rem;
   border-radius: 10px;
}
.my-worksbox-top h5 {
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    color: #fff;
    font-weight: 500;
    line-height: 1.2;
}
.my-works-content {
    padding: 2rem;
}
.my-works-content h6 {
    font-size: clamp(1.1rem, 1.6vw, 1.2rem);
    font-weight: 500;
    color: #000;
    display: inline-block;
    -webkit-text-stroke: 0.4px #000;
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
    font-family: "sansation";
}
.my-works-content p {
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    margin: 1.2rem 0;
    color: rgba(27, 24, 24, 0.7);
    line-height: 1.8;
}
.my-works-content img {
    width: 20%;
}
.my-works-more {
    text-align: center;
    padding: 2rem 0;
}
.my-works-more a {
    font-size: clamp(1.3rem, 1.8vw, 1.4rem);
    color: #000;
    padding: 0.6rem 2rem;
    border-radius: 100px;
    position: relative;
    /*border: 1px solid #fff;*/
    overflow: hidden;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
}    

.my-works-more a:hover {
   background-color: var(--red-color);
   color: #fff;
}
.contact-home {
    width: 100%;
    margin-bottom: 5rem;
}
.contact-home-container {
    background-color: #E6E6E6;
    padding: 2rem;
    border-radius: 100px;
    width: 85%;
    align-items: center;
}
.c-home-left {
    width: 70%;
    text-align: center;
}
.c-home-left h4 {
    font-size: clamp(1.8rem, 2.5vw, 3rem);
    font-weight: 400;
    -webkit-text-stroke: 0.3px #000;
}
.c-home-right {
    width: 30%;
    padding: 0 2rem;
}
.c-home-right a {
    font-size: clamp(1.1rem, 1.2vw, 1.2rem);
    padding: 1rem 2.5rem;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    justify-content: center;
    display: flex;
    transition: all 0.2s ease-in-out;
}
.c-home-right a:hover {
    background-color: var(--red-color);
}
.c-home-right a img {
    margin-left: 0.7rem;
    width: 20%;
    transition: all 0.2s ease-in-out;
}

.c-home-right a:hover img {
    margin-left: 1rem;
}
.footer-main {
    background-color: #000;
    padding: 4rem 0;
}
.footer-left {
    width: 27%;
}
.footer-middle {
    width: 45%;
    text-align: center;
    
}
.footer-logo {
    border-bottom: 1px solid #625f5f;
    padding: 1.5rem 0;
}
.footer-middle p {
    font-size: clamp(1.1rem, 1.3vw, 1.2rem);
    color: #fff;
    /* font-family: 'Goldman', sans-serif; */
    font-weight: 500;
    padding: 1.5rem 0;
}
.footer-middle p i {
    color: var(--red-color);
    margin-left: 0.5rem;
}
.footer-right {
    width: 27%;
    display: flex;
    align-items: flex-end;
    justify-content: right;
}
.footer-right ul {
    gap: 2rem;
    padding: 1.5rem 0;
}
.footer-right ul li a {
    color: #fff;
    font-size: clamp(1.1rem, 1.4vw, 1.2rem);
}


/* text-ani  */
.text-ani {
    position: relative;
    margin: 5vh 0;
}
.text-ani:after {
    content: '';
    left: 0;
    bottom: 0;
    background-color: #FAF9F9;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
}
.text-ani h2 {
  font-size: 4rem;
  position: relative;
  z-index: 100;
  animation: top 1s ease-in-out;
}
@keyframes top {
    0% {
      transform: translateY(0px)
    }
    100% {
        transform: translateY(-100px)
    }
}

/* projects page starts here  */
.projects-title {
    height: 30vh;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6rem;
}
.projects-title h1 {
    font-size: clamp(2.2rem, 3vw, 4rem);
    font-weight: 500;
    text-align: center;
    display: flex;
}
.projects-title h1 img {
    width: 15%;
    animation: rotate 2s infinite linear;
    margin-right: 1rem;
}
.projects-list-main {
    margin: 4rem 0;
}
.rojects-container {
    width: 85%;

}
.projects-wrapper {
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;
    padding: 3rem 0;
}
.projectbox {
    width: 22%;
    /* border: 1px solid black; */
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
.projectbox:hover {
    transform: scale(1.02)
}
.projectbox img {
    transition: all 0.2s ease-in-out;
}
.projectbox:hover img {
  margin-left: 1rem;
}