@charset "UTF-8";
@import url("@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300,400;500;700;800;900&display=swap');");
:root {
  --primary: #ffe22e;
  --primary-2: #ffe859;
  --secondary: #bde910;
  --white: #ffffff;
  --white-2: #fafafa;
  --white-3: #f7f7f7;
  --white-4: #efefef;
  --gray: #d9d9d9;
  --gray-2: #adadad;
  --gray-3: #a1a2a6;
  --black: #000000;
  --black-2: #32333e;
  --font: "Inter", sans-serif;
}

* ::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scrollbar-color: var(--primary) var(--black-2);
  scrollbar-width: thin;
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

body {
  background-color: var(--white-2) !important;
  color: var(--black-2);
  font-family: var(--font);
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden !important;
}

body::-webkit-scrollbar {
  width: 0.8em;
  background-color: var(--black-2);
  outline: 1px solid var(--black);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  outline: 1px solid var(--primary-2);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary-2);
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.21;
  color: var(--black-2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font);
  color: var(--black-2);
}

a {
  color: var(--black-2);
}
a:hover {
  color: var(--primary);
}

a,
ul,
li {
  list-style: none;
  text-decoration: none;
}

img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.container-fluid {
  max-width: 1840px;
  margin: 0 auto;
}

/* Position middle*/
.p-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* /Pozition miidle*/
.p-flex-center {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.mr-70 {
  margin-right: 70px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-150 {
  margin-top: 150px;
}

.mse-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.icon-y {
  border: 1px solid var(--primary) !important;
}
.icon-y:hover, .icon-y:active {
  background-color: var(--primary) !important;
}

::-webkit-selection {
  color: var(--white-2);
  background: var(--primary);
}

::-moz-selection {
  color: var(--white-2);
  background: var(--primary);
}

::selection {
  color: var(--white-2);
  background: var(--primary);
}

/** Section Title **/
.section-title {
  padding-top: 161px;
  padding-bottom: 63px;
}
.section-title h3 {
  font-size: 32px;
  font-weight: 800;
  color: var(--white-2);
  display: block;
}
.section-title h3 span {
  font-weight: 300;
}

.section-title img,
.section-title-white img {
  display: inline-block;
  margin-left: -7%;
  margin-right: 3%;
}

@media screen and (min-width: 1500px) {
  .section-title {
    padding-top: 95px;
    padding-bottom: 191px;
  }
  .section-title h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  #about,
  #services,
  #our-customers,
  #our-vision,
  #our-works {
    height: -moz-min-content;
    height: min-content;
    padding: 60px 0;
  }
  .section-title,
  .section-title-white {
    padding-top: 76px;
    padding-bottom: 46px;
  }
}
/** /Section Title **/
.logo-img {
  width: 150px;
  height: auto;
}

/** Button Header **/
.contact-btn {
  color: var(--black-2) !important;
  background-color: var(--primary);
  display: inline-block;
  padding: 7px 27px;
  opacity: 1;
  border: none;
}
.contact-btn:hover {
  opacity: 0.8;
  cursor: pointer;
  transition: background-color 4s ease-out;
}

@media screen and (max-width: 600px) {
  a.contact-btn.mr-70 {
    display: none !important;
  }
}
/** / Button Header **/
/** Button with icon **/
.btn-wrapper {
  height: 60px;
  width: 260px;
  margin: 0 auto;
}
.btn-wrapper a {
  color: var(--white-2) !important;
}
.btn-wrapper .btn-text {
  background-color: var(--black-2);
  margin: 0 auto;
  width: 210px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.btn-wrapper .btn-text a {
  color: var(--white-2) !important;
  font-size: 20px;
}
.btn-wrapper .btn-icon {
  background-color: var(--primary);
  width: 60px;
  height: 60px;
  padding-top: 6px;
  padding-left: 16px;
}
.btn-wrapper .btn-icon img {
  width: 30px;
  height: auto;
}
.btn-wrapper .btn-icon-arrow {
  background-color: var(--primary);
  width: 60px;
  height: 60px;
}

/* / Button with icon */
/* Back to top */
#backToTop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px;
  transition: background-color 4s ease-out;
}
#backToTop:hover {
  opacity: 0.8;
}
#backToTop:hover:active {
  visibility: visible;
  opacity: 1;
}

