@import 'utilities.css';
:root{
    --primary:#3DCFD3;
    --dark:#151515;
    --pure:#FFFFFF;
    --ternary:#898989;
    --light:#F2F2F2;
}

body,html{
    font-family: 'Poppins',sans-serif;
    height: 100%;
    margin: 0;
    overflow-x: clip;
}
html{
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
}

#loading{
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #161618 url('/images/tenor.gif')
    no-repeat center;
    background-size: 16rem;
    z-index: 999;

}

::-webkit-scrollbar{
    display: none;
}

header{
    background: var(--dark);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 75% 75%, 0 85%);
    background-clip: white;
    z-index: 1;
}

.logosm{
    max-width: 200px;
}

.container{
    padding: 0 15px;
    margin: 0 auto;
}

header nav .left a{
    color: var(--pure);
    text-decoration: none;
    margin-right: 2rem;
    text-transform: uppercase;
    transition:all .3s ease;

}

header nav .left a:hover{
    color: var(--primary);
}

header nav{
    padding: 2rem 0;
}

header nav .branding{
    margin-right: 3rem;
}

.hero .left img{
    height: 875px; 
    width: 400px; 
    padding-bottom: 35px;
    margin-bottom: -3rem;
}

.hero .right{
    color: var(--pure);
    margin-top: -9rem;
    /* padding-left: 5rem; */
}

.hero .right h6{
    font-size: 1.6rem;
    color: var(--primary);
    margin-bottom: 0.3rem;
    font-weight: 100;
}

.hero .right h1{
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 1.6rem;
}

.hero .right h1 span{
    color: var(--primary);
}

.hero .right p{
    line-height: 1.9rem;
    margin-bottom: 2rem;
}

.hero{
    padding: 3rem 0;
}

section.about{
    background-color: white;
    margin-top: -154px;
    height: 100vh;
    display: flex;
}

section.about h1{
    margin-bottom: 1rem;
    font-size: 1.6rem;
    font-weight: 400;
}

section.about h1 span{
    color: var(--primary);
}

section.services h1 span{
    color: var(--primary);
}

section.about h3{
    font-size: 1rem;
    margin-bottom: 1rem;
}

section.about p{
    font-family: 'lato', sans-serif;
    color: var(--ternary);
    line-height: 1.6rem;
}

section.about .social{
    display: flex;

}

section.about .social a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 0.8rem;
}

.abtmetxt{
    flex-direction: column;
    text-align: justify;

}

section.about .social .si img:hover{
    zoom: 125%;
}

section.about .social{
    margin-top: 1.8rem;
}

.section-heading{
    color: var(--dark);
    text-align: center;
    padding-bottom: 4rem;
    line-height: 0.5rem;
}

.bluebg{
    margin: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    padding: auto;
    background-color: var(--primary);
}

#powrflw{
    max-width: 500px;
}

.bluebg img{
    padding: 0;
    margin: 0;
    height: 60px;
    width: 60px;
    padding-left: 10px;
    padding-top: 10px;
}

section.services .container .card-wrapper
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 0 100px;
}

section.services{
    height: 100vh;
    padding-top: 6rem;
    background-color: var(--light);
    padding-bottom: 6rem;
}


section.services .container .card-wrapper .card{
    background-color: var(--pure);
    /* padding:3rem 2rem; */
    padding-top: 5rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 2.5rem;
    position: relative;
    margin-top: 20px;
    transition: all .9s ease;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 50px;
}

.card-heading{
    margin:0;
    padding: 0;
}

section.services .container .card-wrapper .card .bluebg{
    position: absolute;
    top:-2.4rem;
    left: 50%;
    transform: translateX(-50%);

}

section.services .container .card-wrapper .card h1{
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom: 0.5;
    text-align: center;
}

section.services .container .card-wrapper .card p{
    font-family: 'Lato', sans-serif;
    color: var(--ternary);
    line-height: 1.6;
    text-align: center;

}

.about .container .flex-1 > img{
    width: 350px;
    border-radius: 50%;
}

