@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth; }

body,
button,
input,
textarea {
  font-family: 'Poppins', sans-serif; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

img {
  width: 100%; }

.btn {
  background-color: #784cfb;
  border-radius: 2rem;
  color: #ffffff;
  display: inline-block;
  font-size: 1.05rem;
  font-weight: 500;
  padding: .85rem 2rem;
  text-transform: uppercase;
  transition: .3s; }
  .btn:hover {
    background-color: #521afa; }

.container {
  margin: 0 auto;
  max-width: 92rem;
  padding: 0 4rem;
  position: relative;
  z-index: 5; }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.grid-2 {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center; }

.text {
  color: #7a7a7a;
  font-size: 1.25rem;
  line-height: 1.6; }

.column-1 {
  margin-right: 1.5rem; }

.column-2 {
  margin-left: 1.5rem; }

.image {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative; }

.z-index {
  position: relative;
  z-index: 2; }

.overlay {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }
  .overlay .letters {
    left: 15px;
    opacity: .06;
    position: absolute;
    top: -5px;
    width: 13.5%; }
  .overlay .shape {
    position: absolute;
    opacity: .13;
    width: initial; }

.overlay.overlay-lg .shape {
  height: 55px; }

.overlay.overlay-lg .shape.wave {
  height: initial;
  width: 88px; }

.overlay.overlay-lg .shape.xshape {
  height: 38px; }

.overlay.overlay-sm .shape {
  filter: brightness(0) invert(1);
  height: 40px;
  opacity: .15; }

.overlay.overlay-sm .shape.wave {
  height: initial;
  width: 70px; }

.overlay.overlay-sm .shape.xshape {
  height: 30px; }

.points {
  opacity: .3;
  position: absolute; }

.section {
  padding: 7rem 0;
  overflow: hidden; }

.section-header {
  margin-bottom: 1.5rem;
  text-align: center; }
  .section-header .text {
    margin: 0 auto;
    max-width: 600px; }

.title {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: .6rem;
  padding-bottom: 1rem;
  position: relative; }
  .title::before {
    color: #784cfb;
    content: attr(data-title);
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: .4rem;
    text-transform: uppercase; }
  .title::after {
    background-color: #784cfb;
    border-radius: 3px;
    bottom: 0;
    content: '';
    height: 5px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 90px; }

.title-sm {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 600; }

.btn.small {
  font-size: 1rem;
  padding: .7rem 1.8rem; }

.points-sq {
  width: 210px; }

.btn.small.btn-small-flex {
  align-self: flex-start;
  margin-top: auto; }

.submit-btn {
  border: none; }

header {
  background-color: #f6f7fb;
  overflow: hidden;
  position: relative;
  width: 100%; }
  header .square {
    right: 68%;
    top: 71%; }
  header .triangle {
    bottom: 75%;
    right: 7%; }
  header .xshape {
    bottom: 50%;
    right: 4%; }
  header .half-circle1 {
    bottom: 82%;
    left: 50%; }
  header .half-circle2 {
    left: 5%;
    top: 67%; }
  header .wave1 {
    bottom: 75%;
    left: 20%; }
  header .wave2 {
    bottom: 8%;
    right: 55%; }
  header .circle {
    bottom: 63%;
    left: 38%; }
  header .points1 {
    bottom: -75px;
    left: -150px;
    width: 420px; }
  header .points2 {
    left: 71%;
    top: 65%;
    width: 70%; }
  header nav {
    position: relative;
    width: 100%;
    z-index: 50; }
    header nav .container {
      align-items: center;
      display: flex;
      height: 6rem;
      justify-content: space-between; }
      header nav .container .logo {
        align-items: center;
        display: flex;
        width: 150px; }
      header nav .container .links {
        display: flex; }
        header nav .container .links a {
          color: #333333;
          display: inline-block;
          font-size: 1.05rem;
          font-weight: 500;
          line-height: 1;
          padding: .9rem 1.2rem;
          text-transform: uppercase;
          transition: .3s; }
          header nav .container .links a:hover {
            color: #784cfb; }
        header nav .container .links .active {
          background-color: #784cfb;
          border-radius: 2rem;
          color: #ffffff;
          font-size: 1rem;
          margin-left: 1rem;
          padding: .9rem 2.1rem; }
          header nav .container .links .active:hover {
            background-color: #521afa;
            color: #ffffff; }
  header .header-content .container.grid-2 {
    grid-template-columns: 2.5fr 3.5fr;
    min-height: calc(100vh - 6rem);
    padding-bottom: 2.5rem;
    text-align: left; }
  header .header-content .header-title {
    color: #333333;
    font-size: 3.8rem;
    line-height: .8; }
  header .header-content .text {
    margin: 2.15rem 0; }
  header .header-content .image .img-element {
    max-width: 540px; }

.hamburger-menu {
  width: 2.7rem;
  height: 3rem;
  z-index: 100;
  position: relative;
  display: none;
  align-items: center;
  justify-content: flex-end; }

.hamburger-menu .bar {
  width: 2.1rem;
  height: 3px;
  border-radius: 3px;
  background-color: #333333;
  position: relative;
  transition: .5s; }

.bar::before,
.bar::after {
  content: '';
  position: absolute;
  width: 2.1rem;
  height: 3px;
  border-radius: 3px;
  background-color: #333333;
  transition: .5s; }

.bar::before {
  transform: translateY(-9px); }

.bar::after {
  transform: translateY(9px); }

nav.open .hamburger-menu .bar {
  background-color: transparent;
  transform: rotate(360deg); }

nav.open .hamburger-menu .bar::before {
  transform: translateY(0) rotate(45deg);
  background-color: #ffffff; }

nav.open .hamburger-menu .bar::after {
  transform: translateY(0) rotate(-45deg);
  background-color: #ffffff; }

header nav.open .container .links {
  transform: translateX(0); }

.icon {
  margin-bottom: 1.7rem;
  width: 90px; }

.cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%; }
  .cards .card-wrap {
    margin: 1.7rem .8rem;
    position: relative; }
    .cards .card-wrap:hover .card {
      transform: translateY(-15px); }
      .cards .card-wrap:hover .card::after {
        height: 8px; }
    .cards .card-wrap .card {
      align-items: center;
      background-color: #f6f7fb;
      display: flex;
      justify-content: center;
      max-width: 390px;
      min-height: 520px;
      overflow: hidden;
      padding: 3rem 2rem;
      position: relative;
      text-align: center;
      transition: .3s;
      width: 100%; }
      .cards .card-wrap .card::before {
        color: #784cfb;
        content: attr(data-card);
        font-size: 6rem;
        font-weight: 800;
        line-height: 1;
        opacity: .025;
        position: absolute;
        right: -15px;
        top: -15px; }
      .cards .card-wrap .card::after {
        background-color: #784cfb;
        bottom: 0;
        content: '';
        height: 0;
        left: 0;
        position: absolute;
        transition: .3s;
        width: 100%; }
      .cards .card-wrap .card .title-sm {
        line-height: .8; }
      .cards .card-wrap .card .text {
        font-size: 1.15rem;
        margin: 1.8rem 0; }

.services .points1 {
  bottom: -50px;
  left: -125px;
  opacity: .2;
  pointer-events: none; }

.services .points2 {
  bottom: -70px;
  opacity: .2;
  pointer-events: none;
  right: -65px; }

.portfolio {
  background-color: #f9fafb;
  position: relative;
  width: 100%; }
  .portfolio .title {
    color: #ffffff; }
    .portfolio .title::before {
      color: #ffffff; }
    .portfolio .title::after {
      background-color: #ffffff; }
  .portfolio .square {
    left: 20%;
    top: 28%; }
  .portfolio .circle {
    right: 35%;
    top: 8%; }
  .portfolio .triangle {
    bottom: 10%;
    right: 4%; }
  .portfolio .half-circle1 {
    bottom: 13%;
    left: 5%; }
  .portfolio .half-circle2 {
    right: 20%;
    top: 35%; }
  .portfolio .xshape {
    right: 8%;
    top: 10%; }
  .portfolio .wave {
    left: 6%;
    top: 38%; }

.background-bg {
  background-color: #784cfb;
  height: 520px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.filter {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }
  .filter .filter-btn {
    background-color: transparent;
    border: none;
    border-radius: 2rem;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    margin: .45rem .4rem;
    outline: none;
    padding: .85rem 1.8rem;
    text-transform: uppercase;
    transition: .3s; }
  .filter .filter-btn.active {
    background-color: #ffffff;
    color: #784cfb; }

.grid {
  margin: 1.5rem 0;
  width: 100%; }
  .grid .grid-item {
    padding: 1rem 1.2rem;
    width: 33.33%;
    display: flex;
    justify-content: center; }
    .grid .grid-item .gallery-image {
      border-radius: 16px;
      cursor: pointer;
      height: 330px;
      overflow: hidden;
      position: relative;
      width: 100%; }
      .grid .grid-item .gallery-image:hover img {
        transform: translate(-50%, -50%) scale(1.1); }
      .grid .grid-item .gallery-image:hover .img-overlay {
        opacity: 1; }
      .grid .grid-item .gallery-image img {
        height: 115%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transform-origin: center;
        transition: .5s;
        width: initial; }
      .grid .grid-item .gallery-image .img-overlay {
        align-items: center;
        background-color: rgba(120, 76, 251, 0.55);
        color: #ffffff;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: flex-end;
        left: 0%;
        opacity: 0;
        padding: 2rem 3.2rem;
        position: absolute;
        top: 0;
        transition: .5s;
        width: 100%;
        z-index: 2; }
        .grid .grid-item .gallery-image .img-overlay .plus {
          margin: auto 0;
          position: relative; }
          .grid .grid-item .gallery-image .img-overlay .plus::before, .grid .grid-item .gallery-image .img-overlay .plus::after {
            background-color: #ffffff;
            border-radius: 3px;
            content: '';
            height: 3px;
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 4.5rem; }
          .grid .grid-item .gallery-image .img-overlay .plus::before {
            transform: translate(-50%, -50%) rotate(-90deg); }
        .grid .grid-item .gallery-image .img-overlay .img-description {
          width: 100%; }
        .grid .grid-item .gallery-image .img-overlay h3 {
          font-size: 1.5rem;
          font-weight: 600;
          text-transform: uppercase; }
        .grid .grid-item .gallery-image .img-overlay h5 {
          font-size: 1.15rem;
          font-weight: 300; }

.more-folio {
  display: flex;
  justify-content: center; }

.about {
  overflow: hidden; }
  .about img {
    max-width: 520px; }
  .about .text {
    margin-top: 1rem; }
  .about .skills {
    margin: 1.5rem 0 2.5rem; }
    .about .skills .skill {
      margin: 1rem 0; }
      .about .skills .skill .skill-title {
        color: #555555;
        font-weight: 600;
        margin-bottom: 0.3rem; }
      .about .skills .skill .skill-bar {
        background-color: #ece6fa;
        border-radius: 4px;
        height: 8px;
        overflow: hidden;
        position: relative;
        width: 70%; }
        .about .skills .skill .skill-bar .skill-progress {
          background-color: #784cfb;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          transition: 1s;
          width: 0%; }
  .about .column-1 {
    position: relative; }
    .about .column-1::before {
      color: #784cfb;
      content: 'About';
      font-size: 8rem;
      font-weight: 800;
      left: 0;
      line-height: 0;
      opacity: .04;
      position: absolute;
      top: 20px; }
  .about .points {
    left: 80%;
    opacity: .1;
    top: 65%;
    width: 300px; }

.records {
  background-color: #784cfb;
  padding: 5.2rem 0;
  position: relative; }
  .records .container {
    align-items: center;
    display: grid;
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    text-align: center; }
    .records .container .record-circle {
      border: 4px solid #ffffff;
      border-radius: 50%;
      color: #ffffff;
      display: flex;
      flex-direction: column;
      height: 180px;
      justify-content: center;
      margin: 0 auto;
      width: 180px; }
      .records .container .record-circle.active {
        background-color: #ffffff;
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.5);
        color: #333333; }
      .records .container .record-circle .number {
        font-size: 2.35rem;
        font-weight: 400; }
      .records .container .record-circle .sub-title {
        font-size: 1.12rem;
        font-weight: 400;
        text-transform: uppercase; }
  .records .square1 {
    left: 8%;
    top: 10%; }
  .records .square2 {
    bottom: 70px;
    right: 90px; }
  .records .xshape {
    right: 120px;
    top: 45px; }
  .records .circle {
    bottom: 50px;
    left: 7%; }
  .records .triangle {
    bottom: 35px;
    left: 65%; }
  .records .wave1 {
    right: 30%;
    top: 35px; }
  .records .wave2 {
    bottom: 40px;
    left: 28%; }
  .records .half-circle {
    right: 50%;
    top: 30px; }

.blog .points {
  opacity: .15;
  right: 71%;
  top: 72%; }

.blog-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%; }
  .blog-wrapper .blog-wrap {
    margin: 1.3rem .5rem;
    position: relative; }
    .blog-wrapper .blog-wrap .blog-card {
      background-color: #f9fafb;
      max-width: 420px;
      overflow: hidden;
      position: relative;
      transition: .3s;
      width: 100%; }
      .blog-wrapper .blog-wrap .blog-card::after {
        background-color: #784cfb;
        bottom: 0;
        content: '';
        height: 0;
        left: 0;
        position: absolute;
        transition: .3s;
        width: 100%; }
      .blog-wrapper .blog-wrap .blog-card:hover {
        transform: translateY(-15px); }
        .blog-wrapper .blog-wrap .blog-card:hover::after {
          height: 8px; }
      .blog-wrapper .blog-wrap .blog-card .blog-image {
        height: 270px;
        overflow: hidden;
        position: relative;
        width: 100%; }
        .blog-wrapper .blog-wrap .blog-card .blog-image img {
          height: 105%;
          left: 50%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          transition: .5s;
          width: initial; }
      .blog-wrapper .blog-wrap .blog-card .blog-content {
        display: flex;
        flex: 1;
        flex-direction: column;
        min-height: 420px;
        padding: 2.1rem 2.2rem 2.7rem; }
        .blog-wrapper .blog-wrap .blog-card .blog-content .blog-info {
          display: flex;
          flex-wrap: wrap;
          margin-bottom: .5rem; }
          .blog-wrapper .blog-wrap .blog-card .blog-content .blog-info h5 {
            color: #784cfb;
            font-weight: 400;
            font-size: 1.05rem;
            letter-spacing: 2px;
            text-transform: uppercase; }
          .blog-wrapper .blog-wrap .blog-card .blog-content .blog-info .blog-date {
            margin-right: 2rem; }
          .blog-wrapper .blog-wrap .blog-card .blog-content .blog-info .blog-user i {
            font-size: 1rem;
            margin-right: .2rem; }
        .blog-wrapper .blog-wrap .blog-card .blog-content .blog-text {
          color: #666666;
          font-size: 1.2rem;
          line-height: 1.6;
          margin: .5rem 0 1.5rem; }
  .blog-wrapper .blog-card:hover .blog-image img {
    transform: translate(-50%, -50%) scale(1.15); }

.testimonials {
  background-color: #f9fafb;
  overflow: hidden; }
  .testimonials .testi-content {
    margin-top: 6rem; }
  .testimonials .reviews {
    overflow: hidden; }
  .testimonials .review {
    padding: 2rem 1.5rem;
    position: relative; }
  .testimonials .quote {
    color: #784cfb;
    font-size: 8rem;
    left: 0;
    opacity: .04;
    position: absolute;
    top: 0; }
  .testimonials .rate {
    display: flex;
    color: #ebc000;
    font-size: 1.4rem;
    margin-bottom: 1.5rem; }
    .testimonials .rate i {
      margin-right: .3rem; }
      .testimonials .rate i:last-child {
        margin-right: 0; }
  .testimonials .review-text {
    color: #444444;
    font-size: 1.35rem;
    font-weight: 300;
    line-height: 1.4; }
  .testimonials .review-info {
    margin-top: 2rem; }
  .testimonials .review-name {
    color: #333333;
    font-size: 1.3rem;
    font-weight: 700; }
  .testimonials .review-job {
    color: #777777;
    font-size: 1.15rem;
    font-weight: 300; }
  .testimonials .review-nav {
    bottom: 2.2rem;
    color: #784cfb;
    font-size: 1.8rem;
    top: initial; }
  .testimonials .swiper-container {
    position: relative; }
  .testimonials .swiper-button-prev::after,
  .testimonials .swiper-button-next::after {
    display: none; }
  .testimonials .swiper-button-next {
    left: initial;
    right: 2rem; }
  .testimonials .swiper-button-prev {
    left: initial;
    right: 4.5rem; }

.contact {
  padding: 13.5rem 0 8.5rem;
  position: relative;
  width: 100%; }
  .contact::before, .contact::after {
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1; }
  .contact::before {
    background: url("../img/map.webp") center center/cover;
    height: 40%;
    top: 0; }
  .contact::after {
    background: url("../img/contact-bg.webp") center bottom/cover;
    height: 60%;
    top: 40%; }
  .contact .contact-box {
    background-color: #ffffff;
    border-radius: 45px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 5.5rem 4.5rem;
    width: 100%; }
    .contact .contact-box .contact-info {
      padding-right: 2rem; }
      .contact .contact-box .contact-info .title::after {
        left: 0;
        transform: initial; }
      .contact .contact-box .contact-info .information-wrap {
        margin-top: 2rem; }
        .contact .contact-box .contact-info .information-wrap .information {
          align-items: center;
          display: flex; }
          .contact .contact-box .contact-info .information-wrap .information:not(:last-child) {
            margin-bottom: 1.3rem; }
          .contact .contact-box .contact-info .information-wrap .information .contact-icon {
            background-color: #784cfb;
            color: #ffffff;
            border-radius: 50%;
            display: inline-block;
            font-size: 1.4rem;
            height: 67px;
            margin-right: 1rem;
            min-width: 67px;
            text-align: center; }
            .contact .contact-box .contact-info .information-wrap .information .contact-icon i {
              line-height: 67px; }
          .contact .contact-box .contact-info .information-wrap .information .info-text {
            display: inline-block;
            font-size: 1.3rem; }
    .contact .contact-box .contact-form {
      padding-left: 2rem; }
      .contact .contact-box .contact-form .title {
        margin: 0; }
        .contact .contact-box .contact-form .title::after {
          display: none; }
      .contact .contact-box .contact-form .row {
        display: grid;
        grid-column-gap: .6rem;
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
        width: 100%; }
        .contact .contact-box .contact-form .row .contact-input {
          background: #f3f3f3;
          border: none;
          border-radius: 4rem;
          font-size: 1.25rem;
          font-weight: 600;
          margin: .6rem 0;
          outline: none;
          padding: 1.2rem 2.1rem;
          transition: .3s; }
          .contact .contact-box .contact-form .row .contact-input::placeholder {
            font-weight: 400; }
          .contact .contact-box .contact-form .row .contact-input.textarea {
            border-radius: 2rem;
            min-height: 280px;
            resize: none; }
          .contact .contact-box .contact-form .row .contact-input:hover {
            background: #ececec; }
          .contact .contact-box .contact-form .row .contact-input:focus {
            background: #eaeaea; }
      .contact .contact-box .contact-form .btn {
        margin-top: .6rem; }

.hire-me {
  padding: 12rem 0; }
  .hire-me .container {
    text-align: center; }
    .hire-me .container .title {
      margin-bottom: 1.3rem; }
    .hire-me .container .text {
      margin: 0 auto 1.6rem;
      max-width: 1000px; }

.footer {
  background-color: #222222;
  padding: 6rem 0; }
  .footer .grid-4 {
    display: grid;
    grid-template-columns: 3.5fr 2fr 2fr 3fr; }
    .footer .grid-4 .grid-4-col {
      padding: 0 1.7rem; }
  .footer .title-sm {
    color: #fafafa;
    margin-bottom: .9rem; }
  .footer .text {
    color: #aaaaaa; }
  .footer .footer-links a {
    color: #888888;
    display: inline-block;
    font-size: 1.25rem;
    margin-bottom: .4rem;
    transition: .3s; }
    .footer .footer-links a:hover {
      color: #784cfb; }
  .footer .footer-input-wrap {
    border-radius: 30px;
    display: grid;
    grid-template-columns: auto 50px;
    height: 50px;
    margin-top: 1.2rem;
    overflow: hidden;
    width: 100%; }
  .footer .footer-input {
    background: #373737;
    border: none;
    color: #aaaaaa;
    font-size: 1.1rem;
    outline: none;
    padding: 0 1.5rem;
    transition: .3s;
    width: 100%; }
  .footer .input-arrow {
    align-items: center;
    background-color: #784cfb;
    border: none;
    color: #ffffff;
    display: flex;
    font-size: 1.45rem;
    justify-content: center;
    transition: .3s; }
    .footer .input-arrow:hover {
      background-color: #521afa; }
  .footer .focus {
    background: #ffffff; }
  .footer .bottom-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 5.5rem;
    padding: 0 1.7rem; }
  .footer .copyright .text {
    color: #7b7b7b;
    display: inline-block;
    font-size: 1.2rem;
    text-align: center; }
  .footer .copyright .footer-code-text {
    color: #784cfb;
    cursor: pointer; }
  .footer .copyright .footer-lounge-text {
    cursor: pointer;
    color: #255c99; }
  .footer .follow-me-wrap {
    display: flex; }
    .footer .follow-me-wrap .follow-me {
      align-items: center;
      display: flex; }
      .footer .follow-me-wrap .follow-me h3 {
        color: #7b7b7b;
        font-size: 1.3rem;
        font-weight: 500; }
      .footer .follow-me-wrap .follow-me .footer-line {
        background-color: #7b7b7b;
        display: inline-block;
        height: 2px;
        margin: 0 1.2rem;
        width: 60px; }
      .footer .follow-me-wrap .follow-me .social-media a {
        color: #7b7b7b;
        font-size: 1.3rem;
        margin-right: .4rem;
        transition: .3s; }
        .footer .follow-me-wrap .follow-me .social-media a:hover {
          color: #784cfb; }
    .footer .follow-me-wrap .back-btn-wrap {
      margin-left: 2.5rem;
      position: relative; }
      .footer .follow-me-wrap .back-btn-wrap::before {
        animation: scale 1.2s ease-out infinite 1s;
        background-color: #ffffff;
        border-radius: 50%;
        content: '';
        height: 60px;
        left: 50%;
        opacity: .08;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%) scale(0.7);
        width: 60px;
        z-index: 1; }
      .footer .follow-me-wrap .back-btn-wrap .back-btn {
        align-items: center;
        background-color: #784cfb;
        border-radius: 50%;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.15);
        color: #ffffff;
        display: flex;
        font-size: 1.2rem;
        height: 55px;
        justify-content: center;
        position: relative;
        transition: .3s;
        width: 55px;
        z-index: 2; }
        .footer .follow-me-wrap .back-btn-wrap .back-btn:hover {
          background-color: #521afa; }

@keyframes scale {
  0% {
    opacity: .15;
    transform: translate(-50%, -50%) scale(1); }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.6); } }

@media (max-width: 1280px) {
  .text {
    font-size: 1rem; }
  .title {
    font-size: 2.1rem;
    padding-bottom: .65rem; }
    .title::before {
      font-size: .8rem;
      letter-spacing: 2px;
      margin-bottom: .2rem; }
    .title::after {
      height: 3.5px;
      width: 70px; }
  .title-sm {
    font-size: 1.2rem; }
  .btn {
    font-size: .8rem;
    padding: .75rem 1.7rem; }
    .btn.small {
      font-size: .7rem;
      padding: .65rem 1.6rem; }
  .section-header .text {
    max-width: 500px; }
  .section {
    padding: 4.5rem 0; }
  .column-1 {
    margin-right: 1rem; }
  .column-2 {
    margin-left: 1rem; }
  .overlay.overlay-lg .shape {
    height: 35px; }
  .overlay.overlay-lg .shape.wave {
    height: initial;
    width: 63px; }
  .overlay.overlay-lg .shape.xshape {
    height: 24px; }
  .overlay.overlay-sm .shape {
    height: 24px; }
  .overlay.overlay-sm .shape.wave {
    height: initial;
    width: 39px; }
  .overlay.overlay-sm .shape.xshape {
    height: 19px; }
  header .points1 {
    bottom: -50px;
    left: -75px;
    width: 270px; }
  header .points2 {
    width: 340px; }
  .overlay .letters {
    width: 11%; }
  header .header-content .image .img-element {
    max-width: 500px; }
  header nav .container {
    height: 4.5rem; }
  header .header-content .container.grid-2 {
    min-height: calc(100vh - 4.5rem);
    padding-bottom: 1.5rem; }
  header nav .container .links a {
    font-size: .8rem;
    padding: .65rem .7rem; }
  header nav .container .links a.active {
    font-size: .7rem;
    margin-left: .6rem;
    padding: .7rem 1.7rem; }
  header .header-content .header-title {
    font-size: 2.6rem; }
  header .header-content .text {
    margin: 1.1rem 0; }
  .cards .card-wrap .card {
    min-height: 455px;
    max-width: 290px;
    padding: 2.2rem 1.5rem; }
  .icon {
    margin-bottom: .8rem;
    width: 65px; }
  .cards .card-wrap .card .text {
    font-size: .9rem;
    margin: 1rem 0; }
  .cards .card-wrap .card::before {
    font-size: 5rem; }
  .cards .card-wrap {
    margin: 1rem .6rem; }
  .services .points1 {
    left: -60px; }
  .points-sq {
    width: 150px; }
  .grid {
    margin: .8rem 0; }
  .grid .grid-item {
    padding: .8rem; }
  .grid .grid-item .gallery-image {
    height: 250px;
    max-width: 325px; }
  .grid .grid-item .gallery-image .img-overlay {
    padding: 1.4rem 2rem; }
  .grid .grid-item .gallery-image .img-overlay .plus::before,
  .grid .grid-item .gallery-image .img-overlay .plus::after {
    width: 2.8rem; }
  .grid .grid-item .gallery-image .img-overlay h3 {
    font-size: 1.1rem; }
  .grid .grid-item .gallery-image .img-overlay h5 {
    font-size: .8rem; }
  .background-bg {
    height: 370px; }
  .filter .filter-btn {
    padding: .6rem 1.45rem;
    font-size: .7rem; }
  .about img {
    max-width: 420px; }
  .about .text {
    margin-top: .7rem; }
  .about .skills {
    margin: .9rem 0 1.7rem; }
  .about .skill-title {
    font-size: 1rem; }
  .about .skills .skill .skill-bar {
    height: 6px; }
  .about .column-1::before {
    font-size: 6rem;
    top: 13px; }
  .about .points {
    width: 230px;
    left: 65%; }
  .records .container .record-circle {
    border-width: 3px;
    height: 150px;
    width: 150px; }
  .records .container .record-circle .number {
    font-size: 1.8rem; }
  .records .container .record-circle .sub-title {
    font-size: .9rem; }
  .blog-wrapper .blog-wrap {
    margin: .7rem .5rem; }
  .blog-wrapper .blog-wrap .blog-card {
    max-width: 315px; }
  .blog-wrapper .blog-wrap .blog-card .blog-image {
    height: 200px; }
  .blog-wrapper .blog-wrap .blog-card .blog-content {
    min-height: 340px;
    padding: 1.8rem 1.7rem 1.9rem; }
  .blog-wrapper .blog-wrap .blog-card .blog-content .blog-info {
    margin-bottom: .2rem; }
  .blog-wrapper .blog-wrap .blog-card .blog-content .blog-info h5 {
    font-size: .75rem; }
  .blog-wrapper .blog-wrap .blog-card .blog-content .blog-text {
    font-size: .9rem;
    margin: .2rem 0 .8rem; }
  .testimonials .rate {
    font-size: 1.15rem;
    margin-bottom: 1.1rem; }
  .testimonials .review-text {
    font-size: 1.05rem; }
  .testimonials .review-info {
    margin-top: 1.1rem; }
  .testimonials .review-name {
    font-size: 1.05rem; }
  .testimonials .review-job {
    font-size: .85rem; }
  .testimonials .quote {
    font-size: 6rem; }
  .testimonials .review-nav {
    font-size: 1.55rem; }
  .testimonials .swiper-button-next {
    right: 2.5rem; }
  .testimonials .swiper-button-prev {
    right: 4.5rem; }
  .contact {
    padding: 9rem 0 6rem; }
  .contact .contact-box .contact-form {
    padding-left: 1rem; }
  .contact .contact-box .contact-info {
    padding-right: 1rem; }
  .contact .contact-box {
    padding: 3.6rem 3rem; }
  .contact .contact-box .contact-info .information-wrap {
    margin-top: 1.2rem; }
  .contact .contact-box .contact-info .information-wrap .information .contact-icon {
    min-width: 50px;
    height: 50px;
    font-size: 1rem;
    margin-right: .8rem; }
  .contact .contact-box .contact-info .information-wrap .information .contact-icon i {
    line-height: 50px; }
  .contact .contact-box .contact-info .information-wrap .information .info-text {
    font-size: 1.05rem; }
  .contact .contact-box .contact-form .row .contact-input {
    font-size: .9rem;
    padding: .9rem 1.6rem;
    margin: .4rem 0; }
  .hire-me {
    padding: 8rem 0; }
  .footer {
    padding: 4rem 0; }
  .footer .footer-links a {
    font-size: 1rem; }
  .footer .title-sm {
    margin-bottom: .5rem; }
  .footer .footer-input-wrap {
    height: 36px;
    margin-top: .8rem; }
  .footer .footer-input {
    font-size: .9rem;
    padding: 0 1.2rem; }
  .footer .input-arrow {
    font-size: 1.2rem; }
  .footer .copyright .text {
    font-size: .95rem; }
  .footer .follow-me-wrap .follow-me h3 {
    font-size: 1.05rem; }
  .footer .follow-me-wrap .follow-me .footer-line {
    margin: 0 .8rem; }
  .footer .follow-me-wrap .follow-me .social-media a {
    font-size: 1.05rem; }
  .footer .follow-me-wrap .back-btn-wrap {
    margin-left: 1.3rem; }
  .footer .follow-me-wrap .back-btn-wrap .back-btn {
    width: 43px;
    height: 43px;
    font-size: .9rem; }
  .footer .follow-me-wrap .back-btn-wrap::before {
    width: 45px;
    height: 45px; } }

@media (max-width: 850px) {
  .grid-2 {
    grid-template-columns: 1fr; }
  header .header-content .container.grid-2 {
    grid-template-columns: 1fr; }
  .column-1 {
    margin-right: 0;
    margin-bottom: 1rem; }
  .hamburger-menu {
    display: flex; }
  .header-content {
    margin-top: 1rem; }
  header .header-content .header-title {
    font-size: 2.3rem; }
  .header-content .image {
    max-width: 400px;
    margin: 0 auto; }
  header .column-1 {
    max-width: 550px;
    margin: 0 auto; }
  header nav .container .links {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    background-color: #252525;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateX(100%);
    transition: .5s; }
  header nav .container .links a {
    color: #ffffff; }
  header nav .container .links .active {
    margin-left: 0;
    margin: .5rem 0; }
  header .header-content .container.grid-2 {
    min-height: 80vh; }
  .overlay .letters, header .half-circle2, header .points1, header .wave2 {
    display: none; }
  header .half-circle1 {
    bottom: 55%;
    left: 23%; }
  header .circle {
    bottom: 40%;
    left: 8%; }
  header .wave1 {
    bottom: 87%;
    left: 75%; }
  header .square {
    bottom: 5%;
    top: initial;
    left: 13%; }
  header .triangle {
    right: 14%;
    bottom: 63%; }
  header .points2 {
    width: 280px;
    left: 60%;
    bottom: -10px; }
  header .xshape {
    left: 90%;
    top: 54%; }
  .grid .grid-item {
    width: 50%; }
  .grid .grid-item .gallery-image {
    height: 210px;
    max-width: 270px; }
  .background-bg {
    height: 340px; }
  .portfolio .half-circle1, .portfolio .triangle, .portfolio .half-circle2 {
    display: none; }
  .portfolio .square {
    top: 10%;
    left: 14%; }
  .portfolio .wave {
    top: 33%; }
  .portfolio .circle {
    right: 20%; }
  .portfolio .xshape {
    top: 25%; }
  .about .column-1::before {
    font-size: 5rem; }
  .about .skills .skill .skill-bar {
    width: 100%; }
  .about .points {
    top: 60%;
    left: 59%; }
  .records .wave1, .records .triangle {
    display: none; }
  .records .wave2 {
    left: 48%; }
  .records .square2 {
    bottom: 45%;
    right: 50px; }
  .records .container {
    grid-template-columns: repeat(2, 1fr); }
  .testimonials .testi-content {
    margin-top: 1.7rem; }
  .testi-content .image {
    max-width: 500px;
    margin: 0 auto; }
  .testimonials .review-nav {
    bottom: 3rem; }
  .contact .contact-box {
    grid-template-columns: 1fr;
    padding: 3.2rem 2.7rem; }
  .contact .contact-box .contact-info {
    padding-right: 0;
    padding-bottom: .5rem; }
  .contact .contact-box .contact-form {
    padding-left: 0;
    padding-top: .5rem; }
  .contact .contact-box .contact-info .information-wrap {
    margin-top: .7rem; }
  .contact .contact-box .contact-info .information-wrap .information:not(:last-child) {
    margin-bottom: .8rem; }
  .contact .contact-box .contact-form .row .contact-input.textarea {
    min-height: 220px; }
  .contact::before {
    height: 25%; }
  .contact::after {
    height: 75%;
    top: 25%; }
  .footer .grid-4 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
    margin: 0 auto;
    text-align: center; }
  .footer-about {
    grid-column: 1 / 3; }
  .footer-newsletter {
    grid-column: 1 / 3; }
  .footer .grid-4 .grid-4-col {
    margin: 1rem 0;
    padding: 0; }
  .footer .footer-input-wrap {
    max-width: 300px;
    margin: .95rem auto 0;
    grid-template-columns: auto 45px;
    overflow: visible; }
  .footer .bottom-footer {
    flex-direction: column;
    justify-items: center;
    align-items: center;
    padding: 1.5rem 0 0;
    margin-top: 2.5rem;
    position: relative; }
  .footer .bottom-footer::before {
    content: '';
    position: absolute;
    width: 90%;
    max-width: 500px;
    height: 1px;
    background-color: #7b7b7b;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%); }
  .footer .follow-me-wrap {
    margin-top: .8rem; } }

@media (max-width: 600px) {
  .grid .grid-item {
    width: 100%; } }

@media (max-width: 560px) {
  .container {
    padding: 0 2rem; }
  .title {
    font-size: 1.8rem; }
  .text {
    font-size: .92rem; }
  .overlay.overlay-lg .shape {
    height: 28px; }
  .overlay.overlay-lg .shape.wave {
    height: initial;
    width: 52px; }
  .overlay.overlay-lg .shape.xshape {
    height: 22px; }
  .records .container {
    grid-template-columns: 1fr; }
  .records .half-circle {
    top: 50%;
    left: 50px; }
  .records .wave2 {
    bottom: 50%;
    right: 20px;
    left: initial; }
  .records .xshape {
    right: 70px; }
  .records .square2 {
    bottom: 90px;
    right: 40px; }
  .testimonials .testi-content {
    margin-top: 1rem; }
  .testimonials .review {
    padding: 1.5rem 1rem; }
  .testimonials .review-text {
    font-size: .9rem; }
  .testimonials .review-nav {
    bottom: 1.5rem;
    font-size: 1.3rem; }
  .testimonials .swiper-button-prev {
    right: 3rem; }
  .testimonials .swiper-button-next {
    right: 1.3rem; }
  .contact {
    padding: 8rem 0 5rem; }
  .contact .contact-box .contact-info {
    display: none; }
  .contact .contact-box {
    padding: 2.3rem 2rem;
    border-radius: 30px; }
  .contact::before {
    background-size: 200%; }
  .contact .contact-box .contact-form .row {
    grid-column-gap: .3rem; }
  .contact .contact-box .contact-form .row .contact-input {
    font-size: .8rem;
    padding: .8rem 1.4rem;
    margin: .25rem 0; } }