/* -- Navbar style --*/
#home-header {
  background-color: #e6e6e6;
}

.navbar {
  max-height: 119px;
  padding-left: 40px;
  padding-right: 32px;
  cursor: pointer;
}

nav {
  z-index: 100;
  padding: 40px;
}
nav.navbar {
  height: 90px;
}
nav span {
  position: fixed;
  display: inline-block;
  background: rgba(250, 250, 250, 0.5);
  padding: 8px;
}
nav span:hover {
  background: rgba(250, 250, 250, 0.7);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgb(255, 226, 46);
  background-color: rgba(255, 226, 46, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-family: var(--font);
  font-size: 36px;
  font-weight: 500;
  line-height: 60px;
  color: var(--black-2);
  display: block;
  transition: 0.4s;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.overlay .menu-links {
  padding-top: 47px;
  padding-bottom: 45px;
}

.icon-bar a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 992px) {
  #navbar {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 24px;
  }
}
.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 576px) {
  .overlay {
    max-width: 100vh;
  }
  .overlay a {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  .overlay .menu-links {
    padding-top: 32px;
  }
}
/* -- Home Header style -- */
#home-header {
  height: -moz-max-content;
  height: max-content;
}

.home-animation {
  background-color: #e6e6e6;
}
.home-animation .home-wrapper {
  max-width: 900px;
  max-height: 900px;
  margin: 0 auto;
}
.home-animation .home-wrapper .iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.home-animation .home-wrapper .iframe-container iframe {
  position: absolute;
  top: 0;
  border: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  #home-header {
    height: -moz-max-content;
    height: max-content;
  }
  .home-animation .home-wrapper {
    max-width: 1080px;
    max-height: 1080px;
  }
}
@media screen and (max-width: 991px) {
  #home-header {
    height: -moz-min-content;
    height: min-content;
  }
}
/* -- /Header style -- */
/* -- About style -- */
#about {
  background-color: #efefef;
  position: relative;
  min-height: -moz-min-content;
  min-height: min-content;
}

.about-wrapper {
  background-image: url(../img/bg/bg-about.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 70%;
  height: -moz-min-content;
  height: min-content;
  margin: 0 auto;
}
.about-wrapper .swiper {
  width: 100%;
  height: auto;
}
.about-wrapper .swiper-slide {
  padding-left: 25%;
  padding-top: 40% !important;
}
.about-wrapper .swiper-slide .slider-item .title h2 {
  font-size: 64px;
  line-height: 64px;
  font-weight: 800;
}
.about-wrapper .swiper-slide .slider-item .text {
  padding-top: 11px;
}
.about-wrapper .swiper-slide .slider-item .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  max-width: 434px !important;
}
.about-wrapper .iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.about-wrapper .iframe-container iframe {
  position: absolute;
  top: 0;
  border: 0;
  height: 100%;
  width: 100%;
}
.about-wrapper .arrow-area {
  padding-bottom: 111px;
}

.animation-wrapper {
  padding-top: 40px;
  width: 700px;
  height: 700px;
}

