@font-face {
  font-family: "Gotham Book";
  src: url("fonts/Gotham Book.otf");
}
@font-face {
  font-family: "Proxima Nova Semibold";
  src: url("fonts/Proxima Nova Semibold.woff2");
}
@font-face {
  font-family: "Proxima Nova ExtraBold";
  src: url("fonts/Proxima Nova Extrabold.woff2");
}
@font-face {
  font-family: "Proxima Nova Regular";
  src: url("fonts/Proxima Nova Regular.woff2");
}
@font-face {
  font-family: "Proxima Nova Alt Bold";
  src: url("fonts/Proxima Nova Alt Bold.woff2");
}
@font-face {
  font-family: "Proxima Nova Bold";
  src: url("fonts/Proxima Nova Bold.woff2");
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

*:focus {
  outline: none;
}

button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
button span {
  color: #fff;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
}

html, body {
  overflow-x: hidden;
  min-height: 100vh;
}

*::-webkit-scrollbar {
  display: none;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.pale-text {
  color: rgba(255, 255, 255, 0.74);
}

.description {
  font-size: 20px;
  line-height: 26px;
  font-family: "Proxima Nova Regular";
}
@media (max-width: 767px) {
  .description {
    font-size: 18px;
  }
}

h3 {
  color: #fff;
  font-size: 35px;
  line-height: 42px;
  font-family: "Proxima Nova Alt Bold", "Proxima Nova Bold";
  position: relative;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
h3:after {
  content: "";
  position: absolute;
  height: 22px;
  width: 2px;
  background: #4F4BC3;
  left: -22px;
  top: 9px;
}
@media (max-width: 767px) {
  h3:after {
    height: 19px;
    top: 7px;
  }
}

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

section .content {
  display: flex;
  justify-content: space-between;
}
section .content.reversed {
  flex-direction: row-reverse;
}

@keyframes background-pan {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 0% 100%;
  }
}
.colorful-button {
  position: relative;
  z-index: 999999;
  color: #fff;
  width: min-content;
  white-space: nowrap;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #262643;
  height: 44px;
  padding-left: 26px;
  padding-right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-family: "Proxima Nova Semibold";
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.colorful-button:after {
  pointer-events: none;
  background: white;
  opacity: 0;
  content: "";
  position: absolute;
  top: -150px;
  left: -51%;
  width: 200%;
  aspect-ratio: 1;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0534 15.732C13.8444 15.283 14.2848 14.8489 14.7326 15.051C14.8296 15.0959 14.9043 15.1707 14.949 15.268C15.1506 15.717 14.7177 16.1511 14.2698 15.949C14.1728 15.9041 14.0982 15.8293 14.0534 15.732Z' fill='black'/%3E%3Cpath d='M18.8001 13.5093C19.0016 13.0603 18.5687 12.6263 18.1209 12.8283C18.0239 12.8732 17.9492 12.9481 17.9045 13.0453C17.6955 13.4944 18.1358 13.9284 18.5837 13.7264C18.6807 13.6815 18.7553 13.6066 18.8001 13.5093Z' fill='black'/%3E%3Cpath d='M0.949043 2.732C1.15057 2.28297 0.717663 1.84891 0.269836 2.05097C0.172806 2.09587 0.098162 2.17071 0.0533793 2.268C-0.155607 2.71703 0.284759 3.15109 0.732587 2.94903C0.829616 2.90413 0.90426 2.82929 0.949043 2.732Z' fill='black'/%3E%3Cpath d='M26.9489 7.732C27.151 7.28297 26.7169 6.84891 26.2679 7.05097C26.1706 7.09587 26.0958 7.17071 26.0508 7.268C25.8488 7.71703 26.2828 8.15109 26.7319 7.94903C26.8292 7.90413 26.904 7.82929 26.9489 7.732Z' fill='black'/%3E%3Cpath d='M13.0534 5.732C12.8444 5.28297 13.2848 4.84891 13.7326 5.05097C13.8296 5.09587 13.9043 5.17071 13.949 5.268C14.1506 5.71703 13.7177 6.15109 13.2698 5.94903C13.1728 5.90413 13.0982 5.82929 13.0534 5.732Z' fill='black'/%3E%3Cpath d='M10.0534 17.732C9.84439 17.283 10.2848 16.8489 10.7326 17.051C10.8296 17.0959 10.9043 17.1707 10.949 17.268C11.1506 17.717 10.7177 18.1511 10.2698 17.949C10.1728 17.9041 10.0982 17.8293 10.0534 17.732Z' fill='black'/%3E%3Cpath d='M15.0534 21.732C14.8444 21.283 15.2848 20.8489 15.7326 21.051C15.8296 21.0959 15.9043 21.1707 15.949 21.268C16.1506 21.717 15.7177 22.1511 15.2698 21.949C15.1728 21.9041 15.0982 21.8293 15.0534 21.732Z' fill='black'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0534 15.732C13.8444 15.283 14.2848 14.8489 14.7326 15.051C14.8296 15.0959 14.9043 15.1707 14.949 15.268C15.1506 15.717 14.7177 16.1511 14.2698 15.949C14.1728 15.9041 14.0982 15.8293 14.0534 15.732Z' fill='black'/%3E%3Cpath d='M18.8001 13.5093C19.0016 13.0603 18.5687 12.6263 18.1209 12.8283C18.0239 12.8732 17.9492 12.9481 17.9045 13.0453C17.6955 13.4944 18.1358 13.9284 18.5837 13.7264C18.6807 13.6815 18.7553 13.6066 18.8001 13.5093Z' fill='black'/%3E%3Cpath d='M0.949043 2.732C1.15057 2.28297 0.717663 1.84891 0.269836 2.05097C0.172806 2.09587 0.098162 2.17071 0.0533793 2.268C-0.155607 2.71703 0.284759 3.15109 0.732587 2.94903C0.829616 2.90413 0.90426 2.82929 0.949043 2.732Z' fill='black'/%3E%3Cpath d='M26.9489 7.732C27.151 7.28297 26.7169 6.84891 26.2679 7.05097C26.1706 7.09587 26.0958 7.17071 26.0508 7.268C25.8488 7.71703 26.2828 8.15109 26.7319 7.94903C26.8292 7.90413 26.904 7.82929 26.9489 7.732Z' fill='black'/%3E%3Cpath d='M13.0534 5.732C12.8444 5.28297 13.2848 4.84891 13.7326 5.05097C13.8296 5.09587 13.9043 5.17071 13.949 5.268C14.1506 5.71703 13.7177 6.15109 13.2698 5.94903C13.1728 5.90413 13.0982 5.82929 13.0534 5.732Z' fill='black'/%3E%3Cpath d='M10.0534 17.732C9.84439 17.283 10.2848 16.8489 10.7326 17.051C10.8296 17.0959 10.9043 17.1707 10.949 17.268C11.1506 17.717 10.7177 18.1511 10.2698 17.949C10.1728 17.9041 10.0982 17.8293 10.0534 17.732Z' fill='black'/%3E%3Cpath d='M15.0534 21.732C14.8444 21.283 15.2848 20.8489 15.7326 21.051C15.8296 21.0959 15.9043 21.1707 15.949 21.268C16.1506 21.717 15.7177 22.1511 15.2698 21.949C15.1728 21.9041 15.0982 21.8293 15.0534 21.732Z' fill='black'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  -webkit-mask-size: 30px;
  mask-size: 30px;
}
.colorful-button:hover {
  animation: background-pan 0.75s ease infinite;
  background-size: 400% 100% !important;
}
.colorful-button:hover:after {
  animation: rotate 80s linear infinite;
  opacity: 0.3;
}
.colorful-button:hover svg {
  -webkit-animation: rightarrow 1.35s infinite ease-in-out;
  animation: rightarrow 1.35s infinite ease-in-out;
}
.colorful-button svg {
  flex-shrink: 0;
  position: relative;
  transition: transform 0.2s ease-in-out;
}
@keyframes rightarrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

header {
  padding-top: 28px;
  position: relative;
  z-index: 3;
  min-height: 59px;
}
@media (max-width: 767px) {
  header {
    padding-top: 10px;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  height: 44px;
  align-items: center;
}
header .container #logo {
  display: flex;
  z-index: 9;
  gap: 15px;
  align-items: flex-end;
}
@media (max-width: 400px) {
  header .container #logo {
    gap: 12px;
  }
}
@media (max-width: 920px) {
  header .container #logo {
    gap: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
header .container #logo svg {
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  header .container #logo svg {
    
  }
}
header .container #logo span {
  color: white;
  font-family: "Gotham Book";
  font-size: 30px;
  line-height: 37px;
}
@media (max-width: 400px) {
  header .container #logo span {
    font-size: 20px;
  }
}
header .container #navbar-links {
  width: 100%;
  justify-content: center;
  display: flex;
  gap: 45px;
  color: white;
  font-family: "Proxima Nova Semibold";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  header .container #navbar-links {
    width: calc(100% - 30px);
  }
}
@media (max-width: 920px) {
  header .container #navbar-links {
    display: none;
  }
}
header .container #navbar-links li {
  display: flex;
  position: relative;
  align-items: center;
  height: 100%;
}
header .container #navbar-links li:after {
  content: "";
  position: absolute;
  height: 50px;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
}
header .container #navbar-links li .navbar-menu {
  background: linear-gradient(150deg, rgba(135, 79, 255, 0.94) 0%, rgba(0, 181, 255, 0.94) 100%);
  box-shadow: none;
  color: #fff;
  border-radius: 8px;
  position: fixed;
  top: 40px;
  margin-top: 20px;
  left: 0;
  right: 0;
  padding: 36px 44px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(8px);
}
header .container #navbar-links li .navbar-menu .navbar-menu_list {
  column-count: 4;
  column-gap: 32px;
}
header .container #navbar-links li .navbar-menu .navbar-menu_list a {
  color: #FBF9F8;
  display: inline-block;
  position: relative;
  text-align: left;
  font-weight: 600;
  margin: 8px 0;
  font-size: 15px;
  opacity: 0.85;
  transition: 0s;
}
header .container #navbar-links li .navbar-menu .navbar-menu_list a:hover {
  opacity: 1;
}
header .container #navbar-links li .navbar-menu:before {
  position: absolute;
  inset: 1px;
  display: block;
  z-index: -1;
  background: linear-gradient(180deg, rgba(10, 1, 24, 0.8) 0%, rgba(10, 1, 24, 0.87) 50%, rgba(10, 1, 24, 0.8) 100%);
  background: rgb(10, 1, 24);
  border-radius: inherit;
  content: "";
}
header .container #navbar-links li .navbar-hover-effect {
  bottom: 8px;
  right: 0;
  position: absolute;
  background: #2599FF;
  height: 2px;
  width: 28px;
  opacity: 0;
  pointer-events: none;
  display: flex;
  gap: 4px;
  padding-left: 4px;
  transition: opacity 0.16s;
}
header .container #navbar-links li .navbar-hover-effect div {
  background: #11111E;
  width: 2px;
}
header .container #navbar-links li:hover .navbar-hover-effect {
  opacity: 1;
}
header .container #navbar-links li:hover a {
  color: #2599FF;
}
header .container #navbar-links li:hover:after {
  display: block;
}
header .container #navbar-links li:hover .navbar-menu {
  opacity: 1;
  visibility: visible;
}
header .container #navbar-links li:hover .navbar-hover-effect div:first-child {
  animation: slide-line 1s infinite;
}
@keyframes slide-line {
  0% {
    margin-left: 0px;
  }
  95% {
    margin-left: 34px;
  }
  100% {
    margin-left: 34px;
  }
}
header .container #navbar-links li a {
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.15s;
}
header .container .header-right {
  display: flex;
  position: relative;
  gap: 25px;
  height: 100%;
  align-items: center;
}
@media (max-width: 800px) {
  header .container .header-right {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  header .container .header-right {
    gap: 10px;
  }
}
@media (max-width: 920px) {
  header .container .header-right {
    margin-left: auto;
  }
}
header .container .header-right #change-language {
  display: flex;
  position: relative;
  align-items: center;
  gap: 6px;
  z-index: 2;
}
header .container .header-right #change-language .flagWrapper {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: block;
  pointer-events: none;
}
header .container .header-right #change-language .flagWrapper[data-lang=tr] svg.tr {
  display: block;
}
header .container .header-right #change-language .flagWrapper[data-lang=en] svg.en {
  display: block;
}
header .container .header-right #change-language .flagWrapper svg {
  width: 22px;
  height: 22px;
  display: none;
}
header .container .header-right #change-language svg {
  flex-shrink: 0;
  pointer-events: none;
}
header .container .header-right #change-language svg {
  width: 6px;
  height: 4px;
}
header .container .header-right a {
  position: relative;
  overflow: hidden;
  color: white;
  font-size: 16px;
  font-family: "Proxima Nova Semibold";
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 0px 20px 20px 20px;
  background: linear-gradient(90deg, rgb(135, 79, 255) 0%, rgb(0, 181, 255) 100%);
  line-height: 20px;
}
header .container .header-right a svg.mobile {
  display: none;
  width: 23px;
  height: 23px;
}
@media (max-width: 767px) {
  header .container .header-right a {
    background: none;
    padding: 0;
    padding-left: 2px;
    font-size: 15px;
    border-radius: 0px 10px 10px 10px;
  }
  header .container .header-right a svg, header .container .header-right a span {
    display: none;
  }
  header .container .header-right a svg.mobile {
    display: block;
  }
}
header .container .header-right a:hover {
  animation: background-pan 1.2s ease infinite;
  background-size: 800% 100% !important;
}
header .container .header-right a:hover:after {
  animation: rotate 80s linear infinite;
  opacity: 0.3;
}
header .container .header-right a:after {
  pointer-events: none;
  background: white;
  opacity: 0;
  content: "";
  position: absolute;
  top: -150px;
  left: -51%;
  width: 200%;
  aspect-ratio: 1;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0534 15.732C13.8444 15.283 14.2848 14.8489 14.7326 15.051C14.8296 15.0959 14.9043 15.1707 14.949 15.268C15.1506 15.717 14.7177 16.1511 14.2698 15.949C14.1728 15.9041 14.0982 15.8293 14.0534 15.732Z' fill='black'/%3E%3Cpath d='M18.8001 13.5093C19.0016 13.0603 18.5687 12.6263 18.1209 12.8283C18.0239 12.8732 17.9492 12.9481 17.9045 13.0453C17.6955 13.4944 18.1358 13.9284 18.5837 13.7264C18.6807 13.6815 18.7553 13.6066 18.8001 13.5093Z' fill='black'/%3E%3Cpath d='M0.949043 2.732C1.15057 2.28297 0.717663 1.84891 0.269836 2.05097C0.172806 2.09587 0.098162 2.17071 0.0533793 2.268C-0.155607 2.71703 0.284759 3.15109 0.732587 2.94903C0.829616 2.90413 0.90426 2.82929 0.949043 2.732Z' fill='black'/%3E%3Cpath d='M26.9489 7.732C27.151 7.28297 26.7169 6.84891 26.2679 7.05097C26.1706 7.09587 26.0958 7.17071 26.0508 7.268C25.8488 7.71703 26.2828 8.15109 26.7319 7.94903C26.8292 7.90413 26.904 7.82929 26.9489 7.732Z' fill='black'/%3E%3Cpath d='M13.0534 5.732C12.8444 5.28297 13.2848 4.84891 13.7326 5.05097C13.8296 5.09587 13.9043 5.17071 13.949 5.268C14.1506 5.71703 13.7177 6.15109 13.2698 5.94903C13.1728 5.90413 13.0982 5.82929 13.0534 5.732Z' fill='black'/%3E%3Cpath d='M10.0534 17.732C9.84439 17.283 10.2848 16.8489 10.7326 17.051C10.8296 17.0959 10.9043 17.1707 10.949 17.268C11.1506 17.717 10.7177 18.1511 10.2698 17.949C10.1728 17.9041 10.0982 17.8293 10.0534 17.732Z' fill='black'/%3E%3Cpath d='M15.0534 21.732C14.8444 21.283 15.2848 20.8489 15.7326 21.051C15.8296 21.0959 15.9043 21.1707 15.949 21.268C16.1506 21.717 15.7177 22.1511 15.2698 21.949C15.1728 21.9041 15.0982 21.8293 15.0534 21.732Z' fill='black'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0534 15.732C13.8444 15.283 14.2848 14.8489 14.7326 15.051C14.8296 15.0959 14.9043 15.1707 14.949 15.268C15.1506 15.717 14.7177 16.1511 14.2698 15.949C14.1728 15.9041 14.0982 15.8293 14.0534 15.732Z' fill='black'/%3E%3Cpath d='M18.8001 13.5093C19.0016 13.0603 18.5687 12.6263 18.1209 12.8283C18.0239 12.8732 17.9492 12.9481 17.9045 13.0453C17.6955 13.4944 18.1358 13.9284 18.5837 13.7264C18.6807 13.6815 18.7553 13.6066 18.8001 13.5093Z' fill='black'/%3E%3Cpath d='M0.949043 2.732C1.15057 2.28297 0.717663 1.84891 0.269836 2.05097C0.172806 2.09587 0.098162 2.17071 0.0533793 2.268C-0.155607 2.71703 0.284759 3.15109 0.732587 2.94903C0.829616 2.90413 0.90426 2.82929 0.949043 2.732Z' fill='black'/%3E%3Cpath d='M26.9489 7.732C27.151 7.28297 26.7169 6.84891 26.2679 7.05097C26.1706 7.09587 26.0958 7.17071 26.0508 7.268C25.8488 7.71703 26.2828 8.15109 26.7319 7.94903C26.8292 7.90413 26.904 7.82929 26.9489 7.732Z' fill='black'/%3E%3Cpath d='M13.0534 5.732C12.8444 5.28297 13.2848 4.84891 13.7326 5.05097C13.8296 5.09587 13.9043 5.17071 13.949 5.268C14.1506 5.71703 13.7177 6.15109 13.2698 5.94903C13.1728 5.90413 13.0982 5.82929 13.0534 5.732Z' fill='black'/%3E%3Cpath d='M10.0534 17.732C9.84439 17.283 10.2848 16.8489 10.7326 17.051C10.8296 17.0959 10.9043 17.1707 10.949 17.268C11.1506 17.717 10.7177 18.1511 10.2698 17.949C10.1728 17.9041 10.0982 17.8293 10.0534 17.732Z' fill='black'/%3E%3Cpath d='M15.0534 21.732C14.8444 21.283 15.2848 20.8489 15.7326 21.051C15.8296 21.0959 15.9043 21.1707 15.949 21.268C16.1506 21.717 15.7177 22.1511 15.2698 21.949C15.1728 21.9041 15.0982 21.8293 15.0534 21.732Z' fill='black'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  -webkit-mask-size: 30px;
  mask-size: 30px;
}

