
body{
   margin: 0px;
}

/* body header */
#body-header{
height: 65vh;
width: 100%;
background-image: url(./Images/modern-gold-background-free-vector.jpg);
background-attachment: fixed;
background-size: cover;
background-position: center;
opacity: 0.7;

}

.display-inline-block{
    display: inline-block;
}

.flex{
    display:flex;
}
.wrap{
    flex-wrap: wrap;
}
.text-center{
    text-align: center;
}
.overflow-scroll{
    overflow: scroll;
}


/*  */

/* navigation panel */
#nav
{
    display: inline-block;
  width: 100%;
    height: 20%;
    padding-top: 1%;
}

#nav a{
    text-decoration:unset;
    color: aliceblue;
    transition: color 0.5s;
}
#nav a:hover{
    color:#ea6800;
    text-decoration: underline;
}

#nav li{
    text-transform: capitalize;
    display: inline;
    list-style: none;
    font-size: 1.5rem;
    padding: 2%;
    
}
/*  */

/* Author Title/name  */
.name{
font-size: 2rem;
font-style: oblique;
color: #ff7300;
transition-property: all;
transition-duration: 1s;
}
.name:hover{
    color: #ffffff;
    text-decoration: overline underline;
    transform: scale(1.25);
    transition-timing-function: ease-in-out;
    }

/* social div */

    #social
    {
        
        list-style: none;
        position: relative;
        top: -6%;
        padding: 0;
        width: 100%;

    }

    #social li{
        display: inline;
        padding: 1%;
        
    }

    #social li a i{
 border-radius: 30%; 
    }


    #social li a i:hover{
        transform: scale(1.5);
        box-shadow: 0px 0px 1px 2px #c28a5c;;
    }

#social li a .linkedin{
    color:#ffffff;
}
#social li a .linkedin:hover{
    color:#ede9e9;
}

#social li a .whatsapp{
    color:#25d366;
}
#social li a .whatsapp:hover{
    color:#1eae53;
}

#social li a .google{
    color:#d14a3e;
}
#social li a .google:hover{
    color:#c1372a;
}

#social li a .facebook{
    color:#1877f2;
}
#social li a .facebook:hover{
    color:#1560c2;
}
#social li a .twitter{
    color:#1da1f2;
}
#social li a .twitter:hover{
    color:#068adc;
}
/*  */

/* author-img */
#about{
    position: relative;
height: auto;
width: 100%;
}


#author-image{

    height: 12rem;
    width: 12rem;
    margin: auto;
    margin-top: -17vh;
}
#author-image img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 3px 1.5px #ff7300;
}
#about p{
    width: 80%;
    margin-left: 10%;
    height: auto;
    text-align: center;
    line-height: 2rem;
    font-size: 1.5rem;
    font-family: monospace;
    color: #ee994b;
    text-decoration: underline #4b6a75;
}

/* main content */

main section{
    
    flex-direction: column;
    height: auto;
    align-items: center;
    padding-top: 15px;
}
main section:nth-child(2n)
{
    background-color: whitesmoke;
}
main section:nth-child(2n + 1)
{
    background-color: #f7f8f5;
    
}

/*  */



/* headings in sections */
.heading{
    color: #056099;
   font-size: 1.8rem;
   margin-top: 5px;
   font-weight: bolder;
   background-color: #f7f8f5;
   border-radius: 15px;
   transition:transform,background-color;
   transition-duration: 1s;
   margin-bottom: 0;
   padding: 5px;
}
.heading:hover{
    box-shadow: 0 0 4px 1px orange;
    transform: scale(0.9);
    background-color: white;
}


/*  */


/* skills section */
.skills{
    
    margin-top: 1.5%;
    width: 60%;
    justify-content: space-evenly;
    align-items: center;
    font-size: 1.5rem;
    margin-bottom: 1.5%;
}

.skill-display{
 width: 30%;
 border-radius: 30px;
 background-color: #d4daed;
 margin:10px;
}

