/* GLOBAL STYLES */
html,
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
}

/* Default Container */
.container-fluid.side-padding,
.side-padding.container-sm,
.side-padding.container-md,
.side-padding.container-lg,
.side-padding.container-xl,
.side-padding.container-xxl {
  max-width: 1580px;
}

.particles-js {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

a,
a:hover {
  text-decoration: none;
}

.ptb-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.finturu-txt {
  font-size: 18px;
  color: #e6007e;
  font-weight: 700;
}

.bg-fint {
  background-image: url(img/white_world.png);
  background-repeat: no-repeat;
  background-position: 50% 30%;
}

@media (max-width: 991px) {
  .bg-fint {
    background-size: contain;
  }
}

.bg-color-ffffff {
  background-color: #ffffff;
}

.radius-20 {
  border-radius: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

.about-image {
  max-width: 600px;
  margin-left: auto;
}

.radius-30 {
  border-radius: 30px;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.border-bx {
  border: 1px solid rgba(12, 58, 48, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(8, 39, 32, 0.02);
}

.default-btn {
  font-weight: 600;
  color: #ffffff;
  background-color: #e6007e;
  padding: 18px 30px 18px;
  border-radius: 10px;
  border: none;
  box-shadow: none;
  display: inline-block;
  position: relative;
  line-height: normal;
  text-decoration: none;
  transition: all ease 0.5s;
}

.default-btn:hover {
  background-color: #750542;
  text-decoration: none;
}

.default-btn.two {
  color: #ffffff;
  background-color: #e6007e;
}

/* Section Heading */
.section-heading {
  margin-bottom: 45px;
}

.section-heading .sub-title {
  display: block;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.6px;
  margin-bottom: 18px;
}

.section-heading .sub-title.two {
  color: #ffffff;
  background-color: #e6007e;
  padding: 10px 20px;
  display: -webkit-inline-box;
}

.section-heading h2,
.section-heading .h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.section-heading h2 span,
.section-heading .h2 span {
  position: relative;
  z-index: 1;
}

.section-heading h2 span img,
.section-heading .h2 span img {
  left: 0;
  bottom: -3px;
  z-index: -1;
  position: absolute;
  width: 100%;
}

/* Section Title */
.section-title {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
}

.section-title .sub-title {
  display: block;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.6px;
  margin-bottom: 15px;
}

.section-title .sub-title.two {
  color: #ffffff;
  background-color: #e6007e;
  padding: 10px 20px;
  display: -webkit-inline-box;
}

.section-title h2,
.section-title .h2 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 0;
}

.section-title h2 span,
.section-title .h2 span {
  position: relative;
  z-index: 1;
}

.section-title h2 span img,
.section-title .h2 span img {
  left: 0;
  bottom: -4px;
  position: absolute;
  width: 100%;
}

/* About */
.about-us-content .check {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
  max-width: 460px;
}

.about-us-content .check li {
  font-size: 18px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #e6007e;
  padding: 17px 30px 17px 56px;
  padding: 17px 56px;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}

.about-us-content .check li:last-child {
  margin-bottom: 0;
}

/* Top Header */
.top-header-info {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: absolute;
}

.top-header-info .navbar {
  background-color: transparent;
}

.top-header-info .navbar.sticky {
  position: fixed;
}

.top-header-info .navbar.main-navbar {
  top: 30px;
}

/* Navbar */
.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 999;
}

.navbar .navbar-brand {
  margin-right: 0;
}

.navbar.main-navbar {
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1640px;
  box-shadow: 0px 4px 8px 0px rgba(8, 39, 32, 0.1);
  margin-left: auto;
  margin-right: auto;
}

.navbar.main-navbar.sticky {
  top: 0;
  max-width: 100%;
  border-radius: 0;
}

.navbar.sticky {
  top: 0;
  left: 0;
  width: 100%;
  position: sticky;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  border-bottom: 1px solid rgba(133, 127, 127, 0.2);
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
  background-color: #ffffff;
}

.navbar .navbar-toggler {
  color: #000000;
  font-size: inherit;
  box-shadow: unset;
  border: none;
  padding: 0;
}

.navbar .navbar-toggler .burger-menu {
  cursor: pointer;
}

.navbar .navbar-toggler .burger-menu span {
  height: 3px;
  width: 30px;
  margin: 5px 0;
  display: block;
  background-color: #000000;
}

.navbar .others-options {
  padding-left: 0px !important;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .navbar .others-options {
    display: none;
  }
}

.navbar .others-options ul {
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
}

.navbar .others-options ul li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}

.navbar .others-options ul li .search-btn {
  color: #082720;
  border: none;
  font-weight: 500;
  box-shadow: unset !important;
  background-color: transparent;
  position: relative;
  padding-left: 25px;
}

.navbar .others-options ul li .search-btn i {
  top: 3px;
  left: 0;
  position: absolute;
  font-size: 20px;
  line-height: 1;
}

.navbar .others-options ul li .login::before {
  top: 54%;
  left: -17px;
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  border-left: 1px dashed rgba(8, 39, 32, 0.2);
  transform: translateY(-50%);
}

.navbar .others-options ul li .login i {
  top: 1px;
}

.navbar .others-options ul li:last-child {
  margin-right: 0;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}


/* Mobile Navbar */
.mobile-navbar .offcanvas-header {
  padding: 42px 30px;
  border-bottom: 1px solid #e9e9e9;
}

.mobile-navbar .offcanvas-header .close-btn {
  transition: all ease 0.5s;
  font-size: 20px;
  cursor: pointer;
  top: 40px;
  right: 30px;
  position: absolute !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #ffffff !important;
}

.mobile-navbar .offcanvas-body {
  padding: 30px 30px;
}

.mobile-navbar .offcanvas-body ul {
  list-style-type: none;
  margin-bottom: 0;
}

.mobile-navbar .others-options {
  padding-left: 0px !important;
  vertical-align: middle;
}

.mobile-navbar .others-options ul {
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
}

.mobile-navbar .others-options ul li {
  display: inline-block;
  position: relative;
  margin-right: 30px;
}

.mobile-navbar .others-options ul li .search-btn {
  color: #082720;
  border: none;
  font-weight: 500;
  box-shadow: unset !important;
  background-color: transparent;
  position: relative;
  padding-left: 25px;
}

.mobile-navbar .others-options ul li .search-btn i {
  top: 3px;
  left: 0;
  position: absolute;
  font-size: 20px;
  line-height: 1;
}

.mobile-navbar .others-options ul li .login i {
  top: 1px;
}

.mobile-navbar .others-options ul li:last-child {
  margin-right: 0;
}

.offcanvas-backdrop.show {
  opacity: 1;
  transition: all ease 0.5s;
}


/* Choose Card  */
.choose-card {
  padding: 40px 40px;
}

.choose-card h3,
.choose-card .h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}


