* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #dede;
  font-family: Arial, Helvetica, sans-serif;
  /* overflow: hidden; */
}
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* height: 480vh; */
  width: 100%;
  font-size: 62.5%;
}
body {
  /* height: 550vh; */
  width: 100%;
  background-color: black;
}

/* Secondary color =  #C73659
   Primary color =  #A91D3A
   Black Color = #151515
   Font Color = #EEEEEE
*/
:root {
  --primary-color: #b20600;
  --secondary-color: #c73659;
  --black-color: #151515;
  --font-color: #eeeeee;
}
/* Hamburger Menu */

.navbar {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1.5fr 1.15fr;
  height: 24vh;
  background-color: var(--primary-color);
}
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  backdrop-filter: blur(10px);
}
.sidebar span {
  width: 100%;
}
.sidebar a {
  width: 100%;
}
.sidebar-1 span {
  height: 50px;
}
.rightFlex {
  display: none;
}
.sidebar-1 a {
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: white;
}
.sidebar-1 a:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
/* İconlar */
.fa-warehouse {
  color: black;
  padding-right: 1rem;
}
.fa-phone-volume {
  color: black;
  padding-right: 1rem;
}
.fa-map-location-dot {
  color: black;
  padding-right: 1rem;
}
/*  */
.navbar__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  font-size: 1.5rem;
  grid-row: 1.5fr;
  background-color: var(--primary-color);
}
.navbar__top__content--1 {
  font-size: 3rem;
  font-weight: 500;
}
.navbar__top__content--2 {
  display: flex;
  align-items: center;
}
.navbar__top__content--3 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.navbar__down__content--1 a {
  display: flex;
  justify-content: right;
  align-items: center;
  font-size: 1.5rem;
}
.navbar__down__content--3 {
  font-size: 1.5rem;
}
.navbar__down__content--3 a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar__down__content--3__text {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-left: 2rem;
  cursor: default;
}
.navbar__top__content--3__text h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 400;
}
.navbar__top__content--3__text p {
  font-size: 1.25rem;

  text-align: left;
}
.navbar__top__content--2__text {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-left: 2rem;
  cursor: default;
}
.navbar__top__content--2__text h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 400;
}
.navbar__top__content--2__text p {
  font-size: 1.25rem;

  text-align: left;
}
html a {
  text-decoration: none;
}
.navbar__down {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 1.5rem;
  background-color: black;
  grid-row: 1.15fr;
  margin-left: 7rem;
  margin-right: 7rem;
  display: flex;
  flex-direction: row;
  padding: 0 1rem;
  align-items: center;
  justify-content: space-between;
}
.navbar__down span {
  cursor: pointer;
}
/* responsive */
.header {
  overflow: hidden;
  height: 110vh;
  background-image: url(image/main.jpeg);

  background-position-y: 20%;
  background-size: cover;

  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* //////////////////////////////// */

h1 {
  cursor: default;
  font-size: 5rem;
  margin-bottom: 7rem;
  color: white;
  text-align: center;
}
.p-efekt {
  padding: 40px;
}

.p-efekt p {
  white-space: nowrap;
  overflow: hidden;
  font-size: 28px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
}

/* Animation */
.p-efekt p {
  color: var(--font-color);
  font-family: Arial, Helvetica, sans-serif;
}
/* responsive header */
/* text animation */

/* cursor animations */

@keyframes animated-cursor {
  from {
    border-right-color: white;
  }
  to {
    border-right-color: transparent;
  }
}
.project {
  height: 100vh;
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
}
/*  reponsive */
@media screen and (max-width: 1024px) and (max-height: 1400px) and (min-height: 1300px) {
  .project {
    height: 75vh;
  }
}
@media screen and (max-width: 900px) and (max-height: 1300px) and (min-height: 1200px) {
  .project {
    height: 58vh;
  }
}
.wrapper,
.slide {
  width: 100%;
  height: 100%;
}
.slide {
  overflow: hidden;
}
/* .slide::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
} */

.slide .video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -10;
}
.slide .video::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.slide .video-date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 100;
}
.image-date .span,
.text {
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--font-color);
}
.text {
  display: inline-block;
  margin-bottom: 2rem;
}
.video-date h2 {
  font-size: 4.5rem;
  font-weight: 600;
  color: #fff;
}
.button-1 {
  cursor: pointer;
  border: 0px;
  display: inline-block;
  padding: 1rem 2rem;
  background: #ffff;
  border-radius: 25px;
  color: black;
  text-decoration: none;
  margin-top: 2.5rem;
  transition: all 0.3s ease;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  box-shadow: none;
}
.button-1:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.button-2 {
  cursor: pointer;

  outline: none;
  border: 0px;
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 25px;
  color: black;
  text-decoration: none;
  margin-top: 2.5rem;
  transition: all 0.3s ease;
  font-size: 1.5rem;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.button-2 a {
  color: var(--primary-color);
}
.button-2:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.button-2:active {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
a.button {
  cursor: pointer;

  display: inline-block;
  padding: 1rem 2rem;
  background: #ffff;
  border-radius: 2.5rem;
  color: #333;
  text-decoration: none;
  margin-top: 2.5rem;
  transition: all 0.3s ease;
}
a.button:hover {
  color: #fff;
  background-color: var(--primary-color);
}
.nav-btn::before,
.nav-btn::after {
  content: "";
  font-size: 25px;
  color: var(--primary-color);
}
/* ///////////////// Accordion */
.accordion-section h3 {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 6rem;
}
.accordion {
  margin: 6rem auto;
  width: 40vw;
}
.accordion li {
  list-style: none;
  width: 100%;
  margin: 2rem;
  padding: 1rem;
  border-radius: 8px;
  background-color: var(--black-color);
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
    -6px -6px 10px -1px rgba(255, 255, 255, 0);
}
.accordion li label {
  display: flex;
  align-items: center;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
  color: var(--primary-color);
}
label::before {
  content: "+";
  font-size: 2.4rem;
  font-weight: 600;
  margin-right: 1rem;
}
input[type="radio"] {
  display: none;
}
.accordion .content {
  padding: 0 1rem;
  color: var(--font-color);
  line-height: 2.6rem;
  font-size: 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s, padding 0.5s;
}
.accordion input[type="radio"]:checked + label + .content {
  max-height: 40rem;
  padding: 1rem 1rem 2rem;
}
.accordion input[type="radio"]:checked + label::before {
  content: "- ";
  margin-right: 1rem;
}

/* ///////////////// About */
.about {
  width: 80%;
  margin: 20rem auto;
  height: 70vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10rem;
}
.about--text {
  border-bottom: solid 4px var(--primary-color);
  /* border-top: solid 4px var(--primary-color); */
  border-top: solid 4px var(--primary-color);
  /* padding-left: 5rem; */

  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
}
.about--text h3 {
  font-size: 4.5rem;
  color: white;
}
.about--text p {
  line-height: 1.4;

  font-size: 2rem;
}
.about--image {
  background-size: cover;
  background-position: center;
  /* margin: 0 auto; */
  background-image: url(cemil-usta.jpg);
}
/* ///////////////// About Responsive */
@media screen and (max-width: 1880px) {
  .about--image {
    background-position-x: 80%;
  }
}
@media screen and (max-width: 1440px) {
  /* .about {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 2.5fr;
    background-position-y: 80%;
  } */
  .about--text {
    padding: 5rem 0;
  }
  .about--text h3 {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 500px) and (max-height: 1000px) and (min-height: 875px) {
  .about {
    margin-bottom: 10rem;
  }
}
/* @media screen and (max-width: 500px) {
  .about--image {
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2rem;
  }
} */
/* ///////////////// Layout */
.layout--section {
  height: max-content;
  margin-bottom: 10rem;
  margin-top: 20rem;
  margin: 0 auto;
  width: 90vw;
}
.layout--section h4 {
  text-align: center;
  width: 100%;
  /* display: inline-block; */
  margin-bottom: 8rem;
  font-size: 6rem;
}
.layout {
  font-size: 1.5rem;

  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.layout h5 {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
}
.layout p {
  line-height: 1.3;
}
.layout__div {
  background-color: var(--primary-color);
  padding: 2rem;
  border-radius: 10px;
  height: 28rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
}
.layout-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-icon {
  background-color: black;
  border-radius: 50%;
  text-align: center;
  width: 6rem;
  height: 6rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ///////////////// Layout Responsive */
@media screen and (max-width: 1024px) and (max-height: 1400px) and (min-height: 1300px) {
  .layout--section {
    height: max-content;
    margin-top: 15rem;
  }
}
@media screen and (max-width: 900px) and (max-height: 1300px) and (min-height: 1200px) {
  .layout--section {
    height: max-content;
  }
}
@media screen and (max-width: 500px) and (max-height: 1000px) and (min-height: 875px) {
  .layout--section {
    height: max-content;
  }
}

/* border: solid 5rem var(--secondary-color);

/* ///////////////// Maps */
.maps-head {
  margin-top: 5rem;
  margin-bottom: 3rem;
  display: block;
}
.maps-head h3 {
  font-size: 4rem;
  text-align: center;
  margin: 0 auto;
  padding-top: 10rem;
}
.maps {
  margin-bottom: 10rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 50%;
  position: relative;
  width: 100%;
  padding: 0 8rem;
}
.adresss {
  display: grid;

  grid-template-columns: 1fr 1fr;
  justify-self: center;
  font-size: 2.75rem;
  /* padding-right: 2rem; */
  align-content: space-around;
}
.adresss p {
  line-height: 1.5;
}
.adresss__icon {
  display: flex;
  align-items: center;
  margin-right: 1.75rem;
  justify-self: right;
}
.adresss h4 {
  font-weight: 600;
}
.adresss__flex {
  display: flex;
  flex-direction: row;

  align-items: center;
}
.iframe--in {
  height: 400px;
}

/* @media screen and (max-width: 500px) {
  .iframe--in {
    height: 325px;
  }
  .maps {
    grid-template-columns: 1fr;
  }
  .adresss {
    margin-top: 5rem;
    line-height: 2.5;
    font-size: 2.75rem;

  }
  .adresss__icon {
    justify-self: center;
  }
} */
/* ///////////////// Footer */
.footer {
  display: block;
  height: 30vh;
  background-color: var(--primary-color);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer__Logo {
  font-family: hedvig;
  font-size: 4rem;
  padding-left: 3.2rem;
  color: white;
  font-weight: 100;
  display: inline-block;
  margin-top: 1rem;
}
.footer__top {
  height: 45%;
  display: flex;
  justify-content: space-between;
}
.footer__top__contact {
  display: flex;
  justify-content: right;
  height: 100%;
  align-items: flex-start;
  margin: 1rem;
}
.footer__top--button {
  cursor: pointer;

  background-color: var(--primary-color);
  color: white;
  border: solid 2px white;
  padding: 1.5rem 2.25rem;
  margin-right: 1px;
  font-size: 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
}
.footer__top a {
  background-color: var(--primary-color);
  color: white;
  border: solid 2px white;
  padding: 1.5rem 2.25rem;
  margin: 0;
  text-decoration: none;
  font-size: 1.5rem;
  cursor: default;
}
.footer__line {
  border: solid 0.5px white;
  width: 70%;
  margin: 0rem auto;
  height: 0.1%;
}
.footer__under {
  height: 45%;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  /* z-index: 2444; */
}
.photo-1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)),
    url(image/image-15.webp);
  background-position: center;
  background-size: cover;
}
.photo-2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)),
    url(image/image-16.webp);
  background-position: center;
  background-size: cover;
}
.photo-3 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3)),
    url(image/image-14.webp);
  background-position: center;
  background-size: cover;
}
.loader {
  border: 8px solid #b20600;
  border-radius: 50%;
  border-top: 8px solid #f1f1f1;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* .gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 1fr);
  height: 100vh;
  position: relative;
  grid-gap: 10px;
  margin: 20rem 10rem 2rem 2rem;
}
@media (max-width: 700px) {
}
.gallery__image {
  overflow: hidden;
}
.gallery__image:hover {
  transform: scale(1.2);
  transition: 0.4s;
}
.gallery__image img {
  transform: scale(1.2);
} */

