@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;700;800;900&display=swap');

body {
  font-family: 'Urbanist', sans-serif;
	font-size: 16px;
	line-height: 1.5;
  color: #fff;
	background-color: #000000;
  scroll-behavior: smooth;
}

h2 {
  font-size: 28px;
}

/* .spotlight-3 {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.245);
  filter: blur(0.5em);
  transform: perspective(1.3em) rotateX(40deg) rotateY(-50deg) scale(0.7, 1.2);
  z-index: 1;
  position: absolute;
  top: -167px;
  left: 33px;
} */

/* .navbar {
  background-color: #000000;
  padding-bottom: 10px;
} */


.navbar .navbar2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  margin: auto;
  max-width: 1070px;
  box-sizing: border-box;
}

/*
header .nav-btn {
  display: none;
}

header #nav-check {
  display: none;
}
*/

.navbar2 img {
  max-height: 40px;
  margin-left: 40px;
  margin-top: 10px;
}

.navbar2 .nav-links ul {
  list-style-type: none;
  overflow: hidden;
  display: flex;
  list-style: none;
  font-size: large;
  margin-right: 20px;
  padding-right: 20px;
}

.navbar2 .nav-links ul li {
  margin-left: 80px;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-links a {

  display: block;
  text-decoration: none;
  color: #3a3a3b;
  padding: 14px;
  text-align: center;
}


li a {
  transition: all 400ms cubic-bezier(.23, 1, .32, 1);
}

li a:hover {
  /* background-color: #111; */
  color: rgb(255, 255, 255);
  border-radius: 10%;
  text-shadow: 0 0 10px #ffffff9c, 0 0 20px #ffffff97, 0 0 40px #ffffff92, 0 0 80px #ffffff75;
  transition: 0.2s;
  transition-timing-function: ease-out;
  /* transform: translate(0px, 6px); */
  /* border-bottom: 3px solid #38b2ff; */
}

.navbar .menu-btn {
  display: none;
  position: absolute;
  top: 52px;
  right: 50px;
  height: 26px;
  width: 34px;
}

@media screen and (max-width: 893px) {

  .navbar {
    padding: 56px;
    color: #fff;
  }
  .navbar .menu-btn {
    display: block;
    z-index: 150;
  }
  .nav-links {
    top: 0;
    left: 0;
    position: absolute;
    background-color: #090909c4;
    backdrop-filter: blur(8px);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-left: -845px;
    transition: all 0.7s ease;
  }
  .nav-links.mobile-menu {
    margin-left: 0;
    z-index: 100;
  }
  .nav-links ul {
    display: flex;
    flex-direction: column;
    margin-left: -80px;
  }
  .nav-links ul li {
    margin: 25px 0;
  }
  .nav-links ul li a {
    font-size: 1.5em;
    color: #fff;
  }
  .navbar .logo {
    position: absolute;
    top: 45px;
    left: 7px;
  }


}

.hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  margin: 0 auto 0 auto;
  width: auto;
  max-width: 1070px;
  height: 90svh;
  position: relative;
}

.hero .title {
  font-size: large;
  text-align: center;
  transform: translateY(-90px);
  z-index: 1;
}

.hero .title h1 {
  font-family: 'proxima-nova', 'Urbanist', sans-serif;
  font-weight: 800;
  font-size: 2.5em;
  margin: 15px 0;
}

.wrapper {
  display: flex;
  font-weight: 800;
  font-family: 'proxima-nova', 'Urbanist', sans-serif;
  font-size: 2.5em;
}

.wrapper {
  display: block;
}

.wrapper .static-txt {
  font-size: 0.7em;
  font-weight: 100;
}

.wrapper .dynamic-txts {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  margin-left: 12px;
  line-height: 67.5px;
  height: 67.5px;
  overflow: hidden;
}

.dynamic-txts li {
  list-style: none;
  position: relative;
  top: 0;
  animation: slide 12s steps(3) infinite;
  animation-delay: 0.75s;
  text-align: center;
}

@keyframes slide {
  100%{
    top: -203.5px;
  }
}

.dynamic-txts li::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  border-left: 4px solid #fff;
  animation: typing 4s steps(16) infinite;
  animation-delay: 0.75s;
}

