:root {
  /* font-family:  Helvetica, sans-serif;
  line-height: 1.5;
  font-weight: 400; */
  /* .manrope-<uniquifier> { */
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  /* } */



  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {

  min-width: 320px;
  min-height: 100vh;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}

a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  padding: 0;


  margin: 0 auto;
}

.wrapper {
  min-width: 320px;
  max-width: 1440px;
  margin: 0 auto;
}

.spacer {
  width: 100%;
  height: 30vh;
}


.b-screen {
  background-color: #000000;
}

.w-text {
  color: #fff;
}

.cards {}

.card-wrapper {
  padding: 0 100px 50px;
}

.card {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card__inner {
  overflow: hidden;
}

.card .wrapper {
  width: 100%;
  will-change: transform;
  transform-origin: center top;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-container {

  width: 100%;
  height: 100vh;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.glutfit-tmb {
  background-image: url(./public/glutfit.png);
}

.sanar-tmb {
  background-image: url(./public/sanar.png);
}

.lilhaute-tmb {
  background-image: url(./public/lilhaute.png);
}

.ams-tmb {
  background-image: url(./public/ams.png);
}

.header {
  width: 100%;
  z-index: 30;
  background-color: #ffffff;
  box-shadow: 1px 3px 10px #e0e0e055;
}
.shadow-none{
  box-shadow: none
}
.sticky {
  position: sticky;
  top: 0;

}
.sticky-header {
  position: sticky;
  top: 0;

}

.header .wrapper {
  width: 100%;
  height: 60px;
  display: flex;

}

.header .header-left {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header .header-left .header-logo {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.header .header-left .header-logo a {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.header .header-left a img {
  width: 20px;
  object-fit: contain;
}
.header .header-left a .sandeep-logo {
  width: 50px;
  object-fit: contain;
}

.header .header-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu-icon {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  /* width: 25px; */
  height: 2px;
  background-color: #000;
  margin: 4px 0;
  transition: 0.4s;
}

.bar1 {
  width: 15px;
}
.bar2 {
  width: 20px;
}

.bar3 {
  width: 10px;
}

.menu-icon-change .bar1 {
  width: 20px;
  transform: translate(0, 7px) rotate(-45deg);
}

.menu-icon-change .bar2 {
  opacity: 0;
}

.menu-icon-change .bar3 {
  width: 20px;
  transform: translate(0, -5px) rotate(45deg);
}

.menu-list {
  height: 0;
  z-index: 20;
  position: fixed;
  overflow-y: hidden;
  top: 60px;
  width: 100%;
  background-color: #00000075;
  text-align: center;
  transition: .5s;
}

.menu-list a {
  display: block;
  text-decoration: none;
  color: #888585;
  background-color: #fff;
  width: 100%;
  padding: 10px 0px;
  font-size: 20px;
  font-weight: 400;
}
.menu-list a:last-child {
  padding-bottom: 50px;
}
.menu-list a.active-link{
  font-weight: 600;
  color: #000;
}
.menu-list a:hover {
  font-weight: 600;
  color: #000;
}


.landing {
  margin-top: -20px;

}

.landing .wrapper {
  width: 100%;
  height: 100vh;
  background-color: rgb(255, 255, 255);

}
.landing .inner-wrapper {
  width: 100%;
  height: 90vh;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;

}

.landing .landing-left {
  width: 50%;
  /* background-color: #646cff; */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 50px;
}

.blue-text {
  color: #00C1CF;
  font-weight: 300;
}

.hash-text {
  color: #b8bcbc;
}

.landing .landing-left h4 {
  font-size: 30px;
  font-weight: 300;
  font-weight: 300;
  color: #3f3f3f;
}

.landing .landing-left h2 {
  font-size: 70px;
  font-weight: 800;
  color: #3f3f3f;
}

.landing .landing-left img {
  height: 60px;
  object-fit: contain;
}

.landing .landing-left p {
  font-size: 16px;
  color: #909090;
  margin-top: 20px;
  max-width: 80%;
  font-weight: 300;
  line-height: 25px;
}

.landing .landing-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
  margin-top: -60px;
}

#landing-slide {
  position: relative;
  width: 150px;
  height: 150px;
  transform-style: preserve-3d;
  transition: 1s;
  transform: perspective(500px) rotateY(0deg);
}

#landing-slide span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: rotateY(calc(var(--i)*60deg)) translateZ(250px);
  -webkit-box-reflect: below 20px linear-gradient(transparent,rgba(0, 0, 0, 0.202));
}

#landing-slide span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
}

.home-project-title .wrapper {
  width: 100%;
  /* height: 30vh; */
  height: 100px;
  display: flex;
  align-items: flex-start;
  align-items: center;
}

.home-project-title h2 {
  color: #fff;
  padding: 50px 0 0;
  font-size: 40px;
  font-weight: 700;
}

.home-all-project .wrapper {
  width: 100%;
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-all-project a {
  text-decoration: none;
  background-color: #ffffff2e;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 30px;
  opacity: .7;
}

.home-all-project a:hover {
  opacity: 1;
}

.home-project-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  max-height: 900px;
  padding: 50px 100px;
}

.home-project-wrapper .home-project-wrapper-left {
  flex: 1;
  height: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-project-wrapper .home-project-wrapper-left p {
  /* border: 1px solid #fff; */
  color: #fff;
  background-color: #ffffff29;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 30px;
  width: max-content;
}

.home-project-wrapper .home-project-wrapper-left h1 {
  color: #fff;
  font-size: 150px;
  font-weight: 500;
}
.glutfit-tmb .home-project-wrapper-left p,.lilhaute-tmb .home-project-wrapper-left p {
  background-color: #76757535;
}
.home-project-wrapper .home-project-wrapper-right {
  flex: 1;
  height: 90%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.home-project-wrapper .home-project-wrapper-right p {
  text-decoration: none;
  border: 1px solid #fff;
  color: #fff;
  background-color: #ffffff47;
  font-size: 18px;
  padding: 7px 20px;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  opacity: .6;
}

.home-project-wrapper .home-project-wrapper-right p:hover {
  opacity: 1;
}




.journey {
  position: relative;
  background-image: url("./public/journey-bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.journey::after {
  width: 100%;
  height: 100%;
  content: "";
  background-color: #0000003f;
  position: absolute;
  top: 0;
  z-index: 1;
}

.journey .wrapper {
  width: 100%;
  height: 60vh;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;

}
.journey .inner-wrapper {
  width: 100%;
  /* height: 60vh; */
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;

}

.journey  .jorney-top{
  height: 100px;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 40px; */
  padding: 0 50px;
}
.journey  .jorney-top h1{
  font-size: 50px;
  font-weight: 300;
  color: #fff;
}
.journey  .jorney-top .exp{
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 40px;
}
.journey  .jorney-top h4{
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  padding: 0;
  margin-top: -10px;

}
.journey  .jorney-top p{
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-top: -10px;

}
.journey .journey-container {
  width: 90%;
  height: 250px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.journey .line {
  position: absolute;
  top: 85px;
  /* height: 1px; */
  width: 60%;
  border: 1px dashed #ffffff68;
}

.journey .journey-container .journey-content {
  flex: 1;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 10px;
}

.journey .journey-container .journey-content::after {
  content: "";
  background-image: url("./public/location-icon.png");
  width: 100%;
  height: 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -26px;
  z-index: 3;
}

.journey .journey-container .journey-content p {
  font-size: 14px;
  margin-top: 2px;
}
.journey .journey-container .journey-content p:nth-child(1) {
  font-weight: 300;
}
.journey .journey-container .journey-content p:nth-child(2) {
  font-weight: 700;
}
.journey .journey-container .journey-content p:nth-child(3) {
  font-weight: 400;
}
.footer {
  background: url("./public/footer-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -300px -100px;
  
  /* z-index: 1; */
  background-color: #fff;
}

.footer .wrapper {

  width: 100%;
  height: 100vh;
  display: flex;
  /* justify-content: center; */
  /* align-items: center; */
  flex-direction: column;
  padding: 0 50px;

}

.footer .footer-top {
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: center;
}

.footer .footer-top h1 {
  font-size: 45px;
  margin-left: 50px;
  font-weight: 100;
  letter-spacing: 1.5px;
}

.footer .footer-top .coma {
  width: 40px;
  object-fit: contain;

}

.footer .footer-top .arrow {
  width: 450px;
  object-fit: contain;
  margin-top: 200px;
  margin-left: 70px;
}

.footer .footer-bottom {
  background: url("./public/footer-bg-2.png");
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: right top;
  width: 100%;
  height: 35vh;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}

.footer .footer-bottom p {
  margin-top: 15px;
}

.footer .footer-bottom p a {

  font-size: 16px;
}

.footer .footer-bottom a {
  text-decoration: none;
  color: #000;
  font-size: 40px;
}

.footer .footer-bottom a:hover {
  color: #00C1CF;
}

.footer .footer-links {
  width: 100%;
  height: 15vh;
  border-top: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .footer-links .footer-links-left {
  display: flex;
  align-items: center;
}

.footer .footer-links .footer-links-left a .link-container:hover {
  border-color: #00C1CF;
}

.footer .footer-links .footer-links-left a .link-container {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.footer .footer-links .footer-links-left a .link-container img {
  height: 20px;
  object-fit: contain;
}

.footer .footer-links .footer-links-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.footer .footer-links .footer-links-right a {
  color: #000;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 30px;
}

.footer .footer-links .footer-links-right a:hover {
  border-color: #00C1CF;
}

.projects-page .wrapper {
  width: 100%;
  height: 100vh;
}
.projects-page .inner-wrapper {
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  margin-top: -60px;
}

/* .projects-page h1 {
  font-size: 230px;
  font-weight: 600;

} */
.projects-page img {
  height: 302px;
  object-fit: contain;
  margin-top: 100px;

}

.projects-page .projects-list {
  width: 80%;
  height: 10vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.projects-page .projects-list .projects-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.projects-page .projects-list .projects-item p {
  font-size: 18px;
}

.projects-page .projects-list .projects-item .project-button {
  height: 25px;
  width: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;

}

.all-projects .wrapper {
  width: 100%;
  display: flex;
  padding: 60px;


}

.all-projects .wrapper a {
  text-decoration: none;
  display: block;
  margin-bottom: 60px;
  height: 670px;
  border-radius: 50px;
  width: 100%;
  min-height: 500px;
  color: #000;
  padding: 5px;
  border: 1px solid #fff;
  animation: scrollingFade linear both;
  animation-timeline: view();
  animation-range: entry 10% cover 30%;

}

.all-projects .wrapper a:hover .project-item h1{
  margin-bottom: 0;
  transition: .5s ease-in-out;
}
.all-projects .wrapper a:hover{
border: 1px solid #eaeaea;
}

.all-projects .wrapper a:hover .project-item-bottom {
  opacity: 1;
  align-items: center;
  justify-content: space-between;
  transition: .5s ease-in-out;
}

.all-projects .all-projects-left {
  flex: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding-right: 30px;

}

.all-projects .project-item {
  height: 100%;
  width: 100%;
  border-radius: 45px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  position: relative;

}

.all-projects .project-item .project-item-bottom {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: .5;
}

.all-projects .project-item .project-item-bottom h5 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.all-projects .project-item .project-item-bottom h6 {
  font-size: 16px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #ffffff71;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 12px;
}

.all-projects .project-item::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00000019;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
}

.all-projects .project-item p {
  background-color: #ffffff3b;
  color: #fff;
  font-weight: 600;
  width: max-content;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 14px;
  z-index: 1;
}
.all-projects .lilhaute p{
  background-color: #0000002e;
}
.all-projects .project-item h1 {
  z-index: 1;
  font-size: 100px;
  color: #fff;
  margin-bottom: -90px;

}

.all-projects .all-projects-right {
  flex: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin-top: 150px;
  padding-left: 30px;
}

.all-projects .sanar {
  background: url("./public/sanar-project.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.all-projects .glutfit {
  background: url("./public/glutfit-project.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.all-projects .ams {
  background: url("./public/ams-project.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.all-projects .lilhaute {
  background: url("./public/lilhaute-project.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.project-title-container {
  position: relative;
  width: 100%;
  /* height: 145vh; */
  background-color: #0000002b;
  padding-bottom: 50px;
}

.project-title-container .wrapper {
  width: 100%;
  /* height: 145vh; */
  position: relative;
  padding-left: 20px;

}

.title-img {
  position: fixed;
  z-index: -1;
  object-fit: contain;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100vh; */

}

.project-title-container .project-title-1 {
  width: 100%;
  height: 100vh;
  color: #fff;
/* position: relative; */


}

.project-title-container .project-title-1 h1{
  font-size: 260px;
  position: sticky;
  left: 60px;
top:55vh;

transform: scale(1);
transform-origin: left;
/* color: black; */
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: rgb(255, 255, 255);
}
.project-title-container .project-title-1 img{
  height: 260px;
  object-fit: contain;
  position: sticky;
  left: 60px;
top:55vh;

transform: scale(1);
transform-origin: left;
}




.project-title-2 {
  color: #fff;
  width: 100%;
  /* height: 35vh; */
  position: relative;
margin-top: -10px;
  /* display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px; */

}
.project-title-2 h3{
  font-size: 30px;
  font-weight: 400;
}
.project-title-2 p{
  margin-top: 20px;
  font-size: 15px;
  /* font-weight: 400; */
}
.project-title-2 h6{
  background-color: #76757535;
  width: max-content;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 14px;
  margin-top: 70px;
  
}
.project-tab-container{
  background-color: #fff;
}
.project-tab-container .wrapper{
width: 100%;
/* background-color: #00C1CF; */
padding: 20px 20px 0;
}
.project-tab-nav{
  width: 100%;
padding-top: 50px;
  background-color: #fff;
}
.project-tab-nav .wrapper{
  padding:30px 20px;
}
.project-tab-nav button{
  background-color:#fff;
  outline: none;
  border: 1px solid #8b8b8b92;
  /* border: none; */
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 13px;
  color: #8b8b8b;
  margin-right: 10px;
}
.project-tab-nav button:hover{
  border: 1px solid #00C1CF;

}
.project-tab-container .project-tab{

background-color: #fff;
}
.project-tab-container .project-tab{
display: none;
background-color: #fff;
}
.project-tab-nav button.tab-button-active{
background-color: #fff;
color: #000;
border-color: #000;
}
.project-tab{
  min-height: 100vh;
width: 100%;
position: relative;
}
.project-tab .project-desc{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px 0;
  width: 100%;
  /* height: 50vh; */

}
.project-tab .project-desc h1{
font-size: 40px;
font-weight: 700;
margin-top: -10px;

}
.project-tab .project-desc p{
font-size: 16px;
color: #989898;
line-height: 25px;
/* padding-left: 15px; */
}
.project-tab .w-40{
  width: 40%;

}
.project-tab .w-60{
  width: 60%;
  /* padding-left: 50px; */
}
.project-tab .h-100{
  height: 100vh;
  display: flex;
  flex-direction: column;

  justify-content: center;
  position: sticky;
  top: 0;
}

.project-details{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  /* border-bottom: 1px solid #000; */
  /* padding-left: 50px; */
  /* align-items: center; */
}
.project-details .project-content{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.project-details .project-content-group{
  width: 100%;
  margin-bottom: 50px;
}
.project-details .project-content-group h3{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.project-details .project-content-group p{
  font-size: 16px;
  color: #989898;
  line-height: 25px;
}

.website-content .project-content{
  width: 100%;
  max-width: 720px;
  display: flex;
  justify-content: center;
  padding-left: 70px;
}


.project-images{
  display: flex;
margin-left: 50px;
  justify-content: center;
  width: 100%;
  min-height: 200vh;
  background-color: #000000;
  padding-top: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  background-attachment: fixed;
}
.sanar .project-images{
  background-image: url("./public/sanar-images-bg.png");
}
.glutfit .project-images{
  background-image: url("./public/glutfit-images-bg.png");
}
.lilhaute .project-images{
  background-image: url("./public/lilhaute-img-bg.png");
}
.ams .project-images{
  background-image: url("./public/ams-image-bg.png");
}
.project-images .column-1{
  width: 300px;
margin-right: 50px;
margin-top: 100px;
}

.project-images .column-2{
  width: 300px;
  margin-top: 300px;
}
.project-images .column-3{
  width: 600px;
  margin-top: 100px;
}
.project-images img{
  width: 100%;
  object-fit: contain;
  margin-bottom: 100px;
  animation: scrollingFade linear both;
  animation-timeline: view();
  animation-range: entry 5% cover 25%;
}
.project-guide{
  width: 100%;
  background-color: #fff;
}
.project-guide .wrapper{
  width: 100%;
  min-height: 100vh;

  padding: 50px 20px;
}
.project-guide h1{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.project-guide img{
  width: 100%;
  object-fit: contain;
}
.next-project {
width: 100%;
background-color: #fff;
}
.next-project .wrapper{
width: 100%;
height: 10vh;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 30px;


}
.next-project .wrapper a{
  text-decoration: none;
  display: block;
  border: 1px solid #898484;
  padding: 15px 25px;
  border-radius: 30px;
  font-size: 13px;
  color: #000;
}
.next-project .wrapper a:hover{
  border-color: #00C1CF;
}
.next-project .top-icon{
  /* width: 40px;
  height: 40px;
  background-color: #000; */
}
.next-project .top-icon a{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* background-color: #000; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.next-project .top-icon img{
width: 30px;
object-fit: contain;
}
.resume .wrapper{
width: 100%;
min-height: 100vh;
background-color: #fff;
}
#loader-div{
  width: 100%;
  height: 100vh;
position: fixed;
top: 0;
background-color: #fff;
z-index: 100;
display: flex;
justify-content: center;
align-items: center;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
.p-50{
  padding: 50px 0;
}
.scroll-icon{
  width: 32px;
  height: 48px;
  border-radius: 13px;
  border: 2px solid #000;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  /* align-items: flex-start; */
  padding: 10px;

}
 .wheel{
  width: 2px;
  height: 10px;
  border-radius: 7px;
  background-color: #000;
  animation: scrollDown 1.5s ease-in-out infinite;
}
.cw{
  border-color: #fff;
}
.bw{
  background-color: #fff;
}
.w-50{
width: 50%;
}
.about-container{
background-color: #fff;
padding: 50px 0;
min-height: 100vh;
}
.about-container h1{
padding-left: 20px;
}

.exprience .wrapper{
/* height: 50vh; */
width: 100%;
padding: 50px 0 0;
/* background-color: #00C1CF; */
}
.exprience .exp-group{
  padding-left: 20px;
  margin-bottom: 80px;
}
.exprience .exp-group h4{
font-size: 30px;
font-weight: 500;
margin-bottom: 25px;
}
.exprience .exp-group .exp-desc{
display: flex;

}
.exprience .exp-group .exp-desc .exp-desc-left{
flex: 1;


}
.exprience .exp-group .exp-desc .exp-desc-left .top{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.exprience .exp-group .exp-desc .exp-desc-left h5{
  font-size: 16px;
  font-weight: 500;
  margin-right: 30px;
}
.exprience .exp-group .exp-desc .exp-desc-left .top h6{
  font-size: 16px;
  font-weight: 600;
  margin-right: 30px;
}

.exprience .exp-group .exp-desc .exp-desc-left .top p{
  font-size: 16px;
  color: #989898;
  line-height: 25px;
}
.exprience .exp-group .exp-desc .exp-desc-left .top p img{
  height: 16px;
  object-fit: contain;
  margin-right: 10px;

}
.exprience .exp-group .exp-desc .exp-desc-right{
flex: 1;

}
.exprience .exp-group .exp-desc .exp-desc-right p{
  font-size: 16px;
  color: #989898;
  line-height: 25px;
}

.education{
  width: 100%;
  background-color: #000;
}
.education .wrapper{
  width: 100%;
  min-height: 40vh;
  padding: 50px 0 50px 20px;

}
.education h3{
  font-size: 40px;
  font-weight: 400;
  color: #fff;
}
.education .edu-group{
  margin-top: 50px;
}
.education .edu-group h4{
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}
.education .edu-group .edu-bottom{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.education .edu-group .edu-bottom h6{
  font-size: 16px;
  font-weight: 600;
  margin-right: 30px;
}

.education .edu-group .edu-bottom p{
  font-size: 16px;
  color: #989898;
  line-height: 25px;
}
.education .edu-group .edu-bottom p img{
  height: 16px;
  object-fit: contain;
  margin-right: 10px;

}

@media only screen and (min-width: 1640px) {
  .project-details .project-content-group{
    max-width: 720px;
  }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes scrollDown {
  0% { transform: translateY(0);opacity: 0;}
  20%,70% { opacity: 1;}
  100% { transform: translateY(150%);opacity: 0;}
}

@keyframes scrollingFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

