@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #333;
  line-height: 1.5em;
  position: relative;
}

header {
  background-color: #f3600b;
  color: #eee;
}

img {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: #333;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
  font-weight: 400;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #333;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 20px;
}

h4 {
  margin-left: 30px;
  margin-top: 20px;
}

h5 {
  text-align: center;
}

p {
  color: #777;
  line-height: 2em;
  margin-top: 20px;
}

button {
  padding: 10px 25px;
  border-color: #dddddd;
  border-radius: 5px;
  border-style: solid;
}

.container {
  width: 1170px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

menu {
  position: sticky;
  z-index: 9;
  top: 0px;
  background-color: white;
  opacity: 0.9;
}

menu .container {
  display: flex;
  flex-direction: row;
  opacity: 1;
}
menu .container div {
  margin-right: 100px;
}
menu .container a {
  display: block;
  line-height: 75px;
  padding: 0px 15px;
  cursor: pointer;
}
menu .container a:hover {
  color: #f3600b;
}
menu .container li {
  margin: 0;
}

.menu-icon {
  display: none;
  font-size: xx-large;
  text-align: right;
  margin: 5px 10px;
  cursor: pointer;
  color: #f3600b;
}

.ul-horizont {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ul-horizont :last-child {
  margin-right: 0;
}
.ul-horizont li {
  margin-right: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.ul-horizont i {
  margin-left: 10px;
  margin-right: 8px;
}

.ul-listing li {
  list-style-type: circle;
  margin-left: 15px;
}

.indent-50 li {
  margin-left: 50px;
  margin-right: 50px;
}

.logo img {
  height: 75px;
  display: block;
}

section {
  padding: 0;
}

.slider-area {
  background-image: url("../images/bg001.jpg");
  background-size: cover;
  height: 40vw;
  color: #eee;
  padding: 0;
}
.slider-area div {
  width: 1170px;
  height: 100%;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.slider-area div h2 {
  margin-top: 15vw;
  text-transform: uppercase;
  text-shadow: 0 0 10px black;
  animation-name: drop-down;
  animation-duration: 500ms;
  animation-timing-function: cubic-bezier(0.35, 0.35, 0.25, 1.61);
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  color: #eee;
}
.slider-area div h1 {
  text-transform: uppercase;
  margin-top: 30px;
  letter-spacing: 3px;
  text-shadow: 0 0 10px black;
}
.slider-area div .hero-features {
  margin-top: 30px;
  margin-bottom: 30px;
  animation-name: fade-in;
  animation-duration: 800ms;
  animation-delay: 300ms;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
}
.slider-area div .hero-features ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.slider-area div .hero-features ul li {
  font-size: 16px;
  color: white;
  text-shadow: 0 0 5px black;
  letter-spacing: 0.5px;
}
.slider-area div .hero-cta {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 35px;
  background-color: #f3600b;
  color: #eee;
  font-weight: 700;
  font-size: 16px;
  border-radius: 5px;
  border: 2px solid #f3600b;
  text-decoration: none;
  transition: all 300ms ease;
  text-shadow: none;
  animation-name: fade-in;
  animation-duration: 800ms;
  animation-delay: 600ms;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
}
.slider-area div .hero-cta:hover {
  background-color: rgb(194.2086614173, 76.7244094488, 8.7913385827);
  border-color: rgb(194.2086614173, 76.7244094488, 8.7913385827);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contact {
  display: flex;
  flex-direction: row;
}

.terkep iframe {
  width: 550px;
}

form {
  margin: 0 auto 30px auto;
}
form label {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
form .button {
  width: 150px;
}
form input, form textarea {
  padding: 10px;
  border-color: #dddddd;
  border-radius: 5px;
  border-style: solid;
  width: 100%;
}
form h3 {
  margin-top: 0;
}

input:focus, textarea:focus {
  outline: none;
  box-shadow: 0 0 10px #dddddd;
}

fieldset {
  border: none;
}

.submit-btn-p {
  text-align: right;
}

.required {
  text-decoration: none;
  color: #f3600b;
}

#message-div {
  width: 100%;
  height: auto;
}
#message-div p {
  color: #f3600b;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.e-mail-form, .terkep {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.tevekenysegek {
  margin-left: 50px;
}

.activities {
  width: 80%;
  margin: 0 auto;
  padding: 0 30px 50px 30px;
}
.activities > p {
  text-align: justify;
  text-indent: 30px;
  margin: 0;
}

#certifications {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
  position: relative;
}
#certifications img {
  width: 150px;
  border: 1px solid #bbb;
  border-radius: 7px;
  box-shadow: 0 0 5px #bbb;
}

#show-img-div {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition-property: width, height, opacity, top, left;
}
#show-img-div img {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #bbb;
  box-shadow: 0 0 5px #bbb;
}

