@charset "utf-8";

/*----------------- DEFAULT ---------------*/
/*----------------- DEFAULT ---------------*/
/*----------------- DEFAULT ---------------*/


* {
    margin: 0;
    padding: 0;
}


.clearfloat {
    clear: both;
}


body {
	font-size: 62.5%;
}

html {
	font-size: 100%;
}

.wrapper {
    width: 80%;
    margin: 0 auto;
/*    background-color: mediumpurple;*/
    
}

img {
    max-width: 100%;
}

video {
    max-width: 100%;
}

/*----------------- NAVIGATION ---------------*/
/*----------------- NAVIGATION ---------------*/
/*----------------- NAVIGATION ---------------*/

nav {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0 0;
/*    background-color: pink;*/
    display: flex;
    z-index: 1;
    position: fixed;    
}

.nav-icon {
    width: 50px;
    height: 49px;
/*    background-color: red;*/
    background-image:url("img/web-icon.svg");
    float: left;
    margin-right: 60%;
}

/*NAV ICON*/

/*
nav a:hover {
    opacity: 50%;    
}
*/


ul {
    margin-top: 0px;
    list-style: none;
}


ul ul {
    padding: 0;
    margin-top: 20px;
}


ul ul.dropdown {
/*    background-color: red;*/
    display: block;
    display: none;
}

li {
    margin:15px 25px 0px 0;
    float: left;     
}

li.nav-last {
    margin-right: 0;
}

ul li:hover ul.dropdown {
    display: block;
}


li li {
    
    float: none;
    margin: 0;
    padding-top: 0px;
}


/*----------------- NAV LINKS ---------------*/
/*----------------- NAV LINKS ---------------*/
/*----------------- NAV LINKS ---------------*/

.hamburger {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.8em;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    width: 40%;
    margin-left: 65%;
    margin-top: 4px;
    display: none;
    text-align: center;
    padding: 10px 0;
    border-radius: 50px;
}

ul a:link, ul a:visited {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6em;
    text-decoration: none;
    background-color: #000;
    padding: 10px 20px;
    border-radius: 20px;
    transition: all .2s ease;
    
}

ul a:hover, ul a:active, ul a:focus {
    background-color: #FF49FF;
}


ul ul a:link, ul ul a:visited {
    background-color: #877EFF;
    padding: 8px 0px;
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
}

ul ul a:hover, ul ul a:active, ul ul a:focus {
    background-color: #FF49FF;
}


/*----------------- LINKS ---------------*/
/*----------------- LINKS ---------------*/
/*----------------- LINKS ---------------*/


#icons a:hover {
    transition: all .2s ease;
    opacity: 40%;
    
}

.portfolio-work {
    float: left;
    width: 50%;
    position: relative;
    
    cursor: pointer;
    overflow: hidden;
}

.portfolio-work img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.portfolio-overlay {
    position: absolute;
    background-color: #35249F;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .1s linear;
}

.portfolio-work:hover .portfolio-overlay {
    opacity: 1;
}

.footer-text a:link, .footer-text a:visited {
    text-decoration: none;
    color: #fff;
}


.footer-text a:hover, .footer-text a:active, .footer-text a:focus {
    text-decoration: underline;
}


.portfolio-text a:link, .portfolio-text a:visited {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.3em;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 15px 30px;
    border-radius: 30px;
    transition: all .2s ease-out;
}

.portfolio-text a:hover, .portfolio-text a:active, .portfolio-text a:focus {
    background-color: #FF49FF;
}

#thanks-button {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-color: #000;
    font-size: 2.4em;
    font-weight: 700;
    padding: 20px 30px;
    border-radius: 200px;
    transition: all .02s;
}

#thanks-button:hover, #thanks-button:active, #thanks-button:focus {
    background-color: #FF49FF;
}

a:link, a:visited {
    color: #229DE0;
}

a:hover, a:active, a:focus {
    color: #877EFF;
    text-decoration: none;
    
}

.link-text a:link, .link-text a:visited {
    color: #229DE0;
}

.portfolio-back a:link {
    
}  

/*WORK*/

.work-options a:link, .work-options a:visited {
    background-color: #000;
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.6em;
    text-transform: uppercase;
    width: 60%;
    padding: 12px 0;
    border-radius: 300px;
    text-align: center;
    margin-bottom: 7px;
    transition: all 0.25s ease;
}