section.services .container .card-wrapper .card:hover{
    background: var(--dark);

}

section.services .container .card-wrapper .card:hover h1, section.services .container .card-wrapper .card:hover p
{
    color: var(--pure);
}

section.freelancer{
    padding-top: 10rem;
    padding-bottom: 14rem;
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(/images/camera.png);
    color: var(--pure);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 87%, 0 100%);
    background-repeat: round;
}

section.freelancer h1{
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

section.freelancer p{
    margin-top: .6rem;
    margin-bottom: 3rem;
    font-family: 'Lato',sans-serif;
    color: var(--light);
}



section.experience h1{
    font-weight: 800;
}

section.experience .flex{
    padding-top: 5rem;
    justify-content: space-around;
}


section.experience{
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.bounceIn, .bounceInLeft, .bounceInRight, .bounceInDown, .fadeIn, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInLeft, .fadeInRight, .slideInUp, .slideInDown, .slideInLeft, .slideInRight, .zoomIn, .swing, .pulse, .bounce, .progress1-delay, .progress2-delay, .progress3-delay, .progress4-delay, .progress5-delay {
    visibility: visible;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.skills-section .skill-icon img {

    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.skills-section .skill-icon img:hover {
    filter: grayscale(0);
    transform: scale(1.5);
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 90%;


}
section.experience .container .skills-section .row .skill-icon .img{
    vertical-align: middle;
}

.parallax{
    background-image: url('images/camera.png');
    min-height: 200px;
    background-attachment:fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    filter: opacity(89%);
}

 .dwnload{
    z-index: 2;
    color: var(--pure);
    text-align: center;
}

.span3{
    color: var(--primary);
}

section.my_work{
    /* height: 100vh; */
    padding-top: 50px;
    background-color: var(--light);
}

/* section.my_work .border-green-600{
    border: 2px solid green
} */

.crd-wrap{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}

.card{
    position: relative;
    height: 100%;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.card:hover .overlay{
    opacity: 100;
}

.card:hover .overlay2{
    opacity: 100;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    background: rgba(61,207,211,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--ternary);
    opacity: 0;
    transition: all .3s ease;
}

.overlay2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(61,207,211,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--ternary);
    opacity: 0;
    transition: all .3s ease;
}

.contact_form{
    padding: 0 100px;
}

/* .overlay a{
    color: var(--secondary);
} */

.text-center{
    text-align: center;
}

section.connect{
    height: 100vh;
}

section.connect .input-wrapper{
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
    margin-bottom: 2rem;
}

section.connect .input-wrap2{
    display: flex;
    flex-direction: column;
}

section.connect input{
    padding: 0.5rem;
    border: 1px solid var(--light);
    font-size: .9rem;
}
section.connect input:focus{
    outline: none;
    background-color:azure;
}

textarea{
    padding: 0.5rem;
    border: 1px solid var(--light);
    font-size: .9rem;
}

textarea:focus{
    outline: none;
    background-color:azure;
}

.footer-socials img{
    margin-top: 2rem;
    width: 45px;
    filter: invert(1);
    padding: 5px;
}

footer{
    margin-top: 4rem;
    background-color: var(--dark);
    text-align: center;
    padding: 3rem;
}

footer p{
    margin-top: 3rem;
    font-size: 15px;
    color: var(--ternary);
}

footer img{
    width: 200px;
}


/* .icon3x{
width: 30%;
} */

.nav-item{
    display: inline;
    margin: 0 2rem;
}

.nav-item a{
    color: #fff;
    text-decoration: none;
    font-family: 'Lato';
    font-size: larger;
}

#navbarResponsive{
    align-self: center;
}

#hamburger{
    display: none;
}

#tray{
    display:none;
    width: 0;
}

#btnclse{
    color: var(--light);
}

#overlay-content a{
    color: var(--light);
}

#overlay-content a:hover{
    color:var(--primary);
    transition: 1s;
}

.nav-item a{
    color: var(--primary);
    font-size: 20px;
}

.cnt{
    margin-right: 20px;
}