.skill-display .skill-progress span{
    padding: 10px;
}

.skill-display .eighty-percent{
  
  /* width: 80%; */
  background-color: #f78a1a;
  
  
  
}

.skill-display .ninety-percent{
    /* width: 90%; */
    background-color: #40b85a;
  }

.skill-display .fifty-percent{
    /* width: 50%; */
    background-color: #e83535a3;
    
  }

  .skill-display .seventy-percent{
    /* width: 70%; */
    background-color: #ba6442;
  }

  .skill-display .sixty-percent{
    /* width: 60%; */
    background-color: #41abc9c7;
  }

  .skill-progress{
    border-radius: 30px 0 0 30px;
  }


/*  */

/* portfolio-image divs */

 .portfolio-div{
    margin-top: 15px;
    width: 75%;
    
  } 

  .portfolio-img-div{
    width: 30%;
  }
  .image-container img{
    width: 100%;
  }
  .text-container{
    width: 100%;
    height: 90%;
    top: -90%;
    position: relative;
    background-color: #d3d3d33d;
    opacity: 0;
    font-size: 1.2rem;
    color: rgb(49, 48, 48);
}


.projects:hover .text-container{
    opacity: 0.7;
}

.projects:hover .image-container {
    opacity: 0.3;
    
}
/*  */


/* contact-section */
#contact{
    background: linear-gradient(90deg,#2c5099,#403066);
}
.contact-div{
    width: 90%;
    height: 60vh;
    justify-content: space-between;
    margin-top: 15px;
}

.contact-div > div{

    height: 80%;
    width: 45%;
    
}


.btn-div
{
    border: 2px solid whitesmoke;
    border-radius: 4px;
}

.btn-input{
    color: whitesmoke;
    padding: 10px;
}


/* master properties */
.jc-center
{
    justify-content:center;
}

.jc-seven
{
     justify-content: space-evenly;
}

.jc-sbtw
{
    justify-content: space-between;
}

.jc-sarr
{
    justify-content: space-around;
}

.jc-start
{
    justify-content: start;
}

.ai-center{
    align-items: center;
}

.ac-center
{
    align-content: center;
}

.ac-start{
    align-content: flex-start;
}

.ac-end{
    align-content: flex-end;
}

.w-90{
    width: 90%;
}
.w-100
{
    width: 100%;
}

.pos-abs{
    position: absolute;
}

.pos-rel{
    position: relative;
}

.top-25
{
    top: -25px;
}

.bg-inherit{
    background:inherit;
}
.border-0{
    border: 0;
}
.border-1{
    border: 1px solid black;
}

.border-btm{
    border-bottom: 2px solid whitesmoke;
}

.text-grey{
    color:lightgray;
}

.ffamily{
    font-family: monospace;
}

.focus-none:focus{
outline: none;
}

.flex-column{
    display: flex;
    flex-direction: column;

}
.full{
    width: 100%;
    height: 100%;
}

.white
{
    color: whitesmoke;
}

.m5px{
    margin: 5px;
}

.rotate-90{
    rotate: 90deg;
}

.z-1{
    z-index: 1;
}

.pos-sticky{
    position: sticky;
}

.m0{
    margin: 0;
}

/* experience div */


.experience-content{
    position: relative;
    margin: 5px;
    width: 45%;
    height: 150px;
}
.experience-content:nth-child(even){
    align-items: flex-start;
    left: 53%;
}

.experience-content:nth-child(odd){
    align-items: flex-end;
    
}

.vertical-line{
    /* display: inline-block; */
    height: 90%;
    border: 3px dashed #056099;
    left: 50%;
    opacity: 0.7;
    width: 0;
  z-index: 1;
    /* margin: 0; */
}

.plane
{
    /* color: #068adc; */
    color: #f78a1a;
   top: 2%;
    font-size: 1.5rem;
    z-index: 1;
}

