/* :root {
  --primary-color: rgb(245, 111, 133);;
  --secondary-color: #f9a8d4;
  --text-color: #1f2937;
  --background-color: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgb(254 232 235 / 9%) 50%,
    rgb(246 227 230 / 14%) 85%,
    rgb(240 178 190 / 35%) 100%
  );
  --contact-icon:rgb(246 66 96);
  --border-left:rgb(234 116 136);
    --subTitle-color: #848884;

} */

:root {
  --primary-color: #1a8752; /* Example pink */
  --background-color: linear-gradient(
    180deg,
    #779b890d 0%,
    rgb(254 232 235 / 9%) 45%,
    #72aa8f14 85%,
    #95b1a35c 100%
  );
  --hover-color: #09bd00;
  --contact-icon: #09492a;
  --subTitle-color: #848884;
}

body {
  /* max-width: 1250px; */
  font-family: "Poppins";
  line-height: 1.45;

  background: var(--background-color);
}

main {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Poppins";
}

span,
h2,
h4 {
  display: block;
  color: rgb(40, 17, 21);
}

.logo {
  color: var(--primary-color);
}

.stacksCont {
  display: flex;
}

.navBar {
  padding: 6px;
  margin: 4px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  /* font-family: 'Inter'; */
}

.profile {
  display: block;
  width: 300px;
  border-radius: 50%;
  height: 300px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.profile {
  transition: transform 0.5s ease, box-shadow 0.3s ease;
}

.profile:hover {
  transform: scale(1.3);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.home {
  margin-right: 32px;
}

.home > span {
  font-size: 45px;
  font-weight: bold;
  font-family: "Arima";
}

.home > p {
  margin: 20px 0px;
  line-height: 150%;
  font-size: 20px;
}

.contact > span {
  font-size: 24px;
  font-weight: bold;
  font-family: "Arima";
}

.contact > span.desc {
  font-size: 16px;
  font-weight: 400;
  font-family: "Arima";
}

.contactCont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px 0px 56px 0px;
}

.icon > img {
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.icon {
  gap: 24px;
}

.menu > a {
  text-decoration: none;
  transition: transform 0.8s ease;
}

.menu > a > span {
  font-family: "Arima";
  color: black;
}

.menu > a > span:hover {
  font-family: "Arima";
  color: black;
  transform: scale(1.2);
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); */
}

.menu {
  gap: 8px;
}

/* header{
    box-shadow: 3px;
} */

header.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 999;
  padding: 36px;
}

.stackIcon > img {
  width: 30px;
  height: 30px;
}

.stackIcon {
  /* gap: 50px; */
}

.download > img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.download > span {
  color: var(--primary-color);
  font-weight: bold;
  color: gray;
  text-decoration: underline;
}

.download > span > a {
  font-weight: bold;
  color: var(--primary-color);
  text-decoration: underline;
}

.download > i {
  font-weight: bold;
  color: var(--primary-color);
  text-decoration: underline;
  font-size: 24px;
  margin-left: 8px;
}

.about > div > img {
  margin-right: 40px;
  display: block;
  width: 300px; /* or any custom size */
  height: 200px;
  object-fit: fill;
}

.about > p {
  font-size: 18px;
  line-height: 1.5;
}

.eachProejct {
  width: 48%;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.235);
  background-color: aliceblue;
  /* padding: 8px; */
  margin: 4px;
  border-radius: 20px;
}

.eachProejct > img {
  width: 100%;
  height: 200px;
  display: block;

  border-top-right-radius: 20px;
  border-top-left-radius: 20px;

  /* margin: 8px auto;
    border-radius: 20px;
    padding: 8px 0px; */
}

.subTitle {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  /* margin-bottom: 48px; */
}

.projectCont {
  margin-top: 128px;
}

.eachProejct > .title {
  font-size: 20px;
  text-align: center;
  padding: 8px;
  font-weight: bold;
}

.stacks > span {
  margin: 0px 6px;
  font-size: 12px;
}

