
/*-----------------
* [Master Stylesheet]
*
* Template Name    : Efron - Creative Portfolio Template
* Version  : 1.1
* Author   : beingeorge
* Support  : hello@beingeorge.com
* 
------------------*/


/*-----------------
  [ALL CONTENTS]

1. Reset.css
2. General 
3. Helper Classes 
4. Preloader
5. Header
6. About
7. Portfolio
8. Services
9. Freelance
10. Resume
11. Testimony
12. Contact
13. Footer 
14. Scroll to top
15. All Media Queries

------------------*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');


/* ---------------------------------------------- /*
* 1. Reset.css
/* ---------------------------------------------- /*

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font: 400 16px 'Poppins', sans-serif;
    color: #8f8f8f;
    overflow-x: hidden;
    background: #1e1e1e;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ---------------------------------------------- /*
* 2. General
/* ---------------------------------------------- */


::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: none !important;
}

a, .ease-3 {
    -webkit-transition: all 0.3s ease-in-out 0s;
       -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
         -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}

a:link, 
a:visited, 
a:hover, 
a:active {
    text-decoration: none;
}

p {
    color: #8f8f8f;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 2px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
    margin: 0 0 30px;
}

h3 {
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 0 5px;
}

h4 {
    font-size: 20px;
    letter-spacing: 1px;
}

h5 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}

h6 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

textarea {
    height: 100px;
    resize: none;
}

b, strong {
    font-weight: 500;
}

a {
    font-family: 'Poppins', sans-serif;
}

/* ---------------------------------------------- 
* 3. Helper Classes 
/* ---------------------------------------------- */

html, body {
    height: 100%;
}

.section {
    padding: 100px 0 50px;
    position: relative;
}

.text-custom{
    color: #30b6e4!important
}

.h-100vh{
    height: 100vh;
}

.btn {
    padding: 10px 25px;
    font-size: 12px;
    font-weight: 400;
    transition: all 0.5s;
    letter-spacing: 2px;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.2);
    border-radius: 3px;
    background: #000;
    min-width: 140px;
}

.btn:hover {
    color: #fff;
    box-shadow: 0px 5px 8px rgba(134, 151, 168, 0.1);
}

.btn-outline {border: 1px solid rgba(255, 255, 255, 0.4);}

.rounded-full {
    border-radius: 50%;
}

.page-content-wrap {
    margin-left: 50%;
    width: 50%;
    background: #F8FAFB;
}

.section-head {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.section-head h2 {
    font-size: 32px;
    z-index: 1;
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.badge {
    font-family: 'Poppins', sans-serif;
}

.badge-dark {
    background: #333;
    font-weight: 400;
}

.cursor {
    position: fixed;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 1;
    transition: 
    0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    transform: scale(1);
    mix-blend-mode: difference;
    margin-top: -1px;
    margin-left: -1px;
}
.cursor.active, .cursor.active-inverse {
    opacity: 1;
    transform: scale(0);
}
.cursor.menu-active {
    opacity: 1;
    transform: scale(0);
}
.cursor.hovered {
    opacity: 1;
}

.cursor-follower {
    position: fixed;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 1;
    transition: 
    0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 
    0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
    user-select: none;
    pointer-events: none;
    z-index: 9999;
    transform: translate(2px, 2px);
    mix-blend-mode: difference;
    transform: scale(1.5);
}
.cursor-follower.active {
    transform: scale(2);
    background: #fff;
    mix-blend-mode: normal;
    opacity: 0.4;
}

.cursor-follower.active-inverse {
    opacity: 1;
    transform: scale(2);
    background: #fff;
    mix-blend-mode: difference;
}

.cursor-follower.menu-active {
    opacity: 1;
    transform: scale(2);
}
.cursor-follower.hovered {
    opacity: 1;
}


/* ---------------------------------------------- 
* 4. Preloader
/* ---------------------------------------------- */

.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.loading-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100px;
    line-height: 100px;
}
.loading-text span {
    display: inline-block;
    margin: 0 5px;
    color: #fff;
    font-weight: 400;
}
.loading-text span:nth-child(1) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0s infinite linear alternate;
          animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.2s infinite linear alternate;
          animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.4s infinite linear alternate;
          animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.6s infinite linear alternate;
          animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 0.8s infinite linear alternate;
          animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1s infinite linear alternate;
          animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-animation: blur-text 1.5s 1.2s infinite linear alternate;
          animation: blur-text 1.5s 1.2s infinite linear alternate;
}

@-webkit-keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}

@keyframes blur-text {
  0% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}


/* ---------------------------------------------- 
* 5. Header
/* ---------------------------------------------- */

.menu-list {
    position: fixed;
    z-index: 999;
    background: #1d1d1d;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .7s;
    transform: translateX(-20px);
}

.menu-list.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.menu-list--content {
    display: flex;
    margin: 0 auto;
    align-items: center;
    height: 100vh;
}

