@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/kollektif');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

 html {
     box-sizing: border-box;
     
 }

 *,
 *::after,
 *::before{
     box-sizing: border-box;
     padding: 0;
     margin: 0;
 }

 html,
 body {
    font-family: 'Helvetica', sans-serif;     
    display: flex;
    flex-direction: column;
    height: 100vh;
    grid-template-rows: auto 1fr auto;                                      
     font-size: 1rem;
     color:#0c0c0c;
     font-weight:200;
     background-color: #FDF9F1;
     /*line-height: 1.5*/
 }

 main{
    flex-grow: 1;
 }

 html {
     overflow-x: hidden
 }


 footer{
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top:32px;
    padding-bottom: 32px;

 }


/* LINK STYLES */
 a {
    color: #3CA6A6;
    text-decoration: none;
}

 a:active,
 a:hover {
     outline-width: 0
 }

 a img {
    padding: 0;
    margin: 0;
    display: block;
  }


/* HEADERS */
 
 h1 {
    font-size: 3.815rem;
    font-weight: 900;
    font-family: "Outfit", sans-serif;
    color:#012E40;
}

h2 {
    font-size: 3.052rem;
    font-weight: 300;
    font-family: 'Outfit', sans-serif; 
    color:#012E40;
}

h3 {
    font-size: 2.441rem;
    font-weight: 200;
    font-family: "Outfit", sans-serif;
    color:#012E40;
}

h4 {
    font-size: 1.953rem;
    font-weight: 200;
    font-family: "Outfit", sans-serif;
    color:#026773;
}

h5 {
   font-size: 1rem;
   font-weight: 400;
   font-family: "Outfit", sans-serif;
   color:#026773;
}

