@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

*{
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    background-color: #18181B;
    scroll-behavior: smooth;
 
}
.bgIcon i {
  font-size: 60px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.bgIcon p {
  font-size: large;
}
/* //start style navbar */
.logoImg{
    width: 80px;
    border-radius: 50px;

}
.forUl{
    display: flex;
    list-style: none;
}
.forUl li{
    padding: 20px;
    cursor: pointer;
   
}
.forUl li a{
    text-transform: capitalize;
    text-decoration: none;
    color: #ccc;
    transition:  0.3s ;
}
.forUl li a:hover{
    color: #1d4fd8fe;
}
.btn{
    padding: 1rem 2rem;
    font-size: 1rem;
    color: #fff;
    background-color: #1d4ed8;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
#testing{
    text-align: left;
}
/* //end style navbar */

/* start section header */

#firstContainer{
    position: relative;
   margin-top: 100px;
   margin-bottom: 100px;
}
h4{
    margin-bottom: 1rem;
    color: #ccc;
    font-size: 1rem;
    font-weight: 600;
}
h1{
    color: #fff;
    margin-bottom: 1rem;
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem;
}
h1 #name{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
}
#imgHeader{
    position: relative;
    animation: up-and-down 5s linear infinite;
  
}
@keyframes up-and-down {
    0%,100%{
        top: 0;
    }
    50%{
        top: 50px;
    }
}

/* end section header */

/* start style feature */
#SecondContainer{
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}
.feature{
   
    margin-bottom: 1rem;
    color: #fff;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 600;
}
#colorIcons{
    background-color: #1d4ed8;
    color: #1d4ed8;
}
.card{
    margin-top: 20px;
    background-color: #27272a;
    padding: 0.5rem 1rem;
    border: 2px solid transparent;
    border-radius: 15px;
    transition: all 0.3s ease;

  
}
.card span{
    display: inline-block;
    background-color: #1e40af;
    padding: 2px 9px;
    margin-bottom: 1rem;
    font-size: 1.75rem;
    color: #fff;
    width: fit-content;
    border-radius: 5px;
}
.card:hover{
    background-color: #323232;
    border-color: #fff;
}
#styledDescription {
    padding: 15px;
    margin-top: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}
#projectDescription{
    color: wheat;
}

#styledDescription h4 {
    margin-top: 10px;
    font-size: 18px;
    color: #555;
}

#styledDescription ul {
    padding-left: 20px;
}

#styledDescription ul li {
    margin-bottom: 5px;
}

#card:hover{
    background-color: #323232;
    border-color: #fff;
}
.card p{
    color: #ccc;
    margin-bottom: 1rem;
}
.card a{
    text-decoration: none;
}
/* end  style feature */


/* start style my profil */
#threthContainer{
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}
.conteDiv{
    width: 500px;
    background-color: #27272a;
    border-radius: 10px;
   margin-top: 50px;
    border: 1px solid #fff;
    padding: 45px;
    left: 50%;
    position: relative;
    transform: translate(-50%);

}
.PROFIL{
    margin-bottom: 1rem;
  
    color: #fff;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 600;

    position: relative;
}

.boxForImg img{
    border: 3px solid white;
    width: 116px;
    height: 116px;
    background-color: whitesmoke;
    border-radius: 10px;
position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -55px;

}
.btnReadMore{
    text-align: center;
}

.socialMedia{
    display: flex;
    justify-content:space-between;
    margin-top: 45px;
    margin-bottom: 25px;
    transition: background 0.3s;
}
.socialMedia a:hover{
    top: -5px;
}
.socialMedia a{ 
    width: 50px;
    height: 50px;
    position: relative;
    background:   #fff;
    border-radius: 10px;
    text-align: center;
    padding-top: 11px;
    text-decoration: none;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.336);
    transition: background 0.3s;
}
.descrption p{
    border: 2px solid;
    padding: 17px;
    border-radius: 10px;
    background: #27272a;
    border-color: white;
    color: #fff;
}
#fontSizeIcons{
    font-size: 20px;
}
/* end style my profil */

/* start style my skills  */
#fourContainer{
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}
.SKILLS{
    margin-bottom: 1rem;
    color: #fff;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 600;
    position: relative;
}
.bgIcon{
    width: 150px;
    position: relative;
    
}
.ourSkills{
    text-align: center;
    padding-top: 20px;
    color: white;
    display: flex;
    justify-content: center;
   
}
.ourSkills div{
    background: #27272a;
    padding: 20px 0 9px;
    /* border: 10px; */
    border-radius: 10px;
    font-size: 25px;
    margin: 5px;
    cursor: pointer;
}
.imgIconsCode{
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin-top: 10px;

}

/* end style my skills  */
/* start style our projects */
#fiveContainer{
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}
.project{
    margin-bottom: 1rem;
  
    color: #fff;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 600;

    position: relative;
}
.towbtn {
    margin: 15px;
    padding: 19px;
    display: flex;
    justify-content: space-between;
}
.seeProject {
    padding: 7px;
    border-radius: 8px;
    text-transform: capitalize;
    border: 1px solid #eee;
    background: #007bffab;
    color: white;
}
.Description {
    padding: 7px;
    border-radius: 8px;
    text-transform: capitalize;
    border: 1px solid #eee;
    background: #dc3545;
    color: white;
}
#firstImg{
    position: relative;
    
    
}
#circle{
    border-radius: 5px 5px 0 0px;
    width: 350px;
    height: 220px;
}
.intro1 {
    width: 350px;
    background-color: white;
    border-radius: 0 0 5px 5px;
    
    text-align: center;
}
.intro1 h3 {
    padding: 5px;
}
/* end style our projects */

