body
{
    background-image: url('../images/backgroound_image.webp');
   
}
.firstCon
{
    text-align:center;
    font-family: 'PT Sans',sans-serif;
    background-color: blanchedalmond;
    /* background-image: url('../images/background1.gif'); */
    height: 100%;
  
}
.img
{  
    margin-top: 17%;
}
#abc::before
{ 
    display: flex; 
    justify-content: center;
    margin-top:-50px; 
    color:white;
    font-family: cursive;
    content: "Full Stack Developer"; 
    animation: animate infinite 7s;
    padding-left: 10px; 
    text-align: center;
    font-size:40px;

} 
@keyframes animate { 
  
    0% { 
        content: "Full Stack Developer"; 
    } 

    50% 
    { 
        content: "Java Programmer"; 
    }
}
.connect
{
    font-size: 40px;
    color: white;
    
    border-radius: 50%;
    padding:5px;
    text-align: center;
    margin:7px;
   
}
.connect:hover
{
    background-color:teal;
}
a:hover
{
    text-decoration: none;
    color: white;
}

.one 
{
    text-align:center;
    font-family: 'PT Sans',sans-serif;
    margin-top: -40px;
  
}
.image
{
    display: grid;
    grid-gap: 5%;
    grid-template-columns: repeat(2,2fr);
    text-align: left;
    font-family: 'PT Sans',sans-serif;
}
.profileimg
{
    width:60%;
    border-radius: 20%;
    margin-left:10%;
    
}
.heading1
{
    font-size:4vw;
    margin-bottom:3%;
    font-weight: bold;
    background-image: url('../images/header.gif');
    width: 40%;
    color: white;
    padding: 5px;
    font-family: cursive;
    margin-left:2%;
    border-radius: 3px;
    margin-top: 5%;
}
#about-me
{
    margin-top:20px;
    font-size:20px;
    font-family: 'PT Sans',sans-serif;
    margin-bottom: 8%;    
    
}
.intro
{
    padding: 10px;
    background-image: url('../images/intro.png');
    word-spacing: 4px;
    font-family: Sans-serif;
    color:white;
    margin: 20px;
    margin-right:10%;
    margin-top: 0px;
}
.about {
    text-align: center;
}
.education { 
    background-image: url('../images/edu_new.png');
    font-family: cursive;
    text-align: center;
    font-weight: bold;
    color:white;
    background-size: 100% 100%;
}

.education-items {
    display:flex;
    font-size: xx-large;
}

.education-item {
    width: 50%;    
}

.experience {
    background-image: url('../images/edu_new.png');
    font-family: cursive;
    text-align: left;
    font-weight: bold;
    color:white;
}

.experience-items {
    display:flex;
    font-size: x-large;
}

.experience-item {
    width: 30%;    
}

.company {
    font-size: 30px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.name1, .name2, .name3 {
    color: aqua;
    padding-left: 50px;
    margin-top: 0em;
    margin-bottom: 0em;
}

.role {
    color: coral;
    font-size: 25px;
    padding-left: 50px;
    font-weight: normal;
    margin-top: 0em;
    margin-bottom: 0em;
}
.location {
    color: yellowgreen;
    font-size: 25px;
    padding-left: 50px;
    font-weight: normal;
    margin-top: 0em;
    margin-bottom: 0em;
}


.duties {
    font-size: 18px;
    font-family: Sans-serif;
    font-weight: normal;
    list-style-type: none;
    padding-left: 50px;
}

.duties li::before{ 
    content: "\27A7"; 
} 

.degree {
    font-size: 30px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}

.degree.ms::after {
    content: '';
    width: 170;
    height: 5px;
    background: hsl(178, 100%, 51%);
    position: absolute;
    left: 230;
    bottom: -8px;
    transition: 0.5s;
}

.degree.btech::after {
    content: '';
    width: 200;
    height: 5px;
    background: hsl(178, 100%, 51%);
    position: absolute;
    left: 220;
    bottom: -8px;
    transition: 0.5s;
}

.ms {
    padding-right: 50px;
}

.inf-sys {
    padding-right: 50px;
}


.education-item-title::after {
    width: 70%;
}

.department {
    font-size: 25px;
}

.subjects {
    font-size: 18px;
    font-family: Sans-serif;
    font-weight: normal;
    list-style-type: none;
}

.tab-titles {
    display: flex;
    margin: 20px 0 40px;
}

.tab-links {
    margin: 10px 50px 75px 300px;
    font-size: 30px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.tab-links::after {
    content: '';
    width: 0;
    height: 5px;
    background: hsl(178, 100%, 51%);
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: 0.5s;
}
.tab-links.active-links::after {
    width: 70%;
}

.technologies { 
    background-image: url('../images/bghex.jpeg');
    background-size: 100% 100%;
}
.resume {
    border:none;
    background-color: white;
    width:200px;
    font-size: 20px;
    height:50px;
    border-radius: 15px;
    text-align: center;
    transition-duration: 0.4s;
}

.resume:hover {
    background-color:#04AA6D;
    color: yellow;
}

.section-border {
    height: 30px;
    width: 100%;
    background-color: white;
}


.skillsHeading
{
    font-family: cursive;
    font-size:4vw;
    margin:30px;
    background-image:url('../images/header.gif');
    width: 27%;
    color:white;
    padding-left:14px;
}
 .skills
{
    box-sizing: border-box;
}

.lang 
{
    font-family:cursive;
    text-align: center;
    font-weight: bold;
    color:white;
}
.icon 
{
    font-size: 35px;
    text-align: center;
    color: white;
}
/* Center website */
.main {
    max-width: 1000px;
    margin: auto;
}

h1 {
    font-size: 50px;
    word-break: break-all;
}

.row {
    margin: 8px;
    margin-left: 80px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
    padding: 8px;
}

/* Create four equal columns that floats next to each other */
.column {
    float: left;
    width: 19%;
}
  
/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
}
.img
{
    background-color:white;
}

/* Content */
.content {
    padding: 10px;
    margin-right: 40px;
}
.row1
{
    margin: 8px;
    margin-left: 250px;
}
.column1
{
    float: left;
    width: 25%;
}
.row2
{
    margin: 8px;
    margin-left: 250px;
}
.column2
{
    float: left;
    width: 25%;
}
.row3
{
    margin: 8px;
    margin-left: 340px;;
}
.column3
{
    float: left;
    width: 29%;
}
.row4
{
    margin: 8px;
    margin-left:4%;
}
.column4
{
    float: left;
    width: 100%;
}

.div4
{
    background-color: white;
}
#lang:hover ,span
{
    opacity: 0.5;
    content: "70%";
    color:whitesmoke;
}
.currentLearning
{
    font-size: 55px;
    font-family: cursive;
    text-align: center;
}
.card 
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 330px;
    margin: auto;
    text-align: center;
    font-family: arial;
  }
