@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Avenir LT Std - Light (300) */
@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

/* Book (400) */
@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-BookOblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Medium (500) */
@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-MediumOblique.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* Heavy (700) */
@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-Heavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-HeavyOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* Black (900) */
@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLTStd';
  src: url('fonts/AvenirLTStd-BlackOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

* {
  padding: 0;
  margin: 0;
  font-family: 'AvenirLTStd';
  color: #F3F3F3;
  text-decoration: none;
}

body {
  background: url('../themes/images/background.png') #0B0B0B;
  background-size: cover;
}

body::-webkit-scrollbar {
  background: none;
  width: 4px;
}

body::-webkit-scrollbar-thumb {
  background: #00E592;
  border-radius: 50px;
}

body::-moz-scrollbar {
  background: none;
  width: 4px;
}

body::-moz-scrollbar-thumb {
  background: #00E592;
  border-radius: 50px;
}

body .by_btn {
  padding: 13px 40px;
  background: #E5B000;
  border-radius: 10px;
  color: #000000;
  box-shadow: 0px 4px 13px 0px rgba(229, 176, 0, 0.3);
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  transition: all .5s;
}

body .by_btn:hover {
  transform: scale(1.05) translateY(-5px);
  filter: brightness(1.2);
}

main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 115px;
  padding-bottom: 30px;
}

main>#Artc_Super {
  width: 90%;
  max-width: 1690px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.sec1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px 20px;
}

.sec1 div {
  flex: 1;
  max-width: 870px;
}

.sec1 div h1 {
  font-weight: normal;
  font-size: clamp(40px, 5vw, 68px);
  max-width: 100%;
}

.sec1 div p {
  font-weight: normal;
  font-size: 24px;
  max-width: 720px;
  margin-top: 25px;
}

.sec1 div a {
  margin-top: 50px;
}

.sec1 form {
  flex: 1;
  max-width: 750px;
  background: rgba(77, 77, 77, 0.13);
  backdrop-filter: blur(25px);
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.12));
  box-shadow: inset 1px 1px 10px 0px rgba(255, 255, 255, 0.11);
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
}

.sec1 form label {
  margin-left: 40px;
  font-size: 17px;
  font-weight: lighter;
}

.sec1 form label font.r {
  color: #ff0000;
}

.sec1 form label font.op {
  font-size: 10px;
  font-style: italic;
}

.sec1 form input {
  width: 100%;
  background: rgba(77, 77, 77, 0.13);
  backdrop-filter: blur(25px);
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.12));
  box-shadow: inset 1px 1px 10px 0px rgba(255, 255, 255, 0.11);
  border-radius: 100px;
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 25px 30px;
  border: none;
}

.sec1 form input:focus {
  outline: 1px solid #e5b000a6;
}

.sec1 form input::placeholder {
  font-style: italic;
}

.sec1 form span {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

.sec1 form button {
  padding: 13px 40px;
  background: #E5B000;
  border-radius: 10px;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  transition: all .5s;
  border: none;
  cursor: pointer;
}

.sec1 form button:hover {
  transform: scale(1.05) translateY(-5px);
  filter: brightness(1.2);
}

.sec2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 180px;
}

.sec2 h1 {
  font-weight: normal;
  font-size: clamp(30px, 2.5vw, 39px);
  max-width: 850px;
  text-align: center;
}

.sec2 section {
  width: 100%;
  max-width: 1460px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
  gap: 30px;
}

.sec2 section div {
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 4px 13px 0px rgba(0, 229, 146, 0.1);
  display: flex;
}

.sec2 section div img {
  width: 100%;
  max-width: 440px;
  object-fit: cover;
}

.sec2 section div p {
  position: absolute;
  bottom: 0px;
  padding: 15px;
  font-size: 27px;
}

.sec3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
}

.sec3 h1 {
  width: 100%;
  font-weight: normal;
  font-size: clamp(30px, 2vw, 30px);
  text-align: center;
}

.sec3 div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 0px 20px;
}

.sec3 p {
  font-weight: normal;
  font-size: clamp(30px, 3vw, 40px);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-weight: 700;
}

.sec4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.sec4 .slide_sec {
  width: 80%;
}

.sec4 .card {
  max-width: 380px;
  min-height: 150px;
  background: #F3F3F3;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}

.sec4 .card p {
  color: #212121;
  font-weight: bold;
  font-size: 20px;
  max-width: 315px;
  width: 100%;
}

.sec4 .card img {
  width: 35px;
  margin-bottom: 10px;
}

.sec4 .slide_btn {
  background: none;
  border: none;
  font-size: 25px;
  width: 40px;
  height: 40px;
  font-weight: lighter;
  padding: 5px;
  border-radius: 100px;
  transition: all .5s;
  cursor: pointer;
}

.sec4 .slide_btn:hover {
  background: #f3f3f34f;
}

.sec5 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  margin-top: 150px;
}

.sec5 h1 {
  width: 100%;
  font-weight: normal;
  font-size: clamp(30px, 2vw, 40px);
  max-width: 300px;
}

.sec5 div {
  max-width: 810px;
}

.sec5 p {
  width: 100%;
  font-weight: normal;
  font-size: clamp(15px, 1.4vw, 25px);
  margin-top: 10px;
  margin-bottom: 20px;
}