@media screen and (min-width: 1500px) {
  #about {
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .about-wrapper {
    background-position: top left;
  }
  .about-wrapper .swiper-slide {
    padding-left: 25%;
  }
  .animation-wrapper {
    padding-top: 111px;
  }
}
@media screen and (max-width: 1399px) {
  .about-wrapper {
    background-size: 71%;
  }
  .about-wrapper .swiper-slide {
    padding-left: 30%;
    padding-top: 35% !important;
  }
  .about-wrapper .swiper-slide .title h2 {
    font-size: 56px;
    line-height: 56px;
  }
  .about-wrapper .arrow-area {
    padding-bottom: 79px;
  }
  .about-img-wrapper {
    align-items: center;
  }
}
@media screen and (max-width: 992px) {
  .about-wrapper {
    background-image: url(../img/bg/about-bg-s.png);
    background-size: cover;
    background-size: 80%;
    background-position: top center;
  }
  .about-wrapper .swiper {
    width: 100%;
    height: auto;
  }
  .about-wrapper .swiper-slide {
    padding-left: 30%;
    margin-top: -5% !important;
  }
  .arrow-area-top {
    padding-top: 111px;
  }
  .arrow-area-bottom {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .arrow-area-top {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .about-wrapper .swiper-slide {
    padding-left: 25%;
    margin-top: -10% !important;
  }
}
@media screen and (max-width: 576px) {
  .about-wrapper {
    background-size: 95%;
  }
  .about-wrapper .swiper-slide {
    padding-left: 10%;
    margin-top: -10% !important;
  }
  .animation-wrapper {
    width: 520px !important;
    height: 520px !important;
  }
  .iframe-container {
    padding-top: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .animation-wrapper {
    width: 320px !important;
    height: 320px !important;
  }
  .about-wrapper .swiper-slide .slider-item {
    padding-right: 16px;
  }
  .about-wrapper .swiper-slide .slider-item .title h2 {
    font-size: 42px;
    line-height: 42px;
  }
}
/* -- /About style -- */
/* -- Services style -- */
#services {
  background-color: var(--black-2);
  min-height: -moz-min-content;
  min-height: min-content;
}

.services h4 {
  color: var(--secondary);
  max-width: 500px;
  border-bottom: 1px solid var(--secondary);
  font-weight: 700;
  font-size: 28px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.services p {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-3);
  max-width: 430px;
}
.services .services-content {
  margin-bottom: 77px;
}

/* -- /Services style -- */
/* -- Our-vision style -- */
#our-vision {
  background-color: var(--primary-2);
  min-height: 820px;
}

.our-vision .text-wrapper {
  margin-top: 250px;
}
.our-vision .text-wrapper h3 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.21;
}
.our-vision .text-wrapper p {
  padding-top: 42px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.21;
}
.our-vision .img-wrapper {
  padding-top: 179px;
  padding-bottom: 179px;
}
.our-vision hr {
  border: 1px solid var(--black);
}

@media screen and (min-width: 1500px) {
  #services {
    height: 1080px;
  }
  .services h4 {
    font-weight: 700;
    font-size: 32px;
  }
  .services p {
    font-size: 18px;
    font-weight: 400;
  }
  .services .text-wrapper {
    margin-top: 365px !important;
  }
  .services .services-content {
    margin-bottom: 99px !important;
  }
  #our-vision {
    height: 1080px;
  }
}
@media screen and (max-width: 991px) {
  #services {
    height: -moz-min-content;
    height: min-content;
  }
  .our-vision .text-wrapper {
    margin-top: 20%;
  }
  .our-vision .text-wrapper p {
    padding-top: 28px;
  }
  .our-vision .img-wrapper {
    padding-top: 96px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  #services, #our-vision {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
/* -- /Our-Vision style -- */
/* -- Our Customers style -- */
#our-customers {
  background-color: var(--black-2);
  min-height: 820px;
}

.our-customers p,
.our-customers h5,
.our-customers h6 {
  color: var(--white-2);
}
.our-customers .section-title {
  padding-top: 109px;
  padding-bottom: 87px;
}

