@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth; 
}
.logo img {
    width: 90px;
    margin-top: 5px;
    transition: 0.7s ease;

  }
.logo img:hover{

    transform: scale(1.1);


}
        .slider-container {
            position: relative;
            width: 80%;
            max-width: 600px;
            overflow: hidden;
            margin: auto;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        }
        .slider {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }
        .slider img {
            width: 100%;
            height: auto;
            border-radius: 10px;
        }
        .prev, .next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: rgba(0, 0, 0, 0.5);
            color: white;
            border: none;
            padding: 10px;
            cursor: pointer;
            font-size: 18px;
            border-radius: 5px;
        }
        .prev { left: 10px; }
        .next { right: 10px; }
header {
    background-color:rgb(159, 241, 101);
    width: 100%;
    position: fixed;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 200px;
    margin-bottom: 40px;
    
    
}
.stroke {
    background-color: rgb(255, 255, 255);
    margin-top: 103px;
    box-shadow: 0 0 10px #000000;



}
.stroke2 {
    background-color: rgb(159, 241, 101);
    margin-top: 5px;
    box-shadow: 0 0 10px #000000;




}





      

.navigation a{
    color:#ffffff;
    text-decoration: none;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 500;
    padding-left: 30px;
    text-shadow: 0 0 5px #000000;


}
.navigation a:hover{
    color: #ffffff;



}
/* 48494b */
section {
    padding: 100px 200px;
    padding-bottom: 120px;


}

.main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    /* background: url(/assets/img/banner.jpeg) no-repeat; */
    /* background: url(/assets/img/banner.jpeg) 0 0 / cover;
    background-size: cover; */
    background: url(/assets/img/banner.png) no-repeat;
    background-size: cover; /* or cover */
    background-position: center;
    background-attachment: fixed;
    
    
    


}

.main h2{
    color: #fff;
    font-size: 1.8em;
    font-weight: 500;
    text-shadow: 0 0 4px #000000


}
.main h2 span{
    display: inline-block;
    color: rgb(159, 241, 101);
    font-size: 3em;
    font-weight: 600;
    margin-top: 10px;
    /* text-shadow: 0 0 5px #000000 */


}
.main h3{
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-shadow: 0 0 5px #000000


}
.main-button {
    color: #fff;
    background-color: rgb(159, 241, 101);
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
    padding: 0.9375em 2.1875em;
    border-radius: 15px;
    margin-bottom: 25px;
    transition: 0.7s ease;

}
.main-button:hover{
    background-color: rgb(85, 125, 56);
    transform: scale(1.1);



}
.Social-icons a{
    color: #fff;
    font-size: 3em;
    padding-right: 0px;
    padding-left: 40px;




}
.Social-iconsb a{
    color: #fff;
    font-size: 1.8em;
    padding-right: 20px;



}
.title{
    display: flex;
    justify-content: center;
    color: rgb(159, 241, 101);
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;
    


}
.content{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;



}
.navigation img{
    font-size: 10px;




}
    



.content2{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.8em;



}
.title3{
    text-shadow: 0 0 2px #000000




}
.card{
    background-color: #fff;
    width: 21.25em;
    box-shadow: 0 5px 25px rgba(1 1 1 / 15%);
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    transition: 0.7s ease;

}
.card2 img {
    width: 200px;
    margin-top: 10px;
    
}
.card:hover{
    transform: scale(1.1);



}
.card .icon {
    color: rgb(159, 241, 101);
    font-size: 8em;
    text-align: center;



}



.info {
    text-align: center;
    font-size: 15px;


}
.info h3{
    color: rgb(159, 241, 101);
    font-size: 1.2em;
    font-weight: 700;
    margin: 15px;


}
.title2 {
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;
}
.slider img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.slider {
    display: flex;
    width: calc(100% + 20px); /* Increase width to allow for 10px margin on both sides */
    transition: transform 0.5s ease-in-out;
}


.slide {
    min-width: calc(100% - 20px); /* Reduce width to allow margin */
    margin: 0 10px; /* Add 10px margin to both sides */
    position: relative;
    box-sizing: border-box; /* Includes padding and border in the element's total width and height */
}

.slide img {
    width: 100%;
    display: block;
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 10px;
}

.prev { left: 10px; }
.next { right: 10px; }
.icon img{
    width: 200px;
    margin-top: 10px;
}
.gallery {

    background-color: #9FF165; /* Your green background */
}
.slider-container {
    width: 100%;
    margin: 20px auto; /* Spacing between sliders */
    overflow: hidden;
    position: relative;
}

.gallery .content {
    width: 50%;
    height: 50%;
}


.gallery-card {
    width: 50%;
    height: 50%;
    position: absolute;
    transition: opacity 1s ease-in-out;
}

