/* Genel Stil Ayarları */
body{
  margin: 0;
  padding: 0;   
  background-color: #FEF5EC;
}
img {
    border: none;
    outline: 0;
    border-style: none;
    background-position: center;
    background-size: cover;
    object-fit:cover ;
    border-radius: 3%;
    background-position-x: center;
    }

  a {
    text-decoration: none;
    color: rgba(60, 60, 59, 0.75);
    font-family: 'afacad', serif;}

  .page-container {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 0;
    margin: 0;
}

.main-section {
    width: 95%;
    height: auto;
    position: relative;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    background-size: cover;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
    justify-content: center;
    margin-top: 10px;

}
  /* Navbar */
  .navbar {
    width: 95%;
    height: 70px;
    position: relative;
    border-radius: 13px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    margin-top: 15px;
  }
  
  
  .logo {
    padding: 0;
    margin: 0;
    width: auto;
    height: 50px;
    position: relative;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    
  
  }
  
  .navbar .menu-item {
    width: auto;
    position: relative;
    text-align: center;
    color: rgba(60, 60, 59, 1);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.4px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    font-family: 'afacad', serif;
  }

.footer-nav {
    width: 100%;
    height: auto;
    background: #FEF5EC;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 5px;
}

.nav-link {
    width: auto; 
    text-align: center; 
    justify-content: center;
    display: flex; 
    flex-direction: column; 
    color: rgba(60, 60, 59, 0.75); 
    font-size: 24px; 
    font-family: Afacad; 
    font-weight: 400; 
    text-decoration: none; 
    letter-spacing: 0.48px; 
    word-wrap: break-word
}



.hero-title {
    position: relative;
    text-align: center;
    color: #3C3C3B;
    font-size: 50px;
    font-family: 'afacad', serif;
    font-weight: 700;
    word-wrap: break-word;
}

.hero-text-block {
    width: 50%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: center;
    gap: 50px;

}

.hero-text-block .text-normal 
{    color: #3C3C3B;
    font-size: 32px;
    font-family: 'afacad', serif;
    font-weight: 400;
    word-wrap: break-word;
}

.hero-main-image {
    width: 40%;
    height: auto;
    position: relative;
    background-size: cover;
    object-fit: cover;
}
.secondary-image {
    width: 30%;
    height: auto;
    position: relative;
    background-size: cover;
    object-fit: cover;
}
.secondary-text-block {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
    gap: 5px;
}
.secondary-title {
    position: relative;
    text-align: left;
    color: #3C3C3B;
    font-size: 50px;
    font-family: 'afacad', serif;
    font-weight: 700;
    word-wrap: break-word;
}

.text-block-section {
    width: 60%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    gap: 35px;
    margin: 30px;
}
.text-block-section .text-normal {
    color: #3C3C3B;
    font-size: 32px;
    font-family: 'afacad', serif;
    font-weight: 400;
    word-wrap: break-word;
    text-align: left;
}