.card:hover 
{
    box-shadow: 6px 8px 6px 6px black;
    max-width: 350px;
}
.learning 
{
    font-size:30px;
}
.learn 
{
    font-size:30px;
    line-height: 3.2rem;
    font-family: Comic Sans MS;
    margin-top: -10px;
}
.projects
{   display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    color:white;
    background-color: lightseagreen
}
.container1
{
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3,auto);
    
}
.card1 {
  
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
    background-color: white;
    color: black;
    height: 100%;
}
  
.card1:hover
{
    box-shadow: 0 8px 6px 6px gray;
}

.card1 button {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
}

.card1 button:hover {
    opacity: 0.7;
}

.seeMore
{
    text-align: right;
    font-size: 40px;
    color: aqua;
    text-decoration: underline;
    padding: 20px;
    font-family: cursive;
}
.seeMore:hover
{
    color: white;
    font-size: 42px;
    text-decoration: none;
}
/*Contact section*/
.content-header{
    font-family: 'Oleo Script', cursive;
    color:#fcc500;
    font-size: 45px;
}

.section-content{
   text-align: center; 
}
#contact{
    
    font-family: sans-serif;
    padding-top: 60px;
    width: 100%;
    width: 100vw;
    background-color: white; 
}
.contact-section{
    padding-top: 40px;
}
.contact-section .col-md-6{
    width: 50%;
  
}
.form-group
{
    margin-top: 10px;
}
label
{
  font-size: 1.3em;
  line-height: 1em;
  font-weight: bold;
}
.form-control
{
  font-size: 1.3em;
  color: #080808;
}
textarea.form-control {
    height: 135px;
    float:right;
}

.submit{
    font-size: 1.1em;
    margin-top: 15px;
    width: 200px;
    color: #fff;
}

/*end of contact section */
#last
{
    display: none;
}
#detailTable
{
    background-color:white;
}
.thanks
{
    font-size: 3.3vw;
    font-family: cursive;
    font-weight: bold;
}
.c1
{
    position: relative;
    animation-name: changebg;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    background-color: rgb(255, 102, 102);
    border-radius: 5px;
}
.page
{
    font-size: 20px;
    color: white;
    font-weight: bold;
}
@keyframes changebg
{
    0%   
    {
        background-color:rgb(133, 224, 133); 
    }
    25%  
    {
        background-color:rgb(255, 193, 77);
    }
    50% 
    {
        background-color:rgb(128, 128, 255); 
    }
    75%  
    {
        background-color:rgb(255, 191, 128); 
    }
    100% 
    {
        background-color:rgb(255, 102, 102); 
    }
}
@media all and (max-width:950px) {
     
    .image
    {
      display: block
    }
    .column {
      width: 25%;
    }
    .row {
        margin:16px;
    }
    .row1 
    {
        margin: 16px;
    }
    .column1
    {
        float: left;
        width: 25%;
    } 
    .row2
    {
        margin: 16px;
    }
    .column2
    {
      float: left;
      width: 25%;
    }
    .row3
    {
        margin: 16px;
    }
    .column3
    {
      float: left;
      width: 25%;
    }

    .container1
    {
      display: grid;
      align-items: center;
      grid-template-columns: repeat(1,auto);
    }
    .card12
    {
      display: none;
    }
    #contact
    {
      margin-top: 450px;
    }
}
 
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 710px) {
    .column {
      width: 33%;
    }
    .row2
    {
      margin: 8px;
      margin-left: 180px;
    }
    .column2
    {
      float: left;
      width: 40%;
    }
}
@media screen and (max-width: 580px) {
    .column {
      width: 50%;
    }
    .row1 {
        margin: 8px;
        margin-left: 40px;
    }
    .column1 {
        width: 50%;
    }
    .row2 {
      margin: 8px;
      margin-left: 75px;
    }
    .column2 {
      float: left;
      width:50%;
    }
    .dbms {
        margin-left: 110px;
      }
    #web_technology:before {
      content:"\a\a\a\a";
      white-space: pre;
    }
    #database:before {
      content:"\a\a\a\a";
      white-space: pre;
    }
}
@media screen and (max-width: 410px) {
    .row {
        margin-left: 100px;
    }
    .column {
      width: 100%;
    }
    .row1 {
          
        margin-left:100px;
    }
    .column1 {
        width: 100%;
        
    }
    .dbms
    {
      margin-left: 0px;
    }
    .row2 {
      margin: 8px;
      margin-left: 110px;
    }
    .column2 {
      float: left;
      width: 100%;
    }
}
