/*============================================ 
Template Name: Gooland
Version: 1.0
Author: pixelaxis
Author URI: https://themeforest.net/user/pixelaxis/portfolio
Description: Bitcoin Investment HTML Template


/*======== Table of Css Content ==========*/
/* Typography */
/* variables */
/* Normalize */
/* input and button type focus outline disable */
/* Global style */
/* Preloader Css */
/* Banners Start */
/* Main-menu Start */
/* Banners Start */
/* Hero_area Start */
/* Compare Start */
/* Feature Start */
/* upper-content Start */
/* Deposit Start */
/* Earningpartners Start */
/* Deposit Amount Start */
/* Earning Start */
/* Transaction Start */
/* How-use Start */
/* Counter Start */
/* Process Start */
/* testomonial Start */
/* Footer Start */
/* Scroll To Top Start *
/* 
=========================
=============================
 */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;600;700;800&display=swap");
/* 
=========================
font-family: 'Josefin Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
=============================
 */
/* Typography */
/* Normalize  */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font: inherit;
  padding: 0;
  margin: 0;
}

body {
  font: inherit;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.556;
  font-weight: 400;
}

h1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
}

h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}

h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

h4 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

p, a, li, span {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 1.556;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

a {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  margin: 0;
  padding: 0;
}

p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  text-decoration: none;
  font-weight: 400;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=date]:focus,
input[type=submit]:focus,
select:focus,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Global style */
.button-1 {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 10px;
  width: auto;
  padding: 0px 25px 0px;
  height: 50px;
  line-height: 50px;
  background-color: #66cc33;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.button-1:hover {
  color: #ffffff;
  -webkit-box-shadow: 2.3px 21.879px 38px 0px rgba(102, 204, 51, 0.26);
          box-shadow: 2.3px 21.879px 38px 0px rgba(102, 204, 51, 0.26);
}

.navbar-toggler {
  border: none !important;
  margin: 0px;
  padding: 0px;
}

.navbar-toggler:focus {
  outline: 0px;
}

h1.head {
  font-family: "Josefin Sans", sans-serif;
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
}

h2.title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}

h3.subtitle {
  font-family: "Josefin Sans", sans-serif;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
}