@keyframes typing {
  50%, 70%{
    left:calc(100% + 25px);
  }
  100%{
    left: 0;
  }
}

/* .spot-white {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 70%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.7) 100%);
  filter: blur(50px);
  pointer-events: none;
  opacity: 0.5;
} */

.getintouch {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.hero button {
  margin-top: 9px;
  width: 30%;
  height: 40px;
  background-color: #000000;
  border: solid #d4d4d4 0.7px;
  color: #fff;
  text-shadow: 0 0 0.3em #ffffffa2;
  box-shadow: 0 0 0.85em #ffffff4a;
  font-family: inherit;
  font-size: 0.8em;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.7s;
  position: relative;
}

.hero svg {
  position: absolute;
  height: 50px;
  width: 50px;
  opacity: 0.3;
  cursor: pointer;
  animation: bounce 6s infinite ease-in-out;
  -webkit-animation: bounce 6s infinite ease-in-out;
  -o-animation: bounce 6s infinite ease-in-out;
  -ms-animation: bounce 6s infinite ease-in-out; 
  -moz-animation: bounce 6s infinite ease-in-out;
  transition: 0.3s ease-out;
  z-index: 3;
}

.hero button::before {
  content: "";
  position: absolute;
  background: #ffffff4f;
  top: 115%;
  left: -19px;
  width: 136%;
  height: 100%;
  transform: perspective(1em) rotateX(20deg) scale(0.8, 0.3);
  filter: blur(2em);
  transition: transform 0.7s, background-color 0.7s;
}

.hero button:hover {
  background-color: #fff;
  box-shadow: 0 0 10px #ffffff9c, 0 0 20px #ffffff97, 0 0 40px #ffffffa6, 0 0 80px #ffffff75;
  transition: 0.7s;
  transition-timing-function: ease-out;
  color: #000000;
  font-weight: 600;
}

.hero button:hover::before {
  top: 115%;
  left: -13px;
  width: 126%;
  height: 100%;
  background: #ffffffc7;
  transform: perspective(1em) rotateX(22deg) scale(0.85, 0.3);
}

.getintouch:hover svg {
  opacity: 1;
  filter: drop-shadow(0 0 20px #fff);
  fill: #000000;
}

.getintouch:hover button { 
  background-color: #fff;
  box-shadow: 0 0 10px #ffffff9c, 0 0 20px #ffffff97, 0 0 40px #ffffffa6, 0 0 80px #ffffff75;
  transition: 0.7s;
  transition-timing-function: ease-out;
  color: #000000;
  font-weight: 600;
}

.getintouch:hover svg path {
  stroke-width: 10;
  filter: drop-shadow(0 0 60px #fff);
}

.getintouch:hover button::before {
  top: 115%;
  left: -13px;
  width: 126%;
  height: 100%;
  background: #ffffffc7;
  transform: perspective(1em) rotateX(22deg) scale(0.85, 0.3);
}

path {
  stroke: #fff;
  stroke-width: 0;
  transition: stroke-width 0.3s ease-out;
  z-index: 3;
}

header #mouse:hover {
  opacity: 1;
}

@keyframes bounce {
  0% { transform: translateY(65px)  }
  50% { transform: translateY(80px) }
  100% { transform: translateY(65px) }
}

.hero img {
  max-width: 350px;
  transform: translateX(20px) translateY(-93px);
  position: absolute;
  z-index: 0;
  opacity: 0.8;
}

@media screen and (max-width: 974px) {
  .hero {
    flex-direction: column-reverse;
    justify-content: center;
    margin-top: 0;
  }
  .hero .title {
    position: absolute;
    text-align: center;
    padding-top: 0;
    margin: 0;
    z-index: 50;
    transform: translateY(-90px);
  }
  .hero img {
      padding: 0 0 0 20px;
      max-width: 360px;
      transform: translateX(0) translateY(-80px);
  }
  .hero .title p {
    margin-top: 25px;
    text-shadow: #00000088 10px 10px 10px;
  }
  .hero .title p::before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 125px;
    background-color: #000000;
    filter: blur(2em);
    z-index: -1;
  }
  .hero button {
    transform: translateY(6px);
    margin-top: 0px; 
    width: 36%;
    background-color: #000000;
    color: #ffff;
    box-shadow: 0 0 10px #ffffff17, 0 0 20px #ffffff50, 0 0 40px #ffffff57, 0 0 80px #ffffff53;
  }
  .hero button::before {
    top: 110%;
    left: -18px;
  }
  .wrapper {
    display: block;
  }
  .wrapper .static-txt {
    font-size: 0.7em;
    font-weight: 100;
    margin-bottom: -5px;
  }
  .wrapper .dynamic-txts {
    margin: 0;
  }

  .dynamic-txts li {
    text-align: center;
  }
}



@media screen and (max-width: 552px) {
  .wrapper {
    font-size: 2.4em;
  }
  .wrapper .static-txt {
    font-size: 0.8em;
  }
  .wrapper .dynamic-txts {
    margin: 0;
  }
  .hero button::before {
    left: -17px;
  }
}

@media screen and (max-width: 453px) { 
  .wrapper {
    font-size: 2em;
    z-index: 200;
  }
  .wrapper .static-txt {
    z-index: 200;
  }
  .wrapper .dynamic-txts {
    z-index: 50;
  }
  .dynamic-txts li {
    z-index: 50;
  }

  .hero .title {
    padding-top: -140px;
    transform: translateY(-70px);
  }
  .hero .title p {
    transform: translateY(-12px);
  }
  .hero .title p::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #000000;
    filter: blur(2em);
    z-index: -1;
    transform: translateY(120px);
  }
  .hero button {
    width: 42%;
    transform: translateY(-3px);
  }
  .hero button::before {
    left: -17px;
  }

  .hero img {
    padding: 0 0 0 20px;
    max-width: 350px;
    transform: translateY(-70px);
  }
}

