@import url('https://fonts.googleapis.com/css2?family-Poppins:wght@300;400;500;600;700;800;900&display=swap');

*{
    margin: 0;
    padding: 0;
}
html { overflow:auto; }
body {
    font-size: 16px;
    color: #fff;
    background-color: #ffffff;
    overflow: auto;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: url(images/background.gif);
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.header h3{
    color: #ffffff;
}
.header::after {
    content: '';
    position: absolute;
    right: 0;
    left: -44%;
    top: 100%;
    z-index: 10;
    display: block;
    height: 100px;
    background-size: 100px 100%;
    background-image: linear-gradient(135deg, #2c3e50 25%, transparent 25%), linear-gradient(225deg, #2c3e50 25%, transparent 25%);
    background-position: 0 0;
  }

nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.nav-links{
    flex: 1;
    text-align: center;
    overflow: hidden;
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    overflow: hidden;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    overflow: hidden;
    font-family: 'Times New Roman', Times, serif;

}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #ffffff;
    display: block;
    margin: auto;
    transition: 0.5s;
    overflow: hidden;
}
.nav-links ul li:hover::after{
    overflow: hidden;
    width:100%
    
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.text-box h1{
    font-size: 62px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff
}
.poggers{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.poggers:hover{
    border: 5px solid #ff71ce;
    background-color: #05ffa1;
    transition: 1s;

}

nav .fa-solid{
    display: none;
    overflow: hidden;
}

@media(max-width:700px){
    .text-box h1{
        font-size: 20px;
    }
    .proj_body h4{
        font-size: 18px;
    }
    .nav-links ul li{
        overflow: hidden;
        display: block
        
    }
    .nav-links{
        position: absolute;
        background: #001218;
        height: 100vh;
        width: 125px;
        top: 0;
        right: -125px;
        text-align: left;
        z-index: 2;
        transition: 1s;
        overflow: hidden;
    }
    nav .fa-solid{
        overflow: hidden;
        display: block;
        color: #fff;
        margin:10px;
        cursor: pointer;

    }
    .nav-links ul{
        overflow: hidden;
        padding: 20px;
    }
    .text-box img{
        max-width: 100%;
        height: auto;
    }
}

/*---- disclaimer----*/
.disclaimer{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 30px;
}
h1{
    font-size: 36px;
    font-weight: 600;
}
p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row{
    margin-bottom: 0%;
    display:flex;
    justify-content: space-between;  
    margin-left: 5%;
    margin-right: 5%;
}
.row_proj{
    margin-bottom: 0%;
    margin-top: 0.25%;
    display:flex;
    justify-content: center;  
    margin-left: 5%;
    margin-right: 5%;
    gap: 15px
}

.row a{
    margin-bottom: 0%;
    display: block;
    justify-content:center;  
    margin-left: auto;
    margin-right: auto;  
}
.disc-col{
    flex-basis: 31%;
    background-color: #b967ff;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}
h3{
    text-align:center;
    font-weight: 600;
    margin: 10px 0;
}
h4{
    text-align:center;
    font-size: 36px;
    font-weight: 600;
    margin:auto;
}
.disc-col:hover{
    box-shadow: 0 0 20px 0px rgba(4, 129, 255, 0.745);
}
@media(max-width: 800px){
    .row{
        flex-direction: column;
    }
    .row_proj{
        flex-direction: column;
    }
    .proj_col img{
       max-width: 100%;
       max-height: 100%;
       height: auto;
       width: auto;
       object-fit: cover;
    }
    .proj_col{
        flex-basis: 31%;
        border-radius: 10px;
        margin-bottom: 5%;
        text-align: center;
    }
}

/*----MAIN PAGE----*/
.main-col{
    flex-basis: 31%;
    background-color: #ffffff1b;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}


.main-col:hover{
    box-shadow: 0 0 20px 0px #545454;
    cursor: pointer;
}
.main-col img{
    
    height: 100px;
    width: auto;
    display: block;
    margin: auto;

}
.email{
    margin-bottom: 0%;
    margin-top: 5%;
    display:flex;
    justify-content: space-between;  
    margin-left: auto;
    margin-right:auto;
}
.email a{
    margin-bottom: 0%;
    margin-top: 5%;
    display:flex;
    justify-content: space-between;  
    margin-left:auto;
    margin-right: auto;
}
.email a img{
    display: block;
    margin: auto;
    cursor: pointer;
}
.music{
    margin-bottom: 0%;
    display:flex;
    justify-content: space-between;  
    margin-left: auto;
    margin-right:auto;
}
.music a{
    margin-bottom: 0%;
    display:flex;
    justify-content: space-between;  
    margin-left:auto;
    margin-right: auto;
}
.music a img{
    display: block;
    margin: auto;
    cursor: pointer;
}

.proj_body{
    width: 100%;
    min-height: 100vh;
    background-image: url(images/background.gif);
    background-position: center;
    background-size: cover;
    position: relative;

    /*
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    */
}
.proj_col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: center;
}
.proj_col img{
    width: auto;
    height: 300px;
    border-radius: 10px;
}
.proj_col p{
    padding: 0;
}
.proj_col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}

.proj_col_Apollo{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: center;
}
.proj_col_Apollo img{
    width: auto;
    height: 400px;
    border-radius: 10px;
}
.proj_col_Apollo p{
    padding: 0;
}
.proj_col_Apollo h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
}

.audioButton button{
    display: flex;
    justify-content: right;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer
    
    
}
.audioButton{
    display: flex;
    justify-content: right;
    margin: 0;
    padding: 2%;
}
.resume:hover{
    cursor: pointer;
}




.proj_new{
    margin: 150px auto;
    width: 70%;
    font-family: 'Poppins', sans-serif;
    
}

.proj_new_text{
    color:#000000
}

.proj_new_text h2{
    font-size: 42px;
} 

.proj_new_text p{
    font-size: 16px;
    color: #000000;
} 

.proj_new img{
    max-width: 320px;
    box-sizing: border-box;
    float: left;
    border: 5px solid #000000;
    border-radius: 10px;
    margin-right: 15px;
}


.spikes {
    position: relative;
    background: #000000;
    height: 5vh;
  }
  
  .spikes::after {
    content: '';
    position: absolute;
    right: 0;
    left: -44%;
    top: 100%;
    z-index: 10;
    display: block;
    height: 100px;
    background-size: 100px 100%;
    background-image: linear-gradient(135deg, #000000 25%, transparent 25%), linear-gradient(225deg, #000000 25%, transparent 25%);
    background-position: 0 0;
  }
.skewed {
    position: relative;
    
    width: 100%;
    height: 100%;
    background: #2c3e50;
    z-index: 0;
    transform: skewY(6deg);
    transform-origin: top right;
}


html {
    background-color: #eee;
    
  }
  
  section {
    padding: 1em;
  }
  
  .lead {
    font-weight: 600;
    color: #777;
  }
  
  .gallery {
    display: flex;
    flex-wrap: wrap;
  }
  
  .gallery-item {
    flex: 1 1 auto;
    flex-basis: 175px;
    margin: .5em;
    max-width: 530px;
    max-height: 400px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  .gallery-item.item-2x3 {
    flex-basis: calc(175px * 0.666);
  }
  .gallery-item.item-3x4 {
    flex-basis: calc(175px * 0.75);
  }
  .gallery-item.item-1x1 {
    flex-basis: 175px;
  }
  .gallery-item.item-4x3 {
    flex-basis: calc(175px * 1.333);
  }
  .gallery-item.item-3x2 {
    flex-basis: calc(175px * 1.5);
  }
  .gallery-item.item-8x5 {
    flex-basis: calc(175px * 1.6);
  }
  .gallery-item.item-2x1 {
    flex-basis: calc(175px * 2);
  }
  .gallery-item::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 13.75C4.5 8.64137 8.64137 4.5 13.75 4.5C18.8586 4.5 23 8.64137 23 13.75C23 18.8586 18.8586 23 13.75 23C8.64137 23 4.5 18.8586 4.5 13.75ZM13.75 0C6.15609 0 0 6.15609 0 13.75C0 21.3439 6.15609 27.5 13.75 27.5C16.3774 27.5 18.8327 26.7631 20.9205 25.4846L30.4906 35.0547C31.7509 36.3151 33.7944 36.3151 35.0547 35.0547C36.3151 33.7944 36.3151 31.7509 35.0547 30.4906L25.4846 20.9205C26.7631 18.8327 27.5 16.3774 27.5 13.75C27.5 6.15609 21.3439 0 13.75 0Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 1.85rem;
    background-repeat: no-repeat;
    transition: opacity 250ms;
    z-index: 10;
  }
  .gallery-item .caption {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em 0;
    line-height: 1em;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    transform: translateY(4em);
    transition: transform 250ms;
    z-index: 20;
    font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  }
  .gallery-item .caption span {
    display: inline-block;
    max-width: calc(100% - 2em);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .gallery-item:hover .thumb {
    transform: scale(1.05);
  }
  @media (hover: hover) {
    .gallery-item:hover::after {
      opacity: 1;
    }
    .gallery-item:hover .caption {
      transform: translateY(0);
    }
  }
  .gallery-item .thumb {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: unset;
    text-align: center;
    background-color: #333;
    transition: filter 500ms, transform 500ms;
  }
  .ie-fix .gallery-item .thumb {
    width: auto;
  }
  .gallery-item .placeholder {
    filter: blur(0px);
  }
  
  .lightbox-wrapper {
    display: none;
    background-color: #2e2e35;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
  
  .lightbox {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: white;
  }
  .lightbox .lightbox-header {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1em;
    font-weight: 600;
    text-align: center;
  }
  .lightbox .lightbox-header > * {
    opacity: .75;
  }
  .lightbox .lightbox-close {
    position: relative;
    height: 1.85rem;
    width: 1.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    padding: 0;
    border: none;
  }
  .lightbox .lightbox-close::before, .lightbox .lightbox-close::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 80%;
    background-color: #fff;
  }
  .lightbox .lightbox-close::before {
    transform: rotate(-45deg);
  }
  .lightbox .lightbox-close::after {
    transform: rotate(45deg);
  }
  .lightbox .lightbox-close:hover {
    opacity: 1;
  }
  .lightbox .lightbox-slides-wrapper {
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    position: relative;
  }
  .lightbox .lightbox-arrow {
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 4rem;
    padding: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5em;
    opacity: .75;
    cursor: pointer;
    filter: drop-shadow(0 0 7px #000);
  }
  .lightbox .lightbox-arrow:hover {
    opacity: 1;
  }
  .lightbox .lightbox-arrow.arrow-left {
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 26.5L27.3171 0L32 4.54286L9.36585 26.5L32 48.4571L27.3171 53L0 26.5Z' fill='white'/%3E%3C/svg%3E");
  }
  .lightbox .lightbox-arrow.arrow-right {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 26.5L4.68293 53L0 48.4571L22.6341 26.5L3.83911e-06 4.54286L4.68293 0L32 26.5Z' fill='white'/%3E%3C/svg%3E");
  }
  .lightbox .lightbox-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    transition: all 0ms ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .lightbox .lightbox-slide[data-state="prev"] {
    transform: translateX(-100%);
    opacity: 0;
  }
  .lightbox .lightbox-slide[data-state="next"] {
    transform: translateX(100%);
    opacity: 0;
  }
  .lightbox .lightbox-image {
    display: none;
    max-width: 100%;
    max-height: 100%;
  }
  .lightbox .spinner {
    display: none;
  }

  
/* ******************************************************
	Author URI: https://codeconvey.com/
	Demo Purpose Only - May not require to add.
	font-family: "Raleway",sans-serif;
*********************************************************/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900');



html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

article, aside, details, figcaption, figure, footer, hgroup, summary {
    display: block;
}
body {
    background:#dbdbe1 none repeat scroll 0 0;
    color: #222;
    font-size: 100%;
    line-height: 24px;
    margin: 0;
	padding:0;

}
a{
	font-family: "Raleway",sans-serif;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus {
	color: #373e18;
}
section {
    float: left;
    width: 100%;
	padding-bottom:3em;
}
h2 {
    color: #1a0e0e;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
	text-transform:uppercase;
}
h2 span {
    display: block;
    padding: 0;
    font-size: 18px;
    opacity: 0.7;
    margin-top: 5px;
	text-transform:uppercase;
}

#float-right{
	float:right;	
}

/* ******************************************************
	Script Top
*********************************************************/

.ScriptTop {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 0.69em;
    font-weight: 600;
    line-height: 2.2;
    padding: 12px ;
    text-transform: uppercase;
    width: 100%;
}

/* To Navigation Style 1*/
.ScriptTop ul {
    margin: 24px 0;
    padding: 0;
    text-align: left;
}
.ScriptTop li{
	list-style:none;	
	display:inline-block;
}
.ScriptTop li a {
    background: #6a4aed none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 18px;
    text-decoration: none;
    text-transform: capitalize;
}
.ScriptTop li a:hover{
	background:#000;
	color:#fff;
}


/* ******************************************************
	Script Header
*********************************************************/

.ScriptHeader {
    float: left;
    width: 100%;
    padding: 2em 0;
}
.rt-heading {
    margin: 0 auto;
	text-align:center;
}
.Scriptcontent{
	line-height:28px;	
}
.ScriptHeader h1{
	font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
    color: #6a4aed;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
    padding-top: 50px;

}
.ScriptHeader h2 {
    color: #312c8f;
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 0;
    line-height: normal;

}
.ScriptHeader h1 span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;

}
.ScriptHeader span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
}
.ScriptHeader p{
    color: #000;
    font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
}




/* ******************************************************
	Live Demo
*********************************************************/





/* ******************************************************
	Responsive Grids
*********************************************************/

.rt-container {
	margin: 0 auto;
	padding-left:12px;
	padding-right:12px;
}
.rt-row:before, .rt-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.rt-row:after {
  clear: both;
}
[class^="col-rt-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
  min-height: 1px;
  position: relative;
}


@media (min-width: 768px) {
  .rt-container {
    width: 750px;
  }
  [class^="col-rt-"] {
    float: left;
    width: 49.9999999999%;
  }
  .col-rt-6, .col-rt-12 {
    width: 100%;
  }
  
}

@media (min-width: 1200px) {
	.rt-container {
		width: 1170px;
	}
	.col-rt-1 {
		width:16.6%;
	}
	.col-rt-2 {
		width:30.33%;
	}
	.col-rt-3 {
		width:50%;
	}
	.col-rt-4 {
		width: 67.664%;
	}
	.col-rt-5 {
		width: 83.33%;
	}
	

}

@media only screen and (min-width:240px) and (max-width: 768px){
	 .ScriptTop h1, .ScriptTop ul {
		text-align: center;
	}
	.ScriptTop h1{
		margin-top:0;
		margin-bottom:15px;
	}
	.ScriptTop ul{
		 margin-top:12px;		
	}
	
	.ScriptHeader h1,
	.ScriptHeader h2, 
	.scriptnav ul{
		text-align:center;	
	}
	.scriptnav ul{
		 margin-top:12px;		
	}
	#float-right{
		float:none;	
	}
	
}




