*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
    font-size: 16px;
}
body{
    min-height: 200vh;
}
.hero-section{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/header-pic.jpg);
    background-size: cover;
    background-attachment: fixed;
   
}
.hero-bg{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #323232;
    opacity: 0.7;
    background-size: cover;
    background-attachment: fixed;
    
}
.hero{
    width: 90%;
    position: relative;
    top: 20%;
    left: auto;
}
.text-box h1{
    font-family: 'Nunito', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: yellow;
}
.text-box p{
    font-family: 'Nunito', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 1px;
    line-height: 1.5rem;
    color: #fff;
}
.text-box a{
    text-decoration: none;
}
.text-box .hire-btn{
    font-family: 'Nunito', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    border: 2px solid yellow;
    background: none;
    padding: 0.8rem 2rem;
    color: aliceblue;
    letter-spacing: 1.5px;
    outline: none;
}
.hire-btn a{text-decoration: none;}
.text-box .hire-btn:focus{
    outline: none;
    background-color: #4C98DC;
    color: yellow;
    border: none;
}
.text-box .call-btn{
    font-family: 'Nunito', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    background: yellow;
    padding: 0.8rem 2rem;
    color: blue;
    letter-spacing: 1.5px; 
    border-radius: none;
    border: none;
}
.call-btn:focus{outline: none;}
.call-text{display: block;}
.call-no{display: none;}
.call-btn:hover .call-text{display: none;}
.call-btn:hover .call-no{display: block;}

.header-pic-box img{
     position: absolute;
     right: 100px;
     top: 60px;
     animation: fadeInFromTop 1s linear forwards, floating ease 10s infinite;
    }
