html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  /* font-family: "Manrope", sans-serif; */
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 40px;
  height: 40px;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
}

/* navbar */

nav .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
}

nav .nav-link:hover {
  color: #868686 !important;
}

nav .btn {
  width: 150px;
  background-color: #000;
  color: #fff;
}
nav .btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

nav .navbar-brand img {
  width: 170px;
  margin-top: 15px;
}

/* Banner  */

.home_page .banner h1 {
  font-size: 79px;
  line-height: 80px;
  /* margin: 200px 0; */
  font-weight: 700;
}
.work_page .banner h1,
.service_page .banner h1,
.about_page .banner h1,
.contact_page .banner h1,
.client_page .banner h1,
.career_page .banner h1 {
  font-size: 79px;
  line-height: 80px;
  /* margin: 200px 0; */
  font-weight: 700;
}

.work_page .banner h1,
.service_page .banner h1,
.about_page .banner h1,
.contact_page .banner h1,
.client_page .banner h1,
.career_page .banner h1 {
  margin: 0;
}

.work_page .banner,
.service_page .banner,
.about_page .banner,
.contact_page .banner,
.client_page .banner,
.career_page .banner {
  margin: 150px 0;
}

.work_page .banner h3,
.service_page .banner h3,
.about_page .banner h3,
.contact_page .banner h3,
.client_page .banner h3,
.career_page .banner h3 {
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  color: #000;
}

.about_page .banner p,
.contact_page .banner p,
.client_page .banner p,
.career_page .banner p {
  color: #919191;
  font-size: 16px;
  line-height: 23px;
  font-weight: 600;
}

.career_page .banner a button {
  width: 135px;
}

.career_page .banner a button:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.contact_page .banner h2 {
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact_page .banner h6 {
  color: #000;
  font-size: 15px;
  line-height: 19px;
}

.work_page .banner h4 {
  font-size: 16px;
  font-weight: 700;
}

.work_page .banner h5 {
  font-size: 14px;
}

/* Home Page  */

/* About  */

.home_page .about img {
  height: 720px;
  object-fit: cover;
  cursor: url("../images/showreel.png"), auto;
}

.home_page .about .show-reel button {
  background-color: #000;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  position: absolute;
  right: 200px;
  margin-top: -200px;
}

.home_page .about h3 {
  font-size: 32px;
  line-height: 40px;
  margin: 150px auto;
  width: 75%;
  font-weight: 600;
}

/* brands  */

.home_page .brands h3 {
  font-size: 16px;
  font-weight: 700;
}

.home_page .brands ul li button {
  font-size: 16px;
  color: #000;
  border: none;
  padding: 0 20px 0 3px;
  box-shadow: none;
}

.home_page .brands ul li button .dot {
  background-color: #000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 5px auto;
  display: none;

}

.home_page .brands ul li button.active {
  font-weight: 700;
  color: #000;
}

.home_page .brands ul li button.active .dot {
  display: block !important;
}

.home_page .brands .tab-content .head-text {
  margin: 60px 0 40px 13px;
}

.home_page .brands .tab-content .text h2 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 40px;
}

.home_page .brands .tab-content .text p {
  color: #919191;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin: 20px 0 30px;
}

.home_page .brands .tab-content .btn {
  width: 170px;
}

.home_page .brands .tab-content .btn:hover,
.home_page .case_studies a button:hover {
  background-color: #000;
  color: #fff;
}

.home_page .brands .tab-content .image .images {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin-bottom: 20px;
}

.home_page .brands .tab-content .image .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7);
}

.home_page .brands .tab-content .image .work-cards {
  position: relative;
}

.home_page .brands .tab-content .image .work-cards .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_page .brands .tab-content .image .work-cards:hover .overlay {
  opacity: 1;
}

.home_page .brands .tab-content .image .text {
  color: white;
  font-size: 25px;
  font-weight: 700;
}

/* Services  */

.home_page .services h3,
.home_page .case_studies h3 {
  font-size: 16px;
  font-weight: 700;
}

