@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');

:root {
  --main-color: #0cdbdb9b;
  --black-color: #0e0e0e;
  --border: 0.1rem solid rgba(255, 255, 255, 0.4);
}


* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.2s ease;
}

/*! base html codes */
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-padding-top: 9rem;
  scroll-behavior: smooth;
}

html::-webkit-background {
  background-size: cover;
}

html::-webkit-scrollbar {
  width: 0.8rem;
  background-color: white;
}


html::-webkit-scrollbar-track {
  background-color: transparent;
}

html::-webkit-scrollbar-thumb {
  border-radius: 3rem;
  background-color: var(--black-color);

}

body {
  background-color: var(--main-color);
  background-position: center;
}

section {
  padding: 3.5rem 7%;
}
.prd img{
width: 300px;
height: 300px;
}

.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3.75rem;
  border-radius: 30rem;
  border-style: outset;
  border-color: black;
  font-size: 2rem;
  color: black;
  background-color: white;
  cursor: pointer;
}

.search-input {
  font-size: 1.6rem;
  color: var(--black-color);
  padding: 1rem;
  text-transform: none;
  border-radius: 3rem;
}

.heading {
  color: white;
  text-transform: uppercase;
  font-size: 4rem;
  margin-bottom: 3.5rem;
  border-bottom: 0.1rem solid #fff;
}

.catalog {
  color: var(--black-color);
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 2.5rem;
  border-bottom: 0.1rem solid var(--black-color);
}

.heading span {
  text-transform: uppercase;
  font-size: 4rem;
  color: var(--black-color);

}

.logo img {
  height: 7rem;
}

/* header start */
.header .search-form {
  position: absolute;
  top: 115%;
  right: 7%;
  background-color: #fff;
  width: 50rem;
  height: 5rem;
  display: flex;
  align-items: center;
  border-radius: 3rem;
  box-shadow: 0px 0px 25px 2px rgb(0 0 0 / 75%);
  transform: scaleY(0);
}

.header .search-form i {
  cursor: pointer;
  font-size: 2.2rem;
  margin-right: 1.5rem;
  color: var(--black-color);
}

.header .search-form input {
  width: 100%;
}

.header .search-form.active {
  transform: scaleY(1);
}

.header .logo img {
  height: 7rem;
}

.header {
  height: 12vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7%;
  margin: 2rem 7%;
  border-radius: 30rem;
  box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.50);
 position: sticky;
  top: 0;
  z-index: 1000;
}

.header .navbar a {
  margin: 0 1rem;
  font-size: 1.6rem;
  color: var(--black-color);
  border-bottom: 0.1rem solid transparent;

}

.header .navbar .active,
.header .navbar a:hover {
  border-color: var(--main-color);
  padding-bottom: 0.5rem;
}

.header .buttons button {
  cursor: pointer;
  font-size: 2.5rem;
  margin-left: 2rem;
  background-color: transparent;
  color: var(--black-color);
}

.header #menu-btn {
  display: none;
}

/* header end */
/* home start*/
.home {
  min-height: 100vh;
  background: url(images/SİTE-GÖRSELLERİ/arkaplandeneme.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -14.5rem;
  display: flex;
  align-items: center;

}

.home .content {
  max-width: 40rem;
}

.home .content h3 {
  font-size: 6rem;
  color: white;
}

.home .content p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  padding: 1rem 0;
  color: white;
}

.home .content .btn:hover {
  background-color: #2fc7d8;
  color: white;
  transition-duration: 0.4s;

}

/* home end*/

/* products start */
.prd {
  background-color: white;
}

.prd .heading {
  color: #0cdbdb;
  border-bottom: 0.1rem solid #000000;
}

.prd .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;

}