@keyframes fadeInFromTop{
    from{
        opacity: 0;
        transform: translateY(-20px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes floating{
    0%{
        transform: translate(0%,0%) rotate(360deg);
    }
    25%{
        transform: translate(5%, 15%) rotate(360deg);        
    }
    50%{
        transform: translate(10%, 5%) rotate(360deg);        
    }
    75%{
        transform: translate(0%, 15%) rotate(360deg);        
    }
    100%{
        transform: translate(0%, 0%) rotate(360deg);        
    }
}
.hero-item h1{
    font-family: 'Eczar', serif;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700 !important;
    line-height: 1.25rem;
    letter-spacing: 1.5px;
    color: aliceblue;
    
}
.hero-item button{
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 1px;
    color: aliceblue;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;  
    background-color: #4C98DC;
    border-radius: 8px;
}
.hero-item>p{
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25rem;
    letter-spacing: 1px;
    color: aliceblue;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

.navbar{
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}
.egica{
    font-family: 'Nunito', sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.soft{
    font-family: 'Dancing Script', cursive;
    font-size: 2rem;
    font-weight: normal;
    color: #00CCE4;
    letter-spacing: 1px;
}
.navbar-nav .nav-item{
    margin-left: 12px;
  
}
.navbar-nav .nav-item .nav-link{
    font-family: 'Nunito', sans-serif;
    font-size: 1.1rem;
    color: black;
    font-weight: normal;
    line-height: 1.5rem;
    letter-spacing: 1px;
}
.navbar-nav .nav-item .nav-link:hover{
    color: rgb(255, 217, 0);
}
.navbar-nav .nav-item .nav-link.active{color: rgb(255, 217, 0);}

/*------------------------------------ Start about section coding-----------------------------------------*/
.headingOne{
    font-family: 'Alkatra', cursive;
    font-size: 2rem;
    text-align:left;
    letter-spacing:1px;
    color:blue;    
}
.about-section{
    background-image: linear-gradient(to bottom,#fff 10%, #ffffff 80% );
}
.about-section img{
    width: 100%;
    height: auto;
    align-items: center;
    margin-left: 20px;
}
.about-section p{
    font-family: 'Nunito', sans-serif;
    font-size: 1.1rem;
    font-weight: normal;
    text-align: justify;
    line-height: 2rem;
    letter-spacing: 1px;
    color: #252525;
}

/*------------------------------------ End about section coding-----------------------------------------*/
/*-------------------------------------Start Skill section conding-----------------------------------------*/
#skills{
    background: linear-gradient(180deg, #f2f6f9 0%, white 100%);
}
.line{
    border-bottom: 2.5px solid blueviolet;
    margin-top: 5px;
    margin-bottom: 1rem;
    width: 5%;
}
.skill-name{
    font-family: 'Nunito', sans-serif;
    font-size: 0.9rem;
    font-weight: bold;
    color: #252525;
    letter-spacing: 1px;
}
/*-------------------------------------End Skill section coading--------------------------------------------*/
/*-------------resume------------*/
#resume{
font-family: "Open Sans", sans-serif;
color: #5a656e;
box-sizing: border-box;
padding: 60px 0;
background: linear-gradient(180deg, #f2f6f9 0%, #fff 100%);
}
.border-design{
    border-left: 2px solid rgb(255, 217, 0);
    margin-top: -5px;
}
.circle{
    margin-left: -5px;
    color: rgb(255, 217, 0);
}
/*------------------------------------ Start Service section coding-----------------------------------------*/
.service-section{
    background-image: linear-gradient(#F3F7FA, white);
}
.service-section button{
    font-family: 'Nunito', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    background-color: aliceblue;
    margin-bottom: 2.5rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 32px;
    margin-left: 1rem;
    cursor: auto;
}
.service-section button:focus{outline: none;}
.service-item{
    width: 100%;
    height:200px;
    background-color: #fff;
    border-radius: 8px;
    padding: 8%;
    position: relative;
    z-index: 1;
}
.corner{
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    width: 3rem;
    height: 3rem;
    background-color: #f7e454;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 80%;
}
    
.service-item::before{
	content:"" ;
	width: 0;
	height: 0;
	background-color:#F7DF2C;
	position: absolute;
	right: 0;
    top: 0;
    border-radius: 8px;
	z-index: -1;
	transition: 0.6s all;
}

.service-item:hover::before{
	width: 100%;
    height: 100%;
}
.service-item:hover{
    box-shadow: 0px 8px 16px 0px #ddd;
}
.service-item:hover .corner{display: none;}
.service-item i{
    font-size: 1.5rem;
    background-color: #F7DF2C;
    padding: 1rem 1rem;
    border-radius: 50%;
    color: aliceblue;
}
.service-item .tab{padding: 1rem 1.3rem;}
.service-item h2{
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #343A40;
    text-align: left;
    margin: 1.5rem 0;
}
.service-item p{
    font-family: 'Nunito', sans-serif;
    font-size: 0.9rem;
    font-weight: normal;
    color: #343A40;
    line-height: 1.5rem;
    text-align: justify;   
}
.service-item:hover i{
    background-color: aliceblue;
    color: #4C98DC;
}
.service-item:hover h2{color: rgb(24, 88, 145);}
.service-item:hover p{color: aliceblue;}
/*-------------------------------------End Service section coding-------------------------------------------*/
/*--------------------------------- Start Contact us section-----------------------------------------------*/
.section-bg{
    background-image: linear-gradient(#F3F7FA, white);

}
.subheading{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    color: #F7DF2C;
}
.send-btn{
    font-family: 'Nunito', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    background-color: #F7DF2C !important;
    margin-bottom: 2.5rem;
    padding: 0.5rem 1rem;
    border-radius: 32px;
    cursor: pointer;
    border: none;
    color: #0008;
}
p{
    font-family: 'Nunito', sans-serif;
    font-size: 1.1rem;
    font-weight: normal;
    text-align: left;
    letter-spacing: 0.5px;    
    color:#252525;  
}
/*----------------------------------End contact us coding------------------------------------------*/

/*----------------------------------Start footer Coding------------------------------------------*/
.footer{
    
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}
/*----------------------------------Start Footer Coding------------------------------------------*/