@media screen and (max-width: 386px) { 
  .wrapper {
    font-size: 1.9em;
  }
}

@media screen and (max-width: 370px) { 
  .wrapper {
    font-size: 1.9em;
  }
}

.offer {
  /* background-color: #0d0d0d; */
  text-align: center;
  color: #f5f6f7;
  padding-top: 130px;
  z-index: 1;
}

.offer h2 {
  margin-top: 0;
  padding-bottom: 40px;
}

.gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 30px;
    max-width: 1070px;
    margin: 0 auto;
    padding-bottom: 155px;
    row-gap: 54px;
  }

.gallery img {
    width: 100%;
    max-width: 300px;
    height: 260px;
    object-fit: cover;
    filter: grayscale(100%) brightness(85%);
    cursor: pointer;
    border: #d6d6d62f solid 1px;
    border-image: linear-gradient(145deg, #b6b6be27, #d6d6d607) 1;
    transition: 0.2s;
    position: relative;
    z-index: 1;
  }

  .gallery img:hover {
    filter: grayscale(0%);
    transition: 0.6s;
    transition-timing-function: ease-out;
    border-image: linear-gradient(145deg, #b6b6b691, #d6d6d610) 1;
  }

  .gallery img::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ff0000;
    z-index: 5;
  }

  .modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000cc;
    z-index: 1000;
  }
  
  .modal-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
  }
  .modal-text-container {
    position: absolute;
    bottom: 40px;
 

    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  
  .modal-text-link {
    color: #ffffffc4;
    text-decoration: none;
    font-size: 16px;
    background-color: #ffffff2c;
    box-shadow: 0 0 0.5em #ffffff2c;
    border: solid #d4d4d441 1px;
    padding: 10px 20px;
    border-radius: 15px;
    transition: 0.4s ease-out;
    width: 100%;
  }
  
  .modal-text-link:hover {
    color: #fff;
    background-color: #fff;
    text-shadow: 0 0 0.3em #ffffff57;
    box-shadow: 0 0 10px #ffffff2d, 0 0 20px #ffffff34, 0 0 40px #ffffff2c, 0 0 80px #ffffff41;
    background-color: #00000088;
    border: solid #d4d4d48c 1px;
    transition: 0.3s;
  }

  .budget-range-slider {
    width: 80%;
    margin: 20px 0;
  }

  .ui-slider-range {
    background-color: #007bff;
  }

  .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #007bff;
    cursor: pointer;
  }

  .modal-close-button {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #ffffff2c;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    padding: 10px 15px;
    transition: background-color 0.3s;
  }
  
  .modal-close-button:hover {
    background-color: #fff;
    color: #000;
  }

  @media screen and (max-width: 976px) {
    .gallery{
      justify-content: space-around;
    }
    .gallery img {
      max-width: 330px;
    }
  }

  @media screen and (max-width: 900px) {
    .gallery {
      justify-content: space-around;
      row-gap: 54px;
    }
  }

  @media screen and (max-width: 735px) {
    .gallery img {
    filter: grayscale(0%) brightness(100%);
    }
    #img {
      display: flex;
    }
  }

  .spotlight-2 {
    width: 300px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.03);
    filter: blur(1.8em);
    position: absolute;
    transform: perspective(1.5em) rotateX(18deg) rotateY(1deg) translateX(-50%) translateY(58%) scale(0.9, 0.27);
    top: -28%;
    right: -10.5%;
  }

  #spotlight-2 {
    z-index: -1;
  }

  @media screen and (max-width:426px) {
    .spotlight-2 {
      width: 300px;
      height: 100px;
      background-color: rgba(255, 255, 255, 0.3);
      top: -15%;
      right: -25%;
    }
  }

  .about {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 1020px;
    padding: 180px 0;
  }

  .about .about-left {
    height: 420px;
    width: 420px;
    margin-left: 9px;
    margin-right: 0px;
  }

  .about .about-left img {
    height: 100%;
    border-radius: 2%;
  }
  
  .about .about-right {
    height: 420px;
    width: 420px;
    margin-right: 20px;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .about-right h2 {
    margin-top: 5px;
  }
  
  @media screen and (max-width:896px) {
    .about {
      flex-direction: column;
      justify-content: center;
      padding-top: 200px;
    }
    .about .about-left {
      height: 360px;
      width: 360px;
      margin-left: 0;
    }
    .about .about-left img {
      height: 100%;
      border-radius: 2%;
    }
    .about .about-right {
      text-align: center;
      margin-right: 0;
      width: 420px;
      height: 420px;
      padding-bottom: 100px;
      font-size: 1em;
    }
    .about-right h2 {
      margin-top: 125px;
      margin-bottom: 0;
      transform: translateY(-515px);
    }
  }

  @media screen and (max-width: 427px) {
    .about .about-left {
      height: 330px;
      width: 330px;
      padding-top: 60px;
    }
    .about .about-right {
      height: 330px;
      width: 330px;
      padding-top: 70px;
    }
  }

  @media screen and (max-width: 454px) {
    #open-ai {
      display: none;
    }
  }

  .tools {
    text-align: center;
    background-color: #0d0d0d;
    padding: 120px 0 140px;
    z-index: -30;
  }

  .tools h2 {
    margin-top: 10px;
  }

  .icons-tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1020px;
    margin: 0 auto;
    padding: 40px 0 0;
    gap: 4px;
    box-sizing: border-box;
  }
  
  .tools .icons-tools img {
    margin: 5px;
    height: 60px;
    filter: grayscale(100%);
    animation: grayscale-animation 9s linear infinite;
    transition: 2s;
  }

  .tools .icons-tools img:nth-child(1) {
    animation-delay: 1s;
  }

  .tools .icons-tools img:nth-child(2) {
    animation-delay: 2s;
  }
  
  .tools .icons-tools img:nth-child(3) {
    animation-delay: 3s;
  }
  
  .tools .icons-tools img:nth-child(4) {
    animation-delay: 4s;
  }
  
  .tools .icons-tools img:nth-child(5) {
    animation-delay: 5s;
  }
  
  .tools .icons-tools img:nth-child(6) {
    animation-delay: 6s;
  }
  
  .tools .icons-tools img:nth-child(7) {
    animation-delay: 7s;
  }
  
  .tools .icons-tools img:nth-child(8) {
    animation-delay: 8s;
  }

  .tools .icons-tools img:nth-child(9) {
    animation-delay: 9s;
  }
  
  @keyframes grayscale-animation {
    0% {
      filter: grayscale(0%);
    }
    25% {
      filter: grayscale(100%);
    }
  }

  @media screen and (max-width: 660px) {
    .tools .icons-tools img {
      margin: 5.1px;
      padding: 4px;
    }
    .icons-tools {
      justify-content: center;
      gap: 12px;
      max-width: 100%;
    }
  }
  
  .contact a:link {
    text-decoration: none;
  }
  
  .contact-form {
    display: flex;
    margin: 0;
    padding: 120px 20px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  
  .wrapper-2 {
    width: 1030px;
    border-radius: 5px;
  }
  
  .wrapper-2 h2 {
    padding: 0 30px 15px;
    border-bottom: 1px solid #767676;
  }
  
  .wrapper-2 form {
    padding: 45px 70px 0 0;
  }
  
  form .data-field {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    justify-content: space-between;
  }
  
  .data-field .field {
    height: 50px;
    position: relative;
    width: calc(100% / 2 - 50px);
  }
  
  form .field input,
  form .message textarea {
    font-family: 'Urbanist', sans-serif;
    height: 100%;
    width: 100%;
    outline: none;
    background-color: #090909; /* #414141 | #272727 */
    border: 1px solid #767676;
    border-radius: 5px;
    font-size: 16px;
  padding: 0 18px 0 48px;
  margin: 0;
  color: #d4d4d4;
}

form .field input::placeholder,
form .message textarea::placeholder {
  color: #8c8c8c;
}

form .field input:focus, 
form .message textarea:focus {
  border: 1.5px solid #d4d4d4;
}

.wrapper-2 form i {
  position: absolute;
  left: 18px;
  top: 54%;
  color: #8c8c8c;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 17px;
}

form .field input:focus ~ i, 
form .message textarea:focus ~ i {
  color: #d4d4d4;
}

form .message {
  position: relative;
}

form .message i {
  top: 30px;
  font-size: 20.2px;
}

form .message textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 140px;
  max-height: 300px;
  padding: 18px 20px 0 48px;
}