/* Financial area */
.financial-area .section-title {
  max-width: 640px;
}

.financial-area .financial-image {
  max-width: 600px;
}

.financial-area .financial-image .financial-card {
  top: 185px;
  left: -30px;
  position: absolute;
  padding: 22px 20px;
  border: 1px solid rgba(12, 58, 48, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(8, 39, 32, 0.02);
  max-width: 280px;
}

.financial-area .financial-image .financial-card h2,
.financial-area .financial-image .financial-card .h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.financial-area .financial-image .financial-card h2 b,
.financial-area .financial-image .financial-card .h2 b {
  color: #ea0000;
}

.financial-area .financial-image .financial-card span {
  color: #ffffff;
  font-weight: 500;
  padding: 12px 10px 13px;
  border-radius: 100px;
  background: #0c3a30;
}

.financial-area .financial-image .financial-card p {
  font-size: 12px;
}

.financial-area .financial-image .financial-card .date {
  font-size: 12px;
}

.financial-area .financial-image .single-financial {
  padding: 20px 25px;
  border: 1px solid rgba(12, 58, 48, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(8, 39, 32, 0.02);
  position: absolute;
  bottom: 185px;
  left: -104px;
  width: 355px;
}

.financial-area .financial-image .single-financial p {
  font-size: 12px;
}

.financial-area .financial-image .single-financial h3,
.financial-area .financial-image .single-financial .h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}

.financial-area .financial-image .single-financial .date {
  font-size: 12px;
  position: relative;
}

.financial-area .financial-image .single-financial .date::before {
  top: 0;
  left: -15px;
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #eeeeee;
}

.financial-area .financial-image .single-financial .date span {
  display: block;
}

.financial-content {
  max-width: 620px;
  margin-left: auto;
}

.financial-content ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.financial-content ul li h3,
.financial-content ul li .h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
}

