
@import url('https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@500&family=Raleway&family=Roboto+Mono:wght@300&family=Ubuntu:wght@500&display=swap');

*{
    border: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none;
}
.loader-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color:black;
    z-index: 99999;
}
.loader{
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}
.loader::before,.loader::after{
    content: ' ';
    border: 1em solid #ff5733;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0px;
    left: 0px;
    animation: loader 2s linear infinite;
    opacity: 0;
}
.loader::before{
    animation-delay: .5s;
}
@keyframes loader{
    0%{
        transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1);
    }
}
/*navbar styling*/
.navbar{
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    transition: all 0.4s ease;
    z-index: 999;
}
.logo span{
    color:crimson;
    transition: all 0.4s ease;
}
.logo{
    font-size: 50px;
    font-weight: 800;
    font-family: 'Baloo Chettan 2', cursive;
    display: flex;
    align-items: center;
}
.menu a{
    color: aliceblue;
    padding: 4px 30px;
    margin:1px 26px;
}
.list ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    position: absolute;
    right: 24px;
    top:27px;
}
.list li a{
    color:rgb(163, 152, 152);
    padding: 2px 6px;
    margin: 1px 8px;
    font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    transition: all 0.4s ease;

}
.list li a:hover{
    color: crimson;
    font-size: 28px;
    transition:all  0.4s ease;

}
.sticky{
    background-color: crimson;
    
}
.sticky .logo span{
    color:white;
}
.sticky .list li a{
    color: white;
}
.sticky .list li a:hover{
    color:wheat;
}
.home{
    background-image: url(pic/shutterstock_1556534186.jpg);
    height: 103vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
}
.text1,.text2,.text3{
    margin: 10px 45px;
    padding: 4px 12px;
}
.home .content .text1{
    font-size: 48px;
}
.home .content .text2{
    font-size: 81px;
}
.home .content .text3{
    font-size: 56px;
}

.text3  span{
    color:crimson;
}
.container div{
    width: 31px;
    height: 3px;
    margin:7px 0px;
    background-color: aqua;
    display: none;
}

@media(min-width:360px) and (max-width:800px){
    .menu a{
        margin:4px 2px;
        padding: 4px 22px;
    }
    .logo{
        font-size: 28px;
        
    }

     .list ul {
        background: black;
        width: 100%;
        height: 70vh;
        position: absolute;
        top: 0px;
        right: 0px;
        left:-100%;
        display:block;
        display:flex;
        flex-direction:column ;
        align-items: center;
        justify-content: space-evenly;
        transition: left 0.5s ease;
        
    }
     .list .show{
        left:0;
    }

     .list li a{
        font-size: 19px;
        position:relative;
        left:-16px;
        color: aqua;
        
    }
    .list li a:hover{
        color: wheat;
    }
    .container{
        margin: 4px 4px;
        padding: 8px 8px;
    }

    .container div{
        width: 24px;
        height: 2px;
        margin:4px 0px;
        background-color: aqua;
        display: block;
        right:12px;
        position: relative;
        transition: all 0.5s ease;
        
        

    }
    .navbar{
        display: flex;
        align-items: center;
        
    }
    .text1,.text2,.text3,.home .content a{
        margin: 9px 15px;
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        
        
    }
    .home .content .text1{
        font-size: 19px;
    }
    .home .content .text2{
        font-size: 33px;
    }
    .home .content .text3{
        font-size: 19px;
    }
    .home{
            height: 70vh;
            
    }
    .change .bar1 {
        
        transform: rotate(-45deg) translateX(-10px) translateY(2px) ;
      }
      
      .change .bar2 {opacity: 0;}
      
      .change .bar3 {
        
        transform: rotate(45deg) translateY(-1px) translateX(-9px);
      }
      .change div{
          width: 30px;
          height: 4px;
          right: 3px;
          position: relative;
      }
    
}
#about{
    padding-top: 40px;
    background-color:rgba(215, 240, 124, 0.959);
    
}
 .jpg{
    border-radius: 13px;
    width:220px;
    height:220px;
    position: relative;
    border-radius: 50%;
    top: 30px;
}
.heading{
    text-align: center;
    margin-top:43px ;
    margin-bottom: 100px;
    font-size: 50px;
    color: crimson;
    font-family:'Ubuntu', sans-serif;
    margin-left: 110px;
    text-shadow: 2px 2px 2px  coral;
}