.gallery-card:hover {
    transform: scale(1.1);



}
.gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures images fit like a banner */
}
.navigation img {
    width: 70px;
    



}
.contact .icon{
    font-size: 4.5em;
    


}
.contact .info h3{
    color: #000000;


}
.contact .info p{
    font-size: 1.4em;



}
.footer {
    background-color:rgb(159, 241, 101);
    color: white;
    padding: 3em;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    



}
.footer p span{
    color: #000000;


}
.footer-title {
    font-size: 1.3em;
    font-weight: 600;


}
.footer .Social-icons a{
    font-size: 1.6em;
    
    


}
.about-me {
    background-color: rgb(159, 241, 101);



}

.title3 {
    display: flex;
    justify-content: center;
    color: #f1f1f1;
    font-size: 2.2em;
    font-weight: 800;
    margin-bottom: 30px;

}
.content2 {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.content2 p{
    font-size:  2em;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 10px #000000;


}
.contact {
    background-color: #fff;



}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/* https://api.whatsapp.com/send/?phone=%2B905314978240&text=%D8%A7%D9%87%D9%84%D8%A7+%D8%A8%D9%83+%D9%81%D9%8A+%D8%B4%D8%B1%D9%83%D8%A9+%D8%B3%D9%88%D8%B1%D9%8A%D8%A7%20%D8%A8%D9%84%D8%A7%D9%86%D8%AA&type=phone_number&app_absent=0     */
@media (max-width:1023px){
    header{
     padding: 10px 15px;
     
    }
    .logo img {
        width: 5px;
        margin-top: 2px;
        transition: 0.7s ease;
        
    }

    
    .navigation a{
        padding-left: 10px;


    }
    .title {
        font-size: 1.3em;

    }
    .title2 {
        font-size: 1.3em;

    }
    .title3 {
        font-size: 1.3em;

    }
    section {
        padding: 60px 10px;



    }
    
    .main-content h3{
        font-size: 1.2em;


    }
    .content{
        flex-direction: column;
        align-items: center;

    }
    .content2{
        flex-direction: column;
        align-items: center;

        
    }
    .footer-title{
        font-size: 1.1em;
        font-weight: 400;


    }


    .stroke{
        padding-top: 100px;
        margin-top: 100px;


    }
    .main h2{
        font-size: 1.2em;
        font-weight: 500;
        padding-top: 60px;
    }    
    .main h2 span{
       
        font-size: 1.6em;
        font-weight: 500;
      
    }
    .main h3{
        font-size: 1.25em;

    
    
    }
    .main-button {
        font-size: 0.9em;
    
    }
    .logo img {
        width: 75px;
    
    }
    .navigation a{
        padding-left: 30px;
        font-size: 15px;
        font-weight: 500;
        

    
    
    }
    .stroke{
        padding: 3px;    
        margin-top: 63px;
    



    }
    .Social-icons a{
        font-size: 2em;
        padding-right: 3px;
        margin-left: 16px;
    
    
    
    }
    .content2 p{
        font-size: 1.6em;
    
    
    
     
    } 
    .contact .icon{
        font-size: 3em;
    
    
    }
    .card{
        width: 19em;;
        border-radius: 10px;
        padding: 23px;
        margin: 13px;
    } 
    .gallery-card {
        min-height: 12em;
        width: 16em;
        margin: 15px;

    }
    .contact .icon{
        font-size: 3em;
    
    
    }
    .contact .info h3{
        font-size: 1em;
    
    
    }
    .contact .info p{
        font-size: 1.15em;
    
    
    
    }
    .main {
        background: url(/assets/img/banner.jpeg) no-repeat;
        background-size: cover; /* or cover */
        background-position: center;
        background-attachment: fixed;


    }


     



    

}
@media (max-width:641px){
    .main h2{
        font-size: 0.9em;
        font-weight: 500;
        padding-top: 80px;
    }
    .stroke{
        padding-top: 0.01em;
        margin-top: 60px;


    } 
    .main-button {
        font-size: 0.6em;
        margin-left: 1px;
    
    }
    .main {
        background: url(/assets/img/banner.jpeg) no-repeat;
        background-size: cover; /* or cover */
        background-position: center;
        background-attachment: fixed;


    }   








}
@media (max-width:300px){
    .main h2{
    font-size: 0.9em;
    font-weight: 500;
    padding-top: 80px;
     }
    .stroke{
    padding-top: 0.01em;
    margin-top: 60px;


    } 
    .main-button {
    font-size: 0.6em;
    margin-left: 1px;

    }
    .main {
        background: url(/assets/img/banner.jpeg) no-repeat;
        background-size: cover; /* or cover */
        background-position: center;
        background-attachment: fixed;


    }       
}




