 body {
    background-color: #dbc380;
    margin: 0;
    font-family: 'Arimo', sans-serif;     
}


a {
    font-family: Arial, sans-serif; /* פונט אריאל */
    color: #f5f5dc; /* צבע קרם בהיר */
    text-decoration: none; /* מסיר את הקו התחתון */
}

a:hover {
    text-decoration: underline; /* קו תחתון בעת ריחוף */
    color: #e0e0b1; /* צבע קצת כהה יותר בעת ריחוף */
}

/* Smooth scrolling behavior */
html {
    scroll-behavior: smooth;
}

/* Optional: Easing effect for other transitions */
* {
    transition: all 0.5s ease-in-out;
}



.gbut {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2;
    text-decoration: none;
    color: #fcf7d6;
    font-size: 22px;
    border-radius: 20px;
    width: 240px;
    height: 60px;
    font-weight: bold;
    border: 1px solid #dad7a9;
    transition: 0.3s;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
    background-color: #000;
	
}

.gbut:hover {
    background-color: #333;
}

section {
   height:700px;
    padding-top: 90px;
}

.home1 {
    height: 700px;
    background-image: url(../images/bghome.png);
    background-repeat: no-repeat;
	background-position:center;
background-size: cover;
}

.paint {
  height: 700px;
    background-image: url(../images/paintbg.png);
    background-repeat: no-repeat;
	background-position:center;
background-size: cover;
  }

.design {
     height: 760px;
    background-image: url(../images/bgdesign.jpg);
    background-repeat: no-repeat;
	background-position:center;
background-size: cover;
}


.about1 {

     height: 800px;
    background-image: url(../images/babout.jpg);
    background-repeat: no-repeat;
    background-position:center;
	background-size: cover;
 }

.music {

     height: 800px;
    background-image: url(../images/bgmusic.png);
    background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
}


.strip {
    background-color: rgba(17, 16, 14, 0.84);
    padding: 5px; /* אפשר להוסיף פדינג כדי לשפר את המיקום */
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto; /* הימנע מגובה קבוע */
	color: white;
	font-size: 14px;
}


.tholder{
    direction: rtl;
	transform: translateX(120px);  /* נושא קל לימין */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
	border-radius: 20px;
    color: #000;
    font-family: 'Arimo', sans-serif;
	font-size:18px;
    max-width: 350px; /* רוחב מקסימלי של הטקסט */
    margin: auto; /* מרכז הטקסט */
    height: auto; 
    position: relative; 
	    padding: 0px 0px;
  	top: 8%;
}

.tholder1{
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: 'Arimo', sans-serif;
	font-size:18px;
    max-width: 550px; /* רוחב מקסימלי של הטקסט */
    margin: auto; /* מרכז הטקסט */
    position: relative; 
  	top: 8%;
}

.tholder2{
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: 'Arimo', sans-serif;
	font-size:18px;
	    padding: 0px 200px;
    max-width: 1500px; /* רוחב מקסימלי של הטקסט */
    margin: auto; /* מרכז הטקסט */
    position: relative; 
    background-color: rgba(250, 250, 250, 0.74);

}

.bholder{
    direction: rtl;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arimo', sans-serif;
	font-size:18px;
    max-width: 800px; /* רוחב מקסימלי של הטקסט */
    margin: auto; /* מרכז הטקסט */
    position: relative; 
  	top: 8%;
}


.textd h1, .strip h1 {
		font-size:21px;
    margin: 6px; /* שמור על עקביות במרווחים */
}



.yt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
	border-radius: 20px;
    color: white;
    font-family: 'Arimo', sans-serif;
	font-size:18px;
    max-width: 600px; /* רוחב מקסימלי של הטקסט */
    margin: auto; /* מרכז הטקסט */
    height: auto; 
    position: relative; 
  background-color: #000; /* צבע הרקע */
  	top: 4%;
}


    .player-container {
            text-align: center;
            margin: 20px;
			 margin: 5px; 
            margin: auto; /* מרכז הטקסט */
             height: auto; 
            position: relative; 
	         margin-top: 4%;
        }
		
		 audio {
           width: 80%; /* מתיחה של הנגן לאורך 600 פיקסלים */
		   margin-bottom: 20px;
        }
		
        .track-button {
            cursor: pointer;
            margin: 5px 0;
            padding: 10px;
            background-color: #586d7c;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
			 margin: 5px;
        }
        .track-button:hover {
            background-color: #35434d;
			 margin: 5px;
        }
     