.two {
  grid-column: 7 / -1;
  grid-row: 1 / 4;
  width: 100%;
  height: 100%;
}
.three {
  grid-column: 1 / 4;
  grid-row: 6 / 9;
  width: 100%;
  height: 100%;
}
.four {
  grid-column: 1 / 2;
  grid-row: 1 / 6;
  width: 100%;
  height: 100%;
}
.five {
  grid-column: 2 / 5;
  grid-row: 1 / 6;
  width: 100%;
  height: 100%;
}
.six {
  grid-column: 5 / 7;
  grid-row: 1/ 6;
  width: 100%;
  height: 100%;
}
.seven {
  grid-column: 4 / 7;
  grid-row: 6/ 9;
  width: 100%;
  height: 100%;
}
.eight {
  grid-column: 7 / 9;
  width: 100%;
  height: 100%;
  grid-row: 4 / 9;
}
/* @media (max-width: 700px) {
  .one {
    grid-template-columns: 1 / 3;
    grid-template-rows: 1 / 2;
  }
  .two {
    grid-column: 7 / -1;
    grid-row: 1 / 4;
    width: 100%;
    height: 100%;
  }
  .three {
    grid-column: 1 / 4;
    grid-row: 6 / 9;
    width: 100%;
    height: 100%;
  }
  .four {
    grid-column: 1 /2;
    grid-row: 1 / 6;
    width: 100%;
    height: 100%;
  }
  .five {
    grid-column: 2 / 5;
    grid-row: 1 / 6;
    width: 100%;
    height: 100%;
  }
  .six {
    grid-column: 5 / 7;
    grid-row: 1/ 6;
    width: 100%;
    height: 100%;
  }
  .seven {
    grid-column: 4 / 7;
    grid-row: 6/ 9;
    width: 100%;
    height: 100%;
  }
  .eight {
    grid-column: 7 / 9;
    width: 100%;
    height: 100%;
    grid-row: 4 / 9;
  }
} */
.gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}