.first-section {
  height: 653px;
  margin-top: -72px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1000px) {
  .first-section {
    height: auto;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .first-section {
    height: 100vh;
    padding-bottom: 0;
    margin-top: -59px;
  }
}
.first-section #slider {
  margin-top: 102px;
  margin-bottom: 27px;
}
@media (max-width: 1000px) {
  .first-section #slider .content {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .first-section #slider {
    height: calc(100% - 124px);
    margin-top: 59px;
  }
  .first-section #slider .content {
    min-height: 100%;
    position: absolute !important;
    inset: 0 !important;
  }
}
.first-section #slider .container {
  opacity: 0;
  transition: opacity 1.1s;
  min-height: 448px;
}
@media (max-width: 1200px) {
  .first-section #slider .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .first-section #slider .container {
    min-height: 100%;
  }
}
.first-section #slider .container.is-selected {
  opacity: 1;
}
.first-section #slider img, .first-section #slider svg {
  height: 95%;
  max-width: 50%;
  min-width: 350px;
  flex-shrink: 0;
}
@media (max-width: 1000px) {
  .first-section #slider img, .first-section #slider svg {
    max-width: 100%;
  }
}
.first-section #slider .container:nth-child(1) img {
  width: 410px;
}
.first-section #slider .container:nth-child(1) .content {
  gap: 36px;
  align-items: center;
}
@media (max-width: 1100px) {
  .first-section #slider .container:nth-child(1) .content {
    gap: 10px;
  }
}
@media (max-width: 1000px) {
  .first-section #slider .container:nth-child(1) .content {
    gap: 0px;
  }
}
.first-section #slider .container:nth-child(1) .content > img {
  width: 568px;
}
@media (max-width: 767px) {
  .first-section #slider .container:nth-child(1) .content > img {
    height: auto;
  }
}
.first-section #slider .container:nth-child(1) .content .texts {
  position: relative;
  top: 24px;
  margin-top: 0;
}
@media (max-width: 1000px) {
  .first-section #slider .container:nth-child(1) .content .texts {
    top: 5px;
  }
}
@media (max-width: 400px) {
  .first-section #slider .container:nth-child(1) .content .texts {
    top: 18px;
  }
}
.first-section #slider .container:nth-child(1) .content .texts h2 {
  color: #fff;
}
.first-section #slider .container:nth-child(1) .content .texts h2 span:nth-child(1) {
  color: #009CFF;
  display: block;
}
.first-section #slider .container:nth-child(1) .content .texts h2 span:nth-child(2) {
  position: relative;
}
.first-section #slider .container:nth-child(1) .content .texts h2 span:nth-child(2):after {
  content: "";
  height: 40px;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  background: #362689;
  z-index: -1;
}
@media (max-width: 767px) {
  .first-section #slider .container:nth-child(1) .content .texts h2 span:nth-child(2):after {
    height: 30px;
    top: 9px;
  }
}
.first-section #slider .container:nth-child(2) {
  height: 100%;
}
.first-section #slider .container:nth-child(2) .content {
  gap: 0px;
  position: relative;
  align-items: center;
  height: 100%;
}
.first-section #slider .container:nth-child(2) .content > img {
  position: absolute;
  left: 0;
}
@media (max-width: 1000px) {
  .first-section #slider .container:nth-child(2) .content > img {
    position: relative;
    max-width: 80%;
    height: auto;
    margin-bottom: -80px;
  }
}
@media (max-width: 767px) {
  .first-section #slider .container:nth-child(2) .content > img {
    max-width: 95%;
    margin-bottom: -42px;
  }
}
@media (max-width: 400px) {
  .first-section #slider .container:nth-child(2) .content > img {
    margin-bottom: -26px;
  }
}
.first-section #slider .container:nth-child(2) .content .texts {
  margin-left: auto;
  max-width: 550px;
  position: relative;
  top: -10px;
}
@media (max-width: 1000px) {
  .first-section #slider .container:nth-child(2) .content .texts {
    margin-left: 0;
  }
}
.first-section #slider .container:nth-child(2) .content .texts h2 {
  color: #fff;
}
.first-section #slider .container:nth-child(2) .content .texts h2 span:nth-child(1) {
  color: #8C4EFF;
}
.first-section #slider .container:nth-child(3) {
  height: 100%;
}
@media (max-width: 1000px) {
  .first-section #slider .container:nth-child(3) {
    height: 680px;
  }
}
@media (max-width: 400px) {
  .first-section #slider .container:nth-child(3) {
    height: auto;
  }
}
.first-section #slider .container:nth-child(3) .content {
  gap: 0px;
  position: relative;
  align-items: center;
  height: 100%;
}
.first-section #slider .container:nth-child(3) .content > img {
  position: absolute;
  right: 0;
  height: 100%;
}
@media (max-width: 1000px) {
  .first-section #slider .container:nth-child(3) .content > img {
    max-width: 500px;
    position: relative;
    height: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .first-section #slider .container:nth-child(3) .content > img {
    max-width: 100%;
    width: 80%;
    margin-top: 15px;
  }
}
@media (max-width: 380px) {
  .first-section #slider .container:nth-child(3) .content > img {
    min-width: auto;
  }
}
.first-section #slider .container:nth-child(3) .content .texts {
  margin-right: auto;
  max-width: 595px;
  position: relative;
  top: -10px;
}
@media (max-width: 1000px) {
  .first-section #slider .container:nth-child(3) .content .texts {
    margin-right: 0;
  }
}
.first-section #slider .container:nth-child(3) .content .texts h2 {
  color: #fff;
}
.first-section #slider .container:nth-child(3) .content .texts h2 span:nth-child(1) {
  color: #8C4EFF;
}
.first-section #slider .container:nth-child(4) img {
  width: 410px;
}
@media (max-width: 1000px) {
  .first-section #slider .container:nth-child(4) img {
    width: 440px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .first-section #slider .container:nth-child(4) img {
    margin: 0;
    margin-bottom: 20px;
    height: auto;
  }
}
@media (max-width: 400px) {
  .first-section #slider .container:nth-child(4) img {
    width: 85%;
    min-width: auto;
  }
}
.first-section #slider .container:nth-child(4) .content {
  gap: 64px;
}
@media (max-width: 1000px) {
  .first-section #slider .container:nth-child(4) .content {
    align-items: center;
    gap: 0px;
  }
}
.first-section #slider .container:nth-child(4) .content .texts {
  margin-top: 144px;
}
@media (max-width: 1000px) {
  .first-section #slider .container:nth-child(4) .content .texts {
    margin-top: 0px;
  }
}
.first-section #slider .container:nth-child(4) .content .texts h2 {
  color: #bd0881;
}
.first-section #first-section-bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}
.first-section #first-section-bg div {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.first-section #first-section-bg div.active {
  opacity: 1;
}
.first-section #first-section-bg div:nth-child(1) {
  background: radial-gradient(rgb(28, 28, 60) 0%, rgb(14, 14, 24) 50%, rgb(14, 14, 24) 100%);
}
.first-section #first-section-bg div:nth-child(2) {
  left: -130%;
  top: -130%;
  background: radial-gradient(rgb(92, 255, 243) 0%, rgb(81, 218, 214) 4.6133961529%, rgb(66, 167, 176) 11.6923935711%, rgb(53, 123, 142) 19.1294685006%, rgb(42, 85, 113) 26.78424716%, rgb(33, 55, 89) 34.7084373236%, rgb(26, 31, 71) 42.9872244596%, rgb(21, 15, 59) 51.7865896225%, rgb(18, 5, 51) 61.4513039589%, rgb(18, 2, 49) 73.6558973789%);
}
@media (max-width: 920px) {
  .first-section #first-section-bg div:nth-child(2) {
    left: -128%;
    top: -172%;
  }
}
.first-section #first-section-bg div:nth-child(3) {
  left: -100%;
  top: -100%;
  background: radial-gradient(rgb(43, 35, 124) 0%, rgb(37, 28, 114) 31.0000985861%, rgb(15, 5, 76) 100%);
}
.first-section #first-section-bg div:nth-child(4) {
  width: 255%;
  height: 210%;
  background: radial-gradient(#a340be 0%, #a340bd 4.61%, #42a7b0 11.69%, #357b8e 19.13%, #2a5571 26.78%, #213759 34.71%, #1a1f47 42.99%, #150f3b 51.79%, #120533 61.45%, #120231 73.66%, #120231 100%);
}
@media (max-width: 920px) {
  .first-section #first-section-bg div:nth-child(4) {
    width: 218%;
    height: 291%;
  }
}
@media (max-width: 1000px) {
  .first-section .content .texts {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .first-section .content .texts {
    max-width: 100% !important;
  }
}
.first-section .content .texts h2 {
  font-family: "Proxima Nova ExtraBold";
  font-size: 55px;
  line-height: 54px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .first-section .content .texts h2 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
    width: min-content;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .first-section .content .texts h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 389px) {
  .first-section .content .texts h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
.first-section .content .texts p {
  font-family: "Proxima Nova Semibold";
  font-size: 24px;
  color: #fff;
  line-height: 29px;
}
@media (max-width: 1000px) {
  .first-section .content .texts p {
    max-width: 550px;
  }
}
@media (max-width: 767px) {
  .first-section .content .texts p {
    font-size: 23px;
  }
}
@media (max-width: 400px) {
  .first-section .content .texts p {
    font-size: 22px;
    line-height: 27px;
  }
}
.first-section .slider-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  z-index: 50;
  position: relative;
}
.first-section .slider-buttons button {
  position: relative;
  height: 18px;
}
.first-section .slider-buttons button.active {
  position: relative;
}
.first-section .slider-buttons button.active svg {
  position: relative;
  z-index: 2;
}
.first-section .slider-buttons button.active svg path {
  fill: #009CFF;
}
.first-section .slider-buttons button.active:before {
  pointer-events: none;
  background: white;
  content: "";
  position: absolute;
  z-index: 1;
  inset: -8px;
  border-radius: 50%;
  aspect-ratio: 1;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0534 15.732C13.8444 15.283 14.2848 14.8489 14.7326 15.051C14.8296 15.0959 14.9043 15.1707 14.949 15.268C15.1506 15.717 14.7177 16.1511 14.2698 15.949C14.1728 15.9041 14.0982 15.8293 14.0534 15.732Z' fill='black'/%3E%3Cpath d='M18.8001 13.5093C19.0016 13.0603 18.5687 12.6263 18.1209 12.8283C18.0239 12.8732 17.9492 12.9481 17.9045 13.0453C17.6955 13.4944 18.1358 13.9284 18.5837 13.7264C18.6807 13.6815 18.7553 13.6066 18.8001 13.5093Z' fill='black'/%3E%3Cpath d='M0.949043 2.732C1.15057 2.28297 0.717663 1.84891 0.269836 2.05097C0.172806 2.09587 0.098162 2.17071 0.0533793 2.268C-0.155607 2.71703 0.284759 3.15109 0.732587 2.94903C0.829616 2.90413 0.90426 2.82929 0.949043 2.732Z' fill='black'/%3E%3Cpath d='M26.9489 7.732C27.151 7.28297 26.7169 6.84891 26.2679 7.05097C26.1706 7.09587 26.0958 7.17071 26.0508 7.268C25.8488 7.71703 26.2828 8.15109 26.7319 7.94903C26.8292 7.90413 26.904 7.82929 26.9489 7.732Z' fill='black'/%3E%3Cpath d='M13.0534 5.732C12.8444 5.28297 13.2848 4.84891 13.7326 5.05097C13.8296 5.09587 13.9043 5.17071 13.949 5.268C14.1506 5.71703 13.7177 6.15109 13.2698 5.94903C13.1728 5.90413 13.0982 5.82929 13.0534 5.732Z' fill='black'/%3E%3Cpath d='M10.0534 17.732C9.84439 17.283 10.2848 16.8489 10.7326 17.051C10.8296 17.0959 10.9043 17.1707 10.949 17.268C11.1506 17.717 10.7177 18.1511 10.2698 17.949C10.1728 17.9041 10.0982 17.8293 10.0534 17.732Z' fill='black'/%3E%3Cpath d='M15.0534 21.732C14.8444 21.283 15.2848 20.8489 15.7326 21.051C15.8296 21.0959 15.9043 21.1707 15.949 21.268C16.1506 21.717 15.7177 22.1511 15.2698 21.949C15.1728 21.9041 15.0982 21.8293 15.0534 21.732Z' fill='black'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0534 15.732C13.8444 15.283 14.2848 14.8489 14.7326 15.051C14.8296 15.0959 14.9043 15.1707 14.949 15.268C15.1506 15.717 14.7177 16.1511 14.2698 15.949C14.1728 15.9041 14.0982 15.8293 14.0534 15.732Z' fill='black'/%3E%3Cpath d='M18.8001 13.5093C19.0016 13.0603 18.5687 12.6263 18.1209 12.8283C18.0239 12.8732 17.9492 12.9481 17.9045 13.0453C17.6955 13.4944 18.1358 13.9284 18.5837 13.7264C18.6807 13.6815 18.7553 13.6066 18.8001 13.5093Z' fill='black'/%3E%3Cpath d='M0.949043 2.732C1.15057 2.28297 0.717663 1.84891 0.269836 2.05097C0.172806 2.09587 0.098162 2.17071 0.0533793 2.268C-0.155607 2.71703 0.284759 3.15109 0.732587 2.94903C0.829616 2.90413 0.90426 2.82929 0.949043 2.732Z' fill='black'/%3E%3Cpath d='M26.9489 7.732C27.151 7.28297 26.7169 6.84891 26.2679 7.05097C26.1706 7.09587 26.0958 7.17071 26.0508 7.268C25.8488 7.71703 26.2828 8.15109 26.7319 7.94903C26.8292 7.90413 26.904 7.82929 26.9489 7.732Z' fill='black'/%3E%3Cpath d='M13.0534 5.732C12.8444 5.28297 13.2848 4.84891 13.7326 5.05097C13.8296 5.09587 13.9043 5.17071 13.949 5.268C14.1506 5.71703 13.7177 6.15109 13.2698 5.94903C13.1728 5.90413 13.0982 5.82929 13.0534 5.732Z' fill='black'/%3E%3Cpath d='M10.0534 17.732C9.84439 17.283 10.2848 16.8489 10.7326 17.051C10.8296 17.0959 10.9043 17.1707 10.949 17.268C11.1506 17.717 10.7177 18.1511 10.2698 17.949C10.1728 17.9041 10.0982 17.8293 10.0534 17.732Z' fill='black'/%3E%3Cpath d='M15.0534 21.732C14.8444 21.283 15.2848 20.8489 15.7326 21.051C15.8296 21.0959 15.9043 21.1707 15.949 21.268C16.1506 21.717 15.7177 22.1511 15.2698 21.949C15.1728 21.9041 15.0982 21.8293 15.0534 21.732Z' fill='black'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  -webkit-mask-size: 20px;
  mask-size: 24px;
  animation: rotate 80s linear infinite;
  opacity: 0.6;
}
.first-section .slider-buttons button.active:after {
  content: "";
  inset: -9px;
  position: absolute;
  background: red;
  border-radius: 50%;
  cursor: pointer;
  background: radial-gradient(rgba(0, 156, 255, 0.8) 0%, rgba(0, 52, 84, 0.4) 75%, rgba(0, 0, 0, 0.1) 100%);
}

.second-section {
  background: #121223;
  height: 393px;
}
@media (max-width: 1000px) {
  .second-section {
    height: auto;
    padding: 32px 0px;
  }
}
.second-section .content {
  background-color: #121223;
  align-items: center;
  gap: 114px;
}
@media (max-width: 1000px) {
  .second-section .content {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .second-section .content {
    flex-direction: column;
  }
  .second-section .content .texts {
    width: 90%;
  }
}
.second-section .colorful-button:hover {
  background: linear-gradient(90deg, rgb(80, 74, 188) 0%, rgb(14, 120, 178) 100%);
}
.second-section .mix-blend {
  mix-blend-mode: lighten;
  width: 452px;
  flex-shrink: 0;
  background-color: #121223;
}
@media (max-width: 1000px) {
  .second-section .mix-blend {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .second-section .mix-blend {
    width: 100%;
  }
}
.second-section .mix-blend svg {
  background-color: #121223;
}

.third-section {
  background: #0E0E18;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .third-section {
    padding-bottom: 50px;
  }
}
.third-section .content {
  gap: 106px;
  background-color: #0E0E18;
}
@media (max-width: 1000px) {
  .third-section .content {
    gap: 20px;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .third-section .content {
    flex-direction: column-reverse;
    align-items: center;
  }
  .third-section .content .texts {
    width: 90%;
    top: 0;
  }
}
.third-section .content > svg {
  flex-shrink: 0;
  position: relative;
  left: 7px;
}
@media (max-width: 767px) {
  .third-section .content > svg {
    width: 95%;
    margin-top: -40px;
  }
}
@media (max-width: 400px) {
  .third-section .content > svg {
    width: 88%;
    margin-top: -64px;
  }
}
.third-section .texts {
  margin-top: 176px;
  margin-left: 22px;
}
@media (max-width: 1000px) {
  .third-section .texts {
    margin-top: 0;
    top: -30px;
    position: relative;
  }
}
.third-section h3:after {
  background: #D1106F;
}
.third-section .colorful-button:hover {
  border-color: #CF0C6E;
  background: linear-gradient(90deg, rgb(178, 74, 100) 0%, rgb(206, 9, 111) 100%);
}

.fourth-section {
  overflow: hidden;
  background: var(--bg-color);
  position: relative;
  /*  clip-path: circle(0% at 0 50%);
    transition: 2s;
    transition-property: clip-path;*/
  /*
    &.active {
      animation: sunrise 1.5s forwards;

    }*/
  /*  &:after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 9999999;
      pointer-events: none;
      background-color: inherit;
      clip-path: circle(150% at 0 50%);
      transition: 10s ease;


    }*/
}
.fourth-section .colorful-button {
  margin-top: 25px;
}
.fourth-section .container {
  background: inherit;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 44px;
  padding-bottom: 114px;
}
@media (max-width: 767px) {
  .fourth-section .container {
    flex-direction: column;
    padding: 0 15px;
    padding-bottom: 30px;
    gap: 20px;
  }
}
.fourth-section .container .content-wrapper {
  background: inherit;
  height: 100%;
}
@media (max-width: 767px) {
  .fourth-section .container .content-wrapper {
    width: 100% !important;
  }
}
.fourth-section .container .content-wrapper:nth-child(1) {
  width: 47.06896552%;
}
.fourth-section .container .content-wrapper:nth-child(1) .content {
  position: relative;
  left: -3px;
  height: 100%;
}
@media (max-width: 1200px) {
  .fourth-section .container .content-wrapper:nth-child(1) .content {
    left: 0px;
  }
}
.fourth-section .container .content-wrapper:nth-child(1) .content > svg {
  margin-left: -15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .fourth-section .container .content-wrapper:nth-child(1) .content > svg {
    margin-top: -45px;
    margin-bottom: -25px;
    width: 80%;
  }
}
.fourth-section .container .content-wrapper:nth-child(1) .colorful-button:hover {
  background: linear-gradient(90deg, rgb(59, 144, 213) 0%, rgb(0, 94, 160) 100%);
  border-color: #262643;
}
.fourth-section .container .content-wrapper:nth-child(2) {
  width: 48.62068966%;
}
@media (max-width: 1200px) {
  .fourth-section .container .content-wrapper:nth-child(2) {
    width: 49%;
  }
}
.fourth-section .container .content-wrapper:nth-child(2) .colorful-button:hover {
  background: linear-gradient(90deg, rgb(255, 159, 0) 0%, rgb(206, 87, 0) 100%);
  border-color: #D9641F;
}
.fourth-section .container .content-wrapper:nth-child(2) .content .texts {
  margin-left: 30px;
}
@media (max-width: 1200px) {
  .fourth-section .container .content-wrapper:nth-child(2) .content .texts {
    margin-left: 0px;
  }
}
.fourth-section .container .content-wrapper:nth-child(2) .content .texts h3:after {
  background: #FFA400;
}
.fourth-section .container .content-wrapper:nth-child(2) .content > svg {
  position: relative;
  top: 16px;
}
@media (max-width: 767px) {
  .fourth-section .container .content-wrapper:nth-child(2) .content > svg {
    top: 0;
    margin: -50px 0;
  }
}
.fourth-section .container .content-wrapper .content {
  background: inherit;
  flex-direction: column;
  align-items: center;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .fourth-section .container .content-wrapper .content {
    padding-bottom: 0px;
  }
}
.fourth-section .container .content-wrapper .content .texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 22px;
}
.fourth-section .container .content-wrapper .content .texts h3 {
  text-align: center;
  margin-bottom: 8px;
}
.fourth-section .container .content-wrapper .content .texts h3:after {
  width: 80px;
  height: 2px;
  top: -24px;
  background: #005FA0;
  left: 50%;
  transform: translateX(-50%);
}
.fourth-section .container .content-wrapper .content .texts p {
  text-align: center;
}
.fourth-section .container .content-wrapper .content > svg {
  background: inherit;
  max-width: 100%;
}

footer {
  overflow: hidden;
  position: relative;
  background: #0A0117;
}
footer.about-page-footer {
  padding-top: 57px;
}
@media (max-width: 500px) {
  footer.about-page-footer {
    padding-top: 10px;
  }
}
footer .container {
  padding: 55px;
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  footer .container {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  footer .container {
    padding: 60px 20px 0px;
  }
}

#footer-clip-path {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: transparent;
  z-index: 999999999999;
  display: none;
}

@keyframes mirror {
  0% {
    scale: 1 1;
  }
  10% {
    scale: -1 1;
  }
  50% {
    scale: -1 1;
  }
  60% {
    scale: 1 1;
  }
  100% {
    scale: 1 1;
  }
}
.footer-item-indicator {
  animation: mirror 4s ease-in-out infinite;
  display: flex;
  padding: 0 4px;
  height: 2px;
  width: 58px;
  justify-content: space-between;
  margin-top: auto;
}
.footer-item-indicator.purple {
  background: #4F4BC3;
}
@media (max-width: 767px) {
  .footer-item-indicator.purple {
    animation-delay: 0.88s;
  }
}
.footer-item-indicator.pink {
  background: #D1106F;
  animation-delay: 0.22s;
}
.footer-item-indicator.blue {
  background: #005FA0;
  animation-delay: 0.44s;
}
.footer-item-indicator.orange {
  background: #FFA400;
  animation-delay: 0.66s;
}
.footer-item-indicator div {
  background: #0E0E18;
  width: 5px;
  height: 100%;
}

#blur {
  opacity: 0.5;
  pointer-events: none;
  overflow: hidden;
  inset: 0;
  position: fixed;
  z-index: 10000000000000000;
  filter: blur(70px);
  transition: 0.5s;
}
@media (max-width: 900px) {
  #blur {
    display: none;
  }
}
#blur.blob-mini {
  filter: blur(26px);
}
#blur.blob-mini #blob {
  height: 140px;
  opacity: 0.15;
}
#blur #blob {
  background-color: white;
  height: 230px;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: 0;
  translate: -50% -50%;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.27;
  transition: 0.5s;
}
#blur #blob div {
  opacity: 0.27;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  pointer-events: none;
  background: linear-gradient(to right, #00b5ff, #7431be);
  animation: rotate 50s infinite;
}

