*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.go-top-container{
    position: fixed;
    bottom: 75px;
    right: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: all 0.5s ease;
    opacity: 0;
}

.go-top-container:hover{
    bottom: 85px;
}

.go-top-container-visible{
    opacity: 1;
    pointer-events: auto;
}

.go-top-button{
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #2E7D32, #2F4F2F, #388E3C);
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    border: 3px solid #0D1B2A;
    transition: all 0.5s ease;
    box-shadow: 0 0 20px gray;
}

.go-top-button:hover{
    background: #ac840b;
    rotate: 360deg;
    box-shadow: 0 0 60px rgb(202, 202, 202);
}

.angle-up{
    font-size: 23px;
    color: #F1F1F1;
}

.communation-icons{
    height: auto;
    width: auto;
    padding: 10px 10px 10px 10px;
    position: fixed;
    z-index: 999999;
    display: flex;
    justify-content: center;
    top: 500px;
    left: 0;
    font-size: 24px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
}

.communation-icons-visible{
    opacity: 1;
    pointer-events: auto;
}

.communation-icons ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    gap: 10px;
}

.communation-icons a{
    display: flex;
    color: #F1F1F1;
    text-align: center;
    text-decoration: none;
}

.icons-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #2E7D32, #2F4F2F, #388E3C);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #0D1B2A;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px gray;
}

.icons-container:hover{
    rotate: 60deg;
    width: 50px;
    height: 50px;
    background: #ac840b;
}


body{
    display: flex;
    background-color: #e0e0e0;
    flex-direction: column;
    font-family: "Quicksand", sans-serif;
}

.header-back{
    background: #f0b609;
    z-index: 0;
    display: flex;
    width: 100%;
    height: 135px;
    position: fixed;
    top: 0;
}

.header-back-none{
    display: none;
}

.header-communacition{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 35px;
    background-color: #f0b609;
    gap: 40px;
    padding: 5px 0 5px 0;
    transition: all 0.3s ease;
    z-index: 9999;
}

.header-communacition-number{
    display: flex;
    align-items: center;
    text-align: center;
}

.header-communacition .icon{
    margin-right: 7px;
}

.header-communacition a{
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    color: #0D1B2A;
    transition: all 0.3s ease;
}

.header-communacition a:hover{
    text-decoration: underline;
    color: #005F99;
}

.header{
    width: 100%;
    height: 100px;
    background: linear-gradient(90deg, #2E7D32, #388E3C,#2F4F2F);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.500);
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 35px;
    z-index: 99999;
    gap: 40px;
    transition: all 0.2s ease;
}

.header-scroll{
    box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.800);
    top: 0;
    background: linear-gradient(90deg, rgba(46, 125, 50, 0.99), rgba(56, 142, 60, 0.99),rgba(47, 79, 47, 0.99));
    border-radius: 0 0 20px 20px;
}

.nav-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 50px;
    padding-top: 23px;
}

.nav-logo img{
    width: 110px;
    height: auto;
    filter: drop-shadow(0 7px 5px rgba(0,0,0,0.5));
}

.nav-bar{
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-bar .nav-list{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.nav-bar .nav-list ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    gap: 40px;
}

.nav-list li{
    text-align: center;
}

.nav-list a{
    text-align: center;
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
    border-bottom: 1px solid transparent;
    color: #f5f5f5;
    font-size: 22px;
    font-weight: 500;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.300);
    transition: all 0.1s ease;
}

.nav-list a:hover{
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 2.5px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.100);
}

/* Slider */

.slider {
  width: 100%;
  max-width: 1920px;
  height: 815px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.300);
}

.slides {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.slide {
  min-width: 100%;
}

.slide img {
  width: 100%;
  height: 815px;
  object-fit: cover;
  filter: brightness(70%);
}

/* Ok Butonları */
.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: #fff;
  border: none;
  padding: 15px;
  cursor: pointer;
  font-size: 32px;
  transition: all 0.1s ease;
}

.prev { left: 20px; }
.next { right: 20px; }


/* Noktalar */
.dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  background: rgba(255,255,255,0.6);
  border-radius: 50%;
  cursor: pointer;
}

.dots .active {
  background: #F0B609;
}


/* Footer */
.footer{
    display: flex;
    background: linear-gradient(90deg, #2E7D32, #388E3C);
    width: 100%;
    justify-content: center;
    color: #e0e0e0;
    box-shadow: 0 0 20px gray;
    border-top: 5px solid #f0b609;
    padding: 10px;
    flex-direction: column;
}

footer h3{
    font-weight: 700;
    font-size: 23px;
    text-align: left;
}

.footer-container{
    display: flex;
    justify-content: center;
    padding: 30px 30px 10px 30px;
    gap: 175px;
}

.footer-container form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-container p{
    font-weight: 400;
    font-size: 18px;
    text-align: left;
}

.footer-social{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-vizyon{
    width: 400px;
}

.footer-menu{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-menu ul{
    list-style-type: none;
}

.footer-menu li{
    display: flex;
    align-items: center;
}

.footer-menu a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e0e0e0;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    gap: 6px;
    padding: 3px;
    transition: all 0.1s ease;
}

.footer-menu a:hover{
    text-decoration: underline;
    filter: drop-shadow(0 0 1px rgba(0,0,0,0.2));
}

.footer-mark{
    color: #333;
    display: inline-block;
    text-decoration: none;
}

.footer-contact{
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: center;
}

.form-items form input{
    background: transparent;
    text-align: left;
    color: #ffffff;
    border: 1px solid #f0b609;
    border-radius: 2px;
    text-indent: 10px;
    padding: 3px 2px 3px 0;
    height: 55px;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.2s ease;
}

.form-items form input:focus{
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
    outline: none;
}

.form-items form input::placeholder{
    color: rgb(224, 224, 224);
}

.form-items form button{
    background-color: #3A5A40;
    color: #EDEDED;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    outline: none;
    font-weight: 500;
    text-align: center;
    padding: 7px 0 7px 0;
    word-spacing: 2px;
    transition: all 0.3s ease;
}

.form-items form button:hover{
    background-color: #344E41;
    box-shadow: 0 10px 15px rgb(0, 0, 0, 0.3);
}

.paper-plane{
    padding-left: 10px;
    justify-content: center;
    align-items: center;
    color: #F0B609;
}

.y-line{
    background-color: #f0b609;
    width: 5px;
    height: 250px;
}

.footer-container2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}

.footer-location-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 100px;
}

.location-text-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 30px;
    width: 500px;
    height: auto;
    background-color: #2F4F2F;
    padding: 20px 20px 20px 30px;
    border-radius: 5px;
    box-shadow: 0 10px 15px rgb(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.location-text-container:hover{
    box-shadow: 0 10px 15px rgb(0, 0, 0, 0.7);
    padding: 25px 35px 25px 35px;
}

.location-icon{
    font-size: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f0b609;
}

.footer-copyright{
    display: flex;
    align-items: center;
    justify-content: center;
}