/* 1- ourCustomers Slider */
.ourCustomers {
  width: 100%;
}
.ourCustomers .swiper-wrapper .swiper-vertical {
  display: flex;
  flex-direction: row;
}
.ourCustomers .swiper-wrapper .slider-item .slider-left {
  margin-left: 10px;
}
.ourCustomers .swiper-wrapper .slider-item .slider-left .img-wrapper {
  background-color: var(--white);
  width: 200px;
  height: 200px;
}
.ourCustomers .swiper-wrapper .slider-item .slider-left .img-wrapper img {
  max-width: 140px;
  height: auto;
}
.ourCustomers .swiper-wrapper .slider-item .slider-right {
  background-image: url(../img/bg/slider-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px 20px;
  margin-left: 101px;
}
.ourCustomers .swiper-wrapper .slider-item .slider-right a {
  color: var(--secondary);
  margin-left: 16px;
}
.ourCustomers .swiper-wrapper .slider-item .slider-right p {
  max-width: 708px;
}
.ourCustomers .swiper-wrapper .slider-item .slider-right .customer-btn-wrapper {
  background-color: var(--primary);
  border: 1px var(--primary);
  width: 120px;
  height: 40px;
  color: var(--white-2);
  font-size: 14px;
  font-weight: 300;
}

.arrow-prev img,
.arrow-next img {
  width: 50px !important;
  height: 50px !important;
  padding: 13px;
  border: 2px solid var(--secondary);
}
.arrow-prev img:hover,
.arrow-next img:hover {
  border: 2px solid #bde910;
  opacity: 0.5;
}

/* /next-Prec İcon*/
@media screen and (min-width: 1500px) {
  #our-customers {
    min-height: 1080px;
  }
  .our-customers .section-title {
    padding-top: 95px;
    padding-bottom: 191px;
  }
  #brand-slider {
    margin-top: 170px !important;
  }
}
/* /next-Prec İcon*/
@media screen and (max-width: 992px) {
  .our-customers-slider .ourCustomers {
    width: 95%;
  }
  .our-customers-slider .ourCustomers .swiper-wrapper .slider-left {
    margin-left: 0;
    padding-bottom: 40px;
  }
  .our-customers-slider .ourCustomers .swiper-wrapper .slider-right {
    background-image: none;
    padding: 10px 20px 30px 20px;
    margin-left: 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .our-customers-slider .ourCustomers {
    width: 100%;
  }
  .our-customers-slider .ourCustomers .swiper-wrapper .swiper-vertical {
    display: flex;
    flex-direction: column;
  }
  .our-customers-slider .ourCustomers .swiper-item {
    margin: 0;
  }
  .our-customers-slider .ourCustomers .swiper-item .slider-left .img-wrapper {
    display: block;
    width: 450px;
    height: auto;
  }
  .our-customers-slider .ourCustomers .swiper-item .slider-left .img-wrapper img {
    width: 100%;
    height: auto;
  }
  .our-customers-slider .ourCustomers .swiper-item .slider-right {
    background-size: 100% 100%;
    max-width: 100%;
    padding-top: 60px !important;
  }
  .our-customers-slider .ourCustomers .swiper-wrapper .slider-right {
    padding-top: 40px;
  }
}
/*  /1-ourCustomers- Slider */
/*  2-brandLogo Slider */
.brand-logos {
  width: 100%;
  height: 237px;
}
.brand-logos .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* OurWorks*/
/* 2- OurWorks Slider */
.our-works {
  /*  /OurWorks Slider */
  /* next-Prev icon*/
}
.our-works .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-works .buttons-area .arrow-prev img,
.our-works .buttons-area .arrow-next img {
  width: 50px !important;
  height: 50px !important;
  padding: 13px;
  border: 2px solid var(--secondary);
}
.our-works .buttons-area .arrow-prev img:hover,
.our-works .buttons-area .arrow-next img:hover {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .our-works #ourCustomers .testimonials-slider {
    width: 100%;
  }
  .our-works #ourCustomers .testimonials-slider .swiper-wrapper .slider-left {
    margin-left: 0;
  }
}
.our-works .arrow-prev img,
.our-works .arrow-next img {
  width: 50px !important;
  height: 50px !important;
  padding: 13px;
  border: 2px solid var(--secondary);
}