.heading::before{
    content: "";
    text-align: center;
    width:232px;
    height: 3px;
    background:crimson;
    position: absolute;
    transform: translateY(70px);
}
.heading::after{
    content: "who i am";
    position: relative;
    text-align: center;
    top:28px;
    background: rgba(215, 240, 124, 0.959);
    padding: 4px;
    font-size: 17px;
    right: 157px;
    padding: 0px 6px;
    margin: 2px 4px;
    color: crimson;
    
}
.picture-cont{
    display: flex;
    align-items: center;
    justify-content:space-between;
    height: 200px;
    font-size: 20px;
    margin-top: 56px;
    color: rgb(12, 85, 63);

}
.picture-cont .cont{
    word-spacing: 7px;
    word-spacing: 0px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
    font-family: "Baloo Chettan 2";
    font-size: 20px;
    font-weight:100;
    z-index: 100;
}
.picture-cont .pic{
    width:280px;
    height: 280px;
    margin-right: 46px;
    margin-left: 46px;
    margin-bottom: 40px;
    display: block;
    z-index: 100;
    padding-left: 30px;
    padding-right: 30px;
    background-color: antiquewhite;
    position: relative;
    top: 22px;
    box-shadow: 9px 9px 2px  lemonchiffon;
    
    
}
.portion{
    font-weight: 900;
}