.home_page .services p {
  color: #919191;
  font-size: 16px;
  line-height: 22px;
  margin-top: 190px;
  width: 70%;
}

.home_page .services .goto_links a h2 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}

.home_page .services .goto_links a img {
  width: auto;
  height: auto;
  object-fit: contain;
  display: none;
  margin-top:-4px;
}

.home_page .services .goto_links a:hover img {
  display: block !important;
}

/* Client */

.home_page .case_studies {
  background-color: #f5f6f8;
}

.home_page .case_studies h2 {
  font-size: 24px;
  line-height: 32px;
}

.home_page .case_studies a button {
  width: 150px;
  margin-top: 30px;
}
/* 
.marquee {
  display: flex;
  block-size: var(--marquee-item-height);
  margin-block: var(--marquee-item-height);
  position: relative;
  overflow-x: hidden;
  mask-image: linear-gradient(
    to right,
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee--8 {
  --marquee-item-width: 100px;
  --marquee-item-height: 100px;
  --marquee-duration: 36s;
  --marquee-items: 8;
}

.marquee--3 {
  --marquee-item-width: 150px;
  --marquee-item-height: 150px;
  --marquee-duration: 24s;
  --marquee-items: 3;
}

.marquee--6 {
  --marquee-item-width: 205px;
  --marquee-item-height: 120px;
  --marquee-duration: 32s;
  --marquee-items: 6;
  margin: 0;
}

.marquee__item {
  --marquee-item-offset: max(
    calc(var(--marquee-item-width) * var(--marquee-items)),
    calc(100% + var(--marquee-item-width))
  );
  --marquee-delay: calc(
    var(--marquee-duration) / var(--marquee-items) *
      (var(--marquee-items) - var(--marquee-item-index)) * -1
  );
  position: absolute;
  inset-inline-start: var(--marquee-item-offset);
  transform: translateX(-50%);
  animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;

  object-fit: contain;
  height: 120px;
  width: 295px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ededed;
}

.marquee__item img {
  object-fit: contain;
  margin: 0 auto;
}

.marquee--6 .marquee__item:nth-of-type(1) {
  --marquee-item-index: 1;
}

.marquee--6 .marquee__item:nth-of-type(2) {
  --marquee-item-index: 2;
}

.marquee--6 .marquee__item:nth-of-type(3) {
  --marquee-item-index: 3;
}

.marquee--6 .marquee__item:nth-of-type(4) {
  --marquee-item-index: 4;
}

.marquee--6 .marquee__item:nth-of-type(5) {
  --marquee-item-index: 5;
}

.marquee--6 .marquee__item:nth-of-type(6) {
  --marquee-item-index: 6;
}

@keyframes go {
  to {
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
} */

:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-text: papayawhip;
    --color-bg: navy;
    --color-bg-accent: #2626a0;
  }
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  /* gap: var(--gap); */
  /* mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  ); */
  border: 1px solid #ededed;
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  /* gap: var(--gap); */
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

/* Element styles */
.marquee svg {
  /* display: grid; */
  /* place-items: center; */
  /* width: var(--size); */
  /* fill: var(--color-text); */
  border: 1px solid #ededed;
  /* aspect-ratio: 16/9; */
  /* padding: calc(var(--size) / 10); */
  /* border-radius: 0.5rem; */
  padding: 35px;
  height: 150px;
  width: 300px;
}

/* Parent wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  /* gap: var(--gap); */
  margin: auto;
  max-width: 100vw;
}