/* next-Prev icon*/
/* blur effect*/
.slider-blur {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider-blur .img {
  display: block;
  width: 100%;
  height: 100%;
}

.blur {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92%;
  height: 92%;
  text-align: center;
  background: rgba(50, 51, 62, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: 0.5s ease;
  opacity: 0;
}
.blur h4 {
  color: var(--white-2);
  font-size: 24px;
  font-weight: 700;
  line-height: 29.05px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blur h4 span {
  font-weight: 400;
  font-size: 20px;
  line-height: 24.2px;
}
.blur h4 a {
  color: var(--white-2);
}
.blur h4 a:hover {
  color: var(--primary);
}

.slider-blur:hover .blur {
  opacity: 1;
}

/* /blur effect*/
.section-title-white {
  padding-top: 91px;
  padding-bottom: 52px;
}
.section-title-white h3 {
  font-size: 36px;
  font-weight: 800;
  color: var(--black-2);
}
.section-title-white h3 span {
  font-weight: 300;
}

@media screen and (min-width: 1500px) {
  .section-title-white {
    padding-top: 156px;
    padding-bottom: 92px;
  }
}
/* / OurWorks  */
/* -- CTA style -- */
.cta {
  height: 700px;
  background-image: url(../img/bg/cta-bg.svg);
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  margin-top: 200px;
}

.cta-wrapper h3 {
  padding-top: 142px;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: var(--black-2);
  line-height: 58px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 auto;
  max-width: 591px;
}
.cta-wrapper p {
  font-size: 26px;
  font-weight: 400;
  color: var(--gray-3);
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
  padding: 98px 0 62px 0;
}

@media screen and (min-width: 1500px) {
  .cta {
    height: 780px;
  }
  .cta .cta-wrapper h3 {
    padding-top: 76px;
  }
}
@media screen and (max-width: 992px) {
  .cta-wrapper h3 {
    margin-top: 70px;
    font-size: 42px;
    max-width: 992px;
    letter-spacing: 1px;
  }
  .cta-wrapper p {
    max-width: 992px;
  }
}
@media screen and (max-width: 576px) {
  .cta-wrapper h3 {
    margin-top: 85px;
    line-height: 48px;
  }
  .cta-wrapper p {
    font-size: 20px;
    line-height: 28px;
    max-width: 992px;
  }
}
/* -- /CTA style -- */
/* -- /Projeler-header style style -- */
#header {
  background-image: url(../img/bg/header-bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 820px;
}

.header {
  height: 100%;
  padding-top: 18%;
}
.header .header-wrapper h1 {
  font-size: 96px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.header .header-wrapper .text-wrapper {
  max-width: 390px;
  min-width: 300px;
  margin: 0 auto;
  position: absolute;
  left: 60%;
}
.header .header-wrapper .text-wrapper p {
  margin-top: 10%;
  text-align: left;
}

@media screen and (min-width: 1500px) {
  #header {
    height: 1080px;
  }
  .header {
    padding-top: 18%;
  }
}
@media screen and (max-width: 992px) {
  #header {
    background-size: auto;
    background-position: center;
    height: 90vh;
  }
  .header {
    padding-top: 25%;
  }
  .header .header-wrapper .text-wrapper {
    left: 25%;
  }
}
@media screen and (max-width: 768px) {
  .header .header-wrapper {
    padding-top: 10%;
  }
  .header .header-wrapper h1 {
    font-size: 72px;
  }
  .header .header-wrapper .text-wrapper {
    padding-top: 0;
    margin-bottom: 10%;
  }
  .header .header-wrapper .text-wrapper p {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .header {
    padding-top: 35%;
  }
  .header .header-wrapper h1 {
    font-size: 46px !important;
  }
  .header .header-wrapper .text-wrapper {
    left: 5%;
    right: 5%;
  }
  .header .header-wrapper .text-wrapper p {
    text-align: center;
  }
}
/* -- /Projeler-header style -- */
#pages-header {
  min-height: 88vh;
}

.pages-header .logo-area {
  padding-top: 20px;
  max-width: 300px;
  padding-bottom: 60px;
}
.pages-header h6 {
  font-weight: 700;
}
.pages-header p {
  max-width: 465px;
}
.pages-header a {
  font-weight: 700;
}

.img-area .container-fluid {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  #pages-header {
    background-size: auto;
    background-position: center;
    min-height: -moz-max-content;
    min-height: max-content;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 992px) and (max-width: 768px) {
  .pages-header {
    margin-bottom: 10%;
    margin-top: 20%;
  }
}
@media screen and (max-width: 992px) {
  .img-area {
    height: 100%;
  }
}
/* Projeler Page*/
.projects-area .cursor {
  cursor: pointer;
}
.projects-area .project-item img.hover-shadow {
  transition: 0.3s;
}
.projects-area .project-item .img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.projects-area .project-item .img .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* projeler Page*/
.projects-area img.hover-shadow {
  transition: 0.3s;
}
.projects-area .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.projects-area .project-item {
  margin-bottom: 20px;
}

/**/
.blur-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86%;
  height: 80%;
  text-align: center;
  background: rgba(50, 51, 62, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transition: 0.5s ease;
  opacity: 0;
}
.blur-2 h4 {
  color: var(--white-2);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blur-2 h4 span {
  font-weight: 400;
  font-size: 20px;
  line-height: 24.2px;
}
.blur-2 h4 a {
  color: var(--white-2);
}
.blur-2 h4 a:hover {
  color: var(--primary);
}

.project-item:hover .blur-2 {
  opacity: 1;
}

/* / Projeler Page*/
.why-becrea {
  width: 80%;
}
.why-becrea h2 {
  font-size: 72px;
  margin-bottom: 42px;
}
.why-becrea h3 {
  margin-bottom: 32px;
}
.why-becrea p {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .why-becrea {
    width: 80%;
  }
  .why-becrea h2 {
    font-size: 56px;
    letter-spacing: 1px;
  }
}
/* Form area style */
input[type=password]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=checkbox]:focus,
textarea:focus {
  outline: none;
}

input[type=password],
input[type=email],
input[type=text],
input[type=file],
input[type=number],
input[type=tel] {
  max-width: 100%;
  height: 70px !important;
  background-color: var(--white);
  display: block;
  border-radius: 0;
  width: 100%;
  color: var(--black);
  background-image: none;
  border: 1px solid var(--white);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

textarea {
  max-width: 100%;
  height: auto;
  background-color: var(--white);
  display: block;
  border-radius: 0;
  width: 100%;
  background-image: none;
  border: 1px solid var(--white);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 20px 12px;
}

input:focus,
textarea:focus {
  border-bottom-width: 1px;
  border-color: var(--primary) !important;
}

input[type=submit],
input[type=reset] {
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  line-height: 1.75em;
  transition: background-color 0.15s ease-out;
  -webkit-transition: background-color 0.15s ease-out;
  background: transparent;
  border: 0px solid transparent;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover {
  border: 0px solid transparent;
}

select {
  padding: 10px;
  border-radius: 0;
  border: none;
  max-width: 700px;
  background-image: none;
  font-size: 14px;
}

.form-select {
  border-radius: 0;
  border: none;
  height: 70px;
  font-size: 20px;
  padding: 8px 12px;
  max-width: 700px;
  color: var(--black-2);
  font-size: 16px;
  opacity: 0.8;
}
.form-select:focus {
  box-shadow: none;
  border: none;
}

:focus-visible {
  outline: 2px solid var(--primary) !important;
  border: none;
}

.form-control:focus {
  box-shadow: none;
}

option:active {
  background-color: var(--primary);
  border-radius: 0;
}

table,
th,
tr,
td {
  border: 1px solid var(--white);
}

th,
tr,
td {
  padding: 10px;
}

input[type=radio],
input[type=checkbox] {
  display: inline;
}

input[type=submit] {
  font-weight: 400;
  text-transform: uppercase;
  background: var(--primary);
  color: var(--white);
  padding: 22px 62px;
  margin: 0;
  position: relative;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 3px;
}

label {
  text-indent: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  margin-bottom: 15px !important;
  margin-top: 40px;
  color: rgba(50, 51, 62, 0.5);
}

/* end form area */
/* set placeholder */
::-webkit-input-placeholder {
  color: var(--black);
  font-size: 15px;
  font-weight: 400;
}

:-moz-placeholder {
  color: var(--black);
}

::-moz-placeholder {
  color: var(--black);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--black);
}

/* end placeholder */
/* Contact Page*/
#contact-header {
  background-image: url(../img/bg/contact-bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 820px;
}

.contact-header {
  height: 100%;
  padding-top: 16%;
}
.contact-header .contact-wrapper h1 {
  font-size: 96px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.contact-header .contact-wrapper .text-wrapper {
  max-width: 390px;
  min-width: 300px;
  margin: 0 auto;
  position: absolute;
  left: 60%;
}
.contact-header .contact-wrapper .text-wrapper p {
  margin-top: 24%;
  text-align: left;
}

.form-footer {
  margin-top: 40px;
}

.color-checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
  line-height: 1;
}

.color-checkbox .color-checkbox-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ffe22e;
  background-color: #fff;
  border-radius: 0.1em;
  z-index: 4;
}

.color-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1em;
  height: 1em;
  margin: 0;
  font-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  z-index: 2;
}

.color-checkbox input[type=checkbox]:checked + .color-checkbox-icon {
  padding-top: 5px;
  background: #ffe22e;
  border: 1px solid #ffe22e;
}

.color-checkbox input[type=checkbox]:checked + .color-checkbox-icon:after {
  display: block;
  content: "✓";
  position: absolute;
  left: -17px;
  top: 1px;
  color: #fff;
  font-size: 13px;
}

.color-checkbox input[type=checkbox]:focus {
  opacity: 1;
}

.color-checkbox .color-checkbox-label {
  position: relative;
  text-indent: 0;
  padding-left: 4px;
  z-index: 3;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  max-width: 360px;
}
.color-checkbox .color-checkbox-label a {
  color: var(--black);
}
.color-checkbox .color-checkbox-label a:hover {
  opacity: 0.8;
}

.form-btn {
  color: var(--black-2) !important;
  background-color: var(--primary);
  display: inline-block;
  padding: 21px 62px;
  max-height: 70px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 1;
  border: none;
}

@media screen and (min-width: 1500px) {
  #contact-header {
    height: 1080px;
  }
  .contact-header {
    padding-top: 18%;
  }
}
@media screen and (max-width: 992px) {
  #contact-header {
    background-position: center;
    background-size: auto !important;
    height: 80vh;
  }
  .contact-header {
    padding-top: 30%;
  }
  .contact-header .contact-wrapper h1 {
    font-size: 72px;
  }
  .form-btn {
    color: var(--black-2) !important;
    background-color: var(--primary);
    display: inline-block;
    padding: 21px 62px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
    border: none;
  }
}
@media screen and (max-width: 576px) {
  .contact-header {
    padding-top: 44%;
  }
  .contact-header .contact-wrapper h1 {
    font-size: 64px;
  }
  .form-btn {
    margin-top: 80px !important;
    margin: 0 auto;
  }
}
.contact-us {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  background: var(--white-2);
  margin-top: 10%;
  padding-bottom: 77px;
}