h6 {
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {

    margin: 10px 0 10px 0px
}


 /* LIST STYLES */

.top-level{
    list-style-image: url("../images/bullet.png");
    margin-left: 10px;
    padding-left: 10px;
    margin-top: 10px;
    line-height: 200%;
}

.nested-level{
    list-style-type: disc;
    margin-left: 15px;
}


/* SIZING  AND PROPORTIONS*/
 .content-container {
     margin-left: auto;
     margin-right: auto;
     max-width: 980px
 }

 .content-padding {
     padding-top: 150px !important;
     padding-bottom: 64px !important
 }

 /* COLOUR */

.navi-selected{
    color: #3CA6A6 !important;
}

 .content-frame {
     background-color: #FDF9F1!important;
 }

 .content-frame-dark {
     color: #FDF9F1 !important;
     background-color: #012E40 !important
 }


 /* PRODUCT CONTENT CONTAINERS */
 .flexi-container {
    display: flex;
    background-color: #FDF9F1;
    justify-content: center;
    flex-direction: row;
  }

  .flexi-container > div {
    margin: 50px 10px 5px 10px;
    padding: 20px;
    font-size: inherit;
    flex: 30%;
  }

  .flexi-sub-container{
    display:flex;
    flex-direction: column;
    justify-content: center;
  }

  .flexi-sub-container > div{
    flex: 50%;
  }

  .flexi-buttons{
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  #resume-link{
    position: absolute;
    margin-top: 270px;
    margin-left:400px;
  }

  .feature-overview{
    padding:5%;
  }

  @media (max-width: 800px) {
    .flexi-container {
      flex-direction: column;
    }
  }

  .flexi-design-asset-container {
    display: flex;
    background-color: #ffffff;
    justify-content: center;
    flex-direction: row;
  }

  @media (max-width: 800px) {
    .flexi-design-asset-container {
      flex-direction: column;
    }
  }
  
  .flexi-design-asset-container > div {
    color: #484E5F;
    margin: 10px;
    padding: 20px;
    font-size: inherit;
    flex: 30%;
  }



  @media (max-width: 800px) {
    .flexi-container > div {
      flex: 100%;
    }
  }

  .flexi-text {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }

  @media (max-width: 800px) {
    .flexi-text {
      flex-direction: column;
    }
  }
  
  .flexi-text > div {
    margin: 10px;
    font-size: inherit;
    flex: 30%;
  }

  @media (max-width: 800px) {
    .flexi-text > div {
      flex: 100%;
    }
  }

  .flexi-image-container {
    display: flex;
    justify-content: center;
    width: 80%;
    
  }

  .flexi-footer {
    position:relative;
    display: flex;
    justify-content: center;
    align-items:center;
    width: 80%; 
  }

  @media (max-width: 800px) {
    .flexi-image-container > div {
        max-width:100%;
        max-height:100%;
    }
  }
  
  .flexi-image-container > div {
    align-items: center;
  }

  .feature-image {
    top:0;
    left:0;
    bottom:0;
    display:flex;
    align-items:flex-start;
    justify-content:center;
}
  

  .responsive-image{
    display:flex;
    width: 100%;
    justify-content: flex-start;
  }

  .responsive-image2{
    display:flex;
    width: 60%;
    margin-left: 300px;
    margin-top:60px;
  }

  @media (max-width: 800px) {
    .responsive-image {
        width: 100%;
        justify-content: flex-start;
    margin-left: 30px;
    }
  }

.homepage-flex {
    position:relative;
    flex-direction: row;
    display:flex;
    width:80%;
    justify-content:center;
}

.homepage-flex > div{
    
    align-items: center;
}
 
.bird-flex{
    display:flex;
    flex-direction:row;
    position:relative;
    justify-content: center;
}

.bird-flex > div{
    align-items:center;
}

.responsive-title-image{
    display:flex;
    min-width: 40%;
    max-width: 70%;
    margin-left: 200px;
    margin-top:60px;
    align-items: bottom;
  }





  .responsive-quote{
    display:flex;
    justify-content: center;
    width: auto;
    height: auto;
  }
  

.navbar input[type="checkbox"],
.navbar .hamburger-lines{
    display: none;
}

.container{
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

/* NAVIGATION */
.navbar{
    box-shadow: 0px 5px 10px 0px #aaa;
    position: fixed;
    width: 100%;
    background: #FDF9F1;
    color: #0c0c0c;
    opacity: 0.85;
    z-index: 100;
}

.navbar-container{
    display: flex;
    justify-content: space-between;
    height: 64px;
    align-items: center;
}

.menu-items{
    order: 2;
    display: flex;
}
.logo{
    order: 1;
    font-size: 2.3rem;
}

.menu-items li{
    list-style: none;
    margin-left: 1.5rem;
    font-size: 1rem;
    font-weight:200;
    font-family: "Outfit", sans-serif;
}

.navbar a{
    color: #0c0c0c;
    text-decoration: none;
    font-weight: 200;
    transition: color 0.3s ease-in-out;
}

.navbar a:hover{
    color: #3CA6A6;
}




/* INFO BOXES FOR ROLE, SCOPE, AND TOOLS */
.box-title{
    color:#030303;
    font-family: "Kollektif", sans-serif;
    font-weight: regular;
}

.info-box-container {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  /* FWS INFOBOXES*/
  .info-box-fws1 {
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
    
    width: 160px;
    height: 40px;
    background: #FDF9F1;
    transition: 0.3s;
    box-shadow:  0 0 0 #EDEAE3,
                   0 0 0 #FFFEFA,
                    5px 5px 5px #EDEAE3 inset,
                    -5px -5px 5px #FFFEFA inset;


    &:hover {
            animation: anime 1s cubic-bezier(0.16, 1, 0.3, 1);
            animation-fill-mode: forwards;
          }
    &:hover::after{
        content: 'Graphic Designer \A Wordpress Developer';
            white-space: pre-wrap;
        animation:second_text_anim 0.2s 0.6s alternate both;
        animation-iteration-count: 1;
      }
    }

    .info-box-fws2 {
        border-radius: 10px;
        margin-right: 10px;
        text-align: center;
        
        width: 160px;
        height: 40px;
        background: #FDF9F1;
        transition: 0.3s;
        box-shadow:  0 0 0 #EDEAE3,
                   0 0 0 #FFFEFA,
                    5px 5px 5px #EDEAE3 inset,
                    -5px -5px 5px #FFFEFA inset;

    
        &:hover {
                animation: anime 1s cubic-bezier(0.16, 1, 0.3, 1);
                animation-fill-mode: forwards;
              }
        &:hover::after{
            content: 'Mockup \A Code';
            white-space: pre-wrap;
            animation:second_text_anim 0.2s 0.6s alternate both;
            animation-iteration-count: 1;
          }
        }

        .info-box-fws3 {
            border-radius: 10px;
            margin-right: 10px;
            text-align: center;
            
            width: 160px;
            height: 40px;
            background: #FDF9F1;
            transition: 0.3s;
            box-shadow:  0 0 0 #EDEAE3,
                   0 0 0 #FFFEFA,
                    5px 5px 5px #EDEAE3 inset,
                    -5px -5px 5px #FFFEFA inset;

        
            &:hover {
                    animation: anime 1s cubic-bezier(0.16, 1, 0.3, 1);
                    animation-fill-mode: forwards;
                  }
            &:hover::after{
                content: 'Wordpress \A Figma';
                white-space: pre-wrap;
                animation:second_text_anim 0.1s 0.5s alternate both;
                animation-iteration-count: 1;
              }
            }

  /* TELNYX INFOBOXES*/
  .info-box-telnyx1 {
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
    
    width: 160px;
    height: 40px;
    background: #FDF9F1;
    transition: 0.3s;
    box-shadow:  0 0 0 #EDEAE3,
                   0 0 0 #FFFEFA,
                    5px 5px 5px #EDEAE3 inset,
                    -5px -5px 5px #FFFEFA inset;

    &:hover {
            animation: anime 1s cubic-bezier(0.16, 1, 0.3, 1);
            animation-fill-mode: forwards;
          }
    &:hover::after{
        content: 'Graphic Designer';
            white-space: pre-wrap;
        animation:second_text_anim 0.2s 0.6s alternate both;
        animation-iteration-count: 1;
      }
    }

    .info-box-telnyx2 {
        border-radius: 10px;
        margin-right: 10px;
        text-align: center;
        
        width: 160px;
        height: 40px;
        background: #FDF9F1;
        transition: 0.3s;
        box-shadow:  0 0 0 #EDEAE3,
                   0 0 0 #FFFEFA,
                    5px 5px 5px #EDEAE3 inset,
                    -5px -5px 5px #FFFEFA inset;

    
        &:hover {
                animation: anime 1s cubic-bezier(0.16, 1, 0.3, 1);
                animation-fill-mode: forwards;
              }
        &:hover::after{
            content: 'Site Mockup';
            white-space: pre-wrap;
            animation:second_text_anim 0.2s 0.6s alternate both;
            animation-iteration-count: 1;
          }
        }

        .info-box-telnyx3 {
            border-radius: 10px;
            margin-right: 10px;
            text-align: center;
            
            width: 160px;
            height: 40px;
            background: #FDF9F1;
            transition: 0.3s;
            box-shadow:  0 0 0 #EDEAE3,
                   0 0 0 #FFFEFA,
                    5px 5px 5px #EDEAE3 inset,
                    -5px -5px 5px #FFFEFA inset;

        
            &:hover {
                    animation: anime 1s cubic-bezier(0.16, 1, 0.3, 1);
                    animation-fill-mode: forwards;
                  }
            &:hover::after{
                content: 'Adobe Illustrator\A Adobe In-Design \A Figma';
                white-space: pre-wrap;
                animation:second_text_anim 0.1s 0.5s alternate both;
                animation-iteration-count: 1;
              }
            }


  /* NIMBLE INFOBOXES*/
  .info-box-nimble1 {
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
    
    width: 160px;
    height: 40px;
    background: #FDF9F1;
    transition: 0.3s;
    box-shadow:  0 0 0 #EDEAE3,
                   0 0 0 #FFFEFA,
                    5px 5px 5px #EDEAE3 inset,
                    -5px -5px 5px #FFFEFA inset;


    &:hover {
            animation: anime 1s cubic-bezier(0.16, 1, 0.3, 1);
            animation-fill-mode: forwards;
          }
    &:hover::after{
        content: 'App Designer and Developer';
            white-space: pre-wrap;
        animation:second_text_anim 0.2s 0.6s alternate both;
        animation-iteration-count: 1;
      }
    }

    .info-box-nimble2 {
        border-radius: 10px;
        margin-right: 10px;
        text-align: center;
        
        width: 160px;
        height: 40px;
        background: #FDF9F1;
        transition: 0.3s;
        box-shadow:  0 0 0 #EDEAE3,
                   0 0 0 #FFFEFA,
                    5px 5px 5px #EDEAE3 inset,
                    -5px -5px 5px #FFFEFA inset;

    
        &:hover {
                animation: anime 1s cubic-bezier(0.16, 1, 0.3, 1);
                animation-fill-mode: forwards;
              }
        &:hover::after{
            content: 'UX \A Mockup \A Code';
            white-space: pre-wrap;
            animation:second_text_anim 0.2s 0.6s alternate both;
            animation-iteration-count: 1;
          }
        }

        .info-box-nimble3 {
            border-radius: 10px;
            margin-right: 10px;
            text-align: center;
            
            width: 160px;
            height: 40px;
            background: #FDF9F1;
            transition: 0.3s;
            box-shadow:  0 0 0 #EDEAE3,
                   0 0 0 #FFFEFA,
                    5px 5px 5px #EDEAE3 inset,
                    -5px -5px 5px #FFFEFA inset;
        
            &:hover {
                    animation: anime 1s cubic-bezier(0.16, 1, 0.3, 1);
                    animation-fill-mode: forwards;
                  }
            &:hover::after{
                content: 'Adobe Illustrator \A Figma \A Miro';
                white-space: pre-wrap;
                animation:second_text_anim 0.1s 0.5s alternate both;
                animation-iteration-count: 1;
              }
            }

  @keyframes anime {
    0% {
      width: 160px;
      height: 40px;
      background: #FDF9F1;
      text-align: center;
      box-shadow:  0 0 0 #EDEAE3,
                     0 0 0 #FFFEFA,
                      5px 5px 5px #EDEAE3 inset,
                      -5px -5px 5px #FFFEFA inset;
    }
    33% {
      width: 160px;
      height: 40px;
      text-align: center;
      background: #FDF9F1;
      box-shadow:  0 0 0 #EDEAE3,
                     0 0 0 #FFFEFA,
                      5px 5px 5px #EDEAE3 inset,
                      -5px -5px 5px #FFFEFA inset;
    }
    100% {
      width: 160px;
      height: 120px;
      background: #FDF9F1;
      text-align: center;
      box-shadow:  40px 40px 40px #EDEAE3,
      0 0 0 #FFFEFA,
      0 0 0 #EDEAE3 inset,
      2px 2px 2px #FFFEFA inset;
}
  }

@keyframes second_text_anim {
    from {
      opacity: 0;
    }
  }





/* PHONE WIDGET FOR NIMBLE PAGE */
#slider {
    position: relative;
    overflow: hidden;
    margin: 20px auto 0 auto;
    border-radius: 4px;
    background-image:url("../images/phonebackground.png");
  }
  
  #slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 587px;
    list-style: none;
    
  }
  
  #slider ul li {
    position: relative;
    display: block;
    float: left;
    margin-top: 0.4%;
    padding: 0;
    width: 303px;
    height: 587px;
    text-align: center;
    line-height: 300px;
  }
  
  a.control_prev, a.control_next {
    position: absolute;
    top: 50%;
    z-index: 999;
    display: block;
    padding: 14% 4%;
    width: auto;
    height: auto;
    background-color: #ffffff;
    color: #030303;
    text-decoration: none;
    font-weight: 600;
    font-size: 30px;
    opacity: 0.4;
    cursor: pointer;
  }
  
  a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
  }
  
  a.control_prev {
    border-radius: 0 2px 2px 0;
  }
  
  a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
  }
  
  .slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
  }