.financial-content ul li:last-child {
  margin-bottom: 0;
}

.financial-content ul li {
  background-color: #ffffff;
  border: 1px solid rgba(12, 58, 48, 0.2);
  border-radius: 20px;
  padding: 40px 40px 40px 150px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 4px 0px rgba(8, 39, 32, 0.02);
  position: relative;
}

.financial-content ul li i {
  font-size: 34px;
  color: #e6007e;
  background-color: transparent;
  border: 1px solid #e6007e;
  width: 80px;
  height: 80px;
  display: flex;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  left: 40px;
  transition: all ease 0.5s;
}

.financial-content ul li:hover i {
  color: #ffffff;
  background-color: #e6007e;
}


/* Support */
.support-area .section-title {
  max-width: 565px;
}

.support-area .single-support-card .single-support-body {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

.support-area .single-support-card {
  padding: 30px 30px 40px;
  transition: all ease 0.5s;
}

.support-area .single-support-card .single-support-body ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.support-area .single-support-card .single-support-body ul li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
  padding-left: 25px;
}

.support-area .single-support-card .single-support-body ul li::before {
  top: 4px;
  right: -15px;
  width: 1px;
  height: 17px;
  content: "";
  position: absolute;
  background-color: #072720;
  transform: rotate(25deg);
}

.support-area .single-support-card .single-support-body ul li i {
  top: 3px;
  left: 0;
  position: absolute;
  font-size: 18px;
  line-height: 1;
}

.support-area .single-support-card .single-support-body ul li:last-child {
  margin-right: 0;
}

.support-area .single-support-card .single-support-body ul li:last-child::before {
  display: none;
}

.support-area .single-support-card .single-support-body ul li:last-child i {
  top: 4px;
}

.support-area .single-support-card .single-support-body h3,
.support-area .single-support-card .single-support-body .h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 10px 0 15px;
}

.support-area .single-support-card:hover {
  transform: translateY(-10px);
}

/* FAQ */
.faq-area .faq-content {
  max-width: 620px;
  margin-left: auto;
}

.faq-area .faq-content .accordion-item {
  background-color: #f3f2f8;
  border-radius: 12px;
  border: none;
  margin-bottom: 20px;
}

.faq-area .faq-content .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .accordion-item .accordion-body {
  background-color: transparent;
  padding: 0 30px 20px 30px;
}

.faq-area .faq-content .accordion-button {
  font-size: 20px;
  font-weight: 500;
  color: #082720;
  border: none;
  padding: 20px 30px 20px 30px;
  border-radius: 0;
  background-color: transparent;
  box-shadow: unset !important;
}

.faq-area.two .section-title {
  max-width: 670px;
}

.faq-area.two .faq-content {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}


