* {
  margin: 0;
  padding: 0;
}

* {
  scroll-padding-top: 6rem !important;
}

.hero-section .logo,
.hero-section p,
.hero-section .elementor-widget-social-icons {
  width: 350px;
}
@media (max-width: 768px) {
  .hero-section .logo,
  .hero-section p,
  .hero-section .elementor-widget-social-icons {
    width: 100%;
  }
}

.custom-shape-divider-bottom-1743081331 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1743081331 svg {
  position: relative;
  display: block;
  width: calc(134% + 1.3px);
  height: 144px;
}

.custom-shape-divider-bottom-1743081331 .shape-fill {
  fill: #ffffff;
}

.elementor-element-8f61bf1 {
  height: 120px !important;
  transform: rotate(180deg);
}

.wpforms-field-label {
  margin-bottom: 15px;
}

.wpforms-field-large.wpforms-field-required {
  height: 43px !important;
}

input[type=text],
input[type=email],
button[type=submit],
textarea {
  background-color: transparent !important;
  border-radius: 50px !important;
  border: 2px solid white !important;
  padding: 0 14px;
  font-size: 1rem;
  line-height: 100%;
  box-shadow: none;
  transition: border 0.15s, box-shadow 0.15s;
}

textarea {
  border-radius: 18px !important;
  padding: 14px;
  font-size: 1rem;
  line-height: 100%;
  box-shadow: none;
  transition: border 0.15s, box-shadow 0.15s;
}

.wpforms-submit-container {
  display: flex !important;
  justify-content: center;
}