/* start style contact  */
#sexContainer{
 
    position: relative;
     margin-top: 100px;
     margin-bottom: 100px;
}

.titer{
    color: #fff;
}
#formCenter{
    position: absolute;
    top: 10px;
  left: 50%;
  margin-top: 50px;
  margin-bottom: 50px;
  transform: translate(-50%);
}
::-webkit-scrollbar{
    width: 10px;
    height: 50px;
}
::-webkit-scrollbar-track{
    background-color: #18181B;
}
::-webkit-scrollbar-thumb{
    background-color: #007bffab;
    border-radius: 50px;
}
#center{
    text-align: center;
 position: relative;
 transition: 0.3s;

opacity: 0;
}
.showMessage{
    opacity: 1;
}
/* start style contact  */
/* start footer section  */
#footerContainer{
    position: relative;
  
}
.footer{
    background-color: #18181B;

    margin-top: 500px;
 
}
canvas{
  position: absolute;
}
.allRedsux{
    display: flex;
    margin: 3px;
}
.socialfacebook,.socialinstagram,.socialtwitter,.socialwhatsapp{
    padding: 10px;
    margin: 7px;
    border: 1px solid rgba(255, 255, 255, 0.52) ;
    border-radius: 5px;
    transition: 0.3s;
    cursor: pointer;
   

}
#facebook,#instagram,#twitter,#whatsapp{
    width: 30px;
    height: 30px;
    color: rgba(245, 245, 245, 0.616);
    
}
#facebook:hover{
    color: white;
}
#instagram:hover{
    color: white;
}
#twitter:hover{
    color: white;
}
#whatsapp:hover{
    color: white;
}
.socialfacebook:hover{
    background-color: #3b5998;
   
}
.socialinstagram:hover{
    background-color: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
 
}

.socialtwitter:hover{
    background-color: #1DA1F2;
    
}
.socialwhatsapp:hover{
    background-color: #25d366;
    
}
.copyright{
    position: relative;
    margin-top: 20px;
    color: whitesmoke;
}
.endImg{
    border-radius: 50px;
    box-shadow: 3px 3px 3px rgba(245, 245, 245, 0.319);
}

.li{
    position: relative;
    font-weight: bold;
    color: rgba(245, 245, 245, 0.616);
  

    
}
.paddingBottom{
    padding-bottom: 50px;
}
h2{
    color: #fff;
}
.end{
    color: #4B79A1;
}
.titerServices{
    text-align: center;
    position: relative;
    top: 40px;
    color: #59a1d9;
}

.copyright{
    max-width: 1200px;
    margin: auto;
    padding: 1rem;
    color: #fff;
    font-size: 0.8rem;
    text-align: center;
}
.endfooter{
    color: white;
    position: relative;
    top: 400px;
    background: white;
 
}

/* end footer section */
















.job-title {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid;
    animation: typing 3s steps(30, end), blink-caret 0.5s step-end infinite;
}

/* Typing effect */
@keyframes typing {
    from { width: 0; }
    to { width: 100%; }
}

/* Blinking caret effect */
@keyframes blink-caret {
    50% { border-color: transparent; }
}

/* Smooth fade-out effect */
.fade-out {
    animation: fadeOut 1s forwards;
}

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}








@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.imgIconsCode {
    animation: moveUpDown 2s infinite ease-in-out;
}




/* //start small screen  */
@media (max-width: 575px) {
   .forUl{
    display: none;
   }
   .logoImg{
    width:60px;
    border-radius: 50px;

}
.btn{
    padding: 1rem 1.5rem;
    font-size: 1rem;
    color: #fff;
    background-color: #1d4ed8;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}
h1{
 
    font-size: 2rem;
   
}
h4{
    font-size: 0.8rem;
}
#firstContainer{
    position: relative;
    top: 50px;
}
.card{
   margin-bottom: 9px;

  
}
.conteDiv{
    width: 100%;
    border-radius: 10px;
    padding: 25px;
    background-color: #27272a;
    border: 1px solid #fff;
}
.socialMedia a{ 
    width: 50px;
    height: 50px;
    position: relative;
    background:   #fff;
    border-radius: 10px;
    text-align: center;
    padding-top: 11px;
    margin-left: 5px;
    text-decoration: none;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.336);
    transition: 0.4s;
}
.ourSkills div{
    background: #27272a;
    padding: 5px 10px;
    /* border: 10px; */
    width: 100%;
    border-radius: 10px;
    font-size: 25px;
    margin: 5px;
  
}
#formCenter{
  width: 90%;
  margin: 1.5px;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 50px;
  
}
.footer{
    background-color: #18181B;
    position: relative;
    top: 100px;
    margin-top: 300px;
 
}
.displ{
    display: none;
}
.endfooter{
    color: white;
    position: relative;
    top: 350px;
    background: white;
 
}

.marg{
    position: relative
    ;
    top: 35px;
}
#towbtn{
   text-align: center;
}
  .job-title {
       
       
       
    }

}
/* //end small screen  */

/* Add some basic styling to make the description section and button look nice */
.description {
    padding: 20px;
    background-color: #f1f5f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btnReadMore {
    margin-top: 20px;
}

.description {
    background-color: #1e40af;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.description:hover {
    background-color: #2563eb;
}

/* Add some padding inside modal body */
.modal-body {
    padding: 20px;
}



.modal-footer {
    display: flex;
    justify-content: flex-end;
}

.fas {
    margin-right: 8px;
}