.menu-list--left {
    flex: 55% 0 0;
    width: 50%;
    display: flex;
    align-items: center;
    margin-left: 10%;
}

.menu-list--left ul li {
    flex-wrap: wrap;
    width: 100%;
    display: block;
}

.menu-list--right {
    background: #000;
    height: 100vh;
    width: 100%;
    align-items: center;
    display: flex;
    padding: 50px;
    position: relative;
}

.menu-list--left a.nav-link {
    font-size: 5vh;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    letter-spacing: 3px;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.menu-list--left a.nav-link:hover {
    letter-spacing: 5px;
}

.menu-list--social ul a {
    font-size: 18px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
}

.navbar {
    padding: 20px;
}

.navbar-brand {
    z-index: 9999;
    color: #fff !important;
    letter-spacing: 2px;
    font-size: 26px;
}

.navbar-brand:hover {
    letter-spacing: 3px;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hamRotate.active {
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #fff;
    stroke-width: 2.5;
    stroke-linecap:round;
}
.ham1 .top {
    stroke-dasharray: 40 139;
}
.ham1 .bottom {
    stroke-dasharray: 40 180;
}
.ham1.active .top {
    stroke-dashoffset: -98px;
}
.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.page-wrapper {
    height: 100%;
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.navbar-toggler span {
    right: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    line-height: 55px;
    transition: 0.5s;
    opacity: 0;
}

.navbar-toggler {
    padding: 0;
    position: relative;
    padding-right: 40px;
    border: none;
    outline: none !important;
    z-index: 9999;
    display: block;
    transition: none;
}

span.close-text {
    opacity: 0;
}

span.menu-text {
    opacity: 1;
}

.navbar-toggler:hover span {
    opacity: 0;
}

.navbar-toggler:hover:not(.active) span.open-text {
    opacity: 1;
}

.navbar-toggler.active span.close-text {
    opacity: 1;
}

.navbar-toggler.active span {
    opacity: 0;
}

/* ---------------------------------------------- 
* 6. Home
/* ---------------------------------------------- */

.section-home {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.section-home--cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    transform: rotate(0.0001deg) scale(1.1) !important;
}

.section-home--cover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.overlay {
    position: relative;
    height: 100%;
    flex-wrap: wrap;
    z-index: 3;
    text-align: center;
    color: #fff;
}

.overlay-wrap {
    padding: 0 15px;
}

.overlay h1 {
    display: block;
    font-size: 10vh;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.overlay span.hello {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 3px;
}

span.typed {
    font-weight: 300;
    font-size: 26px;
}

.typed-cursor {
    color: #fff;
    font-size: 30px;
    margin-left: 5px;
}

.section-home:after {
    content: "";
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 0;
    background-color: #000;
    opacity: 0.4;
    top: 0;
    left: 0;
    right: 0;
}

.swiper-home {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    padding-top: 0 !important;
}

.swiper-home .swiper-slide {
    background-size: cover;
}

.home-pagination {
    position: absolute !important;
    left: auto;
    right: 15px;
    z-index: 55;
    top: 50%;
    transform: translateY(-50%);
}

.home-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    width: 30px;
    height: 4px;
    border-radius: 1px;
    background: #fff;
    transition: 1s;
    display: block;
    margin: 20px 0 0 auto;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    width: 50px;
}

.swiper-home .swiper-slide {
    transition-duration: 1s;
}

.section-home #particles-js {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    top: 0;
    bottom: 0;
}

/* ---------------------------------------------- 
* 6. About
/* ---------------------------------------------- */

.section-about--desc h1 {
    line-height: normal;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    color: #1e1e1e;
}

.section-about--desc h1 span {
    color: #fff;
    text-shadow: none;
}

/* ---------------------------------------------- 
* 7. Portfolio
/* ---------------------------------------------- */

.filter {
    display: flex;
    justify-content: center;
}

.filter a.active {
    background: #000;
    color: #fff;
}

.filter a {
    padding: 6px 25px;
    display: block;
    cursor: pointer;
    text-transform: capitalize;
    color: #8f8f8f;
    border-radius: 3px;
}

.list-item:hover img {
}

.list-item a {
    display: block;
    overflow: hidden;
}


.list-item img, .portfolio-item-title {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.list-item:hover a {
    transform: scale(.96);
}

.list-item:hover a img {
    transform: scale(1.1);
}

.pswp__caption__center {
    color: #fff;
    text-align: center;
}

.pswp__caption__center .portfolio-item-title {
    color: #fff;
}

.portfolio-item-desc {
    text-transform: capitalize;
}

.section-work {
    padding-bottom: 50px;
}

.portfolio-item-title {
    font-size: 18px;
}

/* ---------------------------------------------- 
* 8. Services
/* ---------------------------------------------- */


.section-services {
    padding-bottom: 80px
}

.services-list-icon {
    width: 50px;
    color: #fff;
    flex: 50px 0 0;
    font-size: 24px;
}

/* ---------------------------------------------- 
* 9. Freelance
/* ---------------------------------------------- */


.section-freelance {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding: 70px 0;
    border-radius: 5px;
    overflow: hidden;
}

.section-freelance:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: -1;
}

.section-freelance h2 {
    color: #fff;
}

/* ---------------------------------------------- 
* 10. Resume
/* ---------------------------------------------- */

.resume-list h5 {
}

.progress-bar {
    background: #1479f6;
}

.b-box {
    border: 1px solid #333;
}

.progress {
    background: #333;
    height: 2px;
}

/* ---------------------------------------------- 
* 11. Testimony
/* ---------------------------------------------- */

.section-testimony {
    padding-bottom: 80px
}

.single-testimonials {
    width: 100%;
}

.single-testimonials-in {
    max-width: 600px;
    position: relative;
    width: 100%;
    overflow: visible;
    padding-top: 40px !important;
}

.single-testimonials-in span {
    font-size: 14px;
}

.single-testimonials img {
    max-width: 70px;
    height: 70px;
    border-radius: 50px;
    width: 100px;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    border: none;
    top: -35px;
    box-shadow: 0 0px 0px 10px rgba(255, 79, 100, 0.18);
    border: none;
}

.swiper-pagination {
    position: static;
}

.section-testimony .swiper-container {
    padding-top: 60px;
}

.section-testimony .section-head {
    margin-bottom: 20px;
}

/* ---------------------------------------------- 
* 12. Contact
/* ---------------------------------------------- */

.section-contact {
    padding-bottom: 30px !important;
}

.contact-map--container {
    height: 450px;
    overflow: hidden;
}


.contact-details--panel i {
    font-size: 20px;
    color: #fff;
}

.contact-details--panel a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: underline;
}

.contact-details--panel a:hover {
    text-decoration: none;    
}

.contact-details--panel p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-control {
    padding: 12px 15px;
    height: auto;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    box-shadow: none !important;
    background: transparent !important;
    border: none;
    border-bottom: 1px solid #495057;
    border-radius: 0;
    padding: 15px 0;
    outline: none;
    color: #fff;
}

.form-control:focus {
    color: #fff;
}

.contact-details--icon {
    width: 35px;
    font-size: 25px;
}

.contact-details--icon i {
    font-size: 20px;
}

/* ---------------------------------------------- 
* 13. Footer
/* ---------------------------------------------- */

.footer {
    margin-top: 0;
    background: #000;
    padding: 30px !important;
}

.copyright {
    font-size: 12px;
}

/* ---------------------------------------------- /*
*  14. Scroll to top
/* ---------------------------------------------- */

.scroll-up a {
    background-color: #000;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff !important;
    font-size: 30px;
    border-radius: 50%;
    z-index: 1111;
    position: absolute;
    line-height: 45px;
    cursor: pointer;
    transition: cubic-bezier(0.19, 1.32, 0.48, 1);
    bottom: 0;
    right: 20px;
    transform: rotate(90deg);
    TOP: 17px;
}

.scroll-up a:hover,
.scroll-up a:active {
    color: #fff;
}


/* ---------------------------------------------- 
* 15. All Media Queries
/* ---------------------------------------------- */


@media (max-width: 991px) {

    .section {
        padding: 80px 0;
    }

    .container {
        max-width: 100%;
    }

    .page-content-wrap {
        margin-left: 0%;
        width: 100%;
        margin-top: -50px;
        position: relative;
        z-index: 1
    }

    .page-wrapper {
        width: 100%;
        margin-left: 0%;
        overflow-x: hidden;
    }
}

@media (max-width: 767px) {

    .cursor, 
    .cursor-follower {
        display: none;
    }

    .contact-details--panel {
        margin-bottom: 30px
    }

    .contact-form {
        margin-top: 30px !important
    }

    .contact-details {
        padding-top: 30px;
    }

    .filter a {
        font-size: 13px;
        padding: 10px 15px;
    }

    .filter li {
        font-size: 12px;
        padding: 5px;
    }

    .section-resume .section-head {
        margin-bottom: 30px
    }

    .swiper-button-next, .swiper-button-prev {
        width: 20px;
        height: 30px;
        background-position: center;
        background-size: 100%;
    }

    .single-testimonials-in {
        width: 90%;
    }

    .overlay span.hello {
        font-size: 20px;
    }

    .overlay h1 {
        font-size: 7vh;
    }

    span.typed {
        font-size: 22px;
    }

    .section-about--desc h1 {
        font-size: 26px;
    }

    .menu-list--left a.nav-link {
        font-size: 4vh;
    }

    .menu-list--left {
        width: 100%;
        flex: 100% 0 0;
    }

    .menu-list--right {
        display: none;
    }

    * {
        cursor: auto;
    }

    .section-freelance {
        max-width: calc(100% - 30px)
    }

    .navbar-brand {
        font-size: 22px
    }

    .navbar {
        padding: 7px 20px;
        background: #000;
    }
}



