* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: poppins;
}

.navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    color: black;
    background-color:rgb(253, 234, 210);
    /* border-bottom: 2px solid grey; */

}

a{
    text-decoration: none;
color: black;
font-weight: 500;
}






button {
    background-color: #ff6600;
    color: white;
    border: none;
    padding: 15px 20px;
    font: 15px;
    font-weight: 600;
    box-shadow: 6px 6px 0 black;
    letter-spacing: 2px;
    cursor: pointer;
}


.links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.links li {
    list-style-type: none;
}

.links li:hover {
    border-bottom: 2px solid #ff6600;
    cursor: pointer;
}










/* HERO */

.hero-main {
    display: flex;
    justify-content: space-evenly;
    /* margin-top: 50px; */
    align-items: center;
    background-color:rgb(253, 234, 210);
    padding: 50px 50px;
    height: 700px;
}

.hero-left {
    width: 40%;
    /* height: 600px; */
    display: flex;
    /* flex-direction: column; */
}


/* .hero-left-text{
justify-content: space-evenly;
display: flex;
flex-direction: column;
} */

.hero-left h1 {
    font-size: 60px;
    margin-bottom: 5px;
}

.hero-left p {
    /* font-size: 50px; */
    margin-bottom: 20px;
}

.hero-left h4 {
    /* font-size: 50px; */
    margin-bottom: 5px;
}


.hero-right {
    width: 40%;
}

.hero-right img{
    width: 100%;
}



.logo-slider{
display: flex;
justify-content: space-evenly;
padding: 25px;
background-color: black;
}


.logo-card{
    display: flex;
width: 15%;

}

.logo-card img{
    width: 100%;
  
}

.exp{

display: flex;
justify-content: space-evenly;
align-items: center;
padding: 100px;
gap: 40px;
}

.exp-left{
    width: 40%; 
}

.exp-right{
width: 40%;

}
.exp-right h2{
    font-size: 35px;
    margin-bottom: 25px;
}

.exp-right p{
    margin-bottom: 35px;
}

.two-btn{
    display: flex;
    gap: 30px;
}


