*{
    margin: 0;
    padding: 0;

    font-family: 'Poppins', sans-serif;
}
body{
        background-color:rgba(26, 26, 26, 0.9);
}

.header{
    min-height: 100vh;
    width: 100%;
    justify-content: space-between;
    position: relative;
    display: flex;
   
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-around;
    
    align-items: center;
}
nav img{
    width: 70px;

}
.nav-links{
    flex: 1;
    text-align: right;

}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: white;
    text-decoration: none;
    font-size: 20px;
}
.nav-links ul li::after{
    content: ' ';
    width: 0%;
    height: 2px;
    background:rgb(11, 115, 138);
    display: block;
    margin: auto;
    transition: 1.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
   
}

nav .fa-solid{
    display: none;
}
#linkedin:hover{
    height: 65px;
    transition: 2s;
  

}
nav h1{
    color: white;
    font-size: 30px;
}
#fb:hover{
    height: 65px;
    transition: 2s;
  

}
#instagram:hover{
    height: 65px;
    transition: 2s;
  

}
#website:hover{
    height: 65px;
    transition: 2s;
  

}
.porfile-page{
  margin: 3% 5%;
}
.porfile-page h6{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    padding: 10px;
    letter-spacing: 0.05em;
     color: #FFFFFF;
     

}
.porfile-page h1{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    padding: 10px;
    letter-spacing: 0.05em;
    color: #4AC8D0;
}
.porfile-page h4{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    padding: 10px;
    line-height: 41px;
    letter-spacing: 0.05em;
    color: #FFFFFF;

}
.porfile-page p{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    padding: 10px;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.btn
{
    padding-top: 35px;
    display: flex;
    
    
}
.btn1{
    border: 1px ;
    border-radius: 20px;
    background-color:  #4AC8D0;
    width: 150px;
    height: 50px;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    /* identical to box height */

    letter-spacing: 0.05em;
    margin-right: 30px;
    color: #000000;
}
.section2-image2 img{
    width: 90%;
}
.btn1:hover{
    box-shadow: 0px 3px 25px #4AC8D0;

}
.btn2:hover{
    background-color:  #4AC8D0;

}
.btn2{
    width: 150px;
    height:50px;
    border: 2px solid #4AC8D0;
    border-radius: 20px;
    box-shadow: 0px 3px 25px #4AC8D0;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    color: #FFFFFF;
    background: transparent;
}
.pythonimg{
    position: absolute;
    top: 20px;
}
.img1{
    height: 600px;
    width: 600px;
    
}
.cssimg{
    position:absolute;
    left:1350px;
    top: -20px;

}
.jsimg{
    position: absolute;
    top:450px;
    left: 900px;
  
}
.htmlimg{
    position:absolute;
    left:1360px;
    height: 70px;
    top: 490px;

}
.checkoutmy h6{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
  padding-bottom: 20px;
    margin: 5% 0;
    width: 200%;
    letter-spacing: 0.05em;

    color: #FFFFFF;
}

.checkoutmy{
    display: flex;
    margin: 3% 5%;
}
.checkoutmy img{

    margin-left: 30px;
}

.aboutme_page{
    display: flex;
    margin: 3% 5%;
    justify-content:space-between;
}
.text p{
        
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0.05em;
    margin: 5% 9%;
    color: #FFFFFF;

}
.aboutme{
    margin-top:50px;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 82px;
    text-align: center;
    letter-spacing: 0.05em;

    color: #4AC8D0;

}
.ist{
    
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
  text-align: center;
    
    
    color: #4AC8D0;
    
}
.isimg{
    display: flex;
    padding-top: 30px;
    margin: 3% 5%;
 
    justify-content: space-evenly;
}

.skills{
    
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 61px;
    letter-spacing: 0.05em;
    color: #4AC8D0;
    margin: 5% 5%;

}
.skills_page{
    margin: 3% 5%;
    display: flex;
    flex-wrap: wrap;
    flex-basis:43%;
  justify-content: space-between;
}


.skills_page h3{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 41px;
    
    letter-spacing: 0.05em;
    margin: 3%;
    color: #4AC8D0;
}
.education{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 61px;
    margin: 3% 5%;
    letter-spacing: 0.05em;

    color: #4AC8D0;

}

.skills_page img{
    width: 400px;
    border-radius: 3px;
}

.row{
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
}
.educol{
    flex-basis: 33%;
   
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
    text-align: center;

    color: #FFFFFF;
    margin:3% 5%;
    transition: 0.5s;
    padding: 20px 12px;
    box-sizing: border-box;

}
.flip-card {
    background-color:rgba(26, 26, 26, 0.9);;
    width: 300px;
    height: 300px;
    border:1px solid;
    width: 30%;
    
    border-radius: 10px;
    margin-bottom: 30px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    
    border-radius: 10px;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: rgba(26, 26, 26, 0.9);;
    color: black;
    
   
  }
  
  .flip-card-back {
    background-color: #2980b9;
    color: white;
    
    border-radius: 10px;
    transform: rotateY(180deg);
  }
  .flip-card img{
    width:400px;
    height:300px;
    
    border-radius: 10px;
  }
  .works_page{
    display: flex;
    justify-content: space-between;
    margin: 3% 5%;
    flex-wrap: wrap;
    flex-basis: 33.33%;
 
  }
  .works{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 51px;
    margin: 3% 5%;
    letter-spacing: 0.05em;

    color: #4AC8D0;
  }
  .row1{
    margin-top: 5%;
    display: flex;

    justify-content: space-between;
}
.educol1{
    flex-basis: 59%;
    background: rgb(153, 231, 247);
    margin-bottom: 5%;
    width: 10%;
    margin-left: 2%;
    box-shadow:rgb(153, 231, 247);
    transition: 0.5s;
    height: 270px;
    padding: 10px 12px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 3px 30px #4AC8D0;

    
}
.educol1 a{
 
    background:transparent;
    color:rgb(88, 1, 1);
    font-size: 15px;
    padding: 5px 5px;
   text-decoration:none;
    font-weight: 800;
}
.educol1 a:hover{
    font-size: 20px;
    text-decoration:none;
}
.page4-part2{
    margin: 3% 5%;
}
.educol1 img{
    width: 100%;
   
}

.contacttxt{
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 46px;
    /* or 121% */
    margin: 5% 5%;;

    color: #4AC8D0;

}
.form h3{
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 20px;
    /* identical to box height */
    padding-left: 10px;

    color: #FFFFFF;

}
.page4-part3{
    display: flex;
   
}
.page4-part3 button{
    
background: rgba(26, 26, 26, 0.9);;
border: 1px solid #4AC8D0;
border-radius: 4px;
padding:10px;
font-family: 'Spartan';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 110%;
width: 150px;
margin:3%;
margin-left:250px;
color: #FFFFFF;

}
.page4-part3 button:hover{
    box-shadow: 0px 3px 25px #4AC8D0;


}
form input{
    width: 650px;
   height: 50px;
   margin:2%;
   font-family: 'Spartan';
   font-style: normal;
   font-weight: 400;
   font-size: 20px;
   line-height: 170%;
   border-radius: 2px;
  
   
   
   color: #928A97;
   
    border: 1px solid #4AC8D0;
}
.page4-part3{
    border: 1px solid  #4AC8D0;
    border-radius: 5px;
    margin: 3% ;
    justify-content: space-between;
    padding: 50px;
}

/* mobile versin */


@media only screen and (max-width: 768px) {
    nav{
        display: flex;
        justify-content: end;
    }
    .nav-links ul li{
        display: block;
       
    }
    .nav-links{
        position:absolute;
        background: #0da095;
        transition: 1s;
        height: 100vh;
        width: 200px;
        top:0;
        right:-200px;
        text-align: left;
        z-index: 2;
    }
    nav .fa-solid{
        display:block;
        color: white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
   
    .header{
        display: unset;
    }
    nav h1{
        font-size: 18px;
        position:absolute;
        left: 20px;
    }
    .porfile-page{
        margin: 0;
      }

      .porfile-page h6{
        font-size: 12px;
        padding: 0;
        margin: 1% 2%;
        font-family: 'Lora';
        font-style: normal;
               }
    .porfile-page h1{
        font-weight: 400;
        font-size: 20px;
        padding: 0;
        margin: 1% 2%;
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
      
    }
    .porfile-page h4{
        font-size: 12px;
        padding: 0;
        font-family: 'Lora';
        font-style: normal;
        margin: 1% 2%;
        font-weight: 400;
    
    }
    .porfile-page p{
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        padding: 0;
        margin: 1% 2%;
        font-size: 14px;
    }
    .btn
{
    padding-top: 15px;
    display: flex;
    
}
    .btn1{
        border: 1px ;
        border-radius: 20px;
        background-color:  #4AC8D0;
        width: 90px;
        height: 30px;
        font-size: 10px;
        margin-right: 20px;
        color: #000000;
    }
    .btn2{
        width: 90px;
        line-height: 0;
        height:30px;
        border: 2px solid #4AC8D0;
        border-radius: 10px;
        box-shadow: 0px 3px 25px #4AC8D0;
        font-size: 12px;
        text-align: center;
       
    }
  /*   .pythonimg{
        position: absolute;
        top: 450px;
        height: 40px;
        width: 80px;
    } */
    .img1{
        height: 380px;
        width: 300px;  
        padding-top: 20px;        
    }
   
    /* .cssimg{
        position:absolute;
        left:200px;
        top: 400px;
    
    }
    .jsimg{
        position: absolute;
        top:450px;
        left: 900px;
      
    }
    .htmlimg{
        position:absolute;
        left:1360px;
        height: 70px;
        top: 490px;
    
    } */
    .checkoutmy h6{
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 31px;
        padding-bottom: 10px;
        margin: 5% 0;
        width: 100%;
        letter-spacing: 0.05em;
    
        color: #FFFFFF;
    }
    
    .checkoutmy{
        display: flex;
    }
    .checkoutmy img{
        width: 30px;
        height: 50px;
        margin-left: 10px;
    }
    
.aboutme_page{
    display: unset;
    margin: 2% 3%;
    justify-content:space-between;
}
.text p{
        
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 0.05em;
    margin: 2% 3%;
    color: #FFFFFF;

}
.aboutme{
    margin-top:30px;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 82px;
    text-align: center;
    letter-spacing: 0.05em;

    color: #4AC8D0;

}
.ist{
    
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 46px;
   color: #4AC8D0;
    
}
.isimg{
    display: unset;
    margin: 3% 8%;
    padding: 0;
  
    
}
.isimg img{
    margin: 3% 5%;
    width: 80%;
}


.skills{
    
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 61px;
    letter-spacing: 0.05em;
    color: #4AC8D0;
    margin: 5% 5%;

}
.skills_page{
    margin: 3% 5%;
    display: unset;
  justify-content: space-between;
}


.skills_page h3{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 41px;
    margin: 3% 5%;
    letter-spacing: 0.05em;

    color: #4AC8D0;
}
.skills_page img{
    width: 250px;
    margin: 3% 5%;
}
.education{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 61px;
    margin: 3% 5%;
    letter-spacing: 0.05em;

    color: #4AC8D0;

}


.row{
    margin-top: 2%;
    display: unset;
    justify-content: space-between;
}
.educol{
   
   
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 31px;
  

    color: #FFFFFF;
    margin:3% 5%;
    box-sizing: border-box;

}

.flip-card {
    background-color:rgba(26, 26, 26, 0.9);;
    width: 70%;
    height: 300px;
    width: 100%;
    margin-bottom: 30px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: rgba(26, 26, 26, 0.9);;
    color: black;
  }
  
  .flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
  }
  .flip-card img{
    width: 100%;
    height: 300px;
 
  }
  
  .works_page{
    display: unset;
    justify-content: space-between;
    margin: 3% 5%;
  
 
  }
  .works{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 51px;
    margin: 3% 5%;
    letter-spacing: 0.05em;

    color: #4AC8D0;
  }
  .row1{
    margin-top: 5%;
    display: unset;

    justify-content: space-between;
}
.educol1{
  
    background: rgb(153, 231, 247);
    margin-bottom: 5%;
    width: 95%;
    margin-left: 2%;
    box-shadow:rgb(153, 231, 247);
    transition: 0.5s;
    height: auto;
    padding: 10px 12px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 3px 30px #4AC8D0;

    
}
.educol1 a{
 
    background:transparent;
    color:rgb(88, 1, 1);
    font-size: 15px;
    padding: 5px 5px;
   text-decoration:none;
    font-weight: 800;
}
.educol1 a:hover{
    font-size: 20px;
    text-decoration:none;
}
.page4-part2{
    margin: 3% 5%;
}
.educol1 img{
    width: 100%;
   
}

.contacttxt{
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 46px;
    /* or 121% */
    margin: 3% 5%;

    color: #4AC8D0;

}
.form h3{
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 20px;
    /* identical to box height */
    padding-left: 10px;

    color: #FFFFFF;

}
.page4-part3{
    display: block;


   
}
.page4-part3 button{
    
background: rgba(26, 26, 26, 0.9);;
border: 1px solid #4AC8D0;
border-radius: 4px;
padding:10px;
font-family: 'Spartan';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 110%;
width: 100px;
margin:5%;

margin-left:10px;
color: #FFFFFF;

}
form input{
    width: 200px;
   height: 30px;
   margin:2%;
   font-family: 'Spartan';
   font-style: normal;
   font-weight: 400;
   font-size: 12px;
   line-height: 170%;
  
   
   
   color: #928A97;
   
    border: 1px solid #4AC8D0;
}
.page4-part3{
    border: 1px solid  #4AC8D0;
    border-radius: 5px;
    margin: 3% ;
    justify-content: space-between;
    padding: 50px;
}
body{
    margin:3% 5%;
}
.checkoutmy{
    display: flex;
   width: 100%;
}

}

/* tablet version */


@media only screen and (min-width: 768px) and (max-width: 1020px){
    .nav-links ul li{
        display: block;
       
    }
    nav h1{
        position: absolute;
        left: 50px;
        font-size: 30px;
    }
    .nav-links{
        position:absolute;
        background: #0da095;
        transition: 1s;
        height: 100vh;
        width: 200px;
        top:0;
        right:-200px;
        text-align: left;
        z-index: 2;
    }
    nav .fa-solid{
        display:block;
        color: white;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
   
    .header{
        display: unset;
    }
    .porfile-page{
        margin: 0;
      }

      .porfile-page h6{
        font-size: 28px;
        padding: 0;
        margin: 1% 2%;
        font-family: 'Lora';
        font-style: normal;
               }
    .porfile-page h1{
        font-weight: 400;
        font-size:30px;
        padding: 0;
        margin: 1% 2%;
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
      
    }
    .porfile-page h4{
        font-size: 28px;
        padding: 0;
        font-family: 'Lora';
        font-style: normal;
        margin: 1% 2%;
        font-weight: 400;
    
    }
    .porfile-page p{
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        padding: 0;
        margin: 1% 2%;
        font-size: 24px;
    }
    .btn
{
    padding-top: 15px;
    display: flex;
    
}
    .btn1{
        border: 1px ;
        border-radius: 20px;
        background-color:  #4AC8D0;
        width: 100px;
        height: 40px;
        font-size: 10px;
        margin-right: 20px;
        color: #000000;
    }
    .btn2{
        width: 100px;
        line-height: 36px;
        height:40px;
        border: 2px solid #4AC8D0;
        border-radius: 10px;
        box-shadow: 0px 3px 25px #4AC8D0;
        font-size: 12px;
        text-align: center;
       
    }
  /*   .pythonimg{
        position: absolute;
        top: 450px;
        height: 40px;
        width: 80px;
    } */
    .img1{
        height: 580px;
        width: 650px;  
        padding-top: 20px;        
    }
   
    /* .cssimg{
        position:absolute;
        left:200px;
        top: 400px;
    
    }
    .jsimg{
        position: absolute;
        top:450px;
        left: 900px;
      
    }
    .htmlimg{
        position:absolute;
        left:1360px;
        height: 70px;
        top: 490px;
    
    } */
    .checkoutmy h6{
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 31px;
        padding-bottom: 10px;
        margin: 5% 0;
        width: 100%;
        letter-spacing: 0.05em;
    
        color: #FFFFFF;
    }
    
    .checkoutmy{
        display: flex;
    }
    .checkoutmy img{
        width: 40px;
        height: 50px;
        margin-left: 10px;
    }
    
.aboutme_page{
    display: unset;
    margin: 2% 3%;
    justify-content:space-between;
}
.text p{
        
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.05em;
    margin: 2% 3%;
    color: #FFFFFF;

}
.aboutme{
    margin-top:30px;
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size:40px;
    line-height: 82px;
    text-align: center;
    letter-spacing: 0.05em;

    color: #4AC8D0;

}
.ist{
    
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    color: #4AC8D0;
    
}
.isimg{
    display: unset;
    margin: 3% 8%;
    padding: 0;
  
    
}
.isimg img {
    margin: 3% 5%;

}
.section2-image2 img{
    width: 85%;
}


.skills{
    
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 61px;
    letter-spacing: 0.05em;
    color: #4AC8D0;
    margin: 5% 5%;

}
.skills_page{
    margin: 3% 5%;
    display: unset;
  justify-content: space-between;
}


.skills_page h3{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 41px;
    margin: 3% 5%;
    letter-spacing: 0.05em;

    color: #4AC8D0;
}
.skills_page img{
    width: 80%;
    margin: 3% 5%;
}
.education{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 61px;
    margin: 3% 5%;
    letter-spacing: 0.05em;

    color: #4AC8D0;

}
.timeline-1{
    display: unset;
    margin: 5% 5%;
    transform: rotate(90deg);
    display: none;
    justify-content: space-between;
}
.timeline-1 h4{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    /* identical to box height */
    margin: 3% 5%;
    text-align: center;
    display: none;
    letter-spacing: 0.05em;

    color: #4AC8D0;

}
.timelineimg{
    margin:3% 5%;
    padding-left: 150px;
    width: 70%;
    display: none;
    transform: rotate(90deg);
}

.row{
    margin-top: 2%;
    display: unset;
    justify-content: space-between;
}
.educol{
   
   
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 31px;
  

    color: #FFFFFF;
    margin:3% 5%;
    box-sizing: border-box;

}

.flip-card {
    background-color:rgba(26, 26, 26, 0.9);;
    width: 70%;
    height: 300px;
    width: 100%;
    margin-bottom: 30px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: rgba(26, 26, 26, 0.9);;
    color: black;
  }
  
  .flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
  }
  .flip-card img{
    width: 100%;
    height: 300px;
 
  }
  
  .works_page{
    display: unset;
    justify-content: space-between;
    margin: 3% 5%;
  
 
  }
  .works{
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 51px;
    margin: 3% 5%;
    letter-spacing: 0.05em;

    color: #4AC8D0;
  }
  .row1{
    margin-top: 5%;
    display: unset;

    justify-content: space-between;
}
.educol1{
  
    background: rgb(153, 231, 247);
    margin-bottom: 5%;
    width: 95%;
    margin-left: 2%;
    box-shadow:rgb(153, 231, 247);
    transition: 0.5s;
    height: auto;
    padding: 10px 12px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 3px 30px #4AC8D0;

    
}
.educol1 a{
 
    background:transparent;
    color:rgb(88, 1, 1);
    font-size: 15px;
    padding: 5px 5px;
   text-decoration:none;
    font-weight: 800;
}
.educol1 a:hover{
    font-size: 20px;
    text-decoration:none;
}
.page4-part2{
    margin: 3% 5%;
}
.educol1 img{
    width: 100%;
   
}

.contacttxt{
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 46px;
    /* or 121% */
    margin: 3% 5%;
    text-align: center;

    color: #4AC8D0;

}
.form h3{
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    padding-bottom: 20px;
    /* identical to box height */
    padding-left: 10px;

    color: #FFFFFF;

}
.page4-part3{
    display: block;


   
}
.page4-part3 button{
    
background: rgba(26, 26, 26, 0.9);;
border: 1px solid #4AC8D0;
border-radius: 4px;
padding:15px;
font-family: 'Spartan';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 110%;
width: 120px;


margin-left:35%;
color: #FFFFFF;

}
form input{
    width: 500px;
   height: 50px;
   margin:2%;
   font-family: 'Spartan';
   font-style: normal;
   font-weight: 400;
   font-size: 12px;
   line-height: 170%;
  
   
   
   color: #928A97;
   
    border: 1px solid #4AC8D0;
}
.page4-part3{
    border: 1px solid  #4AC8D0;
    border-radius: 5px;
    margin: 3% ;
    justify-content: space-between;
    padding: 50px;
}
body{
    margin:3% 5%;
}
.checkoutmy{
    display: flex;
   width: 100%;
}


}

/* small laptop screen  */

@media only screen and (min-width:1024px){
.header{
    min-height: 0;
}
    .porfile-page{
      margin: 3% 5%;
    }
    .porfile-page h6{
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 31px;
        padding: 10px;
        letter-spacing: 0.05em;
         color: #FFFFFF;
         
    
    }
    .porfile-page h1{
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 48px;
        line-height: 60px;
        padding: 10px;
        letter-spacing: 0.05em;
        color: #4AC8D0;
    }
    .porfile-page h4{
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        padding: 10px;
        line-height: 41px;
        letter-spacing: 0.05em;
        color: #FFFFFF;
    
    }
    .porfile-page p{
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        padding: 10px;
        font-size: 24px;
        line-height: 31px;
        letter-spacing: 0.05em;
        color: #FFFFFF;
    }
    .btn
    {
        padding-top: 35px;
        display: flex;
        
        
    }
    .btn1{
        border: 1px ;
        border-radius: 20px;
        background-color:  #4AC8D0;
        width: 150px;
        height: 50px;
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        /* identical to box height */
    
        letter-spacing: 0.05em;
        margin-right: 30px;
        color: #000000;
    }
    .section2-image2 img{
        width: 400px;
    }
    .btn2{
        width: 150px;
        height:50px;
        border: 2px solid #4AC8D0;
        border-radius: 20px;
        box-shadow: 0px 3px 25px #4AC8D0;
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        color: #FFFFFF;
        background: transparent;
    }
    .pythonimg{
        position: absolute;
        top: 20px;
    }
    .img1{
        height: 600px;
        width: 600px;
        
    }
    .cssimg{
        position:absolute;
        left:1350px;
        top: -20px;
    
    }
    .jsimg{
        position: absolute;
        top:450px;
        left: 900px;
      
    }
    .htmlimg{
        position:absolute;
        left:1360px;
        height: 70px;
        top: 490px;
    
    }
    .checkoutmy h6{
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 31px;
      padding-bottom: 20px;
        margin: 5% 0;
        width: 200%;
        letter-spacing: 0.05em;
    
        color: #FFFFFF;
    }
    
    .checkoutmy{
        display: flex;
        margin: 3% 5%;
    }
    .checkoutmy img{
    
        margin-left: 30px;
    }
    
    .aboutme_page{
        display: flex;
        margin: 3% 5%;
        justify-content:space-between;
    }
    .text p{
            
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 31px;
        letter-spacing: 0.05em;
        margin: 5% 9%;
        color: #FFFFFF;
    
    }
    .aboutme{
        margin-top:50px;
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 64px;
        line-height: 82px;
        text-align: center;
        letter-spacing: 0.05em;
    
        color: #4AC8D0;
    
    }
    .ist{
        
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 36px;
        line-height: 46px;
      text-align: center;
        
        
        color: #4AC8D0;
        
    }
    .isimg{
        display: flex;
        padding-top: 30px;
        margin: 3% 5%;
     
        justify-content: space-evenly;
    }
    
    .skills{
        
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 38px;
        line-height: 61px;
        letter-spacing: 0.05em;
        color: #4AC8D0;
        margin: 5% 5%;
    
    }
    .skills_page{
        margin: 3% 5%;
        display: flex;
        flex-wrap: wrap;
        flex-basis:43%;
      justify-content: space-between;
    }
    
    
    .skills_page h3{
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 32px;
        line-height: 41px;
        
        letter-spacing: 0.05em;
    
        color: #4AC8D0;
    }
    .education{
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 48px;
        line-height: 61px;
        margin: 3% 5%;
        letter-spacing: 0.05em;
    
        color: #4AC8D0;
    
    }
    .timeline-section {
        min-height:0; 
          padding: 100px 15px;
      }
    .skills_page img{
        width: 400px;
    }
    
    .row{
        margin-top: 2%;
        display: flex;
        justify-content: space-between;
    }
    .educol{
        flex-basis: 33%;
       
        font-family: 'Lora';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 31px;
        text-align: center;
    
        color: #FFFFFF;
        margin:3% 5%;
        transition: 0.5s;
        padding: 20px 12px;
        box-sizing: border-box;
    
    }
    .flip-card {
        background-color:rgba(26, 26, 26, 0.9);;
        width: 300px;
        height: 300px;
        width: 30%;
        margin-bottom: 30px;
        perspective: 1000px;
      }
      
      .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      }
      
      .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
      }
      
      .flip-card-front, .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }
      
      .flip-card-front {
        background-color: rgba(26, 26, 26, 0.9);;
        color: black;
      }
      
      .flip-card-back {
        background-color: #2980b9;
        color: white;
        transform: rotateY(180deg);
      }
      .flip-card img{
        width:100%;
        height:300px;
      }
      .works_page{
        display: flex;
        justify-content: space-between;
        margin: 3% 5%;
        flex-wrap: wrap;
        flex-basis: 33.33%;
     
      }
      .works{
        font-family: 'Lora';
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 51px;
        margin: 3% 5%;
        letter-spacing: 0.05em;
    
        color: #4AC8D0;
      }
      .row1{
        margin-top: 5%;
        display: flex;
    
        justify-content: space-between;
    }
    .educol1{
        flex-basis: 59%;
        background: rgb(153, 231, 247);
        margin-bottom: 5%;
        width: 10%;
        margin-left: 2%;
        box-shadow:rgb(153, 231, 247);
        transition: 0.5s;
        height: 270px;
        padding: 10px 12px;
        box-sizing: border-box;
        border-radius: 5px;
        box-shadow: 0px 3px 30px #4AC8D0;
    
        
    }
    .educol1 a{
     
        background:transparent;
        color:rgb(88, 1, 1);
        font-size: 15px;
        padding: 5px 5px;
       text-decoration:none;
        font-weight: 800;
    }
    .educol1 a:hover{
        font-size: 20px;
        text-decoration:none;
    }
    .page4-part2{
        margin: 3% 5%;
    }
    .educol1 img{
        width: 100%;
       
    }
    
    .contacttxt{
        font-family: 'Spartan';
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 46px;
        /* or 121% */
        margin: 5% 0;
    
        color: #4AC8D0;
    
    }
    .form h3{
        font-family: 'Spartan';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        line-height: 36px;
        padding-bottom: 20px;
        /* identical to box height */
        padding-left: 10px;
    
        color: #FFFFFF;
    
    }
    .page4-part3{
        display: flex;
       
    }
    .page4-part3 button{
        
    background: rgba(26, 26, 26, 0.9);;
    border: 1px solid #4AC8D0;
    border-radius: 4px;
    padding:10px;
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    width: 150px;
    margin:3%;
    margin-left:250px;
    color: #FFFFFF;
    
    }
    form input{
        width: 650px;
       height: 50px;
       margin:2%;
       font-family: 'Spartan';
       font-style: normal;
       font-weight: 400;
       font-size: 20px;
       line-height: 170%;
      
       
       
       color: #928A97;
       
        border: 1px solid #4AC8D0;
    }
    .page4-part3{
        border: 1px solid  #4AC8D0;
        border-radius: 5px;
        margin: 3% ;
        justify-content: space-between;
        padding: 50px;
    }


}


