@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

body {
  background-color: #111727;
}

.site-logo {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.header-wrapper {
  width: 100%;
}
.header-wrapper .header-section {
  width: 100%;
  padding: 14px 140px;
  background-color: #111727;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper .header-section .navBar {
  display: flex;
  gap: 51px;
}
.header-wrapper .header-section .navBar a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  transition: 300ms ease;
}
.header-wrapper .header-section .navBar a:hover {
  color: #f7a600;
}
.header-wrapper .header-section .nav-right {
  display: flex;
  gap: 10px;
}
.header-wrapper .header-section .nav-right .custom-button {
  background-color: #f7a600;
  color: white;
  border: none;
  padding: 14px 51px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Segoe UI", sans-serif;
  cursor: pointer;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 93% 100%, 0 100%);
  transition: background-color 0.3s ease;
}
.header-wrapper .header-section .nav-right .custom-button:hover {
  background-color: #F69607;
}
.header-wrapper .header-section .nav-right .language-dropdown {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}
.header-wrapper .header-section .nav-right .language-dropdown .language-dropdown-toggle {
  border: none;
  background-color: #f7a600;
  padding: 12px 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.header-wrapper .header-section .nav-right .language-dropdown .language-dropdown-toggle:hover {
  background-color: #F69607;
}
.header-wrapper .header-section .nav-right .language-dropdown .language-dropdown-menu {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background-color: #111727;
  border: 1px solid #252a46;
  border-radius: 6px;
  min-width: 70px;
  z-index: 100;
  list-style: none;
  padding: 10px 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.header-wrapper .header-section .nav-right .language-dropdown .language-dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  transition: background-color 0.2s ease;
}
.header-wrapper .header-section .nav-right .language-dropdown .language-dropdown-menu li a:hover {
  background-color: #2e3355;
}
.header-wrapper .header-section .nav-right .language-dropdown.open .language-dropdown-menu {
  display: block;
}

.header-wrapper-contact {
  width: 100%;
}
.header-wrapper-contact .header-section {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  padding: 14px 140px;
  background: rgba(23, 32, 54, 0);
  backdrop-filter: blur(5.4000000954px);
  -webkit-backdrop-filter: blur(55.4000000954px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrapper-contact .header-section .navBar {
  display: flex;
  gap: 51px;
}
.header-wrapper-contact .header-section .navBar a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  transition: 300ms ease;
}
.header-wrapper-contact .header-section .navBar a:hover {
  color: #f7a600;
}
.header-wrapper-contact .header-section .nav-right {
  display: flex;
  gap: 10px;
}
.header-wrapper-contact .header-section .nav-right .custom-button {
  background-color: #f7a600;
  color: white;
  border: none;
  padding: 14px 51px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Segoe UI", sans-serif;
  cursor: pointer;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 78%, 93% 100%, 0 100%);
  transition: background-color 0.3s ease;
}
.header-wrapper-contact .header-section .nav-right .custom-button:hover {
  background-color: #F69607;
}
.header-wrapper-contact .header-section .nav-right .language-dropdown {
  position: relative;
  display: inline-block;
  font-family: sans-serif;
}
.header-wrapper-contact .header-section .nav-right .language-dropdown .language-dropdown-toggle {
  border: none;
  background-color: #f7a600;
  padding: 12px 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.header-wrapper-contact .header-section .nav-right .language-dropdown .language-dropdown-toggle:hover {
  background-color: #F69607;
}
.header-wrapper-contact .header-section .nav-right .language-dropdown .language-dropdown-menu {
  display: none;
  position: absolute;
  top: 110%;
  left: 0;
  background-color: #111727;
  border: 1px solid #252a46;
  border-radius: 6px;
  min-width: 70px;
  z-index: 100;
  list-style: none;
  padding: 10px 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.header-wrapper-contact .header-section .nav-right .language-dropdown .language-dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  transition: background-color 0.2s ease;
}
.header-wrapper-contact .header-section .nav-right .language-dropdown .language-dropdown-menu li a:hover {
  background-color: #2e3355;
}
.header-wrapper-contact .header-section .nav-right .language-dropdown.open .language-dropdown-menu {
  display: block;
}

.contact-background {
  position: relative;
  z-index: 0;
  height: 453px;
}
.contact-background .main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.contact-background .contact-us {
  width: 100%;
  max-width: 1224px;
  padding: 30px;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #060919;
  border-radius: 8px;
  border: 1px solid #252A46;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  z-index: 10;
}
.contact-background .contact-us a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  text-decoration: none;
}

.notfound-background {
  width: 100%;
  background-color: #000;
}
.notfound-background .notfound-section {
  width: 100%;
}
.notfound-background .notfound-section .error-content-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notfound-background .notfound-section .error-content-img .main-img {
  width: 500px;
  height: 920px;
  -o-object-fit: cover;
     object-fit: cover;
}
.notfound-background .notfound-section .error-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 140px;
  margin-bottom: 177px;
}
.notfound-background .notfound-section .error-content h1 {
  font-weight: 800;
  font-size: 200px;
  color: #fff;
}
.notfound-background .notfound-section .error-content h3 {
  color: #fff;
  font-weight: 400;
  font-size: 57px;
}
.notfound-background .notfound-section .error-content p {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 25px;
}
.notfound-background .notfound-section .error-content a {
  background-color: #FFB039;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  padding: 12px;
  border-radius: 40px;
  width: 192px;
}

