@import 'utilities.css';
:root{
    --primary:#3DCFD3;
    --dark:#161616;
    --pure:#FFFFFF;
    --ternary:#898989;
    --light:#F2F2F2;
    --secondary:#070606;
    --borderColor:#9fdaff;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 8rem;
    overflow-x: hidden;
  }
  
  html::-webkit-scrollbar {
    width: 0.5rem;
}

html::-webkit-scrollbar-track {
    background: #000;
}

html::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 5rem;
  }
  
body{
    font-family:'Poppins',sans-serif;
    overflow-x: hidden;
}

html{
    scroll-behavior: smooth;
}
*{
    padding: 0;
    margin:0;
    box-sizing: border-box;
    -webkit-font-smoothing:antialiased;
    text-decoration: none;
}

.sticky{
    position: fixed;
    top: 0;
    width: 80%;
    z-index: 10000;
}

header{
    background: var(--dark);
    clip-path:polygon(0 0, 100% 0, 100% 100%, 70% 87%, 0 100%);
}
.container{
    max-width:1152px;
    padding:0 15px;
    margin:0 auto;
}

@media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1152px;
    }
  }

header nav .left a{
    color:var(--pure);
    text-decoration: none;
    margin-right:2rem;
    text-transform:uppercase;
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
}
header nav .left a:hover{
    color:var(--primary);
}
header nav {
    padding:2rem 0;
}
header nav .branding{
    margin-right:3rem;
}
header nav .branding img{
    width: 120px;
}
.hero{
    padding:3rem 0;
}
.hero .left img{
    width:600px;
    margin: -9px 0px;
}
.hero .right{
    color:var(--pure);
}
.hero .right h6{
    font-size:1.9rem;
    color:var(--primary);
    margin-bottom:0.5rem;
}
span#cyan{
    color:var(--primary);
}
.hero .right h1{
    font-size:2rem;
    font-weight:100;
    line-height:1.2;
    margin-bottom:2rem;
}
.hero .right h1 span{
    color:var(--primary);
}
.hero .right p{
    line-height:1.9;
    margin-bottom:2rem;
}
.hero .right {
    margin-top:-7rem;
}

section{
    padding:6rem 0;
}
section.about .about-me-img{
    height:450px;
}
section.about h1{
    margin-bottom: 1rem;
    font-size:1.6rem;
    font-weight:400;
}
section.about h1 span{
    color:var(--primary);
}
section.about h3{
    font-size: 1rem;
    margin-bottom:1rem;
    font-weight: 400;
}