.footer-text-block-section {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-title-section {
    position: relative;
    text-align: center;
    color: #3C3C3B;
    font-size: 50px;
    font-family: 'afacad', serif;
    font-weight: 700;
    word-wrap: break-word;
    width: 100%;
}

.short-description {
    width: 23%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
}
.short-description .text-normal {
    color: #3C3C3B;
    font-size: 32px;
    font-family: 'afacad', serif;
    font-weight: 400;
    word-wrap: break-word;
}
.short-description .text-bold {
    color: #3C3C3B;
    font-size: 32px;
    font-family: 'afacad', serif;
    font-weight: 700;
    word-wrap: break-word;
}

.footer-image-box {
    width: 100%;
    height: auto;
    position: relative;
    margin: 5px;
    display: flex;
    flex-direction: row;    
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 5px;
}

.footer-image {
    width: 30%;
    height: auto;
    position: relative;
    background-size: cover;
    object-fit: cover;
}
.footer-text-block {
    width: 80%;
    height: auto;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.footer-text-block .text-normal {
    color: #3C3C3B;
    font-size: 32px;
    font-family: 'afacad', serif;
    font-weight: 400;
    word-wrap: break-word;
}

.footer-title{
    color: #3C3C3B;
    font-size: 50px;
    font-family: 'afacad', serif;
    font-weight: 700;
    word-wrap: break-word;
}

@media only screen and (max-width: 400px) {
    .main-section {
        gap: 10px;
        margin-bottom: 10px; 
    }
    .navbar {
        width: 90%;
        height: 30px;
    }
    .navbar .menu-item {
        font-size: 10px;
        font-weight: 500;
    }
    .logo {
        width: auto;
        height: 25px;    
    }
             
    .nav-link {
        font-size: 8px; 
    }

    .hero-main-image {
        width: 90%;
    }
    
    .hero-title {
        font-size: 16px;
        font-weight: 600;
    }
    
    .hero-text-block {
        width:90%;
        gap: 10px;
    
    }
    
    .hero-text-block .text-normal 
    { 
        font-size: 12px;
        font-weight: 300;
    }
    .secondary-text-block {
        gap: 5px;
    }

    .secondary-title {
        font-size: 16px;
        font-weight: 600;
    }
    
    .text-block-section {
        width: 90%;
        gap: 5px;
        margin: 10px;
    }

    .secondary-image {
        width: 90%;
        height: auto;
    }

    .text-block-section .text-normal {
        font-size: 12px;
        font-weight: 300;
    }
    
    .footer-text-block-section {
        gap: 5px;
    }
    
    .footer-title-section {
        font-size: 16px;
        font-weight: 600;
        width: 100%;
    }
    
    .short-description {
        width: 40%;
        margin: 0;
    }
    .short-description .text-normal {
        font-size: 12px;
        font-weight: 300;
    }
    .short-description .text-bold {
        font-size: 12px;
        font-weight: 600;
    }
    
    .footer-image-box {
        margin: 5px;
        gap: 5px;
    }
    
    .footer-text-block {
        width: 90%;
        gap: 5px;
    }
    
    .footer-text-block .text-normal {
        font-size: 12px;
        font-weight: 300;
    }
    
    .footer-title{
        font-size: 16px;
        font-weight: 600;
    }
}
@media only screen and (min-width: 400px) {
     .main-section {
        gap: 10px;
        margin-bottom: 10px; 
    }
    .navbar {
        width: 90%;
        height: 30px;
    }
      .navbar .menu-item {
        font-size: 11px;
        font-weight: 500;
    }
    .logo {
        width: auto;
        height: 25px;    
    }
             
    .nav-link {
        font-size: 10px; 
    }

    .hero-main-image {
        width: 90%;
    }
    
    .hero-title {
        font-size: 20px;
        font-weight: 600;
    }
    
    .hero-text-block {
        width:90%;
        gap: 10px;
    
    }
    
    .hero-text-block .text-normal 
    { 
        font-size: 16px;
        font-weight: 300;
    }
    .secondary-text-block {
        gap: 5px;
    }

    .secondary-title {
        font-size: 20px;
        font-weight: 600;
    }
    
    .text-block-section {
        width: 90%;
        gap: 5px;
        margin: 10px;
    }

    .secondary-image {
        width: 90%;
        height: auto;
    }

    .text-block-section .text-normal {
        font-size: 16px;
        font-weight: 300;
    }
    
    .footer-text-block-section {
        gap: 5px;
    }
    
    .footer-title-section {
        font-size: 20px;
        font-weight: 600;
        width: 100%;
    }
    
    .short-description {
        width: 40%;
        margin: 0;
    }
    .short-description .text-normal {
        font-size: 16px;
        font-weight: 300;
    }
    .short-description .text-bold {
        font-size: 16px;
        font-weight: 600;
    }
    
    .footer-image-box {
        margin: 5px;
        gap: 5px;
    }
    
    .footer-text-block {
        width: 90%;
        gap: 5px;
    }
    
    .footer-text-block .text-normal {
        font-size: 16px;
        font-weight: 300;
    }
    
    .footer-title{
        font-size: 20px;
        font-weight: 600;
    }
}
@media only screen and (min-width: 600px) {
    .main-section {
        gap: 20px;
        margin-bottom: 20px;    
    }
    .navbar {
        width: 90%;
        height: 40px;
    }
      .navbar .menu-item {
        font-size: 15px;
        font-weight: 500;
    }
    
    .logo {
        width: auto;
        height: 30px;
    
    }    
    
    .nav-link {
        font-size: 14px; 
    }

    .hero-main-image {
        width: 90%;
    }
    
    .hero-title {
        font-size: 24px;
        font-weight: 600;
    }
    
    .hero-text-block {
        width: 90%;
        gap: 10px;
    
    }
    
    .hero-text-block .text-normal 
    { 
        font-size: 18px;
        font-weight: 400;
    }
    .secondary-text-block {
        gap: 5px;
    }
    .secondary-title {
        font-size: 24px;
        font-weight: 600;
    }
    
    .text-block-section {
        width: 90%;
        gap: 15px;
        margin: 0;
    }
    .secondary-image {
        width: 90%;
        height: auto;
    }
    .text-block-section .text-normal {
        font-size: 18px;
        font-weight: 400;
    }
    
    .footer-text-block-section {
        gap: 15px;
    }
    
    .footer-title-section {
        font-size: 24px;
        font-weight: 600;
        width: 90%;
    }
    
    .short-description {
        width: 40%;
        margin: 0;
    }
    .short-description .text-normal {
        font-size: 18px;
        font-weight: 400;
    }
    .short-description .text-bold {
        font-size: 18px;
        font-weight: 600;
    }
    
    .footer-image-box {
        margin: 5px;
        gap: 5px;
    }
    
    .footer-text-block {
        gap: 5px;
    }
    
    .footer-text-block .text-normal {
        font-size: 18px;
        font-weight: 400;
    }
    
    .footer-title{
        font-size: 24px;
        font-weight: 600;
    }
}   
@media only screen and (min-width: 992px) { 
   .main-section {
        gap: 30px;
        margin-bottom: 50px;    
    }

    .navbar {
    width: 95%;
    height: 70px;
    }

     .navbar .menu-item {
    font-size: 17px;
    font-weight: 500;
    }
  
  
    .logo {
    padding: 0;
    margin: 0;
    height: 50px; 
  
    }  
    .nav-link {
            font-size: 16px; 
        }

  .hero-main-image {
    width: 40%;
}
    .hero-title {
        font-size: 28px;
        font-weight: 700;
    }
    
    .hero-text-block {
        gap: 30px;
        width: 50%;
    
    }
    
    .hero-text-block .text-normal 
    { 
        font-size: 22px;
        font-weight: 400;
    }
    .secondary-image {
        width: 40%;
    }
    .secondary-text-block {
        gap: 5px;
    }
    .secondary-title {
        font-size: 28px;
        font-weight: 700;
    }
    
    .text-block-section {
        gap: 5px;
        margin: 5px;
        width: 55%;
    }
    .text-block-section .text-normal {
        font-size: 22px;
        font-weight: 400;
    }
    
    .footer-text-block-section {
        gap:5px;
    }
    
    .footer-title-section {
        font-size: 28px;
        font-weight: 700;
        width: 100%;
    }
    
    .short-description {
        margin: 5px;
        width: 23%;
    }
    .short-description .text-normal {
        font-size: 22px;
        font-weight: 400;
    }
    .short-description .text-bold {
        font-size: 22px;
        font-weight: 700;
    }
    
    .footer-image-box {
        margin: 5px;
        gap: 10px;
        margin: 5px;
    }
    
    .footer-text-block {
        gap: 10px;
    }
    
    .footer-text-block .text-normal {
        font-size: 22px;
        font-weight: 400;
    }
    
    .footer-title{
        font-size: 28px;
        font-weight: 700;
    }

}
@media only screen and (min-width: 1200px) {
    .main-section {
        gap: 40px;
        margin-bottom: 50px;    
    }

    .navbar {
    width: 95%;
    height: 70px;
    }
  
  
    .logo {
    padding: 0;
    margin: 0;
    height: 50px; 
  
    } 
        .navbar .menu-item {
    font-size: 21px;
    font-weight: 500;
    } 
    .nav-link {
                font-size: 20px; 
            }

  .hero-main-image {
    width: 40%;
}
    .hero-title {
        font-size: 35px;
        font-weight: 700;
    }
    
    .hero-text-block {
        gap: 50px;
        width: 50%;
    
    }
    
    .hero-text-block .text-normal 
    { 
        font-size: 28px;
        font-weight: 400;
    }
    .secondary-image {
        width: 40%;
    }
    .secondary-text-block {
        gap: 5px;
    }
    .secondary-title {
        font-size: 35px;
        font-weight: 700;
    }
    
    .text-block-section {
        gap: 15px;
        margin: 5px;
        width: 55%;
    }
    .text-block-section .text-normal {
        font-size: 28px;
        font-weight: 400;
    }
    
    .footer-text-block-section {
        gap: 30px;
    }
    
    .footer-title-section {
        font-size: 35px;
        font-weight: 700;
        width: 100%;
    }
    
    .short-description {
        margin: 0;
        width: 23%;
    }
    .short-description .text-normal {
        font-size: 28px;
        font-weight: 400;
    }
    .short-description .text-bold {
        font-size: 28px;
        font-weight: 700;
    }
    
    .footer-image-box {
        margin: 5px;
        gap: 10px;
    }
    
    .footer-text-block {
        gap: 10px;
    }
    
    .footer-text-block .text-normal {
        font-size: 28px;
        font-weight: 400;
    }
    
    .footer-title{
        font-size: 35px;
        font-weight: 700;
    }
}