@keyframes fade {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

/* Contact  */

.home_page .contact,
.about_page .contact,
.client_page .contact,
.service_page .contact {
  background-color: #f5f6f8;
  text-align: center;
}

.home_page .contact h2,
.about_page .contact h2,
.client_page .contact h2,
.service_page .contact h2{
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.home_page .contact .btn,
.about_page .contact .btn,
.service_page .contact .btn,
.client_page .contact .btn {
  width: 150px;
  background-color: #000;
  color: #fff;
  margin: 20px auto 0;
}

.home_page .contact .btn:hover,
.about_page .contact .btn:hover,
.service_page .contact .btn:hover,
.client_page .contact .btn:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}

/* Footer  */

footer {
  background-color: #000;
}
footer h2 {
  font-size: 18px;
  color: #fff;
}

footer a p {
  font-size: 14px;
  color: #848484;
  margin-bottom: 0;
}

footer p {
  font-size: 14px;
  color: #848484;
}

footer .footer-bot li a:hover {
  color: #fff;
  font-size: 14px;
  margin: 0 15px 0 0;
  text-transform: capitalize;
  color: #fff;
}
footer .footer-bot li a {
  color: #fff;
  font-size: 14px;
  margin: 0 15px 0 0;
  text-transform: capitalize;
}

footer .footer-bot a,
footer .footer-bot p {
  font-size: 14px;
  color: #fff;
  margin: 0 15px 0 0;
  padding: 0px;
}

/* Work Page */

.work_page .brands img{
  height: 580px;
  margin-bottom: 20px;
  object-fit: cover;
}

.work_page .contact,
.service_page .contact,
.about_page .contact,
.client_page .contact {
  background-color: #fff;
}


/* Service Page  */

.service_page .service_main .number {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.service_page .service_main .text h2 {
  font-size: 44px;
  font-weight: 700;
}

.service_page .service_main .text p {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  text-align: justify;
}

.service_page .service_main .text .badge-group .badge {
  background-color: #e9e9e9;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #000;
  font-size: 14px;
  padding: 0 20px;
  margin: 0 10px 10px 0;
}

.service_page .service_main img {
  height: 440px;
  object-fit: cover;
  cursor: url("../images/view-project.png"), auto;
}

/* About Page  */

.about_page .stats h2 {
  font-size: 85px;
  font-weight: 700;
  margin-bottom: 0;
}

.about_page .stats h2 span {
  position: relative;
  top: -20px;
  left: -20px;
}

.about_page .stats p {
  font-size: 18px;
  font-weight: 600;
  margin-left: 6px;
}

.about_page .how_we_work {
  background-color: #f5f6f8;
}

.about_page .how_we_work h6,
.about_page .our_team h6 {
  font-size: 16px;
  font-weight: 700;
}

.about_page .how_we_work h3,
.about_page .our_team h3 {
  font-size: 32px;
  line-height: 37px;
  font-weight: 600;
}

.about_page .how_we_work p,
.about_page .our_team p {
  font-size: 16px;
  line-height: 23px;
  color: #919191;
}

.about_page .how_we_work .accordion .accordion-item,
.about_page .how_we_work .accordion .accordion-item h2 button {
  background-color: transparent !important;
}

.about_page .how_we_work .accordion-button:not(.collapsed) {
  color: #000;
  box-shadow: none;
  outline: none;
}

.about_page .how_we_work .accordion h2 button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  padding-left: 0;
  padding-right: 0;
}
.about_page .how_we_work .accordion h2 button:hover {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  padding-left: 0;
  padding-right: 0;
  color: #000;
}

.about_page .our_team .team-slider img {
  height: 400px;
  object-fit: cover;
  object-position: top;
}

.about_page .our_team .containe {
  padding-left: 120px;
}

.about_page .our_team .team-slider .owl-nav {
  display: none;
}

.about_page .our_team .team-slider h2 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.about_page .our_team .team-slider p {
  font-size: 12px;
  color: #919191;
  margin-top: 5px;
}

/* Contact  */

.contact_page .form {
  background-color: #f5f6f8;
}

.contact_page .form h2 {
  font-size: 32px;
  font-weight: 700;
}

.contact_page .form input {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  background-color: transparent;
  border-radius: 0px;
  padding: 0;
  padding-bottom: 10px;
}

.contact_page .form input::placeholder {
  font-size: 18px;
  color: #000;
}
/* 
.contact_page .badge-group .badge {
  background-color: #e9e9e9;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #000;
  font-size: 14px;
  padding: 0 20px;
  margin: 0 10px 10px 0;
}

.contact_page .badge-group .badge:hover {
  background-color: #000;
  color: #fff;
} */

.contact_page .form .wrap { 
  margin: auto;
  /*this to solve "the content will not be cut when the window is smaller than the content": */
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}
.contact_page .form .wrap label {
  position: relative;
  display: inline-block;
  text-align: center;
}

.contact_page .form .wrap .btn:hover {
  cursor: pointer !important;
}

.contact_page .form .wrap .btn:active {
  box-shadow: 0 1px #666 !important;
  transform: translateY(2px) !important;
}

.contact_page .form .wrap .btn {
  font-size: 15px;
  font-weight: bold;
  height: 35px;
  width: 100px;
  box-shadow: 0 3px #999;
  text-align: center;
}
.contact_page .form .wrap .btn-sık {
  transition: all 0.2s ease;
  background-color: #e9e9e9;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #000;
  font-size: 14px;
  border: none;
  padding: 0 20px;
  margin: 0 10px 10px 0;
  box-shadow: none;
  width: auto;

}
/* 
.contact_page .form .wrap .btn-sık::selection {
  background: green;
} */

.contact_page .form .wrap input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.contact_page .form .wrap input[type="radio"] + div {
  position: relative;
}
.contact_page .form .wrap input[type="radio"]:checked + div {
  background-color: #e9e9e9;
}
/* .contact_page .form .wrap input[type="radio"]:checked + div > span {
  color: white;
} */
/* .contact_page .form .wrap input[type="radio"] + div > span {
  position: relative;
  top: 25%;
} */

.contact_page .form .wrap input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}