.exp-cont-h3{
color: #056099;
font-size: 1.5rem;
}

.experience-content:nth-child(2n)::after{
    content: "";
    position: absolute;
    background-color: #4c8cb4;
    border-radius: 50%;
    height: 0.7rem;
    width:0.7rem;
    left: -8.5%;
    top: 5%;
    
}


.experience-content:nth-child(2n+1)::after{
    content: "";
    position: absolute;
    background-color: #4c8cb4;
    border-radius: 50%;
    height: 0.7rem;
    width:0.7rem;
    right: -12%;
    top: 5%;
    
}

.danastan::before{
    display: inline-block;
    content: "";
    background-image: url(https://danastanfoori.files.wordpress.com/2020/11/cropped-cropped-logo-1.png);
    background-size: contain;
    height: 100%;
    width: 40px;
    margin-right: 5px;
    border-radius: 50%;
}
.softomatic::before{
         display: inline-block;
        content: "";
        background-image: url(https://www.softomatic.tech/assets/img/logo.png);
        background-size: contain;
        height: 100%;
        width: 40px;
        margin-right: 5px;
        border-radius: 50%;
}
.experience-content ._name{
    font-size: 1.2rem;
    font-family: monospace;
    color:  rgba(98, 75, 75, 0.98) ;
}
.experience-content ._date{
    font-size: 1rem;
    font-family: monospace;
    color:  rgba(98, 75, 75, 0.607) ;
    word-spacing: -1.5px;
    letter-spacing: -1px;
}

.experience-content .description{
    font-size: 0.7rem;
    font-family: monospace;
    color:  rgba(30, 24, 24, 0.808) ;
}
.codingninjas::before{
    display: inline-block;
        content: "";
        background-image: url(https://files.codingninjas.in/0000000000000723.jpg);
        background-size: cover;
        height: 100%;
        width: 40px;
        margin-right: 5px;
        border-radius: 50%;
}

/* education */
.education-content{
    position: relative;
    margin: 5px;
    width: 45%;
    height: 150px;
}
.education-content:nth-child(odd){
    align-items: flex-start;
    left: 53%;
}

.education-content:nth-child(odd)::after{
    content: "";
    position: absolute;
    background-color: #4c8cb4;
    border-radius: 50%;
    height: 0.7rem;
    width:0.7rem;
    left: -8.5%;
    top: 5%;
}

.education-content:nth-child(even){
    align-items: flex-end;
    
}
.education-content:nth-child(even)::after{
    content: "";
    position: absolute;
    background-color: #4c8cb4;
    border-radius: 50%;
    height: 0.7rem;
    width:0.7rem;
    right:-12%;
    top: 5%;
}




.education-content .description{
    font-size: 0.7rem;
    font-family: monospace;
    color:  rgba(30, 24, 24, 0.808) ;
}

.education-content ._name{
    font-size: 1.2rem;
    font-family: monospace;
    color:  rgba(98, 75, 75, 0.98) ;
}
.education-content ._date{
    font-size: 1rem;
    font-family: monospace;
    color:  rgba(98, 75, 75, 0.607) ;
    word-spacing: -1.5px;
    letter-spacing: -1px;
}

.car{
    /* color: #068adc; */
    color: #f78a1a;
   top: 2%;
    font-size: 1.5rem;
    z-index: 1;
    padding: 0;
    padding-bottom: 8px;
}

@media only screen and (max-width:600px){
    .experience-content:nth-child(n)::after{
        content: '';
        /* background-color: none; */
        width: 0;
        height: 0;
    }


    .experience-div .experience-content:nth-child(n){
        height: 100%;
        display: block;
        /* flex-direction: column;
        justify-content: space-between;
        align-items: center; */
        left: 0;
        margin: 1%;
    }

    .experience-div{
       /* display: inline-block; */
       display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        
        
    }
    .vertical-line{
        visibility: hidden;
    }

}