@keyframes rotate {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 3600deg;
  }
}
.os-scrollbar {
  --os-handle-max-size: 100px;
  --os-track-bg: rgba(0, 0, 0, 0.3);
  --os-padding-axis: 8px;
}

.os-scrollbar-handle {
  opacity: 0.7;
  background: linear-gradient(#874fff, #08afff) !important;
}

#particles-js {
  inset: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.2;
}

.video-section {
  background: #0A0118;
  position: relative;
}
.video-section h3 {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: -36px;
  padding-top: 60px;
  z-index: 99;
}
@media (max-width: 767px) {
  .video-section h3 {
    padding: 30px 0;
    margin-bottom: -55px;
  }
}
.video-section h3:after {
  display: none;
}
.video-section .cards-video {
  display: flex;
  height: 596px;
  justify-content: center;
  position: relative;
  width: 1248px;
  overflow: scroll;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .video-section .cards-video {
    width: 100%;
    height: auto;
    aspect-ratio: 648/309;
  }
}
@media (max-width: 767px) {
  .video-section .cards-video {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    height: 245px;
  }
  .video-section .cards-video:before {
    display: none;
  }
  .video-section .cards-video video {
    margin: -9px;
  }
}
.video-section .cards-video:before {
  background: radial-gradient(45% 50% at 50% 50%, rgba(10, 1, 24, 0) 80.73%, #0a0118 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

body {
  --bg-color: #121223;
  background-color: var(--bg-color);
}

#deneme {
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}
#deneme body > section, #deneme footer {
  scroll-snap-align: start;
}
#deneme .first-section, #deneme .video-section {
  height: 100vh;
  display: flex;
  align-items: center;
}

