* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  font-family: satoshiR;
  overflow-x: hidden;
  color: #000;
  background: #fff;
}

html.has-scroll-smooth {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#main {
  height: 100%;
  width: 100%;
}

.c-scrollbar_thumb {
  opacity: 1;
}

/*- breakpoints -*/
@font-face {
  font-family: satoshiR;
  src: url(../../assests/fonts/Satoshi-Regular.woff2);
}

@font-face {
  font-family: satoshiM;
  src: url(../../assests/fonts/Satoshi-Medium.woff2);
}

@font-face {
  font-family: satoshiB;
  src: url(../../assests/fonts/Satoshi-Bold.woff2);
}

.grey {
  color: #828894;
}

.font_M {
  font-family: satoshiM;
}

.font_B {
  font-family: satoshiB;
}

.font18 {
  font-size: 18px;
}

@media only screen and (max-width: 870px) {
  .font18 {
    font-size: 16px;
  }
}

.font20 {
  font-size: 20px;
}

@media only screen and (max-width: 870px) {
  .font20 {
    font-size: 18px;
  }
}

.font26 {
  font-size: 26px;
}

@media only screen and (max-width: 870px) {
  .font26 {
    font-size: 20px;
  }
}

.font32 {
  font-size: 32px;
  line-height: 170%;
}

