@import url("./externalCSS/main.css");
@import url("./externalCSS/header.css ");
@import url("./externalCSS/footer.css ");
@import url("./externalCSS/keyframes.css ");

.bg {
  position: absolute;
  width: 100%;
  height: 80%;
  opacity: 0.03;
  z-index: -3;
  border-radius: 10px;
}

.sect--1 {
  position: relative;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 120px;
}

.sect--1 h1 {
  font-size: 3.5em;
  text-shadow: 0px 5px 10px rgba(255, 153, 0, 0.25);
  text-transform: uppercase;
  text-wrap: balance;
  max-width: 800px;
  font-weight: 900;
}

.sect--1 p {
  font-size: 20px;
  color: var(--pColor);
  margin-top: 10px;
}

.sect--1 button {
  border-radius: 5px;
  background: var(--accentColor);
  box-shadow: var(--shadow);
  font-size: 1.4em;
  color: white;
  padding: 10px 60px;
  border: none;
  font-weight: 600;
  width: fit-content;
}

.sect--1 article {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sect--1 img {
  max-width: 350px;
  z-index: 1;
}

.cat-img__container {
  position: relative;
}

.cat-img__container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 153, 0, 0.1);
  border-radius: 1000px;
  filter: blur(50px);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.circle-1_cat,
.circle-2_cat {
  position: absolute;
  inset: 0;

  border-radius: 10000px;
  background: rgba(255, 153, 0, 0.05);
  box-shadow: 0px 0px 20px 10px rgba(255, 153, 0, 0.25);

  width: 90%;
  height: 300px;
  z-index: -1;
}

.circle-1_cat {
  transform: translateX(-100px) translateY(-50px);
}

.circle-2_cat {
  transform: translateY(200px) translateX(50px);
  z-index: -2;
}

.sect--2 {
  position: relative;
}

.x-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transform: scale(1.2);
}

.sect--2 h1 {
  text-shadow: var(--shadow);
  font-size: 2.5em;
  text-align: center;
  font-weight: 800;
  margin-bottom: 50px;
}

.sect--2 article {
  display: grid;
  grid-template-columns: repeat(3, 400px);
  place-content: center;
  gap: 30px;
}

.sect--2 div {
  border-radius: 10px;
  background: var(--accentColor);
  box-shadow: 0px 0px 20px 5px rgba(255, 153, 0, 0.25);
  padding: 20px;

  transition: all 0.1s linear !important;
}

.sect--2 div:hover {
  transform: scale(1.1) !important;
}

.sect--3 {
  position: relative;
  text-align: center;
}

.cricle-1 {
  position: absolute;
  top: 0;
  left: 0;

  border-radius: 10000px;
  background: rgba(255, 153, 0, 0.1);
  box-shadow: 0px 0px 20px 10px rgba(255, 153, 0, 0.25);

  width: 700px;
  height: 700px;
  transform: translateX(-300px) translateY(-300px);

  animation: circleMove infinite 2s;
}

.cricle-2 {
  position: absolute;
  right: 0;
  bottom: 0;

  border-radius: 10000px;
  background: rgba(255, 153, 0, 0.1);
  box-shadow: 0px 0px 20px 10px rgba(255, 153, 0, 0.25);

  width: 700px;
  height: 700px;
  transform: translateX(300px);
}

.sect--3 h1 {
  font-size: 3.5em;
  max-width: 800px;
  text-wrap: balance;
  margin: auto;
  margin-bottom: 30px;
  text-shadow: var(--shadow);
}

.sect--3 p {
  font-size: 24px;
  max-width: 600px;
  text-wrap: balance;
  margin: auto;
  margin-bottom: 40px;
}

.sect--3 button {
  border-radius: 5px;
  background: var(--accentColor);
  box-shadow: 0px 4px 10px 4px rgba(255, 153, 0, 0.25);
  border: none;
  color: white;
  font-size: 1.5em;
  padding: 10px 30px;
}

.sect--4 {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  height: 70vh;
}

