@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
p {
  font-size: 15px;
  line-height: 24px;
}
img {max-width: 100%;}
a {text-decoration: none;}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
body {
  font-family: "Poppins", sans-serif;
  background: #fff;
  height: 100%;
  background-size: cover;
}


/* img.logo-main {
  max-width: 220px;
} */

.header ul.navbar-nav a {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px !important;
}
.header ul.navbar-nav {
  margin-left: 0;
  margin-top: 0;
}
.d-flex.head-r {
  grid-column-gap: 20px;
}


img.blupimg {
  max-width: 80px;
  position: absolute;
  top: 120px;
  left: 2px;
  z-index: 2;
}

a.navbar-brand {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}

.header a.navbar-brand svg {
  color: #000;
  -webkit-text-stroke: 12px #29321f;
  paint-order: stroke fill;
  font-weight: 600;
  font-size: 27px;
  display: inline-block;
  height: 53px;
  margin-bottom: 0;
  width: 140px;
}
/* a.navbar-brand img {
  max-width: 40px;
  margin: -3px 0 0 0;
} */

a.navbar-brand .font-60 {
  font-size: 27px !important;
}
img.logo-main {
  max-width: 230px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff;
}
.btn-primary {
  background:#fff;
  color: #000;
  border-color: #fff;
  border-radius: 50px;
  padding: 7px 25px;
  font-weight: 600;
}
.btn-primary:hover {background: #fff;color: #b79b00;border-color: #b79b00;}
.btn-two {
  display: flex;
  grid-column-gap: 20px;
}
.btn-two .btn {
  font-size: 16px;
  font-weight: 600;
  padding: 9px 30px;
}
/*Navbar end*/





.btn-secondary {
  background: #00703c;
  color: #fff;
  border: 1px solid #009952;
  border-radius: 50px;
  padding: 7px 25px;
  font-weight: 500;
}

.btn-secondary:hover {
  background: #fff;
  color: #009952;
  border-color: #009952;
}

.token-from .btn-secondary {
  width: 100%;
  height: 45px;
}


.form-input {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.form-input label {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 7px;
}

.form-input input {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #fff;
  padding: 5px 10px;
}

.form-input .btn-primary {
  background: #060912;
  border: 1px solid #060912;
  width: 100%;
  border-radius: 6px;
  height: 45px;
}

.form-input .btn-primary:hover {
  background: transparent;
  border: 1px solid #060912;
  color: #060912;
}
a.navbar-brand {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: url(../images/hero-bg-v2.jpg) center top no-repeat;
  z-index: 2;
  color: #fff;
}
.main {
  margin-top: 68px;
}

.pt-50  {padding-top: 50px !important;}
.pb-50 {padding-bottom: 50px !important;}

.pt-80  {padding-top: 80px;}
.pb-80 {padding-bottom: 80px;}

.w-80 {
  width: 80%;
  margin: auto;
  display: block;
}


.working_img{ animation: jumping 3s linear 0s infinite alternate;}

@keyframes jumping { 0% { transform: translateY(5px); }
  100% { transform: translateY(-25px); } }

 
  .home-area {
    position: relative;
    z-index: 1;
    background: url(../images/hero-bg-v2.jpg) center top no-repeat;
    /* background-image: linear-gradient(to bottom, #056d20 10%, #005524 100%); */
    background-size: 100% 100%;
}


/*****Home Banner****/


.home-area-left {
  padding: 120px 0;
}

span.heading-small {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}

.heading-one {
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  margin: 0 0 20px 0;
  position: relative;
}
.heading-text {
  font-size: 15px;
  line-height: 30px;
}

.text-white {color: #fff;}
.text-yellow {color: #ffff00 !important;}

.text-right {
  text-align: right;
  float: right;
}
.tm-countdown-wrap {
  width: 480px;
  position: relative;
  padding: 0;
  height: 480px;
  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;
  border-radius: 50%;
  background-color: rgba(0, 112, 60, 0.8);
  margin: 0 auto;
  position: relative;
}

.tm-countdown-wrap:before {
  -webkit-animation: initial;
  animation: initial;
  height: 480px;
  width: 480px;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  border: 2px dashed #009952;
  top: 0;
  left: 0;
  -webkit-animation: tm-rotate infinite 35s linear;
  animation: tm-rotate infinite 35s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
}


@-webkit-keyframes countdown_box2 {
  0%   {
      width: 0;
  }
  50%  {
      width: 100%;
  }
  100% {
      width: 0;
  }
}
@keyframes countdown_box2 {
  0%   {
      width: 0;
  }
  50%  {
      width: 100%;
  }
  100% {
      width: 0;
  }
}


@-webkit-keyframes tm-rotate {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes tm-rotate {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}



@-webkit-keyframes tm-rotate2 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
  }
}
@keyframes tm-rotate2 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
  }
}



.tm-countdown-wrap .tm-countdown-box {
  position: relative;
  z-index: 10;
  height: 350px;
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 112, 60, 0.8);
  border-radius: 100%;
}
.countdown-view-in .btn-secondary {
  display: block;
  max-width: 190px;
  margin: 25px auto 0;
}