.gallery-container h3 {
  font-size: 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: var(--primary-color);
  font-weight: 500;
  text-align: center;
  padding-top: 2rem;
}

.gallery a {
  height: 20rem;
  width: 30rem;
  margin: 2rem;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 5px #222;
}

.gallery a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery a img:hover {
  transform: scale(1.4);
  transition: 0.5s;
}

@media screen and (max-width: 1024px) {
  .header {
    background-attachment: scroll;
    height: 70vh;
  }
  .about {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1.25fr;
    background-position-y: 80%;
  }
}
@media screen and (max-width: 768px) {
  html {
    /* height: 610vh; */
    font-size: 50%;
  }
  .header {
    height: 75vh;
    background-image: url(image/mobil-main.JPG);
background-position: center;
    background-size: cover;
        

  }
.accordion .content {
    font-size:1.85rem ;
  }
  .one {
    grid-template-columns: 1 / 3;
    grid-template-rows: 1 / 2;
  }
  .two {
    grid-column: 7 / -1;
    grid-row: 1 / 4;
    width: 100%;
    height: 100%;
  }
  .three {
    grid-column: 1 / 4;
    grid-row: 6 / 9;
    width: 100%;
    height: 100%;
  }
  .four {
    grid-column: 1 /2;
    grid-row: 1 / 6;
    width: 100%;
    height: 100%;
  }
  .five {
    grid-column: 2 / 5;
    grid-row: 1 / 6;
    width: 100%;
    height: 100%;
  }
  .six {
    grid-column: 5 / 7;
    grid-row: 1/ 6;
    width: 100%;
    height: 100%;
  }
  .seven {
    grid-column: 4 / 7;
    grid-row: 6/ 9;
    width: 100%;
    height: 100%;
  }
  .eight {
    grid-column: 7 / 9;
    width: 100%;
    height: 100%;
    grid-row: 4 / 9;
  }
  /* 2 */
  .project {
    height: 75vh;
  }
  .accordion {
    width: 80vw;
  }
  .layout {
    grid-template-columns: 1fr;
  }
  .layout__div {
    width: 30vw;
    margin: 5rem auto;
  }
  .layout--section {
    height: max-content;
  }
  .footer {
    display: block;
    height: 20vh;
  }
  .hideOnMobile {
    display: none;
  }
  .rightFlex {
    margin-left: auto;
    display: block;
  }
  .navbar .navbar__top .navbar__top__head {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
  }
  
}