.resume-buttons{
    border: 2px solid #024959;
    background-color: #FDF9F1;
    padding: 12px 12px 12px 12px;
    color: #024959;
    font-weight: bold;
    border-radius: 10px; 
    width:fit-content;
    margin: 5px;
}

.resume-buttons:hover{
    background-color: #024959;
    color: #FDF9F1;
}

/* FORM ELEMENTS */
form{
    font-family: "Helvetica";
     font-size: 15px;
     color: #024959;
}

input,
input:focus{
    padding: 12px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #024959;
    color: #024959;
    outline:none;
    font-size:15px;
    width: 90%;
}


textarea,
textarea:focus {
    border: 1px solid #024959;
    margin: 10px 0 10px 0;
    padding: 12px;
    outline:none;
    color: #024959;
    background:#FDF9F1;
    overflow:auto;
    width: 90%;
}

[type=checkbox],
[type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

::-webkit-file-upload-button {
    font: inherit;
    font-size: 0.7rem;
    border: 1px solid #024959;
   background-color: #FDF9F1;
   padding: 6px 15px 6px 15px;
   color: #024959;
   font-weight: bold;
   border-radius: 10px; 
}

::-webkit-file-upload-button:hover{
   background-color: #024959;
   color: #FDF9F1;
}

input[type=file]{
    border:none !important;
    padding: 12px;
}

input[type=submit]{
    border: 2px solid #024959;
    background-color: #FDF9F1;
    padding: 12px 30px 12px 30px;
    color: #024959;
    font-weight: bold;
    border-radius: 10px; 
}

input[type=submit]:hover{
    background-color: #024959;
    color: #FDF9F1;
}

.required-asterisk{
    font-size: 18px;
    color: #EF3F2F;
}

  /* HOMEPAGE ANIMATION */

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 -40px 0 0;
  }
  
  .cube {
    position: relative;
    width: 1px;
    height: 1px;
    margin: 40px 40px 0 0;
    transform-style: preserve-3d;
  }
  .wall {
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc(-40px / 2);
    top: calc(-40px / 2);
    text-align: center;
    line-height: 25px;
    border: solid 1px #024959;
  }
  .front {
    transform: translateZ(calc(40px / 2));
  }
  .back {
    transform: translateZ(calc(-40px / 2)) rotateY(180deg);
  }
  .right {
    transform: translateX(calc(40px / 2)) rotateY(90deg);
  }
  .left {
    transform: translateX(calc(-40px / 2)) rotateY(-90deg);
  }
  .top {
    transform: translateY(calc(-40px / 2)) rotateX(90deg);
  }
  .bottom {
    transform: translateY(calc(40px / 2)) rotateX(-90deg);
  }
  
  /* animation */
  
  .flex:nth-of-type(4) .cube:nth-of-type(1) {
    animation: rotation 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
  }
  
  .flex:nth-of-type(3) .cube:nth-of-type(1) {
    animation: rotation 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
  }
  .flex:nth-of-type(4) .cube:nth-of-type(2) {
    animation: rotation 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s forwards;
  }
  
  .flex:nth-of-type(2) .cube:nth-of-type(1) {
    animation: rotation 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
  }
  .flex:nth-of-type(3) .cube:nth-of-type(2) {
    animation: rotation 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
  }
  .flex:nth-of-type(4) .cube:nth-of-type(3) {
    animation: rotation 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s forwards;
  }
  
  .flex:nth-of-type(1) .cube:nth-of-type(1) {
    animation: rotation 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s forwards;
  }
  .flex:nth-of-type(2) .cube:nth-of-type(2) {
    animation: rotation 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s forwards;
  }
  .flex:nth-of-type(3) .cube:nth-of-type(3) {
    animation: rotation 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s forwards;
  }
  .flex:nth-of-type(4) .cube:nth-of-type(4) {
    animation: rotation 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s forwards;
  }
  
  .flex:nth-of-type(1) .cube:nth-of-type(2) {
    animation: rotation 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s forwards;
  }
  .flex:nth-of-type(2) .cube:nth-of-type(3) {
    animation: rotation 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s forwards;
  }
  .flex:nth-of-type(3) .cube:nth-of-type(4) {
    animation: rotation 5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.9s forwards;
  }
  
  .flex:nth-of-type(1) .cube:nth-of-type(3) {
    animation: rotation 5s cubic-bezier(0.215, 0.61, 0.355, 1) 1s forwards;
  }
  .flex:nth-of-type(2) .cube:nth-of-type(4) {
    animation: rotation 5s cubic-bezier(0.215, 0.61, 0.355, 1) 1s forwards;
  }
  .flex:nth-of-type(1) .cube:nth-of-type(4) {
    animation: rotation 5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s forwards;
  }
  
  @keyframes rotation {
    100% {
      transform: rotateX(270deg) rotateY(270deg);
    }
  }
  
  .wall{
    animation: color 2s linear 1.5s forwards;
  }
  
  @keyframes color {
    100% {
      background-color: #024959;
      border: solid 1px #FDF9F1;
    }
  }


  .wrapper {
    top:0;
    left:0;
    bottom:0;
    width : 100% ;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    perspective:1100px;
}

