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

:root {
    --white: rgb(255, 255, 255);
    --grey: rgb(245, 239, 243);
    --pink: #cf4774;
    --maroon: #99346c;
    --dark: rgb(31, 25, 28);
    --black: rgb(22, 18, 19);
}

h2 {
    text-transform: uppercase;
}

h3 {
    margin: 20px 0;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

p {
    line-height: 1.75;
    font-size: 14px;
}

a {
    color: var(--white);
    text-decoration: none;
}

input {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    outline: none;
}

textarea {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    outline: none;
}

body {
    font-family: 'Poppins', Courier, monospace;
    color: #000;
    position: relative;
    height: 100%;
}

/* Utility */

.qq {
    display: flex;
    align-items: center;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    height: 100%;
}

.btn-light-bg {
    padding: 10px 20px;
    background: var(--pink);
    color: var(--grey);
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    border: 2px solid var(--pink);
}

button {
    padding: 10px 20px;
    background: var(--pink);
    color: var(--grey);
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    border: 2px solid var(--pink);
    outline: none;
    font-size: 14px;
    margin-top: 15px;
    cursor: pointer;
}

nav button {
    padding: 5px 0 5px 15px;
    background: transparent;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    border: none;
    outline: none;
    font-size: 20px;
    margin-top: 0;
    cursor: pointer;
}

.btn-dark-bg {
    border: 2px solid var(--pink);
    padding: 10px 20px;
    background: transparent;
    color: var(--grey);
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}

.btn-light-bg:hover {
    background: transparent;
    border: 2px solid var(--pink);
    color: var(--black);
}

.btn-dark-bg:hover {
    background: var(--pink);
}

button:hover {
    background: transparent;
    border: 2px solid var(--pink);
    color: var(--black);
}

nav button:hover {
    background: transparent;
    color: var(--pink);
    border: none;
}

.line {
    border-bottom: 2px solid var(--pink);
    display: block;
    margin: 15px 0 20px 0;
    width: 60px;
}

.colored {
    color: var(--pink);
}

/* Navbar */

.logo {
    display: flex;
    height: 40px;
    width: fit-content;
}

.mobile-nav #lickify {
    color: var(--white);
}

.logo:hover #lickify {
    color: var(--pink);
}

.logo img {
    height: 100%;
    width: auto;
}

.logo p {
    margin-top: 2px;
    font-weight: 600;
    font-size: 24px;
    color: var(--black);
}

.hamburger {
    display: none;
}

.mobile-nav {
    position: fixed;
    background: rgba(31, 25, 28, 0.959);
    color: var(--grey);
    padding: 40px;
    width: 70%;
    height: calc(100vh + 81px);
    right: 100%;
    transition: .5s;
    z-index: 999;
}

.mobile-nav a:hover {
    color: var(--pink);
}

.mobile-nav .logo {
    margin: 0 auto;
    margin-bottom: 30px;
}

.mobile-nav .wrapper {
    margin: 0 auto;
    text-align: center;
}

.mobile-nav .logo3 {
    margin-bottom: 30px;
}

.mobile-nav li {
    padding: 10px;
    list-style: none;
    border-bottom: 1px solid #35292d;
}

.mobile-nav li:nth-child(8) {
    border-bottom: none;
}

.mobile-nav a {
    color: var(--primary-gray);
}

