@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Poppins',sans-serif;
    scroll-behavior: smooth;
}

/* Scroll bar edits */
/* width */
::-webkit-scrollbar {
    width: 20px;
}
  
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
   
/* Handle */
::-webkit-scrollbar-thumb {
    background: #009e66; 
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: grey; 
}

.darkmode-toggle {
    z-index: 10;
}

header {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    padding:40px 100px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
}

header .logo {
    color:#fff;
    font-size:24px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 2px;
}

header ul {
    position: relative;
    display:flex;
}

header ul li {
    position:relative;
    list-style: none;
}

header ul li a {
    position: relative;
    display:inline-block;
    margin:0 15px;
    color:#fff;
    text-decoration: none;
}

/* Creating Navigation Bar */
header.sticky {
    background:#fff;
    padding:20px 100px;
    box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

header.sticky .logo {
    color:#111;
}

header.sticky ul li a {
    color:#111;
}

/* Creating Services Layout */
section {
    padding:80px;
}

.banner {
    position:relative;
    min-height: 100vh;
    background:#111;
    background:url(images/myPic1.jpg);
    background-size:cover;
    background-position: right;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.banner h2 {
    font-size: 3.5em; /*2.5*/
    color:#444;
    font-weight: 500;
    line-height: 1.5em;
    text-shadow: -0.5px 0 white, 0 0.5px white, 0.5px 0 white, 0 -0.5px white;
}

.banner h2 span {
    font-size: 1.2em;
    font-weight: 300;
    color:#efefef;
}

.banner h3 {
    color:#fff;
    font-size: 2.5em;
    font-weight: 500;
}

.info {
    position: relative;
    z-index: 1;
}

.typed2 {
    width: 96.5%;
}

.info2 {
    position: relative;
    z-index: 1;
}

.btn {
    position:relative;
    background:#009e66;
    display:inline-block;
    color:#000;
    margin-top: 20px;
    padding:10px 30px;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-weight: 500;
    z-index: 1;
}

.btn:hover {
    box-shadow:0 0 20px 5px #ccc;
    transform:scale(1.008);
    -webkit-transform:scale(1.008);
    -moz-transform:scale(1.008);
    -ms-transform:scale(1.008);
    -o-transform:scale(1.008);
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
}

#particles-js {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    height: 100vh;
    position: absolute;
    width: 98.93vw;
    z-index: 1;
}

a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}

/* Creating About Layout */
main {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 80px;
}

.content{
    display:flex;
    /* justify-content: space-between; */
}

#picture {
    animation: fade 2s linear forwards;
}

.heading {
    width:100%;
    text-align: center;
    margin-bottom: 30px;
    color:#111;
}

.heading p {
    font-style: italic;
    font-size:14px;
}

.heading h2 {
    font-size: 3em;
    color:#009e66
}

.contentBx {
    padding-left:0px;
    text-align: justify;
}

.contentBx #top1 {
    padding-right: 20%;
    text-align: center;
    font-style: italic;
    font-size:14px;
}

.contentBx #top2 {
    padding-right: 20%;
    text-align: center;
    font-size: 3em;
    color:#009e66
}

.contentBx h2 {
    font-weight: 300;
    margin-bottom: 10px;
}

.proPic {
    max-width:1100px;
    max-height:450px;
    width: auto;
    height: auto;
    margin-left: 70px;
}

.heading.bottom {
    display:flex;
    justify-content: space-between;
    flex-direction:row;
    align-items: center;
    margin-top: 20px;
}

.btn.round {
   border-radius:50px;    ;
   -webkit-border-radius:50px    ;
   -moz-border-radius:50px    ;
   -ms-border-radius:50px    ;
   -o-border-radius:50px    ;
}

.info {
    display:flex;
    justify-content: space-between;
}

.bt {
    margin-top: 20px;;
}

.w50 {
    min-width: 300px;
}

img {
    max-width:100%;
}

/* Creating Work Layout in CSS */
.work .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 4px;
}

.work .row .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.work .row .column:not(:first-child) {
    margin-left: 30px;
}

.work .row .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.work .row .column img:hover {
    box-shadow:0 0 20px 5px #ccc;
    transform:scale(1.008);
    -webkit-transform:scale(1.008);
    -moz-transform:scale(1.008);
    -ms-transform:scale(1.008);
    -o-transform:scale(1.008);
    transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -ms-transition:0.5s;
    -o-transition:0.5s;
}

/* Curved edges just for the image with phone background */
.work .row .customRadius img:hover {
    border-radius: 10%;
}

.work .row .column p {
    text-align: center;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 20px;
}

/* .darkmode--activated .work .row .column p {
    color: white;
} */

.work .row .column a:link,
.work .row .column a:visited,
.work .row .column a:active {
    color:#161616;
    text-decoration: none;
    font-weight: 600;
}

/* Creating Contact Details Layout in CSS */
.contactMe {
    background-color: #000;
    isolation: isolate;
}

.contactMe .contactHead {
    width:100%;
    text-align: center;
    color:#009e66;
    padding: 20px 0;
    font-size: 2rem;
}

.contactMe .myContact {
    color:#009e66;
    display: flex;
    justify-content: center;
}

.contactMe .myContact .box {
    display: flex;
    margin: 0 3%;
    margin-bottom: 30px;
}