.tm-countdown-wrap .tm-countdown-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 2px dotted #009952;
  border-radius: 50%;
  -webkit-animation: tm-rotate2 infinite 35s linear;
  animation: tm-rotate2 infinite 35s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.tm-countdown-view h2 {
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
.tm-countdown-view img.img {
  max-width: 60px;
  margin: 0 auto 20px;
  display: block;
}
.tm-countdown-view p {
  color: #fff;
  text-align: center;
  margin: 0 0 4px 0;
}
.tm-countdown-view {
  color: #fff;
  position: relative;
  z-index: 0;
}

.countdown-view-in label {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-weight: normal;
  width: 260px;
  text-align: center;
  font-size: 14px;
}
.countdown-view-in label b {
 
  font-weight: normal;
}

.countdown-bar {
  height: 20px;
  border: 1px dashed rgba(119, 209, 2, 0.75);
  padding: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 100px;
}
.countdown-bar span {
  height: 100%;
  width: 90%;
  background-color: #009952;
  border-radius: 20px;
  display: block;
}

#particles-js {
  width: 100%;
  height: 100%;
  /* background: #005524; */
  /* min-height: 100vh; */
  /* background: url(../images/hero-bg-v2.jpg) center top no-repeat; */
  /* background-image: linear-gradient(to bottom, #014e16 10%, #005524 100%); */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: 100% 100%;
  pointer-events: none;
}

.about-area {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 60px 0;
}
.text-blue {
  color: #7b68ee;
}
.bg-one {
  background-image: linear-gradient(to bottom, #023f21 10%, #00321b 100%) !important;
}

.bg-two {
  background-image: linear-gradient(to bottom, #00321b 10%, #023f21 100%) !important;
}

.features-single-item {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  text-align: center;
  border-radius: 40px 10px;
  background: rgba(0, 112, 60, 0.8);
  box-shadow: 0px 10px 57px 0px rgba(66, 116, 0, 0.2);
  transition: all .4s ease;
  margin-top: 30px;
  border: 2px solid #009952;
  min-height: 370px;
}
.features-single-item:hover {
  transform: translate(0, -10px);
  border-radius: 10px 40px;
}
.features-single-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 20px 0;
  color: #fff;
}
.features-single-item p {
  color: #fff;
}
.features-single-item img {
  max-width: 90px;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}

.video-frame {
  position: relative;
  z-index: 1;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  background: rgba(0, 112, 60, 0.8);
  box-shadow: 0px 10px 57px 0px rgba(66, 116, 0, 0.6);
  transition: all .4s ease;
  margin-top: 30px;
  max-width: 650px;
  margin: 0 auto 0;
  position: relative;
  top: -170px;
  min-height: 350px;
  margin-bottom: -70px;
}
.img-top-m {
  margin-top: -80px;
}
.video-frame img {border-radius: 20px;}
.video-edit {
  padding-top: 0;
}
img.img.play-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 70px;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: #fff;
  border-radius: 100px;
  padding: 13px;
  cursor: pointer;
}

.video-frame:before {
  content: "";
  position: absolute;
  top: 9px;
  width: 97%;
  height: 95%;
  background: rgba(0, 0, 0, 0.5);
  left: 10px;
  right: 0;
  border-radius: 20px;
}

.tm-video-button span {
  position: absolute;
  top: -2px;
  width: 56px;
  height: 56px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border-radius: 50%;
  -webkit-animation: tm-video-animaion 2s linear infinite;
  animation: tm-video-animaion 2s linear infinite;
  -webkit-box-shadow: 0 0 0 11px #fff;
  box-shadow: 0 0 0 8px #fff;
}

@-webkit-keyframes tm-video-animaion {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75;
}
25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75;
}
100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}
}
@keyframes tm-video-animaion {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75;
}
25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .75;
}
100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}
}



.we-make {
  position: relative;
  color: #fff;
  margin-top: 30px;
  display: grid;
  width: 100%;
  justify-content: center;
  justify-items: center;
}
.we-make span {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 5px;
}
.we-make span img {
  /* position: absolute;
  left: 0;
  top: 0; */
  max-width: 50px;
}
/* .we-make h3, .we-make p {
  padding-left: 75px;
} */
.we-make h3 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 15px;
  text-align: center;
}
.we-make p {
  font-size: 14px;
}

