@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*
{ 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}
html
{
    scroll-behavior: smooth;
}
.navbar
{
  position:fixed;
  width: 100%;
  z-index: 1000;
  padding: 30px 0;
  top:0;
  background: transparent;
  transition: 0.3s ease;
 
}
/*After Scroll*/
.navbar.sticky
{
    padding: 16px 0;
 background-color: rgb(165, 109, 60);
}
.navbar.sticky .logo a span
{
  color:black;
}
.navbar.sticky .menu li a:hover 
{
     color:black;
}
/*//////*/

.menu-btn
{
    color: white;
    font-size: 22px;
    cursor: pointer;
    display: none;
}

.max-width
{
  max-width: 1300px;
  padding: 0 80px;
  margin:auto;
}
.navbar .max-width
{
    display: flex;
    align-items: center;
   justify-content: space-between;

}
.navbar .logo a
{
   color:white;
   font-size: 36px;
   font-weight: 600px;
   
}
.navbar .logo a span 
{
    color:rgb(165, 109, 60);
    transition: 0.3 ease;
}

.navbar .menu li 
{
    list-style: none;
    display: inline-block;
}
.navbar .menu li a 
{
    color:white;
    font-size: 18px;
    font-weight: 500px;
    margin-left: 25px;
    transition: 0.3s ease; /*hover*/
    
}
.navbar .menu li a:hover 
{
    color:rgb(165, 109, 60) ;
}


/*Home*/
.home
{
    display: flex;
    background: url("images/Banner.png") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    color: white;
    min-height: 500px;
    
}
.home .max-width 
{
    margin: auto 0px auto 40px ;
}



.home .home-content .text1
{
    font-size: 28px;
    color :white;
}
.home .home-content .text2
{
    font-size: 75px;
    font-weight: 600;
    margin-left: -16px;
    color :white;
}
.home .home-content .text3
{
    font-size: 40px;
    margin: 5px 0;
    color :white;
}
.home .home-content .text3 span
{
    color: rgb(165, 109, 60);
    font-weight: 500;
}
.home .home-content .hire-btn
{
    display: inline-block;
    background: rgb(165, 109, 60);
    color: white;
    font-size: 24px;
    padding: 12px 36px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid rgb(165, 109, 60);
    transition: 0.3s ease;
}
.home .home-content .hire-btn:hover
{
    background: none;
    color: rgb(165, 109, 60); 
}



