@import url("https://fonts.googleapis.com/css2?family=Gabarito&family=Inter&display=swap");

* {
  padding: 0;
  margin: 0;
  font-family: "Gabarito", sans-serif;
  overflow-x: visible;
  z-index: 1;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #03312e;
}

li {
  text-decoration: none;
  /*list-style: none;*/
}

a {
  text-decoration: none; /* Remove underline */
  color: inherit; /* Use the default text color */
  cursor: pointer; /* Show pointer cursor on hover */
}

a:hover {
  text-decoration: underline; /* Add underline on hover if desired */
}

.ai-click-page {
  width: 100%;
}

/*----------HERO----------*/

.hero-div {
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    url(../media/aiclickbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  display: flex;
  flex-direction: column;
  place-items: center;
}

.mini-nav {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  max-height: 120px;
  padding: 10px;
  color: rgba(53, 208, 242, 1);
}

.mini-nav-nav {
  display: flex;
  justify-content: space-around;
}

.ai-click-link {
  margin-top: 15px;
  font-size: 20px;
}

.home-link {
  margin-top: 30px;
  text-decoration: underline;
  text-underline-offset: 31px;
  font-size: 17px;
}

.hero-text {
  font-size: 19px;
  margin-top: auto;
  margin-bottom: 50px;
  place-items: center;
  padding: 15px 15px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.35);
  max-width: 65%;
  justify-self: center;
  color: #fff;
}

.welcome-text {
  size: 32px;
  margin-top: 10px;
}

/*---------INFO---------*/

.info-div {
  display: flex;
  flex-direction: column;
  place-items: center;
  background-color: #03312e;
  color: #fff;
}

.first-info {
  margin-top: 100px;
  padding: 100px 0;
  max-width: 450px;
  z-index: 1;
}

.first-info-header {
  font-size: 60px;
}

.first-info-text {
  font-size: 21px;
}

.second-info {
  max-width: 450px;
  padding-bottom: 100px;
  z-index: 1;
}
.second-info-header {
  text-align: center;
  font-size: 60px;
}

.second-info-text {
  margin-top: 40px;
  font-size: 21px;
}

.process-header {
  margin-top: -38px;
  font-size: 60px;
  z-index: 1;
}

/*----------------LINES-----------------*/

.line-contanier1 {
  margin-left: 120px;
  margin-bottom: -150px;
}

.line1-1 {
  margin-left: -350px;
  width: 200px;
  border-top: 5px solid rgba(53, 208, 242, 1);
  display: flex;
  justify-content: end;
}

.line1-2 {
  margin-left: -350px;
  height: 100px;
  border-left: 5px solid rgba(53, 208, 242, 1);
  margin-top: -10px;
}
.line1-3 {
  margin-left: -745px;
  width: 400px;
  border-top: 5px solid rgba(53, 208, 242, 1);
}

.line-contanier2 {
  margin-left: 200px;
  margin-bottom: 155px;
}

.line2-1 {
  margin-left: 105px;
  width: 250px;
  border-top: 5px solid rgba(53, 208, 242, 1);
}

.line2-2 {
  margin-left: 350px;
  height: 400px;
  border-left: 5px solid rgba(53, 208, 242, 1);
  margin-top: -10px;
}

.line2-3 {
  margin-left: 255px;
  width: 100px;
  border-top: 5px solid rgba(53, 208, 242, 1);
}

.line2-4 {
  margin-left: 355px;
  margin-top: -200px;
  width: 1000px;
  border-top: 5px solid rgba(53, 208, 242, 1);
}

.line-contanier3 {
  width: 50%;
  margin-top: -640px;
}

.line3-1 {
  margin-left: -100px;
  width: 30%;
  border-top: 5px solid rgba(53, 208, 242, 1);
  display: flex;
  justify-content: end;
}

.line3-2 {
  margin-left: -100px;
  height: 600px;
  border-left: 5px solid rgba(53, 208, 242, 1);
  margin-top: -10px;
}
.line3-3 {
  margin-left: -100px;
  width: 20%;
  border-top: 5px solid rgba(53, 208, 242, 1);
  display: flex;
  justify-content: end;
}

/*-----------PROCESS CARDS------------*/

.process-cards {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  place-items: center;
  gap: 20px;
  padding: 0 50px;
  margin-top: 100px;
}

.process-card {
  display: grid;
  border: 3px solid rgba(53, 208, 242, 1);
  border-radius: 50px;
  max-width: 400px;
  padding: 25px;
  margin-bottom: auto;
  place-items: center;
  height: 100%;
}

.process-img-div {
  max-width: 250px;
  max-height: 250px;
}

.process-img {
  width: 100%;
  object-fit: cover;
}

/*----------CONTACT US----------*/

form {
  display: grid;
  column-gap: 2rem;
}
h2 {
  grid-column: 1 / -1;
}
.text-input {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 1.2rem;
}
.text-input > input {
  background: transparent;
  color: inherit;
  border: none;
  border-bottom: 1px solid currentColor;
  margin-bottom: 1rem;
  padding: 1rem 0.5rem;
  outline: transparent;
  font-family: inherit;
  font-size: 1.2rem;
}