.sunrise {
  pointer-events: none !important;
  z-index: 99999999999;
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%) translateY(1200%);
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(17px);
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

[data-aos=sunrise].aos-animate {
  filter: blur(0);
  opacity: 0;
  transform: translateX(-50%) translateY(1200%) scale(30);
}

.skew-scale-animation {
  animation: skew-scale 20s ease-in-out infinite alternate;
}

@keyframes skew-scale {
  0% {
    transform: skew(7deg, -7deg) scaleX(1) scaleY(1.1);
  }
  5% {
    transform: skew(-6deg, 10deg) scaleX(1.05) scaleY(1.07);
  }
  10% {
    transform: skew(8deg, -3deg) scaleX(1.07) scaleY(1.05);
  }
  15% {
    transform: skew(-9deg, 5deg) scaleX(1.1) scaleY(1.08);
  }
  20% {
    transform: skew(-5deg, -10deg) scaleX(1.08) scaleY(1.1);
  }
  25% {
    transform: skew(4deg, 9deg) scaleX(1.07) scaleY(1.09);
  }
  30% {
    transform: skew(-2deg, 2deg) scaleX(1.05) scaleY(1.06);
  }
  35% {
    transform: skew(7deg, -7deg) scaleX(1.03) scaleY(1.08);
  }
  40% {
    transform: skew(-10deg, 4deg) scaleX(1.01) scaleY(1.07);
  }
  45% {
    transform: skew(4deg, 6deg) scaleX(1.03) scaleY(1.05);
  }
  50% {
    transform: skew(-6deg, -9deg) scaleX(1.04) scaleY(1.03);
  }
  55% {
    transform: skew(-3deg, 8deg) scaleX(1.05) scaleY(1.05);
  }
  60% {
    transform: skew(2deg, -4deg) scaleX(1.06) scaleY(1.02);
  }
  65% {
    transform: skew(-8deg, 2deg) scaleX(1.08) scaleY(1.04);
  }
  70% {
    transform: skew(7deg, -6deg) scaleX(1.07) scaleY(1.07);
  }
  75% {
    transform: skew(-5deg, 5deg) scaleX(1.05) scaleY(1.03);
  }
  80% {
    transform: skew(10deg, -3deg) scaleX(1.03) scaleY(1.05);
  }
  85% {
    transform: skew(-9deg, -8deg) scaleX(1.02) scaleY(1.07);
  }
  90% {
    transform: skew(1deg, 7deg) scaleX(1.05) scaleY(1.06);
  }
  95% {
    transform: skew(8deg, -5deg) scaleX(1.06) scaleY(1.03);
  }
  100% {
    transform: skew(-6deg, 2deg) scaleX(1.03) scaleY(1.04);
  }
}
@media (max-width: 400px) {
  .flickity-viewport {
    height: 100% !important;
  }
}

