.background-section {
    background-image: url("../images/yeniiii.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100vw;
    min-height: 1080px; /* Minimum yüksekliği 1080px olarak ayarla */
    height: 100vh; /* Ekran yüksekliğine göre esnek ayarla */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  /* .background-section2 {
    background-image: url("../images/Artboard\ –\ 6.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 322px; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  } */
  
  /* Overlay Image */
  /* .kivrim {
    position: absolute;
    top: -45px;
    width: 100%;
    z-index: 1;
  } */
  
  /* Container for Content */
  .cont-gozlem {
    z-index: 2;
    /* max-width: 1200px; */
    padding: 0;
    position: relative;
    /* margin-top: 40rem; */
  }
  
  /* Title and Text Styles */
  .gozlem-title {
    text-align: start;
    color: #fff;
  }
  
  .gozlem-title h2 {
    font-family: "VistolSans-Black", sans-serif;
    font-size: 70px;
    color: #fff;
    margin: 0;
  }
  
  .gozlem-title h2 span {
    color: #c3d940;
  }
  
  .gozlem_p1 {
    font-family: "VistolSans-Light", sans-serif;
    font-size: 42px;
    color: #fff;
    margin: 0;
    letter-spacing: 0.02em;
    text-wrap: nowrap;
  }
  
  .gozlem_p2 {
    font-family: "VistolSans-Regular", sans-serif;
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
    max-width: 400px;
  }
  
  /* Button */
  .gozlem-btn {
    font-family: "VistolSans-ExtraBold", sans-serif;
    font-size: 14px;
    background-color: #c3d940;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 5px 30px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
  }
  
  .gozlem-btn:hover {
    background-color: #7a599a;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
  }
  
  /* Media Content and Hotspots */
  /* .media-content {
    position: relative;
  } */
  
  .hotspot {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #c3d940;
    border: 7px solid #5f338a;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .hotspot:hover {
    transform: scale(1.2);
    box-shadow: 0 0 10px #7a599a;
  }
  
  /* Tooltip styling */
  .tooltip {
    display: none;
    position: absolute;
    background-color: #c3d940;
    color: #7a599a;
    padding: 10px;
    border-radius: 8px;
    /* white-space: nowrap; */
    width: 150px;
    left: 30px;
    top: -10px;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(-10px);
    box-shadow: 0 0 10px #7a599a;
  }
  
  .tooltip h3 {
    font-family: "VistolSans-Black", sans-serif;
    font-size: 14px;
  }
  
  .tooltip p {
    font-family: "VistolSans-Regular", sans-serif;
    font-size: 12px;
  }
  
  /* Show tooltip on hover */
  .hotspot:hover .tooltip {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Hotspot Positions */
  .hotspot-1 {
    top: 45%;
    left: 64%;
  }
  
  .hotspot-2 {
    top: 152%;
    left: 52%;
  }
  
  .hotspot-3 {
    top: 60%;
    left: 46%;
  }

  
  /* .projeksiyon {
    position: absolute;
    display: flex;
    justify-content: end;
    align-items: flex-start;
    top: 5%;
    right: 0;
    z-index: 4;
  } */
  