.moveHorizontal_reverse {
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

@keyframes moveHorizontal_reverse {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.banner-content {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.banner-content .sub-t {
  display: inline-flex;
  font-weight: 600;
  border-radius: 100px;
  border: 1px solid rgba(12, 58, 48, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(8, 39, 32, 0.02);
  background-color: #ffffff;
  padding: 7px 20px;
  margin-bottom: 20px;
}

.banner-content p {
  font-size: 18px;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.banner-content h1,
.banner-content .h1 {
  font-size: 80px;
  line-height: 1.12;
  margin-bottom: 20px;
}

.banner-content .banner-btn .default-btn.three {
  border: 1px solid rgba(12, 58, 48, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(8, 39, 32, 0.02);
}



.footer-weight {
  padding-bottom: 120px;
}

.footer-weight .footer-logo {
  margin-bottom: 35px;
}

.footer-weight p {
  margin-bottom: 35px;
}


/* Preloader */
.preloader-area {
  z-index: 9999;
  background-color: #ffffff;
}

.preloader-area .loader {
  transform: translateY(-50%);
  top: 50%;
}

.preloader-area .wavy {
  font-size: 50px;
  margin-top: 10px;
  -webkit-box-reflect: below -35px linear-gradient(transparent, rgb(255, 255, 255));
}

.preloader-area .wavy span {
  font-weight: 700;
  font-family: "Inter Tight", sans-serif;
  color: #082720;
  animation-delay: 0.1s;
  animation: wavy 1s infinite;
}

.preloader-area .wavy span:nth-child(2) {
  animation-delay: 0.1s;
}

.preloader-area .wavy span:nth-child(3) {
  animation-delay: 0.2s;
}

.preloader-area .wavy span:nth-child(4) {
  animation-delay: 0.3s;
}

.preloader-area .wavy span:nth-child(5) {
  animation-delay: 0.4s;
}

.preloader-area .wavy span:nth-child(6) {
  animation-delay: 0.5s;
}


/* Banner Area */
.banner-area .hero-shape-1 {
  right: 182px;
  bottom: 135px;
  position: absolute;
  pointer-events: none;
}

.banner-area .hero-shape-2 {
  top: 245px;
  left: 155px;
  position: absolute;
  pointer-events: none;
  animation: rotation 10s infinite linear;
}

.banner-area {
  padding-top: 275px;
  padding-bottom: 145px;
  height: 100vh;
  min-height: 1100px;
  display: flex;
  align-items: center;
}

.banner-area .banner-content .sub-t {
  border: 1px solid #e6007e;
  background: transparent;
}

.banner-area .banner-content h1 {
  font-family: "Roboto", sans-serif;
  font-size: 70px;
  font-weight: 200;
  line-height: 76px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}



/* Revenue Area */
.revenue-area .sub-title {
  color: #ffffff;
  background-color: #e6007e;
  padding: 10px 20px;
  border-radius: 50rem !important;
  display: -webkit-inline-box;
}

.revenue-area ul {
  padding: 0;
}

.revenue-area h2 {
  font-size: 70px;
  font-weight: 200;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 38px;
}

/* .revenue-area h2::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 63%;
  transform: translateY(-50%);
  width: 160px;
  height: 84%;
  border: 2px solid #ffafdb;
  border-radius: 16px;
  z-index: -1;
} */

.revenue-area p {
  padding-right: 20px;
}

.revenue-area ul li {
  margin-bottom: 16px;
  list-style: none;
}


/* About area */
.about-area {
  background: linear-gradient(30deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 70%, rgba(128, 0, 89, 1) 100%);
}

.about-area .about-us-content .section-heading .sub-title {
  color: #ffffff;
  background-color: #e6007e;
}

.about-area .about-us-content .default-btn {
  color: #ffffff;
  background-color: #e6007e;
}

.about-area .about-us-content .check li svg {
  top: 50%;
  left: 20px;
  position: absolute;
  transform: translateY(-50%);
}

.about-area .about-image img {
  mask-image: radial-gradient(circle at center, white 20%, transparent 70%);
}


/* Choose Card */
.choose-card-area .choose-card {
  background-color: transparent;
  padding: 40px 46px;
  border: 1px solid #e6007e;
  box-shadow: 0px 4px 4px 0px rgba(8, 39, 32, 0.02);
  position: relative;
  transition: all ease 0.5s;
}

@media (min-width: 1400px) {
  .choose-card-area .choose-card {
    min-height: 400px;
  }
}

@media (max-width: 1399px) {
  .choose-card-area .choose-card {
    min-height: 426px;
  }
}

@media (max-width: 1199px) {
  .choose-card-area .choose-card {
    min-height: 474px;
  }
}

@media (max-width: 991px) {
  .choose-card-area .choose-card {
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  .choose-card-area .choose-card {
    min-height: 320px;
  }
}

.choose-card-area .choose-card span {
  top: 70px;
  right: 40px;
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #0c3a30;
}

.choose-card-area .choose-card:hover {
  transform: translateY(-10px);
  border: 1px solid rgba(12, 58, 48, 0.801);
}

.choose-card-area.about-choose .section-title p {
  color: #072720;
}

.choose-card-area.about-choose .choose-card {
  border: 1px solid rgba(12, 58, 48, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(8, 39, 32, 0.02);
  transition: all ease 0.5s;
  position: relative;
}

.choose-card-area.about-choose .choose-card span {
  top: 70px;
  right: 40px;
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #0c3a30;
}

.choose-card-area.about-choose .choose-card:hover {
  transform: translateY(-10px);
  border: 1px solid rgba(12, 58, 48, 0.801);
}

.choose-card-area.about-choose .section-title p {
  color: #072720;
}

.choose-card-area {
  background: linear-gradient(206deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 80%, rgba(150, 0, 105, 1) 100%);
}

.choose-card-area .section-title p {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.6px;
}

.choose-card-area .choose-card i {
  font-size: 36px;
  background-color: #e6007e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.choose-card i {
  display: inline-block;
  font-size: 45px;
  color: #082720;
  width: 80px;
  height: 80px;
  line-height: 92px;
  text-align: center;
  border-radius: 20px;
  background-color: #9edd05;
  margin-bottom: 35px;
  transition: all ease 0.5s;
}

.choose-card-area .choose-card:hover i {
  color: #e6007e;
  background-color: #000000;
  border: 1px solid #e6007e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose-card-area .choose-card p {
  color: #ffffff;
}


/* App area */
.app-area .download-area {
  background-color: #f3f2f8;
  padding: 80px 80px;
}

.app-area .download-area .section-heading {
  max-width: 500px;
}


/* Works area */
.works-area {
  background: linear-gradient(206deg, rgba(150, 0, 105, 1) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 1) 80%, rgba(150, 0, 105, 1) 100%);
}

.works-area .content {
  padding-left: 90px;
}

@media (max-width: 767px) {
  .works-area .content {
    padding-left: 0px;
  }
}

.works-area .works-card {
  text-align: center;
  background-color: transparent;
  padding: 40px 24px;
  border: 1px solid #e6007e;
}

@media (min-width: 1400px) {
  .works-area .works-card {
    min-height: 422px;
  }
}

@media (max-width: 1399px) {
  .works-area .works-card {
    min-height: 444px;
  }
}

@media (max-width: 1199px) {
  .works-area .works-card {
    min-height: 350px;
  }
}

@media (max-width: 991px) {
  .works-area .works-card {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .works-area .works-card {
    min-height: 340px;
  }
}

.works-area .works-card i {
  font-size: 40px;
  font-weight: 900;
  color: #ffffff;
  background-color: #e6007e;
  width: 80px;
  height: 80px;
  line-height: 94px;
  border-radius: 100%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}

.works-area .works-card h3,
.works-card .h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}

.works-area .works-card:hover i {
  animation: rotate-vertical 1.1s ease-out;
}


/* Footer area */
.footer-area {
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(150, 0, 105, 1) 100%);
}

.footer-area .container::before {
  content: "";
  background: url(img/logo_finturu_1024.png) no-repeat center;
  background-size: contain;
  width: 400px;
  height: 400px;
  display: inline-block;
  opacity: 0.2;
  filter: brightness(0.5);
  position: absolute;
  bottom: 0px;
  right: 0;
}

.footer-area .footer-weight.part-one {
  max-width: 100%;
}

.footer-area.two .footer-weight.part-two.ps-5 {
  padding-left: 40px !important;
}

.footer-area.two .footer-weight.part-three.ps-5 {
  padding-left: 110px !important;
}


/* Copyright */
.copyright-area .copyright-border {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px dashed rgba(255, 255, 255, 0.35);
}

.copyright-area p {
  color: #ffffff;
}

.copyright-area p a:hover {
  color: #ffffff;
}

.copyright-area .copy-image {
  text-align: center;
}

.copyright-area ul {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: end;
}

.copyright-area ul li {
  display: inline-block;
  position: relative;
  margin-right: 40px;
}

.copyright-area ul li a {
  color: #ffffff;
}

.copyright-area ul li:last-child {
  margin-right: 0;
}

.copyright-area ul li:last-child::before {
  display: none;
}

.copyright-area {
  background-color: #960069;
}

.copyright-area ul li a:hover {
  color: #ffffff;
}

.copyright-area ul li::before {
  background-color: #000000;
  top: 50%;
  right: -28px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: translateY(-50%);
}


/* Go Top */
.go-top {
  position: fixed;
  cursor: pointer;
  top: 50%;
  right: 25px;
  background-color: #000000;
  color: #ffffff;
  width: 50px;
  height: 50px;
  opacity: 0;
  font-size: 30px;
  text-align: center;
  visibility: hidden;
  transition: all ease 0.5s;
  line-height: 50px;
  z-index: 4;
  outline: 0;
  border-radius: 100%;
  overflow: hidden;
  border: none;
}
.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}
.go-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: #082720;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  border-radius: 100%;
}
.go-top:hover {
  color: #ffffff;
}
.go-top:hover::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}