.sect--4::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 153, 0, 0.1);
  border-radius: 1000px;
  filter: blur(150px);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sect--4 h1 {
  color: var(--accentColor);
  text-shadow: 0px 7px 10px rgba(255, 153, 0, 0.25);
  font-size: 2.5em;
  margin-bottom: 40px;
}

.sect--4 span {
  background: linear-gradient(
    129deg,
    var(--accentColor) 0%,
    #ffb74a 100%,
    #ffb74a 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sect--4 > div {
  display: flex;
  align-items: center;
  gap: 10px;

  border-radius: 20px;
  background: linear-gradient(
    225deg,
    var(--accentColor) 0%,
    rgba(255, 107, 0, 0.56) 100%
  );
  box-shadow: 0px 0px 20px 7px rgba(255, 153, 0, 0.25);
  padding: 12px 20px;

  animation: partnerDivAnimation infinite 2s;
  transition: all 0.2s linear !important;
}

.sect--4 > div:hover {
  transform: scale(1.1) !important;
}

.sect--4 img:first-child {
  width: 150px;
  border-radius: 10px;
}

.sect--4 img:nth-child(2) {
  display: none;
  border-radius: 10px;
}

.sect--4 h2 {
  margin-bottom: 4px;
}

.sect--4 p {
  font-size: 18px;
}

.sect--5 {
  height: 100%;
  margin-bottom: 20em;
  padding: 20px;
  text-align: center;
}

.sect--5 a, .sect--5 h2 {
  text-align: center !important;
}

.sect--5 h1 {
  text-align: center !important;
  text-shadow: var(--shadow);
  font-size: 2.5em;
}

.sect--5 > article {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 0.3fr);
  place-items: center;
  gap: 20px;
  margin-top: 50px;
}

.sect--5 > article > div {
  border-radius: 10px;
  border: 0.5px solid rgba(255, 153, 0, 0.5);
  background: #1f1f1f;
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.25) inset;
  max-width: 350px;
  width: fit-content;
  padding: 15px;

  transition: all 0.1s linear !important;
}

.sect--5 > article > div:hover {
  transform: scale(1.1) !important;
}

.sect--5 h2 {
  text-align: left;
  margin: 10px 0;
}

.sect--5 p {
  max-width: 350px;
  text-wrap: balance;
}

.sect--5 img {
  width: 100%;
  border-radius: 10px;
}

.sect--6 {
  height: 100%;
  margin-bottom: 20em;
}

.sect--6 > article {
  display: flex;

  border-radius: 10px;
  background: #303030;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  width: 50%;
  margin: auto;
}

.sect--6 > article > article {
  padding: 30px;
  width: 100% !important;
  overflow-x: hidden;
}

:is(.sect--6 h1, .sect--6 p) {
  text-align: center;
}

.sect--6 h1 {
  font-size: 30px;
  margin-bottom: 7px;
}

.sect--6 p {
  font-size: 16px;
  max-width: 250px;
  text-wrap: balance;
  margin: auto;
  color: var(--pColor);
}

.sect--6 img {
  width: 300px;
  object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.sect--6 form {
  display: flex;
  flex-direction: column;
  gap: 20px;

  margin-top: 20px;
}

:is(.sect--6 input, .sect--6 textarea) {
  border-radius: 5px;
  background: #505050;
  padding: 10px;
  font-size: 14px;
  color: white;
  border: none;
}

.sect--6 textarea {
  font-family: "Inter", sans-serif;
  resize: none;
}

:is(.sect--6 input:focus, .sect--6 textarea:focus) {
  outline: 1px solid var(--accentColor);
  box-shadow: var(--shadow);
}

.sect--6 input[type="submit"] {
  border-radius: 5px;
  background: var(--accentColor);
  box-shadow: 0px 0px 10px 7px rgba(255, 153, 0, 0.25);
  cursor: pointer;
  font-weight: 600;
}

button a {
  text-decoration: none;
  color: white;
}