.horizonCont {
  background-color: white;
  /* border: 1px solid rgba(0, 0, 0, 0.175); */
  border-radius: 12px;
  width: 31.5%;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px;
  /* padding: 20px; */
  box-shadow: 0px 1px 4px #00000066;
  /* border-left: 4px solid rgb(234 116 136); */
  flex-direction: column;
  /* padding: 16px; */
  /* border-left: 3px solid rgb(234 116 136); */
}

.disabled-link {
  pointer-events: none;
  opacity: 0.5; /* optional: make it look disabled */
  cursor: default;
}

.horizonCont > img {
  max-width: 100%;
  min-width: 100%;
  width: auto;
  object-fit: fill;
  height: 150px;
  display: block;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.055);
  border-radius: 16px;
  /* margin-right: 16px; */
}

.projectDescCont {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-family: Poppins, sans-serif;
  /* width: 60%; */
  padding-top: 16px;
}

.absoluteCont {
  position: absolute;
  height: 200px;
  justify-content: flex-end;
  display: flex;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(237, 237, 237, 0) 68%,
    rgba(166, 166, 166, 0.39) 100%
  );
  /* width: 100%; */
}
.projectDesc {
  font-size: 14px;
  font-style: italic;
  color: gray;
  line-height: 1.6;
  text-align: center;
  padding: 0px 1.3rem;
}

.title {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  /* margin-bottom: 16px; */
  text-align: center;
}

.homeBtn {
  gap: 16px;
  padding: 16px 0px;
}

.homeBtn > button.pink {
  color: white;
  border: none;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  white-space: nowrap;
}

.homeBtn > button {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--primary-color);
  box-shadow: 0px 1px 4px #606060;
  background-color: white;
  color: var(--primary-color);
}

.homeBtn > button:hover {
  color: white;
}

.homeBtn > button > a {
  color: var(--primary-color);
  text-decoration: none;
  /* background-color: white; */
}

.homeBtn button:hover,
.homeBtn button:hover a {
  color: white;
}

.moreBtn {
  /* background-color: white;
  color: gray;
  border: 1px solid rgba(0, 0, 0, 0.484); */
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid var(--primary-color);
  box-shadow: 0px 1px 4px #606060;
  background-color: white;
  color: var(--primary-color);
}

.moreBtn:hover {
  background-color: var(--primary-color);
  border: white;
  border: 1px solid var(--primary-color);
}

.submitBtn {
  background-color: var(--primary-color);
  border: white;
}

.journeyBtn {
  font-size: 14px;
  border-radius: 12px;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.175);
  padding: 8px 0px;
  background-color: white;
  /* box-shadow: 1px 5px 5px 0px rgb(164 164 164 / 75%); */
  border-end-start-radius: 0.375rem;
  /* border-top: none; */
}

.submitBtn:hover {
  padding: 1rem;
  background-color: var(--primary-color);
  border: white;
  color: white;
}

i.contactIcon {
  padding: 8px;
  /* box-shadow: 0px 1px 4px; */
  /* border: solid 1px rgba(128, 127, 127, 0.568); */
  /* border-radius: 10px; */
  font-size: 20px;
  color: var(--contact-icon);
}

section {
  padding: 8%;
  /* min-width: 390px; */
}

.navBar > span {
  font-family: "Arima";
}

.navBar > div > span {
  font-family: "Arima";
}

.projectSubTitle {
  /* margin-bottom: 12px; */
  font-family: "Arima";
  font-size: 18px;
  color: black;
  font-weight: 600;
  /* text-decoration: underline; */
  /* font-style: italic; */
}

.projectCatDesc {
  color: gray;
  font-style: italic;
}

.subT {
  color: var(--subTitle-color);
  padding: 8px 0px 8px 0px;
  font-size: 14px;
}

.card {
  box-shadow: 0px 1px 4px #777272c9;
  border-radius: 12px;
  border-left: 4px solid var(--primary-color);
}