.contact_page .form .wrap input[type="checkbox"] + div {
  position: relative;
}
.contact_page .form .wrap input[type="checkbox"]:checked + div {
  background-color: #000;
}
.contact_page .form .wrap input[type="checkbox"]:checked + div > span {
  color: white;
}

@keyframes fall {
  100% {
    -webkit-transform: translate(-5px, 5px) rotate(30deg);
    -moz-transform: translate(-5px, 5px) rotate(30deg);
    -o-transform: translate(-5px, 5px) rotate(30deg);
    -ms-transform: translate(-5px, 5px) rotate(30deg);
    transform: translate(-5px, 5px) rotate(30deg);
  }
}

@-moz-keyframes fall {
  100% {
    -webkit-transform: translate(-5px, 5px) rotate(30deg);
    -moz-transform: translate(-5px, 5px) rotate(30deg);
    -o-transform: translate(-5px, 5px) rotate(30deg);
    -ms-transform: translate(-5px, 5px) rotate(30deg);
    transform: translate(-5px, 5px) rotate(30deg);
  }
}

@-webkit-keyframes fall {
  100% {
    -webkit-transform: translate(-5px, 5px) rotate(30deg);
    -moz-transform: translate(-5px, 5px) rotate(30deg);
    -o-transform: translate(-5px, 5px) rotate(30deg);
    -ms-transform: translate(-5px, 5px) rotate(30deg);
    transform: translate(-5px, 5px) rotate(30deg);
  }
}

.contact_page .form label {
  font-size: 18px;
  color: #000;
}

.contact_page .form textarea {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  background-color: transparent;
  border-radius: 0px;
  padding: 0;
  padding-bottom: 10px;
  margin-top: 33px;
  width: 100%;
  font-size: 18px;
  outline: none;
}

.contact_page .form .btn {
  background-color: #000;
  color: #fff;
  width: 150px;
  margin-left: auto;
}

/* Client Page  */

.client_page .testimonial {
  background-color: #f5f6f8;
}

.client_page .testimonial img {
  height: 380px;
  object-fit: cover;
}

.client_page .testimonial .text {
  height: 380px;
  display: flex;
  align-items: center;
}