section.about p{
    font-family:'Lato', sans-serif;
    color:var(--ternary);
    line-height: 1.8;
    margin-bottom:2rem;
}
section.about .social{
    display:flex;
}
section.about .social a{
    background:var(--dark);
    display:flex;
    align-items:center;
    justify-content:center;
    width:35px;
    height:35px;
    background: #e4eef3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right:0.6rem;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
section.about .social a:hover{
    background:var(--dark);
}
section.about .social a img{
    width:100%;
    height:100%;
    padding:0.5rem;
}

.section-heading{
   color:var(--secondary); 
   text-align: center;
   margin-bottom:1rem;
   line-height: 0.5;
}
.section-heading span{
    color:var(--primary);
}
.section-heading + p{
   color:var(--ternary);
   font-family:'Lato', sans-serif;
   margin-bottom:8rem;
    text-align: center;
}
section.services{
    background:var(--light);
}
section.services .card-wrapper{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap:2rem;
    grid-row-gap:6rem;
}
section.services .card-wrapper .card{
    background:var(--pure);
    padding: 3rem 2rem;
    position:relative;
    padding-top:5rem;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
section.services .card-wrapper .card img{
    position: absolute;
    top:-3.5rem;
    left:50%;
    width: 10%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
section.services .card-wrapper .card h2{
    font-weight: 400;
    font-size: 1.2rem;
    margin-bottom:0.5rem;
}
section.services .card-wrapper .card p{
    font-family: 'Lato', sans-serif;
    color:var(--ternary);
    line-height:1.6;
}

section.services .card-wrapper .card:hover{
    background: var(--dark);  
}
section.services .card-wrapper .card:hover h2, section.services .card-wrapper .card:hover p{
    color:var(--pure);
}

section.freelancer{
    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%, 67% 80%, 0 100%);
    padding-bottom:14rem;
}
section.freelancer h1{
    font-size:3rem;
    margin-bottom:0.5rem;
}
section.freelancer p{
    font-size:1.3rem;
    margin-bottom: 2rem;
    font-family:'Lato', sans-serif;
}

section.reviews .slider .slide img{
    width:100px;
    height:100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit:cover;
    margin-bottom:2rem;
}
section.reviews .slider .slide{
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding:0 10rem;

}
section.reviews .slider .slide p{
    font-family: 'Lato', sans-serif;
    color:var(--ternary);
    margin-bottom: 1rem;
}
section.reviews .slider .slide span{
    font-size: 0.8rem;
}
section.reviews .slider-dots .dots{
    list-style-type:none;
    display:flex!important;
    justify-content: center;
}
section.reviews .slider-dots{
    margin-top:3rem;
}

section.reviews .slider-dots button{
    font-size:0;
    width:8px;
    height:5px;
    margin-right:0.3rem;
    border: none;
    outline:none;
    background:var(--ternary);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    cursor: pointer;
}
section.reviews .dots li.slick-active button{
    background:var(--primary);
    width:20px;
}

section.work{
    background:var(--light);
}
section.work .card-wrapper{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-gap:2rem;
}
section.work .card-wrapper .card{
    position:relative;
    height:250px;

}
section.work .card-wrapper .card .overlay{
    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(--light);
    opacity:0;
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
}
section.work .card-wrapper .card:hover .overlay{
    opacity:1;
}

section.work .card-wrapper .card .overlay a{
    color:var(--secondary);
    text-decoration: none;
}
section.work .card-wrapper .card img{
    height:100%;
    width:100%;
}

section.blog{
    background:var(--dark);
    clip-path:polygon(0 0, 100% 0, 100% 100%, 67% 90%, 0 100%);
    padding-bottom:12rem;
}
section.blog .section-heading{
    color:var(--pure);
}
section.blog .card-wrapper{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:3rem;
}
section.blog .card-wrapper .card{
    background:var(--pure);
}
section.blog .card-wrapper .card .img-wrapper img{
    width:100%;
    height:100%;
    object-fit: cover;
}
section.blog .card-wrapper .card .card-content{
    padding:1rem;
    padding-left:2rem;
    padding-right:2rem;
}
section.blog .card-wrapper .card .card-content h1{
    font-size:1rem;
    font-weight:600;
}
section.blog .card-wrapper .card .card-content a{
    color:var(--secondary);
    text-decoration: none;
}
section.blog .card-wrapper .card .card-content a:hover{
    color:var(--primary);
}
section.blog .card-wrapper .card .card-content span{
   color:var(--ternary);
   font-size:0.8rem; 
}
section.blog .card-wrapper .card .card-content p{
    font-family:'Lato', sans-serif;
    color:var(--ternary);
    margin-top:1rem;
    margin-bottom:1rem;
}
section.blog .card-wrapper .card .card-content a.read-more{
    font-size:0.8rem;
}

#contact{
    background: #cfffff;
    border-radius: 500px;
}

section.contact{
    background: #d1ffff;
    border-radius: 40%;
}
section.contact .card-wrapper{
    display:grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap:3rem;
}
section.contact .card-wrapper .card{
    text-align: center;
}
section.contact .card-wrapper .card img{
    margin-bottom: 2rem;
    width: 12%;
}
section.contact .card-wrapper .card h1{
    font-weight:400;
    margin-bottom:1rem;
}
section.contact .card-wrapper .card h6{
    font-size:1rem;
    color:var(--ternary);
    font-weight:400;
    margin-bottom:4rem;
}

section.contact .input-wrap{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap:2rem;
    margin-bottom:2rem;
}
section.contact .input-wrap-2{
    display: flex;
    flex-direction: column;
}
section.contact .input-wrap-2 input{
    margin-bottom:2rem;
}
section.contact input{
    padding:0.5rem;
    border:2px solid var(--borderColor);
    font-size: 0.9rem;
    border-radius: 20px;
}
section.contact .input-wrap-2 textarea{
    padding:0.5rem;
    border:2px solid var(--borderColor);
    font-size: 0.9rem;
    border-radius: 20px;
}
section.contact .input-wrap-2 textarea:focus, section.contact input:focus{
        outline: none;
        border: 2px solid #00baff;
        box-shadow: 0px 0px 2px 1px #00baff;
}
section.contact .btn-wrapper{
    text-align: center;
    margin-top:2rem;
}

footer{
    background:var(--dark);
    text-align: center;
    padding:5rem 0;
}
footer .footer-logo{
    margin-bottom: 2rem;
    width: 100px;
}
footer .footer-socials a:hover{
    border-radius: 5px;
    padding: 15px;
}
footer .footer-socials a{
    /* margin-right:1rem; */
    transition: padding 0.4s linear;
}

footer .footer-socials{
    margin-bottom:3rem;
    /* margin-right:-1rem; */
    font-size: 1.5rem;
}
.footer-socials a img{
    width: 2%;
}
footer .copyright{
    color:var(--ternary);
}


.site-main-wrapper{
    position:relative;
}
.hamberger{
    position:absolute;
    top:40px;
    right:40px;
    z-index:11;
    background:none;
    border:none;
    outline: none;
    cursor: pointer;
    display:none;
}
.hamberger img{
    width:30px;
}

.mobile-nav{
   position: fixed;
   top:0;
   left:0;
   z-index:1001;
   background:var(--light);
   width:100%;
   height:100%;
   padding:2rem;
   padding-top:5rem;
   transform: translateX(-100%);
   -webkit-transform: translateX(-100%);
   -moz-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
   -o-transform: translateX(-100%);
   transition:all .3s ease-in-out;
   -webkit-transition:all .3s ease-in-out;
   -moz-transition:all .3s ease-in-out;
   -ms-transition:all .3s ease-in-out;
   -o-transition:all .3s ease-in-out;
}
.open{
    background: repeating-linear-gradient(45deg, cyan, transparent 293px);
    transform:translateX(0);
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
}
.times{
   position:fixed;
   top:30px;
   right:30px;
   border: none;
   background:none;
   outline:none;
   cursor: pointer; 
}
.times img{
    width:30px;
}

.mobile-nav ul{
    list-style-type: none;
    background: #00cfc4;
    border-radius: 10px;
    height: 100%;
    text-align: center;
    width: 100%;
    margin: auto;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scroll-padding-top: 8rem;

}
  
.mobile-nav ul::-webkit-scrollbar {
    width: 0.5rem;
}

.mobile-nav ul::-webkit-scrollbar-track {
    background: #000;
}

.mobile-nav ul::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 5rem;
  }
