/* ===========NEW CSS============= */
html {
  scroll-behavior: smooth;
}
html,
body {
  position: relative;
  overflow-x: hidden;
}
body {
  height: auto !important;
}
/* trusted hand area */

.trusted-text h3 {
  font-size: 49px;
  margin: 0;
}
.trusted-text {
  text-align: center;
  transform-origin: 49.057% 63%;
}
.trusted-hand-area {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}
.hand-up {
  position: absolute;
  left: -10em;
  top: -50px;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  transform: translate(-25%);
}
.hand-down {
  position: absolute;
  right: -15em;
  bottom: -20px;
  padding-bottom: 2%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  transform: translate(30%);
}
.hand-up img,
.hand-down img {
  max-width: 100%;
}

/* logofolio */
.logofolio-area {
  background-color: #000000;
  padding: 0;
}
.logofolio-wrap {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #ddd;
  padding: 120px 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.logofolio-text,
.logofolio-wrap .container {
  height: 100%;
}

.logofolio-text h1 {
  color: #000;
  text-align: center;
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, rgb(0 0 0), rgb(0 0 0));
  background-clip: text;
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-size: 300% 100%;
  /* font-size: 100px;
   position: absolute;
   bottom: 40%;
   left: 0;
   background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 0)
   );
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
   background-repeat: no-repeat;
   background-size: 300% 100%; */
}
.link-logo {
  position: absolute;
  bottom: 40%;
  left: 0;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 1)
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-repeat: no-repeat;
  background-size: 300% 100%;
  font-size: 85px;
  font-weight: 700;
}

/* project area */
.section-title {
  margin-bottom: 217px;
}
.section-title h1 {
  font-size: 9.5rem;
  font-weight: 700;
  line-height: 1.1;
}
.logofolio-text h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.single-project-box {
  height: 65vh;
  border-radius: 20px;
  display: flex;
  align-items: flex-end;
  background-color: #ffffff;
  margin-bottom: 120px;
  padding: 35px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
  transform: translateY(50%);
  opacity: 1;
}

.project-box-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.single-project-box:hover {
}
.single-project-box:hover .project-box-bg {
  transform: scale(1.1);
}
.project-box-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: 0%;
  background: #fbb900;
  z-index: 1;
  transition: 0.3s ease;
}
.single-project-box:hover .project-box-bar {
  width: 100%;
}

.section-title h1 span {
  opacity: 0;
  transition: 0.3s ease 0.1s;
}

.logofolio-text h1 span {
  opacity: 0;
  transition: 0.3s ease 0.1s;
}

.project-box-text h5 {
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  margin-top: 8px;
}
.project-box-text h3 {
  font-size: 49px;
  color: #fff;
  margin: 0;
  line-height: 1.1;
}
a {
  transition: 0.3s ease;
  text-decoration: none;
}

.project-area .container, .logofolio-area .container {
  max-width: 1510px;
}

.sec-about .container {
  max-width: 1510px;
  padding: 0 30px;
}

.logofolio-text {
  position: relative;
 }
.project-area .row {
  margin-left: -65px;
  margin-right: -65px;
}
.col-6 {
  width: 50%;
  padding: 0 55px;
  float: left;
}