/* .about-area-r img {
  margin: auto;
  display: block;
  width: 70%;
} */

.we-make-section .home-area-left, .block-services-section .home-area-left {
  padding-top: 10px;
}
.about-area.block-services-section {
  padding: 0;
}
.about-area.bg-two.we-make-section {
  padding-bottom: 20px;
}

.features-list {
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 16px;
  margin-left: -10px;
  margin-right: -10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.features-list li {
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.features-list li span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 14px 15px;
  border-radius: 5px;
  border-left: 2px solid #009952;
  background-color: rgba(0, 112, 60, 0.8);
  -webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
  box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.features-list li span::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  border-radius: 3px;
  background-color: rgba(1, 85, 25, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.features-list li span:hover::before {
  width: 100%;
 
}

.features-list li span:hover {
  color: #ffffff;
}


.tokenomics_list-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  padding: 10px 0px;
}
.tokenomics_list-two h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.tokenomics_list-two ul.tokenomics_list {
  padding: 30px 60px;
  display: inline-block;
  width: 100%;
  background: rgba(0, 112, 60, 0.8);
  border-radius: 30px 5px;
  min-height: 280px;
  color: #fff;
}
.tokenomics_list li {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 15px;
  display: flex;
  align-items: center;
  font-weight: 300;
  position: relative;
  font-weight: 500;
}

.tokenomics_list li span {
  margin-right: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: none;
}

.roadmap_box li:after, .tokenomics_list li:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  background: #427400;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  text-align: center;
  border: 3px solid rgba(1, 85, 25, 9);
  line-height: 20px;
  font-size: 19px;
}

.css-1dik1yn {
  margin-top: 40px;
}

.box2 {
  background-color: #00703c;
  backdrop-filter: blur(5px);
  width: 100%;
  border: 2px solid #009952;
  border-right: 0;
  border-bottom: 0;
  padding: 30px 30px 40px 30px;
  border-radius: 20px;
}
.box2 span {
  color: #ffff00 !important;
}

.fw600 {
  margin-right: auto;
}

.roadmap_box li {
  position: relative;
  font-size: 15px;
  margin: 5px 0 10px 30px;
  display: block;
  color: #fff;
  font-weight: 500;
}

.roadmap_box li:after, .tokenomics_list li:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  background: #ffff00;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  text-align: center;
  border: 2px solid #009952;
  line-height: 20px;
  font-size: 19px;
}

.roadmap_box2 {
  border: 2px solid #fff;
  border-left: 0;
  border-bottom: 0;
  height: 220px;
  width: 40%;
  position: relative;
  border-radius: 0 35px 0 0;
  margin-top: -100px;
}

.roadmap_box2:before {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -1px;
  height: 15px;
  width: 2px;
  background: #fff;
  transform: rotate(45deg);
}

.roadmap_box2:after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: -2px;
  height: 15px;
  width: 2px;
  background: #fff;
  transform: rotate(-45deg);
}
.ml-auto, .mx-auto {
  margin-left: auto!important;
}
.roadmap_box3 {
  transform: rotateY(180deg);
  margin-left: auto;
}

.css-1dik1yn .box2 span {
  margin-bottom: 10px;
  display: inline-block;
  width: auto;
  font-weight: 600;
}
.box2 span span.text-white {
  color: #fff !important;
}



.footer {
  /* background-color: #131224; */
  position: relative;
  padding: 60px 0;
}
.css-1dik1yn {
  margin-top: 40px;
}

.footer .logo {
  height: 55px;
}
ul.social {
  margin-top: 4px;
}

.text-md-right {
  text-align: right!important;
}

.footer .social li {
  display: inline-block;
  margin-left: 30px;
  font-size: 24px;
}
.footer .social li a img {
  height: 30px;
}

.copyright {
  padding: 0 5px;
  color: #fff;
  margin-top: 50px;
  display: block;
}
.order-md-2 {
  order: 2!important;
}

.terms_link a {
  margin-left: 20px;
  color: #009952;
  font-weight: 600;
}

.copyright .buy-token {
  max-width: 220px;
  float: right;
  margin-top: -10px;
}

.copyright p.op20.mb-0 {
  padding: 0;
  margin-top: -21px;
}

span.text-logo {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.footer .css-1dik1yn.bg-grey {
  background: rgba(0, 112, 60, 0.8);
  padding: 30px 40px;
  border-radius: 10px;
  margin: 0;
  border: 2px solid #009952;
}

img.img.logo-img {
  max-width: 42px;
}


.fr-one {
  grid-template-columns: 1fr;
}

.we-make-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap:20px;
}