.work-options a:hover, .work-options a:focus, .work-options a:active {
    background-color: #FF49FF;
}

/*-------- NEW WORK LINKS ----------*/
/*-------- NEW WORK LINKS ----------*/

.work-selection-select a:link, .work-selection-select a:visited {
    margin: 7px 0;
    color: #fff;
    font-size: 2.3em;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #000;
    padding: 12px 0;
    width: 80%;
    border-radius: 200px;
    transition: all .25s ease-out;   
}

.work-selection-select a:active, .work-selection-select a:hover, .work-selection-select a:focus {
    background-color: #FF49FF;
}

.work-text-bottom a:link, .work-text-bottom a:visited {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background-color: #000;
    font-size: 1.8em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
/*    margin: 0 auto;*/
    width: 15%;
    padding: 15px 0;
    border-radius: 200px;
    transition: all .25s ease-out;
}

.work-text-bottom a:active, .work-text-bottom a:hover, .work-text-bottom a:focus {
    background-color: #FF49FF;
}


/*---- PORFOLIO UPDATE LINKS -------*/


.portfolio-link-above {
    margin: 5px 0 25px 0;
}


/*----------------- STRUCTURE ---------------*/
/*----------------- STRUCTURE ---------------*/
/*----------------- STRUCTURE ---------------*/


#top {
    padding: 150px 0 70px 0;
    
}

#header {
/*    background-color: yellow;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#header-vector {
    width: 56%;
/*    background-color: red;*/
}

#header-text {
    width: 36%;
/*    background-color: red;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

#intro {
    background-color: #000;
}

#intro-text {
    padding: 160px 0;
}




#portfolio {
    background-color: #150D27;
}



#testimonials {
    padding: 160px 0;
}

.speakers {
    padding-top: 95px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.testimonial-speak {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.testimonial-image {
    width: 50%;
    margin-bottom: 30px;
}

#about {
    background-color: #000;
    padding: 90px 0;
    
}

#contact {
    padding: 90px 0 140px 0;
}


#footer {
    padding: 40px 0 130px 0;
    background-image: linear-gradient(to bottom left,#2381B4, #C93AC9, #C93AC9);
    color: #fff;
   
}

#footer-container {
    display: flex;
    flex-direction: row;
}

.footer-text {
    margin-right: 25px;
    width: 15%;
}



#disclaimer {
    background-color: #000;
    color: #fff;
    padding: 50px 0 20px 0;
}

#disclaimer-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#icons {
    width: 9%;
/*    background-color: yellow;*/
    display: flex;
    justify-content: space-between;
    margin-left: 25px;
    align-items: center;
    
}

/*SENT*/

#thanks {
    padding: 100px 0 103px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#thanks img {
    width: 50%;
}


.thanks-text {
    width: 25%;
    padding-top: 290px;
/*    background-color: yellow;*/
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thanks-text h3 {
    margin-bottom: 40px;
}

#portfolio-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 360px 0 125px 0;
}

#portfolio-update {
    background-image: linear-gradient(to bottom right,#ff48b5, #ff48b5, #00d2ff);
}

.portfolio-vector {
    width: 68%;
    
}

.portfolio-text {
    width: 28%;
    background-color: #fff;
    padding: 45px 22px 40px 22px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/*OLD WORK*/
/*OLD WORK*/

#work-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
}

.work-text {
    width: 25%;
/*    background-color: pink;*/
    margin-right: 20px;
    margin-left: 10%;
}

.work-text img {
    width: 60%;
    margin: 0 0 20px 0;
}

.work-text-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 15px 0;
/*    background-color: yellow;*/
}



.work-options {
    display: flex;
    flex-direction: column;
    align-items: center;
/*    background-color: red;*/
    width: 100%;
    margin-bottom: 50px;    
}

.work-work {
    padding-top: 80px;
    width: 70%;   
}

.work-work img {
    width: 100%;
}

.work-images {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
    
}

.work-images img {
    width: 50%;
    margin-right: 10px;
}

#main-image img {
    width: 100%;
}

.work-empty {
/*    background-color: yellow;*/
    padding-bottom: 390px;
}

.work-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0px;
    margin-bottom: 155px;
}

.work-video iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

/*-------- NEW WORK ------------*/
/*-------- NEW WORK ------------*/

#work-selection {
    padding: 150px 0 130px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.work-selection-svg {
    width: 55%;
}

