
  .top-h1 {
      position: absolute;
      text-align: center;
      vertical-align: middle;
      margin: 15% 30%;
      font-size: 35px;
      color: #fbd67c;
      font-family: 'Cinzel', serif;
      z-index: 2;
      text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000
  }

  .top-h1 span {
      color: #ffffff;
      font-size: 22px;
      text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000
  }

  .project-list {
      padding-top: 20px;
  }

  #myVideo {
      width: 100%;
      height: auto;
      object-fit: cover;
      /* margin-top: -250px; */
  }

  .choose-btn:hover {
      color: #dddddd;
  }

  .choose-btn {
      color: #FFF;
      padding: 10px 10px;
      text-decoration: none;
      font-size: 16px;
      border: 2px solid #cfaa66;
      text-transform: uppercase;
      font-family: fangsong;
      top: 10rem;
      background: radial-gradient(ellipse at center, rgb(9 125 151) 0%, rgb(6 108 131) 16%, rgb(4 66 80) 100%);
      font-family: 'Cinzel', serif;
      font-weight: 700;
  }

  @media only screen and (max-width: 600px) {
      #myVideo {
          margin-top: 0px;
          height: 400px;
          padding-bottom: 0px;
      }

      .inner-header .logo img {
          height: 100px;
          width: 100px;
          transition: 0.5s ease-in;
      }

      .top-h1 {
          margin: 30% 25%;
          font-size: 17px;
      }

      .top-h1 span {
          color: #ffffff;
          font-size: 12px;
      }

      .project-list {
          padding-top: 0 !important;
      }

      #btn_luxury {
          font-size: 10px !important;
          position: relative;
          top: 10px;
      }
  }

  @media only screen and (max-width: 465px) {
      #myVideo {
          margin-top: 0px;
          height: 350px;
          padding-bottom: 0px;
      }

      .inner-header .logo img {
          height: 100px;
          width: 100px;
          transition: 0.5s ease-in;
      }

      .top-h1 {
          margin: 30% 25%;
          font-size: 17px;
      }

      .top-h1 span {
          color: #ffffff;
          font-size: 12px;
      }

      .project-list {
          padding-top: 0 !important;
      }

      #btn_luxury {
          font-size: 7px !important;
          position: relative;
          top: 10px;
      }
  }

  /* Must not Change */

  .more {
      display: none
  }



  button {
      display: inline-block;
      text-align: center;
      text-decoration: none;
      margin: 20px;
      font-size: 18px;
      border: solid 1px transparent;
      border-radius: 5px;
      padding: 0.7rem;
      color: #FFFFFF;
      background-color: teal;
      cursor: pointer;
  }

  button:active {
      transform: translateY(1px);
      filter: saturate(150%);
  }

  button:hover {
      color: teal;
      border-color: currentColor;
      background-color: white;
  }

  button:focus {
      outline: none;
      box-shadow: 0 0 6px -2px teal;
  }

  #Action2 {
      background-color: #b78839;
      margin: auto;
      margin-bottom: 30px;
      width: 150px;
  }

  #Action2:active {
      transform: translateY(1px);
      filter: saturate(150%);
  }

  #Action2:hover {
      color: tomato;
      border-color: currentColor;
      background-color: white;
  }

  #Action2:focus {
      outline: none;
      box-shadow: 0 0 12px -2px tomato;
  }

  .row {
      --bs-gutter-x: 1.5rem;
      --bs-gutter-y: 0;
      display: flex;
      flex-wrap: wrap;
      margin-top: calc(-1 * var(--bs-gutter-y));
      margin-right: calc(-0.5 * var(--bs-gutter-x));
      margin-left: 0 !important;
  }

  .project-btn {
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
  }

  #viewmore {
      /* display: none; */
      content-visibility: hidden;
  }

  #overlay_pop {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      /* Initial state: hidden with transition */
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s ease;
      /* Adjust duration and easing as needed */
      z-index: 10;
  }

  #popup {
      position: fixed;
      width: 100% !important;
      top: 50%;
      padding: 6rem 2rem;
      display: flex;
      /*background-color: red;
      */justify-content: center;
      left: 50%;
      transform: translate(-50%, -50%);
      /*background-color: white;
      */border-radius: 5px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      /*Initialstate:;
      hiddenwithtransition*/
      opacity: 0;
      visibility: hidden;
      transition: opacity 1s ease-in-out;
      /*Shouldmatchoverlay_popduration*/z-index: 10;
      text-align: center;
      /* -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -ms-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out; */
}

  /* Class added by JavaScript to show the popup */
  #overlay_pop.visible,
  #popup.visible {
      opacity: 1;
      visibility: visible;
  }

  #popup.invisible {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  }

  #close-button {
      margin-top: 15px;
      padding: 10px 20px;
      cursor: pointer;
  }


  .contact-box {
      max-width: 500px;
      width: 100% !important;
      background: radial-gradient(ellipse at center, rgb(109 112 112) 0%, rgb(93 94 94) 16%, rgb(0 0 0) 100%);
      padding: 2rem;
      /* border: 2px solid white; */
      border-radius: 20px;
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
      text-align: center;
  }

  .contact-box h2 {
      font-size: 1rem;
      color: white;
      font-weight: 600;
      margin-bottom: 0.2rem;
      position: relative;
      margin-top: -5px;
      /* text-transform: uppercase; */
      letter-spacing: 3px;
  }

  .contact-box h2::after {
      content: "";
      display: block;
      width: 100px;
      height: 3px;
      background: #fd7e14;
      margin: 1rem auto 1.5rem;
      border-radius: 2px;
  }

  .contact-lead {
      font-size: 1.2rem;
      font-weight: bold;
      color: white;
      margin-bottom: 0.3rem;
  }

  .contact-box p {
      color: white;
      font-size: 1rem;
      margin-bottom: 2rem;
  }

  .contact-button {
      display: inline-block;
      padding: 12px 28px;
      background-color: #fd7e14;
      color: white;
      font-weight: bold;
      text-decoration: none;
      border-radius: 30px;
      transition: background-color 0.3s;
  }



  .contact-form {
      display: flex;
      flex-direction: column;
      gap: 1.5rem;
  }

  .form-item {
      position: relative;
  }

  .form-item input,
  .form-item textarea {
      width: 100%;
      padding: 9px 6px;
      border: none;
      border-bottom: 1.2px solid white;
      background: transparent;
      color: white;
      font-size: 16px;
      outline: none;
      resize: none;
  }

  .form-item label {
      position: absolute;
      left: 6px;
      top: 50%;
      transform: translateY(-50%);
      font-size: 14px;
      color: white;
      pointer-events: none;
      transition: all 0.3s ease;
  }

  .form-item:has(textarea) label {
      top: 75%;
  }

  .form-item input:focus+label,
  .form-item textarea:focus+label,
  .form-item input:not(:placeholder-shown)+label,
  .form-item textarea:not(:placeholder-shown)+label {
      top: -10px;
      font-size: 12px;
      color: white;
  }

  .form-button {
      background-color: #fd7e14;
      color: white;
      /* border: 2px solid white; */
      padding: 6px 0;
      width: 160px;
      position: relative;
      top: 10px;
      margin: auto;
      margin-bottom: 10px;
      border-radius: 20px;
      font-size: 1rem;
      cursor: pointer;
      transition: background 0.3s;
  }

  input[type=checkbox] {
      /* Double-sized Checkboxes */
      -ms-transform: scale(2);
      /* IE */
      -moz-transform: scale(2);
      /* FF */
      -webkit-transform: scale(2);
      /* Safari and Chrome */
      -o-transform: scale(2);
      /* Opera */
      transform: scale(0.6);
      padding: 0px;
  }

  .form-button:hover {
      background-color: #c66210ff;
      color: white;
  }

  .form-button:active {
      background-color: #fd7e14;
  }

  #contact-name::placeholder {
      color: white !important;
  }

  #looking {
      text-align: center;
      font-weight: 600;
      width: 100%;
      margin-top: 10px;
      font-size: 16px;
      letter-spacing: 3px;
  }



  .tx {
      color: white;
      text-align: left;
      width: 100px;
      margin-top: 0px;
  }

  .one_check {
      display: flex;
      width: 90px;
      /* flex-wrap: wrap; */
  }

  .second_check {
      display: flex;
      width: 90px;
  }

  .third_check {
      display: flex;
      width: 90px;
  }

  .three_check {
      display: flex;
      gap: 50px;
      /* background-color: red; */
      margin-top: -10px;
      position: relative;
      /* top: 40px; */
      /* left: 21px; */
      width: 100%;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
  }

  .close-button {
      font-size: 40px;
      color: white;
      float: right;
      position: relative;
      /* background-color: red; */
      top: -103px;
      left: 22px;
      cursor: pointer;
  }

  @media only screen and (max-width:550px) {
      .three_check {
          display: flex;
          gap: 15px !important;
          /* background-color: red; */
          margin-top: -10px;
          position: relative;
          /* top: 40px; */
          left: -10px;
          width: 100%;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          flex-direction: column;
      }

  }