.text-input > input + label {
  margin-left: 0.5rem;
  transform: translateY(0);
  transition: transform 0.2s;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.5);
}
.text-input > input:placeholder-shown + label {
  transform: translateY(-3rem);
}
.text-input > input:focus + label {
  transform: translateY(0);
}

.contact-img {
  display: none;
}

.contact-us-div {
  display: grid;
  place-items: center;
  padding-bottom: 100px;
}

.contact-us {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  border: 5px solid rgba(53, 208, 242, 1);
  border-radius: 50px;
  margin-bottom: 100px;
}

.contact-us-left {
  padding: 100px;
}

.contact-us-send {
  width: 100px;
  background-color: rgba(53, 208, 242, 1);
}

.contact-us-right {
  padding: 100px;
  display: grid;
  justify-content: center;
}

.icons {
  display: flex;
  gap: 50px;
}

.icon {
  font-size: 60px;
}

.line-contanier4 {
  margin-top: 20px;
}

.line4-1 {
  width: 60vw;
  border-top: 5px solid rgba(53, 208, 242, 1);
}

.line4-2 {
  margin-left: 50%;
  height: 100px;
  border-left: 5px solid rgba(53, 208, 242, 1);
}

.line4-3 {
  margin-left: 0%;
  margin-bottom: -100px;
  height: 100px;
  border-left: 5px solid rgba(53, 208, 242, 1);
}

.line4-4 {
  margin-left: 50%;
  margin-bottom: -100px;
  height: 100px;
  border-left: 5px solid rgba(53, 208, 242, 1);
}

.line4-5 {
  margin-left: 99.5%;
  height: 100px;
  border-left: 5px solid rgba(53, 208, 242, 1);
}

.circle {
  width: 20px;
  height: 20px;
  background-color: rgba(53, 208, 242, 1);
  border-radius: 50%;
  margin-left: -12.5px;
}

.circle2 {
  width: 20px;
  height: 20px;
  background-color: rgba(53, 208, 242, 1);
  border-radius: 50%;
  margin-top: -12.5px;
}

.sideways-square {
  width: 20px;
  height: 20px;
  background-color: rgba(53, 208, 242, 1);
  transform: rotate(45deg);
  margin-top: -12.5px;
}

.linkedin:hover {
  color: #0077b5;
}

.insta:hover {
  color: #833ab4;
}

.twitter:hover {
  color: black;
}

/*----------RESPONSIVE-----------*/

@media only screen and (max-width: 600px) {
  .triangle-container {
    display: block;
  }

  .triangle1 {
    position: absolute;
    right: -50px;
    bottom: -450px;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 200px solid rgba(53, 208, 242, 0.68);
    background-color: transparent;
    transform: rotate(270deg);
    z-index: 0;
  }

  .triangle2 {
    position: absolute;
    left: -50px;
    bottom: -950px;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 200px solid rgba(53, 208, 242, 0.68);
    background-color: transparent;
    transform: rotate(90deg);
    z-index: 0;
  }

  .triangle3 {
    position: absolute;
    right: -50px;
    bottom: -1600px;
    width: 0;
    height: 0;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-bottom: 200px solid rgba(53, 208, 242, 0.68);
    background-color: transparent;
    transform: rotate(270deg);
    z-index: 0;
  }

  .line-contanier1 {
    display: none;
  }
  .line-contanier2 {
    display: none;
  }
  .line-contanier3 {
    display: none;
  }
  .info-div {
    padding: 0 20px;
  }
  .contact-us {
    width: 100%;
  }

  .contact-img {
    display: block;
  }

  .contact-us {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 768px) {
  .hero-text {
    max-width: 90%;
  }

  .process-cards {
    padding: 0 5px;
  }

  .line-contanier4 {
    display: none;
  }
  .contact-us {
    margin-top: 100px;
  }

  .contact-us-left {
    padding: 35px;
  }

  .contact-us-right {
    padding: 35px;
  }

  .icons {
    display: flex;
    gap: 20px;
  }
  .contact-us {
    width: 90%;
  }
}

/*TERMSOFUSE-PRIVACYPOLICY*/

.terms-container {
  min-height: 100vh;
  background-color: #03312e;
}

.terms-header {
  padding-top: 50px;
  font-size: 34px;
  font-weight: 800;
  color: rgba(53, 208, 242, 1);
}

.terms, ul li {
	margin:18px;
    font-size: 18px;
    color: white;
	list-style: square; 
}

.terms-btn {
  margin-top: 50px;
  background-color: transparent !important;
  border: 2px solid white;
  border-radius: 11px !important;
  padding: 10px 30px;
  margin-bottom: 20px;
  color: white;
}

.terms-btn:hover {
  background-color: white !important;
  border: 2px solid white;
  color: rgba(53, 208, 242, 1);
}