.card-body {
  padding: 18px;
}

.card-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
}

ul {
  padding: 8px;
  color: black;
  margin: 8px 8px;
}

.card-text {
  line-height: 1.45;
  padding: 8px 0px 16px 0px;
  font-size: 14px;
}

.infoCard > a {
  color: rgb(56, 56, 56);
  text-decoration: none;
  font-family: "Arima";
  font-weight: 500;
}

.infoCard > a > span {
  color: var(--contact-icon);
  text-decoration: underline;
  font-family: "Arima";
  display: inline;
}

li {
  font-size: 14px;
  list-style-type: disc;
  padding: 8px;
  color: rgb(56, 56, 56);
  line-height: 1.45;
  font-style: italic;
}

.openTabCont > div {
  width: 33%;
}

.openTabCont2 > div {
  width: 50%;
}

form {
  width: 50%;
  padding: 0px 16px;
}

.form-group > label {
  font-family: "Arima";
}

.navBar > span {
  font-size: 20px;
}

.badge {
  background-color: rgb(234 116 136);
}

.projectGoIcon {
  color: black;
}

.projectGoIcon:hover {
  color: var(--hover-color);
}

.homeIcon {
  color: black;
  font-size: 36px;
}

.homeIcon:hover {
  color: var(--primary-color);
}

.badge {
  display: inline-block;
  background-color: #eee;
  color: #333;
  font-size: 12px;
  padding: 4px 8px;
  /* border-radius: 12px; */
}

.badges {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 4px;
}

.badges > img {
  height: 18px;
  border-radius: 20px;
}

@media only screen and (max-width: 600px) {
  .projectLayout {
    display: block;
    flex-direction: column;
  }
  .eachProejct {
    width: 100%;
  }

  .icon {
    justify-content: center;
  }

  .home {
    margin: 0px;
    margin-top: 16px;
    text-align: center;
  }

  .home > span {
    font-size: 22px;
  }

  .home > p {
    font-size: 16px;
  }

  .mainCont {
    padding: 0px !important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .stackIcon > img {
    min-width: 20px;
    width: 8%;
    height: 30px;
  }

  .horizonCont {
    width: 100%;
    align-items: center;
    flex-direction: column;
    /* flex-wrap: wrap;
        flex-direction: column;
        padding: 8px; */
  }

  .openTabCont {
    flex-direction: column;
  }
  .openTabCont2 {
    flex-direction: column;
  }

  .openTabCont > div {
    width: 100%;
  }

  .openTabCont2 > div {
    width: 100%;
  }

  .contactInfoCont {
    flex-direction: column;
  }

  form {
    width: 100%;
    margin-top: 32px;
  }

  .profile {
    width: 70%;
    height: 100%;
    min-width: 180px;
    min-height: 200px;
  }

  .profile {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px; /* optional */
  }

  .profile:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }

  .navBar > span {
    font-size: 12px;
  }

  .menu > span {
    font-size: 12px;
  }

  .stacks {
    flex-wrap: wrap;
  }

  .stacksCont {
    display: grid;
    text-align: center;
  }

  /* 
      .horizonCont>img{
        width: 90%;
      }

      .projectDescCont{
        width: 100%;
      } */
}

.container {
  width: 80%;
  /* min-width: 340px; */
}

@media only screen and (max-width: 400px) {
  .stacksCont {
    gap: 4px;
    display: grid;
    text-align: center;
  }

  .stackLine {
    align-items: center;
  }

  .stacksCont > span {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 0px;
  }

  .horizonCont {
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 8px;
  }

  .projectDescCont {
    width: 100%;
  }

  .horizonCont > img {
    width: 90%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .reverse {
    flex-direction: column-reverse;
  }

  .navBar > span {
    font-size: 10px;
  }

  .menu > span {
    font-size: 10px;
  }

  .menu > a > span {
    font-size: 10px;
  }
  .container {
    width: 100%;
  }

  form {
    padding: 0px;
  }
}