.sec5 hr {
  width: 35%;
  height: 2px;
  background: #00e591b2;
  border-radius: 100px;
  border: none;
  overflow: hidden;
}

.sec6 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin-top: 150px;
}

.sec6 h1 {
  width: 100%;
  font-weight: normal;
  font-size: clamp(30px, 2vw, 40px);
  text-align: center;
}

.sec6 div {
  width: 100%;
  max-width: 385px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  transition: all .5s;
  cursor: pointer;
}

.sec6 div:hover {
  transform: scale(1.03);
}

.sec6:has(div:hover) div:not(:hover) {
  transform: scale(0.95);
  opacity: 0.7;
  filter: blur(2px);
}

.sec6 img {
  width: 100%;
}

.sec6 span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  border-radius: 100px;
  background: rgba(23, 23, 23, 0.6);
  backdrop-filter: blur(15px);
  position: absolute;
  top: 20px;
  padding: 5px;
  box-sizing: border-box;
  transition: all .5s;
}

.sec6 div:hover span {
  transform: scale(1.05) translateY(-4px);
  filter: brightness(1.2);
}

.sec6 span h2 {
  width: 100%;
  font-size: 17px;
  text-align: center;
}

.sec6 span p {
  width: 100%;
  font-size: 13px;
  text-align: center;
}

.sec7 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin-top: 150px;
}

.sec7 h1 {
  width: 100%;
  font-weight: normal;
  font-size: clamp(30px, 2.5vw, 50px);
  text-align: center;
}

.sec7 img {
  width: 70%;
  max-width: 815px;
  transition: all .5s;
  cursor: pointer;
}

.sec7 img:hover {
  transform: scale(1.03);
  filter: brightness(1.2);
}

.sec8 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  margin-top: 150px;
}

.sec8 h1 {
  width: 100%;
  font-weight: normal;
  font-size: clamp(30px, 2.5vw, 50px);
  text-align: center;
  margin-bottom: 30px;
}

.sec8 details {
  width: 100%;
  margin-top: 20px;
  transition: all .5s;
}

.sec8 details summary {
  list-style: none;
  font-size: clamp(20px, 2vw, 30px);
  border-bottom: 2px solid #F3F3F3;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
  transition: all .5s;
}

.sec8 details summary::-webkit-details-marker {
  display: none;
}

.sec8 details summary::-moz-details-marker {
  display: none;
}

.sec8 details summary::before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background: #00E592;
  border-radius: 100%;
  left: -40px;
  top: 5px;
}

.sec8 details summary::after {
  content: '+';
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #F3F3F3;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  right: 0px;
  top: 5px;
  font-size: 20px;
  transition: all .5s;
}

.sec8 details summary:hover::after {
  transform: scale(1.2);
  filter: brightness(1.2);
}

.sec8:has(details summary:hover) details:not(:hover) {
  opacity: 0.4;
  filter: blur(1.5px);
}

.sec8 details[open] summary {
  margin-bottom: 20px;
}

.sec8 details[open] summary::after {
  content: '-';
}

.sec8:has(details[open]) details:not([open]) {
  opacity: 0.4;
  filter: blur(1.5px);
}

.sec9 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 150px;
}

.sec9 h1 {
  width: 100%;
  font-weight: normal;
  font-size: clamp(30px, 2.5vw, 50px);
  text-align: center;
}

.sec9 .flipdown {
  margin: 60px 0px;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.sec9 p {
  text-align: center;
  font-size: clamp(15px, 1.4vw, 25px);
  max-width: 810px;
}

.sec9 .contact_btns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 50px;
  align-items: center;
  margin-top: 40px;
}

footer {
  width: 100%;
  background: #1F1F1F;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  margin-top: 450px;
}

footer article {
  width: 90%;
  max-width: 1680px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

footer article hr {
  width: 70%;
  height: 5px;
  background: #F3F3F3;
  border-radius: 0px 0px 100px 100px;
}

footer article section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

footer a {
  transition: all .5s;
}

footer a:hover {
  transform: scale(1.1);
  color: color-mix(in srgb, #F3F3F3 100%, #00E592 70%);
}

@media (max-width: 1520px) {
  .sec2 section {
    justify-content: space-around;
  }
}

@media (max-width: 950px) {

  .sec1 div,
  .sec1 form {
    flex: initial;
    max-width: initial;
  }
}

@media (max-width: 820px) {
  .sec3 p {
    display: initial;
  }

  .sec3 p {
    width: 100%;
    text-align: center;
  }

  .sec3 img {
    rotate: 90deg;
    margin: 150px 0px;
  }
}

@media (max-width: 770px) {
  .sec4 .slide_btn {
    display: none;
  }

  .sec1 form span {
    justify-content: center;
  }

  .sec8:has(details summary:hover) details:not(:hover) {
    opacity: initial;
    filter: initial;
  }

  .sec8:has(details[open]) details:not([open]) {
    opacity: 0.4 !important;
    filter: blur(1.5px) !important;
  }

  .sec8 details summary::before {
    left: -15px;
    width: 10px;
    height: 10px;
  }

  .sec8 details summary::after {
    display: none;
  }
}

@media (max-width: 450px) {
  .sec4 .card {
    max-width: 200px;
    min-height: 250px;
  }
}