@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    font-family: "DM Sans", serif;
}

.header{
    width:100%;
    float: left;
    /* display: flex;
    flex-wrap: wrap; */
    position: fixed;
    background-color: #fad4b9;
    
    box-shadow: 0 .5rem 1rem #08080826 !important;
}
.center-box{
    width: 1200px;
    margin: 0 auto;
}

.header-col1{
    width: 30%;
    float: left;
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: bold;
}

.header-center{
    height: 60px;
    display: flex;
    align-items: center;
}

.header-col2{
    width: 70%;
    float: left;
    text-align: right;
    word-spacing: 40px;
}




.header-text{
    font-size: 20px;
    color: rgb(56, 55, 55);
    text-decoration: none;
}
.header-text:hover{
    color: rgb(255 114 95);
}

.home-section{
    width: 100%;
    height: 100vh; 
    float: left;
    background-color:  #ffe9d9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-col1{
    width:50%;
    float: left;
    display: flex;
}

.col1-box{
    width:100%;
    /* border: 1px solid blue; */
}

.home-text{
    color: #080808;
    font-size: 34px;
}

.home-text2{
    color: #080808;
    font-size: 100px;
    font-weight: 900;
   
}


.home-text3{
    font-size: 20px;
    color: rgba(8, 8, 8, 0.8);
   padding-top: 9px;
   font-weight: 300;
}



.button {
    width: 180px;
    height: 60px;
    background-color: #080808;
    border: none;
    color: white;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 14px 6px;
    display: inline-block;
    margin-top: 24px;
    border: 1px solid #080808;
  }
.button:hover{
    background-color: transparent;
    border: 1px solid #080808;
    color: #080808;
}
.button svg{
    top: 6px;
    position: relative;
}

.button2 {
    width: 180px;
    height: 60px;
    background-color: transparent;
    border: none;
    color: #080808;
    border-radius: 10px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 14px 6px;
    display: inline-block;
    margin-top: 24px;
    border: 1px solid #080808;
  }
.button2:hover{
    background-color: #080808;
    border: 1px solid #080808;
    color: #ffffff;
}
.button2 svg{
    top: 6px;
    position: relative;
}


/*

.home-text{
    color: #080808;
    font-size: 90px;
    text-align: center;
    padding-top: 390px;
}

.home-text2{
    color: #080808;
    font-size: 140px;
    text-align: center;
    padding-top: 10px;
    font-weight: 900;
    }

.home-text3{
    font-size: 49px;
    text-align: center;
    color: rgb(108, 105, 105);
   padding-top: 9px;
   padding-left: 230px;

}

*/




.home-col2{
    width:50%;
  /*  height:1600px; */
    float: left;
    
}

.home-col2 img{
    width: 100%;
    text-align: right;
}

.banner-center-box{
    display: flex;
    align-items: center;
    justify-content: center;
}



.about-section{
    width:100%;
    height:1100px;
    float: left;
    margin-top: 1px;
    background-color: rgb(255, 255, 255);
}


.about-col1{
    width:50%;
 /*   height: 1700px; */
    float: left;
    text-align: right;
    padding-top: 190px;
}

.about-col1 img{
    width: 59%;
}

.about-col2{
    width:50%;
   /* height: 1280px; */
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}



.about-box{
    width:300px;
    height:800px;
    margin-top: 170px;
    margin-left: -190px;

}



.about-text{
    font-size: 30px;
    font-weight: 500;
    color: rgb(0, 0, 0);
}

.about-text2{
    font-size: 18px;
    margin-top: 30px;
    text-align: justify;
    font-weight: 300;
    color: rgb(176, 171, 171);

}

.cv-button{
    background-color: dodgerblue;
    border: none;
    border: 3px solid rgb(231, 228, 229);
    border-radius: 30px;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 14px 6px;
  }

.cv-button:hover{
    background-color: royalblue;

}


.skill-header{
    width:100%;
    height:100px;
    float: left;
    background-color: #e9ecef;
    font-size: 50px;
    text-align: center;
    padding-top: 10px;

}