.we-make-main .we-make {
  background: rgba(0, 112, 60, 0.8);
  padding: 20px 10px;
  border-radius: 6px;
  margin: 0px;
  min-height: 160px;
}

.blog-page:before {
  background-image: linear-gradient(to bottom, #023f21 10%, #00321b 100%) !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height:60%;
  z-index: 0;
  content: "";
}
.blog-list {
  position: relative;
  background: #fff;
  padding: 10px 10px;
  border-radius: 6px;
  box-shadow: 1px 5px 4px #eee;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog-list span {
  position: relative;
  display: inline-block;
  width: 100%;
}
.blog-list span b {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #000;
  z-index: 1;
  font-weight: normal;
  padding: 5px 15px;
  background: #fff;
  border-radius: 240px;
  font-size: 12px;
}
.blog-list span img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.blog-list h2 {
  font-size: 14px;
  color: #777;
  font-weight: normal;
  margin-top: 20px;
}
.blog-list h2 b {
  font-weight: 500;
  color: #000;
}

.blog-list h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin: 12px 0 0 0;
  color: #000;
}
.blog-list h2, .blog-list h3 {
  padding: 0px 10px;
}

.blog-list p {
  padding: 0 10px;
  margin: 15px 0 0 0;
}
span.details-img {
  height: 350px;
  overflow: hidden;
  display: grid;
  align-items: center;
  align-content: center;
}

#getNowModal .modal-header {
    background: url(../images/hero-bg-v2.jpg) center top no-repeat !important;
    color: #fff;
}

#getNowModal .modal-header button.btn-close {
    background-color: #fff;
    opacity: 1;
}

#getNowModal .form-group {
    margin-bottom: 11px;
}
#getNowModal .form-group input {
    height: 45px;
    border: 1px solid #eee;
    font-size: 15px;
}

#getNowModal .btn-primary {
    background: #b79b00;
    color: #fff;
}
.btn-flex-space {
  display: flex;
  grid-column-gap: 7px;
}

@media only screen and (max-width: 999px) {
  .css-1dik1yn {
    margin-top: 40px;
    overflow: hidden;
}
.navbar-toggler-icon {
  background:url(../images/download.svg) center top no-repeat !important;
}
button.navbar-toggler {
  background: #ffff00;
}
.main {
  overflow-x: hidden;
}
.home-area-left {
  padding: 60px 0;
}
.home-area-left {
  text-align: center;
}

.home-area-left .btn-two {
  display: flex;
  grid-column-gap: 20px;
  justify-content: center;
}
.home-area {
  padding-bottom: 50px;
}
.about-area-r {
  text-align: center;
}
.video-edit {
  padding-top: 60px;
}
.we-make-main {
  grid-template-columns: 1fr 1fr;
}
}


@media only screen and (max-width: 600px) {
  .tm-countdown-wrap {
    width: 320px;
    height: 320px;
}
.home-area-left .btn-two {
    display: grid;
    grid-row-gap: 20px;
    justify-content: unset;
    width: 95%;
    margin: auto;
}
.tm-countdown-wrap:before {
  height: 320px;
  width: 320px;
}
.tm-countdown-wrap .tm-countdown-box {
  height: 290px;
  width: 290px;
}
span.heading-small {
  font-size: 15px;
}
.heading-one {
  font-size: 25px;
  line-height: 42px;
  width: 95%;
  margin: 0 auto 20px;
}
.home-area-left {
  padding: 40px 0;
}
.tm-countdown-view h2 {
  font-size: 20px;
}
.tm-countdown-view p {
  font-size: 13px;
}
.roadmap_box2 {
  display: none;
}
.box2 {
  margin-bottom: 20px;
}
.css-1dik1yn {
  margin-top: 0;
  overflow: hidden;
}
.about-area {
  padding: 30px 0;
}
.contact.footer .col-md-5.mb-4.mb-md-0 {
  width: 20%;
  float: left;
}
.contact.footer .col-md-7.mb-4.mb-md-0 {
  width: 80%;
}
.contact.footer img.img.logo-img {
  max-width: 35px;
}
.footer .social li {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
}
.footer .social li a img {
  height: 25px;
}
.contact.footer .text-right {
  text-align: center;
  float: none;
  margin: 10px auto 0;
  display: block;
}
.footer .css-1dik1yn.bg-grey {
  padding: 20px 30px;
}
.footer .css-1dik1yn.bg-grey {
  height: 85px;
}

}