
.page1{
  padding: 1rem 1rem 0rem 1rem;
  height: fit-content;
  width: 100vw;
  color: var(--white);
}
.patterns_circle{
  position: absolute;
  top: 15%;
  left: -30%;
  z-index: 0;
}
.topnav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: start;
  justify-items: center;
  gap: 1rem;
  z-index: 8;
}
.topnav a{
  height: 2.5rem;
  position: relative;
  left: -70%;
}
.topnav img{
  height: 2.5rem;
}
.topline{
  position: relative;
  right: 70%;
}
.page1_above{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  height: var(--height);
  position: relative;
}
.page1_above_photo {
  position: relative;
  height: 70%;
  object-fit: contain;
}

.page1_above_photo_dinesh_photo {
  position: relative;
  height: 100%;
  z-index: 1;
  border-radius: 50%;
  box-shadow: var(--blueshadow);
  object-fit: contain;
}
.invisible-text {
  visibility: hidden;
  opacity: 0;
}
.mask1{
  position: absolute;
  width: 100%;
  height: 58vh;
  -webkit-mask-image: url('../assets/mask.svg'); /* For WebKit-based browsers */
  mask-image: url('../assets/mask.svg'); /* Standard property */
  background-color: #5E0B15;
  mask-repeat: no-repeat;
  z-index: 1;
  transition-duration: 200ms;
  transition-timing-function:ease-out;
  transition-delay: 1ms;
}
.main_text{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  max-width: 100%;
}

.cursor_pointer {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.73) !important;
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition-duration: 80ms;
  transition-timing-function:ease-out;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Baumans", system-ui;
  line-height: 1px;
}
.page1_text h1{
  font-size: 6rem !important;
}
.page1_text h2{
  font-size: 3rem !important;
}
@media screen and (max-width: 1140px) {
  .page1_text h1 {
    font-size: 4rem !important; /* Font size for medium screens */
  }
  .custom-container h1{
    font-size: 4rem !important;
  }

  .page1_text h2 {
    font-size: 2.5rem !important; /* Font size for medium screens */
  }
}


.circle_text{
  left: -20%;
  top: -25%;
}
.circles{
  height: 60%;
  width: 50%;
  object-fit: contain;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 0 !important;
}
.page1_bellow_parent{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42vh;
}
.page1_bellow{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: fit-content;
  min-width: 80%;
  width: 95%;
  max-width: 80rem;
  padding: auto;
  padding: 0rem 1rem 1rem 1rem;
  position: relative;
  height: 100%;
}
.line {
  position: absolute;
  bottom: 40px;
  width: 100%; /* Ensures the image spans the entire width of its container */

}
.line2 {
  position: absolute;
  bottom: 40px;
  width: 100%; /* Ensures the image spans the entire width of its container */
}
.line3 {
  position: absolute;
  bottom: 40px;
  width: 100%; /* Ensures the image spans the entire width of its container */
}

.line img {
  display: block; /* Ensures the image is displayed as a block element */
  width: 100%; /* Makes sure the image takes up the full width of its container */
  height: auto; /* Maintains the aspect ratio of the image */
  object-fit: contain; /* Scales the image while preserving its aspect ratio */
  object-position: center; /* Centers the image horizontally */
  padding-bottom: 1rem;
}
.line2 img {
  display: block; /* Ensures the image is displayed as a block element */
  width: 100%; /* Makes sure the image takes up the full width of its container */
  height: auto; /* Maintains the aspect ratio of the image */
  object-fit: contain; /* Scales the image while preserving its aspect ratio */
  object-position: center; /* Centers the image horizontally */
  padding-bottom: 1rem;
}

.project{
  background-color: var(--blue);
  flex-grow: 0.5;
  height: 42%;
  color: var(--black);
}
.project h1{
  margin-left: 1rem;
}
.skills{
  background-color: var(--yellow);
  flex-grow: 0.25;
  height: 42%;
  color: var(--black)
}
.skills h1{
  margin-left: 1rem;
  position: relative;
  z-index: 1 !important;
}

.page1_bellow_right{
  flex-grow: 0.25;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.certifications{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  width: 100%;
  color: var(--black);
  padding: 0.5rem;
  height: 50% !important;
}
.resume{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--red);
  height: 50% !important;
  width: 100%;
  color: var(--white);
}
.containerline{
  background-color: black !important;
  width: 20% !important;

}
.container_bottom{
  width: 100%;
  position: relative;
  height: fit-content;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  left: -1rem;
  z-index: 1;
}
.custom-container h1{
  position: relative;
  z-index: 1 !important;
  height: calc(100vh - var(--height) - 6rem);
}