.laptop {
    position:relative;
    animation:laptop 0s 0.5s ease-out forwards;
    transform-style:preserve-3d;
    transform:scale(0.5);
}


.laptop .screen {
    position:relative ;
    width:30rem;
    height:20rem;
    background-color:#1c1c1c;
    border:0.5rem solid  #0c0c0c;
    border-radius:4px;
    transform-origin: 50% 100% ;
    transform:rotate3d(1,0,0,-90deg);
    animation: screen 1s 1s ease-out forwards ;
}

.laptop .keyboard {
    position:relative;
    width:30rem;
    height:20rem;
    background-color:#F2E7DC;
    transform-origin: 50% 0% ;
    border-radius:4px;
    transform:rotate3d(1,0,0,90deg);
    animation:keyboard 1s 1s ease-out forwards;
}

.laptop .keyboard::before {
    position:absolute;
    content:"";
    top:1em;
    left:1rem;
    width:calc(100% - 1rem);
    height:calc(70% - 1rem);
    background-color:#0c0c0c;
    border-radius:4px;
}

.laptop .keyboard::after {
    position:absolute;
    content:"";
    bottom:0.5rem;
    left:50%;
    width:30%;
    height:25%;
    background-color:#0c0c0c;
    border-radius:4px;
    transform:translateX(-50%);
}