.contact {

     height: 800px;
    background-image: url(../images/tommato1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

.conbut {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2;
    text-decoration: none;
    color: #fcf7d6;
    font-size: 22px;
    border-radius: 20px;
    width: 240px;
    height: 60px;
    font-weight: bold;
    border: 1px solid #dad7a9;
    transition: 0.3s;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
    background-color: #376435;
}

.conbut:hover {
    background-color: #548f51;
}





#menu {
    direction: rtl;
    position: fixed;
    height: 83px;
    top: 0;
    left: 0;
    width: 100%;

	background-image: url(../images/menubg.jpg);
	    background-color: #5a554a;
    opacity: 0.94;
    box-shadow: 0px 2px 10px 0px #332;
    z-index: 995;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu ul,
#menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu ul {
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
}

#menu li {
    display: inline-block;
    position: relative;
}

#menu a {
    text-decoration: none;
}

.button {
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    color: #ffffff;
    text-shadow: 0 0 10px #ffd000, 0 0 20px #ffd000, 0 0 30px #ffd000;
}


/* הסתרת הצ'קבוקס */
#menu input[type="checkbox"] {
    display: none;
}

/* עיצוב הלייבל להמבורגר */
#menu label {
    display: block;
    cursor: pointer;
    font-size: 1.9em;
    color: #FFFFFF;
    position: absolute;
    right: 40px;
    top: 20px;
}

/* בתצוגה קטנה - הסתרת התפריט כברירת מחדל */
@media screen and (max-width: 800px) {
    #menu {
        position: relative;
    }

    #menu ul {
        display: none; /* התפריט מוסתר במסכים קטנים */
        background-color: #444;
        position: absolute;
        top: 83px; /* ממוקם מתחת לתפריט */
        right: 0;
        left: 0;
        text-align: right;
    }

    #menu input[type="checkbox"]:checked ~ ul {
        display: block; /* התפריט יוצג כאשר התיבה נבחרת */
    }

    #menu li {
        display: block;
        width: 100%;
    }

    #menu label {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    #menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    #menu ul {
        display: none;
        background-color: #444;
        position: absolute;
        top: 83px;
        right: 0;
        left: 0;
        text-align: right;
    }

    #menu input[type="checkbox"]:checked ~ ul {
        display: block;
    }

    #menu li {
        display: block;
        width: 100%;
    }

    #menu label {
        display: block;
    }
}


/* שדות טופס */

/* סגנון פופאפ */
.popup {
    display: none; /* תחילה נסתר */
    position: fixed; /* קבוע עם הדף */
    z-index: 1; /* עליון על שאר התוכן */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* גלילה במידת הצורך */
    background-color: rgba(0,0,0,0.7); /* רקע שקוף */
    align-items: center; /* ממקם במרכז ורטיקלית */
    justify-content: center; /* ממקם במרכז אופקית */
	   z-index: 202;
}

/* תוכן הפופאפ */
.popup-content {
	direction: rtl;
    background-color: #5f5949;
    border-radius: 12px; /* פינות מעוגלות */
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2); /* צל אישי */
    width: 90%; /* רוחב יחסית */
    max-width: 500px; /* רוחב מקסימלי */
    position: relative; /* מאפשר מיקום מאוחר יותר */
	align-items: center; /* ממקם במרכז ורטיקלית */
	    color: white;
}

label {
    font-weight: bold;
    display: block;
    margin: 10px 0 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; /* מחשב את הרוחב כולל רווחים */
    transition: border-color 0.3s ease;
}

/* סגנון כשממוקדים */
input:focus,
textarea:focus {
    border-color: #5a523f; /* צבע קו דגש */
    outline: none; /* הסרת קו דגש ברירת המחדל */
}

/* כפתור שליחת הטופס */
button[type="submit"] {
    background-color: #8a9371; /* צבע כפתור */
    color: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%; /* רוחב מלא */
    transition: background-color 0.3s ease; /* מעבר צבע */
}

button[type="submit"]:hover {
    background-color: #898555; /* צבע כפתור בעכבר */
}

/* הסגנון של כפתור סגירה */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