@media screen and (max-width: 768px) {
  #contact-us {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/* Adress Area */
.address-area {
  margin-top: 130px;
  margin-bottom: 167px;
}
.address-area a {
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
  padding: 26px 0 23px 0;
}
.address-area .address-item {
  max-width: 340px;
  height: 80px;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  margin-bottom: 20px;
}

.mse-50 {
  margin-left: 50px;
  margin-right: 50px;
}

@media screen and (min-width: 1500px) {
  .address-area .address-item {
    max-width: 360px;
  }
}
@media screen and (max-width: 992px) {
  .mse-50 {
    margin-left: auto;
    margin-right: auto;
  }
}
/* /Adress Area */
.footer-top {
  padding-top: 91px;
  padding-bottom: 98px;
}
.footer-top .footer-column ul {
  padding: 0;
}
.footer-top h6 {
  font-weight: 700;
  text-align: start;
}
.footer-top p {
  text-align: start !important;
  padding-top: 22px;
  width: 338px;
}

.footer-bottom {
  padding: 20px 40px;
  background-color: var(--black-2);
}
.footer-bottom p {
  width: 100%;
  color: var(--white-2);
  padding-top: 12px;
}
.footer-bottom a {
  color: var(--white-3);
}
.footer-bottom a:hover {
  color: var(--primary);
}
.footer-bottom .footer-icons {
  margin-top: 12px;
}
.footer-bottom .footer-icons .icon {
  width: 24px;
  height: auto;
}
.footer-bottom .footer-icons .icon:hover {
  opacity: 0.8;
}

.footer-logo {
  margin-bottom: 42px;
}

@media screen and (min-width: 1500px) {
  #footer {
    min-height: 670px;
  }
  .footer-top {
    padding-top: 186px;
    padding-bottom: 98px;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .footer-top p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 60px;
  }
  .footer-icons {
    justify-content: center !important;
  }
}
@media screen and (max-width: 576px) {
  .footer-icons {
    justify-content: center !important;
  }
  .footer-top {
    padding-left: 10px;
  }
}/*# sourceMappingURL=style.css.map */