#gallery, #gallery2 {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px;
}
#gallery div, #gallery2 div {
  width: 150px;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
}
#gallery img, #gallery2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes drop-down {
  0% {
    opacity: 0;
    margin-top: 5vw;
  }
  70% {
    opacity: 1;
  }
  100% {
    margin-top: 15vw;
  }
}
.introduction {
  text-align: justify;
  width: 80%;
  margin: auto;
  padding: 50px 30px;
}
.introduction div {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.introduction div img {
  width: 100px;
}
.introduction h2 {
  text-align: center;
  margin-bottom: 0;
}
.introduction h3 {
  margin-top: 0;
}
.introduction .logo {
  width: 200px;
}

.alairas-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
}
.alairas-div div {
  margin: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
}
.alairas-div img {
  width: 100px;
  border-radius: 50%;
  box-shadow: 0 0 5px #bbb;
}
.alairas-div p {
  text-align: center;
  margin-top: 10px;
}

.hidden {
  display: none;
}

footer {
  background-color: #283142;
  color: #bbb;
  line-height: 2em;
}
footer > div {
  padding: 50px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
footer h3 {
  position: relative;
  margin-bottom: 70px;
  color: #eee;
}
footer h3::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #bbb;
  top: 50px;
  left: 0;
}
footer img {
  width: 150px;
}
footer .img-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
footer .img-elem {
  width: 75px;
  height: 75px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 10px 10px 0;
}
footer .img-elem:hover {
  border: 1px solid #eee;
  border-radius: 5px;
}
footer a {
  color: #bbb;
  transition: color 200ms;
}
footer a:hover {
  color: #888888;
}

#img-1 {
  background-image: url("../images/gallery/telephely01.jpg");
}

#img-2 {
  background-image: url("../images/gallery/telephely07.jpg");
}

#img-3 {
  background-image: url("../images/gallery/telephely10.jpg");
}

#img-4 {
  background-image: url("../images/gallery/telephely12.jpg");
}

#img-5 {
  background-image: url("../images/gallery/img03.jpg");
}

#img-6 {
  background-image: url("../images/gallery/img07.jpg");
}

@media (max-width: 1170px) {
  header {
    display: none;
  }
  .container {
    width: 800px;
  }
  .slider-area {
    height: auto;
    min-height: 40vw;
  }
  .slider-area div {
    width: 800px;
  }
  menu .container {
    display: flex;
    flex-direction: row;
    opacity: 1;
  }
  menu .container div {
    margin-right: 5px;
  }
  menu .container a {
    display: block;
    line-height: 50px;
    padding: 0px 15px;
  }
  .logo img {
    height: 50px;
  }
  footer > div {
    gap: 10px;
  }
  footer h3 {
    font-size: 20px;
  }
  .contact {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  body {
    margin: 0;
  }
  header {
    display: none;
  }
  .menu-icon {
    display: block;
  }
  .logo {
    width: 50vw;
  }
  .container {
    width: 100vw;
    padding: 10px;
  }
  .activities {
    width: 100%;
    margin: 0 auto;
    padding: 30px 10px;
  }
  .activities > p {
    text-align: justify;
    text-indent: 30px;
    margin: 0;
  }
  .introduction {
    width: 100%;
    margin: 0;
    padding: 30px 10px;
  }
  .introduction div img {
    width: 80%;
  }
  .slider-area {
    background-size: cover;
    height: auto;
  }
  .slider-area div {
    width: 100vw;
  }
  .slider-area div h2 {
    margin-top: 5vh;
  }
  .slider-area div .hero-features {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .slider-area div .hero-features ul {
    gap: 5px;
  }
  .slider-area div .hero-features ul li {
    font-size: 14px;
  }
  .slider-area div .hero-cta {
    padding: 10px 30px;
    font-size: 14px;
    width: 90%;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }
  menu {
    position: relative;
    display: none;
  }
  .show {
    display: block;
  }
  .show .logo {
    display: none;
  }
  menu .container {
    display: flex;
    flex-direction: column;
    opacity: 1;
  }
  menu .container div {
    margin-right: 5px;
  }
  menu .container a {
    display: block;
    line-height: 50px;
    padding: 0px 15px;
  }
  .ul-horizont {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .ul-horizont :last-child {
    margin-right: 0;
  }
  .ul-horizont li {
    margin-right: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .ul-horizont i {
    margin-left: 10px;
    margin-right: 8px;
  }
  .logo img {
    height: 50px;
  }
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 30px;
  }
  footer > div {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 20px;
  }
  footer h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .contact {
    flex-direction: column;
  }
  .terkep iframe {
    width: 100%;
  }
  .e-mail-form {
    margin-top: 30px;
  }
  .e-mail-form, .terkep {
    width: 95%;
  }
}/*# sourceMappingURL=index.css.map */