@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


body {
    
    background-color: #1F7D53;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem auto;
    max-width: 750px;
}
.navi ul{
    display: flex;
    list-style: none;
    gap: 2rem;

}  
.navi a {
    text-decoration: none;
    color: #eeeeee;
}
.navi a:hover {
    color: #92d4ac;
}
hr {
    size: 3rem;
    opacity: 20%;
}
.hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem auto;
    max-width: 750px;
    gap: 200px;
}
.hero h4 {
    color: #215c35;
}

.sashapic {
    position: absolute; /* لجعل الصورة قابلة للتحريك */
  top: 200px; /* المسافة من الأعلى */
  left: 200px; /* المسافة من اليسار */
  width: 600px;
  height: 600px;
  object-fit: cover; /* لتغطية الصورة في المساحة المحددة */
}
.iloveyousasha {
    position: absolute;
    top: 250px;
    left: 750px;
    color: #18230F;
}
.title{
    position: absolute;
    top: 300px;
    left: 750px;
    max-width: 300px;
    word-wrap: break-word;
    border-radius: 10px;
}
.topp {
    position: absolute;
    top: 0px;
    right: 640px;
    width: 50px;
    height: 50px;
    color: white;
}
@media (max-width: 1023px) {
    header {
        display: list-item;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .navi ul{
        display: list-item;
        list-style: none;
        gap: 2rem;
    
    }  
    .navi a {
        position: relative;
        left: 7.5rem;
        text-decoration: none;
        color: #eeeeee;
        font-size: 24px;
    }
    .navi a:hover {
        color: #92d4ac;
    }
    hr {
        size: 3rem;
        opacity: 20%;
    }
    .hero {
      flex-direction: column;
      align-items: center;
      gap: 2rem;
    }
    .sashapic {
        position: absolute;
        top: 250px;
        left: 7px;
      width: 600px;
    }
    .title {
        position: absolute;
        top: 750px;
        left: 100px;
      font-size: 2rem;
      width: 200px;  /* تحديد عرض المربع */
        height: 100px;  /* تحديد ارتفاع المربع */
        border: 1px ;  /* إضافة حدود للمربع */
        padding: 1px;  /* إضافة مسافة داخلية */
        word-wrap: break-word;  /* جعل النص يتنقل إلى السطر التالي عند الحاجة */
    }
    .iloveyousasha {
        position: absolute;
        top: 450px;
        left: 100px;
      font-size: 4rem;
      width: 200px;  /* تحديد عرض المربع */
        height: 100px;  /* تحديد ارتفاع المربع */
        border: 12rem ;  /* إضافة حدود للمربع */
        padding: 1rem;  /* إضافة مسافة داخلية */
        word-wrap: break-word;

    }

    .textContainer {
      align-items: center;
      margin: 0rem 5rem;
      gap: 1rem;
    }
    .ppop{
        position: relative;
        left: 6.5rem;
        width: 130px;
    }
}