.nav-item a:hover{
    color: white;
}

.sndmsg{
    color: var(--pure);
}


nav.sidebar{
    position: fixed;
    width: 60px;
    transition: all 0.3s linear;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0.8;
    z-index: 999;
}

nav.sidebar ul {
    margin-top: 0;
    margin-bottom: 0rem;
    background-color: var(--dark);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    opacity: 0.8;
}

nav.sidebar li{
  height: 45px;
  position:relative;
  list-style: none;
}
nav.sidebar li a{
  color: #fff !important;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 45px;
  padding-left:25%;
  /* border-bottom: 1px solid rgba(0,0,0,.4); */
  transition: all .3s linear;
  text-decoration: none !important;
  position: absolute;
  right: 0;
  background-color: var(--dark);
}
 nav.sidebar li:nth-child(1) a{
    border-top-left-radius: 20px;
}
/*nav.sidebar li:nth-child(2) a{
  background: #1DA1F2;
}
nav.sidebar li:nth-child(3) a{
  background: #E1306C;
}
nav.sidebar li:nth-child(4) a{
  background: #2867B2;
}
nav.sidebar li:nth-child(5) a{
  background: #333;
}*/
nav.sidebar li:nth-child(6) a{
    border-bottom-left-radius: 20px;
} 
nav.sidebar li a i{
    position: absolute;
    top: 14px;
    left: 24px;
    font-size: 15px;
}
nav.sidebar ul li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
nav.sidebar a:hover {
  z-index:1;
  width: 185px;
  /* border-bottom: 1px solid rgba(0,0,0,.5); */
  /* box-shadow: 0 0 1px 1px rgba(0,0,0,.3); */
}
nav.sidebar ul li:hover a span{
  padding-left: 30%;
  display: block;
  font-size: 15px;
}



















/* Responsiveness */

@media (max-width: 560px) {
    .iconsml{
        zoom: 0.6;
    }
    .inputemail{
        min-width: 50%;
    }
    .inputnme{
        min-width: 50%;
    }

    section.services .container .card-wrapper {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    section.services .container .card-wrapper .card p{
        margin-top: -10px;
        text-align: justify;
    }
    section.services .container .card-wrapper .card{
        padding-top: 3rem;
    }
    .crd-wrap{
        display: grid;
        margin-top: 3rem !important;
        grid-template-columns: 1fr 1fr;
    }
    .logosm{
        width: 150px; /* width of container */
        height: 50px; /* height of container */
        object-fit:fill;
        object-position: 0% 5%; /* try 20px 10px */
        /* border: 5px solid black;         */
        margin-top: -5px;
    }
    .btncnt{
        display: none;
    }

    /* #navbarResponsive{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        visibility: hidden;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align:50%;
        background-color: var(--dark);
        opacity: 50%;
    }
    #navbarResponsive > ul > li > a{

        list-style: none;
        color: #fff;
        font-size: 2.5rem;
        padding: 1rem;
        text-decoration: none;
        transition: color 0.4s ease;
    } */
    /* #navbarResponsive > ul > li{
        text-decoration: none;

    } */
    /* #navbarResponsive > ul{
        margin-left: auto;
        text-align: right;
        text-decoration: none;
    } */
    /* #hamburger{
        margin-top: -5px; 
    } */
    /* .ulst{
        display: none;
    } */

    #navbarResponsive{
        display: none;
    }
    
    #heroimg{
        display: none;
    }
    .hero{
        height: 700px;
    }
    .right{
        text-align: center;
        width: 95vw;
        padding-bottom: 15vh;

    }
    #flstkdvlpr{
        font-size: 2.2rem;
    }
    #powrflw{
        justify-content: center;
        text-align: justify;
        align-self: center;
        /* margin-right: -240px; */
        font-size: 14px;
        text-align: justify;
        padding: 0 25px;
        margin-bottom: 5rem;
        
    }
    header{
        clip-path: polygon(0 0, 100% 0, 100% 85%, 72% 80%, 0 85%);
    }
    .about .container{
        margin-top: 3rem;
        flex-direction: column;
        height: 600px;
    }
    .about .container .flex-1 > img{
        width: 150px;
    }
    .abtmetxt{
        width: 80vw;
        text-align: center;
    }
    .abtmetxt .flex-1 p{
        text-align: justify;
    }
    section.about .social{
        padding-bottom: 2rem;
        justify-content: center;
        margin-top: 2.5rem;
    }
    #nullhgt{
        display: none;
    }
    .icon3x{
        margin-top: 1rem !important;
        /* padding-left: 60px; */
        text-align: center !important;
        justify-content: center;
    }

    .hero .right h6{
        font-size: 1.2rem;
    }

    section.services{
        height: max-content;
    }
    section.freelancer{
        height: 300px;
        padding: 2rem 20px ;
    }
    section.freelancer h1{
        font-size: 1.7rem;
        padding-bottom: 0 !important;
    }
    section.freelancer p{
        margin-bottom: 2rem;
    }
    a.c-btn{
        padding: 8px 18px;
    }
    section.experience{
        height:max-content;
        padding: 30px 0;
    }
    .exp-p{
        padding-bottom: 0 !important;
        padding: 0 30px;
    }
    .expcontainer{
        padding-top: 3rem !important;
    }
    .skills-section h3{
        font-size: 14px;
        text-align: center !important;
    }
    
    .dwnload{
        height: 35vh;
    }
    section.my_work{
        height:max-content ;
        padding: 80px 0;
    }
    .contact_form{
        padding: 0;
    }
    section.connect{
        height: max-content;
    }
    section.about{
        height: max-content;
    }
    nav.sidebar{
        display: none;
    }

}