.contactMe .myContact .box .icon {
    color: white;
    font-size: 24px;
    margin-right: 25px;
}

.contactMe .myContact .box .text p {
    color: grey;
    font-size: 16px;
}

.contactMe .mySocials {
    display:flex;
    flex-direction:row;
    letter-spacing: 15px;
    justify-content: center;
    padding-bottom: 30px;
}

.mySocials i {
    color:#009e66;
    font-size: 42px;
    cursor:pointer;
}

footer.copyright {
    background:#000;
    color:#fff;
    text-align: center;
    padding:10px;
    isolation: isolate;
}

@media (max-width: 1670px) {
    /* EMPTY */
}

@media (max-width: 1200px) {
    main {
        padding: 80px;
    }

    #picture {
        display: none;
    }

    .contactMe .myContact {
        color:#009e66;
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin: auto;
    }

    .contactMe .mySocials {
        display:flex;
        flex-direction:row;
        letter-spacing: 15px;
        width: 20%;
        margin: auto;
        padding-bottom: 30px;
    }
    
    .mySocials i {
        color:#009e66;
        font-size: 42px;
        cursor:pointer;
    }
}

@media (max-width: 1170px) {
    .work .row .column {
        flex: 55%;
        max-width: 55%;
    }

    .work .row .column:not(:first-child) {
        margin-left: 0px;
    }
}

@media (max-width: 991px)
{
    header,
    header.sticky {
        padding:20px 50px;
		z-index:2;
    }

    header .menu {
        display:none;
        z-index:1;
    }

    header .menu {
        position:fixed;
        background:#fff;
        display:block;
        top:75px;
        left:-100%;
        padding:100px 50px;
        width:100%;
        height:100vh;
        border-top:1px solid rgba(0,0,0,0.2);
        text-align:center;
        transition:0.5s;
        -webkit-transition:0.5s;
        -moz-transition:0.5s;
        -ms-transition:0.5s;
        -o-transition:0.5s;
    }

    header .menu.active {
        position: fixed;
        top: 75px;
        left: 0;
        padding: 100px 50px;
        display: block;
        text-align: center;
        width: 100%;
        height: 100vh;
        background: #fff;
    }

    header ul li a {
        font-size: 20px;
        font-weight: 400;
        color:#111;
        margin:10px 0;
    }

    .toggle {
        width:40px;
        height:40px;
        background:url(images/menu.png);
        background-position:center;
        background-size:30px;
        background-repeat:no-repeat;
        cursor:pointer;
    }

    .toggle.active {
        width:40px;
        height:40px;
        background:url(images/close.png);
        background-position:center;
        background-size:25px;
        background-repeat:no-repeat;
        cursor:pointer;
    }

    header.sticky .toggle {
        filter:invert(1);    ;
        -webkit-filter:invert(1)    ;
    }

    section {
        padding: 100px 30px;
    }

    .banner {
        padding:150px 50px 100px;
    }

    .banner h2 {
        font-size: 1.5em;
    }

    .banner h3 {
        font-size: 1em;;
    }

    .textBx {
        position:relative;
    }

    .btn {
        margin-top: 10px;
        padding: 10px 20px;
        font-size: 16px;
    }

    .content {
        flex-direction: column;
    }

    .contentBx {
        padding:0;
    }

    .content .w50 img {
        display:block;
        margin:0 auto 30px auto;
    }

    .heading h2 {
        font-size:24px;
    }

    .contentBx h3 {
        font-size: 20px;
    }

    .contentBx h2 {
        font-size: 20px;
        font-weight: 300;
    }

    .services .content .servicesBx {
        margin:10px;
    }

    .contactInfo {
        margin:10px 0;
    }

    .contentBx #top1 {
        padding-right: 3%;
        text-align: center;
        font-style: italic;
        font-size:12px;
    }
    
    .contentBx #top2 {
        padding-right: 3%;
        text-align: center;
        font-size: 2.5em;
        color:#009e66
    }
}

@media (max-width: 850px) {
    .contactMe .contactHead {
        font-size: 1rem;
    }
    
    .contactMe .myContact .box .text h3 {
        font-size: 11px;
    }

    .contactMe .myContact .box .text p {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .work .row  .column {
        flex: 100%;
        max-width: 100%;
    }

    .heading.bottom {
        display:flex;
        justify-content: space-between;
        align-items: center;
        flex-direction:row;
    }

    main {
        padding-left: 36px;
        padding-right: 40px;
    }
}

@media (max-width: 600px) {
    .heading.bottom{
        display:flex;
        justify-content: space-between;
        align-items: center;
        flex-direction:column;
    }

    .contactMe .myContact {
        flex-direction: column;
        width: 56%;
        margin: auto;
    }
}

@media (max-width: 500px) {
    .contentBx #top1 {
        padding-right: 3%;
        text-align: center;
        font-style: italic;
        font-size:12px;
    }
    
    .contentBx #top2 {
        padding-right: 3%;
        text-align: center;
        font-size: 2.5em;
        color:#009e66
    }
}

@media (max-width: 400px) {
    .banner h2 {
        font-size: 1.3em;
        font-weight: 700;
    }

    .banner h3 {
        font-size: 0.95em;
    }

    .contentBx #top2 {
        font-size: 2em;
    }
}

@keyframes fade{
    from{
      opacity: 0;
    }
    to{
      opacity: 1;
    }
  }