@keyframes screen {
    0% {
        transform:rotate3d(1,0,0,-90deg);
    }
    100% {
        transform:rotate3d(1,0,0,0deg);
    }
}

@keyframes p1 {
    0%{
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@keyframes keyboard {
    0% {
        transform:rotate3d(1,0,0,90deg);
    }
    100% {
        transform:rotate3d(1,0,0,70deg);
    }
}

@keyframes laptop {
    0% {
        transform:scale(0.5);
    }
    100% {
        transform:scale(1);
    }
}

.laptop::before {
    position:absolute;
    content:"";
    top:60%;
    width:100%;
    height:10rem;
    left:50%;
    background:radial-gradient(#0003 ,#0000 70%);
    transform:translate(-50%) scaleY(0.6);
    opacity:0;
    animation:shadow 0.2s 1s ease-out forwards;
}

@keyframes shadow{
    to{opacity:1;}
}

.laptop .screen .p1 {
    position:relative ;
    width :100%;
    height:100%;
    background:linear-gradient(
        135deg,
        hsl(220,80%,60%),
        hsl(220,80%,30%)
    );
    opacity:0;
    border-radius:0px;
    animation: p1 0.4s 2s ease-out forwards;
    background-image: url("../images/fwsFeature.png");
    background-size: contain;
}


.laptop .screen .p1 .terminal {
    position:absolute;
    top:10%;
    left:5%;
    width:75%;
    height:60%;
    background-color:#f1f1f1;
    border-radius:4px;
    border-top:8px solid #555;
    font-size:0.5rem;
    color:#fff;
    font-family:monospace;
    padding:0.25rem;
}

.laptop .screen .p1::before {
    position:absolute;
    content:"";
    left:50%;
    bottom:0rem;
    width:100%;
    height:0.5rem;
    transform:translate(-50%);
    background-color:#fff5;
}

.laptop .screen .p1::after {
    position:absolute;
    content:"";
    right:1rem;
    bottom:2rem;
    width:1rem;
    height:1rem;
    border-radius:0.3rem;
    background-color:#fff5;
}

.laptop .screen .p2 {
    position:relative ;
    width :100%;
    height:100%;
    background:linear-gradient(
        135deg,
        hsl(220,80%,60%),
        hsl(220,80%,30%)
    );
    opacity:0;
    border-radius:0px;
    animation: p1 0.4s 2s ease-out forwards;
    background-image: url("../images/telnyxFeature.png");
    background-size: contain;
}


.laptop .screen .p2 .terminal {
    position:absolute;
    top:10%;
    left:5%;
    width:75%;
    height:60%;
    background-color:#f1f1f1;
    border-radius:4px;
    border-top:8px solid #555;
    font-size:0.5rem;
    color:#fff;
    font-family:monospace;
    padding:0.25rem;
}

.laptop .screen .p2::before {
    position:absolute;
    content:"";
    left:50%;
    bottom:0rem;
    width:100%;
    height:0.5rem;
    transform:translate(-50%);
    background-color:#fff5;
}

.laptop .screen .p2::after {
    position:absolute;
    content:"";
    right:1rem;
    bottom:2rem;
    width:1rem;
    height:1rem;
    border-radius:0.3rem;
    background-color:#fff5;
}

.laptop .screen .p3 {
    position:relative ;
    width :100%;
    height:100%;
    background:linear-gradient(
        135deg,
        hsl(220,80%,60%),
        hsl(220,80%,30%)
    );
    opacity:0;
    border-radius:0px;
    animation: p1 0.4s 2s ease-out forwards;
    background-image: url("../images/background-contact.png");
    background-size: contain;
}


.laptop .screen .p3 .terminal {
    position:absolute;
    top:10%;
    left:5%;
    width:75%;
    height:60%;
    background-color:#0c0c0c;
    border-radius:4px;
    border-top:8px solid #555;
    font-size:0.5rem;
    color:#fff;
    font-family:monospace;
    padding:0.25rem;
}

.laptop .screen .p3::before {
    position:absolute;
    content:"";
    left:50%;
    bottom:0rem;
    width:100%;
    height:0.5rem;
    transform:translate(-50%);
    background-color:#fff5;
}

.laptop .screen .p3::after {
    position:absolute;
    content:"";
    right:1rem;
    bottom:2rem;
    width:1rem;
    height:1rem;
    border-radius:0.3rem;
    background-color:#fff5;
}

.laptop .screen .p3 .terminal::before {
    color:#ffffff;
    animation:type 10s 1.5s linear normal 1;
    content:"> ";
}

@keyframes type {
    0% { content:"> ";}
    2% { content:"> |";}
   4% { content:"> ";}
   6% { content:"> |";}
   8% { content:"> T|";}
   10% { content:"> Th|";}
   12% { content:"> Tha|";}
   14% { content:"> Than|";}
   16% { content:"> Thank|";}
   18% { content:"> Thanks|";}
   20% { content:"> Thanks |";}
   22% { content:"> Thanks f|";}
   24% { content:"> Thanks fo|";}
   26% { content:"> Thanks for|";}
   28% { content:"> Thanks for |";}
   30% { content:"> Thanks for v|";}
   32% { content:"> Thanks for vi|";}
   34% { content:"> Thanks for vis|";}
   36% { content:"> Thanks for visi|";}
   38% { content:"> Thanks for visit|";}
   40% { content:"> Thanks for visiti|";}
   42% { content:"> Thanks for visitin|";}
   44% { content:"> Thanks for visiting|";}
   46% { content:"> Thanks for visiting!|";}
   48% { content:"> Thanks for visiting!!|";}
   50% { content:"> Thanks for visiting!! |";}
   52% { content:"> Thanks for visiting!! L|";}
   54% { content:"> Thanks for visiting!! Le|";}
   56% { content:"> Thanks for visiting!! Let|";}
   58% { content:"> Thanks for visiting!! Let'|";}
   60% { content:"> Thanks for visiting!! Let's|";}
   62% { content:"> Thanks for visiting!! Let's |";}
   64% { content:"> Thanks for visiting!! Let's m|";}
   66% { content:"> Thanks for visiting!! Let's me|";}
   68% { content:"> Thanks for visiting!! Let's mee|";}
   70% { content:"> Thanks for visiting!! Let's meet|";}
   72% { content:"> Thanks for visiting!! Let's meet |";}
   74% { content:"> Thanks for visiting!! Let's meet a|";}
   76% { content:"> Thanks for visiting!! Let's meet ag|";}
   78% { content:"> Thanks for visiting!! Let's meet aga|";}
   80% { content:"> Thanks for visiting!! Let's meet agai|";}
   82% { content:"> Thanks for visiting!! Let's meet again|";}
   84% { content:"> Thanks for visiting!! Let's meet again!|";}
   86% { content:"> Thanks for visiting!! Let's meet again! |";}
   88% { content:"> Thanks for visiting!! Let's meet again! :|";}
   90% { content:"> Thanks for visiting!! Let's meet again! :)|";}
   92% { content:"> Thanks for visiting!! Let's meet again! :)";}
   94% { content:"> Thanks for visiting!! Let's meet again! :)|";}
   96% { content:"> Thanks for visiting!! Let's meet again! :)";}
   98% { content:"> Thanks for visiting!! Let's meet again! :)|";}
   100% { content:"> Thanks for visiting!! Let's meet again! :)";}
}

/* RESPONSIVE STYLING */


@media (max-width: 1160px){
  .homepage-flex {
    position:relative;
  flex-direction: column;
  display:flex;
  width:100%;
  justify-content:center;
  align-items: center;
  }

  .responsive-title-image {
    display:flex;
    min-width: 100%;
    margin-top:0;
    margin-left: 20px;
align-items: center;
justify-content: center;
order: 2;
}
}

@media (max-width: 1225px){
  .laptop .screen {
    position:relative ;
    width:22rem;
    height:15rem;
    background-color:#1c1c1c;
    border:0.5rem solid  #0c0c0c;
    border-radius:4px;
    transform-origin: 50% 100% ;
    transform:rotate3d(1,0,0,-90deg);
    animation: screen 1s 1s ease-out forwards ;
}

.laptop .keyboard {
    position:relative;
    width:22rem;
    height:15rem;
    transform-origin: 50% 0% ;
    border-radius:4px;
    transform:rotate3d(1,0,0,90deg);
    animation:keyboard 1s 1s ease-out forwards;
}
}

@media (max-width: 1000px){
  .contact-desc{
    display:flex;
    margin: 20px 30px 0 30px;
    padding: 5px;
    font-size: inherit;
    flex: 100%;
  }

  h1 {
    font-size: 50px;
    font-weight: 900;
    font-family: "Outfit", sans-serif;
    color:#012E40;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

h2 {
    font-size: 32px;
    font-weight: 300;
    font-family: 'Outfit', sans-serif; 
    color:#012E40;
}

h3 {
    font-size: 24px;
    font-weight: 200;
    font-family: "Outfit", sans-serif;
    color:#012E40;
}

h4 {
    font-size: 18px;
    font-weight: 200;
    font-family: "Outfit", sans-serif;
    color:#026773;
}

h5 {
   font-size: 14px;
   font-weight: 400;
   font-family: "Outfit", sans-serif;
   color:#026773;
}
  }

@media (max-width: 975px){
  #resume-link{
    position: absolute;
    margin-top: 200px;
    margin-left:250px;
  }

  

.content-padding {
    padding-top: 100px !important;
    padding-bottom: 64px !important
}
}

@media (max-width:965px){
  #resume-link{
    position: absolute;
    margin-top: 280px;
    margin-left:350px;
  }

  .flexi-container > div {
    margin: 50px 10px 5px 10px;
    padding: 20px;
    font-size: inherit;
    flex: 30%;
  }

  .laptop .screen {
    position:relative ;
    width:15rem;
    height:10rem;
    background-color:#1c1c1c;
    border:0.5rem solid  #0c0c0c;
    border-radius:4px;
    transform-origin: 50% 100% ;
    transform:rotate3d(1,0,0,-90deg);
    animation: screen 1s 1s ease-out forwards ;
}

.laptop .keyboard {
    position:relative;
    width:15rem;
    height:10rem;
    transform-origin: 50% 0% ;
    border-radius:4px;
    transform:rotate3d(1,0,0,90deg);
    animation:keyboard 1s 1s ease-out forwards;
}
  
}

@media (max-width:805px){
.flexi-buttons{
  display:flex;
  /*flex-direction: column;*/
  justify-content: center;
  align-items: center;
}

  }

@media (max-width: 768px){
  .navbar{
      opacity: 0.95;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines{
      display: block;
  }

  .navbar-container{
      display: block;
      position: relative;
      height: 64px;
  }

  .navbar-container input[type="checkbox"]{
      position: absolute;
      display: block;
      height: 32px;
      width: 30px;
      top: 20px;
      left: 20px;
      z-index: 5;
      opacity: 0;
      cursor: pointer;
  }

  .navbar-container .hamburger-lines{
      display: block;
      height: 28px;
      width: 35px;
      position: absolute;
      top: 20px;
      left: 20px;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line{
      display: block;
      height: 4px;
      width: 100%;
      border-radius: 10px;
      background: #3CA6A6;
  }
  
  .navbar-container .hamburger-lines .line1{
      transform-origin: 0% 0%;
      transition: transform 0.3s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2{
      transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3{
      transform-origin: 0% 100%;
      transition: transform 0.3s ease-in-out;
  }

  .navbar .menu-items{
      padding-top: 100px;
      background: #fff;
      height: 100vh;
      max-width: 300px;
      transform: translate(-150%);
      display: flex;
      flex-direction: column;
      margin-left: -40px;
      padding-left: 40px;
      transition: transform 0.5s ease-in-out;
      box-shadow:  5px 0px 10px 0px #aaa;
      overflow: scroll;
  }

  .navbar .menu-items li{
      margin-bottom: 1.8rem;
      font-size: 1.1rem;
      font-weight: 500;
  }

  .logo{
      position: absolute;
      top: 35%;
      right: 0;
      font-size: 2.5rem;
      width: 60px;
  }

  .navbar-container input[type="checkbox"]:checked ~ .menu-items{
      transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
      transform: rotate(45deg);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
      transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
      transform: rotate(-45deg);
  }


}

@media (max-width:790px){
  
.laptop .screen {
  position:relative ;
  width:22rem;
  height:15rem;
  background-color:#1c1c1c;
  border:0.5rem solid  #0c0c0c;
  border-radius:4px;
  transform-origin: 50% 100% ;
  transform:rotate3d(1,0,0,-90deg);
  animation: screen 1s 1s ease-out forwards ;
}

.laptop .keyboard {
  position:relative;
  width:22rem;
  height:15rem;
  transform-origin: 50% 0% ;
  border-radius:4px;
  transform:rotate3d(1,0,0,90deg);
  animation:keyboard 1s 1s ease-out forwards;
}
  
}

@media (max-width:850px){
  #resume-link{
    position: absolute;
    margin-top: 175px;
    margin-left:250px;
  }
  
}


  @media (max-width:600px) {

    body {                            
         font-size: 14px;
         color:#0c0c0c;
         font-weight:200;
         background-color: #FDF9F1;
         /*line-height: 1.5*/
        }
         
   

   /* .homepage-flex {
        position:relative;
    flex-direction: column;
    display:flex;
    width:100%;
    justify-content:center;
    align-items: center;
    }*/

      .navbar-container input[type="checkbox"]:checked ~ .logo{
          display: none;
      }

    .flexi-container > div {
        margin: 5px;
        padding: 5px;
        font-size: inherit;
        flex: 30%;
      }

      

      .responsive-image {
        width: 100%;
        justify-content: flex-start;
        margin-left: 0;
    }

    .flexi-buttons{
        display:flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }

      .info-box-container {
        margin-bottom: 10px;
      }

      #slider {
        position: relative;
        overflow: hidden;
        margin: 0 !important;
        padding:0 !important;
        border-radius: 4px;
        background-image:url("../images/phonebackground.png");
      }

      input,
input:focus{
    width: 100%;
}

textarea,
textarea:focus {
    width: 100%;
}

    ::-webkit-file-upload-button {
        font: inherit;
        font-size: 0.7rem;
        border: 1px solid #024959;
       background-color: #FDF9F1;
       padding: 6px 15px 6px 15px;
       color: #024959;
       font-weight: bold;
       border-radius: 10px; 
    }
    
    ::-webkit-file-upload-button:hover{
       background-color: #024959;
       color: #FDF9F1;
    }


      
  }
  
  



