@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,300;0,400;1,300;1,400&family=Open+Sans:wght@300;400;600&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600&family=Quicksand:wght@300&display=swap");
:root {
  --color-primary: #999d9e;
  --color-grey-light-1: #faf9f9;
  --color-grey-light-2: #f4f2f2;
  --color-grey-light-3: #f0eeee;
  --color-grey-light-4: #ccc;
  --color-grey-dark-1: #333;
  --color-black-dark-1: #1c1d20;
  --color-grey-dark-2: #777;
  --color-grey-dark-3: #999;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

.container {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  color: var(--color-black-dark-1);
  background-color: #fff;
}
.cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 2px solid var(--color-grey-light-1);
  transition: transform 0.3s ease;
  transform-origin: center center;
  pointer-events: none;
  z-index: 1000;
}
.cursor-scale {
  cursor: pointer;
  transition: transform 0.3s;
}

.cursor-scale:hover {
  transform: scale(1.05);
}

.grow,
.grow-small {
  transform: scale(10);
  background: #fff;
  mix-blend-mode: difference;
  border: none;
}

.grow-small {
  transform: scale(2.5);
}


/* .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1rem;
  max-width: 131rem;
  width: 100%;
  margin-inline: auto;
  padding-inline: 2.5rem;
  margin-right: -16rem;
} */
/* .nav-list {
  position: relative;
  display: flex;
  list-style: none;
}
.nav-item {
  width: 10rem;
  text-align: center;
  padding-block: 1rem;
  transform: rotate(0.001deg);
}
.nav-link {
  text-transform: uppercase;
}
a {
  text-decoration: none;
  color: var(--color-black-dark-1);
}

.active {
  position: absolute;
  bottom: -1rem;
  height: 5px;
  width: 0.5rem;
  background-color: var(--color-black-dark-1);
  transition: transform 0.25s;
  margin-left: 45px;
  border-radius: 50px;
  padding: 5px;
}
.nav-item:nth-child(2):hover ~ .active {
  transform: translateX(10rem);
}
.nav-item:nth-child(3):hover ~ .active {
  transform: translateX(20rem);
}
.nav-item:nth-child(4):hover ~ .active {
  transform: translateX(30rem);
}
.logo-main {
  position: relative;
  top: 15px;
  right: 30px;
}
.logo-main img {
  height: 8rem;
  width: 8rem;
  border-radius: 50px;
} */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1rem;
  width: 90%;
  margin-inline: auto;
  padding-inline: 2.5rem 0;
}
.logo-main {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.logo-main img {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
}

.nav-list {
  position: relative;
  display: flex;
  list-style: none;
}
.nav-item {
  width: 10rem;
  text-align: center;
  padding-block: 1rem;
  transform: rotate(0.001deg);
}
.nav-link {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 400;
}
a {
  text-decoration: none;
  color: inherit;
}

.active {
  position: absolute;
  bottom: -1rem;
  height: 5px;
  width: 0.5rem;
  background-color: var(--color-black-dark-1);
  transition: transform 0.25s;
  margin-left: 45px;
  border-radius: 50px;
  padding: 5px;
}
.nav-item:nth-child(2):hover ~ .active {
  transform: translateX(10rem);
}
.nav-item:nth-child(3):hover ~ .active {
  transform: translateX(20rem);
}
.nav-item:nth-child(4):hover ~ .active {
  transform: translateX(30rem);
}

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-spacing: 5px;
  line-height: 2;
  margin: 50px auto;
}
.about__heading-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 50px;
  padding: 5px 10px;
  word-spacing: 7px;
  letter-spacing: 3px;
  /* animation: puffIn 2s; */
}
.about__heading-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 40px;
  word-spacing: 5px;
  letter-spacing: 2px;
  /* animation: puffIn 2s; */
}

.about__heading-2a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 40px;
  word-spacing: 5px;
  letter-spacing: 2px;
  transform: all 2s;
  /* animation: puffIn 2s; */
}

.about__content {
  padding: 5rem 10rem;
}

.about__content span {
  display: inline-block;
  transition: all 0.2s;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.about__content span:hover {
  background-color: #999d9e;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(#ddd8d8 0.4);
  transform: rotate(5deg) scale(1.3);
}

/* .work .puffIn {
  animation-name: puffIn;
} */
/* @-webkit-keyframes puffIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    filter: blur(0px);
  }
}
@keyframes puffIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(2, 2);
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
    filter: blur(0px);
  }
} */



/* For screens width 1024px */
@media only screen and (max-width: 1024px) {
  .about-heading-1a{
    display: flex;
    justify-content: center;
  }
  .about__content {
    width: 100%;
    text-align: justify;
  }
}

/* For screens width 768px */
@media only screen and (max-width: 768px) {
  

  .container {
    width: 100%;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    padding: 1rem;
    margin-right: 0;
    height: auto;
  }

  .nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
  }

  .nav-item {
    width: 100%;
    text-align: center;
    padding: 1rem;
    transform: none;
  }

  .active {
    position: static;
    transform: none;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .logo-main {
    position: relative;
    top: 15px;
    right: 2px;
}

  .logo-main {
    margin: 2rem auto;
    text-align: center;
  }

  .logo-main img {
    height: 6rem;
    width: 6rem;
  }

  .about {
    width: 100%;
    padding: 0 2rem;
  }
  .about__heading-1 {
    font-size: 40px;
  }
  .about__heading-2 {
    font-size: 23px;
    margin-bottom: 30px;
    word-spacing: 2px;
    letter-spacing: 0;
  }
  .about__heading-2a {
    font-size: 23px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .about__content {
    width: 100%;
    margin: 0;
    text-align: justify;
    padding: 0 2rem;
  }
}

/* For screens with a width of 420px or lower */

/* @media screen and (max-width:375px) {
  .about__heading-2a {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 15px;
}
  
} */


 
 