
header{
    background-color: #ffffff;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2) ;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.logo{
    color: rgb(11, 11, 207);
    font-weight: 700;
    font-size: 2rem;
    white-space: nowrap;
}

.dropdown{
    white-space: nowrap;

}

.btn-secondary{
    border: 0;
    background-color: none;
}

nav{
  
}

nav a{
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    padding: 5px 1rem;
    color: black;
    border-radius: 10px;
}

.contact{
    border-radius: 5px;
    padding: 5px 0.5rem;
    margin-right: 10px;
    background-color: rgb(12, 12, 12);
    background-size: cover !important;
    color: white;
}
#f0fdf4
#eff6ff 
.first-section{
    background-color: #e6fff7;
    position: relative;
}

.col-text{
    position: static;
    text-align: center;
    margin-top: 1rem;
}

.image{
    position: static;
    margin: 2rem auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    outline-offset: .5rem;
    outline: .5rem dotted;
    outline-color: rgb(28, 253, 62) ;
    background-image: url(/emage/mustafe.jpg);
    background-size: cover;

}



.mustafe {
    display: inline-block;
    font-size: 4.5rem;
    text-transform: capitalize;
    background-image: linear-gradient(300deg, blue, rgb(31, 193, 104), orange);
    background-size: 200% 200%;  /* muhiim si animation-ka u socdo */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* Safari compatibility */
    animation-name: gradient-animation;
    animation-duration: 3s;  /* muddo animation */
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.full-stack{
    display: inline-block;
    font-size: 2.5rem;
    text-transform: capitalize;
    background-image: linear-gradient(300deg, blue, rgb(31, 193, 104), orange);
    background-size: 200% 200%;  /* muhiim si animation-ka u socdo */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* Safari compatibility */
    animation-name: gradient-animation;
    animation-duration: 3s;  /* muddo animation */
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.Passionate{
    font-size: 1.5rem;
    margin-left: 8rem;
    margin-right: 5rem;
}

.custom{
    color: rgb(3, 3, 202);
    font-weight: bold;
}

.somali{
    color: rgb(2, 174, 51);
    font-weight: bold;
}

.somali span {
    text-transform: capitalize;
    opacity: 0;
    display: inline-block;
    animation: fadeInOut 3s infinite;
}

.somali span:nth-child(1){ animation-delay: 0s;}
.somali span:nth-child(2){ animation-delay: 0.2s;}
.somali span:nth-child(3){ animation-delay: 0.4s;}
.somali span:nth-child(4){ animation-delay: 0.6s;}
.somali span:nth-child(5){ animation-delay: 0.8s;}
.somali span:nth-child(6){ animation-delay: 1s;}
.somali span:nth-child(7){ animation-delay: 1.2s;}
.somali span:nth-child(8){ animation-delay: 1.4s;}
.somali span:nth-child(9){ animation-delay: 1.6s;}
.somali span:nth-child(10){ animation-delay: 1.8s;}
.somali span:nth-child(11){ animation-delay: 2.0s;}
.somali span:nth-child(12){ animation-delay: 2.2s;}
.somali span:nth-child(13){ animation-delay: 2.4s;}
.somali span:nth-child(14){ animation-delay: 2.6s;}
.somali span:nth-child(15){ animation-delay: 2.8s;}

@keyframes fadeInOut {
    0% { opacity: 0;}
    20% { opacity: 1;}
    80% { opacity: 1;}
    100% { opacity: 0;}
    }


.button{
    padding: 3rem;
}


.btn-learn{
    background-color: #1d4ed8;
    padding: 1rem 2rem;
    margin-right: 2rem;
    border-radius: 10px;
    color: white;
    border: none;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500;
}

.btn-get{
    background-color: #ffffff;
    padding: 1rem 2rem;
    margin-left: 3rem;
    border-radius: 10px;
    color: green;
    border: 3px solid green;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500;
}

.About{
    margin-top: 3rem;
}

.redgreen-line{
    width: 25rem; /* la mid ah w-24 oo Tailwind */
    height: 4px; /* la mid ah h-1 */
    margin: 0.5rem auto; /* si uu u noqdo center */
}

.red-line {
  width: 6rem; /* la mid ah w-24 oo Tailwind */
  height: 4px; /* la mid ah h-1 */
  background-color: rgba(11, 11, 207); /* blue-600 midab */
  margin: 0.5rem auto; /* si uu u noqdo center */
}


.bi-suit-heart{
    color: rgb(228, 9, 9);
}

.bi-mortarboard{
    color: rgb(76, 0, 255);
}

.bi-suitcase-lg{
    color: rgb(0, 212, 39);
}

.my-passion{
    margin: 8rem 0 0 2rem;
    text-align: start;
}

p{
    text-align: start;
    text-transform: capitalize;
    margin-left: 2rem;
    color: rgb(114, 114, 114);
}



.education{
    width: 90%;
    padding: 1px;
    background-color: rgb(239, 246, 255);
    margin: 3rem 0 0 0;
    text-align: start;
    border-radius: 5px;
}

.work{
    width: 90%;
    padding: 1px;
    background-color: rgb(240, 253, 244);
    margin: 3rem 0 0 0;
    text-align: start;
    border-radius: 5px;
}

 .h3-class{
    margin-top: 15px;
    margin-left: 2rem;
    margin-bottom: 15px;
} 


h6{
    text-align: start;
    text-transform: capitalize;
    margin-left: 2rem;
    color: black;
    font-weight: 200;
}




.Skills{
    background-color: #f6f8fc;
    margin-top: 5rem;
    padding-bottom: 2rem;
}


.blue{
    background-color: #ecf1ff;
    color: rgb(72, 72, 255);
    width: 95%;
    padding: 1.5rem 2rem;
    border: 2px solid rgb(209, 209, 255);
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.green{
    background-color: #f0fff1;
    color:green;
    width: 95%;
    padding: 1.5rem 2rem;
    border: 2px solid rgb(201, 251, 198);
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.pink{
    background-color: rgb(255, 245, 247);
    color: rgb(255, 139, 159);
    width: 95%;
    padding: 1.5rem 2rem;
    border: 2px solid rgb(255, 208, 216);
    border-radius: 15px;
    transition: transform 0.3s ease;
}

.black{
    background-color: #f4f7ff;
    width: 95%;
    padding: 1.5rem 2rem;
    border-radius: 15px;
}

.blue:hover{
    transform: scale(1.05);
}

.green:hover{
    transform: scale(1.05);
}


.pink:hover{
    transform: scale(1.05);
}




.blue ul li {
    margin-bottom: 5px;
}

.green ul li {
    margin-bottom: 5px;
}

.pink ul li{
    margin-bottom: 5px;
}


.white{
    background-color: white;
    padding: 2rem 2rem;
    border-radius: 10px;
}

.white:hover{
    box-shadow: 0 2px 1rem rgba(0, 0, 0, 0.1);
}

form{
    display: block;
}


label{
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 5px;
}

.text{
    width: 100%;
    height: 3rem;
    border: 0.5px solid rgb(39, 38, 38);
    border-radius: 10px;
}

.massage{
    width: 100%;
    height: 9rem;
    border: 0.5px solid rgb(39, 38, 38);
    border-radius: 10px;
    margin-bottom: 2rem;
}

.submit{
    background-color: #3365ef;
    color: white;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    height: 3rem;
    border: none;
    border-radius: 10px;
}

.submit:hover{
    background-color: #1d4ed8;
}

footer{
    background-color: #1e1e1e;
}

.footer-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    color: white;
}

.mus-name{
    margin-left: 5px;
    text-align: start;
}

.container-build{
    background-color: #1e1e1e;
}

.build{
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: white;
}




.gradient-background{
    background: linear-gradient(300deg, blue, rgb(31, 193, 104), orange);
    background-size: 180% 180%;
    animation: gradient-animation 10s ease infinite;
}

@keyframes gradient-animation{
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}





