*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* colors */
.black-50{
  background-color: #F5F5F5;
}
.black-100{
  background-color: #E3E3E4;
}
.black-200{
  background-color: #C5C5C8;
}
.black-300{
  background-color: #A2A3A9;
}
.black-400{
  background-color: #848590;
}
.black-500{
  background-color: #646470;
}
.black-600{
  background-color: #484852;
}
.black-700{
  background-color: #31323A;
}
.black-800{
  background-color: #1F1F26;
}
.black-900{
  background-color: #1A1C1E;
}

.text-black-300{
  color: #B6B9BC;
}
.text-black-400{
  color: #6F7479;
}
.text-black-500{
  color: #2C2E30;
}
.text-gray-300{
  color: #8B8C8E;
}
.text-gray-400{
  color: #EEEEEE;
}
.text-gray-500{
  color: #F7F7F7;
}

.bg-black-700{
  background-color: #2C2E30;
}
.bg-black-800{
  background-color: #232527;
}
.bg-black-900{
  background-color: #1A1C1E;
}
.bg-gray-300{
  background-color: #FFFFFF;
}
.bg-gray-400{
  background-color: #F7F7F7;
}
.bg-gray-500{
  background-color: #EEEEEE;
}

/*fonts*/
.font-1{
  font-family: 'Archivo', sans-serif;  
}
.font-2{
  font-family: 'Manrope', sans-serif;
}


/* headings */
.hero-head{
  font-size: 80px;
  font-weight: 400;
  line-height: 96px;
  letter-spacing: -1px;
  font-family: 'Manrope', sans-serif;
  margin-bottom: 40px;
}
.heading-1{
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -1.7px;
  font-family: 'Archivo', sans-serif; 
}
.heading-2{
  font-size: 56px;
  font-weight: 600;
  line-height: 64px;
  letter-spacing: -1.68px;
  font-family: 'Archivo', sans-serif; 
}
.heading-3{
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  font-family: 'Archivo', sans-serif; 
}
.heading-4{
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  font-family: 'Archivo', sans-serif; 
}
.heading-5{
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  font-family: 'Archivo', sans-serif; 
}
.heading-6{
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  font-family: 'Archivo', sans-serif; 
}

.title-1{
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  font-family: 'Archivo', sans-serif;
}
.title-2{
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  font-family: 'Archivo', sans-serif;
}

.body-lg{
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  font-family: 'Manrope', sans-serif;
}
.body-md{
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: 'Manrope', sans-serif;
}
.body-sm{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Manrope', sans-serif;
}
.body-xs{
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  font-family: 'Manrope', sans-serif;
}

.menu-caps{
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 1.36px;
  font-family: 'Archivo', sans-serif;
}
.menu-lg{
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  font-family: 'Archivo', sans-serif;
}

.captions-lg{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: 'Manrope', sans-serif;
}
.captions-md{
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  font-family: 'Manrope', sans-serif;
}
.captions-sm{
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: 'Manrope', sans-serif;
}