.skill-section{
    width:100%;
    height:750px;
    float: left;
    background-color: #e9ecef;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}


.skill-center{
    width: 40%;
    height:600px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.skill-box1{
    width:25%;
    margin: 10px;
    height: 200px;
    background-color: white;
}

.skill-box1 img {
    width:100%
}

.box-text{
    font-size: 19px;
    padding-top: 10px;
    text-align: center;
}


.project-header{
    width:100%;
    height:110px;
    float: left;
    background-color: #fef5ee;
    font-size: 50px;
    text-align: center;
    padding-top: 50px;

}


.project-section{
    width:100%;
    height:1300px;
    float: left;
    background-color: #fef5ee;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;



}

.project-center{
    width: 60%;
    height: 1000px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.project-box1{
    width:45%;
    margin: 10px;
    height: 280px;
    background-color: white;
}

.project-box1 img {
    width: 100%;
}




.contact-section{
    width:100%;
    height:700px;
    float: left;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.contact-box{
    width:80%;
    height: 600px;
}

.map{
    padding-top: 30px;
}

.icon-gmail{
    text-align: center;

}

.contact-text{
    font-size: 20px;
    color: #080808;
    text-align: center;
}

.contact-box div{
    width:100%;
}


.footer{
    width:100%;
    height:80px;
    float: left;
    background-color: #080808;
    text-align: center;
    color: #e9ecef;
    padding-top: 30px;

}


/*   tablet*/

@media screen and (max-width:1024px) and (min-width:768px) {

    .header{
        width:100%;
        height:70px;
        float: left;
        display: flex;
        flex-wrap: wrap;
        position: fixed;
    }
    
    .header-col1{
        float: left;
        font-size: 20px;
        text-decoration: none;
        padding-top: 27px;
       text-align: center;
    
    
    }
    
    
    
    .header-col2{
        float: left;
        text-align: center;
        word-spacing: 15px;
        padding-top: 27px;
    
    }
    
    
    
    
    .header-text{
        font-size: 20px;
    }


    .home-section{
        width:100%;
        height:1500px;
        float: left;
        margin-top: 10px;
    }
    
    .home-col1{
        width:100%; 
        float: left;
    }
    
    /* .col1-box{
        width:200px;
        height: 300px;
        margin-top: 100px;
        margin-left: -50px;
    } */
    
    .home-text{
        color: #080808;
        font-size: 40px;
    }
    
    .home-text2{
        color: #080808;
        font-size: 50px;
        padding-top: 10px;
        font-weight: 900;
    }
    
    
    .home-text3{
        font-size: 25px;
        color: rgb(108, 105, 105);
       padding-top: 9px;
       font-weight: 300;
    }

    
    
    .button {
        background-color: #080808;
        border: none;
        color: white;
        padding: 10px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 20px;
        margin: 14px 6px;
      }
    

    .home-col2{
        width:100%;
        height:450px; 
        float: left;
        
    }
    
    .home-col2 img{
        width: 70%;
        text-align: center;
    }

    .about-section{
        width:100%;
        height:1200px;
        float: left;
        margin-top: 1px;
        background-color: rgb(255, 255, 255);
    }
    
    
    .about-col1{
        width:100%;
        height: 420px;
        float: left;
        text-align: center;
        padding-top: 120px;
    }
    
    .about-col1 img{
        width: 45%;
    }
    
    .about-col2{
        width:100%;
        height: 600px;
        float: left;
        display: flex;
        flex-wrap: wrap;
    }
    
    
    
    .about-box{
        width:600px;
        height:500px;
    
    }
    
    
    
    .about-text{
        font-size: 60px;
        padding-top: -60px;
        font-weight: 500;
        text-align: center;
        color: rgb(0, 0, 0);
    }
    
    .about-text2{
        font-size: 25px;
        margin-top: 30px;
        text-align: justify;
        font-weight: 300;
        color: rgb(176, 171, 171);
    
    }

    .cv-button{
        background-color: dodgerblue;
        border: none;
        border: 3px solid rgb(231, 228, 229);
        border-radius: 30px;
        color: white;
        padding: 10px 22px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 14px 6px;
      }
    
    



    .skill-section{
        width:100%;
        height:1500px;
        float: left;
        background-color: #e9ecef;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    
    }
    
    
    .skill-center{
        width: 80%;
        margin-top: 130px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .skill-box1{
        width:200px;
        margin: 30px;
        height: 330px;
        background-color: white;
    }
    
    .skill-box1 img {
        width:100%
    }

    .project-section{
        width:100%;
        height:1000px;
        float: left;
        background-color: #fef5ee;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    
    
    
    }
    
    

    .contact-section{
        width:100%;
        height:600px;
        float: left;
        background-color: #ffffff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    
    }
    
    .contact-box{
        width:90%;
        height: 600px;
        margin-top: 30px;
    }
    
    .icon-gmail{
        text-align: center;
    
    }
    
    .contact-text{
        font-size: 23px;
        color: #080808;
        text-align: center;
    }
    
    .contact-box div{
        width:100%;
    }
    
    

}



/*  mobile */
@media screen and (max-width:767px) and (min-width:320px) {
    .header{
        width:100%;
        height:40px;
        float: left;
        position: fixed;
        background-color: #fad4b9;
    
    
    }
    
    /*
    .img{
        text-align: left;
    }
    
    */
    
    .header-col1{
        float: left;
        width:20%;
        font-size: 13px;
        color: rgb(108, 105, 105);
        text-decoration: none;
        padding-top: 17px;
        text-align: center;
    }
    
    
    
    .header-col2{
        float: left;
        width:80%;
        text-align: center;
        word-spacing: 17px;
        padding-top: 17px;
    
    }
    
    
    
    
    .header-text{
        font-size: 12px;
        color: rgb(108, 105, 105);
        text-decoration: none;
    }
    
    
    .home-section{
        width:100%;
        height:900px; 
        float: left;
        background-color:  #ffe9d9;;
        margin-top: 10px;
    }
    
    .home-col1{
        width:100%;
        height:200px; 
        float: left;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    
    .col1-box{
        width:500px;
        height: 400px;
        margin-top: 90px;
    }
    
    .home-text{
        color: #080808;
        font-size: 22px;
    }
    
    .home-text2{
        color: #080808;
        font-size: 40px;
        padding-top: 8px;
        font-weight: 900;
    }
    
    
    .home-text3{
        font-size: 13px;
        color: rgb(108, 105, 105);
       padding-top: 9px;
       font-weight: 300;
    }

    .button {
        background-color: #080808;
        border: none;
        color: white;
        padding: 5px 12px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 11px;
        margin: 8px 6px;
      }


    .home-col2{
        width:100%;
        height:500px; 
        float: left;
        
    }
    
    .home-col2 img{
        width: 80%;
        text-align: center;
    }

    .about-section{
        width:100%;
        height:1000px;
        float: left;
        margin-top: 1px;
        background-color: rgb(255, 255, 255);
    }
    
    
    .about-col1{
        width:100%;
        height: 500px;
        float: left;
        text-align: center;
        padding-top: 100px;
    }
    
    .about-col1 img{
        width: 49%;
    }
    
    .about-col2{
        width:100%;
        height: 600px;
        float: left;
        display: flex;
        flex-wrap: wrap;
    }
    
    
    
    .about-box{
        width:600px;
        height:600px;
        margin-top: -150px;
    }
    
    
    
    .about-text{
        font-size: 40px;
        font-weight: 500;
        padding-left: 70px;
        text-align: center;
        color: rgb(0, 0, 0);
    }
    
    .about-text2{
        font-size: 18px;
        margin-top: 20px;
        text-align: justify;
        padding-left: 150px;
        padding-right: 100px;
        font-weight: 300;
        color: rgb(176, 171, 171);
    }

    .cv-button{
        background-color: dodgerblue;
        border: none;
        border: 3px solid rgb(231, 228, 229);
        border-radius: 30px;
        color: white;
        padding: 10px 22px;
        padding-left: 120px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 14px;
        margin: 14px 6px;
      }
    
    

    .skill-section{
        width:100%;
        height:800px;
        float: left;
        background-color: #e9ecef;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    
    }
    
    
    .skill-center{
        width: 80%;
        margin-top: 80px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .skill-box1{
        width:25%;
        margin: 10px;
        height: 150px;
        background-color: white;
    }
    
    .skill-box1 img {
        width:100%
    }

    .box-text{
        font-size: 12px;
        padding-top: 10px;
        text-align: center;
    }
    

    
.project-section{
    width:100%;
    height:900px;
    float: left;
    background-color: #fef5ee;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;



}

.project-center{
    width: 60%;
    height: 800px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}


    .project-box1{
        width:45%;
        margin: 10px;
        height: 180px;
        background-color: white;
    }
    
    

    .contact-section{
        width:100%;
        height:800px;
        float: left;
        background-color: #ffffff;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    
    }
    
    .contact-box{
        width:90%;
        height: 700px;
    }
    
    .icon-gmail{
        text-align: center;
    
    }
    
    .contact-text{
        font-size: 23px;
        color: #080808;
        text-align: center;
    }
    
    .contact-box div{
        width:100%;
    }    
    
    
}

.talk-header{
    width: 100%;
    height: 70px;
    font-size: 36px;
    padding-top: 14px;
    color: rgb(7, 6, 6);
    padding-left: 280px;
    background-color: #ffffff;
    float: left;
}

.talk-detail{
    width: 100%;
    height: 870px;
    background-color: #ffffff;
    float: left;
    display: flex;
    flex-wrap: wrap;

}

.col1{
    height: 870px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* .col1-box{
    width:50%;
    height:640px;
} */


.col1-text{
    font-size: 60px;
    color: goldenrod;
    font-weight: 100;
}

.col1-text1{
    font-size: 50px;
    color: rgb(0, 0, 0);
    margin-top: 5px;
    font-weight: 400;
}

.talk-mail{
    font-size: 30px;
    color: rgb(185, 182, 182);
}



.col2{
    height: 870px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.col2-box{
    width:80%;
    height:700px;
}



.col2-text{
    font-size: 30px;
    color: rgb(153, 150, 149);
    text-align: left;

}

.submit-button {
    background-color: #080808;
    border: none;
    color: white;
    padding: 20px 73px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 14px 6px;
  }