.mobile-nav ul li{
    cursor: pointer;
    width: 15%;
    position: relative;
    left: 40%;
}
.mobile-nav ul li a:hover{
    font-weight: bold;
}

.mobile-nav ul li a{
    color:var(--dark);
    text-decoration:none;
    font-size: 1.2rem;
    line-height: 95px;
}

@media (max-width:768px){
    header #main-nav{
        display:none;
    }
    .container {
        max-width: 720px;
      }
      section.contact {
        border-radius: 35%;
    }    
    .hamberger{
        display: block;
    }
    .hero .left img{
        width:370px;
    }
    .hero .right h1{
        font-size: 1.7rem;
    }
    .hero{
        padding-top:10rem;
    }
    section.about .about-me-img{
        height: 360px;
    }
    .freelancer-btn{
        transform: translate(0px,50px);
    }
    .freelancer-para{
        transform: translate(0px,15px);
    }
    .form-content {
        margin: 0px -15px;
    }
}


@media (max-width:1024px){
    .hero .right h1{
        font-size: 1.6rem;
    }
    .form-content{
        width: 90%;
        transform: translate(52px,10px);
    }
    .hero{
        padding-top:8rem;
    }
    header{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 27% 89%, 0 100%);
    }
    section.about .about-me-img{
        height: 360px;
    }
    section.services .card-wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
    section.work .card-wrapper{
        grid-template-columns: repeat(2,1fr);
    }
    section.blog .card-wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
    section.blog{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 67% 97%, 0 100%);
    }
}