@media screen and (max-width: 650px) {
  #swipper-1 {
    width: 100%;
  }
  .layout p {
    line-height: 1.3;
    font-size: 1.8rem;
  }
  
  .navbar .sidebar .navbar__down__content--3 a {
    font-size: 2.5rem;
  }
  .fa-arrow-right {
    font-weight: 900;
    transform: rotateZ(90deg);
  }
  .fa-warehouse,
  .fa-phone-volume,
  .fa-map-location-dot {
    color: white;
  }
  .navbar__top__text {
    display: none;
  }
  .navbar__down {
    margin: 0;
  }
  .navbar {
    height: 12vh;
    grid-template-rows: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 35%;
  }
  .sidebar {
    width: 100%;
  }
  .p-efekt p {
    font-size: 3.15rem;
  }
  @keyframes animated-text {
    from {
      width: 0;
    }
    to {
      width: 300px;
    }
  }
  .about--image {
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2rem;
  }
  .iframe--in {
    height: 325px;
  }
  .maps {
    grid-template-columns: 1fr;
  }
  .adresss {
    margin-top: 5rem;
    line-height: 2.5;
    font-size: 2.75rem;

    /* align-content: space-between; */
  }
  .adresss__icon {
    justify-self: center;
  }
}
@media screen and (max-width: 400px) {
  .p-efekt p {
    font-size: 2.5rem;
  }
  @keyframes animated-text {
    from {
      width: 0;
    }
    to {
      width: 250px;
    }
  }
}
@media screen and (min-width: 800px) and (max-width: 1281px) {
  html {
    font-size: 50%;
  }
}
