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

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative !important;
  width: 100%;
}

#navbar {
  height: 68px;
  width: 100%;
  position: fixed !important;
  top: 0% !important;
  left: 0% !important;
  z-index: 10;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-link {
  color: #4A5568;
  margin-right: 20px;
}

.nav-link:hover {
  color: #DF6C8C;
}

#navbar {
  width: 100%;
  margin-bottom: 20px
}

#navbarNav {
  background-color: white !important;
  text-align: center;
  width: 100% !important;
}

/*---Home---*/
body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#home {
  width: 100%;
  margin-top: 50px;
  height: 80vh !important;
  /* Add some top margin for separation */
}

#about {
  margin-top: -128px;
}


#left-content div {
  color: #1A202C;
  font-size: 55px;
  font-family: Inter;
  line-height: 71px;
  word-wrap: break-word;
}

#left-content span.highlighted-text {
  font-weight: 800;
  background: -webkit-linear-gradient(45deg, #4A2B8F, #DF6C8C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#left-content span.accent-text {
  font-weight: 800;
  background: -webkit-linear-gradient(45deg, #4A2B8F, #DF6C8C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#left-content p {
  color: #4A5568;
  font-size: 18px;
  font-family: Inter;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
}

#right-image img {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  /* Add some spacing between content and image in mobile mode */
}

#left-content span.highlighted-text {
  color: #CD658C;
  font-weight: 800;
}

#left-content span.accent-text {
  color: #F7666F;
  font-weight: 800;
}

#left-content p {
  color: #4A5568;
  font-size: 18px;
  font-family: Inter;
  font-weight: 400;
  line-height: 28px;
  word-wrap: break-word;
  margin-left: 10px;
}

#right-image img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  /* Add some spacing between content and image in mobile mode */
  margin-right: 20px;
}

.container {
  width: 100%;
  max-width: 1441px;
  background: #F7F7FA;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container {
  width: 100%;
  max-width: 1831px;
  height: 81px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5vw;
  /* Adjust the gap based on your preference */
}

.image-container img {
  max-width: 100%;
  height: auto;
}

/*---About Us---*/
#aboutus_txt {
  color: black;
  width: 140px;
  margin-top: 20px;
  font-size: 25px;
  border-bottom: 2px #B92F6D solid;
  font-family: Inter;
  font-weight: 600;
  line-height: 47.78px;
  word-wrap: break-word
}
.about_description{
  text-align: left;
}
#about img{
  height: 400px;
  width: 400px;
}
/*--Working with us--*/
/* #profile_container{
  display: flex;
  overflow-x: hidden;
  animation: slide 40s linear infinite !important;
} */

/*---PROJECTS---*/
#project_txt{
  color: black;
  width: 140px;
  margin-left: 40px;
  margin-top: 20px;
  font-size: 25px;
  border-bottom: 2px #B92F6D solid;
  font-family: Inter;
  font-weight: 600;
  line-height: 47.78px;
  word-wrap: break-word
}
/*---For mobile screen---*/
@media only screen and (max-width: 768px) {
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100% !important;
    overflow-x: hidden !important;
  }
  /*---Home---*/
  #home {
    height: 90vh !important;
    margin-top: 30px;
    width: 100%;
    overflow-x: hidden !important;
  }

  #left-content div {
    font-size: 40px;
    line-height: 50px;
  }

  #left-content p {
    line-height: 20px;
    font-size: 12px !important; 
    margin-top: 50px !important;
  }

  #right-image img {
    height: 360px;
    width: 360px;
    margin-top: 0px;
    object-fit: contain;
  }

  #aboutus_txt {
    font-size: 18px;
    width: 100px;
    margin-top: 40px;
    margin-left: 28px;
  }
  .about_description{
    text-align: center !important;
    font-size: 20px !important;
    margin-left: 28px !important;
  }
  .about_description1{
    text-align: center !important;
    font-size: 18px !important;
  }
  #about img{
    height: 260px;
    width: 260px;
    margin-top: 60px;
  }
  #about #left-content{
    margin-top: 20px;
  }
  #story_description{
    line-height: 25px !important;
  }
  .about_description1{
    text-align: left;
    padding: 0px 20px 0px 20px;
  }
  /**--Working with us--*/
  #working_with_us{
    font-size: 25px !important;
    line-height: 10px !important;
  }
  /*--project--*/
  #project_txt {
    font-size: 18px;
    width: 100px;
    margin-top: 40px;
    margin-left: 28px;
  }
  #our_project{
    font-size: 18px !important;
  }
  #project{
    font-size: 20px !important;
  }
  #project_content{
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 15px !important;
    cursor: grab !important;
  }
  #project_left_content{
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 15px;
    margin-left: 0px !important;
    height: 220px !important;
  }
  #project_img{
    height: 160px !important;
    width: 260px !important;
  }
  #left_margin{
    left: 20px !important;
    top: 20px !important;
  }
  #contacts,#design{
    overflow-x: hidden !important;
  }
}

@import url('https://fonts.googleleapis.com/css2?family-popins:weight@400;500;600&display=swap');

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

@keyframes slide {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