.section 
{
    padding: 100px 0;
}
.section .title
{
    text-align: center;
    position: relative;
    font-size: 40px;
    font-weight: 500px;
    margin-bottom: 60px;
    padding-bottom: 20px;
}
.section .title::before
{
    content: "";
    position: absolute;
    width: 180px;
    height: 3px;
    background: black;
    bottom:0;
    left: 50%;
    transform :translateX(-50%);
}
.section .title::after
{
   position: absolute;
    font-size: 20px;
    color: rgb(165, 109, 60);
    bottom: -15px;
    background: white;
    padding: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.about .title::after
{
    content: "Who i am";
}
.about .about-content
{
    display: flex;
    flex-wrap: wrap; /*for the media */
    align-items: center;
    justify-content: space-between;
}
.about .about-content .left img 
{
    width: 400px;
    height: 400px;
    object-fit: cover;
   
    border-radius: 10px;
    
}
.about .about-content .left 
{
     width: 45%;
    
}
.about .about-content .right 
{
     width: 55%;
}
.about .about-content .right .text
{
     font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about .about-content .right .text span 
{
    color: rgb(165, 109, 60);
}
.about .about-content .right .text p
{
   text-align: justify;
}
.about .about-content .right a
{
    display: inline-block;
    background:  rgb(165, 109, 60);
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 24px;
    margin-top: 20px;
    border-radius: 6px;
    border: 2px solid rgb(165, 109, 60);
    transition: 0.3s ease;
}
.about .about-content .right a:hover
{
   color: rgb(165, 109, 60);
    background: none;
}
.services
{
    background: #111;
    color: white;
}
.services .title::before
{
    background: white;
}
.services .title::after
{
    background: #111;
    content: "What i provide";
}
.services .services-content
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.services .services-content .card
{
    width: calc(33% - 20px);   
    height: 230px;
    background: #222;
    text-align: center;
    border-radius: 6px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    
}
.section .services-content .card i 
{
    font-size: 50px;
    color:  rgb(165, 109, 60);
    transition: all 0.3s ease;
}
.section .services-content .card .text 
{
    font-size: 25px;
    font-weight: 500;
    margin: 10px 7px;
}
.services .services-content .card .box
{
    
    transition: all 0.3s ease;
}
.services .services-content .card:hover .box
{
    transform: scale(1.05);
}
.services .services-content .card:hover
{
    background:rgb(165, 109, 60);
}
.services .services-content .card:hover i
{
    color: white;
}
/* skills */
.skills .title::after
{
    content: "what i know";
}
.skills .skills-content
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.skills .skills-content .column
{
    width: calc(50% - 30px);
   
}
.skills .skills-content .left .text
{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
    
}

.skills .skills-content .right .bars
{
    margin-bottom: 15px;
    
}
.skills .skills-content .right .info
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.skills .skills-content .right span
{
    font-weight: 500;
    font-size: 18px;
}
.skills .skills-content .right .line
{
    height: 6px;
    width: 100%;
    background: lightgray;
    position: relative;
    
}
.skills .skills-content .right .line::before
{
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(165, 109, 60);
}
.skills .skills-content .right .html::before
{
    width: 85%;
}
.skills .skills-content .right .css::before
{
    width: 85%;
}
.skills .skills-content .right .javascript::before
{
    width: 80%;
}
.skills .skills-content .right .sql::before
{
    width: 90%;
}
.skills .skills-content .right .api::before
{
    width: 80%;
}
.skills .skills-content .left p
{
    text-align: justify;
    margin-bottom: 20px;
   
}


.contact .title::after 
{
    content: "get in touch";
}
.contact .contact-content
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
   
    /* position: relative; */
}
.contact .contact-content .column
{
    width: calc(50% - 30px);
    
}
.contact .contact-content .text
{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact .contact-content .left p
{
    text-align: justify;
}
.contact .contact-content .left .icons
{
    margin: 10px 0;
}
.contact .contact-content .row
{
    display: flex;
    height: 70px;
    align-items: center;
}
.contact .contact-content .row .info
{
    margin-left: 30px;
}
.contact .contact-content .row i
{
    font-size: 24px;
    color:rgb(165, 109, 60);
}
.contact .contact-content .info .head
{
    font-weight: 600;
}
.contact .right form input, textarea
{
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid lightgray;
    border-radius: 6px;
    padding: 0 15px;
    font-size: 16px;
}
.contact .right form textarea
{
    height: 80px;
    resize: none;
    padding-top: 10px;
}
.contact .right form button
{
    border: 2px solid rgb(165, 109, 60);
    background: rgb(165, 109, 60);
    color: white;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s ease;
}
.contact .right form button:hover
{
    background: none;
    color: rgb(165, 109, 60);
}
 .footer
{
    background: #111;
    padding: 22px;
    color: white;
    text-align: center;
}
.footer span
{
    color: rgb(165, 109, 60);
    font-weight: 600;
} 

/* ================= MOBILE RESPONSIVE ================= */

@media screen and (max-width: 900px)
{
    .max-width
    {
        padding: 0 50px;
    }
    .menu-btn
    {
        display: block;
        z-index: 99;
    }
    .menu-btn i.active:before
    {
        content: "\f00d";
    }
    .navbar .menu
    {
        position: fixed;
        height: 100vh;
        width: 100%;
        left: -100%;
        top: 0;
        background: #111;
        text-align: center;
        padding-top: 80px;
    }
    .navbar .menu.active
    {
        left: 0;
    }
    .navbar .menu li
    {
        display: block;
    }
    .navbar .menu li a
    {
        display: inline-block;
        margin: 20px 0;
        font-size: 25px;
    } 
    .home .home-content .text-2
    {
        font-size: 70px;
    }
    .home .home-content .text-3
    {
        font-size: 35px;
    }
    .home .home-content a
    {
        font-size: 22px;
        padding: 10px 30px;
    }

  
    .max-width
    {
        max-width: 800px;
    }
      .about .about-content .column
    {
        width: 100%;
    }
      .about .about-content .left
    {
        display: flex;
        justify-content: center;
        margin: 0 auto 60px;
    }
      .about .about-content .right
    {
        flex: 100%;
    }
    .services .services-content .card
{
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
}
    .skills .skills-content .column,
    .contact .contact-content .column
    {
        width: 90%;
        margin: auto;
    }
}