.navbar {
    background: rgba(255, 255, 255, 0.952);
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav ul {
    display: flex;
    align-items: center;
}

nav ul li {
    list-style: none;
    margin-left: 20px;
}

nav ul li a {
    text-decoration: none;
    color: var(--dark);
    font-size: 14px;
}

nav ul li a:hover {
    color: var(--pink);
}

/* Hero */

.hero {
    color: var(--black);
    position: relative;
    height: 100vh;
    width: 100%;
    background: url('../img/hero-bg.jpg') center center/cover;
}

.hero .content-box {
    width: 100%;
    position: absolute;
    right: 0%;
    top: 40%;
    bottom: 0;
    text-align: center;
}

.hero .content-box h1 {
    font-size: 45px;
    line-height: 1.25;
}

.hero .content-box p {
    color: var(--dark);
    margin: 15px 0 20px 0;
}

.hero-half {
    background: url('../img/hero-glass.jpg') center center/cover;
    background-attachment: fixed;
    height: 300px;
}

.hero-half .content-box {
    color: var(--grey);
    margin: 0 auto;
    width: fit-content;
    height: fit-content;
    padding-top: 110px;
    text-align: center;
    padding-top: 160px;
}

.hero-half .content-box a {
    color: var(--pink);
}

.hero-half .content-box .fa-circle {
    font-size: 5px;
    margin-bottom: 4px;
    margin-left: 10px;
    margin-right: 10px;
}


/* Why choose us */

.choose {
    color: var(--grey);
    width: 100%;
    height: fit-content;
    background: var(--black);
}

.choose .content-box {
    width: 100%;
    height: 100%;
    display: flex;
}

.choose .content-box .card {
    text-align: center;
    padding: 40px;
    width: 100%;
}

.choose .content-box .card:nth-child(2) {
    background: var(--dark);
}

.choose .content-box .card:nth-child(4) {
    background: var(--dark);
}

.choose .content-box .card p {
    text-align: justify;
}

/* About Us */

.about {
    width: 100%;
    height: fit-content;
    background: url('../img/section-bg.jpg') center center/cover;
    background-attachment: fixed;
}

.about .content-box {
    display: flex;
    align-items: center;
}

.about-text {
    width: 50%;
    padding: 80px 80px 80px 0;
    text-align: justify;
}

.about-text .btn-light-bg {
    margin-top: 20px;
}

.about-img {
    width: 50%;
    height: auto;
    background: transparent;
    background: url('../img/about-bg.jpg') center center/cover;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.26);
}

.about-img img {
    width: 100%;
    height: calc(auto + 100px);
}


/* Services */

.services {
    color: var(--grey);
    text-align: center;
    width: 100%;
    height: 610px;
    overflow: hidden;
    background: url('../img/services-bg.jpg') center center/cover;
    background-attachment: fixed;
    padding: 80px;
}

.services .heading {
    margin: 0 auto;
    width: fit-content;
}

.services .heading .line {
    margin: 15px 0 20px 68px;
}

.services .content-box {
    display: flex;
    margin-top: 40px;
}

.services .content-box .card {
    padding: 40px;
    background: rgba(54, 46, 53, 0.808);
    cursor: pointer;
    transition: 0.5s;
    margin-top: 0;
    height: fit-content;
}

.change-col {
    transition: 0.75s;
}

.services .content-box .card:hover .change-col {
    color: var(--pink);
    transform: rotate3d(0, 1, 0, 360deg);
}

.services .content-box .card p {
    text-align: justify;
}

.services .content-box .card:nth-child(2) {
    margin: 0 40px;
}

/* .services .content-box .card:nth-child(2):hover {
    margin: 10px 40px 0 40px;
} */

/* Pricing */

.pricing {
    text-align: center;
    width: 100%;
    height: 890px;
    overflow: hidden;
    padding: 80px 0;
    background: url('../img/section-bg.jpg') center center/cover;
    background-attachment: fixed;
}

.pricing h3 {
    margin: 0;
    padding: 10px 0;
    background: var(--pink);
    color: var(--grey);
}

.pricing .heading {
    margin: 0 auto;
    width: fit-content;
}

.pricing .heading .line {
    margin: 15px 0 20px 70px;
}

.pricing .content-box {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.pricing .content-box .card {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.116);
    height: fit-content;
    transition: 0.5s;
    cursor: pointer;
    margin-top: 0;
}

/* .pricing .content-box .card:hover {
    -webkit-filter: invert(100%);
    filter: invert(100%);
} */

.pricing .content-box .card:nth-child(2) {
    margin: 0 40px;
}

/* .pricing .content-box .card:nth-child(2):hover {
    margin: 10px 40px 0 40px;
} */

.pricing .content-box .card h2 {
    font-size: 50px;
    font-weight: 300;
    padding: 40px 80px;
}

.top span {
    margin-left: 5px;
}