/* buttons */
.btn-1{
  height: 40px;
  padding: 0px 20px 0px 20px;
  border: 1.5px solid #B6B9BC;
}
/* spacing */
.gap-12{
  gap: 12px;
}
.gap-20{
  gap: 20px;
}
.gap-56{
  gap: 56px;
}
.gap-96{
  gap: 96px;
}
.gap-128{
  gap: 128px;
}
.gap-136{
  gap: 136px;
}
/* .padding-20{
  padding: 20px;
} */
.padding-32{
  padding: 32px;
}
.padding-45{
  padding: 45px;
}
.padding-64{
  padding: 64px;
}
.padding-80{
  padding: 80px;
}
.padding-140{
  padding: 140px;
}
.p-128{
  padding: 128px;
}
.padding-12-40{
  padding: 12px 40px;
}
.mt-128{
  margin-top: 128px;
}
.mb-80{
  margin-bottom: 80px;
}
.mb-64{
  margin-bottom: 64px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-28{
  margin-bottom: 28px;
}
.m-32{
  margin: 32px;
}
li{
  list-style: none;
}

/* conatiner for all sections for larger screen */
.container-large{
  margin: 0px 108px;
}
@media only screen and (min-width: 1400px) {
  .container-large{
    margin: 0 auto;
    width: 1224px;
  }
}

header .navbar{
  padding: 20px 108px;
}
header .navbar .menu-gap{
  gap: 96px;
}
/*.dropdown-toggle::after {
    display: none!important;
}*/
/*.btn-check:checked+.btn,
.btn.active,
.btn:hover,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    outline: 0!important;
    border: none!important;
}*/
/*.btn:hover{
  content: "";
  background-image: url("../images/menu-icon-dark.svg")!important;
  background-repeat: no-repeat;
}*/

.offcanvas.offcanvas-end{
  top: 10px;
  right: 20px;
  border-radius: 24px;
  padding: 20px 32px 32px 32px;
  background-color: #F7F7F7;
  height: 580px;
  width: 464px;
  .body-md{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Manrope', sans-serif;
  }
}
.offcanvas-body .nav-link{
  color: #2C2E30!important;
}

.menu-toggle-icon{
  height: 32px;
  width: 32px;
  background-size: cover;
  transition: background-image 0.5s ease-in-out;
  background-image: url("../images/menu-toggle-icon-light.svg");
}
.menu-toggle-icon:hover {
  background-image: url("../images/menu-toggle-icon-dark.svg");
}
.menu-close-icon{
  height: 32px;
  width: 32px;
  background-size: cover;
  transition: background-image 0.5s ease-in-out;
  background-image: url("../images/menu-close-icon-light.svg");
}
.menu-close-icon:hover {
  background-image: url("../images/menu-close-icon-dark.svg");
}


.home_section1{
  height: 100vh;
  background-image: url("../images/dot-bg2.webp");
  object-fit: cover;
  object-position: 50% 50%;
  /* width: 100%;*/
  /* background-repeat: no-repeat;*/
}

.hero_content{
  /* width: 950px;
  margin: auto; */
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  /*background-color: blue;*/
}
.hero_desc{
  margin-bottom: 80px;
  color: #484852;
}


/* problem for overflow horizontal scroll
#section2 {
  min-width: 100vw;
} */ 

.section2-div1 {
  height: 100vh;
}

.section2-img {
  /* height: 100vh; */
  width: 100%;
  object-fit: cover;
}

.top {
  font-size: 64px;
  line-height: 80px;
  color: #141414;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-family: 'Archivo', sans-serif;
}

.bottom {
  font-size: 64px;
  line-height: 80px;
  color: #141414;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-family: 'Archivo', sans-serif;
}

.left {
  font-size: 64px;
  line-height: 80px;
  color: #6F7479;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-family: 'Archivo', sans-serif;
  opacity: 0;
  display: none;
}

.right {
  font-size: 64px;
  line-height: 80px;
  color: #6F7479;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-family: 'Archivo', sans-serif;
  opacity: 0;
  display: none;
}

.section2-para {
  font-family: 'Manrope', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #2C2E30;
  margin: 0 auto;
  width: 60%;
}


.scrolling-text {
  overflow: hidden;
  width: 100%;
  height: 64px;
  display: flex;
  
  align-items: center;
  background-color: #F7F7F7;
  .rail {
    display: flex;
    span {
      white-space: nowrap;
      /* font-size: 200px;
      font-weight: 900;
      letter-spacing: ls(120);
      line-height: 1em; */
      padding-right: 5rem;
      margin: 0 2rem 0 0;
      color: black;
    }
  }
}

.cta__icon--right{
  right: 10rem;
  top: 2rem;
}
.cta__icon--left{
  left: 10rem;
  bottom: 2rem;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 56px;
}

.project-grid .card {
  margin-top: 0;
}

.project-grid .card:nth-child(2n) {
  margin-top: 128px;
}

/* .project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 56px;
  position: relative;
}

.project-grid .card {
  position: relative;
}

.project-grid .card:nth-child(2n) {
  top: 128px;
} */
.about__img__grid{
  padding: 128px 0px 128px 108px;
  position: relative;
  z-index: 3;
}
.img__scroll{
  display: inline-flex;
  align-items: flex-end;
  gap: 40px;
  flex-wrap: nowrap;
  /* // display: flex; */
  overflow-x: scroll;
  cursor: pointer;
  /* height: 456px; */
  img{
    height: 50vh;
  }
}

.img__scroll::-webkit-scrollbar {
  height: 8px;
}
.img__scroll::-webkit-scrollbar-thumb {
  background-color: #222222;
  border: 2px solid #101010;
  border-radius: 4px;
}

.about-slider-wrapper{
  /* max-width: 1100px;  */
  width: 100%; 
  position: relative; 
}
.about-slider-wrapper .about-carousel { 
  display: grid; 
  grid-auto-flow: column; 
  grid-auto-columns: calc((100% / 3) - 12px); 
  gap: 16px; 
  overflow-x: auto; 
  scroll-snap-type: x mandatory; 
  scroll-behavior: smooth; 
  scrollbar-width: 0; 
} 
.about-carousel-left{
  cursor: pointer;
}
.about-carousel-right{
  cursor: pointer;
}
/* Tablet Responsive */
@media (min-width: 600px) and (max-width: 1024px) { 
  .container-large{
    margin: 0px 80px;
  }
  header .navbar{
    padding: 20px 80px;
  }
  header .navbar .menu-gap{
    gap: 40px;
  }
  .heading-1{
    font-size: 56px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: -0.04em;
    font-family: 'Archivo', sans-serif; 
  }
  .heading-2{
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.01em;
    font-family: 'Archivo', sans-serif;
  }
  .heading-4{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    font-family: 'Archivo', sans-serif; 
  }
  .heading-5{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Archivo', sans-serif; 
  }
  .mt-md-64{
    margin-top: 64px;
  }
  .p-md-20{
    padding: 20px;
  }
  .hero_content{
    /* width: 628px;
    margin: auto; */
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /*background-color: blue;*/
}
  .hero-head{
    font-size: 64px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -1px;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 40px;
  }
  .hero_desc{
    margin-bottom: 40px;
  }
  .top-mobile{
    font-size: 40px;
    line-height: 48px;
    color: #141414;
    font-weight: 600;
    letter-spacing: -0.02em;
    font-family: 'Archivo', sans-serif;
  }
  
  .bottom-mobile{
    font-size: 40px;
    line-height: 48px;
    color: #141414;
    font-weight: 600;
    letter-spacing: -0.02em;
    font-family: 'Archivo', sans-serif;
  }
  
  .left-mobile{
    font-size: 40px;
    line-height: 48px;
    color: #6F7479;
    font-weight: 600;
    letter-spacing: -0.02em;
    font-family: 'Archivo', sans-serif;
  }
  
  .right-mobile{
    font-size: 40px;
    line-height: 48px;
    color: #6F7479;
    font-weight: 600;
    letter-spacing: -0.02em;
    font-family: 'Archivo', sans-serif;
  }
  .section2-para {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #2C2E30;
    margin: 0 auto;
    width: 90%;
  }
  .cta__icon--right{
    right: 4rem;
    top: 2rem;
  }
  .cta__icon--left{
    left: 4rem;
    bottom: 2rem;
  }
}

/* Mobile Responsive */
@media (max-width: 599.98px) { 
  .container-large{
    margin: 0px 24px;
  }
  header .navbar{
    padding: 20px 32px;
  }
  .heading-1{
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.02em;
    font-family: 'Archivo', sans-serif; 
  }
  .heading-2{
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.02em;
    font-family: 'Archivo', sans-serif;
  }
  .heading-4{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Archivo', sans-serif; 
  }
  .heading-5{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    font-family: 'Archivo', sans-serif; 
  }
  .mt-sm-none{
    margin-top: 0px;
  }
  .mb-sm-40{
    margin-bottom: 40px;
  }
  .gap-sm-8{
    gap: 8px;
  }
  .gap-sm-64{
    gap: 64px;
  }
  .p-sm-64{
    padding: 64px;
  }
  .px-sm-24{
    padding: 0px 24px 0px 24px;
  }
  .p-sm-40{
    padding: 40px;
  }
  .offcanvas.offcanvas-end{
    top: 10px;
    right: 10px;
    border-radius: 24px;
    padding: 20px 24px 32px 24px;
    background-color: #F7F7F7;
    height: 480px;
    width: 351px;
    .body-md{
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      font-family: 'Manrope', sans-serif;
    }
  }
  .hero_content{
    /* width: 311px;
    margin: auto; */
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    /*background-color: blue;*/
}
  .hero-head{
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -2px;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 40px; 
  } 
  .hero_desc{
    margin-bottom: 40px;
  }  
  .top-mobile{
    font-size: 40px;
    line-height: 48px;
    color: #141414;
    font-weight: 600;
    letter-spacing: -0.02em;
    font-family: 'Archivo', sans-serif;
  }
  
  .bottom-mobile{
    font-size: 40px;
    line-height: 48px;
    color: #141414;
    font-weight: 600;
    letter-spacing: -0.02em;
    font-family: 'Archivo', sans-serif;
  }
  
  .left-mobile{
    font-size: 40px;
    line-height: 48px;
    color: #6F7479;
    font-weight: 600;
    letter-spacing: -0.02em;
    font-family: 'Archivo', sans-serif;
  }
  
  .right-mobile{
    font-size: 40px;
    line-height: 48px;
    color: #6F7479;
    font-weight: 600;
    letter-spacing: -0.02em;
    font-family: 'Archivo', sans-serif;
  }
  .section2-para {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #2C2E30;
    margin: none;
    width: auto;
  }
  .cta__icon--right{
    right: 2rem;
    top: 1rem;
  }
  .cta__icon--left{
    left: 2rem;
    bottom: 2rem;
  }
  .project-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 56px;
  }
  
  .project-grid .card {
    margin-top: 0;
  }
  
  .project-grid .card:nth-child(2n) {
    margin-top: 0px;
  }
  /* .project-grid{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 56px;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    overflow: auto;
  } */
  .about-slider-wrapper .about-carousel { 
    grid-auto-columns: 100%; 
  } 
}