.client_page .testimonial .text h3 {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  width: 85%;
}

.client_page .testimonial .text h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
}

.client_page .testimonial .text h6 {
  font-size: 12px;
  color: #8a8a8a;
  text-transform: uppercase;
}

.client_page .testimonial .carousel-indicators [data-bs-target] {
  width: 3px;
  height: 30px;
}

.client_page .testimonial .carousel-indicators button {
  background-color: #000;
  opacity: 0.3;
  border-bottom: 1px solid #000;
}

.client_page .testimonial .carousel-indicators button.active {
  opacity: 1;
}

.client_page .testimonial .carousel-indicators {
  display: grid;
  justify-content: right;
  margin-right: unset;
  bottom: unset;
  top: 90px;
}

.client_page .client-group .col-md {
  padding: 0;
}

.client_page .client-group .card {
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: none;
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.client_page .client-group {
  border-color: #dfdfdf;
}

.work_page .work_details .image1 {
  height: 700px;
  object-fit: cover;
}

.work_page .work_details .image2 {
  height: 440px;
  object-fit: cover;
}

.work_page .work_details h2 {
  font-size: 32px;
  line-height: 37px;
  font-weight: 600;
  text-align: center;
  margin: 100px auto;
}

.work_page .work_details h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  width: 55%;
  margin: 80px 0;
}

.work_page .related_work h2 {
  font-size: 32px;
  font-weight: 700;
}

.work_page .related_work .card {
  border-radius: 0;
  border: none;
}

.work_page .related_work .card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.work_page .related_work .card p {
  font-size: 14px;
}

.career_page .career_about .image1 {
  height: 720px;
  object-fit: cover;
}

.career_page .career_about .image2 {
  height: 380px;
  object-fit: cover;
}

.career_page .career_about .text {
  height: 380px;
  display: flex;
  align-items: center;
}

.career_page .career_about .text h2 {
  font-size: 32px;
  font-weight: 700;
}

.career_page .career_about .text p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 20px;
  width: 80%;
}

.career_page .work_with_us {
  background-color: #f5f6f8;
}

.career_page .work_with_us h2 {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
}

.career_page .work_with_us .accordion .accordion-item,
.career_page .work_with_us .accordion .accordion-item h2 button {
  background-color: transparent !important;
  color: #000;
}

.career_page .work_with_us .accordion-button:not(.collapsed) {
  color: #000;
  box-shadow: none;
  outline: none;
}

.career_page .work_with_us .accordion-button:focus {
  box-shadow: none !important;
}

.career_page .work_with_us .accordion h2 button {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  padding: 25px 0px;
}

.career_page .work_with_us .accordion h2 button p {
  text-transform: uppercase;
  font-size: 13px !important;
  font-weight: 400;
  color: #848484;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 0;
}

