.homeee{
    background-image: url(background/home.jpg);
   
}

body {
    background-size: cover;
    background-repeat: no-repeat;   
}

*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: 'Josefin Sans',sans-serif;
}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
    padding-left: 10%;
    padding-right: 10%;
}

nav ul li{
    list-style-type: none;
    display:inline-block;
    padding:10px 20px;
}

nav ul li a{
    color: whitesmoke;
    text-decoration: none;
    font-weight:bold;
}

nav ul li a:hover{
    color:#ea1538 ;
    transition: .3s;
}

button{
    border: none;
    background: #b71933;
    padding: 12px 30px;
    border-radius: 30px;
    color: white ;
    font-weight: bold;
    font-size: 15px;
    transition: .4s;
}

button:hover{
    transform: scale(1.3);
    cursor: pointer;
}

span{
    color: #ea1538;
    font-size:larger;
}

.text-box{
    color: #fff;;
    position: absolute;
}

.text-box p{
    margin-top: 5px;
    margin-left: 50px;
    font-size: 50px;
    font-weight: 600;
}

.text-box h1{

    font-size: 150px;
    line-height: 160px;
    margin-left: 10px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    background: url('/background/back.png');
    background-clip: text;
    background-position: 0 0;
    animation: back 25s linear infinite;
}

@keyframes back{
    100%{
        background-position: 1800px 0;;
    }
}

.bun {
    margin-left: 8px;
    margin-top: 25px;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}

.c1 h1{
    font-size: 70px;
    font-weight: 600;
}

.auto-typer{
    color:yellow;
}

.c1 {
    width: 100%;
    height: 100vh;
    color: #fff;
    background-image: url('home.jpg'); 
    background: transparent;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo{
    color: #fff;
}

#about{
    background-image: ur('back.png');
}

/* about section */

#about{
    padding: 80px 0;
    color: #ababab;
    background-color: black;
}

.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-col-1{
    flex-basis:35%;
}

.about-col-1 img{
    width:90%;
    border-radius: 15px; 
}

.about-col-2{
    flex-basis: 65%; 
}

.sub-title{
    font-size: 30px;
    font-weight: 600;
    margin-top: -10px;
    color: aliceblue;
}

#a1{
    font-size: 45px;
    color: yellow;
}

#a2{
    font-size: 45px;
    color: #ea1538;
}

#aboutpara{
    margin-top: 10px;
    font-family: 'Asul';
    font-size: 22px;
    color:white;
}

.tab-titles{
    display: flex;
    margin: 30px 0 40px;
}

.tab-links{
    margin-right: 50px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    color:rgb(255, 0, 0);
}

.tab-links::after{
    content: '';
    width: 0;
    height:3px;
    background:yellow;
    position: absolute;
    left: 0;
    bottom:-8px;
    transition: 0.5s;
}

.tab-links.active-link::after{
    width:50%;
}

.tab-contents ul li{
    list-style: none;
    margin-top: 15px;
    margin-bottom: 4px;
}

.tab-contents ul li span{
    color: rgb(197, 0, 0);
    font-size: 18px;
}

#para1{
    color:white ;
}

.tab-contents ul li span br { 
    color : white ;
 }

 .para1{
    color: #fff;
 }

 .tab-contents{
    display: none;
 }

 .tab-contents.active-tab{
    display: block;
 }

/* projects */

#projects{
    background-image: url(background/project.jpg);
    background-size:cover;
}

.Domain{
    padding-top: 65px;
    padding-left: 65px;
    color: rgb(255, 0, 0);
}

.Domain-text{
    padding-left:160px;
    position:relative;
    color:whitesmoke;
    top:-35px
}

.image-list{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 30px;
}