@media only screen and (max-width: 1440px) {
  .font32 {
    font-size: 26px;
    line-height: 180%;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 870px) {
  .font32 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 870px) and (max-width: 550px) {
  .font32 {
    font-size: 20px;
  }
}

.font64 {
  font-size: 64px;
  font-family: satoshiB;
  letter-spacing: -2px;
  line-height: 120%;
  word-spacing: -3px;
}

.font44 {
  font-size: 38px;
  font-family: satoshiB;
  letter-spacing: -1px;
}

@media only screen and (max-width: 1680px) {
  .font64 {
    font-size: 56px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1440px) {
  .font64 {
    font-size: 52px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1440px) and (max-width: 870px) {
  .font64 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1440px) and (max-width: 870px) and (max-width: 550px) {
  .font64 {
    font-size: 32px;
    letter-spacing: -0.5px;
    word-spacing: 0px;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1440px) and (max-width: 870px) and (max-width: 550px) and (max-width: 390px) {
  .font64 {
    font-size: 30px;
  }
}

.font64R {
  font-size: 64px;
  font-family: satoshiR;
  letter-spacing: -2px;
  line-height: 120%;
  word-spacing: -3px;
  text-align: center;
}

@media only screen and (max-width: 1680px) {
  .font64R {
    font-size: 56px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1440px) {
  .font64R {
    font-size: 52px;
    line-height: 140%;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1440px) and (max-width: 870px) {
  .font64R {
    font-size: 44px;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1440px) and (max-width: 870px) and (max-width: 550px) {
  .font64R {
    font-size: 28px;
    letter-spacing: -0.5px;
    word-spacing: 0px;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1440px) and (max-width: 870px) and (max-width: 550px) and (max-width: 390px) {
  .font64R {
    font-size: 28px;
  }
}

.font96 {
  font-size: 96px;
  font-family: satoshiB;
  letter-spacing: -4px;
  line-height: 120%;
}

@media only screen and (max-width: 1440px) {
  .font96 {
    font-size: 82px;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 870px) {
  .font96 {
    font-size: 72px;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 870px) and (max-width: 550px) {
  .font96 {
    font-size: 58px;
    letter-spacing: -2px;
    line-height: 120%;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 870px) and (max-width: 550px) and (max-width: 390px) {
  .font96 {
    font-size: 52px;
  }
}

.container {
  padding-left: 180px;
  padding-right: 180px;
}

@media only screen and (max-width: 1680px) {
  .container {
    padding-left: 8.3vw;
    padding-right: 8.3vw;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 550px) {
  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.containerF {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 1680px) {
  .containerF {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 550px) {
  .containerF {
    padding-left: 0;
    padding-right: 0;
  }
}

.containerPR {
  padding-right: 180px;
}

@media only screen and (max-width: 1680px) {
  .containerPR {
    padding-right: 8.3vw;
  }
}

.containerV {
  padding-top: 240px;
}

@media only screen and (max-width: 870px) {
  .containerV {
    padding-top: 50px;
  }
}

.containerVC {
  padding-top: 240px;
  text-align: center;
}

@media only screen and (max-width: 870px) {
  .containerVC {
    padding-top: 150px;
    text-align: center;
  }
}

.containerVT {
  padding-top: 120px;
}

@media only screen and (max-width: 870px) {
  .containerVT {
    padding-top: 75px;
  }
}

.p0 {
  padding-top: 0 !important;
}

.mT20 {
  margin-top: 20px;
}

.mT50 {
  margin-top: 50px;
}

@media only screen and (max-width: 1120px) {
  .mT50 {
    margin-top: 35px;
  }
}

.mT80 {
  margin-top: 80px;
}

@media only screen and (max-width: 1120px) {
  .mT80 {
    margin-top: 40px;
  }
}

.mT120 {
  margin-top: 120px;
}

@media only screen and (max-width: 1120px) {
  .mT120 {
    margin-top: 0px;
  }
}

section {
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(245, 245, 245);
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .animateImg {
  position: absolute;
  width: 350px;
  height: 450px;
  overflow: hidden;
}

@media only screen and (max-width: 550px) {
  .preloader .animateImg {
    width: 80%;
    height: 400px;
  }
}

.preloader .animateImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

nav {
  width: 100%;
  position: fixed;
  top: 50px;
  z-index: 10;
}

@media only screen and (max-width: 550px) {
  nav {
    top: 30px;
  }
}

nav .nav_cnt {
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 550px) {
  nav .nav_cnt {
    padding: 0 5vw;
  }
}

nav .nav_cnt .logo {
  cursor: pointer;
}

nav .nav_cnt .hamburger {
  box-sizing: border-box;
  height: 36px;
  cursor: pointer;
}

nav .nav_cnt .hamburger svg {
  stroke: #000;
  transition: 0.2s;
  width: 48px;
  height: 48px;
}

nav .nav_cnt .hamburger svg g:first-child {
  opacity: 1;
  transition: opacity 0s 0.2s;
}

nav .nav_cnt .hamburger svg g:first-child line {
  transition: transform 0.2s 0.2s;
  transform: translateY(0px);
}

nav .nav_cnt .hamburger svg g:last-child {
  opacity: 0;
  transition: opacity 0s 0.2s;
}

nav .nav_cnt .hamburger svg g:last-child line {
  transition: transform 0.2s;
  transform: rotate(0deg);
  transform-origin: center;
}

nav .nav_cnt .hamburger.-menu-open svg {
  stroke: #fff;
}

nav .nav_cnt .hamburger.-menu-open svg g:first-child {
  opacity: 0;
}

nav .nav_cnt .hamburger.-menu-open svg g:first-child line {
  transition: transform 0.2s;
}

nav .nav_cnt .hamburger.-menu-open svg g:first-child line:first-child {
  transform: translateY(7px);
}

nav .nav_cnt .hamburger.-menu-open svg g:first-child line:last-child {
  transform: translateY(-7px);
}

nav .nav_cnt .hamburger.-menu-open svg g:last-child {
  opacity: 1;
}

nav .nav_cnt .hamburger.-menu-open svg g:last-child line {
  transition: transform 0.2s 0.2s;
}

nav .nav_cnt .hamburger.-menu-open svg g:last-child line:first-child {
  transform: rotate(45deg);
}

nav .nav_cnt .hamburger.-menu-open svg g:last-child line:last-child {
  transform: rotate(-45deg);
}

.navigation_menu {
  width: 45%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background: #000;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.navigation_menu::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 1440px) {
  .navigation_menu {
    width: 50%;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 1120px) {
  .navigation_menu {
    width: 65%;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 1120px) and (max-width: 870px) {
  .navigation_menu {
    width: 100%;
  }
}

.navigation_menu .navigation_cnt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 100px;
  overflow-y: scroll;
}

@media only screen and (max-width: 870px) {
  .navigation_menu .navigation_cnt {
    align-items: center;
  }
}

@media only screen and (max-width: 870px) and (max-width: 550px) {
  .navigation_menu .navigation_cnt {
    padding: 0;
  }
}

.navigation_menu .navigation_cnt::-webkit-scrollbar {
  display: none;
}

.navigation_menu .navigation_cnt .nav_link a {
  font-size: 42px;
  letter-spacing: -2px;
  line-height: 120%;
  color: #fff;
  transition: all 0.1s ease-in-out;
  display: inline-block;
  font-family: satoshiB;
}

@media only screen and (max-width: 550px) {
  .navigation_menu .navigation_cnt .nav_link a {
    font-size: 36px;
  }
}

.navigation_menu .navigation_cnt .nav_link a:hover {
  color: #828894;
}

.navigation_menu .navigation_cnt .nav_link a.active {
  color: #828894;
}

.navigation_menu .navigation_cnt .navigation_social {
  display: flex;
  gap: 30px;
  margin-top: 50px;
}

@media only screen and (max-width: 550px) {
  .navigation_menu .navigation_cnt .navigation_social {
    display: none;
  }
}

.navigation_menu .navigation_cnt .navigation_social i {
  font-size: 36px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  color: #fff;
}

.navigation_menu .navigation_cnt .navigation_social i:hover {
  color: #828894;
}

.navigation_menu .navigation_cnt .navigation_policies {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

@media only screen and (max-width: 550px) {
  .navigation_menu .navigation_cnt .navigation_policies {
    margin-top: 40px;
  }
}

.navigation_menu .navigation_cnt .navigation_policies a {
  font-size: 20px;
  color: #fff;
  position: relative;
  transition: color 0.3s ease-in-out;
}

@media only screen and (max-width: 550px) {
  .navigation_menu .navigation_cnt .navigation_policies a {
    font-size: 14px;
  }
}

.navigation_menu .navigation_cnt .navigation_policies a::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #fff;
  transition: scale 0.3s ease-in-out;
}

.navigation_menu .navigation_cnt .navigation_policies a:hover {
  color: #828894;
}

.navigation_menu .navigation_cnt .navigation_policies a:hover::before {
  scale: 0;
}

#map {
  height: 36rem;
  width: 100%;
  margin-top: 96px;
}

.btn .btn_cnt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  height: 64px;
  color: #000;
  font-size: 18px;
  border-radius: 6px;
  transition: background 0.4s, color 0.6s;
  border: 1.5px solid #000;
}

.btn .btn_cnt .btn-text {
  display: block;
  padding-bottom: 2px;
  position: relative;
  overflow: hidden;
}

.btn .btn_cnt .btn-text span {
  display: block;
  position: relative;
  transform-origin: left top;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: satoshiB;
}

.btn .btn_cnt .btn-text span::after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: left top;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn .btn_cnt:hover {
  background: #000;
  color: #fff;
}

.btn .btn_cnt:hover .btn-text span {
  transform: translateY(-100%) skewY(-10deg);
}

.btn .btn_cnt:hover .btn-text span::after {
  transform: skewY(10deg);
}

.buttonContainer {
  text-align: center;
}

.footerRight {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.footerMiddle {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footerMiddle .top {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.footerMiddle .bottom {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.footerLeft {
  display: flex;
  flex-direction: column;
  align-items: start;
}

@media only screen and (max-width: 1120px) {
  .footerLeft {
    padding-bottom: 32px;
  }
}

.footerLeft img {
  max-width: 250px;
}

footer {
  padding: 100px 0;
}

@media only screen and (max-width: 1440px) {
  footer {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 550px) {
  footer {
    padding: 32px 0;
  }
}

footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
  footer .container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  footer .container {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .footerRight {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
  }

  .footerMiddle {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .footerMiddle .top {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .footerMiddle .bottom {
    display: flex;
    flex-direction: row;
  }

  .footerLeft {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

footer .container .footer_social {
  display: flex;
  gap: 30px;
}

@media only screen and (max-width: 1440px) {
  footer .container .footer_social {
    gap: 50px;
  }
}

footer .container .footer_social i {
  font-size: 36px;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
  color: #000;
}

@media only screen and (max-width: 550px) {
  footer .container .footer_social i {
    font-size: 28px;
  }
}

footer .container .footer_social i:hover {
  color: #828894;
}

a {
  text-decoration: none;
}

.formContainer {
  width: 100%;
  background-color: black;
  margin-top: 16px;
  margin-bottom: 16px;
}

.contactForm {
  width: 100%;
  gap: 48px;
  background-color: black;
}

.contactForm form {
  width: 100%;
}

.contactForm h1 {
  color: white;
  width: 100%;
  text-align: center;
  padding-top: 48px;
}

.formBottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 64px;

  @media only screen and (max-width: 1024px) {
    flex-direction: column;
    gap: 24px;
  }
}

.formBottom button {
  width: -moz-fit-content;
  width: fit-content;
  height: fit-content;
  outline: none;
  border: 1px solid #fff;
  color: #fff;
  background: none;
  padding: 30px 60px;
  border-radius: 6px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;

  @media only screen and (max-width: 1024px) {
    padding: 20px 40px;
    width: 100%;
  }
}


/* Customize the label (the container) */
.checboxContainer {
  display: block;
  color: #fff;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  font-size: 18px;
}

/* Hide the browser's default checkbox */
.formBottom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #000;
  border: #333 solid 1px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.formBottom input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checboxContainer .checkmark:after {
  content: '';
  position: absolute;
  left: 2px; /* Adjust this based on the size of the checkbox */
  top: 2px;  /* Adjust this based on the size of the checkbox */
  width: 16px;  /* Width of the orange square */
  height: 16px; /* Height of the orange square */
  background-color: #D33605;
}

.checkbox-link {
  color: gray;
  text-decoration: underline;
}

.formBottom > div {
  @media only screen and (max-width: 1024px) {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
}

.formBottom button:hover {
  background: #fff;
  color: #000;
  border: #000;
}

.contactForm .pDiv {
  width: 100%;
  text-align: center;
}

.contactForm p {
  color: white;
  width: 100%;
}

.checkbox-label {
  font-size: 1rem; /* Yazı boyutu */
  color: #f7f7f7; /* Yazı rengi */
  cursor: pointer; /* Metin üzerine gelindiğinde işaretçi */

  @media only screen and (max-width: 1024px) {
    font-size: 0.93rem;
  }
}

.beynart-logo {
  opacity: 100%;
  margin-top: 20px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.beynart-logo:hover {
  opacity: 50%;
}

/*.formContainer input{*/
/*  display: flex;*/
/*  height: fit-content;*/
/*  width: 100%;*/
/*  border-bottom: 1px solid currentColor;*/
/*  background-color: #000000;*/
/*  letter-spacing: -0.015625rem;*/
/*  border-color: #b0b0b0;*/
/*  padding-top: 0.25rem;*/
/*  padding-bottom: 0.25rem;*/
/*  outline: none;*/
/*}*/

.formContainer input {
  width: 100%;
  padding: 20px 0;
  outline: none;
  border: none;
  border-bottom: 1.5px solid #c0c0c0;
  background: none;
  margin-top: 8px;
  color: white;
}

.formContainer form input[type="submit"] {
  width: fit-content;
  margin-top: 80px;
  outline: none;
  border: 1px solid #000;
  background: none;
  padding: 20px 55px;
  border-radius: 50px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.formContainer form input[type="submit"]:hover {
  background: #000;
  color: #fff;
  scale: 1.1;
}

.be_office {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
}

@media (max-width: 1120px) {
  .be_office {
    display: flex;
    flex-direction: column;
  }
}

.be_office .left {
  width: 55%;
}

@media only screen and (max-width: 1120px) {
  .be_office .left {
    width: 100%;
  }
}

.be_office .right {
  width: 45%;
}

@media only screen and (max-width: 1120px) {
  .be_office .right {
    width: 100%;
  }
}

#overlay,
#overlay2 {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 8;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

#overlay.active,
#overlay2.active {
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  visibility: visible;
}

.desktop {
  display: block;

  @media only screen and (max-width: 1024px) {
    display: none;
  }
}

.mobile {
  display: none;

  @media only screen and (max-width: 1024px) {
    display: block;
  }
}

.image {
  overflow: hidden;
  width: 100%;
}

.image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 870px) {
  .heading_block {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

.heading_block h1 {
  width: 70%;
}

@media only screen and (max-width: 870px) {
  .heading_block h1 {
    width: 100%;
  }
}

.heading_blockc {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 870px) {
  .heading_blockc {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}

.heading_blockc h1 {
  width: 86%;
}

@media only screen and (max-width: 870px) {
  .heading_blockc h1 {
    width: 100%;
  }
}

.hero {
  height: 100vh;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 870px) {
  .hero {
    height: auto;
    padding-top: 40vw;
    padding-bottom: 10vw;
  }
}

@media only screen and (max-width: 870px) and (max-width: 550px) {
  .hero {
    padding-top: 220px;
    padding-bottom: 5vw;
  }
}

.hero h1 {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.hero .txt {
  margin-top: 10rem;
}

.hero .hero_img {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}

@media only screen and (max-width: 870px) {
  .hero .hero_img {
    display: none;
  }
}

.hero .hero_img img {
  width: 105%;
  height: 150%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}

.hero .hero_img:hover img {
  transform: scale(1.2);
}

.hero .img_1 {
  width: 15%;
  top: 1%;
  left: 20%;
}

.hero .img_2 {
  width: 25%;
  right: 7%;
  top: 15%;
}

.hero .img_3 {
  width: 18%;
  left: 0;
  bottom: 15%;
}

.hero .img_4 {
  width: 25%;
  bottom: 0%;
  left: 15%;
}

.hero .img_5 {
  width: 16%;
  right: 0%;
  top: 38%;
}

.hero .img_6 {
  width: 30%;
  right: 10%;
  bottom: 0%;
}

.hero_heading {
  overflow: hidden;
}

.about {
  display: flex;
  gap: 100px;
}

@media only screen and (max-width: 1680px) {
  .about {
    gap: 8.3vw;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1120px) {
  .about {
    flex-direction: column;
    gap: 2vw;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1120px) and (max-width: 870px) {
  .about {
    gap: 5vw;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1120px) and (max-width: 870px) and (max-width: 390px) {
  .about {
    gap: 10vw;
  }
}

.about > div {
  width: 100%;
}

.method {
  display: flex;
  align-items: center;
  gap: 180px;
}

@media only screen and (max-width: 1680px) {
  .method {
    gap: 8.3vw;
  }
}

.method .left {
  width: 35%;
}

.about_first .left {
  width: 55%;
  padding-left: 7rem;
  padding-right: 0.5rem;
}

@media only screen and (max-width: 1120px) {
  .about_first .left {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media only screen and (max-width: 1120px) {
  .about_first {
    flex-direction: column-reverse;
  }
}

.about_secondary .right {
  width: 35%;
  padding-right: 5rem;
  padding-left: 0.5rem;
}

.about_secondary .left {
  width: 65%;
}

@media only screen and (max-width: 1120px) {
  .about_secondary {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1120px) {
  .about_secondary .left {
    width: 100%;
  }
}

@media only screen and (max-width: 1120px) {
  .about_secondary .right {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.about_third .right {
  width: 35%;
}

.about_third .left {
  width: 65%;
  padding-left: 5rem;
}

@media only screen and (max-width: 1120px) {
  .about_third {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 1120px) {
  .about_third .left {
    width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media only screen and (max-width: 1120px) {
  .about_third .right {
    width: 100%;
  }
}

.about_forth .right {
  width: 35%;
}

.about_forth.left {
  width: 65%;
}

@media only screen and (max-width: 1120px) {
  .about_forth {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1120px) {
  .about_forth .left {
    width: 100%;
  }
}

@media only screen and (max-width: 1120px) {
  .about_forth .right {
    width: 100%;
  }
}

.method .left .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1440px) {
  .method .left .image img {
    width: 180%;
  }
}

@media only screen and (max-width: 1120px) {
  .method .small_photo {
    display: none;
  }
}

/* @media only screen and (max-width: 1120px) {
  .method {
    flex-direction: column;
  }
} */

.method .right {
  width: 65%;
}

@media only screen and (max-width: 1120px) {
  .method .right {
    width: 100%;
  }
}

.method .right .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1120px) {
  .method .right .image img {
    width: 120%;
  }
}

@media only screen and (max-width: 1120px) {
  .method .right .containerPR {
    padding-left: 8.3vw;
    padding-right: 8.3vw;
  }
}

@media only screen and (max-width: 1120px) and (max-width: 550px) {
  .method .right .containerPR {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.preview {
  position: absolute;
  width: 300px;
  height: 300px;
  overflow: hidden;
  pointer-events: none;
  transform-origin: center;
  transform: scale(0);
  z-index: 2;
}

.preview .preview-img {
  width: 100%;
  height: 100%;
  background: url(../../../assests/images/home/projects.png);
  background-size: cover;
  background-position: 0 0;
  pointer-events: none;
}

@media only screen and (max-width: 1120px) {
  .preview {
    display: none;
  }
}

.project {
  width: 100%;
  padding: 2.5em 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5vw;
  border-bottom: 1px solid rgba(66, 66, 66, 0.125);
  cursor: pointer;
}

@media only screen and (max-width: 870px) {
  .project {
    flex-direction: column;
    gap: 2.5vw;
  }
}

.project > div {
  width: 100%;
}

.project p {
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  font-family: satoshiM;
}

#header p {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: rgb(187, 187, 187);
  font-family: satoshiM;
}

@media only screen and (max-width: 870px) {
  #header {
    display: none;
  }
}

.awwards .awwards_cnt .row {
  display: flex;
  align-items: center;
  gap: 200px;
  padding: 40px 0;
}

@media only screen and (max-width: 1440px) {
  .awwards .awwards_cnt .row {
    gap: 150px;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 870px) {
  .awwards .awwards_cnt .row {
    gap: 80px;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 870px) and (max-width: 550px) {
  .awwards .awwards_cnt .row {
    flex-direction: column;
    text-align: center;
    gap: 30px;
    padding: 60px 0;
  }
}

.awwards .awwards_cnt .row:nth-child(2) {
  border-bottom: 1px solid rgba(66, 66, 66, 0.125);
  border-top: 1px solid rgba(66, 66, 66, 0.125);
}

.awwards .awwards_cnt .row img {
  width: 250px;
  filter: grayscale(100%);
}

@media only screen and (max-width: 1440px) {
  .awwards .awwards_cnt .row img {
    width: 200px;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 870px) {
  .awwards .awwards_cnt .row img {
    width: 150px;
  }
}

.awwards .awwards_cnt .row p {
  width: 50%;
}

@media only screen and (max-width: 870px) {
  .awwards .awwards_cnt .row p {
    width: 100%;
  }
}

.block {
  display: flex;
  justify-content: start;
}

@media only screen and (max-width: 1120px) {
  .block {
    flex-direction: column;
    gap: 8vw;
  }
}

@media only screen and (max-width: 1120px) and (max-width: 550px) {
  .block {
    gap: 12vw;
  }
}

.block .image {
  width: 40%;
}

@media only screen and (max-width: 1680px) {
  .block .image {
    width: 50%;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1120px) {
  .block .image {
    width: 100%;
    height: 85vh;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1120px) and (max-width: 870px) {
  .block .image {
    height: 70vh;
  }
}

.block .image img {
  scale: 1.4;
}

@media only screen and (max-width: 1120px) {
  .block .image img {
    scale: 1;
  }
}

.block .txt {
  width: 50%;
}

@media only screen and (max-width: 1680px) {
  .block .txt {
    width: 60%;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1120px) {
  .block .txt {
    width: 100%;
  }
}

.block .txt > div {
  border-top: 1px solid rgba(66, 66, 66, 0.125);
}

.block .txt > div p {
  width: 70%;
}

:root {
  --marquee-width: 100%;
  --marquee-height: auto;
  --marquee-elements-displayed: 4.5;
  --marquee-element-width: calc(
    var(--marquee-width) / var(--marquee-elements-displayed)
  );
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

@media only screen and (max-width: 870px) {
  :root {
    --marquee-elements-displayed: 3;
  }
}

@media only screen and (max-width: 870px) and (max-width: 550px) {
  :root {
    --marquee-elements-displayed: 2.5;
  }
}

@media only screen and (max-width: 870px) and (max-width: 550px) and (max-width: 390px) {
  :root {
    --marquee-elements-displayed: 1.5;
  }
}

.marquee_Section .marquee {
  width: var(--marquee-width);
  height: var(--marquee-height);
  overflow: hidden;
  position: relative;
}

.marquee_Section .marquee-content {
  list-style: none;
  height: fit-content;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}

.marquee_Section .marquee-content:hover {
  animation-play-state: paused;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(
      calc(-1 * var(--marquee-element-width) * var(--marquee-elements))
    );
  }
}

.marquee_Section .marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--marquee-element-width);
  white-space: nowrap;
}

.marquee_Section .marquee-content li img {
  width: 180px;
  filter: grayscale(100%);
}

@media only screen and (max-width: 1440px) {
  .marquee_Section .marquee-content li img {
    width: 150px;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 870px) {
  .marquee_Section .marquee-content li img {
    width: 120px;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 870px) and (max-width: 550px) {
  .marquee_Section .marquee-content li img {
    width: 100px;
  }
}

.swiper {
  width: 100%;
  height: 120%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-slide {
  width: 50%;
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80vh;
  width: 100%;
  cursor: grab;
}

@media only screen and (max-width: 1120px) {
  .mySwiper2 {
    height: 50vh;
  }
}

@media only screen and (max-width: 1120px) and (max-width: 870px) {
  .mySwiper2 {
    height: 40vh;
  }
}

.mySwiper {
  height: 20vh;
  box-sizing: border-box;
  padding: 20px 0;
  cursor: pointer;
}

@media only screen and (max-width: 1120px) {
  .mySwiper {
    height: 150px;
  }
}

@media only screen and (max-width: 1120px) and (max-width: 390px) {
  .mySwiper {
    height: 120px;
  }
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  filter: grayscale(100%);
}

.mySwiper .swiper-slide-thumb-active {
  filter: grayscale(0%);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider {
  width: 100%;
}

@media only screen and (max-width: 1120px) {
  .slider {
    width: 100%;
  }
}

.team {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}

@media only screen and (max-width: 1440px) {
  .team {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 870px) {
  .team {
    gap: 30px;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 870px) and (max-width: 550px) {
  .team {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

.team .card img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1440px) {
  .team .card img {
    height: 500px;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 1120px) {
  .team .card img {
    height: 400px;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 1120px) and (max-width: 870px) {
  .team .card img {
    height: 350px;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 1120px) and (max-width: 870px) and (max-width: 550px) {
  .team .card img {
    height: 300px;
  }
}

.team .card .txt {
  padding: 0 20px;
}

@media only screen and (max-width: 550px) {
  .team .card .txt {
    padding: 0 10px;
  }
}

.about_block .wrapper {
  display: flex;
  gap: 180px;
  align-items: last baseline;
}

@media only screen and (max-width: 1680px) {
  .about_block .wrapper {
    gap: 8.3vw;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1120px) {
  .about_block .wrapper {
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
}
/* 
@media only screen and (max-width: 1680px) and (max-width: 1120px) and (max-width: 550px) {
  .about_block .wrapper {
    gap: 15vw;
  }
} */

.about_block .wrapper > div:nth-child(1) {
  width: 60%;
}

@media only screen and (max-width: 1120px) {
  .about_block .wrapper > div:nth-child(1) {
    width: 100%;
  }
}

.about_block .wrapper > div:nth-child(2) {
  width: 25%;
}

@media only screen and (max-width: 1120px) {
  .about_block .wrapper > div:nth-child(2) {
    width: 100%;
  }

  .about_block .wrapper > div:nth-child(2) img {
    height: 700px;
  }
}

@media only screen and (max-width: 1120px) and (max-width: 550px) {
  .about_block .wrapper > div:nth-child(2) {
    width: 100%;
  }

  .about_block .wrapper > div:nth-child(2) img {
    height: 70vh;
  }
}

.about_block .blockImage {
  margin-top: 180px;
  padding-left: 180px;
}

@media only screen and (max-width: 1120px) {
  .about_block .blockImage {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1120px) and (max-width: 870px) {
  .about_block .blockImage {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 1120px) and (max-width: 870px) and (max-width: 550px) {
  .about_block .blockImage {
    padding-top: 100px;
  }
}

.appointment_cnt {
  width: 60%;
  height: 100%;
  overflow-y: scroll;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  padding: 130px 40px;
  visibility: hidden;
  transform: translateX(-20vw);
}

@media only screen and (max-width: 1120px) {
  .appointment_cnt {
    padding: 100px 24px;
    width: 50%;
  }
}

@media only screen and (max-width: 1120px) and (max-width: 870px) {
  .appointment_cnt {
    padding: 100px 50px;
    width: 80%;
  }
}

@media only screen and (max-width: 1120px) and (max-width: 870px) and (max-width: 550px) {
  .appointment_cnt {
    padding: 100px 30px;
    width: 100%;
  }
}

.appointment_cnt::-webkit-scrollbar {
  display: none;
}

.appointment_cnt .close_app {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  padding: 20px;
}

@media only screen and (max-width: 550px) {
  .appointment_cnt .close_app {
    right: 15px;
    top: 15px;
  }
}

.appointment_cnt .close_app i {
  font-size: 20px;
}

.appointment_cnt form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.appointment_cnt form input[type="text"],
.appointment_cnt form input[type="email"],
.appointment_cnt form input[type="tel"] {
  width: 50%;
  padding: 20px 0;
  outline: none;
  border: none;
  border-bottom: 1.5px solid #dad9d9;
  background: none;
  font-size: 18px;
  margin-top: 60px;
}

.appointment_cnt form input[type="text"]::-moz-placeholder,
.appointment_cnt form input[type="email"]::-moz-placeholder,
.appointment_cnt form input[type="tel"]::-moz-placeholder {
  color: #c0c0c0;
  font-size: 18px;
}

.appointment_cnt form input[type="text"]::placeholder,
.appointment_cnt form input[type="email"]::placeholder,
.appointment_cnt form input[type="tel"]::placeholder {
  color: #c0c0c0;
  font-size: 18px;
}

@media only screen and (max-width: 1120px) {
  .appointment_cnt form input[type="text"],
  .appointment_cnt form input[type="email"],
  .appointment_cnt form input[type="tel"] {
    width: 100%;
  }
}

.appointment_cnt form input[type="submit"] {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 80px;
  outline: none;
  border: 1px solid #000;
  background: none;
  padding: 20px 55px;
  border-radius: 50px;
  font-size: 14px;
  font-family: satoshiM;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.appointment_cnt form input[type="submit"]:hover {
  background: #000;
  color: #fff;
  scale: 1.1;
}

.appointment_cnt img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact {
  padding-top: 250px;
  display: flex;
  gap: 180px;
}

@media only screen and (max-width: 1680px) {
  .contact {
    gap: 7.8vw;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 550px) {
  .contact {
    flex-direction: column;
    gap: 15vw;
    padding-top: 150px;
  }
}

.contact img {
  height: 100vh;
}

@media only screen and (max-width: 1440px) {
  .contact img {
    height: 80vh;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 1120px) {
  .contact img {
    height: 600px;
  }
}

@media only screen and (max-width: 1440px) and (max-width: 1120px) and (max-width: 550px) {
  .contact img {
    height: 80vh;
  }
}

.contact .left {
  width: 100%;
}

.contact .right {
  width: 100%;
  margin-top: 20vw;
}

@media only screen and (max-width: 1120px) {
  .contact .right {
    margin-top: 30vw;
  }
}

@media only screen and (max-width: 1120px) and (max-width: 550px) {
  .contact .right {
    margin-top: 0;
  }
}

.contact .right a {
  font-size: 20px;
  color: #000;
  position: relative;
  transition: color 0.3s ease-in-out;
}

.contact .right a::before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #000;
  transition: scale 0.3s ease-in-out;
}

.contact .right a:hover {
  color: #828894;
}

.contact .right a:hover::before {
  scale: 0;
}

.brands .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}

.brands .row img {
  width: 180px;
  filter: grayscale(100%);
}

@media only screen and (max-width: 1680px) {
  .brands .row img {
    width: 140px;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1120px) {
  .brands .row img {
    margin: 0 50px;
    width: 120px;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1120px) and (max-width: 870px) {
  .brands .row img {
    width: 100px;
    margin: 0 30px;
  }
}

@media only screen and (max-width: 1680px) and (max-width: 1120px) and (max-width: 870px) and (max-width: 390px) {
  .brands .row img {
    width: 80px;
    margin: 0 20px;
  }
}

.brands .Row1 {
  margin-top: 120px;
}

#hero {
  position: relative;
}

@media only screen and (max-width: 870px) {
  #hero {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }
}

#hero .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#hero .txt {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 1024px) {
  #hero .txt {
    margin-top: 3rem;
    margin-left: 6rem;
  }
}

@media only screen and (max-width: 870px) {
  #hero .txt {
    text-align: left;
  }
}

#about .about_block {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1120px) {
  #about .about_block {
    flex-direction: column;
  }
}

#about .about_block .txt {
  width: 50%;
  padding: 50px;
}

@media only screen and (max-width: 1120px) {
  #about .about_block .txt {
    width: 100%;
    padding: 0;
    padding-bottom: 100px;
  }
}

#about .about_block .image {
  width: 50%;
}

@media only screen and (max-width: 1120px) {
  #about .about_block .image {
    width: 100%;
  }
}

#about .about_block .image img {
  width: 150%;
}

@media only screen and (max-width: 1120px) {
  #about .about_block .image img {
    width: 120%;
  }
}

@media only screen and (max-width: 1120px) and (max-width: 550px) {
  #about .about_block .image img {
    width: 200%;
  }
}

@media only screen and (max-width: 1120px) {
  #about .about_block:nth-child(2) {
    flex-direction: column-reverse;
  }
}

#awwards {
  display: flex;
  gap: 150px;
  align-items: center;
}

@media only screen and (max-width: 1440px) {
  #awwards {
    gap: 100px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

#awwards img {
  width: 250px;
  filter: grayscale(100%);
}

@media only screen and (max-width: 1440px) {
  #awwards img {
    width: 200px;
  }
}

.subPage_header {
  padding-top: 250px;
  width: 100%;
}

@media only screen and (max-width: 1120px) {
  .subPage_header {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 1120px) and (max-width: 550px) {
  .subPage_header {
    padding-top: 130px;
  }
}

.subPage_header h1,
.subPage_header p {
  width: 70%;
}

@media only screen and (max-width: 1120px) {
  .subPage_header h1,
  .subPage_header p {
    width: 100%;
  }
}

.svgSection {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.svgBorder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: #000 solid 2px;
}

.svgBorder:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: #ccc solid 2px;
}

@media only screen and (max-width: 1120px) and (max-width: 550px) {
  .svgBorder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: #000 solid 0px;
  }

  .svgBorder:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: #ccc solid 0px;
  }
}

.svgContainer {
  display: flex;
  flex-direction: column;
  width: fit-content;
  height: fit-content;
  align-items: center;
}

.svgContainer p {
  line-height: normal;
  text-align: center;
}

#bullets {
  display: flex;
  gap: 120px;
  justify-content: center;

  @media only screen and (max-width: 1024px) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px;
  }
}

@media only screen and (max-width: 1440px) {
  #bullets {
    gap: 100px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

#bullets img {
  width: 250px;
  filter: grayscale(100%);
}

@media only screen and (max-width: 1440px) {
  #bullets img {
    width: 200px;
  }
}

.bgBLACK {
  background-color: #000;
}

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

#form-finite-status {
  padding-bottom: 40px;
}

#form-finite-message {
  background-color: #333;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