.animation-background {
  position: relative;
}
.animation-background .header-img {
  width: 100%;
  height: 818px;
  display: block;
}
.animation-background .hero-wrapper {
  position: absolute;
  top: 0;
  left: 119px;
  right: 0;
}
.animation-background .hero-wrapper .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.animation-background .hero-wrapper .header-content .hero-right img {
  width: 75%;
}
.animation-background .hero-wrapper .header-content .hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.animation-background .hero-wrapper .header-content .hero-left h1 {
  width: 100%;
  max-width: 425px;
  font-family: "Bruno Ace", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  color: #fff;
}
.animation-background .hero-wrapper .header-content .hero-left p {
  width: 100%;
  max-width: 425px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.animation-background .filter {
  position: absolute;
  bottom: -9%;
  right: 0;
  left: 0;
}
.animation-background .filter img {
  width: 100%;
}
.animation-background .filter .scroll-mouse-icon {
  position: absolute;
  z-index: 2;
  right: 108px;
  bottom: 222px;
  min-width: 50px;
  width: 50px;
  height: 86px;
  min-height: 86px;
  transition: 0.2s ease-in;
  cursor: pointer;
  animation: scrollUpDownFade 2.5s ease-in-out infinite;
}
@keyframes scrollUpDownFade {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.8;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

.category-wrapper {
  width: 100%;
  padding: 0 140px;
}
.category-wrapper .category-section {
  width: 100%;
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.category-wrapper .category-section .category-top {
  display: flex;
  justify-content: space-between;
}
.category-wrapper .category-section .category-top h2 {
  font-family: "Bruno Ace", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  color: #fff;
}
.category-wrapper .category-section .category-top a {
  text-decoration: none;
}
.category-wrapper .category-section .category-top button {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #FFB039;
  padding: 10px 59px;
  border-radius: 8px;
  transition: 300ms ease;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.category-wrapper .category-section .category-top button:hover {
  background-color: #F69607;
}
.category-wrapper .category-section .categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.category-wrapper .category-section .category-cards {
  background-color: #1F2842;
  border-radius: 4px;
  min-height: 382px;
  display: flex;
}
.category-wrapper .category-section .category-cards a {
  text-decoration: none;
  color: #fff;
}
.category-wrapper .category-section .category-cards a .category-inside {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 22px;
  min-height: 382px;
  border: 2px solid transparent;
  padding: 26px 32px;
  text-decoration: none;
  padding-bottom: 18px !important;
  transition: 0.3s ease;
}
.category-wrapper .category-section .category-cards a .category-inside .icon-card {
  min-width: 80px;
  height: 80px;
  width: 80px;
  min-height: 80px;
  border-radius: 50%;
  background-color: #ffb039;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.category-wrapper .category-section .category-cards a .category-inside .icon-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.category-wrapper .category-section .category-cards a .category-inside h3 {
  width: 100%;
  max-width: 224px;
  font-family: "Bruno Ace", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}
.category-wrapper .category-section .category-cards a .category-inside p {
  width: 100%;
  max-width: 224px;
  font-weight: 400;
  font-size: 14px;
}
.category-wrapper .category-section .about-catalog {
  background-color: #1F2842;
  position: relative;
}
.category-wrapper .category-section .about-catalog .cubes {
  width: 100%;
  height: 313px;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-wrapper .category-section .about-catalog .about-us-content {
  position: absolute;
  top: 0;
  z-index: 10;
  padding: 60px 46px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.category-wrapper .category-section .about-catalog .about-us-content h2 {
  color: #fff;
  font-family: "Bruno Ace", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
}
.category-wrapper .category-section .about-catalog .about-us-content p {
  color: #fff;
}
.category-wrapper .category-section .about-catalog .about-us-content a {
  text-decoration: none;
}
.category-wrapper .category-section .about-catalog .about-us-content button {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7.5px 43px;
  border-radius: 4px;
}

.blog-swiper {
  position: relative;
  padding: 0 140px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #101828;
  z-index: 1;
}
.blog-swiper .swiper-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.blog-swiper .swiper-content h2 {
  font-family: "Bruno Ace", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  color: #fff;
}
.blog-swiper .swiper-content a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-swiper .blog-swiper-container {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-swiper .swiper {
  flex: 1;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.blog-swiper .swiper-slide {
  width: 100%;
  height: auto;
  background-color: #000;
  border: 1px solid #2d395e;
  color: white;
  border-radius: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.blog-swiper .swiper-slide .blog-img-wrapper {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.blog-swiper .swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-swiper .swiper-slide:hover .swiper-img {
  transform: scale(1.05);
}
.blog-swiper .swiper-slide .read-more {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  flex: 1;
  gap: 16px;
  padding: 20px;
}
.blog-swiper .swiper-slide .read-more h3 {
  font-weight: 400;
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 60px;
}
.blog-swiper .swiper-slide .read-more a {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  padding: 10px 36px;
  border-radius: 10px;
}
.blog-swiper .swiper-pagination-bullet-active {
  background-color: #ffb039;
}
.blog-swiper .swiper-button-prev,
.blog-swiper .swiper-button-next {
  position: relative;
  flex-shrink: 0;
  z-index: 10;
  pointer-events: all;
  border: none;
  outline: none;
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  background: transparent;
  transition: opacity 0.3s ease;
}
.blog-swiper .swiper-button-prev img,
.blog-swiper .swiper-button-next img {
  width: 45px;
  height: auto;
}
.blog-swiper .swiper-button-prev:hover,
.blog-swiper .swiper-button-next:hover {
  opacity: 0.7;
}
.blog-swiper .swiper-button-prev::after {
  display: none;
}
.blog-swiper .swiper-button-next::after {
  display: none;
}

.advertise-wrapper {
  width: 100%;
  padding: 0 140px;
}
.advertise-wrapper .advertisement {
  width: 100%;
  margin: 100px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}
.advertise-wrapper .advertisement .advertise-first-img {
  width: 108%;
  height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.advertise-wrapper .advertisement .advertise-first-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(52%);
  transition: transform 0.3s ease;
}
.advertise-wrapper .advertisement .advertise-first-img img:hover {
  transform: scale(1.01);
}
.advertise-wrapper .advertisement .advertise-first-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  color: #fff;
  font-weight: 400;
  font-size: 48px;
}
.advertise-wrapper .advertisement .advertise-second-img {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.advertise-wrapper .advertisement .advertise-second-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(52%);
  transition: transform 0.3s ease;
}
.advertise-wrapper .advertisement .advertise-second-img img:hover {
  transform: scale(1.01);
}
.advertise-wrapper .advertisement .advertise-second-img span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  color: #fff;
  font-weight: 400;
  font-size: 48px;
}

.form-wrapper {
  width: 100%;
  padding: 0 140px;
}
.form-wrapper .form-section {
  width: 100%;
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 20px;
  position: relative;
}
.form-wrapper .form-section .form-background {
  width: 100%;
}
.form-wrapper .form-section .form-background img {
  width: 100%;
  height: 780px;
}
.form-wrapper .form-section .registeration-content {
  width: 100%;
  max-width: 915px;
  position: absolute;
  top: 12%;
  left: 3%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-wrapper .form-section .registeration-content h2 {
  font-family: "Bruno Ace", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  color: #fff;
}
.form-wrapper .form-section .registeration-content p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
}
.form-wrapper .form-section .form {
  width: 100%;
  max-width: 690px;
  position: absolute;
  top: 36%;
  left: 3%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 20px;
}
.form-wrapper .form-section .form .name-surname {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-items: center;
}
.form-wrapper .form-section .form .name-surname input {
  width: 100%;
  height: 70px;
  border-radius: 8px;
  padding: 21px;
  outline: none;
  border: 3px solid transparent;
  transition: 0.1s ease-in;
  cursor: pointer;
  background: #050713;
  border: 1px solid #252a46;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.form-wrapper .form-section .form .name-surname input::-moz-placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.form-wrapper .form-section .form .name-surname input::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.form-wrapper .form-section .form .name-surname input:hover {
  background-color: #111727;
}
.form-wrapper .form-section .form .name-surname .custom-dropdown {
  position: relative;
  font-family: sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-wrapper .form-section .form .name-surname .dropdown-selected {
  width: 100%;
  height: 70px;
  border-radius: 8px;
  padding: 21px;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid transparent;
  transition: 0.1s ease-in;
  cursor: pointer;
  background: #050713;
  border: 1px solid #252a46;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.form-wrapper .form-section .form .name-surname .dropdown-selected:hover {
  background-color: #111727;
}
.form-wrapper .form-section .form .name-surname .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  display: none;
  z-index: 1000;
}
.form-wrapper .form-section .form .name-surname .dropdown-list li {
  padding: 10px 12px;
  cursor: pointer;
}
.form-wrapper .form-section .form .name-surname .dropdown-list li:hover {
  background-color: #f0f0f0;
}
.form-wrapper .form-section .form .name-surname .custom-dropdown.open .dropdown-list {
  display: block;
}
.form-wrapper .form-section .form textarea {
  width: 100%;
  height: 138px;
  border-radius: 8px;
  padding: 21px;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid transparent;
  transition: 0.1s ease-in;
  cursor: pointer;
  background: #050713;
  border: 1px solid #252a46;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.form-wrapper .form-section .form textarea::-moz-placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.form-wrapper .form-section .form textarea::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.form-wrapper .form-section .form textarea:hover {
  background-color: #111727;
}
.form-wrapper .form-section .form .yellow-button {
  padding: 13px;
  width: 190px;
  background-color: #ebae33;
  font-size: 16px;
  font-weight: 500;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.form-wrapper .form-section .form .yellow-button:hover {
  transform: scale(1.02);
}
.form-wrapper .form-section .form .yellow-button:hover {
  background-color: #eca310;
}

.footer-wrapper {
  width: 100%;
  padding: 0 140px;
  position: relative;
}
.footer-wrapper .footer-section {
  position: relative;
  width: 100%;
  margin: 100px auto;
}
.footer-wrapper .footer-section .footer-inside {
  width: 100%;
  height: auto;
  margin-top: 153px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  z-index: 3;
  position: absolute;
  top: -13px;
  gap: 30px;
}
.footer-wrapper .footer-section .footer-inside .home-list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-wrapper .footer-section .footer-inside .home-list a {
  color: #fff;
  text-decoration: none;
}
.footer-wrapper .footer-section .footer-inside .contact-with-us {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-wrapper .footer-section .footer-inside .contact-with-us a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-wrapper .footer-section .footer-inside::after {
  content: "";
  position: absolute;
  width: 93.5%;
  height: 1px;
  background-color: #252A46;
  bottom: -33%;
}
.footer-wrapper .footer-section .footer-inside .footer-end {
  display: flex;
  align-items: center;
  gap: 15px;
  position: absolute;
  top: 15rem;
  left: 81%;
  z-index: 4;
}
.footer-wrapper .footer-section .footer-inside .footer-end a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}
.footer-wrapper .footer-section .footer-background {
  position: absolute;
  width: 100%;
  min-width: 1400px; /* və ya lazım olan ölçü */
  pointer-events: none;
  z-index: 1;
}
.footer-wrapper .footer-section .footer-shadow {
  pointer-events: none;
  position: absolute;
  top: -326px;
  left: 0;
  z-index: 0;
  width: 100%;
}

.fly-in-content-wrapper {
  position: relative;
  width: 100%;
  height: 150vh;
  z-index: 0;
  overflow: hidden;
  background: transparent;
}
.fly-in-content-wrapper .fly-in-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-150%, -150%) scale(1.4);
  opacity: 0;
  animation: flyInTogether 1.2s ease-out forwards;
}
.fly-in-content-wrapper .fly-in-content img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
.fly-in-content-wrapper .fly-in-content .about-img {
  position: absolute;
  top: 8%;
  left: 6%;
  background-color: #111727;
  border-radius: 100%;
  padding: 40px 115px;
}
.fly-in-content-wrapper .fly-in-content .about-img .person {
  width: 400px;
}
.fly-in-content-wrapper .fly-in-content .about-img .filter-img {
  width: 384px;
  position: absolute;
  top: 83%;
  left: 21%;
  z-index: 5;
}
.fly-in-content-wrapper .fly-in-content .text-block {
  position: absolute;
  top: 10%;
  right: 10%;
  animation: flyInTogether 1.4s ease-out forwards;
}
.fly-in-content-wrapper .fly-in-content .text-block h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 10px;
}
.fly-in-content-wrapper .fly-in-content .text-block p {
  font-size: 18px;
  color: #cccccc;
  max-width: 600px;
  margin: 0 auto;
}

@keyframes flyInTogether {
  0% {
    transform: translate(-150%, -150%) scale(1.4);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
.blog-wrapper {
  width: 100%;
  padding: 0 140px;
  margin-top: 100px;
}
.blog-wrapper h2 {
  font-weight: 400;
  font-size: 48px;
  color: #fff;
}
.blog-wrapper .menu-swiper {
  width: 100%;
  border-bottom: 1px solid #252A46;
  margin-bottom: 50px;
  overflow: visible;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}
.blog-wrapper .menu-swiper .swiper-wrapper {
  display: flex;
  touch-action: pan-x;
}
.blog-wrapper .menu-swiper .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
  padding: 10px 12px;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  touch-action: pan-x;
}
.blog-wrapper .menu-swiper .swiper-slide a {
  text-decoration: none;
  pointer-events: auto;
  touch-action: manipulation;
}
.blog-wrapper .menu-swiper .swiper-slide span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.blog-wrapper .menu-swiper .swiper-slide span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 3px;
  background-color: #3a3164;
  box-shadow: 1px 2px 2px #3a3164;
  transition: width 0.3s ease;
}
.blog-wrapper .menu-swiper .swiper-slide.active span::after {
  width: 100%;
}
.blog-wrapper .cards-container {
  width: 100%;
}
.blog-wrapper .cards-container .cards {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.blog-wrapper .cards-container .cards.active {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.blog-wrapper .cards-container .cards .card {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #0d121d;
  border: 1px solid #252a46;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.blog-wrapper .cards-container .cards .card:hover {
  transform: translateY(-5px);
  border-color: #ffb039;
}
.blog-wrapper .cards-container .cards .card .blog-img-wrapper {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.blog-wrapper .cards-container .cards .card .blog-img-wrapper .swiper-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.blog-wrapper .cards-container .cards .card:hover .blog-img-wrapper .swiper-img {
  transform: scale(1.05);
}
.blog-wrapper .cards-container .cards .card .read-more {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  gap: 20px;
  padding: 24px;
}
.blog-wrapper .cards-container .cards .card .read-more h3 {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}
.blog-wrapper .cards-container .cards .card .read-more a {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  padding: 10px 36px;
  border-radius: 10px;
}

.contact-wrapper {
  width: 100%;
  padding: 80px 140px 60px;
  display: flex;
  justify-content: center;
}
.contact-wrapper .contact-section {
  width: 100%;
  max-width: 1224px;
  display: flex;
  flex-direction: column;
  background-color: #060919;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  border-radius: 8px;
  border: 1px solid #252A46;
}
.contact-wrapper .contact-section .register-contact {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 60px 42px;
}
.contact-wrapper .contact-section .register-contact .registeration-content {
  width: 100%;
  max-width: 915px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
}
.contact-wrapper .contact-section .register-contact .registeration-content h2 {
  font-family: "Bruno Ace", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  color: #fff;
}
.contact-wrapper .contact-section .register-contact .registeration-content p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.contact-wrapper .contact-section .register-contact .form {
  width: 100%;
  max-width: 738px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.contact-wrapper .contact-section .register-contact .form .name-surname {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-items: center;
}
.contact-wrapper .contact-section .register-contact .form .name-surname input {
  width: 100%;
  height: 70px;
  border-radius: 8px;
  padding: 21px;
  outline: none;
  border: 3px solid transparent;
  transition: 0.1s ease-in;
  cursor: pointer;
  background: #050713;
  border: 1px solid #252a46;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.contact-wrapper .contact-section .register-contact .form .name-surname input::-moz-placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.contact-wrapper .contact-section .register-contact .form .name-surname input::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.contact-wrapper .contact-section .register-contact .form .name-surname input:hover {
  background-color: #111727;
}
.contact-wrapper .contact-section .register-contact .form .name-surname .custom-dropdown {
  position: relative;
  font-family: sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.contact-wrapper .contact-section .register-contact .form .name-surname .dropdown-selected {
  width: 100%;
  height: 70px;
  border-radius: 8px;
  padding: 21px;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid transparent;
  transition: 0.1s ease-in;
  cursor: pointer;
  background: #050713;
  border: 1px solid #252a46;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.contact-wrapper .contact-section .register-contact .form .name-surname .dropdown-selected:hover {
  background-color: #111727;
}
.contact-wrapper .contact-section .register-contact .form .name-surname .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
  display: none;
  z-index: 1000;
}
.contact-wrapper .contact-section .register-contact .form .name-surname .dropdown-list li {
  padding: 10px 12px;
  cursor: pointer;
}
.contact-wrapper .contact-section .register-contact .form .name-surname .dropdown-list li:hover {
  background-color: #f0f0f0;
}
.contact-wrapper .contact-section .register-contact .form .name-surname .custom-dropdown.open .dropdown-list {
  display: block;
}
.contact-wrapper .contact-section .register-contact .form textarea {
  width: 100%;
  height: 138px;
  border-radius: 8px;
  padding: 21px;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 3px solid transparent;
  transition: 0.1s ease-in;
  cursor: pointer;
  background: #050713;
  border: 1px solid #252a46;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.contact-wrapper .contact-section .register-contact .form textarea::-moz-placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.contact-wrapper .contact-section .register-contact .form textarea::placeholder {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
.contact-wrapper .contact-section .register-contact .form textarea:hover {
  background-color: #111727;
}
.contact-wrapper .contact-section .register-contact .form .yellow-button {
  padding: 13px;
  width: 190px;
  background-color: #ebae33;
  font-size: 16px;
  font-weight: 500;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.contact-wrapper .contact-section .register-contact .form .yellow-button:hover {
  transform: scale(1.02);
}
.contact-wrapper .contact-section .register-contact .form .yellow-button:hover {
  background-color: #eca310;
}

.thanks-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
.thanks-wrapper .thanks-section {
  width: 100%;
}
.thanks-wrapper .thanks-section .thanks-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.thanks-wrapper .thanks-section .thanks-content h1 {
  font-weight: 700;
  font-size: 92px;
  color: #fff;
}
.thanks-wrapper .thanks-section .thanks-content p {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.thanks-wrapper .rocket-img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  margin-top: 40px;
}
.thanks-wrapper .left-cloud .thank-img,
.thanks-wrapper .rocket .thank-img,
.thanks-wrapper .right-cloud .thank-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.thanks-wrapper .rocket {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.thanks-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #FFB039;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  padding: 12px;
  border-radius: 40px;
  width: 192px;
}

/* Blog Detail Page */
.blog-detail-wrapper {
  width: 100%;
  padding: 60px 140px;
  background-color: #111727;
}
.blog-detail-wrapper .container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.blog-detail-wrapper .blog-header {
  margin-bottom: 40px;
}
.blog-detail-wrapper .blog-header h1 {
  font-family: "Bruno Ace", sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
}
.blog-detail-wrapper .blog-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.blog-detail-wrapper .blog-meta span {
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 400;
}
.blog-detail-wrapper .blog-meta .category {
  background-color: #ffb039;
  color: #111727;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 500;
}
.blog-detail-wrapper .blog-meta .date {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-detail-wrapper .blog-meta .date::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ffb039;
  border-radius: 50%;
}
.blog-detail-wrapper .blog-meta .views {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-detail-wrapper .blog-meta .views::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ffb039;
  border-radius: 50%;
}
.blog-detail-wrapper .featured-image {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 12px;
  overflow: hidden;
}
.blog-detail-wrapper .featured-image img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 12px;
}
.blog-detail-wrapper .blog-content {
  color: #d0d0d0;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}
.blog-detail-wrapper .blog-content h2,
.blog-detail-wrapper .blog-content h3,
.blog-detail-wrapper .blog-content h4 {
  color: #fff;
  font-family: "Bruno Ace", sans-serif;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 15px;
}
.blog-detail-wrapper .blog-content h2 {
  font-size: 28px;
}
.blog-detail-wrapper .blog-content h3 {
  font-size: 22px;
}
.blog-detail-wrapper .blog-content h4 {
  font-size: 18px;
}
.blog-detail-wrapper .blog-content p {
  margin-bottom: 20px;
}
.blog-detail-wrapper .blog-content ul,
.blog-detail-wrapper .blog-content ol {
  margin-left: 30px;
  margin-bottom: 20px;
}
.blog-detail-wrapper .blog-content li {
  margin-bottom: 10px;
}
.blog-detail-wrapper .blog-content a {
  color: #ffb039;
  text-decoration: none;
  transition: 0.3s ease;
}
.blog-detail-wrapper .blog-content a:hover {
  text-decoration: underline;
}
.blog-detail-wrapper .blog-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
}
.blog-detail-wrapper .blog-content blockquote {
  border-left: 4px solid #ffb039;
  padding-left: 20px;
  margin: 20px 0;
  font-style: italic;
  color: #a0a0a0;
}
.blog-detail-wrapper .blog-content code {
  background-color: #1f2842;
  padding: 2px 8px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 14px;
  color: #ffb039;
}
.blog-detail-wrapper .blog-content pre {
  background-color: #1f2842;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 20px 0;
}
.blog-detail-wrapper .blog-content pre code {
  background: none;
  padding: 0;
}
.blog-detail-wrapper .back-to-blog {
  padding-top: 30px;
  border-top: 1px solid #252a46;
}
.blog-detail-wrapper .back-to-blog a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  border: 1px solid #ffb039;
  border-radius: 8px;
  transition: 0.3s ease;
}
.blog-detail-wrapper .back-to-blog a:hover {
  background-color: #ffb039;
  color: #111727;
}
.blog-detail-wrapper .back-to-blog a img {
  width: 16px;
  height: auto;
  transform: rotate(180deg);
}

/* Related Posts Section */
.related-posts {
  width: 100%;
  padding: 60px 140px;
  background-color: #0d121d;
}
.related-posts .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.related-posts h2 {
  font-family: "Bruno Ace", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #fff;
  margin-bottom: 40px;
}
.related-posts .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.related-posts .card {
  background-color: #111727;
  border: 1px solid #252a46;
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s ease;
}
.related-posts .card:hover {
  transform: translateY(-5px);
  border-color: #ffb039;
}
.related-posts .card .blog-img-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.related-posts .card .blog-img-wrapper .swiper-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease;
}
.related-posts .card:hover .blog-img-wrapper .swiper-img {
  transform: scale(1.05);
}
.related-posts .card .read-more {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.related-posts .card .read-more h3 {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 50px;
}
.related-posts .card .read-more a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffb039;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s ease;
}
.related-posts .card .read-more a:hover {
  gap: 12px;
}
.related-posts .card .read-more a img {
  width: 14px;
  height: auto;
}

@media (max-width: 1024px) {
  .blog-swiper {
    padding: 0 60px;
  }
  .blog-swiper .swiper-slide .blog-img-wrapper {
    height: 180px;
  }
  .blog-wrapper {
    padding: 0 60px;
  }
  .blog-wrapper .cards-container .cards.active {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-wrapper .cards-container .cards .card .blog-img-wrapper {
    height: 220px;
  }
  .blog-detail-wrapper {
    padding: 40px 60px;
  }
  .blog-detail-wrapper .blog-header h1 {
    font-size: 32px;
  }
  .related-posts {
    padding: 40px 60px;
  }
  .related-posts .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .blog-swiper {
    padding: 0 20px;
  }
  .blog-swiper .swiper-content h2 {
    font-size: 32px;
  }
  .blog-swiper .swiper-slide .blog-img-wrapper {
    height: 160px;
  }
  .blog-swiper .swiper-slide .read-more {
    padding: 16px;
  }
  .blog-swiper .swiper-slide .read-more h3 {
    font-size: 18px;
    min-height: 45px;
  }
  .blog-wrapper {
    padding: 0 20px;
    margin-top: 60px;
  }
  .blog-wrapper h2 {
    font-size: 32px;
  }
  .blog-wrapper .cards-container .cards.active {
    grid-template-columns: 1fr;
  }
  .blog-wrapper .cards-container .cards .card .blog-img-wrapper {
    height: 200px;
  }
  .blog-wrapper .cards-container .cards .card .read-more {
    padding: 20px;
  }
  .blog-wrapper .cards-container .cards .card .read-more h3 {
    font-size: 20px;
  }
  .blog-detail-wrapper {
    padding: 30px 20px;
  }
  .blog-detail-wrapper .blog-header h1 {
    font-size: 26px;
  }
  .blog-detail-wrapper .blog-meta {
    gap: 12px;
  }
  .blog-detail-wrapper .featured-image img {
    max-height: 300px;
  }
  .blog-detail-wrapper .blog-content {
    font-size: 15px;
  }
  .related-posts {
    padding: 30px 20px;
  }
  .related-posts h2 {
    font-size: 28px;
  }
  .related-posts .cards {
    grid-template-columns: 1fr;
  }
}

/* Date Input Styles */
.date-input,
input[type="date"].date-input {
  width: 100%;
  height: 70px;
  border-radius: 8px;
  padding: 21px;
  outline: none;
  border: 1px solid #252a46;
  transition: 0.1s ease-in;
  cursor: pointer;
  background: #050713;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.date-input:hover,
input[type="date"].date-input:hover {
  background-color: #111727;
}

.date-input:focus,
input[type="date"].date-input:focus {
  border-color: #f7a600;
  outline: none;
}

/* Calendar icon color */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
  opacity: 0.8;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

/* Date input wrapper and error message */
.date-input-wrapper {
  position: relative;
  width: 100%;
}

.date-error-message {
  display: block;
  color: #ff4444;
  font-size: 13px;
  margin-top: 8px;
  padding: 10px 14px;
  background: rgba(255, 68, 68, 0.1);
  border: 1px solid rgba(255, 68, 68, 0.3);
  border-radius: 6px;
}
/*# sourceMappingURL=style.css.map */