.hamburger-menu {
  display: none;
  width: 24px;
  height: 24px;
  z-index: 999;
  position: absolute;
  left: 11px;
  top: 21px;
}
@media (max-width: 920px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu svg {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 1.5;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.hamburger-menu svg path {
  fill: none;
  stroke: white;
  stroke-width: 2px;
}
.hamburger-menu #top,
.hamburger-menu #bottom {
  stroke-dasharray: 30, 75.39;
  transition: all 0.6s cubic-bezier(0.6, 0.33, 0.67, 1.29);
}
.hamburger-menu.active svg #top,
.hamburger-menu.active svg #bottom {
  stroke-dasharray: 75.39;
  stroke-dashoffset: -60;
}
@media (max-width: 920px) {
  .hamburger-menu.active ~ #mobile-hamburger-menu {
    visibility: visible;
    transform: translateX(0%);
  }
}

#flagSelector {
  cursor: default;
  position: absolute;
  background: #0b0b0b;
  padding: 8px 6px;
  color: white;
  font-family: "Proxima Nova Regular";
  font-size: 15px;
  top: 100%;
  left: 0%;
  transform: translateX(-36px);
  margin-top: 2px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: 0.15s;
  border-radius: 6px;
}
#flagSelector.active {
  opacity: 1;
  visibility: visible;
}
#flagSelector div {
  cursor: pointer;
  padding: 4px 7px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
}
#flagSelector div:hover {
  background-color: black;
}
#flagSelector div svg {
  width: 25px !important;
  height: auto !important;
  flex-shrink: 0;
  pointer-events: none;
  border-radius: 2px;
}
#flagSelector div span {
  pointer-events: none;
}