.companies{
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 3rem;
    row-gap: 1rem;
    margin-top: 2rem;
    align-items: center;
}

.w-100{
    width: 100%;
}

@media(max-width:1650px){
    .companies{
        grid-template-columns: auto auto;

    }
}

@media(max-width:560px){
    .icons2x{
        display: grid;
        grid-template-columns: repeat(3,1fr) !important;
        grid-row-gap: 1rem !important;
        grid-column-gap: 1rem !important;
        margin-top: 0 !important;
        transform: scale(0.9);
        align-items: center;
    }
}

@media (max-width: 1155px) {
    /* .icons2x{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-row-gap: 2rem;
        grid-column-gap: 2rem;
        margin-top: 2rem;
    } */

    .btncnt{
        display: none;
    }

    
}

.icons2x{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-row-gap: 3rem;
    grid-column-gap: 3rem;
    margin-top: 2rem;
}

 @media (max-width:1200px) {
        .icons2x{
            display: grid;
            grid-template-columns: repeat(4,1fr);
            grid-row-gap: 2rem;
            grid-column-gap: 2rem;
            margin-top: 2rem;
        }
    } 


@media (min-width: 963px){
    .abtmetxt .flex-1 p{
        width: 600px;
    }
}

@media (max-width: 963px) {
    #navbarResponsive{
        display: none;
    }

    #hamburger{
        display: flex;
        cursor: pointer;
    }

}


@media (max-width: 854px) {
    .expcontainer{
        flex-direction: column;
    }
    .icon3x{
        margin-top: 4rem;
    }
    .companies{
        grid-template-columns: repeat(3,2fr);
        column-gap: 50px;
    }
    .companies > div > img{
        width:200px !important;
    }
}

@media (max-width: 704px) {
    .companies{
        grid-template-columns: repeat(2,2fr);
        column-gap: 50px;
    }
    .companies > div > img{
        width:200px !important;
    }
}


@media (max-width: 455px) {
    .companies{
        grid-template-columns: repeat(2,2fr);
        column-gap: 0;
        transform: scale(0.9);
    margin-top: -25px;
    }
    .companies > div > img{
        width:150px !important;
        height: 70px !important;
    }
}

@media (max-width: 360px) {
    .companies > div > img{
        width:130px !important;
    }
}

a:-webkit-any-link {
    text-decoration: none !important;
}
