body, html {
    min-height: 100vh;

    position: relative;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}
.back{
        background: linear-gradient(-45deg, #242d35, #1b2229, #2a3641, #17212b);
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
        height: 100vh;
        z-index: -1;
        position: fixed;
        top: 0vh;
        bottom: 0vh;
        left:0vh;
        right: 0vh;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
#svgContainer {

    height: calc(100% - 310px);
    width: 100vw;
    
}
#intro {
    color: rgb(248, 217, 176);
    height: auto;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;

    transform:  translateY(-50%);
    text-align: center;
    opacity: 0%;
    animation:  5s ease-in-out 500ms 1 FadeIN;
    animation-fill-mode: forwards;
}
#tri{
    stroke:rgb(255, 0, 255); 
    fill: none;
    stroke-width: 30px; 
    border-radius: 50px; 
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
    filter: saturate(1000);
    filter: drop-shadow(3px 5px 10px rgb(255 0 255 / 0.8));
    clip-path: polygon();

}
#lt1, #lt2 {
    font-size: 2em;
    font-weight: bold;
    color: rgb(248, 217, 176);
    /*background-color: #181e24;*/
    text-shadow: 0 0 20px #000;
    font-family: 'lucida Handwriting', 'Lucida Console';
    font-style: italic;
    transform: skew(-30deg);
    position: absolute;

}
#lt1{
    top: 50px;
    right: 42%;
}
#lt2{
    top: 100px;
    right: 49%;
}
#abtc {
    /*background-color: #181e24;*/
    height: 2000px;
    margin-left: 50px;
    position: relative;
}
#pcontainer {
    position: relative;
}
#desc{
    width: calc(100% - 20px);
    height: calc(100% - 103px);
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 20px;
    position: relative;
    padding-top: 0;
    overflow-y: scroll;
}
#purpout {
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background-color: #f0f;
    z-index: +1;
    border-radius: 20px;
    transition: 500ms;
}
.true{
    animation:  500ms cubic-bezier(1, 0.57, 0.4, 0.88) 0s 1 purp; 
    animation-fill-mode: forwards;
}
@keyframes purp {
    0%{
        background-color: rgb(255, 197, 255);
        
    }
    20%{
        background-color: rgb(255, 0, 255);
        right: 0;
        top: 0px;
        bottom: 0px;

    }

    100%{
        right: 100%;
        top: 20px;
        bottom: 20px;
    }
}
h1 {
    font-size: 4.2em;
    font-weight: bold;
    color: rgb(248, 217, 176);
    
    text-shadow: 0 0 20px #000;
    font-family: 'lucida Handwriting', 'Lucida Console';
    font-style: italic;
    transform: skew(-30deg);
}
h2 {
    font-size: 2em;
    font-style: italic;
    text-shadow: 0 0 20px #000;

    
    
}
h4{
    font-size: 2em;
    font-weight: bold;
    color: rgb(255, 0, 255);
    
    text-shadow: 0 0 20px rgb(255, 0, 255);
    font-family: 'lucida Handwriting', 'Lucida Console';
}
h5 {
    font-size: 1.5em;
    font-weight: bold;
    color: rgb(255, 0, 255);
    font-family: 'lucida Handwriting', 'Lucida Console';
    text-shadow: 0 0 20px rgb(255, 0, 255);
    margin: 20px;
    position: relative;
    margin-bottom: 10px;
}
.parralax{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    
}
.p1 {
    
    height: 125%;
}
.p2 {
    text-align: center;
    color: rgb(248, 217, 176);
    /*background-color: #181e24;*/
}

.project {
    border: #f0f solid 1px;
    height: 200px;
    width: 80%;
    position: relative;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;

}
.prodesc {
    font-size: 1em;
    font-weight: bold;
    color: rgb(255, 0, 255);
    font-family: 'Lucida Console';
    text-shadow: 0 0 20px rgb(255, 0, 255);
    margin-right: 200px;
    float: left;
    position: relative;
    overflow-y: hidden;
    margin-top: 0;
}
.pimg{
    height: 175px;
    width: 175px;
}
#img1{
    height: 175px;
    width: 175px;
    position: absolute;
    right: 30px;
    top: -060px;
    float: right;
    border-radius: 10px;
}
@keyframes FadeIN {
    0%{
        opacity: 0%;
    }
    100%{
        opacity: 100%;
    }
}
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #181e24;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #333;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #3f3f3f;
  }
.contact {
    background-color: #17212b;
    height: 60px;
    width: 125px;
    position: fixed;
    bottom: 25px;
    left: 00;
    z-index: 1;
    text-align: center;
    text-align: center;
    color: rgb(248, 217, 176);
    /*background-color: #181e24;*/
    font-family: 'lucida Handwriting', 'Lucida Console';
    border-radius: 0px 10px 10px 0px;
    z-index: 3;

}
#contact-info {
transition: 1s;
z-index: 2;

}
#contact-info.cs {
    background-color: #111920;
    position: fixed;
    Bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;

}
#contact-info.ch {
    background-color: #17212b;
    position: fixed;
    height: 60px;
    width: 125px;
    bottom: 25px;
    left: 00;
    border-radius: 0px 10px 10px 0px;


}
#sep.cs{
    background-color: #000;
    position: fixed;
    Bottom: 20px;
    left: 150px;
    width: 5px;
    height: 80px;
    opacity: 0%;
}
#sep.ch{
    background-color: #0e1114;
    position: fixed;
    Bottom: 20px;
    left: 150px;
    width: 5px;
    height: 80px;
    opacity: 100%;
}
#sep {
    z-index: 2;

}
#grid {
    display: inline-grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);

    height: 100%;
    width: calc(100% - 200px);
    margin-left: 0;
    overflow: hidden;


}
.grid-item{
    width: 200px;
}
.grid-item h5{
    color: rgb(248, 217, 176);
    text-shadow: none;
    /*background-color: #181e24;*/
    font-family: 'lucida Handwriting', 'Lucida Console';
    height: auto;
    width: 100%;
    position: relative;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.grid-item a{
    color: rgb(248, 217, 176);
    font-family: 'Lucida Console';
    width:300px;
}

#logo {
    fill: none;
    stroke-width: 30px; 
    border-radius: 50px; 
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px;
    filter: saturate(1000);
    filter: drop-shadow(3px 5px 10px rgb(255 0 255 / 0.8));
    clip-path: polygon();
}