.timeline-section{
	
	padding: 100px 15px;
}
.timeline-items{
	max-width: 1000px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.timeline-items::before{
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #2f363e;
	left: calc(50% - 1px);
}
.timeline-item{
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}
.timeline-item:last-child{
	margin-bottom: 0;
}
.timeline-item:nth-child(odd){
    padding-right: calc(50% + 30px);
	text-align: right;
}
.timeline-item:nth-child(even){
    padding-left: calc(50% + 30px);
}
.timeline-dot{
	height: 16px;
	width: 16px;
	background-color: #4AC8D0;
	position: absolute;
	left: calc(50% - 8px);
	border-radius: 50%;
	top:10px;
}
.timeline-date{
	font-size: 18px;
	color: #4AC8D0;
	margin:6px 0 15px;
}
.timeline-content{
    background-color: #2f363e;
	padding: 30px;
	border-radius: 5px;
}
.timeline-content h3{
    font-size: 20px;
	color: #ffffff;
	margin:0 0 10px;
	text-transform: capitalize;
	font-weight: 500;
}
.timeline-content p{
    color: #c8c8c8;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
}

/* responsive */
@media(max-width: 767px){
	.timeline-items::before{
		left: 7px;
	}
    
	.timeline-item:nth-child(odd){
		padding-right: 0;
		text-align: left;
	}
	.timeline-item:nth-child(odd),
	.timeline-item:nth-child(even){
		padding-left: 37px;
	}
	.timeline-dot{
		left:0;
	}
}