.Servcies-hero{
background-image: url(./Assets/bg-effect-1.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 50px;

}



.Servcies-hero h1{
    margin-bottom: 50px;
    font-size: 35px;
    text-align: center;
}
.services-card{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    /* height: 250px; */
    border: 2px solid black;
    background-color: aqua;
    padding: 40px;
    gap: 20px;
    margin-bottom: 20px;
}

.services-left img{
width: 80px;
background-color: white;
padding: 10px;
border: 2px solid black;
}

.service {
    width: 100%;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap; 
}

.services-card:nth-child(1) { background-color: #a0e7e5; }
.services-card:nth-child(2) { background-color: #ffb703; }
.services-card:nth-child(3) { background-color: #ffadad; }
.services-card:nth-child(4) { background-color: #90caf9; }
.services-card:nth-child(5) { background-color: #b7e4c7; }
.services-card:nth-child(6) { background-color: #cdb4db; }

/* .services-card:hover {
    transform: translateY(-10px);
    transition: 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  } */
  


  .My-Skills{
display: flex;
justify-content: space-between;
padding-top: 100px;
margin-left: 100px;
margin-right: 100px;
gap: 40px;

  }


.My-Skills-left{
display: flex;
flex-direction: column;
    width: 40%;
    justify-content: space-evenly;
}

.My-Skills-left h1{
font-size: 55px;
/* text-align: start; */
}


.My-Skills-right{
    width: 40%;
}

.Skills-cards-Section{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 140%;
    gap: 20px;
    padding-bottom: 100px;
}

  .Skills-card{
    gap: 10px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border: 2px solid black;
    padding: 15px;
    height: 80px;
    width: 45%;
  }
    .Skills-card:nth-child(1) { background-color: #a0e7e5; }
    .Skills-card:nth-child(2) { background-color: #ffb703; }
    .Skills-card:nth-child(3) { background-color: #ffadad; }
    .Skills-card:nth-child(4) { background-color: #90caf9; }
    .Skills-card:nth-child(5) { background-color: #b7e4c7; }
    .Skills-card:nth-child(6) { background-color: #cdb4db; }
  

  .Skills-card img{
    width: 50px;
    background-color: white;
    border: 1px solid black;
    padding: 5px;
  }

  .Skills-card p{
    font-size: 25px;
    font-weight: 600;
  }





 .My-Skills-right img{
   width: 100%;
   height: 100%;
 }

 /* <!-- Contact us Section --> */

 .Contact-us-Section{
    display: flex;
    justify-content: space-around;
    background-color: black;
    padding: 30px;
    align-items: center;
    height: 150px;
    margin: 0;
 }

 .Contact-us-Section-left h1{
    color: white;
 }

 .Contact-us-Section-right button{
background-color: #ffb703;
color: black;
box-shadow: 5px 5px 0 #ff6600;

 }


 
 /* <!-- Projects-Section --> */



 .Projects-Section{
padding: 100px;
background-color: antiquewhite;

 }

 .Projects-Section-card{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin-bottom: 80px;
 }

 

 .Projects-Section h1{
    text-align: center;
    margin-bottom: 100px;
 }

 .Projects-left{
    width: 40%;
 }

 .Projects-left img{
    width: 100%;
 }


 .Projects-right{
    width: 40%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; 
 }


 .p-up{
  margin-bottom: 15px;
background-color: #ffadad;
border-radius: 4px;
padding: 5px 5px;
letter-spacing: 3px;
width: 150px;
text-align: center;
font-size: 15px;
 }

 .Projects-right h2{
    margin-bottom: 15px;
    font-size: 30px;
 }
 
 .Projects-right p{
    margin-bottom: 15px;
 }

 .Projects-right button{
    margin-bottom: 15px;
    width: 200px;
 }


 .Projects-left-Text{
    width: 40%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly; 
 }



 .Projects-left-Text button{
    margin-bottom: 15px;
    width: 200px;
 }

 .Projects-left-Text h2{
    margin-bottom: 15px;
    font-size: 30px;
 }


 /* TESTIMONIAL-SECTION */

 .TESTIMONIAL{
/* height: 600px; */
padding: 50px;
display: flex;
flex-direction: column;
 }


 .TESTIMONIAL h1{
    text-align: center;
    font-size: 45px;
}

 .TESTIMONIAL-SECTION{
  
    display: flex;
  justify-content: space-evenly;
  /* height: 400px; */
  align-items: center;
 }

 .TESTIMONIAL-SECTION-LEFT{
    width: 45%;
 }

 .TESTIMONIAL-SECTION-RIGHT{
    width: 45%;
 }




 .TESTIMONIAL-SECTION-CARD{
    width: 100%;
    /* height: 200px; */
    border: 2px solid black;
    display: flex;
    padding: 30px;
    justify-content: space-between;
    gap: 30px;
 }

 .TESTIMONIAL-SECTION-CARD img{
    width: 100%;
   border: 2px solid black;
 }


 .TESTIMONIAL-SECTION-CARD-RIGHT p{
    margin-bottom: 10px;
 }

 .TESTIMONIAL-SECTION-CARD-RIGHT-BOTTOM{
    display: flex;
justify-content: space-between;
 }

 .BOTTOM-RIGHT{
    font-size: 60px;
    color: grey;
    margin-right: 70px;

 }


 /* Get-in-touch */

 .Get-in-touch{
    width: 100%;
/* height: 800px; */
background-color: black;
background-image: url(./Assets/bg-effect-3.png);
background-position: center;
background-size: cover;
display: flex;
padding: 100px 200px;
padding-bottom: 200px;
gap: 25px;
justify-content: space-between;



 }


.Get-in-touch-left{
    width: 45%;
    /* height: 650px; */
    background-color: white;
    color: black;
    padding: 40px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.Get-in-touch-left p{
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
}


.form-all{
    display: flex;
    width: 100%;
    color: white;
    flex-direction: column;
   margin-bottom: 20px;
}


.form-all button{
    width: 200px;
}

.form-all label{
    margin-bottom: 5px;
    color: black;
}

.form-all input{
    margin-bottom: 5px;
    border: 1px solid black;
    padding: 5px;
    color: black;
}




.form{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

}



.Get-in-touch-right{
    width: 45%;
    /* height: 650px; */
 }

 .contact-top img{
    width: 100%;
    border-radius: 10px;
 }


 .card-contact{
    display: flex;
    color: white;
   gap: 20px;
   margin-top: 30px;
 }


 .card-contact-left{
background-color:  #a0e7e5;
padding: 30px;
width: 40px;
height: 40px;
align-items: center;
justify-content: center;
display: flex;
color: black;
font-size: 30px;
border-radius: 5px;
 }



.card-contact-right{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.card-contact-right h3{
letter-spacing: 1px;
font-weight: 600;
}



@media only screen and (max-width: 600px) { 

    .navbar {
        text-align: center;
        display: flex;
        flex-direction: column;
        font-size: 10px;
        justify-content: space-around;
        align-items: center;
        color: black;
        background-color: rgb(253, 234, 210);  
    }

    button {
        background-color: #ff6600;
        color: white;
        border: none;
        padding: 8px;
        font: px;
        font-weight: 600;
        box-shadow: 6px 6px 0 black;
        letter-spacing: 2px;
        cursor: pointer;
    }
    
.navbar h2{
font-size: 35px;
}




    
    .links {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 20px;
    }
    
   
    .hero-main {
        display: flex;
        flex-direction: column;
        padding: 20px;
        
    }
    
    .hero-left {
        width: 40%;
  justify-content: center;
        display: flex;
        margin-bottom: 20px;

    }
    
    
    .hero-left-text{
   text-align: center;
    }
    
    .hero-left h1 {
        font-size: 40px;
        margin-bottom: 5px;
    }
    
    .hero-left p {
        /* font-size: 50px; */
        margin-bottom: 20px;
    }
    
    .hero-left h4 {
        /* font-size: 50px; */
        margin-bottom: 5px;
    }
    
    
    .hero-right {
        width: 100%;
    }
    
    
    




    .logo-slider{
        display: flex;
        justify-content: space-evenly;
        padding: 15px;
        background-color: black;

        }
        
        
        .logo-card{
            display: flex;
        width: 15%;
        
        }
        
        .logo-card img{
            width: 100%;
          
        }




        .exp{

            display: flex;
                    flex-direction: column-reverse;
                    padding: 20px;
                    justify-content: center;
                    align-items: center;
                    text-align: center;

                }
            

            .exp-left{
                width: 100%; 
            }
            
            .exp-left img{
                width: 100%; 
            }


            .exp-right{
            width: 100%;
            justify-content: center;
            align-items: center;
            display: flex;
            flex-direction: column;
            }
            .exp-right h2{
                font-size: 20px;
                margin-bottom: 25px;
            }
            
            .exp-right p{
                margin-bottom: 35px;
            }
            
            .two-btn{
                display: flex;
                gap: 30px;
            }




/* .services-card */


.Servcies-hero{
    background-image: url(./Assets/bg-effect-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 25px;
    
    }
    
    
    
    .Servcies-hero h1{
        margin-bottom: 30px;
        font-size: 25px;
        text-align: center;
    }
    .services-card{
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 100%;
       
        border: 2px solid black;
        background-color: aqua;
        padding: 25px;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .services-left img{
    width: 60px;
    background-color: white;
    padding: 10px;
    border: 2px solid black;
    }
    
    .service {
        width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap; 
    }
            




    .My-Skills{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        gap: 40px;
    }
        
         
        
        
        .My-Skills-left{
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
            width: 100%;
            justify-content: space-evenly;
        }
        
        .My-Skills-left h1{
        font-size: 35px;
        margin-bottom: 20px;
        margin-top: 15px;
      
        }
        
        
        .My-Skills-right{
            width: 100%;
        }
        
        .Skills-cards-Section{
            display: flex;
            align-items: center;
            align-content: center;
            flex-wrap: wrap;
            width: 80%;
            gap: 20px;
            padding-bottom: 10px;
        }
        
          .Skills-card{
            gap: 10px;
            display: flex;
            /* justify-content: center; */
            align-items: center;
            border: 2px solid black;
            padding: 15px;
            height: 80px;
            width: 100%;
          }
            .Skills-card:nth-child(1) { background-color: #a0e7e5; }
            .Skills-card:nth-child(2) { background-color: #ffb703; }
            .Skills-card:nth-child(3) { background-color: #ffadad; }
            .Skills-card:nth-child(4) { background-color: #90caf9; }
            .Skills-card:nth-child(5) { background-color: #b7e4c7; }
            .Skills-card:nth-child(6) { background-color: #cdb4db; }
          
        
          .Skills-card img{
            width: 50px;
            background-color: white;
            border: 1px solid black;
            padding: 5px;
          }
        
          .Skills-card p{
            font-size: 25px;
            font-weight: 600;
          }
        
        
        
        
        
         .My-Skills-right img{
           width: 100%;
           height: 95%;
         }
        





        



        .Contact-us-Section {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            background-color: black;
            padding: 15px;
            align-items: center;
            margin: 0;
        }

        .Contact-us-Section-left h1 {
            color: white;
            font-size: 15px;
        }



        .Projects-Section{
            padding: 30px;
            background-color: antiquewhite;
            text-align: center;
             }
            
             .Projects-Section-card{
                display: flex;
                flex-direction: column;
                justify-content: space-evenly;
                width: 100%;
                margin-bottom: 80px;
                text-align: center;
             }
            
             
            
             .Projects-Section h1{
                text-align: center;
                margin-bottom: 30px;
                font-size: 30px;
             }
            
             .Projects-left{
                width: 100%;
                margin-bottom: 20px;
             }
            
             .Projects-left img{
                width: 100%;
             }
            
            
             .Projects-right{
                width: 100%;
                text-align: center;
                align-items: center;
                margin-top: 15px;
                margin-bottom: 15px;
                display: flex;
                flex-direction: column;
                justify-content: space-evenly; 
             }
            
            
             .p-up{
              margin-bottom: 15px;
            background-color: #ffadad;
            border-radius: 4px;
            padding: 5px 5px;
            letter-spacing: 3px;
            width: 150px;
            text-align: center;
            font-size: 15px;
             }
            
             .Projects-right h2{
                margin-bottom: 15px;
                font-size: 30px;
             }
             
             .Projects-right p{
                margin-bottom: 15px;
             }
            
             .Projects-right button{
                margin-bottom: 15px;
                width: 200px;
             }
            
            
             .Projects-left-Text{
                width: 100%;
                align-items: center;
                margin-top: 15px;
                margin-bottom: 15px;
                display: flex;
                flex-direction: column;
                justify-content: space-evenly; 
             }
            

             .Projects-right img{
width: 100%;
             }
            
            
             .Projects-left-Text button{
                margin-bottom: 15px;
                width: 200px;
             }
            
             .Projects-left-Text h2{
                margin-bottom: 15px;
                font-size: 30px;
             }
            



    
             .TESTIMONIAL{
          
                padding: 50px;
                display: flex;
                flex-direction: column;
                 }
                
                
                 .TESTIMONIAL h1{
                    text-align: center;
                    font-size: 40px;
                    margin-bottom: 25px;
                }
                
                 .TESTIMONIAL-SECTION{
                  
                    display: flex;
                    flex-direction: column;
                  justify-content: space-evenly;
                gap: 40px;
                  align-items: center;
                 }
                
                 .TESTIMONIAL-SECTION-LEFT{
                    width: 100%;
                 }
                
                 .TESTIMONIAL-SECTION-RIGHT{
                    width: 100%;
                 }
                
                
                
                
                 .TESTIMONIAL-SECTION-CARD{
                    width: 100%;
                flex-direction: column;
                text-align: center;
                    border: 2px solid black;
                    display: flex;
                    padding: 30px;
                    justify-content: space-between;
                    gap: 30px;
                 }
                
                 .TESTIMONIAL-SECTION-CARD img{
                    width: 100%;
                   border: 2px solid black;
                 }
                
                
                 .TESTIMONIAL-SECTION-CARD-RIGHT p{
                    margin-bottom: 10px;
                 }
                
                 .TESTIMONIAL-SECTION-CARD-RIGHT-BOTTOM{
                    display: flex;
                justify-content: space-between;
                align-items: center;
                flex-direction: column-reverse;
                 }
                
                 .BOTTOM-RIGHT{
                    font-size: 60px;
                    color: grey;
                    margin-right: 0px;
                
                 }





                 .Get-in-touch{
                    width: 100%;
              flex-direction: column;
                background-color: black;
                background-image: url(./Assets/bg-effect-3.png);
                background-position: center;
                background-size: cover;
                display: flex;
                padding: 15px;
                
                gap: 25px;
                justify-content: space-between;
                
                
                
                 }
                
                
                .Get-in-touch-left{
                    width: 100%;
                    /* height: 650px; */
                    background-color: white;
                    color: black;
                    padding: 40px;
                    border-radius: 10px;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-evenly;
                }
                
                .Get-in-touch-left p{
                    margin-bottom: 20px;
                    font-size: 15px;
                    font-weight: 500;
                }
                
                
                .form-all{
                    display: flex;
                    width: 100%;
                    color: white;
                    flex-direction: column;
                   margin-bottom: 20px;
                }
                
                
                .form-all button{
                    width: 200px;
                }
                
                .form-all label{
                    margin-bottom: 5px;
                    color: black;
                }
                
                .form-all input{
                    margin-bottom: 5px;
                    border: 1px solid black;
                    padding: 5px;
                    color: black;
                }
                
                
                
                
                .form{
                    width: 100%;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-evenly;
                
                }
                
                
                
                .Get-in-touch-right{
                    width: 100%;
                    /* height: 650px; */
                 }
                
                 .contact-top img{
                    width: 100%;
                    border-radius: 10px;
                 }
                
                
                 .card-contact{
                    display: flex;
                    justify-content: center;
                    color: white;
                   gap: 20px;
                   margin-top: 30px;
                   align-items: center;
                 }
                
                
                 .card-contact-left{
                background-color:  #a0e7e5;
                padding: 30px;
                width: 30px;
             height: 30px;
                align-items: center;
                justify-content: center;
                display: flex;
                color: black;
                font-size: 30px;
                border-radius: 5px;
                 }
                
                
                
                .card-contact-right{
                    display: flex;
                    flex-direction: column;
                    justify-content: space-evenly;
                }
                
                .card-contact-right h3{
                letter-spacing: 1px;
                font-weight: 400;
                }
                


                .comtact-bottom{
                    display: flex;
                    flex-direction: column;
                    align-items: baseline;
                    justify-content: center;
                    align-content: center;
                    padding: 10px;
                }




}