.p-light,
.p-dark {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.p-light {
    background: #f2f2f2;
}

.fa-check-circle {
    color: green;
}

.fa-times-circle {
    color: red;
}

/* Skills */

.skills {
    padding: 80px 0;
    color: var(--grey);
    background: url('../img/services-bg.jpg') center center/cover;
    background-attachment: fixed;
}

.skills .container .content-box {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
}

.skills .container .content-box .skills-text {
    padding-right: 40px;
    width: 50%;
}

.skills .container .content-box .skills-text .btn-dark-bg {
    margin-top: 20px;
}

.skills .container .content-box .skills-bars {
    width: 50%;
    height: fit-content;
    padding-left: 40px;
}

.skills .container .content-box .skills-bars ul li {
    list-style: none;
    position: relative;
    margin: 20px;
    font-size: 12px;
}

.skills .container .content-box .skills-bars ul li::before {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    height: 10px;
    background: #cf47744b;
    border-radius: 10px;
}

.skills .container .content-box .skills-bars ul li::after {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 0;
    height: 10px;
    background: #cf4774;
    border-radius: 10px;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.skills .container .content-box .skills-bars ul li.html::after {
    animation-name: html;
}

@keyframes html {
    to {
        width: 95%;
    }
}

.skills .container .content-box .skills-bars ul li.css::after {
    animation-name: css;
}

@keyframes css {
    to {
        width: 90%;
    }
}

.skills .container .content-box .skills-bars ul li.js::after {
    animation-name: js;
}

@keyframes js {
    to {
        width: 70%;
    }
}

.skills .container .content-box .skills-bars ul li.node::after {
    animation-name: node;
}

@keyframes node {
    to {
        width: 50%;
    }
}

.skills .container .content-box .skills-bars ul li.mongo::after {
    animation-name: mongo;
}

@keyframes mongo {
    to {
        width: 50%;
    }
}

.skills .container .content-box .skills-bars ul li.cms::after {
    animation-name: cms;
}

@keyframes cms {
    to {
        width: 50%;
    }
}

.skills .container .content-box .skills-bars ul li.seo::after {
    animation-name: seo;
}

@keyframes seo {
    to {
        width: 60%;
    }
}

/* Team */

.team h3 {
    margin: 10px 0;
}

.team {
    text-align: center;
    padding: 80px 0;
    width: 100%;
    height: 829px;
    overflow: hidden;
    background: url('../img/section-bg.jpg') center center/cover;
    background-attachment: fixed;
}

.team .heading {
    margin: 0 auto;
    width: fit-content;
}

.team .heading .line {
    margin: 15px 0 20px 60px;
}

.team .content-box {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.team .content-box .card {
    height: fit-content;
    transition: 0.5s;
    cursor: pointer;
    margin-top: 0;
    padding-bottom: 20px;
    border: 1px solid #e7dee4;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.team .content-box .hover {
    position: absolute;
    top: 0;
    right: 100%;
    height: 446.6px;
    width: 335px;
    background: rgba(51, 51, 51, 0.637);
    color: white;
    font-size: 20px;
    padding-top: 98%;
    transition: 1s;
    z-index: 98;
}

.hover .gmail {
    padding: 4px 8px;
    border-radius: 50%;
    background: transparent;
    border: 3px solid #B23121;
    transition: 0.5s;
}

.hover .gmail:hover {
    background: #B23121;
}

.hover .facebook {
    padding: 3px 11px;
    border-radius: 50%;
    background: transparent;
    border: 3px solid #4267B2;
    transition: 0.5s;
}

.hover .facebook:hover {
    background: #4267B2;
}

.hover .whatsapp {
    margin: 0 5px;
    padding: 3px 8.5px;
    border-radius: 50%;
    background: transparent;
    border: 3px solid #2c8f50;
    transition: 0.5s;
}

.hover .whatsapp:hover {
    background: #2c8f50;
}

.hover .linkedin {
    padding: 3px 8.5px;
    border-radius: 50%;
    background: transparent;
    border: 3px solid #0072b1;
    transition: 0.5s;
}

.hover .linkedin:hover {
    background: #0072b1;
}

.team .content-box .card:nth-child(2) {
    margin: 0 40px;
}

.team .content-box .card:hover .hover {
    top: 0;
    right: 0;
}

.team .content-box .card #dd {
    height: auto;
    width: 335px;
    transition: 0.5s;
}

.team .content-box .card:hover #dd {
    transform: scale(1.15, 1.15);
    filter: blur(5px);
}

.img-wrapper {
    width: 100%;
    height: 446.6px;
    overflow: hidden;
}

/* Testimonial */

.testimonial {
    color: var(--grey);
    padding: 80px 0;
    text-align: center;
    background: url('../img/services-bg.jpg') center center/cover;
    background-attachment: fixed;
}

.testimonial .heading {
    margin: 0 auto;
    width: fit-content;
}

.testimonial .heading .line {
    margin: 15px 0 20px 68px;
}

.testimonial .content-box {
    margin: 0 auto;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    background: rgba(54, 46, 53, 0.808);
    padding: 30px 30px 20px 10px;
}

#ss {
    transition: 0.5s;
}

