.home {
    width: 101%;
    text-align: center;
  }
  .p1Section {
    overflow: hidden;
    width: 76%;
    position: absolute;
    right: 0;
    color: white;
  }
  .pageTitle {
    width: 75vw;
    justify-content: center;
    display: flex;
  }
  
  .message-box {
    position: absolute;
    right: 0;
    background-color: #ab9d9d;
    color: #333;
    padding: 8px 15px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    display: inline-block;
    text-align: justify;
    opacity: 0;
    width: 75%;
    transform: translateY(-10px);
    transition:
      transform 1s ease,
      opacity 1s ease;
    z-index: 10;
  }
  
  .show {
    opacity: 0.9;
    transform: translateY(0);
  }
  
  /* ------------------------------------------------------------------------------ */
  /* header */
  .appHeader {
    height: 100% !important;
    left: 0;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 25%;
    background: rgb(17 20 24);
    text-align: center;
    padding-top: 1vh;
    color: white;
  }
  .mobileHeader {
    display: none;
  }
  .appHeader h1 {
    font-size: 32px;
  }
  .menu {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 33px;
    gap: 2rem;
    padding-top: 4rem;
  }
  .links {
    margin-top: 4vh;
  }
  
  .profilePic {
    max-width: 150px;
    border-radius: 90px;
  }
  .social {
    max-width: 30px;
    filter: drop-shadow(6px 6px 30px red) invert(75%);
    margin-left: 20px;
  }
  
  /* ------------------------------------------------------------------------------ */
  /* page1 */
  .tw {
    color: white;
    font-size: 70px;
    text-align: center;
    height: 100vh;
    background-image: url(assets/projectImage/back.jpg );
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
    font-family: Poppins, sans-serif;
    padding-top: 25vh;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    text-align: -webkit-center;
  }
  .tw h2 {
    font-size: 2rem;
    font-weight: 500;
  }
  .tw h3 {
    font-size: 1.5rem;
  }
  .activebutton::before {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
  
  .activebutton:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  
  .activebutton::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: #b8b873;
    z-index: -1;
    transition: transform 0.5s ease;
    border-radius: 2rem;
  }
  
  .activebutton {
    position: relative;
    font-size: 1.1rem;
    width: 14vw;
    z-index: 1;
    margin-top: 4rem;
    color: white;
    background-color: #a3a365;
    text-align: center;
    border-radius: 2rem;
  }
  .activebutton a {
    color: #e7cece;
    text-decoration: none;
  }
  
  .WhatIDoBox span {
    color: #ffffff;
    background: #009de0;
    border-radius: 15px;
    padding: 1px 4px;
    margin-right: 4px;
    font-size: 0.7rem;
  }
  
  /* ------------------------------------------------------------------------------ */
  /* page2 */
  .aboutMe {
    background-color: #212529 !important;
    min-height: 80vh;
  }
  .blogPage {
    background-color: #212529 !important;
    padding-bottom: 5rem;
  }
  
  .pageTitle .front {
    position: absolute;
    z-index: 1;
    font-size: 60px;
    padding-top: 70px;
  }
  .pageTitle .back {
    color: white;
    opacity: 0.3;
    font-size: 140px;
  }
  .aboutflex {
    display: flex;
    padding: 2rem;
    gap: 4rem;
  }
  .resumeBox {
    text-align: justify;
  }
  
  .sumRightPart {
    width: 16vw;
    right: 5vw;
    font-size: 20px;
    text-align: left;
  }
  .sumRightPart ul {
    font-size: 14px;
  }
  
  .sumList {
    border-bottom: 3px solid #6d5d5d;
    margin-bottom: 1rem;
  }
  
  .aboutflex p {
    text-align: justify;
  }
  
  .certificate {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
  }
  .cRowItem {
    width: 12%;
    margin: 1rem;
    padding: 1rem;
  }
  .cRowItem img {
    transition: transform 1s ease;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  
  .cRowItem img:hover {
    transform: rotateY(360deg);
  }
  /* ------------------------------------------------------------------------------ */
  /* page3 */
  
  .contactPage {
    background-color: #303539 !important;
    min-height: 100vh;
  }
  .whatIDo h3 {
    font-size: 1.5rem;
  }
  .whatIDo {
    height: 125vh;
    background-color: #303539 !important;
  }
  .myProject {
    height: 150vh;
    background-color: #303539 !important;
  }
  
  
  .WhatIDoBox p {
    color: hsla(0, 0%, 100%, 0.5) !important;
    font-size: 0.9rem;
    text-align: justify;
  }
  
  .cloudCell {
    width: 20vw;
    text-align: left;
    padding-top: 0px;
    align-self: end;
  }
  
  /* ------------------------------------------------------------------------------ */
  /* page4 */
  .resume {
    background-color: #212529 !important;
  }
  
  .bar {
    margin: 15px;
    padding-top: 40px;
  }
  .barline {
    text-align: -webkit-left;
  }
  .year {
    background-color: #4bcc79;
    width: 8vw;
    border-radius: 17px;
    text-align: center;
    font-size: 0.8rem !important;
    margin: 0.2rem;
  }
  .resumecards {
    display: flex;
    gap: 1.1rem;
    flex-wrap: wrap;
    color: white;
    text-align: center;
  }
  .row,
  .row2 {
    flex-grow: 1;
    flex-basis: 300px;
    text-align: center;
    margin: 1rem;
    font-size: 2rem;
    text-align: -webkit-center;
  }
  .card {
    border: solid black;
    background-color: black;
    text-align: left;
    margin: 1rem;
    width: 30vw;
    color: white;
    border-radius: 20px;
    padding: 0.7rem;
  }
  
  .pageAnimation {
    transform: translateY(50px); /* Başlangıç pozisyonu */
    transition:
      transform 1.5s ease-out,
      opacity 1.5s ease-out; /* Animasyon süre ve tipi */
  }
  
  .pageAnimation.animate {
    opacity: 1;
    transform: translateY(0); /* Animasyon sonrası pozisyon */
  }
  
  /* Keyframes animasyonu */
  @keyframes fade-in {
    0% {
      transform: translateY(50px);
      opacity: 0.6;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  .card p {
    padding-top: 0, 2rem;
    color: white;
    font-size: 0.8rem;
  }
  .card h2 {
    font-size: 1.5rem;
  }
  .card h3 {
    font-size: 1rem;
  }
  .bars {
    display: flex;
    gap: 1.1rem;
    flex-wrap: wrap;
    color: black;
    text-align: center;
  }
  .barRow2 {
    flex-grow: 1;
    flex-basis: 300px;
    text-align: center;
    margin: 1rem;
    font-size: 2rem;
    text-align: -webkit-center;
  }
  .card2 {
    width: 30vw;
    height: 15vh;
    position: relative;
  }
  .card2 p {
    color: white;
    font-size: 0.7rem;
    display: flex;
    justify-content: space-between;
  }
  .skills {
    margin-top: 3rem;
  }
  .skills h2 {
    font-size: 2.5rem;
    background: #303539;
  }
  /* ------------------------------------------------------------------------------ */
  /* page5 */
  
  .portcard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    
    margin: 8px auto;
    text-align: center;
    border-radius: 30px;
    transition: transform 0.5s;
    transform: scale(1);
    width: 30%;
  }
  .portcard :hover {
    filter: none;
    cursor: pointer;
    transform: scale(1.05);
    z-index: 1;
    transition: transform 0.5s;
    text-align: center;
  }
  .bottom {
    height: 8vh;
    color: white;
    font-size: 1rem;
    background-color: #212529;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .portcard img {
    height: 320px;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    filter: grayscale(80%);
    transition: transform 0.5s;
  }
  .portcard img:hover {
    height: 320px;
    object-fit: cover;
    transform: scale(1);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    filter: grayscale(1%);
    transition: filter 0.5s ease;
  }
  .portcard a {
    text-decoration: none;
  }
  /* ------------------------------------------------------------------------------ */
  /* page6 */
  /* .lgc-bg {
      background-color: #303539;
      
  }
  
  .lgc-bg-inverse {
      background-color: rgb(22 50 92);
  }
  
  .lgc-highlight {
      background-color: #303539ba;
  } */
  .leadForm {
    margin-top: 10vh;
  }
  
  .contactPage lightning-textarea {
    width: 60vw;
    margin: auto;
  }
  .contactPage lightning-input {
    width: 29vw;
  }
  
  .page6 button {
    animation: wiggle 4s linear infinite;
  }
  
  /* Keyframes */
  @keyframes wiggle {
    0%,
    7% {
      transform: rotateZ(0);
    }
    15% {
      transform: rotateZ(-15deg);
    }
    20% {
      transform: rotateZ(10deg);
    }
    25% {
      transform: rotateZ(-10deg);
    }
    30% {
      transform: rotateZ(6deg);
    }
    35% {
      transform: rotateZ(-4deg);
    }
    40%,
    100% {
      transform: rotateZ(0);
    }
  }
  
  body {
    background: #000;
  }
  
  .page6 button {
    margin-top: 6vh;
    left: calc(50% - 3em);
    top: calc(50% - 2em);
  
    height: 4em;
    width: 7em;
  
    background: #444;
    background: linear-gradient(top, #555, #333);
    border: none;
    border-top: 3px solid orange;
    border-radius: 0 0 0.2em 0.2em;
    color: #fff;
    font-size: 1em;
    transform-origin: 50% 5em;
  }
  .page6 button:hover {
    background: #515151;
    animation: wiggle 1.5s linear infinite;
    margin-top: 5vh;
  }
  
  .progress {
    background: black;
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    position: relative;
    display: flex;
    height: 1rem;
    width: 30vw;
  }
  
  .progressvalue1 {
    display: none;
    animation: load1 6s normal forwards;
    box-shadow: -12px 13px 19px 0px #514862;
    border-radius: 100px;
    background: #0258a5;
    height: 1rem;
    width: 0;
  }
  .progressvalue2 {
    display: none;
    animation: load2 6s normal forwards;
    box-shadow: -12px 13px 19px 0px #514862;
    border-radius: 100px;
    background: #0258a5;
    height: 1rem;
    width: 0;
  }
  .progressvalue3 {
    display: none;
    animation: load3 6s normal forwards;
    box-shadow: -12px 13px 19px 0px #514862;
    border-radius: 100px;
    background: #0258a5;
    height: 1rem;
    width: 0;
  }
  
  @keyframes load1 {
    0% {
      width: 0;
    }
    100% {
      width: 70%;
    }
  }
  @keyframes load2 {
    0% {
      width: 0;
    }
    100% {
      width: 80%;
    }
  }
  
  @keyframes load3 {
    0% {
      width: 0;
    }
    100% {
      width: 90%;
    }
  }
  .prf {
    display: flex;
    margin: auto;
    text-decoration: none;
    outline: none;
    font-size: 40px;
    cursor: pointer;
    position: relative;
    background: #0a3653;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    animation: pulse 6s ease-out infinite;
  }
  
  .prf span {
    margin: auto;
    color: transparent;
    text-shadow: 0 0 0 white;
  }
  
  .prf::after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
    position: absolute;
  }
  
  @keyframes pulse {
    0% {
      box-shadow:
        0 0 0 0px #212529,
        0 0 0 0px #33393d;
    }
    100% {
      box-shadow:
        0 0 0 15px rgba(0, 210, 255, 0),
        0 0 0 30px rgba(0, 210, 255, 0);
    }
  }
  
  .ddd a {
    position: relative;
    padding: 30px 60px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 4px;
    font: 500 1rem consolas;
    overflow: hidden;
    border-radius: 20px;
  }
  
  .ddd a span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #171618, rgb(23, 226, 47));
    animation: animate1 6s linear infinite;
  }
  
  @keyframes animate1 {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  
  .ddd a span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #171618, rgb(23, 226, 47));
    animation: animate2 6s linear infinite;
    animation-delay: 1s;
  }
  @keyframes animate2 {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(100%);
    }
  }
  
  .ddd a span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #171618, rgb(23, 226, 47));
    animation: animate3 6s linear infinite;
  }
  
  @keyframes animate3 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  
  .ddd a span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, #171618, rgb(23, 226, 47));
    animation: animate4 6s linear infinite;
    animation-delay: 1s;
  }
  
  @keyframes animate4 {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(-100%);
    }
  }
  .ddd {
    margin-top: 3rem;
    display: grid;
    place-items: center;
  }
  
  .slds-input {
    color: white;
  }
  .otherProjects {
    display: none;
  }
  .switchButton {
    display: flex;
    justify-content: center;
    margin: 3rem;
  }
  .sfp {
    border: 1px solid #98984f;
    width: 15vw;
    text-decoration: none;
    transition: background-position 0.5s;
    background: linear-gradient(
      to right,
      rgba(162, 162, 238, 0) 50%,
      rgb(162, 162, 238) 50%
    );
    background-size: 200% 100%;
    background-position: left;
    color: white;
  }
  
  .sfp:hover {
    cursor: pointer;
    background-position: right;
    text-decoration: none;
    color: white;
  }
  
  .otp {
    border: 1px solid #98984f;
    width: 15vw;
    text-decoration: none;
    transition: background-position 0.5s;
    background: linear-gradient(
      to left,
      rgba(162, 162, 238, 0) 50%,
      rgb(162, 162, 238) 50%
    );
    background-size: 200% 100%;
    background-position: right;
    color: white;
  }
  .otp:hover {
    cursor: pointer;
    background-position: left;
    text-decoration: none;
    color: white;
  }
  
  .siteevent {
    display: flex;
    padding-top: 4rem;
  }
  .gallery {
    width: 90vw;
    display: flex;
    overflow-x: scroll;
    padding: 20px;
    gap: 20px;
  }
  .eventRow {
    width: 100%;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 40px;
    padding: 10px;
    flex: none;
  }
  .eventCard {
    background-color: #6f7275;
    color: rgb(255 255 255);
    height: 35vh;
    filter: grayscale(100%);
    transition: transform 0.5s;
    border-radius: 25px;
    text-align: center;
  }
  
  .eventCard h2 {
    font-size: 2rem;
  }
  .eventCard p {
    font-size: 1.2rem;
  }
  .gallery div img {
    width: 100%;
    height: 35%;
    object-fit: cover;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .gallery::-webkit-scrollbar {
    display: none;
  }
  .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
    width: 100%;
  }
  
  .eventCard:hover {
    filter: grayscale(0);
    cursor: pointer;
    transform: scale(1.08);
    z-index: 1;
  }
  .backbtn {
    width: 20px;
    cursor: pointer;
    margin: 40px;
    filter: invert(1);
  }
  .forward {
    width: 20px;
    cursor: pointer;
    margin: 40px;
    transform: rotate(180deg);
    filter: invert(1);
  }
  
  /* ------------------------------------------------------------------------------ */
  /* media */
  @media (max-width: 970px) {
    .appHeader {
      height: 100% !important;
      z-index: 2;
      overflow: hidden;
      overflow-y: auto;
      position: fixed;
      top: 0;
      width: 35%;
      background: rgb(17 20 24);
      text-align: center;
      padding-top: 1vh;
      left: -40vw;
      transition: left 1s ease; /* Geçiş süresi ve efekt tipi belirlendi */
    }
    .sumRightPart ul {
      font-size: 14px;
      text-align: -webkit-center;
    }
    .portcard {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      max-width: 40vw;
      margin: 8px auto;
      text-align: center;
      border-radius: 30px;
      transition: transform 0.5s;
      transform: scale(1);
    }
    .portcard :hover {
      filter: none;
      cursor: pointer;
      transform: scale(1.05);
      z-index: 1;
      transition: transform 0.5s;
      max-width: 40vw;
      text-align: center;
    }
  
    .portcard img {
      height: 120px;
    }
  
    .aboutflex {
      display: flex;
      padding: 2rem;
      gap: 4rem;
      flex-wrap: wrap;
    }
    .sumRightPart {
      display: none;
    }
  
    .pageTitle .back {
      color: white;
      opacity: 0.3;
      font-size: 4rem;
    }
    .pageTitle .front {
      position: absolute;
      z-index: 2;
      font-size: 3rem;
      padding-top: 2rem;
    }
    
    .cloudCell {
      display: none;
    }
    .whatIDo {
      height: auto;
    }
    .whatIDo h3 {
      font-size: 1.2rem;
    }
  
    .row2 {
      display: none;
    }
    .card {
      border: solid black;
      background-color: black;
      text-align: left;
      margin: 1rem;
      width: 75vw;
      height: auto;
      color: white;
      border-radius: 20px;
      padding: 0.7rem;
    }
    .year {
      background-color: #4bcc79;
      width: 25vw;
      border-radius: 17px;
      text-align: center;
      font-size: 0.9rem !important;
      margin: 0.2rem;
    }
    .card h2 {
      font-size: 1.4rem;
    }
    .card h3 {
      font-size: 1.2rem;
    }
    .card p {
      font-size: 0.9rem;
      text-align: justify;
    }
    .activebutton {
      position: relative;
      font-size: 1.1rem;
      width: 50vw;
      z-index: 1;
      margin-top: 4rem;
      color: white;
      background-color: #a3a365;
      text-align: center;
      border-radius: 2rem;
    }
  
    .p1Section {
      width: 100%;
    }
    .cRowItem {
      width: 13%;
      margin: 0;
      padding: 0;
    }
    .certificate {
      display: flex;
      justify-content: space-around;
      padding: 2rem 0;
    }
    .home {
      width: 100vw;
    }
    .website {
      width: 100vw;
      overflow-x: hidden;
    }
    .mobileHeader {
      display: block;
      background-color: #212529;
      color: white;
      width: 100vw;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .rPart {
      display: flex;
    }
  
    .mobileHeader h1 {
      font-size: 20px;
      margin-right: 3vw;
    }
    .Mbutton {
      padding: 2vw;
    }
    .Mlinks {
      display: flex;
      margin: auto;
    }
    .Mlinks a {
      width: 9vw;
    }
  
    .pageTitle {
      justify-content: center;
      display: flex;
      width: 100vw;
    }
    .social {
      max-width: 2.4rem;
      filter: drop-shadow(6px 6px 30px red) invert(75%);
      margin-left: 9px;
    }
  
    .blackbox {
      display: flex;
      text-align: -webkit-center;
      margin-top: 10vh;
    }
    .bars {
      display: flex;
      gap: 0;
      color: black;
      text-align: center;
      flex-wrap: nowrap;
      height: auto;
    }
    .skills {
      padding-top: 0;
    }
    .contactPage lightning-input {
      width: 38vw;
    }
    .contactPage lightning-textarea {
      width: 81vw;
      margin: auto;
    }
    .contactPage lightning-layout {
      width: 100%;
    }
  
    .row {
      font-size: 2rem;
      height: auto;
      text-align: -webkit-center;
      flex-grow: 1;
      flex-basis: 480px;
    }
    .resume {
      background-color: #212529 !important;
      height: auto;
    }
  
    .myProject {
      height: auto;
      background-color: #303539 !important;
    }
    .resumecards {
      display: flex;
      gap: 1.1rem;
      flex-wrap: wrap;
      color: white;
      text-align: center;
    }
    .backbtn {
      margin: 0 10px;
    }
    .forward {
      margin: 0 10px;
    }
    .gallery {
      padding: 0;
      gap: 0;
    }
    .eventRow {
      grid-gap: 15px;
      padding: 0;
      width: auto;
    }
    .eventCard h2 {
      font-size: 1.2rem;
    }
    .eventCard p {
      font-size: 0.8rem;
    }
    .card2 {
      width: 40vw;
      height: 15vh;
      position: relative;
    }
  
    .progress {
      background: black;
      justify-content: flex-start;
      border-radius: 100px;
      align-items: center;
      position: relative;
      display: flex;
      height: 1rem;
      width: 41vw;
    }
    .message-box {
      width: 100%;
    }
    .barRow2 {
      height: auto;
    }
  }
  .WhatIDoBox {
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      width: 100%;
      height: 100vh;
  }
  
  .circular-layout {
      position: relative;
      width: 400px; /* Çemberin dış çapı */
      height: 400px; /* Çemberin dış çapı */
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .circular-layout::before {
      content: "";
      position: absolute;
      width: 200px; /* İç çemberin çapı */
      height: 200px; /* İç çemberin çapı */
      background-color: #64676a;
      border-radius: 50%;
      transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
      z-index: -1;
  }
  .circular-layout.active::before {
    width: 600px;
    height: 600px;
}
.cloudImage img {
    width: 100%;
    transition: width 0.5s ease-in-out;
}
  
  .circular-center-image {
      position: absolute;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
 
  
 .circular-item {
    position: absolute;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform-origin: center;
    transform: rotate(calc(var(--index) * 60deg)) translate(350px) rotate(calc(var(--index) * -60deg));
    transition: transform 0.5s ease-in-out;
    cursor: pointer;
}

.circular-item.active {
    transform: translate(0px, 0px) scale(1.2) !important; /* Merkeze taşınma */
}
  
  .circular-item:nth-child(2) {
      --index: 0;
  }
  .circular-item:nth-child(3) {
      --index: 1;
  }
  .circular-item:nth-child(4) {
      --index: 2;
  }
  .circular-item:nth-child(5) {
      --index: 3;
  }
  .circular-item:nth-child(6) {
      --index: 4;
  }
  .circular-item:nth-child(7) {
      --index: 5;
  }
  .circular-item:nth-child(8) {
      --index: 6;
  }
  .circular-item:nth-child(9) {
      --index: 7;
  }
  
  .circular-item h3 {
      font-size: 16px;
      margin-top: 8px;
      color: white;
  }
  
  .circular-item p {
      font-size: 14px;
      line-height: 1.5;
      color: white;
  }
  
 
.counter {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    
}

.counter .grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.counter .grid-item {
    flex: 1;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}

.counter h3 {
    font-size: 18px;
    color: #5fa4ed;
    font-weight: 700;
}
.typewriter{
    height: 7rem;
}

.counter p {
    font-size: 32px;
    font-weight: 700;
    color: #f6c403;
}

@media (max-width: 720px) {
    .counter .grid-container {
        flex-direction: column;
    }

    .counter.grid-item {
        flex: 1 1 100%;
    }
}
.text-box {
    position: absolute;
    width: 150px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    display: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    color: black;
    transition: opacity 0.5s ease-in-out;
    align-items: center;
    justify-content: center;

}

.text-box-1 { top: 10%; left: 50%; transform: translateX(-50%); }
.text-box-2 { top: 30%; right: 10%; }
.text-box-3 { bottom: 30%; left: 79%; transform: translateX(-50%); }
.text-box-4 { bottom: 10%; left: 40%; }
.text-box-5 { top: 55%; left: 10%; }
.text-box-6 { top: 30%; left: 10%; }

.grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}



.custom-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #42555f, #50e3c2);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    max-width: 1000px;
    width: 90%;
    transition: all 0.3s ease;
    height: 80%;
    overflow-y: scroll;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  .custom-modal__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .custom-close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 1.5rem;
  }
  
  .custom-modal__content h1 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #fff;
    
  }
  
  .custom-modal__content p a {
    color: #ffd700;
    text-decoration: underline;
  }
  
  .custom-modal__content p {
    margin-bottom: 1rem;
    color: #f0f8ff;
    text-align: justify;
  }
  
  .custom-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
  
    z-index: 999;
  }
  