@media (max-width:576px){
    .hero{
        flex-direction: column;
    }
    header{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 69% 95%, 0 100%);
    }
    .form-content{
        width: 80%;
        transform: translate(52px,10px);
    }
    .contact-para{
        font-size: 13px;
    }
    .hero .right{
        position: absolute;
        /* top:260px; */
        top:245px;
        padding:0 1rem;
        background:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
    }
    .btn-secondary {
        transform: translate(0px, -15px);
    }    
    .hero .left{
        margin-top:-5rem;
        margin-right: -9rem;
        padding-bottom:4rem;
        transform: translate(70px, 85px);
    }
    .about-inner-wrap{
        flex-direction: column;
    }
    .about .right{
        text-align: center;
        margin-top:2rem;
    }
    .about .right .social{
        justify-content: center;
    }
    section{
        padding: 4rem 0;
    }
    section.services .card-wrapper{
        grid-template-columns: repeat(1, 1fr);
        margin-top:6rem;
    }
    section.freelancer h1{
        line-height:1.2;
    }
    section.freelancer{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 67% 90%, 0 100%);
        padding-bottom: 8rem;
    }
    section.reviews .slider .slide{
        padding:0;
    }
    .section-heading + p{
        margin-bottom: 3rem;
    }
    section.work .card-wrapper{
        grid-template-columns: repeat(1,1fr);
    }
    section.contact .card-wrapper{
        grid-template-columns: repeat(1,1fr);
    }
    section.contact .input-wrap{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:425px) and (min-width:320px){
    .hero .right{
        position: absolute;
        top:330px;
        padding:0 1rem;
        background:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
}
.hero .left{
    padding-bottom: 1rem;
    transform: translate(75px, 45px);

}

.mobile-nav{
    left: -32px;
    width: 110%;
}
.hero .right h1{
    font-size: 1.3rem;
    transform: translate(0px, -170px);
}
.fullstack{
    transform: translate(0px, -110px);
}

.hero .right h6{
    font-size:1.2rem;
    color:var(--primary);
    margin-bottom:0.5rem;
    transform: translate(0px, -180px);
}
.change h1{
    transform: translate(0px, -120px);
}
.developer-btn{
    transform: translate(0px, -150px);
}
.btn-secondary{
    padding: 7px 15px;
}

.hero .right p{
    line-height:1.5;
    margin-bottom:0.5rem;
    font-size: 13px;
    transform: translate(0px, -180px);
    width: 44%;
}

.cv{
    transform: translate(93px, -73px);
}

.btn-secondary {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}

}

@media (max-width:425px) and (min-width:375px) {
    .cv{
        transform: translate(65px, -95px);
    }
    .footer-socials a img {
        width: 4%;
    }
    section.contact {
        border-radius: 20%;
    }
    .section-heading + p {
        font-size: 14px;
    }
    section.freelancer h1 {
        font-size: 37px;
    }
    section.freelancer p{
        font-size: 19px;
    }    
    .form-content{
        transform: translate(45px, -10px);
    }
    
}

@media (max-width:375px) and (min-width:320px) {
    .cv{
        transform: translate(33px, -117px);
    }
    .section-heading + p {
        font-size: 15px;
    }
    .footer-socials a img {
        width: 4%;
    }
    .form-content{
        margin: 0px -15px;
    }
    section.freelancer h1 {
        font-size: 37px;
    }
    section.freelancer p{
        font-size: 17px;
    }
    .copyright{
        font-size: 10px;
        }
        .developer-btn{
        transform: translate(0px, -160px);
    }
    .hero .left{
        transform: translate(65px, 50px);
        }
        .form-content {
            margin: 0;
        }
}


@media (max-width:320px) {
    section.contact {
        border-radius: 20%;
    }
    .section-heading + p {
        font-size: 12px;
    }
    .copyright{
    font-size: 10px;
    }
    .hero .right h1{
        transform: translate(0px, -185px);
    }
    .hero .right p{
        transform: translate(0px, -205px);
    }
    .developer-btn{
        transform: translate(0px, -185px);
    }
    section.freelancer h1 {
        font-size: 30px;
    }
    section.freelancer p{
        font-size: 14px;
    }
    .form-content {
        margin: 0px -20px;
    }
    section.services .card-wrapper .card {
        padding: 3rem 0rem;
    }
}