@media(min-width:360px) and (max-width:800px){

    .heading{
        font-size: 24px;
        position: relative;
        bottom:2px;
        left: -12px;
        margin-top: 36px;
        margin-bottom: 20px;
        text-shadow: 1px 1px 1px coral;
    }
    .picture-cont{
        height: 100px;
        display: flex;
        flex-direction: column;
        background:rgba(215, 240, 124, 0.959);
        position: relative;
        height: 20vh;
    }
    .picture-cont .cont{
        word-spacing: 4px;
        font-size: 14px;
        padding: 30px 41px;
        position: relative;
        top: 0px;
        margin: 0px;
        background-color:rgba(215, 240, 124, 0.959);

    }
    .jpg{
        width: 150px;
        height: 150px;
        position: relative;
        top:4px;
        left: 27px;
    }
  
    .picture-cont .pic{
        display: block;
        padding-left: 21px;
        width: 240px;
        height: 240px;

    }
    .heading::before{
        content: "";
        text-align: center;
        width:108px;
        height: 3px;
        background: crimson;
        position: absolute;
        transform: translateY(34px);
        
    }
    .heading::after{
        position: relative;
        top: 15px;
        text-align: center;
        font-size: 12px;
        right: 89px;
        padding: 0px 3px;
        margin: 0px 4px;
    }
}
.skill{
    background-color: rgba(215, 240, 124, 0.959);
    position: relative;
    top: -10px;
}
.inner{
    margin: 12px 12px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 3px;
    border-radius: 13px;
}
.header{
    text-align: center;
    padding-top: 78px;
    margin-bottom: 100px;
    font-size: 38px;
    color: crimson;
    font-family:'Ubuntu', sans-serif;
    margin-left: 27px;
    cursor: pointer;
    text-shadow: 2px 2px 2px  coral;
}
.header::before{
    content: "";
    text-align: center;
    width:240px;
    height: 3px;
    background:crimson;
    position: absolute;
    transform: translate(-120px,75px);
    
}
.header::after{
    content: "what i can do";
    position: relative;
    text-align: center;
    top:-20px;
    background:rgba(215, 240, 124, 0.959);
    padding: 4px;
    font-size: 17px;
    right: -2px;
    padding: 0px 6px;
    margin: 2px 4px;
    color: crimson;
    font-weight: bold;
}
.contain{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    grid-gap:1rem;
    padding: 2px 40px;
    font-size: 1.2rem;
    position: relative;
    top: -78px;
}
.skill-box{
    padding: 1rem;
}
.img {
    height: 90px;
    width: 90px;
    background-color:purple;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.img::after{
    content: ' ';
    background-color:rgba(255, 255, 255, 0.253);
    position: absolute;
    height: 90px;
    width:47px ;
    transform: translateX(-23px);
    border-radius: 45px 0px 0px 45px;

}
.skill-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;

}
.skill-icon{
    width: 70px;
    z-index: 1;
}
.skill-box{
    margin-bottom: 40px;
    background: rgba(235, 219, 219, 0.959);;
    border-radius: 23px;
    box-shadow: 4px 4px 4px 0px rgb(207, 121, 121);;
   
    
}
.skill-bar{
    width:300px;
    height: 12px;
    background: rgb(255, 255, 255);
    z-index: 3;
    text-align: center;
    border-radius: 20px;
    margin-top: 30px;
    margin-left: 10px;
}
.skill-per{
    position: relative;
    background-color: rgba(0, 0, 0, 0.678);
    width: 0%;
    height: 12px;
    border-radius: 20px;
   transition: all 1s ease-in-out;
}
.skill-per::before{
    position: absolute;
    content:attr(per);
    background-color: coral;
    color: lavenderblush;
    padding:2px 8px;
    font-size: 12px;
    top: -26px;
    right: -13px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border-radius: 14px;
    z-index: 2;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.skill-per::after{
    position: absolute;
    content:' ';
    width: 9px;
    height: 9px;
    background-color: coral;
    top: -13px;
    right:0%;
    transform: rotate(45deg);
}
 .skill-box .skill-title h3{
    color: brown;
    font-weight: 900;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-shadow: 2px 2px 2px plum;
}
@media(min-width:360px) and (max-width:800px){
    .contain{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        justify-content: center;
        align-items: center;
        text-align: center;
        grid-gap:6px;
        padding: 2px 10px;
        font-size: 12px;
        top: 0px;transform: translateX(-6px);
    }
    .skill{
        position: relative;
        top: 380px;
    }
    .inner{
        padding-top:6px;
        padding-bottom: 20px;
    }
    .img {
        height: 60px;
        width: 60px;
    }
    .img::after{
        height: 60px;
        width: 30px;
       transform: translateX(-16px);
    }
    .skill-icon{
        width: 40px;
    }
    .skill-title{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-right: 0px;
        margin-left: 0px;
    }
    .skill-bar{
        width: 90%;
        height: 9px;
    }
    .skill-per{
        position: relative;
        background-color: rgb(74, 67, 173);
        width: 0%;
        height: 9px;
    }
    .skill-box{
        margin-bottom: 10px;
        margin-right: 0px;
        width: 100%;
        margin-top: 20px;
    }
    .header{
        font-size: 17px;
        position: relative;
        bottom:2px;
        left: -12px;
        margin-top: 6px;
        margin-bottom: 40px;
        padding-top: 12px;
        top: 34px;
    }
    .header::before{
        content: "";
        text-align: center;
        width:108px;
        height: 3px;
        background: crimson;
        position: absolute;
        transform:translateX(-54px);
        bottom:12px;
        
    }
    .header::after{
        position: relative;
        top: -7px;
        text-align: center;
        text-shadow: 1px 1px 1px coral;
        font-size: 12px;
        right: -1px;
        font-weight: bold;
        padding: 0px 3px;
        margin: 0px 4px;
    }
}
.contact{
    position: relative;
    top: -100px;
    background-color: rgba(215, 240, 124, 0.959);
    z-index: 100;
    padding-bottom: 100px;
}
 .title{
    text-align: center;
    padding-top: 80px;
    margin-bottom: 90px;
    font-size: 50px;
    color: crimson;
    font-family:'Ubuntu', sans-serif;
    margin-left: 150px;
    text-shadow: 2px 2px 2px  coral;
}
.title::before{
    content: "";
    text-align: center;
    width:268px;
    height: 3px;
    background:crimson;
    position: absolute;
    transform: translateY(70px);
}
.title::after{
    content: "get in touch";
    position: relative;
    text-align: center;
    top:30px;
    background: rgba(215, 240, 124, 0.959);
    padding: 4px;
    font-size: 17px;
    right: 184px;
    padding: 4px 6px;
    margin: 2px 4px;
    color: crimson;
    
}
.link{
    color: black;
    text-decoration: none;
}
.txt,.left p,.head,.sub,.form{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
}

.txt{
    text-align: center;

}
.contact .contact-content{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.contact-content .column{
    width: 40%;
}
.contact-content p{
    text-align: justify;
}
.contact-content .txt{
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 16px;
}
.contact-content .left .icons{
    margin: 30px 0;
}
.left .icons .row{
    display: flex;
    align-items: center;
    height: 65px;
}
.contact-content .left{
    margin-left: 30px;
}
.left .icons .row .info{
    margin-left: 20px;
    padding: 3px 10px;
}

.left .icons .row i{
    font-size: 25px;
    color: rgba(206, 75, 28, 0.945);
}
.left{
    background-color: rgba(253, 247, 247, 0.774);
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left:30px;
    padding-right: 30px;
    border-radius: 40px;
    box-shadow: 6px 6px 6px 0px rgba(167, 117, 117, 0.849);
    
}
.left .icons .row .info .head{
    font-weight: bolder;
    font-size: 20px;
}
.left .icons .row .email{
    padding-left: 3px;
}
.left .icons .row .name{
    padding-left: 7px;
}
.fa-phone{
    transform: rotate(90deg);
}
.left .icons .row .call{
    padding-left: 2px;
}

.contact-content  .right .field input,.contact-content  .right .field textarea {
    height: 100%;
    width: 100%;
    border: 1px solid lightgray;
    border-radius: 6px;
    outline: none;
    padding: 6px 15px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}
.form{
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 76px;
    padding-left: 20px;
    padding-top: 6px;
    text-align: center;
    
}


.contact-content  .right .fullname {
    margin-bottom: 10px;
}
.contact-content  .right .gmail{
    margin-bottom: 10px;
}
.contact-content  .right .field textarea{
    height: 60px;
    resize: none;
    padding-top: 10px;
}
.contact-content  .right .button{
    height: 47px;
    width: 170px;
    width: 100%;

}
.contact-content  .right .button .btn{
    width: 100%;
    height: 100%;
    border: 2px solid crimson;
    color: aliceblue;
    background-color: crimson;
    font-weight: 900;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;

}
.contact-content  .right .button .btn:hover{
    background-color:white;
    color: crimson;
}
.right{
    background-color:  rgba(253, 247, 247, 0.774);
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left:30px;
    padding-right: 30px;
    border-radius: 40px;
    box-shadow: 6px 6px 6px 0px  rgba(167, 117, 117, 0.849);
    margin-right: 16px;
    margin-left: 40px;
}

@media(min-width:360px) and (max-width:800px){
    .title{
        font-size: 27px;
        position: relative;
        bottom:2px;
        left: -30px;
        top:-10px;
        font-weight: 700;
        text-shadow: 1px 1px 1px coral;
    }
     .title::before{
        width:145px;
        height: 3px;
        background: crimson;
        position: absolute;
        top: 52px;
        bottom:12px;
        
    }
     .title::after{
        content: "get in touch";
        position: realtive;
        right: 115px;
        top: 23px;
        font-size: 12px;
        font-weight: 600;
        text-align: center;


    }
    .contact{
        position: relative;
        top: 260px;
        margin-top: 100px;

    }
    .contact-content{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
        position: relative;
        top: -70px;
    }
    .contact-content .left{
        width: 93%;
        margin: 12px 5px;
        margin-right: 12px;
        height: 540px;
    }
    .contact-content .right{
        width: 93%;
        margin: 12px 5px;
        margin-right: 12px;
        margin-bottom: 20px;
        height: 540px;
    }
    .social-handle{
        margin-bottom: 60px;
        margin-top:358px;
    
    }
    .social-handle a{
        z-index: 5;
    }
     .end{
        display: block;
    }
    .end b,.end h4{
        font-size: 13px;
    }
    .whole{
        background:rgba(215, 240, 124, 0.959) ;
    }
}
@media(min-width:360px) and (max-width:386px){
    .title{
        left: -70px;
        top:-10px;
        font-weight: 700;
    }
    .title::after{
        position: absolute;
        right: 71px;
        top: 110px;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
    }
}
.footer{
    background: rgba(215, 240, 124, 0.959);
}

.social-handle {
    height: 30vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color:rgba(215, 240, 124, 0.959);
    position: relative;
    top: -100px;
    
}
.social-handle a{
    height: 100px;
    width: 100px;
    background-color: #f5f6fa;
    border-radius: 50px;
    text-align: center;
    box-shadow: 1px 4px 2px 2px #afb6d4;
    margin: 30px;
}
 .social-handle a i{
     transition: all .5s ease;
 }
  .social-handle a:hover i{
     font-size: 50px;
     padding-top:29px;
 }
.fab{
    font-size: 40px;
    padding-top: 34px;
    margin: 0px 12px;
}
.fa-linkedin{
    color: rgb(24, 83, 150);
}
.fa-instagram{
    color: crimson;
}
.fa-facebook-f{
    color: blue;
}
.fa-github{
color:#4078c0;
}
.end{
    background-color:black;
    padding: 20px;
    color: violet;
    font-size: 20px;
    text-align: center;
}
    

.end b{
    color: violet;
}
.end span{
    font-size: 23px;
    font-weight: bold;
}
html{
    scroll-behavior: smooth;
}