#mobile-hamburger-menu {
  visibility: hidden;
  position: fixed;
  inset: 0;
  z-index: 99;
  background: #0A0117;
  transition: 0.2s;
  transform: translateX(-100%);
  color: white;
  font-family: "Proxima Nova Regular";
  padding-top: 66px;
}
#mobile-hamburger-menu:before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: -50%;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0534 15.732C13.8444 15.283 14.2848 14.8489 14.7326 15.051C14.8296 15.0959 14.9043 15.1707 14.949 15.268C15.1506 15.717 14.7177 16.1511 14.2698 15.949C14.1728 15.9041 14.0982 15.8293 14.0534 15.732Z' fill='black'/%3E%3Cpath d='M18.8001 13.5093C19.0016 13.0603 18.5687 12.6263 18.1209 12.8283C18.0239 12.8732 17.9492 12.9481 17.9045 13.0453C17.6955 13.4944 18.1358 13.9284 18.5837 13.7264C18.6807 13.6815 18.7553 13.6066 18.8001 13.5093Z' fill='black'/%3E%3Cpath d='M0.949043 2.732C1.15057 2.28297 0.717663 1.84891 0.269836 2.05097C0.172806 2.09587 0.098162 2.17071 0.0533793 2.268C-0.155607 2.71703 0.284759 3.15109 0.732587 2.94903C0.829616 2.90413 0.90426 2.82929 0.949043 2.732Z' fill='black'/%3E%3Cpath d='M26.9489 7.732C27.151 7.28297 26.7169 6.84891 26.2679 7.05097C26.1706 7.09587 26.0958 7.17071 26.0508 7.268C25.8488 7.71703 26.2828 8.15109 26.7319 7.94903C26.8292 7.90413 26.904 7.82929 26.9489 7.732Z' fill='black'/%3E%3Cpath d='M13.0534 5.732C12.8444 5.28297 13.2848 4.84891 13.7326 5.05097C13.8296 5.09587 13.9043 5.17071 13.949 5.268C14.1506 5.71703 13.7177 6.15109 13.2698 5.94903C13.1728 5.90413 13.0982 5.82929 13.0534 5.732Z' fill='black'/%3E%3Cpath d='M10.0534 17.732C9.84439 17.283 10.2848 16.8489 10.7326 17.051C10.8296 17.0959 10.9043 17.1707 10.949 17.268C11.1506 17.717 10.7177 18.1511 10.2698 17.949C10.1728 17.9041 10.0982 17.8293 10.0534 17.732Z' fill='black'/%3E%3Cpath d='M15.0534 21.732C14.8444 21.283 15.2848 20.8489 15.7326 21.051C15.8296 21.0959 15.9043 21.1707 15.949 21.268C16.1506 21.717 15.7177 22.1511 15.2698 21.949C15.1728 21.9041 15.0982 21.8293 15.0534 21.732Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: repeat;
  background-size: 17px;
  opacity: 0.42;
  transform: rotate(49deg);
  background-position: 10px 10px;
}
#mobile-hamburger-menu .content {
  height: 100%;
  overflow: scroll;
  padding: 0 20px;
}
#mobile-hamburger-menu .content #navbar-links-mobile {
  font-size: 18px;
}
#mobile-hamburger-menu .content #navbar-links-mobile > li:first-child {
  padding-top: 0;
}
#mobile-hamburger-menu .content #navbar-links-mobile li {
  cursor: pointer;
  padding-top: 14px;
  display: block;
}
#mobile-hamburger-menu .content #navbar-links-mobile li li {
  font-size: 17px;
}
#mobile-hamburger-menu .content #navbar-links-mobile li a {
  line-height: 24px;
}
#mobile-hamburger-menu .content #navbar-links-mobile > li .navbar-menu {
  height: 0;
  line-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.32s;
  pointer-events: auto;
  padding-left: 15px;
}
#mobile-hamburger-menu .content #navbar-links-mobile > li.active .arrow:before {
  left: 0;
  transform: rotate(-45deg);
}
#mobile-hamburger-menu .content #navbar-links-mobile > li.active .arrow:after {
  left: 6px;
  transform: rotate(45deg);
}
#mobile-hamburger-menu .content #navbar-links-mobile > li.active > .navbar-menu {
  line-height: 24px;
  opacity: 1;
}
#mobile-hamburger-menu .content #navbar-links-mobile > li > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
}
#mobile-hamburger-menu .content #navbar-links-mobile > li > div .arrow {
  position: relative;
  width: 15px;
}
#mobile-hamburger-menu .content #navbar-links-mobile > li > div .arrow::before, #mobile-hamburger-menu .content #navbar-links-mobile > li > div .arrow::after {
  background: #fff;
  position: absolute;
  top: 9px;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 2px;
  width: 10px;
  height: 2px;
  backface-visibility: hidden;
  content: "";
}
#mobile-hamburger-menu .content #navbar-links-mobile > li > div .arrow:before {
  left: 0;
  transform: rotate(45deg);
}
#mobile-hamburger-menu .content #navbar-links-mobile > li > div .arrow:after {
  left: 6px;
  transform: rotate(-45deg);
}
#mobile-hamburger-menu .footer-items {
  margin-bottom: 0;
  position: relative;
  top: 100px;
  margin-top: -50px;
  padding-bottom: 0;
  height: auto;
  position: sticky;
  left: 0;
  right: 0;
  top: 100%;
  transform: translateY(50px);
}
#mobile-hamburger-menu .footer-items > div:not(:nth-child(2)) {
  top: -80px;
}

