*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Rubik', sans-serif;
}

nav{
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: space-around;
    height: 70px;
    background-color: #a8bec2;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    width: 100%;
    z-index: 1;
}

.logo{
    display: flex;
    align-items: center;
}
.logo img{
    width: 60px;
    height: 60px;
    border-radius: 30%;
}

.logo h3{
    font-size: 25px;
    color: #0c7b7c;
}

.nav a{
    text-decoration: none;
    color: #0c7b7c;
    font-size: 20px;
    font-weight: 700;
    margin: 12px;
    padding: 10px;
    transition: all 0.1s ease;
}

.nav a:hover{
    padding: 13px;
    border: none;
    background-color: #0c7b7c;
    color: aliceblue;
    border-radius: 50px;
}
.language-switcher {
    margin-left: 20px;
}

#language-selector {
    padding: 3px 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    color: #0c7b7c;
    cursor: pointer;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

#language-selector:hover {
    border-color: #0c7b7c;
}

.homepage{
    background: url(img/egypt_main.jpg);
    background-size: 2000px;
    background-repeat: no-repeat;
    height: 1200px;
    display: flex;
    align-items: center;
}

.homepage1{
    display: flex;
    align-items: center;
}

.content0 h1{
    color: #0c7b7c;
    font-size: 100px;
    margin: 30px 0;
    text-shadow: 0 0 100px #0c7b7c;
}


.content{
    margin-left: 100px;
}

.content h2{
    font-size: 40px;
}

.content h1{
    color: #0c7b7c;
    font-size: 100px;
    margin: 30px 0;
    text-shadow: 0 0 100px #0c7b7c;
}

.content h3{
    color: #000;
}

.content button{
    margin-top: 100px;
    height: 70px;
    width: 190px;
    border: none;
    background-color: #0c7b7c;
    color: aliceblue;
    border-radius: 40px;
    font-size: 20px;
    font-weight: 1000;
    cursor: pointer;
    transition: all 0.3s ease;
}
.content button:hover{
    box-shadow: 0 10px 50px 5px #a8bec2;
}

.section2{
    background-color: white;
    box-shadow: 0 -150px 80px 80px rgb(255, 255, 255) ;
    margin-top: 50px;
}

.header1{
    width: 80%;
    margin-left: 10%;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
    padding-top: 70px;
}