.career_page .work_with_us .accordion label {
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

.career_page .work_with_us .accordion p {
  font-size: 15px;
  margin-top: 5px;
}

.career_page .work_with_us .accordion ul li {
  font-size: 14px;
  list-style-type: disc;
  margin-top: 5px;
}

.career_page .career_form h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.career_page .career_form input {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  background-color: transparent;
  border-radius: 0px;
  padding: 0;
/*  padding-bottom: 20px;*/
}

.career_page .career_form input::placeholder {
  font-size: 18px;
  color: #000;
}

.career_page .career_form label {
  font-size: 18px;
  color: #000;
/*  padding-bottom: 15px;*/
}

.career_page .career_form textarea {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  background-color: transparent;
  border-radius: 0px;
  padding: 0;
  padding-bottom: 15px;
  margin-top: 30px;
  width: 100%;
  font-size: 18px;
  outline: none;
  color: #000;
}

.career_page .career_form .btn {
  background-color: #000;
  color: #fff;
  width: 150px;
  margin-left: auto;
  border-color: #000;
}

.wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.btn:hover {
    background-color: #555;
}

textarea.form-control {
    resize: vertical;
}
.contact_page .form .wrap p {
    margin-bottom: 0px;
}

.contact_page .form .wrap .btn-sık p {
    margin-bottom: 0px;
}
/* Default background color for the button div */
.wrap label div {
    background-color: #f0f0f0;
    color: #000;
    padding: 10px;
    display: inline-block;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

/* This will style the entire checkbox and label wrapper */
.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label {
    background-color: black;
    color: white; /* Optional to change text color for better contrast */
    transition: all 0.2s ease;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 14px;
    border: none;
    padding: 0 15px;
    margin: 0 0px 0px 0;
    box-shadow: none;
    width: auto;
    cursor: pointer;
}

/* For when checkbox is not selected */
.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    transition: all 0.2s ease;
    background-color: #e9e9e9;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #000;
    font-size: 14px;
    border: none;
    padding: 0 15px;
    margin: 0 0px 0px 0;
    box-shadow: none;
    width: auto;
    cursor: pointer;
    font-weight: bold;
}
.contact_page .form .wrap .btn-sık {
    display: none;
}

.contact_page .form textarea {
    margin-top: 12px;
}
.contact_page .form label {
    font-size: 18px;
    color: #000;
    line-height: 5px;
}
.contact_page .form .btn {
    background-color: #000;
    color: #fff;
    width: 150px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    border: 1px solid #000;
    border-radius: 40px;
    height: 40px;
    padding: 14px;
    font-weight: bold;
}











/*gravity form*/
.wpcf7 select.wpcf7-form-control {
    padding: 6px 10px;
    border-bottom: 1px solid #b9b9b9;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
}
.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control {
    padding: 12px 16px;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    background-color: transparent;
    border-radius: 0px;
    padding: 0;
    padding-bottom: 20px;
    color: #000;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    padding: 0px 0px;
    color: #000;
}
.career_form .wpcf7 .row .careers p {
    display: flex;
}
.career_form .wpcf7 .row .careers p .border-bottom {
    border-bottom: 0px;
    border-bottom: 0px solid #dee2e6 !important;
}
.career_form .wpcf7 .row .careers p input#formFileSm {
    margin-left: 65px;
    border-bottom: 0px solid #dee2e6 !important;

}
.career_page .career_form input.wpcf7-form-control.wpcf7-submit {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    background-color: transparent;
    border-radius: 0px;
    padding: 9px;
    background-color: #000;
    color: #fff;
    width: 150px;
    margin-left: auto;
    border-radius: 40px;
    font-size: 12px;
    display: block;
}



#field_1_4 .ginput_container_select select {
    padding: 1px 0px;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0px;
}
#field_1_5 {
    display: flex;
    border-bottom: 1px solid #cfcfcf;
}
#field_1_5 .ginput_container_fileupload #input_1_5 {
    border: none;
    margin-right: 10px;
}
#field_1_5 label.gfield_label.gform-field-label {
    width: 100%;
    margin-top: 10px;
}
#field_1_5 .ginput_container_fileupload span#gfield_upload_rules_1_5 {
    display: none;
    border: none;
}
#field_1_5 .ginput_container_fileupload {
    margin-top: 20px;
    margin-bottom: 20px;
}
select#input_1_8 {
    border: none;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 0px;
    padding: 0px 0px;
}
input#gform_submit_button_1 {
    background-color: #000;
    color: #fff;
    width: 150px;
    margin-left: auto;
    border-radius: 40px;
    height: 40px;
    width: 150px;
    margin-top: 20px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}
#gform_fields_1 #field_1_9,#gform_fields_1 #field_1_3,#gform_fields_1 #field_1_4,#gform_fields_1 #field_1_5,#gform_fields_1 #field_1_10, #gform_fields_1 #field_1_7,#gform_fields_1 #field_1_8 {
    margin-bottom: 20px;
}
.career_form .container {
  max-width: 600px; /* You can adjust the width as needed */
  margin: 0 auto; /* This will center the form */
  padding: 0 15px;
}

.career_form h2 {
  text-align: center;
}