@font-face {
  font-family: "Baikal";
  src: url("../app/fonts/Baikal-Black.woff2") format("woff2"), url("../app/fonts/Baikal-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baikal";
  src: url("../app/fonts/Baikal-Bold.woff2") format("woff2"), url("../app/fonts/Baikal-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baikal";
  src: url("../app/fonts/Baikal-Regular.woff2") format("woff2"), url("../app/fonts/Baikal-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Remboy";
  src: url("../app/fonts/Remboy-Regular.woff2") format("woff2"), url("../app/fonts/Remboy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
h2 {
  font-family: "Remboy" !important;
  font-weight: 400 !important;
  color: #95d7ff !important;
}

h2 {
  font-size: 7rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 4.5rem;
  }
}

p,
h3,
.project-tag,
.wpforms-field-label,
input,
input::placeholder,
button[type=submit],
textarea,
.wpforms-error,
.wpforms-required-label,
.discover-my-universe {
  font-family: "Baikal" !important;
  font-weight: 400 !important;
  color: white !important;
}

.discover-my-universe {
  display: flex;
  font-weight: 700 !important;
  font-size: 1.4rem;
  flex-direction: column;
  text-align: center;
  animation: out 0.4s ease-in-out 0s 1 normal forwards;
}
.discover-my-universe:hover {
  animation: in 0.4s ease-in-out 0s 1 normal forwards;
}

@keyframes in {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.3);
  }
  80% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes out {
  0% {
    transform: scale(1.3);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.material-symbols-outlined {
  animation: slideFade 2s linear 0s infinite normal none;
}

@keyframes slideFade {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(5px);
  }
}
input::placeholder {
  opacity: 0.75 !important;
}

.wpforms-error {
  color: red !important;
}

.elementor-element-5701744 h2 {
  color: white !important;
}

.wpforms-field-label,
button[type=submit] {
  padding-left: 14px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 3px !important;
}

button[type=submit] {
  padding-left: inherit !important;
}

.menu .menu-item {
  padding: 0.75rem;
}
.menu .menu-item a {
  color: rgba(255, 255, 255, 0.516);
  font-family: "Baikal" !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
}
.menu .menu-item a:hover {
  color: white !important;
}

.hero-section p {
  color: white;
}

button[type=submit] {
  padding: 0 2rem !important;
  height: 56px !important;
  border: 2px solid white !important;
  border-radius: 50px !important;
  transition: all 0.2s ease-in-out !important;
  padding: 0.75rem 1rem !important;
}
button[type=submit]:hover {
  color: #95d7ff !important;
  background-color: white !important;
  transition: all 0.2s ease-in-out !important;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 99;
  border: none;
  outline: none;
  padding: 6px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5882352941), transparent);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  backdrop-filter: blur(3px);
}

#mybtn::after {
  content: "e316";
  display: block;
  position: absolute;
}

wpforms-submit-56:hover {
  background-color: white !important;
  background: linear-gradient(white, white) !important;
}

.go-top {
  content: url("../images/arrow_up.svg");
  opacity: 0.3;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 999;
  backdrop-filter: blur(5px);
  background: linear-gradient(to bottom, hsla(210, 64.76%, 41.18%, 0.8) 0%, hsla(210, 64.76%, 41.18%, 0.79) 8.3%, hsla(210, 64.76%, 41.18%, 0.761) 16.3%, hsla(210, 64.76%, 41.18%, 0.717) 24.1%, hsla(210, 64.76%, 41.18%, 0.66) 31.7%, hsla(210, 64.76%, 41.18%, 0.593) 39%, hsla(210, 64.76%, 41.18%, 0.518) 46.1%, hsla(210, 64.76%, 41.18%, 0.44) 53%, hsla(210, 64.76%, 41.18%, 0.36) 59.7%, hsla(210, 64.76%, 41.18%, 0.282) 66.1%, hsla(210, 64.76%, 41.18%, 0.207) 72.3%, hsla(210, 64.76%, 41.18%, 0.14) 78.3%, hsla(210, 64.76%, 41.18%, 0.083) 84%, hsla(210, 64.76%, 41.18%, 0.039) 89.6%, hsla(210, 64.76%, 41.18%, 0.01) 94.9%, hsla(210, 64.76%, 41.18%, 0) 100%);
}
.header .header-wrapper {
  display: flex;
  justify-content: space-between;
  width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .header .header-wrapper {
    width: 720px !important;
  }
}
.header .header-wrapper .logo {
  width: 15rem;
  padding: 1rem 0;
}
.header .header-wrapper .logo img {
  width: 100%;
  height: auto;
  border-radius: 0px !important;
}
@media (max-width: 768px) {
  .header .header-wrapper .logo {
    display: none;
  }
}
@media (max-width: 768px) {
  .header .header-wrapper {
    display: none;
  }
}
.header .header-wrapper .nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .header-wrapper .nav .menu-desktop-container {
  width: 100%;
}
.header .header-wrapper .nav .menu-desktop-container .menu {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  gap: 5%;
}
.header .header-wrapper .nav .menu-desktop-container .menu li a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.header .header-wrapper .nav .menu-desktop-container .menu li a:hover {
  color: #003250;
  transition: all 0.2s ease-in-out;
}
.header .header-wrapper .nav .menu-desktop-container .menu .menu-item-82 a {
  border: 3px solid rgba(255, 255, 255, 0.44);
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  padding: 0.75rem 1rem;
}
.header .header-wrapper .nav .menu-desktop-container .menu .menu-item-82 a:hover {
  color: #95d7ff !important;
  border: 3px solid white;
  background-color: white;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .header .header-wrapper .nav .menu-desktop-container .menu {
    gap: 3% !important;
  }
}
.header .header-wrapper .nav .menu-mobile-container {
  display: none;
}
@media (max-width: 768px) {
  .header .header-wrapper .nav .menu-mobile-container {
    display: flex;
  }
}
@media (max-width: 768px) {
  .header .header-wrapper .nav {
    width: 80%;
    display: none;
  }
  .header .header-wrapper .nav .menu-desktop-container {
    display: none;
  }
}

.header-mobile {
  display: none;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media (max-width: 768px) {
  .header-mobile {
    display: flex;
  }
}
.header-mobile #nav-mobile {
  display: none;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.729);
  backdrop-filter: blur(10px);
  gap: 3rem;
}
.header-mobile #nav-mobile ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
.header-mobile #nav-mobile ul li {
  list-style: none;
}
.header-mobile #nav-mobile ul li a {
  text-decoration: none;
}
.header-mobile #nav-mobile .logo {
  width: 10rem;
}
.header-mobile #nav-mobile .logo img {
  width: 100%;
  height: auto;
  border-radius: 0px !important;
}
.header-mobile #menu-button {
  position: fixed;
  top: 25px;
  right: 15px;
  border: 2px solid white;
  padding: 1rem;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  background-color: rgba(255, 255, 255, 0.286);
  backdrop-filter: blur(10px);
}
.header-mobile #menu-button::after {
  content: "\f0c9";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: white;
}
.header-mobile .active {
  display: flex !important;
}