form .button-area {
  margin: 25px 0;
  display: flex;
  align-items: center;
}

.button-area button {
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid #969696;
  color: #fff;
  border-radius: 5px;
  background: #000000;
  padding: 13px 25px;
  text-shadow: 0 0 0.3em #ffffffa2;
  box-shadow: 0 0 1em #ffffff4a;
  transition: 0.7s;
}

.button-area button:hover {
  box-shadow: 0 0 10px #ffffff9c, 0 0 20px #ffffff97, 0 0 40px #ffffff92, 0 0 80px #ffffff75;
  transition: 0.7s;
  transition-timing-function: ease-out;
  background-color: #fff;
  color: #000000;
} 

.button-area span {
  color: #fff;
  margin-left: 30px;
  display: none;
}

@media(max-width: 600px) {
  .wrapper-2 h2 {
    text-align: center;
  }
  
  form .data-field {
    margin-bottom: 0;
    flex-direction: column;
  }
  
  .data-field .field {
    width: 100%;
    margin-bottom: 20px;
  }
  
  form .message textarea {
    resize: none;
  }
  
  form .button-area {
    flex-direction: column;
    margin-right: -70px;
  }
  
  .button-area button{
    width: 100%;
  }
  
  .button-area span {
    text-align: center;
    padding: 20px 19px 0 0;
  }
  
}

footer {
  width: auto;
  text-align: center;
  background-color: #000000;
  padding-top: 60px;
  height: 100%;
}

.icons-social {
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding-top: 40px;
  color: #fff;
  gap: 15px;
}

.icons-social img {
  height: 35px;
  filter: grayscale(100%);
}

.icons-social img:hover {
  filter: grayscale(0%);
  transition: 0.3s;
}

.spotlight {
  width: 150px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.336);
  margin: auto;
  transform: perspective(0.7em) rotateX(-22deg) scale(0.5, 0.31);
  filter: blur(2em);
  z-index: 100;
  position: relative;
  bottom: -82px;
  top: 31px;
}

@media screen and (max-width: 600px) {
  .spotlight {
    top: 66px;
    bottom: -80px;
    height: 40px;
    background-color: rgba(242, 242, 242, 0.63);
    transform: perspective(1.5em) rotateX(-4deg) scale(0.9, 1.5);
    filter: blur(3.6em);
    z-index: 10;
  }
}

footer .logo2 {
  width: 75px;
  margin-bottom: 10px;
}