.prd .box-container .box {
  padding: 3rem;
  background-color: white;
  border-radius: 3rem;
  background-color: white;
  min-height: 40rem;
  border-style: groove;
  border-color: black;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.prd .box-container .box img {
  width: 100%;
  object-fit: cover;
}

.prd .box-container .box .prd-cat {
  font-size: 1.2rem;
  text-transform: uppercase;
}

.prd .box-container .box h3 {
  font-size: 2.5rem;
}

.prd .box-container .box .abt {
  font-size: 1.5rem;

}

.prd .btn:hover {
  background-color: black;
  color: white;
  transition-duration: 0.4s;
}

.prd .box:hover {
  transform: translateY(-5px);
  border-color: #fff;
  transition: ease 0.5s;
}

.prd .box-container .box-bottom .btn {
  border-style: none;
  background-color: #0cdbdb;
  border-radius: 0rem;
}
.videod{
 font-size: 300px;
}

/* products end */

/* references start*/
.references .box-container .row .column .card:hover {
  transform: translateY(-5px);
  border-color: #fff;
  transition: ease 0.5s;
}

.references .box-container .row .colmn .card .lgg {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  object-fit: cover;
}

.column {
  float: left;
  width: 20%;
  height: 20%;
  padding: 20px;

}

.column .card img {
  height: 100px;
  width: 100px;
}

.row {
  margin: 0 -5px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 992px) {
  .column {
    width: 50%;
    width: 200px;
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 350x) {
  .column {
    width: 100%;
    float: right;
    display: flex;
  }

  .row:after {
    content: "";
    display: flex;
    clear: both;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 5px 5px;
  text-align: center;
  width: 175px;
  background-color: white;
}

.references {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

/*references end */


/*about us start*/
.about .heading {
  color: #0cdbdb;
  border-bottom: 0.1rem solid #000000;
}

.abot {
  width: 100%;
  height: 500px;
  height: auto;

}

.about .row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.8rem;

}

.about {
  background-color: white;
}

.about .row .image {
  flex: 1 1 45rem;

}

.about .row .image {
  width: 100%;
}

.about .row .content {
  flex: 1 1 45rem;

}

.about .row .content h3 {
  font-size: 3rem;
  color: black
}

.about .row .content p {
  font-size: 1.6rem;
  color: gray;
  padding: 1rem 0;
  line-height: 1.8rem;
}

.about .btn {
  padding: 10px 10px;
}

.about .btn:hover {
  background-color: #717a7b;
  color: white;
  transition-duration: 0.4s;
  border-width: thin;
}



/*about us end*/

/*contact us start */
.contact .row {
  display: flex;
  background-color: var(--black-color);
  flex-wrap: wrap;
  gap: 1rem;
}

.contact .row .map {
  flex: 1 1 45rem;
  width: 100%;
  object-fit: cover;

}

.contact .row .form {
  flex: 1 1 45rem;
  padding: 5rem 2rem;
  text-align: center;
}

.contact .row .form h3 {
  text-transform: uppercase;
  font-size: 3.5rem;
  color: white;
}

.contact .row .form .inputBox {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: var(--border)
}

.contact .row .form .inputBox {
  color: white;
  font-size: 2rem;
  padding-left: 2rem;
}

.contact .row .form .inputBox input {
  width: 100%;
  padding: 2rem;
  font-size: 1.7rem;
  color: #fff;
  text-transform: none;
  background: none;
}

.contact .row .form .btn {
  color: var(--main-color);
  background-color: white;
  font-weight: bold;

}

.contact .row .form .btn:hover {
  transform: translateY(-5px);
  border-color: #fff;
  transition: ease 0.5s;

}

/*contact us end */
/*review start*/
.review .heading {
  color: #0cdbdb;
  border-bottom: 0.1rem solid #000000;
}

.review {
  background-color: white;
}

.review .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
}

.review .box-container .box {
  border: var(--border);
  text-align: center;
  padding: 3rem 2rem;
  background-color: #e9e1e1;
  border-radius: 3rem;
  border-style: double;
  border-color: black;
}

.review .box-container .box p {
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 2rem 0;
}

.review .box-container .box .user {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
  object-fit: cover;
}

.review .box-container .box:hover {
  transform: translateY(-5px);
  border-color: #fff;
  transition: ease 0.5s;

}

.review .box-container .box h3 {
  color: #0cdbdb;

}

.review .box-container .box .stars i {
  font-size: 1.5rem;
  color: gold;
}





/*review end*/

/* footer start */
.footer {
  background-color: var(--black-color);
  text-align: center;
}

.footer .search {
  display: flex;
  justify-content: center;
}

.footer .search .search-input {
  width: 30rem;
}

.footer .search .btn-primary {
  background-color: var(--main-color);
  padding: 1rem 2rem;
  margin-left: 1rem;
}

.footer .share {
  padding: 2rem 0;
}

.footer .share a {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  color: #fff;
  font-size: 2rem;
  border: var(--border);
  border-radius: 50%;
  margin: 0.3rem;
}

.footer .share a:hover {
  background-color: var(--main-color);
}

.footer .links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer .links a {
  background-color: var(--main-color);
  padding: 0.7rem 2rem;
  color: #fff;
  font-size: 2rem;
  border: var(--border);
}

.footer .links a:hover {
  background-color: var(--black-color);
  opacity: 0.7;
}

.footer .links a.active {
  background-color: #000000;
}

.footer .credits {
  font-size: 2rem;
  color: #fff;
  font-weight: 300;
  padding-top: 1.5rem;
}

.footer .credits span {
  color: var(--main-color);
}

.footer .credits .lgg1 {
  height: 3rem;
  width: 3rem;
  border-radius: 70%;
  object-fit: cover;
}

/* footer end */
/* content section start */
.lgpt {
  background-color: #fff;
}
.lgpt .photo-list-wrapper{
right: 3rem;
}

.photo-list-container {
  margin-left: 70px;
}

.photo-list {
  list-style: none;
  padding: 0;
  height: 300px;
  display: flex;
  align-items: center;
  column-gap: 30px;
  transform: translateX(0);
  transition: 1s all ease-in-out;
}

.photo-list-wrapper {
  overflow: hidden;
  position: relative;
}

.photo-item {
  position: relative;
}

.photo-item:hover .photo-item-title,
.photo-item:hover .photo-item-buttons {
  opacity: 1;
}

.photo-item:hover .photo-item-img {
  transform: scale(1.2);
  margin: 0 30px;
  opacity: 0.5;
}

.photo-item-img {
  width: 270px;
  height: 200px;
  object-fit: cover;
  transition: 1s all ease-in-out;
}

.photo-item:hover .photo-item-img {
  transform: scale(1.2);
  margin: 0 30px;
  transition: 1s all ease-in-out;
}

.photo-item-title {
  background-color: rgb(40, 40, 40, 0.4);
  padding: 0 10px;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 10%;
  left: 50px;
  opacity: 0;
  transition: 1s all ease-in-out;
}

.photo-item-buttons {
  background-color: rgb(40, 40, 40, 0.4);
  padding: 10px;
  font-weight: bold;
  position: absolute;
  bottom: 10%;
  left: 50px;
  display: flex;
  column-gap: 20px;
  opacity: 0;
  transition: 1s all ease-in-out;
}

.photo-item-buttons i {
  cursor: pointer;
  opacity: 0.5;
  font-size: 20px;
  transition: 0.5s all ease;
}

.photo-item-buttons i:hover {
  opacity: 1;
}

.fa-chevron-right {
  width: 100px;
  display: flex;
  font-size: 80px;
  position: absolute;
  right: 0;
  top: 100px;
  opacity: 0.5;
  transition: 0.5s ease all;
  cursor: pointer;
}

.fa-chevron-right:hover {
  opacity: 1;
}

/* content section end */

/* team section start */
.team {
  background-color: #fff;
}

.team .heading {
  color: #000000;
  border-bottom: 0.1rem solid #000000;
}

.team-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 30%;
  position: relative;
  right: 50px;
  top: 2px;
}

.team-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.team .box-container {
  display: flex;
  flex-direction: row;
  margin: 30px 0;

}

.team .box-container .team-card {
  margin: 0 50px;
}

.team-container {
  padding: 2px 16px;
}

/* team section end */

/* info section start */
.info {
  background-color: #fff;
}

.info .heading {
  color: #000000;
}

.info .heading span {
  color: var(--main-color);
}

.info i {
  font-size: 5rem;
  display: block;
  padding: 2rem 20rem;
}

.info i h6 {
  font-size: 2rem;
  display: inline-block;
  padding: 3rem 3rem;
}

/* info section end*/


/* responsive start */
@media (max-width: 991px) {
  html {
    font-size: 55%;
  }

  .header {
    padding: 1.5rem 2rem;
  }

  .header .logo img {
    height: 7rem;
  }

  section {
    padding: 2rem;
  }

  .products .box-container .box .box-head .name {
    font-size: 3.4rem;
  }

  .references .column {
    display: flex;
  }
  .fa-chevron-right{
    width: 50px;
    
  }
}

@media (max-width: 768px) {
  .body {
    background: cover;
  }

  .header #menu-btn {
    display: inline-block;
  }

  .header .navbar {
    position: absolute;
    top: 95%;
    background-color: #fff;
    height: calc(100vh - 9rem);
    width: 30rem;
    box-shadow: 0px 20px 14px 0px rgb(0 0 0 / 75%);
    right: -100%;
    transform: scale(0);
  }

  .header .navbar.active {
    right: 3rem;
    transform: scale(1);
  }

  .header .navbar a {
    color: var(--black-color);
    display: block;
    margin: 1.5rem;
    padding: 0.5rem;
    font-size: 2rem;
  }

  .references .column {
    display: flex;
  }



  .team .team-card {
    width: 25%;
    display: block;
    margin-bottom: 20px;
    overflow: none;
  }
  .info i{
    padding: 1rem 2rem;
    display: flex;
  }
  .info i h6 {
    font-size: 15px;
    display: block;
  }
  .lgpt .photo-list-wrapper{
    right: 5rem;
    }
}

@media (max-width: 576px) {
  html {
    font-size: 50%;
    width: 100%;
  }

  .header .search-form {
    width: 30rem;
  }

  .team .box-container {
    width: 90%;
    display: block;
    margin-bottom: 20px;
    left: 100%;
    margin: 30px;
    object-fit: cover;
  }

  .team .box-container .team-card {
    width: 100%;
    margin: 50px 30px;
  }
}

/* responsive end */