.header1 button{
    height: 70px;
    width: 180px;
    background-color: #0c7b7c;
    color: aliceblue;
    font-size: 20px;
    font-weight: 700;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header1 button:hover{
    box-shadow: 0 10px 50px 5px #178ea3;
}

.categores{
    display: flex;
    width: 80%;
    margin-left: 10%;
    justify-content: space-between;
    margin-top: 50px;
}


.categores .item1{
    width: 19%;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.categores .item1:hover{
    box-shadow: 0 15px 80px 10px #178ea3;}

.categores .item2{
    width: 19%;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.categores .item2:hover{
    box-shadow: 0 15px 80px 10px #178ea3;
}

.categores .item3{
    width: 19%;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.categores .item3:hover{
    box-shadow: 0 15px 80px 10px #178ea3;
}

.categores .item4{
    width: 19%;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.categores .item4:hover{
    box-shadow: 0 15px 80px 10px #178ea3;
}

.categores .item5{
    width: 19%;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.categores .item5:hover{
    box-shadow: 0 15px 80px 10px #178ea3;
}

.section2 img{
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    border-radius: 20px;
}

.section2 h3{
    text-align: center;
    margin-top: 15px;
}

.section2 h4{
    text-align: center;
    margin-top: 5px;
    padding-bottom: 30px;
}

.header2{
    width: 80%;
    margin-left: 10%;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
    padding-top: 70px;
}

.header2 button{
    height: 70px;
    width: 180px;
    background-color: #0c7b7c;
    color: aliceblue;
    font-size: 20px;
    font-weight: 700;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header2 button:hover{
    box-shadow: 0 10px 50px 5px #178ea3;
}


.about{
    display: flex;
    margin-top: 300px;
    width: 80%;
    margin-left: 10%;
    justify-content: space-between;
}

.img{
    width: 40%;
}

.img img{
    width: 100%;
    border-radius: 10px;
    -webkit-user-drag: none;
}

.contant3{
    width: 47%;
}

.contant3 h1{
    color: #0c7b7c;
    font-size: 60px;
    margin: 10px 0;
}

.contant3 h2{
    font-size: 25px;
    line-height: 40px;
    margin-top: 30px;
}

.contacts{
    background-color: #e7f0f1;
    margin-top: 200px;
    padding-top: 50px;
}

.contacts2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 97%;
}

.logo2{
    display: flex;
    text-decoration: none;
    align-items: center;
}

.logo2 img{
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.logo2 h3{
    color: #0c7b7c;
    font-size: 30px;
    text-decoration: none;
}

.social .fa-brands{
    font-size: 30px;
    color: #fff;
    background-color: #0c7b7c;
    border-radius: 30px;
    text-align: center;
    width: 50px;
    padding: 10px 0;
    margin: 5px;
    cursor: pointer;
}

.social .fa-brands:hover{
    color: #0c7b7c;
    background-color: #fff;
    transition: all 0.1s ease;
}

.contacts .rights{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 50px;
    padding-bottom: 20px;
}

.products{
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,auto));
    width: 80%;
    margin-left: 10%;
}

.product-card {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px;
    width: 280px;
    margin: 20px;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.product-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.card-content h4 {
    font-size: 18px;
    color: #0c7b7c;
    margin: 10px 0;
    font-weight: bold;
}

.card-content h2 {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    line-height: 1.5;
}

.price-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 15px 0;
}

.price-offer h3 {
    font-size: 20px;
    color: #0c7b7c;
    font-weight: bold;
}

.price-offer .offer {
    background-color: #ff5f5f;
    color: #fff;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 5px;
    font-weight: bold;
}

.icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.icons i {
    font-size: 20px;
    color: #0c7b7c;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.3s ease;
}

.icons i:hover {
    color: #ff5f5f;
    transform: scale(1.2);
}




.booking-form {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.booking-form input, 
.booking-form select, 
.booking-form button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.booking-form button {
    background-color: #0c7b7c;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.booking-form button:hover {
    background-color: #178ea3;
}


@media (max-width:1260px) {
    .homepage{
        background: url(img/egypt_main.jpg);
        background-size: 1300px;
        background-repeat: no-repeat;
        height: 750px;
        display: flex;
        align-items: center;
    }
}

@media (max-width:700px) {
    .homepage{
        background: url(img/egypt_main.jpg);
        background-size: 900px;
        background-repeat: no-repeat;
        height: 500px;
        display: flex;
        align-items: center;
    }
}

@media (max-width:520px) {
    .homepage{
        background: url(img/egypt_main.jpg);
        background-size: 500px;
        background-repeat: no-repeat;
        height: 300px;
        display: flex;
        align-items: center;
    }
    .content{
        margin-left: 100px;
    }
    
    .content h2{
        font-size: 10px;
    }
    
    .content h1{
        color: #0c7b7c;
        font-size: 20px;
        margin: 8px 0;
        text-shadow: 0 0 100px #0c7b7c;
    }
    
    .content h3{
        color: #000;
    }
    
    .content button{
        margin-top: 20px;
        height: 30px;
        width: 70px;
        border: none;
        background-color: #0c7b7c;
        color: aliceblue;
        border-radius: 40px;
        font-size: 10px;
        font-weight: 1000;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .nav a{
        text-decoration: none;
        color: #0c7b7c;
        font-size: 10px;
        font-weight: 700;
        margin: 1px;
        padding: 5px;
        transition: all 0.1s ease;
    }
    
    img{
        width: 40px;
        height: 40px;
        border-radius: 30%;
    }
    
    .logo h3{
        font-size: 12px;
        color: #0c7b7c;
    }
}
html {
  scroll-behavior: smooth;
}