h4.lasthead {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

p.text {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

/* Preloader Css */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #903eff 0%, #3e19ff 100%);
  overflow: hidden;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes pulsani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.002);
            transform: scale(1.002);
  }
  100% {
    -webkit-transform: scale(1.004);
            transform: scale(1.004);
    opacity: 0;
  }
}
@keyframes pulsani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.002);
            transform: scale(1.002);
  }
  100% {
    -webkit-transform: scale(1.004);
            transform: scale(1.004);
    opacity: 0;
  }
}
@-webkit-keyframes trantani {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@keyframes trantani {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@-webkit-keyframes borosoto {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes borosoto {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes shapeani2 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes shapeani2 {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Main-menu Start */
.mein-menu {
  width: 100%;
  z-index: 9999;
  padding: 20px 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.mein-menu .navbar {
  padding: 0px 0px;
  padding: 0px 0px;
  padding: 0rem 0rem;
}
.mein-menu .navbar #navbarNavDropdown {
  margin: 0;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav {
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item {
  margin-left: 30px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item:first-child {
  margin-left: 0;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:before {
  position: absolute;
  content: "";
  top: calc(100% + 22px);
  left: 0;
  width: 0%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item a.nav-link:hover:before {
  width: 100%;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.active::before {
  width: 100%;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select {
  border: 0;
  width: 65px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600 !important;
  color: #ffffff;
  height: auto;
  padding: 3px 0px 0px;
  background: transparent;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 10px;
  height: 10px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select span {
  font-weight: 600 !important;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select .list {
  width: 100px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .language-select .nice-select .list li {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600 !important;
  color: #142645;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button {
  width: 170px;
  height: 55px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  -webkit-box-shadow: 2.3px 21.879px 38px 0px rgba(102, 204, 51, 0.26);
          box-shadow: 2.3px 21.879px 38px 0px rgba(102, 204, 51, 0.26);
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: #66cc33;
  border-radius: 10px;
  text-align: center;
  padding: 0;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button p.text span {
  display: block;
  font-size: 14px;
  text-align: left;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button i {
  font-size: 20px;
  margin-right: 10px;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button:hover, .mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button.active {
  color: #fff;
}
.mein-menu .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button:before {
  display: none;
}

.mein-menu.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #66cc33;
  -webkit-box-shadow: 2.3px 21.879px 38px 0px rgba(102, 204, 51, 0.26);
          box-shadow: 2.3px 21.879px 38px 0px rgba(102, 204, 51, 0.26);
  z-index: 99999;
}
.mein-menu.nav-fixed .navbar #navbarNavDropdown ul.navbar-nav li.nav-item .nav-link.button {
  border: 1px solid white;
}

.navbar-toggler:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.mein-menu .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Banners Start */
.banner {
  background-color: #fff;
  background-image: url("../img/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 230px 0px 390px;
  position: relative;
}
.banner .bg-shap .city {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.banner .bg-shap .city-man {
  position: absolute;
  right: 0;
  bottom: -57px;
}
.banner .coin {
  position: absolute;
  top: 10%;
  left: 5%;
}
.banner .hero-area {
  position: relative;
  z-index: 3;
}
.banner .hero-area .banner-content h3.subtitle {
  color: #ffde00;
}
.banner .hero-area .banner-content h1.head {
  color: #ffffff;
  padding-top: 23px;
}
.banner .hero-area .banner-content p.text {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}
.banner .hero-area .banner-content .button-box {
  margin-top: 37px;
}
.banner .hero-area .banner-content .button-box a.two {
  margin-left: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#f4ba2e), to(#fea036));
  background: linear-gradient(0deg, #f4ba2e 0%, #fea036 100%);
  -webkit-box-shadow: 2.644px 18.815px 49px 0px rgba(158, 143, 121, 0.5);
          box-shadow: 2.644px 18.815px 49px 0px rgba(158, 143, 121, 0.5);
}

/* section-head Start */
.section-head {
  margin-bottom: 26px;
}
.section-head h3.subtitle {
  color: #fea036;
}
.section-head h2.title {
  color: #142645;
  padding: 21px 0 16px;
}
.section-head p.text {
  color: #5d5779;
}

/* Monthly Start */
.monthly {
  padding: 90px 0px 60px;
}
.monthly .top-item {
  margin-top: 30px;
  border: 1px solid rgba(98, 66, 255, 0.45);
  border-radius: 10px;
  background-color: white;
  padding: 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.monthly .top-item .thumb {
  margin-right: 20px;
}
.monthly .top-item .thumb .icon {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  text-align: center;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  background: linear-gradient(-45deg, #c165dd 0%, #5c27fe 100%);
}
.monthly .top-item .thumb .icon.two {
  background: linear-gradient(-45deg, #ffcb52 0%, #ff7b02 100%);
}
.monthly .top-item .thumb .icon.three {
  background: linear-gradient(-45deg, #2afeb7 0%, #08c792 100%);
}
.monthly .top-item p.text {
  font-weight: 600;
  color: #142645;
}
.monthly .top-item:hover,
.monthly .top-item.active {
  border: 1px solid rgba(98, 66, 255, 0);
  -webkit-box-shadow: 0px 15px 29px 0px rgba(173, 167, 230, 0.4);
          box-shadow: 0px 15px 29px 0px rgba(173, 167, 230, 0.4);
}
.monthly .top-item:hover .thumb .icon,
.monthly .top-item.active .thumb .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* payment Start */
.payment {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  padding: 60px 0px 60px;
  position: relative;
}
.payment .bg .one {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 100%;
}
.payment .bg .two {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-width: 100%;
}
.payment .bg .three {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 100%;
}
.payment .section-head {
  margin-bottom: 26px;
}
.payment .section-head h2.title {
  color: #142645;
  padding: 16px 0 16px;
}
.payment .main-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  margin-top: 30px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 17px 172px 0px rgba(93, 85, 196, 0.39);
          box-shadow: 0px 17px 172px 0px rgba(93, 85, 196, 0.39);
}
.payment .main-content .left-box {
  padding: 60px 100px 60px 100px;
  border-radius: 10px 0px 0px 10px;
}
.payment .main-content .left-box .form-group {
  padding-top: 24px;
}
.payment .main-content .left-box .form-group:first-child {
  padding-top: 0px;
}
.payment .main-content .left-box .form-group p.text {
  font-size: 16px;
  line-height: 26px;
  color: #566a8d;
  font-weight: 600;
}
.payment .main-content .left-box .form-group input {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #142645;
  padding: 10px 0px 10px;
  border: 0;
  border-bottom: 1px solid #c6c9ff;
}
.payment .main-content .left-box .form-group input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 28px;
  color: #142645;
  font-weight: 600;
}
.payment .main-content .left-box .form-group input::-moz-placeholder {
  font-size: 18px;
  line-height: 28px;
  color: #142645;
  font-weight: 600;
}
.payment .main-content .left-box .form-group input:-ms-input-placeholder {
  font-size: 18px;
  line-height: 28px;
  color: #142645;
  font-weight: 600;
}
.payment .main-content .left-box .form-group input::-ms-input-placeholder {
  font-size: 18px;
  line-height: 28px;
  color: #142645;
  font-weight: 600;
}
.payment .main-content .left-box .form-group input::placeholder {
  font-size: 18px;
  line-height: 28px;
  color: #142645;
  font-weight: 600;
}
.payment .main-content .left-box .form-group .language-select {
  padding-bottom: 46px;
}
.payment .main-content .left-box .form-group .language-select .nice-select {
  border: 0;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #142645;
  font-weight: 600 !important;
  height: auto;
  padding: 10px 0px 10px;
  background: transparent;
  border-bottom: 1px solid #c6c9ff;
}
.payment .main-content .left-box .form-group .language-select .nice-select:after {
  border-bottom: 2px solid #272727;
  border-right: 2px solid #3a3a3a;
  width: 10px;
  height: 10px;
}
.payment .main-content .left-box .form-group .language-select .nice-select span {
  font-weight: 600 !important;
}
.payment .main-content .left-box .form-group .language-select .nice-select .list {
  width: 100%;
}
.payment .main-content .left-box .form-group .language-select .nice-select .list li {
  text-align: center;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #142645;
}
.payment .main-content .left-box .form-group.prosess.first {
  padding-top: 26px;
}
.payment .main-content .left-box .form-group.pd {
  padding-top: 43px;
}
.payment .main-content .left-box .form-group.prosess {
  padding-top: 42px;
}
.payment .main-content .left-box .form-group.prosess .progress-box p.text {
  padding-bottom: 15px;
}
.payment .main-content .left-box .form-group.prosess .progress-box .donation--container {
  width: 100%;
}
.payment .main-content .left-box .form-group.prosess .progress-box .donation--rounded {
  height: 100%;
  border-radius: 50px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.payment .main-content .left-box .form-group.prosess .progress-box .donation--bar {
  position: relative;
  width: 100%;
  height: 20px;
  border-radius: 50px;
  background: linear-gradient(45deg, #eceeff 0%, #eeeefd 43%, #f0edfb 100%);
}
.payment .main-content .left-box .form-group.prosess .progress-box .donation--progress {
  position: relative;
  max-width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#4d39ff), color-stop(43%, #a165ff), to(#f590ff));
  background: linear-gradient(90deg, #4d39ff 0%, #a165ff 43%, #f590ff 100%);
  -webkit-transition: width 2s linear;
  transition: width 2s linear;
  border-radius: 50px;
}
.payment .main-content .left-box .form-group.prosess .progress-box .donation--progress span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  content: "";
}
.payment .main-content .left-box .form-group.prosess .progress-box .donation--progress span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(214, 211, 255, 0.44);
          box-shadow: 0px 1px 8px 0px rgba(214, 211, 255, 0.44);
  background: -webkit-gradient(linear, left bottom, left top, from(#0081ea), color-stop(43%, #40c0e5), to(#7fffe0));
  background: linear-gradient(0deg, #0081ea 0%, #40c0e5 43%, #7fffe0 100%);
  width: 10px;
  height: 10px;
  z-index: -1;
}
.payment .main-content .left-box .form-group.prosess .progress-box .donation--progress span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(214, 211, 255, 0.2);
          box-shadow: 0px 1px 8px 0px rgba(214, 211, 255, 0.2);
  width: 20px;
  height: 20px;
  z-index: -2;
}
.payment .main-content .left-box .form-group.prosess .progress-box .donation--number {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 53%;
  border-radius: 50%;
  background: #fff;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 27px 0px rgba(129, 124, 206, 0.44);
          box-shadow: 0px 1px 27px 0px rgba(129, 124, 206, 0.44);
  min-width: 80px;
  min-height: auto;
  text-align: center;
  padding: 5px 0px 5px;
}
.payment .main-content .left-box .form-group.prosess .progress-box .donation--number .persentanse {
  color: #397dfc;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.payment .main-content .left-box .form-group.prosess .progress-box .donation--number .number {
  color: #142645;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.payment .main-content .left-box .form-group.prosess .progress-box .donation--number:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 5px solid #0000;
  border-left: 5px solid #0000;
  border-right: 10px solid white;
  border-bottom: 5px solid #0000;
}
.payment .main-content .left-box .form-group.prosess .progress-box .persent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.payment .main-content .left-box .form-group.prosess .progress-box .persent span {
  font-size: 16px;
  line-height: 26px;
  color: #566a8d;
  font-weight: 600;
}
.payment .main-content .right-box {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  height: 100%;
  background: linear-gradient(-135deg, #9d3adf 0%, #106ab6 100%);
  padding: 110px 100px 60px;
  border-radius: 0px 10px 10px 0px;
}
.payment .main-content .right-box .thumb {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  margin-bottom: 84px;
}
.payment .main-content .right-box .thumb .top-content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  margin: 0 auto 0;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#4d39ff), color-stop(43%, #a165ff), to(#f590ff));
  background: linear-gradient(90deg, #4d39ff 0%, #a165ff 43%, #f590ff 100%);
  width: 250px;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.payment .main-content .right-box .thumb .top-content:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#4d39ff), color-stop(43%, #a165ff), to(#f590ff));
  background: linear-gradient(90deg, #4d39ff 0%, #a165ff 43%, #f590ff 100%);
  opacity: 0.302;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 300px;
  height: 300px;
}
.payment .main-content .right-box .thumb .top-content:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
  background: -webkit-gradient(linear, left top, right top, from(#4d39ff), color-stop(43%, #a165ff), to(#f590ff));
  background: linear-gradient(90deg, #4d39ff 0%, #a165ff 43%, #f590ff 100%);
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  width: 350px;
  height: 350px;
}
.payment .main-content .right-box .thumb p.one {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
}
.payment .main-content .right-box .thumb h2.head {
  padding-top: 8px;
  color: #66cc33;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}
.payment .main-content .right-box .thumb p.text {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.payment .main-content .list li.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding-top: 20px;
}
.payment .main-content .button-box {
  text-align: center;
}
.payment .main-content .button-box .button {
  margin: 40px auto 0px;
}

/* Feature Start */
.feature {
  padding: 60px 0px 120px;
}
.feature .section-head {
  margin-bottom: 26px;
}
.feature .section-head h2.title {
  padding: 21px 0 3px;
}
.feature .item-box {
  margin-top: 30px;
  padding: 30px 30px 30px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 15px 29px 0px rgba(36, 25, 138, 0.1);
          box-shadow: 0px 15px 29px 0px rgba(36, 25, 138, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature .item-box .thumb {
  margin-right: 30px;
}
.feature .item-box .thumb .icon {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.feature .item-box .thumb .icon img {
  max-width: unset;
}
.feature .item-box .content h4.lasthead {
  color: #142645;
  padding-bottom: 12px;
}
.feature .item-box .content P.text {
  color: #5d5779;
}
.feature .item-box:hover .thumb .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* process Start */
.process {
  padding: 120px 0px 60px;
  background-image: url("../img/video-bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
.process .section-head {
  margin-bottom: 26px;
}
.process .section-head h3.subtitle {
  color: #fea036;
}
.process .section-head h2.title {
  color: #ffffff;
  padding: 16px 0 3px;
}
.process .section-head p.text {
  color: #f7f5ff;
}
.process .process-box {
  position: relative;
  margin-top: 30px;
  padding: 56px 40px 30px;
  border-radius: 20px;
  background-color: rgba(0, 0, 255, 0.2);
  -webkit-box-shadow: -8.987px 21.172px 13px 0px rgba(8, 32, 111, 0.2);
          box-shadow: -8.987px 21.172px 13px 0px rgba(8, 32, 111, 0.2);
}
.process .process-box .thumb {
  margin: 0px auto 0px;
  border-radius: 50%;
  background-color: white;
  width: 122px;
  height: 122px;
  line-height: 122px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.process .process-box .thumb:after {
  display: block;
  position: absolute;
  top: -15px;
  left: -15px;
  border: 1px dashed white;
  border-radius: 50%;
  background-color: rgba(254, 160, 54, 0.2);
  width: 152px;
  height: 152px;
  z-index: -1;
  content: "";
  -webkit-animation: shapeani2 12s linear infinite;
  animation: shapeani2 12s linear infinite;
  z-index: -1;
}
.process .process-box .thumb .number {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(-45deg, #ffcb52 0%, #ff7b02 100%);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  top: -15px;
  right: -15px;
}
.process .process-box h6.bottom {
  padding-top: 40px;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
}
.process .video {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  margin-top: 160px;
  padding: 350px 0px 350px;
  background: url("../img/video-img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: relative;
}
.process .video .video-box {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  -webkit-box-shadow: 0px 6px 70px 0px rgba(29, 16, 157, 0.44);
          box-shadow: 0px 6px 70px 0px rgba(29, 16, 157, 0.44);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 323px;
  max-height: 104px;
  padding: 20px 30px 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.process .video .video-box .one {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  margin-right: 40px;
}
.process .video .video-box .one a {
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#4d39ff), color-stop(43%, #a165ff), to(#f590ff));
  background: linear-gradient(0deg, #4d39ff 0%, #a165ff 43%, #f590ff 100%);
  text-align: center;
  line-height: 39px;
  display: block;
  width: 39px;
  height: 39px;
  color: #fff;
  font-size: 16px;
  position: relative;
}
.process .video .video-box .one:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#4d39ff), color-stop(43%, #a165ff), to(#f590ff));
  background: linear-gradient(0deg, #4d39ff 0%, #a165ff 43%, #f590ff 100%);
  -webkit-box-shadow: 0px 6px 70px 0px rgba(29, 16, 157, 0.004);
          box-shadow: 0px 6px 70px 0px rgba(29, 16, 157, 0.004);
  opacity: 0.302;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  width: 69px;
  height: 69px;
  border-radius: 33.33% 50%;
  -webkit-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;
  top: 13%;
  left: 5%;
  position: absolute;
  content: "";
  z-index: -1;
}
.process .video .video-box .one:after {
  opacity: 0.302;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-box-shadow: 0px 6px 7px 0px rgba(29, 16, 157, 0.004);
          box-shadow: 0px 6px 7px 0px rgba(29, 16, 157, 0.004);
  background: -webkit-gradient(linear, left bottom, left top, from(#4d39ff), color-stop(43%, #a165ff), to(#f590ff));
  background: linear-gradient(0deg, #4d39ff 0%, #a165ff 43%, #f590ff 100%);
  height: 59px;
  width: 59px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  border-radius: 33.33% 50%;
  -webkit-animation: rotate 7s linear infinite;
  animation: rotate 7s linear infinite;
  top: 18%;
  left: 7%;
  position: absolute;
  content: "";
  z-index: -1;
}
.process .video .video-box .content p.text {
  color: #6a35ff;
  font-weight: 600;
}
.process .video .video-box .content span.time {
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.process .boss {
  position: relative;
  z-index: 1;
}
.process .boss:before {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 96%;
  height: 100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 20px;
  background-color: rgba(242, 240, 245, 0.102);
  z-index: -2;
}
.process .boss:after {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 98%;
  height: 100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 20px;
  background-color: rgba(242, 240, 245, 0.2);
  z-index: -1;
}

/* faq Start */
.faq {
  position: relative;
  padding: 56px 0 120px;
}
.faq .section-head {
  margin-bottom: 13px;
}
.faq .section-head h2.title {
  padding: 21px 0 3px;
}
.faq .faq-box .accordion .accordion-item {
  outline: none;
  margin-top: 20px;
}
.faq .faq-box .accordion .accordion-item .accordion-header {
  position: relative;
  background-color: white;
  border-bottom: 1px solid #adadcf;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  color: #142645;
  border-radius: 0;
  border: none;
  outline: none !important;
  padding: 20px 50px 20px 30px;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button[aria-expanded=true] {
  background: transparent;
  outline: none !important;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button:after {
  display: none;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button > span {
  position: absolute;
  right: 30px;
  top: 50%;
  height: 20px;
  width: 20px;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button > span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #adadcf;
  width: 1px;
  height: 100%;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button > span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #adadcf;
  width: 100%;
  height: 1px;
  content: "";
}
.faq .faq-box .accordion .accordion-item .accordion-header button.accordion-button[aria-expanded=true] > span:after {
  width: 100%;
  height: 1px;
}
.faq .faq-box .accordion .accordion-item .accordion-collapse {
  border: none;
  border-top: 0;
  border-radius: 0px 0px 10px 10px;
  background-color: white;
  border: 1px;
  border-top: 0px;
  border-style: solid;
  border-color: rgba(173, 173, 207, 0);
}
.faq .faq-box .accordion .accordion-item .accordion-collapse .accordion-body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #142645;
  font-weight: 400;
  padding: 24px 30px 26px 30px;
}

/* ready Start */
.ready {
  margin: 135px 0px 135px;
  padding: 120px 0px 120px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.ready .contant h2.head {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
}
.ready .contant a.button {
  width: 170px;
  height: 50px;
  font-weight: 600;
  line-height: 50px;
}
.ready .contant p.text {
  color: #fff;
  padding: 15px 0px 37px;
}
.ready .pic img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0%;
}

/* help Start */
.help {
  padding: 120px 0px 120px;
}
.help .pic {
  direction: rtl;
  margin-right: 30px;
}
.help .pic img {
  max-width: unset;
}
.help .section-head {
  margin-bottom: 26px;
}
.help .section-head h2.title {
  font-size: 50px;
  line-height: 60px;
  color: #142645;
  padding: 21px 0 16px;
}
.help .main .help-box {
  padding: 30px 30px 30px;
  margin-top: 30px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(183, 184, 185, 0.2);
          box-shadow: 0px 5px 20px 0px rgba(183, 184, 185, 0.2);
}
.help .main .help-box .thumb {
  margin-right: 30px;
}
.help .main .help-box .thumb .icon {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.help .main .help-box .content h4.lasthead {
  color: #142645;
}
.help .main .help-box .content p.text {
  color: #33406a;
}
.help .main .help-box:hover .thumb .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}

/* subscribe Start */
.subscribe {
  margin-bottom: -100px;
}
.subscribe .content-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 15px;
  padding: 60px 60px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.subscribe .content-box .content {
  width: 50%;
}
.subscribe .content-box .content h3.title {
  font-size: 46px;
  line-height: 56px;
  color: #fff;
}
.subscribe .content-box .content p.text {
  color: #ffffff;
}
.subscribe .content-box .input-box {
  width: 45%;
}
.subscribe .content-box .input-box .form-group {
  position: relative;
}
.subscribe .content-box .input-box .form-group input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 64px;
  border-radius: 30px;
  background: transparent;
  padding: 0px 140px 0px 30px;
  font-size: 18px;
  color: #d3d0f7;
  font-family: "Open Sans", sans-serif;
}
.subscribe .content-box .input-box .form-group input::-webkit-input-placeholder {
  font-size: 18px;
  color: #d3d0f7;
  font-family: "Open Sans", sans-serif;
}
.subscribe .content-box .input-box .form-group input::-moz-placeholder {
  font-size: 18px;
  color: #d3d0f7;
  font-family: "Open Sans", sans-serif;
}
.subscribe .content-box .input-box .form-group input:-ms-input-placeholder {
  font-size: 18px;
  color: #d3d0f7;
  font-family: "Open Sans", sans-serif;
}
.subscribe .content-box .input-box .form-group input::-ms-input-placeholder {
  font-size: 18px;
  color: #d3d0f7;
  font-family: "Open Sans", sans-serif;
}
.subscribe .content-box .input-box .form-group input::placeholder {
  font-size: 18px;
  color: #d3d0f7;
  font-family: "Open Sans", sans-serif;
}
.subscribe .content-box .input-box .form-group button.button-1 {
  position: absolute;
  top: 0px;
  right: 0;
  border: 0;
  background: linear-gradient(24deg, #903eff 0%, #3e19ff 100%);
  -webkit-box-shadow: 0px 7px 13px 0px rgba(153, 99, 255, 0.59);
          box-shadow: 0px 7px 13px 0px rgba(153, 99, 255, 0.59);
  height: 64px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  font-weight: 400;
  text-transform: capitalize;
}

/* Footer Start */
.footer {
  padding: 220px 0px 0px;
  background: #f4f2ff;
}
.footer .footer-box .footer-link li {
  display: inline-block;
  color: #142645;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding-right: 20px;
}
.footer .footer-box .footer-link li:last-child {
  padding-right: 0px;
}
.footer .footer-box .footer-link li a {
  color: #142645;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer .footer-box .footer-link li a:hover {
  color: #6342ff;
  text-decoration: underline;
}
.footer .footer-box .social-style a {
  display: inline-block;
  margin-left: 15px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #8494d0;
  border-radius: 50%;
  border: 1px solid #d4c8ff;
  border-color: rgba(212, 200, 255, 0.36);
}
.footer .footer-box .social-style a:first-child {
  margin-left: 0px;
}
.footer .footer-box .social-style a:hover {
  border: 1px solid rgba(0, 0, 0, 0);
  background: linear-gradient(24deg, #903eff 0%, #3e19ff 100%);
  background: -ms-linear-gradient(24deg, #903eff 0%, #3e19ff 100%);
  -webkit-box-shadow: 0px 7px 13px 0px rgba(153, 99, 255, 0.59);
          box-shadow: 0px 7px 13px 0px rgba(153, 99, 255, 0.59);
  color: white;
}
.footer .footer-bottom {
  margin-top: 40px;
  padding: 30px 0px 30px;
  border-top: 1px solid rgba(180, 186, 255, 0.4);
}
.footer .footer-bottom .content p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #142645;
}
.footer .footer-bottom .content p a {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #6342ff;
}
.footer .footer-bottom .content p a:hover {
  text-decoration: underline;
}

/* Scroll To Top Start */
#scrollUp {
  position: fixed;
  display: none;
  height: 45px;
  width: 40px;
  right: 2%;
  bottom: 3%;
  border-radius: 4px;
  background: linear-gradient(45deg, #903eff 0%, #3e19ff 100%);
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 500;
  color: black;
}

#scrollUp i.fas.fa-arrow-up {
  color: #fff;
  line-height: 45px;
}

/* Scroll To Top End */