.testimonial .content-box:hover #ss {
    transform: rotate(-5deg);
}

.testimonial .content-box:hover .fa-quote-left {
    transform: rotate3d(0, 1, 0, 360deg);
    color: var(--pink);
}

.testimonial .content-box .testimonial-img {
    flex: 1;
}

.testimonial .content-box .testimonial-text {
    flex: 2;
    text-align: justify;
}

.testimonial .content-box .testimonial-text h3 {
    margin: 10px 0 0 0;
}

/* Contact */

.contact {
    width: 100%;
    height: fit-content;
}

.contact .content-box {
    display: flex;
}

.contact-form {
    float: right;
    width: 50%;
    padding: 80px;
    text-align: justify;
    background: url('../img/section-bg.jpg') center center/cover;
    background-attachment: fixed;
}

.google-map {
    width: 50%;
}

.google-map iframe {
    width: 100%;
    height: 100%;
}

form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #e7dee4;
    margin-top: 20px;
}

form textarea {
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #e7dee4;
    margin-top: 20px;
}

.contact-details {
    display: flex;
}

.details .card {
    margin-top: 20px;
    margin-right: 20px;
    text-align: center;
    border: 1px solid #e7dee4;
    padding: 15px 10px 10px 10px;
    width: 200px;
    color: var(--dark);
}

.details .card:nth-child(1) {
    height: 89px;
}

.details .card:nth-child(2) {
    height: 99px;
}

.details .card:nth-child(3) {
    height: 89px;
}

.details .card:nth-child(1) .content {
    margin-top: 8px
}

.details .card:nth-child(2) .title {
    margin-top: 8px
}

.details .card:nth-child(3) .content {
    margin-top: 18px;
}

.content {
    display: none;
}

.title {
    display: block;
}

.details .card:hover .content {
    display: block;
}

.details .card:hover .title {
    display: none;
}

.fa-envelope-open-text,
.fa-phone-alt,
.fa-map-marker-alt {
    color: var(--pink);
    opacity: 0.5;
}

/* Footer */

.footer {
    color: var(--grey);
    background: var(--dark);
    padding: 20px 0;
    font-size: 14px;
    font-weight: 300;
}

.footer .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer #lickify {
    color: var(--white);
}

.btn-top {
    position: fixed;
    top: 90%;
    right: 0%;
    height: fit-content;
    width: fit-content;
    text-align: center;
    background: var(--white);
    border-left: 1px solid #d4cbd1ad;
    border-top: 1px solid #d4cbd179;
    border-bottom: 1px solid #d4cbd1;
    padding: 5px 5px 5px 10px;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.329);
}

.btn-top a {
    color: var(--black);
}

.btm {
    display: flex;
    align-items: center;
}

.btm .logo {
    margin-left: 5px;
    height: 30px;
    width: auto;
}

.btm img {
    margin-left: 10px;
    height: 100%;
    width: auto;
}

.portfolio {
    padding: 80px 0;
    height: fit-content;
    width: 100%;
    background: url('../img/section-bg.jpg') center center/cover;
    background-attachment: fixed;
}

.portfolio .content-box {
    display: flex;
}

.port-img {
    width: 50%;
    overflow: hidden;
}

.port-img img {
    width: 100%;
    height: auto;
    transition: 1s;
}

.port-text {
    padding: 0 40px;
    width: 50%;
}

#remove-border {
    border: none;
}

/* Media */