.covid{
    padding-left: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.covid img{
    
    border-radius: 15px;
    display: block;
}

.air-water img{
    
    border-radius: 15px;
    display: block;
}

.ntl img{
    border-radius: 15px;
    display: block;
}

.Domain2{
    padding-top: 50px;
    padding-left: 65px;
    color: rgb(255, 0, 0);
}

.Domain-text2{
    padding-left:160px;
    position:relative;
    color:whitesmoke;
    top:-35px
}

.image-list2{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 30px;
}

.sudoko{
    padding-left: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.sudoko img{
    border-radius: 15px;
    display: block;
}

.portfoo img{
    border-radius: 15px;
    display: block;
}

/* skills */

#skills{
    background-image: url(background/skills.jpg);
    background-size:cover;
}

.skills-heading{
    text-align: center;
    color: #fff;
}

.prog-lang{
    padding-top: 50px;
   padding-left: 50px;
    color: red;
}

.python{
    color: yellow;
    padding-left: 40px;
    padding-top: 50px;
    font-size: 80px;
}

.python .python1{
    color: white;
    font-size:30px
}

.java{
    color: orange;
    padding-left: 50px;
    padding-top: 50px;
    font-size: 80px;   
}

.Devlopment{
    padding-top: 50px;
    padding-left: 50px;
    color: red;   
}

.Devlopment .webdev{
    padding-top: 40px;
    color: yellow;
    font-size: 70px;
}

.prog-lang .python i{
    margin-right: 40px;   
}

.Devlopment .webdev i{
    margin-right: 25px;

}

.Devlopment .boot-strap{
    color: yellow;
    padding-top: 30px;
    font-size: 60px;
}

.Devlopment .react{
    color: yellow;
    padding-top: 30px;
    font-size: 60px;
}

.data-analysis{
    padding-top: 50px;
    padding-left: 50px;
    color: red;   
}

.data-analysis .database{
    padding-left: 10px;
    padding-top: 40px;
    color: yellow;
    font-size: 60px;
}

.data-analysis .Machine-Learning img{
    padding-left: 40px;
    color: yellow;
    font-size: 60px;
}

.react i {
    margin-right: 100px; 
  }

.skillsss{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 30px;
}

.serivces-list{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    margin-top: 50px;
}

 /* contact */

 #contact {
    background-image: url('background/contactMe.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.formanddetails{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    grid-gap:40px;
    
}

.mydetails{
    padding-top: 50px;
    padding-left: 20px;
    font-size:40px;
    color: yellow;
}

.mydetails .phone{
    font-size:40px;
    padding-top: 40px;
    color: yellow;
}

.mydetails .address{
    padding-left: 50px;
    margin-top: -45px;
    font-size: medium;
    color: bisque;
}

.mydetails .gmail{
    padding-top: 40px;
}

.fromdetails .querydetails{
    padding-top: 35px;
    color: aquamarine;
}

.section{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
}

.form-box{
    position: relative;
    width: 400px;
    height: 450px;
    display: flex;
    justify-content: center;
    
}

.inputbox{
    position: relative;
    margin: 30px 0;
    width: 310px;
    border-bottom: 2px solid #fff;

}

.inputbox label{
    position:absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    color: #fff;
    font-size:lem;
    pointer-events: none;
    transition: .5s;

}

.inputbox input{
    width: 100%;
    height: 50px;
    background: transparent;
    border:none;
    outline: none;
    font-size: 1em;
    padding: 0 35px 0 5px;
    color: black;
}

input:focus ~label,
input:valid ~ label {
    top: -5px;
}
.facebook{
    margin-left: 20px;
    margin-top: 20px;
    font-size: 50px;
    width: 50px;
    color:#0165E1;
}
.instagram{
    margin-left: 90px;
    margin-top: -57px;
    padding-left: 20px;
    font-size: 50px;
    width: 50px;
    color:#c13584;
    border-radius: 50%;
    border: curved;
}


.linkdin{
    margin-left: 160px;
    margin-top: -55px;
    padding-left: 35px;
    font-size: 50px;
    width: 100px;
    color:#0077b5;
}
.telegram{
    margin-left: 225px;
    margin-top: -55px;
    padding-left: 55px;
    color: #E6E9EF;
    font-size: 50px;
    width: 100px;
}
.twitter{
    margin-left: 290px;
    margin-top: -55px;
    font-size: 50px;
    padding-left: 85px;
    width: 100px;
    color: #1DA1F2;
    margin-bottom:1px;
}
/*end*/

















   
 
















