@import url("https://fonts.googleapis.com/css2?family=Inclusive+Sans&family=Roboto+Slab:wght@300&family=Rubik:wght@500&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif;
  list-style: none;
  text-decoration: none;
  scroll-behavior: smooth;
}

:root {
  --bg-color: #ffffff;
  --text-color: #000;
  --secound-color: #a09dab;
  --main-color: #f75023;
  --big-font: 5rem;
  --h2-font: 3rem;
  --p-font: 1.1rem;
}

body {
  background: var(--bg-color);
  color: var(--text-color);
  background: url(./images/bcg.jpg);
}

section {
  padding: 120px 18%;

  background-size: cover;
  background-position: center;
  position: relative;
}
.home {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 3rem;
  color: white;
}

.home-text h1 {
  margin: 10px 0px 25px;
  font-size: var(--big-font);
  line-height: 1;
  font-weight: 500;
  color: #fbb040;
}

.home-text h5 {
  margin-bottom: 23px;
  font-size: 19px;
  font-weight: 500;
}

.home-img img {
  max-width: 100%;
  width: 600px;
  height: auto;
}

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

.sub-box {
  width: 420px;
  height: 500px;
  margin: 20px;

  color: white;
  text-align: center;
}

.sub-box h3 {
  color: #fbb040;
  padding-bottom: 10px;
}
.sub-box img {
  height: 310px;
  width: 420px;
  margin-bottom: 15px;
  border-radius: 10px 10px;
  background-size: cover;
}

.sub-box:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: all 1s ease;
}

.collapsible {
  background-color: #272727;
  cursor: pointer;
  padding: 18px;
  border: none;
  text-align: center;
  outline: none;
  font-size: 20px;
  margin: 20px;
}

.content {
  display: none;
  overflow: hidden;
  text-align: center;
  color: white;
  background: url(./images/bcg.jpg);
  background-size: cover;
  border-radius: 15px;
  width: 300px;
  height: auto;
  justify-content: right;
}
.başlık {
  text-align: center;
  color: #fbb040;
  font-size: 30px;
  margin-bottom: 20px;
  padding-bottom: 25px;
  justify-content: center;
}
.başlık2 {
  display: flex;
  justify-content: center;
  padding: 20px;
  margin: 20px;
  text-align: center;
  flex-wrap: wrap;
}
.başlık2 img {
  width: 150px;
  height: 90px;
  margin: 10px;
}

.contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card {
  border: #ffffff;
  color: #fbb040;
  width: 650px;
  height: 300;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
}

.icon {
  color: white;
  font-size: 30px;
  margin: auto;
}

.contacts img {
  max-height: 305px;
  height: 100%;
  flex-wrap: wrap;
  display: flex;
}
.contacts h5 {
  margin: 10px;
  padding: 20px;
}
.googlemap {
  justify-content: center;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