@media screen and (max-width: 1279px) {
    .team .content-box .hover {
        display: none;
    }

    .team .content-box .card #dd {
        height: 98px;
        width: auto;
        transition: 0.5s;
    }

    .img-wrapper {
        height: 98px;
        width: 100px;
        overflow: hidden;
    }

    nav {
        padding: 0 40px;
    }

    .choose .content-box {
        display: block;
    }

    .about .content-box {
        display: block;
    }

    .about-text {
        padding: 40px 40px 30px 40px;
        width: 100%;
    }

    .about-img {
        width: 100%;
    }

    .services {
        padding: 40px;
        height: fit-content;
    }

    .services .content-box {
        display: block;
    }

    .services .content-box .card:nth-child(2) {
        margin: 40px 0;
    }

    .pricing {
        padding: 40px;
        height: fit-content;
    }

    .pricing .content-box {
        display: block;
    }

    .pricing .content-box .card h2 {
        font-size: 50px;
        font-weight: 300;
        padding: 40px 40px;
    }

    .pricing .content-box .card:nth-child(2) {
        margin: 40px 0;
    }

    .skills {
        text-align: center;
        padding: 40px 40px 30px 40px;
    }

    .skills .container .content-box {
        display: block;
    }

    .skills .container .content-box .skills-text {
        padding-right: 0;
        width: 100%;
    }

    .skills .container .content-box .skills-bars {
        padding-left: 0;
        width: 100%;
    }

    .skills-text .heading {
        margin: 0 auto;
        width: fit-content;
    }

    .skills-text .heading .line {
        margin: 15px 0 20px 40px;
    }

    .skills ul {
        margin-top: 30px;
    }

    .skills .container .content-box .skills-bars ul li {
        margin: 20px 0 20px 0;
    }

    .skills .btn-dark-bg {
        display: none;
    }

    .team {
        padding: 40px;
        height: fit-content;
    }

    .team .content-box {
        display: block;
    }

    .team .content-box .card {
        height: fit-content;
        width: 100%;
        display: flex;
        height: 100px;
        padding: 0;
    }

    .team .content-box .card img {
        height: 100%;
        width: auto;
    }

    .team .content-box .card:nth-child(2) {
        margin: 30px 0;
    }

    .team-info {
        width: 100%;
        padding: 10px;
    }

    .testimonial {
        padding: 40px;
    }

    .testimonial .content-box {
        display: block;
        padding: 20px;
        width: 100%;
    }

    .contact .content-box {
        display: block;
    }

    .contact-form {
        width: 100%;
        padding: 40px;
    }

    .google-map {
        width: 100%;
        height: 250px;
    }

    .contact-details {
        display: block;
    }

    .details .card {
        margin-top: 20px;
        margin-right: 20px;
        text-align: center;
        border: 1px solid #e7dee4;
        padding: 15px 10px 10px 10px;
        width: 100%;
        color: var(--dark);
    }

    .footer p {
        text-align: center;
    }

    .footer {
        padding: 40px;
    }

    .contact-p {
        text-align: center;
    }
}

@media screen and (max-width: 940px) {
    .footer .logo {
        display: none;
    }

    .footer .content-box {
        display: block;
    }

    .navbar ul {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .mobile-nav.show {
        right: 30%;
        display: block;
    }

    .portfolio .content-box {
        flex-direction: column-reverse;
    }

    .port-img {
        width: 100%;
        padding: 0 40px;
    }

    .port-text {
        width: 100%;
        margin-bottom: 40px;
    }

    .port-text .heading {
        width: fit-content;
        height: fit-content;
        margin: 0 auto;
    }

    .portfolio {
        padding: 40px 0;
    }

    .about .heading,
    .contact .heading {
        margin: 0 auto;
        height: fit-content;
        width: fit-content;
    }

    .about .heading .line {
        margin-left: 50px;
    }

    .contact .heading .line {
        margin-left: 50px;
    }

}

@media screen and (min-width: 1367px) {
    .navbar {
        padding: 20px 0;
    }

    .hero .content-box {
        top: calc(40% + 86px);
    }

}

@media screen and (max-width: 380px) {
    .hero .content-box {
        top: calc(40% - 30px);
    }

    .justify {
        text-align: justify;
    }

    .contact-form form {
        text-align: center;
    }

    .about-text {
        text-align: center;
    }

}

@media screen and (max-width: 767px) {
    .hero {
        background: url('../img/hero-bg-mini.jpg') center center/cover;
    }

}