.fixed-animation-wrap {
  height: 3400px;
  position: relative;
  z-index: 2;
}
.trusted-hand-area,
.logofolio-area {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.logofolio-text-2 span {
  opacity: 0.1;
}

.logofolio-btn button {
  position: relative;
  z-index: 8;
  font-size: 0.9rem;
  background: #000;
  color: #fff;
  padding: 12px 30px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.5s ease;
  border: 0;
  border-radius: 20px;
  text-transform: uppercase;
  left: 0;
  right: 0;
}
.logofolio-btn {
  position: absolute;
  z-index: 5;
  width: 100%;
  bottom: 12%;
  text-align: center;
}
.logofolio-btn button:hover {
  background: #fbb900;
  color: #000;
}
.welcome-text {
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .project-area .container {
    width: 100%;
    padding: 0 30px;
  }
  .sec-about .container {
    width: 100%;
    padding: 0 25px;
}

  .logofolio-wrap {
    height: auto;
    padding: 20px 15px;
    height: 100%;
  }
  .logofolio-text h1 {
    font-size: 60px;
  }
  .link-logo {
    font-size: 90px;
  }
  .section-title h1 {
    font-size: 130px;
  }
  .single-project-box {
    height: 65vh;
    margin-bottom: 80px;
    padding: 40px;
  }
  .col-6 {
    width: 50%;
    padding: 0 40px;
    float: left;
  }
  .project-area .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .hand-up img,
  .hand-down img {
    max-width: 950px;
  }
  .welcome-text {
    font-size: 60px;
  }
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .logofolio-text h1 {
    font-size: 60px;
  }
  .link-logo {
    font-size: 85px;
  }
  .logofolio-wrap {
    height: auto;
    padding: 120px 15px;
    height: 100%;
  }
  .section-title h1 {
    font-size: 80px;
  }
  .section-title {
    margin-bottom: 42px;
  }
  .col-6 {
    padding: 0 25px;
  }
  .project-area .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .single-project-box {
    height: 420px;
    border-radius: 8px;
    margin-bottom: 50px;
    padding: 30px;
  }
  .project-area .container {
    width: 100%;
    padding: 0 30px;
  }
  .project-box-text h3 {
    margin: 0;
  }
  .project-box-text h3 {
    font-size: 36px;
  }
  .hand-up img,
  .hand-down img {
    max-width: 700px;
  }
  .welcome-text {
    font-size: 50px;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .logofolio-text-2 span {
    opacity: 1;
  }
  .trusted-text h3 {
    font-size: 42px;
  }
  .logofolio-text h1 {
    font-size: 45px;
  }
  .link-logo {
    font-size: 52px;
  }
  .logofolio-wrap {
    height: auto;
    padding: 50px 15px;
    height: 700px;
  }
  .section-title h1 {
    font-size: 60px;
  }
  .section-title {
    margin-bottom: 35px;
  }
  .col-6 {
    padding: 0 30px;
  }
  .project-area .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .single-project-box {
    height: 380px;
    border-radius: 8px;
    margin-bottom: 60px;
    padding: 30px;
  }
  .project-area .container {
    width: 100%;
    padding: 0 30px;
  }
  .project-box-text h3 {
    margin: 0;
  }
  .project-box-text h3 {
    font-size: 32px;
  }
  .project-box-text h5 {
    font-size: 20px;
  }
  .hand-up img,
  .hand-down img {
    max-width: 540px;
  }
  .single-project-box {
    transform: translateY(0%);
  }
  .fixed-animation-wrap {
    height: auto;
  }
  .trusted-hand-area,
  .logofolio-area {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .trusted-hand-area,
  .logofolio-area {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .logofolio-wrap,
  .logofolio-area {
    opacity: 1;
    pointer-events: all;
  }
  .hand-up,
  .hand-down {
    opacity: 1;
    pointer-events: none;
  }
  .hand-up {
    top: 0;
    transform: translate(-100%);
    transition: 1s ease;
  }
  .hand-down {
    bottom: 50px;
    transform: translate(100%);
    transition: 1s ease;
  }
  .trusted-hand-area {
    height: 800px;
    transition: 0.3s ease-in;
  }
  .trusted-text {
    transition: 0.5s ease 0.2s;
  }
  .logofolio-sutter-left,
  .logofolio-sutter-right {
    display: none;
  }
  .logofolio-text h1 {
    line-height: 1.2;
    position: relative;
    bottom: 0;
    margin: 0;
  }
  .logofolio-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: 1s ease;
  }
  .logofolio-text,
  .logofolio-wrap .container {
    width: 100%;
  }
  .project-box-bar {
    height: 5px;
  }
  .logofolio-btn {
    position: relative;
    bottom: 0;
    margin-top: 10px;
  }
  .welcome-text {
    font-size: 25px;
    transition: 0.3s ease-in;
    opacity: 0;
  }
  .main-heading {
    text-align: center;
    margin-left: 0% !important;
    top: 0;
  }

  .logofolio-wrap {
    height: 100vh;
    transform: translateY(100%);
    transition: transform 0.5s ease-in, width 0.3s 0.2s;
    width: 50%;
  }
  .fixed-animation-wrap {
    height: 200vh;
    padding-top: 100vh;
    transition: 0.3s ease;
  }
  .trusted-hand-area {
    height: 100vh;
    position: absolute;
    z-index: 5;
    background-color: #fff;
  }
  .logofolio-area {
    z-index: 4;
    top: auto;
    bottom: 0;
    height: 100vh;
  }
  .trusted-text {
    transition: 0.7s ease-in-out;
  }
  .project-area {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 767px) {
  .top-setting {
    margin-top: -350px;
  }
}
/* small mobile :320px. */
@media (max-width: 767px) {
  .logofolio-text-2 span {
    opacity: 1 !important;
  }
  .sec-main {
    height: 100vh !important;
  }
  .trusted-text h3 {
    font-size: 32px;
  }
  .logofolio-text h1 {
    font-size: 38px;
  }
  .link-logo {
    font-size: 38px;
  }
  .logofolio-wrap {
    height: auto;
    padding: 40px 15px;
    height: 100vh;
  }
  .section-title h1 {
    font-size: 48px;
  }
  .section-title {
    margin-bottom: 35px;
  }
  .col-6 {
    width: 95%;
    padding-left: 10%;
    padding-right: 5%;
    float: none;
  }
  .single-project-box {
    height: 300px;
    border-radius: 15px;
    margin-bottom: 60px;
    padding: 15px;
  }
  .project-area .container {
    width: 100%;
    max-width: 500px;
    padding: 0 40px;
  }
  .sec-about .container {
    width: auto;
}
  .project-box-text h3 {
    margin: 0;
  }
  .project-box-text h3 {
    font-size: 2rem;
        line-height: 1;
  }
  .project-box-text h5 {
    font-size: 1rem;
  }
  .hand-up img,
  .hand-down img {
    max-width: 375px;
  }
  .trusted-hand-area {
    height: auto;
    padding: 200px 0;
    transition: 0.3s ease-in;
  }
  .trusted-hand-area,
  .logofolio-area {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .logofolio-wrap,
  .logofolio-area {
    opacity: 1;
    pointer-events: all;
  }
  .hand-up,
  .hand-down {
    opacity: 1;
    pointer-events: none;
  }
  .hand-up {
    top: 85px;
    transform: translate(-100%);
    transition: 1s ease;
  }
  .hand-down {
    transform: translate(-17%) !important;
  }
  .hand-down {
    bottom: 150px;
    transform: translate(100%);
    transition: 1s ease;
  }
  .trusted-text {
    text-align: center;
    transform-origin: 48.9% 63%;
    transition: 0.5s ease-in 0.2s;
  }
  .logofolio-sutter-left,
  .logofolio-sutter-right {
    display: none;
  }
  .logofolio-text h1 {
    line-height: 1.2;
    position: relative;
    bottom: 0;
    margin: 0;
  }
  .logofolio-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
  }
  .logofolio-text,
  .logofolio-wrap .container {
    width: auto;
  }
  .logofolio-text {
    transition: 1s ease 0.2s;
  }
  .project-box-bar {
    height: 5px;
  }
  .project-area {
    padding-bottom: 0;
  }
  .single-project-box {
    transform: translateY(0%);
  }
  .logofolio-btn {
    position: relative;
    bottom: 0;
    margin-top: 10px;
  }
  .logofolio-btn button {
    padding: 10px 20px;
  }
  .welcome-text {
    font-size: 25px;
    transition: 0.3s ease-in;
    opacity: 0;
  }
  .main-heading {
    text-align: center;
    margin-left: 0% !important;
    top: auto;
    bottom: 0;
  }

  .logofolio-wrap {
    height: 100vh;
    transform: translateY(100%);
    transition: transform 0.5s ease-in, width 0.3s 0.2s;
    width: 50%;
  }
  .fixed-animation-wrap {
    height: 180vh;
    padding-top: 100vh;
    transition: 0.3s ease;
  }
  .trusted-hand-area {
    height: 100vh;
    position: absolute;
    z-index: 5;
    background-color: #fff;
  }
  .logofolio-area {
    z-index: 4;
    top: auto;
    bottom: 0;
    height: 100vh;
  }
  .trusted-text {
    transition: 0.7s ease-in-out;
  }
  .project-area {
    position: relative;
    z-index: 1;
  }
}

/* Large Mobile :480px. */

@media only screen and (min-width: 900px) {
  .hand-up {
    position: absolute;
    left: -15em;
    top: -50px;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    transform: translate(-25%);
  }
  .hand-down {
    position: absolute;
    right: -10em;
    bottom: -20px;
    padding-bottom: 2%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    transform: translate(30%);
  }
}

@media only screen and (min-width: 1200px) {
  .hand-up {
    position: absolute;
    left: -15em;
    top: -50px;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    transform: translate(-25%);
  }
  .hand-down {
    position: absolute;
    right: -15em;
    bottom: -42px;
    padding-bottom: 2%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    transform: translate(30%);
  }
}

@media only screen and (max-width: 1400px) {
  .hand-up {
    position: absolute;
    left: -10em;
    top: -50px;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    transform: translate(0%);
  }
  .hand-down {
    position: absolute;
    right: -20em;
    bottom: -20px;
    padding-bottom: 2%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    transform: translate(0%);
  }
  .logofolio-btn button {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 1600px) {
  .hand-up {
    position: absolute;
    left: -1em;
    top: 40px;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    transform: translate(0%);
  }
  .hand-down {
    position: absolute;
    right: -5em;
    bottom: 20px;
  padding-bottom: 2%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    transform: translate(0%);
  }
}
@media only screen and (min-width: 2000px) {
  /* .hand-up {
     transform: translate(0%) !important;
  }
  .hand-down {
     transform: translate(-5%) !important;
  } */
  /* .hand-up img,
  .hand-down img {
    width: 1500px;
  } */
}

@media only screen and (min-width: 1200px) {
  /* .more-text{
    margin-left: 2vw;
  } */
}

@media only screen and (min-width: 1600px) {
  /* .more-text{
    margin-left: 10vw;
  } */
}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 1400px) {
  .text-font {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 1600px) {
  .text-font {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 2000px) {
  .hand-up img,
  .hand-down img {
    max-width: 85%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .hand-up {
    position: absolute;
    left: -1em;
    top: 110px;
  }
  .hand-down {
    position: absolute;
    right: -6em;
    bottom: 140px;
  }
}