.no-scroll {
  overflow: hidden;
}

.footer-items {
  display: flex;
  justify-content: space-between;
  padding-bottom: 110px;
}
@media (max-width: 1200px) {
  .footer-items {
    padding-bottom: 90px;
  }
}
@media (max-width: 1000px) {
  .footer-items {
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-items {
    padding-bottom: 10px;
  }
}
.footer-items > div {
  height: 120px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1000px) {
  .footer-items > div {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .footer-items > div {
    width: 51%;
  }
  .footer-items > div:nth-child(1), .footer-items > div:nth-child(3) {
    margin-right: auto;
  }
  .footer-items > div:nth-child(2), .footer-items > div:nth-child(4) {
    margin-left: auto;
  }
  .footer-items > div {
    position: relative;
    top: -30px;
    height: 90px;
  }
}
.footer-items > div.item-adress {
  width: 150px;
  margin-left: 50px;
}
@media (max-width: 1200px) {
  .footer-items > div.item-adress {
    margin-left: 70px;
  }
}
@media (max-width: 1200px) and (max-width: 1000px) {
  .footer-items > div.item-adress {
    order: 2;
    width: max-content;
    height: auto;
    margin: auto;
    margin-top: 40px;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .footer-items > div.item-adress {
    margin: 0;
    margin-top: 25px;
    margin-right: auto;
  }
}
.footer-items > div.item-adress .adress-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 26px;
  width: 100%;
}
@media (max-width: 1000px) {
  .footer-items > div.item-adress .adress-wrapper {
    height: auto;
  }
}
.footer-items > div > svg {
  margin-bottom: 14px;
  flex-shrink: 0;
}
.footer-items > div .footer-item-text {
  font-family: "Proxima Nova Regular";
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  opacity: 0.74;
  text-align: center;
}
@media (max-width: 767px) {
  .footer-items > div .footer-item-text {
    opacity: 1;
    font-size: 15px;
  }
}
.footer-items > div .footer-item-text:hover {
  opacity: 1;
}
.footer-items > div .footer-item-text.adress {
  min-width: 280px;
  position: absolute;
}
@media (max-width: 1000px) {
  .footer-items > div .footer-item-text.adress {
    position: relative;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer-items > div .footer-item-text.adress {
    margin-bottom: 20px;
  }
}
.footer-items > div .social-links {
  display: flex;
  gap: 25px;
  align-items: center;
}
.footer-items > div .social-links a {
  opacity: 0.74;
  line-height: 1;
}
.footer-items > div .social-links a:hover {
  opacity: 1;
}

.about-page {
  background-color: #121223;
  color: #fff;
  position: relative;
  padding: 95px 0;
}
@media (max-width: 1200px) {
  .about-page {
    padding: 65px 0;
  }
}
@media (max-width: 500px) {
  .about-page {
    padding: 30px 0;
    padding-bottom: 15px;
  }
}
.about-page h1, .about-page h2, .about-page h3 {
  font-family: "Proxima Nova Alt Bold", "Proxima Nova Bold";
}
.about-page h1 {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 19px;
}
@media (max-width: 500px) {
  .about-page h1 {
    font-size: 31px;
    line-height: 38px;
  }
}
.about-page h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 19px;
  margin-top: 19px;
}
@media (max-width: 500px) {
  .about-page h2 {
    font-size: 28px;
    line-height: 35px;
    margin-top: 15px;
  }
}
.about-page h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 19px;
  margin-top: 19px;
}
@media (max-width: 500px) {
  .about-page h3 {
    font-size: 26px;
    line-height: 34px;
    margin-top: 15px;
  }
}
.about-page h3:after {
  display: none;
}
.about-page .about-wrapper p {
  font-family: "Proxima Nova Regular";
  opacity: 0.74;
  font-size: 19px;
  line-height: 31px;
  position: relative;
  top: -8px;
}
@media (max-width: 900px) {
  .about-page .about-wrapper p {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 500px) {
  .about-page .about-wrapper p {
    font-size: 16px;
  }
}
.about-page .about-wrapper img {
  float: right;
  margin-left: 32px;
  margin-bottom: 30px;
  width: 450px;
  max-width: 39%;
}
@media (max-width: 1200px) {
  .about-page .about-wrapper img {
    margin-left: 3%;
    margin-bottom: 3%;
  }
}
@media (max-width: 500px) {
  .about-page .about-wrapper {
    display: flex;
    flex-direction: column;
  }
  .about-page .about-wrapper p, .about-page .about-wrapper h1, .about-page .about-wrapper h2, .about-page .about-wrapper h3 {
    order: 2;
  }
  .about-page .about-wrapper img {
    max-width: 100%;
    margin: 0;
    margin-bottom: 22px;
  }
}
.about-page .about-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  mix-blend-mode: lighten;
  background-color: #121223;
  opacity: 50%;
  pointer-events: none;
}

.contact-items {
  display: flex;
  justify-content: space-between;
  font-family: "Proxima Nova Regular";
  color: white;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 50px;
  margin-top: 156px;
}
@media (max-width: 560px) {
  .contact-items {
    margin: 40px 0;
  }
}
.contact-items > div {
  width: 100%;
  max-width: 274px;
  height: 140px;
  border-radius: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  flex-direction: column;
  gap: 18px;
}
.contact-items > div:hover .footer-item-text, .contact-items > div:hover .social-links {
  opacity: 100%;
}
.contact-items > div:nth-child(1) {
  gap: 13px;
  padding-top: 30px;
  border-top-right-radius: 0px;
  background: linear-gradient(90deg, rgb(79, 75, 195) 0%, rgb(112, 108, 214) 100%);
}
.contact-items > div:nth-child(2) {
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: linear-gradient(90deg, rgb(209, 16, 111) 0%, rgb(242, 76, 158) 100%);
}
.contact-items > div:nth-child(3) {
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  background: linear-gradient(90deg, rgb(0, 95, 160) 0%, rgb(23, 153, 242) 100%);
}
.contact-items > div:nth-child(4) {
  gap: 8px;
  border-top-left-radius: 0px;
  background: linear-gradient(90deg, rgb(163, 124, 245) 0%, rgb(132, 84, 227) 100%);
}
.contact-items > div .footer-item-text, .contact-items > div .social-links {
  opacity: 74%;
  transition-duration: 0.15s;
}
.contact-items > div .social-links {
  display: flex;
  gap: 25px;
  align-items: center;
}
@media (max-width: 1160px) {
  .contact-items {
    flex-wrap: wrap;
    margin-top: 10vw;
    gap: 20px;
  }
  .contact-items > div {
    width: calc(50% - 10px);
    max-width: none;
    border-radius: 0;
  }
  .contact-items > div:nth-child(1) {
    border-top-left-radius: 10px;
  }
  .contact-items > div:nth-child(2) {
    border-top-right-radius: 10px;
  }
  .contact-items > div:nth-child(3) {
    border-bottom-left-radius: 10px;
  }
  .contact-items > div:nth-child(4) {
    border-bottom-right-radius: 10px;
  }
}
@media (max-width: 560px) {
  .contact-items {
    gap: 15px;
  }
  .contact-items > div {
    white-space: nowrap;
    border-radius: 12px !important;
    font-size: 16px;
    line-height: 18px;
    height: 66px;
    flex-direction: row;
    gap: 15px !important;
    padding: 0 !important;
    justify-content: center;
    width: 306px;
  }
  .contact-items > div:nth-child(even) {
    margin-right: auto;
  }
  .contact-items > div:nth-child(odd) {
    flex-direction: row-reverse;
    margin-left: auto;
  }
  .contact-items > div:nth-child(odd) svg:not(.social-links svg) {
    transform: scale(-1, 1);
  }
  .contact-items > div .footer-item-text, .contact-items > div .social-links {
    opacity: 100%;
  }
  .contact-items > div svg:not(.social-links svg) {
    width: 31px;
    height: 31px;
  }
  .contact-items > div .social-links {
    line-height: 1;
    font-size: 0;
    align-items: center;
    gap: 20px;
  }
}

.contact-wrapper {
  display: flex;
  gap: 22px;
  padding-bottom: 100px;
}
.contact-wrapper .map, .contact-wrapper form {
  width: calc(50% - 11px);
}
.contact-wrapper .map {
  height: 527px;
  border-radius: 20px;
  background: #171724;
  position: relative;
  padding: 20px;
}
.contact-wrapper .map iframe {
  width: 100%;
  height: 100%;
}
.contact-wrapper form h1 {
  color: #fff;
  font-size: 35px;
  line-height: 42px;
  font-family: "Proxima Nova Alt Bold", "Proxima Nova Bold";
  position: relative;
  margin-bottom: 25px;
  margin-left: 21px;
}
.contact-wrapper form h1:after {
  content: "";
  position: absolute;
  height: 22px;
  width: 2px;
  background: #4F4BC3;
  left: -22px;
  top: 9px;
}
@media (max-width: 560px) {
  .contact-wrapper form h1:after {
    height: 20px;
    top: 7px;
  }
}
@media (max-width: 560px) {
  .contact-wrapper form h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.contact-wrapper form > div {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 560px) {
  .contact-wrapper form > div {
    gap: 14px;
  }
}
.contact-wrapper form > div input, .contact-wrapper form > div textarea {
  color: white;
  font-size: 16px;
  line-height: 20px;
  caret-color: white;
  font-family: "Proxima Nova Semibold";
  background: transparent;
  border-radius: 6px;
  height: 52px;
  padding-left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 560px) {
  .contact-wrapper form > div input, .contact-wrapper form > div textarea {
    grid-column: span 2/span 2;
  }
}
.contact-wrapper form > div input::placeholder, .contact-wrapper form > div textarea::placeholder {
  color: white;
}
.contact-wrapper form > div input:focus, .contact-wrapper form > div textarea:focus {
  background: rgba(49, 47, 91, 0.69);
}
.contact-wrapper form > div input:focus::placeholder, .contact-wrapper form > div textarea:focus::placeholder {
  opacity: 0;
}
@media (max-width: 560px) {
  .contact-wrapper form > div input:focus, .contact-wrapper form > div textarea:focus {
    background: rgba(49, 47, 91, 0.39);
  }
}
.contact-wrapper form > div textarea {
  width: 100%;
  grid-column: span 2/span 2;
  resize: none;
  min-height: 238px;
  overflow: scroll;
  padding-top: 16px;
}
.contact-wrapper form > div button {
  font-family: "Proxima Nova Semibold";
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  margin-top: 8px;
  grid-column: span 2/span 2;
  margin-left: auto;
  height: 44px;
  border-radius: 20px;
  border: 1px solid #262643;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  background: linear-gradient(90deg, rgb(80, 74, 188) 0%, rgb(14, 120, 178) 100%);
}
.contact-wrapper form > div button:after {
  pointer-events: none;
  background: white;
  opacity: 0;
  content: "";
  position: absolute;
  top: -150px;
  left: -51%;
  width: 200%;
  aspect-ratio: 1;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0534 15.732C13.8444 15.283 14.2848 14.8489 14.7326 15.051C14.8296 15.0959 14.9043 15.1707 14.949 15.268C15.1506 15.717 14.7177 16.1511 14.2698 15.949C14.1728 15.9041 14.0982 15.8293 14.0534 15.732Z' fill='black'/%3E%3Cpath d='M18.8001 13.5093C19.0016 13.0603 18.5687 12.6263 18.1209 12.8283C18.0239 12.8732 17.9492 12.9481 17.9045 13.0453C17.6955 13.4944 18.1358 13.9284 18.5837 13.7264C18.6807 13.6815 18.7553 13.6066 18.8001 13.5093Z' fill='black'/%3E%3Cpath d='M0.949043 2.732C1.15057 2.28297 0.717663 1.84891 0.269836 2.05097C0.172806 2.09587 0.098162 2.17071 0.0533793 2.268C-0.155607 2.71703 0.284759 3.15109 0.732587 2.94903C0.829616 2.90413 0.90426 2.82929 0.949043 2.732Z' fill='black'/%3E%3Cpath d='M26.9489 7.732C27.151 7.28297 26.7169 6.84891 26.2679 7.05097C26.1706 7.09587 26.0958 7.17071 26.0508 7.268C25.8488 7.71703 26.2828 8.15109 26.7319 7.94903C26.8292 7.90413 26.904 7.82929 26.9489 7.732Z' fill='black'/%3E%3Cpath d='M13.0534 5.732C12.8444 5.28297 13.2848 4.84891 13.7326 5.05097C13.8296 5.09587 13.9043 5.17071 13.949 5.268C14.1506 5.71703 13.7177 6.15109 13.2698 5.94903C13.1728 5.90413 13.0982 5.82929 13.0534 5.732Z' fill='black'/%3E%3Cpath d='M10.0534 17.732C9.84439 17.283 10.2848 16.8489 10.7326 17.051C10.8296 17.0959 10.9043 17.1707 10.949 17.268C11.1506 17.717 10.7177 18.1511 10.2698 17.949C10.1728 17.9041 10.0982 17.8293 10.0534 17.732Z' fill='black'/%3E%3Cpath d='M15.0534 21.732C14.8444 21.283 15.2848 20.8489 15.7326 21.051C15.8296 21.0959 15.9043 21.1707 15.949 21.268C16.1506 21.717 15.7177 22.1511 15.2698 21.949C15.1728 21.9041 15.0982 21.8293 15.0534 21.732Z' fill='black'/%3E%3C/svg%3E%0A");
  mask: url("data:image/svg+xml,%3Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0534 15.732C13.8444 15.283 14.2848 14.8489 14.7326 15.051C14.8296 15.0959 14.9043 15.1707 14.949 15.268C15.1506 15.717 14.7177 16.1511 14.2698 15.949C14.1728 15.9041 14.0982 15.8293 14.0534 15.732Z' fill='black'/%3E%3Cpath d='M18.8001 13.5093C19.0016 13.0603 18.5687 12.6263 18.1209 12.8283C18.0239 12.8732 17.9492 12.9481 17.9045 13.0453C17.6955 13.4944 18.1358 13.9284 18.5837 13.7264C18.6807 13.6815 18.7553 13.6066 18.8001 13.5093Z' fill='black'/%3E%3Cpath d='M0.949043 2.732C1.15057 2.28297 0.717663 1.84891 0.269836 2.05097C0.172806 2.09587 0.098162 2.17071 0.0533793 2.268C-0.155607 2.71703 0.284759 3.15109 0.732587 2.94903C0.829616 2.90413 0.90426 2.82929 0.949043 2.732Z' fill='black'/%3E%3Cpath d='M26.9489 7.732C27.151 7.28297 26.7169 6.84891 26.2679 7.05097C26.1706 7.09587 26.0958 7.17071 26.0508 7.268C25.8488 7.71703 26.2828 8.15109 26.7319 7.94903C26.8292 7.90413 26.904 7.82929 26.9489 7.732Z' fill='black'/%3E%3Cpath d='M13.0534 5.732C12.8444 5.28297 13.2848 4.84891 13.7326 5.05097C13.8296 5.09587 13.9043 5.17071 13.949 5.268C14.1506 5.71703 13.7177 6.15109 13.2698 5.94903C13.1728 5.90413 13.0982 5.82929 13.0534 5.732Z' fill='black'/%3E%3Cpath d='M10.0534 17.732C9.84439 17.283 10.2848 16.8489 10.7326 17.051C10.8296 17.0959 10.9043 17.1707 10.949 17.268C11.1506 17.717 10.7177 18.1511 10.2698 17.949C10.1728 17.9041 10.0982 17.8293 10.0534 17.732Z' fill='black'/%3E%3Cpath d='M15.0534 21.732C14.8444 21.283 15.2848 20.8489 15.7326 21.051C15.8296 21.0959 15.9043 21.1707 15.949 21.268C16.1506 21.717 15.7177 22.1511 15.2698 21.949C15.1728 21.9041 15.0982 21.8293 15.0534 21.732Z' fill='black'/%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: repeat;
  mask-repeat: repeat;
  -webkit-mask-size: 30px;
  mask-size: 30px;
}
.contact-wrapper form > div button:hover {
  animation: background-pan 0.75s ease infinite;
  background-size: 400% 100% !important;
}
.contact-wrapper form > div button:hover:after {
  animation: rotate 80s linear infinite;
  opacity: 0.3;
}
@media (max-width: 900px) {
  .contact-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .contact-wrapper .map, .contact-wrapper form {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .contact-wrapper .map {
    border-radius: 12px;
    padding: 15px;
  }
  .contact-wrapper .map iframe {
    border-radius: 10px;
  }
}

.contact-page-bg-wrapper {
  width: 100%;
  position: absolute;
  overflow: hidden;
}
@media (max-width: 560px) {
  .contact-page-bg-wrapper {
    inset: -44px;
    left: 0;
    top: -44px;
    right: 0;
    bottom: -220px;
    width: auto;
    height: auto !important;
  }
}

.contact-page-bg {
  position: absolute;
  width: 200%;
  transform: translateX(-20%);
  display: block;
  pointer-events: none;
}
.contact-page-bg.vertical {
  width: auto;
  height: 100%;
  transform: translateX(-28%);
}

.hidden {
  display: none;
}

@media (max-width: 560px) {
  .contact-page .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .contact-page .container .contact-wrapper {
    padding: 0;
    padding-top: 80px;
  }
}
.italic {
  font-style: italic;
}

.about-socials {
  position: absolute;
  right: -55px;
  top: 60px;
}
.about-socials .social-links {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  flex-direction: column;
}
.about-socials .social-links svg {
  fill: #fff;
  opacity: 0.85;
}
.about-socials .social-links svg:hover {
  opacity: 1;
}
@media (max-width: 1290px) {
  .about-socials {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