.work-selection-select {
    display: flex;
    flex-direction: column;
    
    width: 35%;
}

.work-selection-select h3 {
    margin-bottom: 20px;
}

.work-selection-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.work-image-top {
    margin-bottom: 180px;
}

.work-image-between {
    margin-bottom: 100px;
}

.work-image-bottom {
    margin-bottom: 80px;
}


.work-text-top {
    display: flex;
    flex-direction: column;
    margin-bottom: 180px;
/*    background-color: yellow;    */
}

.work-text-between {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
/*    background-color: yellow;    */
}

.work-text-bottom {
    display: flex;
    flex-direction: column;
    margin-bottom: 160px;
/*    background-color: yellow;    */
}

.work-text-bottom p {
    margin-bottom: 40px;
}

.new-work-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0px;
    margin-bottom: 155px;
}

.new-work-video iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}


#link-last-paragraph {
    margin-bottom: 120px
}


/*------- PREVIOUS AND NEXT SECTIONS ----------*/
/*------- PREVIOUS AND NEXT SECTIONS ----------*/

#previous-next {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
}


.previous-next-container {
    width: 49%;
    display: block; 
    position: relative;   
    cursor: pointer;
}


.previous-overlay {
    cursor: pointer;
    position: absolute; /*--- So it fits the container ---*/
    opacity: 0;
    top: 0;
}

.previous-work:hover .previous-overlay {
    opacity: 1;
}

/*----------------- TYPOGRAPHY ---------------*/
/*----------------- TYPOGRAPHY ---------------*/
/*----------------- TYPOGRAPHY ---------------*/


h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 6.3em;
    margin-bottom: 5px;
}

#about h1 {
    color: #fff;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 3.6em;
    margin-bottom: 20px;
}

.work-info h2 {
    margin-bottom: 10px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 2.3em;
}

.portfolio-text h3 {
    margin-bottom: 20px;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.3em;
    font-weight: 400;
    margin-bottom: 5px;
}

.portfolio-text h4 {
    margin-top: 10px;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 10px;
}


p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 3.8em;
    line-height: 1.6;
    letter-spacing: -0.6px;
}

#intro p {
    color: #fff;
}

#about p {
    color: #fff;
    letter-spacing: -.5px;
}

/*----------- TEXT ANIMATION -----------*/
/*----------- TEXT ANIMATION -----------*/
/*----------- TEXT ANIMATION -----------*/



.img-container {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 5% 0;
    flex: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.vi {
    background-image: url("img/123.jpg");
}

.uu {
    background-image: url("img/123.jpg");
}
.mg {
    background-image: url("img/123.jpg");
}

.ed {
    background-image: url("img/123.jpg");
}
.sm {
    background-image: url("img/123.jpg");
}
.it {
    background-image: url("img/123.jpg");
}
    
.text-animation {   
    text-decoration: none;
    text-shadow:
        3px 3px 0 #000000, 
        6px 6px 0 #000000,
        9px 9px 0 #000000,
        12px 12px 0 #000000,
        15px 15px 0 #000000,
        18px 18px 0 #000000,
        21px 21px 0 #000000,
        24px 24px 0 #000000;
    
    transform: translate(-12px, -12px);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 10em;
    text-align: left;
    margin: 0;
    color: #fff;
/*    letter-spacing: 1em;*/
    padding: 0 20px;
    line-height: 0.9em;
    
}

.text-animation:hover {
    animation: move 0.1s ease-in, animatetxt 0.1s ease-in;
    transform: translate(12px, 12px);
    text-shadow: none;
}

@keyframes animatetxt {
    0% {
        text-shadow: 3px 3px 0 #000000, 6px 6px 0 #000000, 9px 9px #000000, 12px 12px 0 #000000, 15px 15px 0 #000000, 18px 18px 0 #000000, 21px 21px 0 #000000, 24px 24px 0 #000000;
    }
    100% {
        text-shadow: none;
    }
}

@keyframes move {
    0% {
        transform: translate(-12px, -12px);
    }
    
    100% {
        transform: translate(12px, 12px);
    }
}


#portfolio2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
}


@media only screen and (max-width:1250px)
{
    .text-animation {   
        font-size: 6em;
    }
}

@media only screen and (max-width:800px)
{
    .img-container {
    flex: 100%;
         padding: 10% 0;
    }
}











