
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.621);
    color: #fff;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

header .logo img {
    width: 150px; 
    height: auto;
}

header nav {
    display: flex;
    align-items: center;
}

header nav a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
    padding: 10px;
    transition: background 0.3s;
}

header nav a:hover {
    background: rgba(160, 83, 201, 0.763);
    border-radius: 8px;
}

@media (max-width: 768px) {
    header {
        padding: 10px;
    }

    header .logo img {
        width: 120px; 
    }

    header nav a {
        margin: 0 5px;
        padding: 8px;
    }
}

@media (max-width: 480px) {
    header {
        flex-direction: column; 
    }

    header .logo img {
        margin-bottom: 10px;
    }

    header nav {
        flex-wrap: wrap; 
        justify-content: center;
    }

    header nav a {
        margin: 5px;
        padding: 8px;
    }
}
.cont{
    background: rgba(121, 32, 216, 0.651);
    border-radius: 8px;
}
/* //////////////end header/////////////////////////// */
.container {
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    height: 100vh;
    width: 93%;
    max-width: 1600px;
    margin: 10px auto;
    background: rgba(41, 40, 41, 0.49);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(255, 253, 253, 0.5);

}
.image-container .text-container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.text-container{
    order:1;
    width: 700px;
    font-size: x-large;
    font:bold;
 
}
.image-container{
    order: 2;
    width: 350px;
}
img {
    max-width:100%;
    height:auto;

}
.text {
    font-size:20px;
    text-align: left;
   font-size: x-large;
   font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   font:bold;
 
}
.navbar-list {
    text-align: center;
}



.social-item {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.social-item a {
    color: #c294e9;
    margin: 0 10px;
    font-size: 24px;
    text-decoration: none;
    transition: color 0.3s;
}

.social-item a:hover {
    color: #47007e;
}

.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.icon-box {
    margin-right: 10px;
    color: #c294e9;
}

.info-content a {
    color: #fafafa;
    text-decoration: none;
    transition: text-decoration 0.3s;
}

.info-content a:hover {
    text-decoration:underline ;
}

summary {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    color: #fbfbfb;
}
.marquee {
    margin-top: 0px;
    padding-top: 20px;
    animation: marquee 7s linear infinite;
}
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
.home{
    color: #c185e6;
    /* margin-top: 40px;
    padding-top: 20%; */
}

footer {
    position: relative;
    background: linear-gradient(to top, #b28dc08c, #04609aca);
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
    border-radius: 8px;
   
    
}

.footer-content {
    position: relative;
    z-index: 10;
}

.footer-content .social-media {
    margin-bottom: 20px;
}

.footer-content .social-media a {
    margin: 0 10px;
}

.footer-content nav {
    margin-bottom: 10px;
}

.footer-content nav a {
    margin: 0 15px;
    color: white;
    text-decoration: none;
}

.footer-content p {
    margin: 0;
}

.wave {
    position: absolute;
    bottom: 0;
    width: 200%;
    height: 150px;
    background: linear-gradient(to top, rgba(43, 16, 85, 0.7), rgb(26, 26, 46));
    opacity: 0.8;
    border-radius: 100% 50% 0 0;
    animation: wave-animation 5s linear infinite;
}

@keyframes wave-animation {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.wave::before,
.wave::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 150px;
    background: inherit;
    border-radius: inherit;
    animation: wave-animation 10s linear infinite;
}

.wave::before {
    top: -30px;
    opacity: 0.6;
    animation-duration: 7s;
}

.wave::after {
    top: -60px;
    opacity: 0.4;
    animation-duration: 9s;
}
.photoabout img{
    /* width: 45%;
    height: 98%;
    margin-left: 0%;
    right:10px ; */
    width: 700px;
    border-radius: 30%;
/* margin-top: 100px;
margin-bottom: 100px; */
/* padding: auto; */
    

}

 .headabout{
    background: linear-gradient(60deg , #ae72be , #f9f8fbbc);
    background-size: cover;
     -webkit-background-clip:text;
     background-clip: text;
     color: transparent;
     mask-size: cover;
   position: absolute;
   top: 920px;
   left: 50%;
 }
button.more{
    width:25%;
    padding: 10px;
    position: absolute;
    top: 1485px;
 right: 100px;
        font-family: Arial, sans-serif;
        background: linear-gradient(60deg , #623677 , #ebe4f1bc);
               color: rgb(243, 242, 244);
        text-decoration: none; 
        display: inline-block; 
        font-size: 20px; 
        margin: 4px 2px; 
        cursor: pointer; 
        border-radius: 10px; 
        transition: background-color 0.3s;
    
   
}
button.more::after {
    content: "→"; 
    margin-left: 10px; 
    transition: margin-left 0.3s;
}

button.more:hover::after {
    margin-left: 100px; /* تغيير المسافة عند التمرير */
}
button.more:hover {
    background-color: #cb9fee4c; /* لون الخلفية عند التمرير */
}
.proj-card {
    font-family: Arial, sans-serif;
    background-color: #0302029a;
    border: 1px solid #8c1da7af;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 16px;
    text-align: center;
    max-width: 300px;
    margin: 16px auto;
    transition: transform 0.3s, box-shadow 0.3s;
}

.proj-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.proj-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.proj-name {
    font-size: 1.5em;
    margin: 16px 0 8px;
    color: #333;
}

.proj-description {
    font-size: 1em;
    color: #666;
    margin-bottom: 16px;
}




.more-button:hover {
    background-color: #3b1c46;
}

 /* Set the size of the Swiper */
 .swiper-container {
    width: 95%;
    height: 95%;
}

.swiper-slide {

    text-align: center;
    font-size: 18px;
    background: linear-gradient( 45deg,#341b39ba,#e2bdf5c1);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(99, 74, 104, 0.508);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    transition: transform 0.5s, filter 0.5s;
    width: 300px;
    height: 400px;
    margin: 20px;
    filter: blur(5px);
    transform: scale(0.8);
}
img.new{
margin-top: -10px;
border-radius: 10px;
}
.swiper-slide-active {
    filter: blur(0);
    transform: scale(1);
}

h2 {
    text-align: center;
    margin-bottom: 10px;
}

.swiper-pagination-bullet {
    background: #780c90;
  display: grid;
  grid-area: span;
  top:70%
}

.btn {
    margin-top: 5px;
    padding: 10px 20px;
    background-color: linear-gradient( 40deg,#000000,#dcd0e2);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    width: 180px ;
    transition: background-color 0.3s;
    box-shadow: 0 0 5px rgba(60, 0, 69, 0.5);
}
.btn:hover {
    background-color: #460a61;
}
.swiper-button-next{
    color: #b26ed9;
    margin-top: 100%;
    margin-right: 85px;
}
.swiper-button-prev {
    color: #b26ed9;
    margin-top: 100%;
    margin-left: 85px;
}
.proj{
    background: linear-gradient(60deg , #ae72be , #f9f8fbbc);
    background-size: cover;
     -webkit-background-clip:text;
     background-clip: text;
     color: transparent;
     mask-size: cover;}
.content-about{
    max-width: fit-content;
font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;    text-decoration: double;
    font-size: 20px;
    color: #dcc5ed;
    
}
     