@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');

:root {
    --main-color: #42e11b;
    --light-color: #f0f8ff; 
    --white-color: #fff;
    --black-color: black;
    --border: 0.1rem solid rgba(255, 255, 255, 0.4);
}

* {
    font-family: "Lato", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.2s ease;
}

html {
    font-size: 62.75%;
    overflow-x: hidden;
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}

body {
    background-color: var(--main-color);
    height: 1300vh;
    color: var(--white-color); 
}

/* Header kısmı */
.header .logo img {
    height: 10rem;
}

.header {
    background-color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7%;
    margin: 2rem 7%;
    border-radius: 20rem;
    box-shadow: 0px 0px 17px -2px rgba(0, 0, 0, 0.75);
}
.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.header .navbar a {
    margin: 0 1rem;
    font-size: 1.6rem;
    color: var(--black-color);
    border-bottom: 0.1rem solid transparent;
}

.header .navbar a:hover {
    border-color: var(--main-color);
    padding-bottom: 0.5rem;
}

.header .Buttons button {
    cursor: pointer;
    font-size: 2.5rem;
    margin-left: 3rem;
    background-color: transparent;
}

/* Menu kısmı */
.menu {
    min-height: 40vh;
    background-size: cover;
    background-position: center;
    margin-top: -5.5rem;
    font-size: 2.5rem;
    display: flex;
    justify-content: center;  
    align-items: center;  
    flex-wrap: wrap;
    width: 100%;  
}


.menu .text {
    max-width: 60rem;
    text-align: left;
    flex: 1;
    margin-left: 5rem;
    background-color: var(--light-color); 
    height: auto;
    padding: 2rem;
    border-radius: 1rem; 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
    margin-top: 20rem;
}

.menu .text h3 {
    font-family: "Montserrat", sans-serif; 
    font-size: 3.5rem;
    color: black; 
    margin-bottom: 1rem;
}

.menu .text p {
    font-size: 1.6rem;
    color: var(--black-color); 
    margin-bottom: 1.5rem;
}

.menu .content img {
    max-width: 70%; 
    height: auto;
    margin-top: 10rem;
    display: block;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    flex: 1;
    border-radius: 1rem; 
}

/* Hover efektleri */
.menu .content img:hover {
    transform: scale(1.05); 
}

.menu .text a.btn {
    font-size: 2rem;
    padding: 1rem 2rem;
    background-color: var(--main-color);
    color: var(--white-color);
    text-transform: uppercase;
    border-radius: 2rem;
    margin-top: 1rem;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.menu .text a.btn:hover {
    background-color: var(--black-color);
}
 /* intro */
 section {
    padding: 3rem;
    margin: 2rem 0; 
}
.intro{
    padding: 11rem 10rem;
    height: 90vh;
    margin-bottom: 7rem;
    background-color: var(--white-color);  
    color: #000000; 
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
    
}

.intro h2 {
   font-size: 3rem;
   background-color: var(--light-color);  
  font-family: "Montserrat", sans-serif;
  border-radius: 1rem; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
  margin-right: 89rem;
  padding: 5px 7px;
 
} 
.intro .h22{
   width: 50%;
   
}

.intro .p1 p {
    text-align: justify; 
    width: 70%; 
    margin: 2rem auto; 
    line-height: 1.8; 
    font-size: 1.6rem; 
    color: #333; 
    background-color: #f9f9f9; 
    border: 1px solid #ddd; 
    border-radius: 15px; 
    padding: 1.5rem 2rem; 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
  }
  
  .intro .p1 p:hover {
    transform: scale(1.03); 
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); 
  }
  
.intro .introT .ul1 ul{
   
    line-height: 3.2rem; 
     font-size: 1.3rem;
     color: #0f4f09;
    
}
.space {
    display: inline-block;
    width: 2rem; 
}
.intro .introT li{
   font-size: 1.4rem;
   text-align: left;
  

}
.line-break {
    display: block; 
   
}
.intro .space{
 margin-right: 40rem;

}
 .introT .p1 p:nth-of-type(2){

   margin-top: 1rem;
   font-size: 1.4rem;
  border: 3px solid var(--main-color);
  background-color: var(--light-color);
  color: var(--main-color);
  border-radius: 12px;
  padding: 1em; /* gizli şeyi artıyor işte*/
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  
 }
 .introT .p1 li{

   margin-top: 3rem;

 }
 .asama img {
     margin-left: 60rem;
    margin-top: -13rem;


 }
.intro .introT .asama{

    margin-top: -5rem;
    

}
.intro.introT.asama h2{
    margin-top: 10rem;
}

 .intro .introT .asama  p {

  font-size: 1.8rem;
  color: white;
  line-height: 2.1rem;
  margin-top: 3rem;
}

body {
    margin: 0;
    padding: 0;
    background-color: #42e11b; 
    height: 100vh; 
}

.risk-wrapper {
    background-color: #f4f7fa; 
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.risk {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

h2 {
    font-size: 2.8em;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

.risk-category {
    margin-bottom: 30px;
}

h3 {
    font-size: 2em;
    font-weight: bold;
    color: #0056b3;
    margin-bottom: 15px;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

li {
    font-size: 1.1em;
    color: #333;
    margin-bottom: 10px;
}

li strong {
    color: #007bff;
}


h1 {
    color: rgb(0, 0, 0);
    font-size: 2em; 
    font-weight: bold; 
    margin-top: 30px; 
    margin-bottom: 15px; 
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.content-wrapper {
    margin-bottom: 50px; 
  }
  
  .withdrawal-symptoms {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 50px auto;  
    padding: 30px;
    background-color: #f0f9ff; 
    border-radius: 10px;
    max-width: 900px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
  }
  
  h6 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #007f5f;  
  }
  
  .symptoms {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    gap: 20px;
  }
  
  .symptom-item {
    background-color: #007f5f;  
    color: white;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 350px; 
    text-align: center;
    font-size: 1.2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
  }
  
  /* Hover efekti */
  .symptom-item:hover {
    transform: translateY(-5px);  
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); 
    background-color: #004d40;  
  }
  
  /* Başlık ve yazı stilleri */
  .symptom-item h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 0;
  }
  
  .symptom-item p {
    font-size: 1rem;
    line-height: 1.5;
    color: #f0f0f0;
  }
  
  
  .footer {
    text-align: center;
    background-color: #2e7d32;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    font-size: 0.9em;
}

/* Başlık Stili */
.bagimli {
    font-size: 32px; 
    color: #333; 
    text-align: center; 
    margin-bottom: 20px; 
    font-weight: bold; 
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* Liste ve içerik düzeni */
.belirtix {
    max-width: 800px; 
    margin: 0 auto; 
    padding: 50px;
    background-color: #f4f7fa; 
    border-radius: 8px; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* Liste öğelerinin stili */
.belirtix ul {
    list-style-type: none; 
    padding-left: 0;
}

.belirtix li {
    font-size: 18px; 
    color: #555; 
    line-height: 1.6; 
    padding: 12px 0; 
    border-bottom: 1px solid #ddd; 
}

.belirtix li:last-child {
    border-bottom: none; 
}

/* Başlıklar içindeki vurgulu metinler */
.belirtix strong {
    color: #007bff; 
    font-weight: bold; 
}

/* Hover efekti */
.belirtix li:hover {
    background-color: #e0e7ff; 
    cursor: pointer; 
}



  

