* {
    margin: 0;
    padding: 0;
    
}

p {
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
/* header */
a{
    text-decoration: none;
    /* color: #102039; */
    color: white;
    font-size: 140%;
}

/* js  */
header {
    position: fixed; /* يجعل الـ header ثابت أعلى الصفحة */
    top: 0;
    width: 100%;
    /* padding: 20px; */
    z-index: 1000; /* التأكد من ظهور الـ header أعلى العناصر الأخرى */
    transition: background-color 0.3s ease, transform 0.3s ease-in-out;
    background-color: transparent; 
    display: flex;
}
header.scrolled {
    background-color: #102039a6; /* خلفية نصف شفافة */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* إضافة ظل */
}

/* الحالة عندما نمر للأسفل */
header.hide {
    transform: translateY(-100%); /* نقل الـ header خارج الشاشة */
}

/* الحالة عند العودة للأعلى */
header.show {
    transform: translateY(0); /* إرجاع الـ header إلى مكانه */
}
/* /js */
header ul{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;

}
header ul li{
    margin-right: 30px;
    transform: translateX(-10px);
    
}
header ul li a{
    padding: 6px 15px;
    border-radius: 20px;
}
header ul li a:hover {
    background-color: #102039;
    color: #fff;
    

}


.search input {
    border-radius: 50px;
    border: none;
    outline: none;
    height: 30px;
    padding: 0 10px;
    box-shadow: 20px 8px 20px rgba(24, 42, 97, 0.75) ;
    transform: translateY(55px);
    
}

.search .btn{
    position: absolute;
    left: 1432px;
    height: 32px;
    width: 60px;
    border-radius:50px ;
    background-color: #102039;
    color: #fcfcfc;
    border: none;
    transform: translateY(9px);
    
    }

.search .btn:hover{
    background-color:#3fd0d4;
    background-image: url("magnifying-black.png") ;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    
}


/* js */
.landing-page{
    background-image: url(image.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0px;
    background-attachment: fixed;

    position: relative; /* مهم لتحديد السياق للعناصر المضافة */
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* تحديد العناصر في منتصف الشاشة */
    color: white;
    text-align: center;
}
/* js */

.text-center {
    background-color: rgba(0, 0, 0, 0.5);
    background-size:1920px 1080px;
    padding: 220px 0 200px ;
}

.text-center h1 {
    color:white;
    font-size:60px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.text-center p {
    color:rgb(249, 242, 242);
    font-size:larger ;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    margin: 0;
    }

.contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 100px auto;
    padding: 0px;

    
}

.contact-item {
    flex: 1 1 200px; 
    text-align: center;
    margin: 20px;
    padding: 0px 10px  33px;
    background-color: rgb(246,245,245);
    
    
}


.icon-box {

    width: 60px;
    height: 60px;
    border-radius: 10px; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin:-35px auto 33px ;
    transition: transform 0.5s ease, opacity 0.5s ease;
    
}
.icon-box:hover{
    transform: scale(1.1);
}

.icon-box i {
    color: #fff; 
    font-size: 28px;
}

.feedback-message {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #28a745; 
    display: none; 
    margin-left: 33px;
    
}
.feedback-message.error {
    color: #dc3545; 
}




.contact-item h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.contact-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}


.information {
    padding: 90px;
    background-color: rgb(246,245,245);  
}

.contain {
    text-align: center;
    height: 100px;
}

h3{
    text-align: center;
    color: #3fd0d4;
    padding: 20px;
}

.contact-item h3{
    color: #102039;
    
}
h1{
    color: #102039;
}

input,textarea {
    width: 100%;
    padding: 10px;
    border: 5px  ;
    border-radius: 10px;
}

input{
height: 80px;
font-size: 20px;
margin: 15px;

}

textarea{
    height: 130px;
    font-size: 20px;
    margin: 15px;
}

.button {
    background-color:#3fd0d4;
    color: white;
    border: 150px;
    padding: 30px;
    border-radius: 10px;
    margin-left: 535px;
    width: 300px;
    font-size: 20px;
}


.button:hover {
    background-color:#102039;
}

    
.form-group{
    display: flex;
    width: 1387px;
    
}


.map-container {
  text-align: center;
  border-radius: 10px;
  margin-top: 80px;
 
}

/* footer */
.tiktok{
    width:1.7%;
    margin: 2px;    
}

.twitter{
    width:1.7%;
    margin: 2px;
}

.instagram{
    width:1.7%;
    margin: 2px;
}

.facebook{
    width:1.7%;
    margin: 2px;
}

/* js */
.footer {
    background-image: url(footer.jpg);
    background-size: cover;
    background-position: center;
    clip-path: inset(20% 0 0 0); 
    width: 100%;
    position: relative;
    transition: background-position 0.3s ease-out;
}
footer.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
} 
/* js */

.logo2{
    transform: translateX(500px);
    margin-bottom: 8%;
    margin-top: 5%;
    width: 35%;    
}

.content2{
    background-color: rgba(0, 0, 0, 0.372);
    background-size:1920px 1080px;
    /* padding: 220px 0 200px ; */
}

.part1{
    position: absolute;
    margin-left: 6%;
    list-style: none;
    color: #fff;
    transform: translateY(-300px);
    font-family:"Caveat", cursive;
    font-size: 130%;
}

.links1{
    position: absolute;
    transform: translateY(-300px);
    margin-left: 77%;
    color: #fff;
    font-family:"Caveat", cursive;
    font-size: 100%;
}

.links1 b{
    font-size: 26px;
}

.links2{
    position: absolute;
    transform: translateY(-241px);
    margin-left: 90%;
    color: #fff;
    font-family:"Caveat", cursive; 
    font-size: 100%; 
}