@media (max-width: 1200px) {
  .elementor-element-02a4ce0,
  .elementor-element-5701744 .e-con-inner,
  .elementor-element-1482861 .e-con-inner {
    padding: 0rem 3rem !important;
  }
}

.project-slider-container {
  position: relative;
  padding: 2rem 0;
  overflow: hidden;
}

.project-slider {
  padding: 3rem 0 !important;
}
@media (max-width: 768px) {
  .project-slider {
    padding: 0 !important;
  }
}
.project-slider .swiper-wrapper {
  align-items: center;
}
.project-slider .swiper-slide {
  transition: transform 0.4s ease;
  transform: scale(0.85);
  border-radius: 40px;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 15px -5px rgba(0, 0, 0, 0.88);
  -moz-box-shadow: inset 0px 0px 15px -5px rgba(0, 0, 0, 0.88);
  box-shadow: inset 0px 0px 15px -5px rgba(0, 0, 0, 0.88);
  opacity: 0.5;
}
.project-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
  z-index: 2;
  opacity: 1;
}
.project-slider .swiper-slide.swiper-slide-active .project-card-bg {
  -webkit-box-shadow: inset 0px 0px 38px -5px rgba(0, 0, 0, 0.88);
  -moz-box-shadow: inset 0px 0px 38px -5px rgba(0, 0, 0, 0.88);
  box-shadow: inset 0px 0px 38px -5px rgba(0, 0, 0, 0.88);
}
.project-slider .project-card-link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.project-slider .project-card-bg {
  height: 600px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 1.5rem;
  position: relative;
  border-radius: 40px;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.88);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.88);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.88);
}
@media (max-width: 1400px) {
  .project-slider .project-card-bg {
    height: 460px !important;
  }
}
.project-slider .project-card-content {
  padding: 1rem;
  border-radius: 20px;
  color: #fff;
  position: relative;
}
.project-slider .project-tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  gap: 0.2rem;
}
.project-slider .project-tags .project-tag {
  background: rgba(0, 0, 0, 0.2);
  padding: 0.2rem 0.6rem;
  border-radius: 12px;
  font-size: 1rem;
  margin-right: 0.5rem;
}
.project-slider .project-title {
  font-size: 2.3rem;
  font-weight: 900 !important;
  margin: 0;
}
@media (max-width: 768px) {
  .project-slider .project-title {
    font-size: 1.2rem;
  }
}
.project-slider .custom-nav {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.4352941176);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  backdrop-filter: blur(3px);
}
.project-slider .custom-nav.swiper-button-prev {
  left: 33.5%;
}
.project-slider .custom-nav.swiper-button-next {
  right: 33.5%;
}
.project-slider .custom-nav::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  margin: auto;
  transform: rotate(45deg);
  opacity: 0.5;
}
.project-slider .custom-nav.swiper-button-prev::after {
  transform: rotate(-135deg);
}
.project-slider .custom-nav.swiper-button-next::after {
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .project-slider .custom-nav.swiper-button-prev {
    display: none;
  }
  .project-slider .custom-nav.swiper-button-next {
    display: none;
  }
}
@media (max-width: 1400px) {
  .project-slider .custom-nav.swiper-button-prev {
    left: 30%;
  }
  .project-slider .custom-nav.swiper-button-next {
    right: 30%;
  }
}/*# sourceMappingURL=theme.css.map */