/*

All the sizes below are in pixels

Sizes         Devices

0-600        -phone
600-900      -tablet-portrait
900-1200     -tablet-landscape
1200-1800    -Desktop
1800+        -Big Desktop

base > typography > general layout > grid > page layout > components

Breakpoints

-phone
-tab-port
-tab-land
-big-desk


1em = 16px

*/
@keyframes moveInTop {
  0% {
    opacity: 0;
    transform: translateY(-15rem); }
  50% {
    opacity: 0.8;
    transform: translateY(1rem);
    color: #ffffff; }
  100% {
    opacity: 1;
    transform: translate(0);
    color: #ffffff; } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(15rem); }
  50% {
    opacity: 0.5;
    transform: translateY(-1rem);
    color: #ffffff; }
  100% {
    opacity: 1;
    transform: translate(0);
    color: #ffffff; } }

@keyframes moveInTopBtn {
  0% {
    opacity: 0;
    transform: translateY(15rem); }
  100% {
    opacity: 1;
    transform: translate(0);
    color: #ffffff; } }

@keyframes Moveinside {
  0% {
    opacity: 0;
    transform: translatex(-15rem); }
  100% {
    opacity: 1;
    transform: translate(0); } }

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%); } }

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%); } }

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes Vibrate {
  70% {
    transform: scale(1.07); }
  90% {
    transform: scale(1.033); }
  100% {
    transform: scale(1); } }

@keyframes blink {
  0% {
    color: rgba(255, 255, 255, 0.842); }
  30% {
    opacity: 0.9;
    color: #ca0a0a; }
  50% {
    opacity: 0.6;
    color: #cb350b; }
  100% {
    opacity: 0.9;
    color: #e03f04; }
  100% {
    color: rgba(10, 4, 4, 0.842); }
  50% {
    opacity: 0.9;
    color: #e03f04; }
  30% {
    opacity: 0.6;
    color:#c23109; }
  0% {
    opacity: 0.9;
    color: #ca0a0a;  } }

@keyframes blink2 {
  0% {
    color: rgba(255, 255, 255, 0.842); }
  30% {
    opacity: 0.3;
    color: #87c206; }
  50% {
    opacity: 0.5;
    color: #0e9736; }
  100% {
    opacity: 1;
    color: #007991; } }

@keyframes swirl {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes rotate3d {
  0% {
    transform: perspective(1000px) rotateY(0deg); }
  100% {
    transform: perspective(1000px) rotateY(360deg); } }

@keyframes shine {
  0%,
  15% {
    transform: translateY(24rem) rotate(-40deg); }
  50% {
    transform: translateY(-12rem) rotate(-40deg); } }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
  @media (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media (max-width: 37.5em) {
    html {
      font-size: 37.5%; } }
  @media (min-width: 112.5em) {
    html {
      font-size: 75%; } }

body {
  padding: 1.2rem;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg"); }
  @media (max-width: 56.25em) {
    body {
      padding: 0; } }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #55534e; }

.heading_primary {
  color: #000000;
  text-transform: uppercase;
  padding-top: 23rem;
  backface-visibility: hidden;
  margin-bottom: 5rem;
  text-shadow: 0.4px 0.4px 1.5rem rgba(0, 0, 0, 0.5); }

.heading--primary-main {
  display: block;
  font-size: 7.2rem;
  font-weight: 600;
  letter-spacing: 1rem;
  animation-name: moveInTop;
  animation-duration: 4s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }
  @media (max-width: 37.5em) {
    .heading--primary-main {
      letter-spacing: 0.5rem;
      font-size: 6 rem; } }

.heading--primary-sub {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.8rem;
  animation-name: moveInBottom;
  animation-duration: 4s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards; }
  @media (max-width: 37.5em) {
    .heading--primary-sub {
      letter-spacing: 0.4rem;
      font-size: 1rem; } }

.heading-secondary {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, #0e9736 35%, #87c206);
  -webkit-background-clip: text;
  letter-spacing: 1px;
  color: transparent;
  transition: all 0.8s;
  text-shadow: 0.4px 0.8px 0.8rem rgba(135, 194, 6, 0.3); }
  @media (max-width: 56.25em) {
    .heading-secondary {
      letter-spacing: 0.4rem;
      font-size: 2.5rem; } }
  @media (max-width: 37.5em) {
    .heading-secondary {
      letter-spacing: 0.4rem;
      font-size: 1.7rem; } }
  .heading-secondary:hover {
    transform: scaleX(1.05) scaleY(1.05);
    opacity: 1; }

.heading-tertiary {
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 800;
  color: #333333; }
  @media (max-width: 56.25em) {
    .heading-tertiary {
      letter-spacing: 0.4rem;
      font-size: 1.3rem; } }
  @media (max-width: 37.5em) {
    .heading-tertiary {
      letter-spacing: 0.4rem;
      font-size: 1rem; } }

.paragraph {
  font-size: 1.6rem; }
  @media (max-width: 56.25em) {
    .paragraph {
      font-size: 1.1rem; } }
  @media (max-width: 37.5em) {
    .paragraph {
      font-size: 0.9rem; } }
  .paragraph:not(:last-child) {
    margin-bottom: 4rem; }

.heading-feature-big {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 1px;
  color: #ffffff;
  transition: all 0.8s;
  text-shadow: 0.8px 0.8px 3rem rgba(135, 194, 6, 0.5); }
  @media (max-width: 56.25em) {
    .heading-feature-big {
      font-size: 2.5rem; } }
  @media (max-width: 37.5em) {
    .heading-feature-big {
      font-size: 1.7rem; } }
  .heading-feature-big:hover {
    transform: translateY(-1.5rem) scale(1.05);
    opacity: 1; }

.heading-feature-small {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: 800; }
  @media (max-width: 56.25em) {
    .heading-feature-small {
      font-size: 1.2rem; } }
  @media (max-width: 37.5em) {
    .heading-feature-small {
      font-size: 0.9rem; } }

.heading-pages {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-align: left;
  color: #ffffff;
  text-shadow: 0 2px 0.8rem rgba(0, 0, 0, 0.8);
  margin-bottom: 3rem;
  border-bottom: 3.5px solid #ffffff; }
  @media (max-width: 56.25em) {
    .heading-pages {
      font-size: 2.5rem; } }
  @media (max-width: 37.5em) {
    .heading-pages {
      font-size: 1.7rem; } }

.about-text {
  font-size: 1.6rem;
  color: #ffffff;
  text-shadow: 0 1.5px 0.8rem rgba(0, 0, 0, 0.8); }
  @media (max-width: 56.25em) {
    .about-text {
      font-size: 1.3rem; } }
  @media (max-width: 37.5em) {
    .about-text {
      font-size: 1rem; } }

.heading-quartenery {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  color: #34a32a; }
  @media (max-width: 56.25em) {
    .heading-quartenery {
      font-size: 1.5rem; } }
  @media (max-width: 37.5em) {
    .heading-quartenery {
      font-size: 1.3rem; } }

.paragraph-heading-secondary {
  font-size: 1.6rem;
  padding: 0 20rem 4rem 20rem;
  text-shadow: none;
  text-align: center; }
  @media (max-width: 56.25em) {
    .paragraph-heading-secondary {
      font-size: 1.3rem; } }
  @media (max-width: 37.5em) {
    .paragraph-heading-secondary {
      font-size: 1rem; } }

.sub-heading {
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 0.8rem 0.8rem rgba(51, 51, 51, 0.1);
  color: #333333;
  text-align: center;
  margin-top: 1.5rem; }
  @media (max-width: 56.25em) {
    .sub-heading {
      font-size: 1.3rem; } }
  @media (max-width: 37.5em) {
    .sub-heading {
      font-size: 1rem; } }

.heading-tertiary1 {
  text-transform: uppercase;
  font-size: 3rem;
  letter-spacing: 1px;
  font-weight: 800;
  color: #333333;
  text-align: center; }
  @media (max-width: 56.25em) {
    .heading-tertiary1 {
      font-size: 2.5rem; } }
  @media (max-width: 37.5em) {
    .heading-tertiary1 {
      font-size: 1.7rem; } }

.heading-secondary1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, #0e9736 35%, #87c206);
  -webkit-background-clip: text;
  letter-spacing: 1px;
  color: transparent;
  transition: all 0.8s;
  text-shadow: 0.4px 0.8px 0.8rem rgba(135, 194, 6, 0.3); }
  @media (max-width: 56.25em) {
    .heading-secondary1 {
      font-size: 2rem; } }
  @media (max-width: 37.5em) {
    .heading-secondary1 {
      font-size: 1.5rem; } }
  .heading-secondary1:hover {
    transform: scaleX(1.05) scaleY(1.05);
    opacity: 1; }

.heading-tertiary2 {
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 800;
  color: #333333; }
  @media (max-width: 56.25em) {
    .heading-tertiary2 {
      letter-spacing: 0.4rem;
      font-size: 1.5rem; } }
  @media (max-width: 37.5em) {
    .heading-tertiary2 {
      letter-spacing: 0.4rem;
      font-size: 1.3rem; } }

.u-center-text {
  text-align: center;
  text-shadow: 0.8px 0.8px 3rem rgba(135, 194, 6, 0.5) !important; }

.u-margin-bottom-big {
  margin-bottom: 8rem !important; }

.u-margin-bottom-medium {
  margin-bottom: 6rem !important; }

.u-margin-bottom-smaller {
  margin-bottom: 2rem !important; }

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important; }

.u-margin-top-small {
  margin-top: 1.5rem !important; }

.u-margin-top-medium {
  margin-top: 6rem !important; }

.u-margin-top-big {
  margin-top: 8rem !important; }

.u-margin-top-huge {
  margin-top: 10rem !important; }

.brand-link {
  text-decoration: none;
  background-image: linear-gradient(to right, #0e9736 35%, #87c206);
  -webkit-background-clip: text;
  letter-spacing: 0.5px;
  color: transparent; }

.brand-link-b {
  font-weight: 550;
  text-decoration: none;
  letter-spacing: 0.5px;
  color: #000000; }

.brand-link-w {
  font-weight: 550;
  text-decoration: none;
  letter-spacing: 0.5px;
  color: #ffffff; }

.about {
  position: relative;
  perspective: 190rem;
  -moz-perspective: 150rem; }
  .about_photo {
    width: 48.5%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.205);
    position: absolute;
    transition: all 1.5s ease;
    overflow: hidden; }
    .about_photo--p1 {
      left: 0;
      top: 5rem;
      height: 18rem;
      background: url("assets/img/people/a1.jpeg") no-repeat;
      background-size: cover; }
      .about_photo--p1:hover {
        background: url("assets/img/people/a2.jpeg") no-repeat;
        background-size: cover;
        display: block;
        transform: rotateY(-180deg);
        box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.305);
        z-index: 20; }
    .about_photo--p2 {
      right: 0;
      top: 5rem;
      height: 40rem;
      background: url("assets/img/people/a4.jpeg") no-repeat;
      background-size: cover; }
      .about_photo--p2:hover {
        background: url("assets/img/people/a3.jpeg") no-repeat;
        background-size: cover;
        display: block;
        transform: rotateY(-180deg);
        box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.305);
        z-index: 20; }
    .about_photo--p3 {
      right: 0;
      top: 46.5rem;
      height: 18rem;
      background: url("assets/img/Photos/P2.jpg") no-repeat; }
      .about_photo--p3:hover {
        background: url("assets/img/people/a6.jpeg") no-repeat;
        background-size: cover;
        display: block;
        transform: rotateY(-180deg);
        box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.305);
        z-index: 20; }
    .about_photo--p4 {
      left: 0;
      top: 24.3rem;
      height: 40rem;
      background: url("assets/img/Photos/a2.jpg") no-repeat; }
      .about_photo--p4:hover {
        background: url("assets/img/Photos/a2a.jpg") no-repeat;
        background-size: cover;
        display: block;
        transform: rotateY(-180deg);
        box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.305);
        z-index: 20; }
  .about:hover .about_photo:not(:hover) {
    opacity: 0.8; }
  @media (max-width: 56.25em) {
    .about .about {
      position: relative; }
      .about .about_photo {
        width: 100%;
        height: 5rem;
        box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.205);
        position: relative;
        overflow: hidden;
        margin-bottom: 4rem; }
        .about .about_photo--p1 {
          left: 0;
          top: 0;
          height: 35rem;
          background: url("assets/img/people/a1.jpeg") no-repeat;
          background-size: cover; }
          .about .about_photo--p1:hover {
            background: url("assets/img/people/a2.jpeg") no-repeat;
            background-size: cover;
            display: block;
            transform: rotateY(-180deg);
            box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.305);
            z-index: 20; }
        .about .about_photo--p2 {
          right: 0;
          top: 0;
          height: 35rem;
          background: url("assets/img/people/a4.jpeg") no-repeat;
          background-size: cover; }
          .about .about_photo--p2:hover {
            background: url("assets/img/people/a3.jpeg") no-repeat;
            background-size: cover;
            display: block;
            transform: rotateY(-180deg);
            box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.305);
            z-index: 20; }
        .about .about_photo--p3 {
          right: 0;
          top: 0;
          height: 35rem;
          background: url("assets/img/Photos/P2.jpg") no-repeat; }
          .about .about_photo--p3:hover {
            background: url("assets/img/people/a6.jpeg") no-repeat;
            background-size: cover;
            display: block;
            transform: rotateY(-180deg);
            box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.305);
            z-index: 20; }
        .about .about_photo--p4 {
          left: 0;
          top: 0;
          height: 40rem;
          background: url("assets/img/Photos/a2.jpg") no-repeat; }
          .about .about_photo--p4:hover {
            background: url("assets/img/Photos/a2a.jpg") no-repeat;
            background-size: cover;
            display: block;
            transform: rotateY(-180deg);
            box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.305);
            z-index: 20; }
      .about .about:hover .about .about_photo:not(:hover) {
        opacity: 0.8; } }

.description {
  padding-top: 5rem; }

.btn, .btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s;
  position: relative;
  font-size: 1.7rem;
  border: none;
  cursor: pointer; }

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.205);
  color: #ffffff; }

.btn:active {
  transform: translateY(-1px);
  transform: translateY(-3px);
  box-shadow: 0 5px 1rem rgba(0, 0, 0, 0.205); }

.btn--primary {
  background-image: linear-gradient(to right, #0e9736 35%, #87c206);
  color: #ffffff;
  font-weight: 700;
  text-shadow: 0.8px 0.8px 2rem rgba(0, 0, 0, 0.623); }

.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s; }

.btn--primary::after {
  background-image: linear-gradient(to right, #0e9736 35%, #87c206); }

.btn:hover::after {
  transform: scaleX(1.3) scaleY(1.6);
  opacity: 0; }

.btn--animated {
  animation-name: moveInTopBtn;
  animation-delay: 4s;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: backwards; }

.btn-text:link, .btn-text:visited {
  font-size: 1.6rem;
  font-weight: 600;
  color: #0e9736;
  display: inline-block;
  text-decoration: none;
  border-bottom: 2px solid #0e9736;
  padding: 3px 6px;
  transition: all 0.14s; }

.btn-text:hover {
  background-image: linear-gradient(to right, rgba(14, 151, 54, 0.796) 25%, rgba(135, 194, 6, 0.824));
  color: #ffffff;
  text-shadow: none;
  border-radius: 30px;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.205);
  transform: translateY(-3px);
  border: none; }

.btn-text:active {
  border: 0 0.5rem 2rem rgba(0, 0, 0, 0.205);
  transform: translateY(0); }

.btn--white {
  background-color: #ffffff;
  color: #68655e; }
  .btn--white:hover {
    color: #68655e; }

.btn--projects {
  background-image: linear-gradient(to right, rgba(14, 151, 54, 0.996) 25%, rgba(135, 194, 6, 0.9966));
  color: #ffffff;
  font-weight: 400; }

.button-container {
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center; }
  .button-container-left {
    position: relative;
    background-image: linear-gradient(to right, #0e9736 25%, #87c206);
    color: white;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    width: 10.5%;
    border-radius: 20px;
    display: inline-flex;
    align-items: center; }
    .button-container-left:hover {
      opacity: 0.9; }
    .button-container-left:focus {
      outline: none; }
  .button-container-right {
    position: relative;
    background-image: linear-gradient(to right, #0e9736 25%, #87c206);
    color: white;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    width: 10.5%;
    border-radius: 20px;
    display: inline-flex;
    align-items: center; }
    .button-container-right:hover {
      opacity: 0.9; }
    .button-container-right:focus {
      outline: none; }

.carousel__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer; }
  .carousel__button--left {
    left: -5rem;
    border: none; }
  .carousel__button--right {
    right: -5rem;
    border: none; }

.carousel__button img {
  width: 5rem;
  border: none; }

.btn-token {
  font-size: 1.6rem;
  font-weight: 600;
  color: #0e9736;
  display: inline-block;
  text-decoration: none;
  background-color: #ffffff;
  padding: 3px 6px;
  border: none;
  transition: all 0.14s; }
  .btn-token:hover {
    background-image: linear-gradient(to right, rgba(14, 151, 54, 0.796) 25%, rgba(135, 194, 6, 0.824));
    color: #ffffff;
    text-shadow: none;
    border-radius: 1px;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.205);
    transform: translateY(-3px);
    border: none; }
  .btn-token:active {
    border: 0 0.5rem 2rem rgba(0, 0, 0, 0.205);
    transform: translateY(0); }

.btn-token1 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  background-image: linear-gradient(to right, #0e9736 25%, #87c206);
  padding: 1.5px 3px;
  position: fixed;
  left: -50px;
  transform: rotate(90deg);
  z-index: 999999;
  border: none !important;
  transition: all 0.14s;
  border-radius: none !important; }
  @media (max-width: 56.25em) {
    .btn-token1 {
      left: -35px; } }
  .btn-token1:hover {
    background-image: linear-gradient(to right, rgba(14, 151, 54, 0.796) 25%, rgba(135, 194, 6, 0.824));
    color: #ffffff;
    text-shadow: none;
    border-radius: 1px;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.205);
    transform: translateY(-3px);
    border: none !important; }
  .btn-token1:active {
    transform: translateY(0); }

.btn-popup {
  padding: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.205);
  background-image: linear-gradient(to right, rgba(14, 151, 54, 0.796) 25%, rgba(135, 194, 6, 0.824)); }
  .btn-popup:hover {
    padding: 5px;
    text-decoration: none;
    color: #0e9736;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.796) 25%, rgba(255, 255, 247, 0.824));
    border-radius: 30px; }

.card {
  perspective: 190rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 52rem;
  border: none; }
  .card__side {
    color: #ffffff;
    font-size: 2rem;
    height: 55rem;
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.18); }
    .card__side--front {
      background-color: #fffff7; }
    .card__side--back {
      transform: rotateY(180deg); }
      .card__side--back-1 {
        background-image: linear-gradient(to bottom right, rgba(6, 247, 174, 0.999), rgba(2, 142, 170, 0.999)); }
      .card__side--back-2 {
        background-image: linear-gradient(to bottom right, rgba(255, 238, 0, 0.99), rgba(255, 0, 0, 0.99)); }
      .card__side--back-3 {
        background-image: linear-gradient(to bottom right, rgba(25, 230, 245, 0.99), rgba(241, 101, 41, 0.99)); }
  .card:hover .card__side--front {
    transform: rotateY(-180deg); }
  .card:hover .card__side--back {
    transform: rotateY(0); }
  .card__picture {
    background-size: cover;
    height: 23rem;
    background-blend-mode: screen;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 90%, 0 100%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 90%, 0 100%, 0 0);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .card__picture--1 {
      background-image: linear-gradient(to bottom right, #06f7ae, #028eaa), url(assets/img/Photos/P1.jpg); }
    .card__picture--2 {
      background-image: linear-gradient(to bottom right, #ffee00, red), url(assets/img/Photos/P2.jpg); }
    .card__picture--3 {
      background-image: linear-gradient(to bottom right, #19e6f5, #f16529), url(assets/img/Photos/P3.jpg); }
  .card__heading {
    font-size: 2.8rem;
    font-weight: 350;
    text-transform: uppercase;
    text-align: right;
    color: #ffffff;
    position: absolute;
    top: 14rem;
    right: 2rem;
    width: 75%; }
  .card__heading-span {
    padding: 1rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone; }
    .card__heading-span--1 {
      background-image: linear-gradient(to right, rgba(6, 247, 174, 0.75), rgba(2, 142, 170, 0.75)); }
    .card__heading-span--2 {
      background-image: linear-gradient(to right, rgba(255, 238, 0, 0.75), rgba(255, 0, 0, 0.75)); }
    .card__heading-span--3 {
      background-image: linear-gradient(to bottom right, rgba(25, 230, 245, 0.75), rgba(241, 101, 41, 0.75)); }
  .card__details {
    padding: 3rem; }
    .card__details ul {
      list-style: none;
      width: 80%;
      margin: 0 auto; }
      .card__details ul li {
        color: #68655e;
        text-align: center;
        font-size: 1.5rem;
        padding: 1rem; }
        .card__details ul li:not(:last-child) {
          border-bottom: 1.5px solid #68655e; }
  .card__cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center; }
  .card__price-box {
    text-align: center;
    color: #ffffff;
    margin-bottom: 8rem; }
  .card__price-only {
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: uppercase; }
  .card__price-value {
    font-size: 6rem;
    font-weight: 100; }
  .card__price-state {
    font-size: 3rem;
    font-weight: 100;
    margin-bottom: 5.2rem; }
  @media (max-width: 56.25em) {
    .card {
      height: auto;
      border: none;
      border-radius: 2px;
      background-color: #ffffff;
      box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.18); }
      .card__side {
        color: #ffffff;
        font-size: 2rem;
        height: auto;
        position: relative;
        box-shadow: none; }
        .card__side--back {
          transform: rotateY(0);
          clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%); }
      .card__details {
        padding: 1rem 3rem; }
      .card:hover .card__side--front {
        transform: rotateY(0); }
      .card__cta {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
        width: 100%;
        padding: 7rem 4rem 4rem 4rem; }
      .card__price-box {
        margin-bottom: 3rem; }
      .card__price-value {
        font-size: 4rem; } }

.carousel {
  position: relative;
  height: 40rem;
  width: 80%;
  margin: 0 auto; }
  .carousel__img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .carousel__track-container {
    background: #bfecbf;
    height: 100%;
    position: relative;
    overflow: hidden; }
  .carousel__track {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    height: 100%;
    transition: transform 0.8s ease-in; }
  .carousel__slide {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%; }
  .carousel__nav {
    display: flex;
    justify-content: center;
    padding: 1rem 0; }
  .carousel__indicator {
    border: 0;
    border-radius: 50%;
    height: 1.5rem;
    width: 1.5rem;
    background: rgba(0, 0, 0, 0.205);
    margin: 0.7rem;
    cursor: pointer;
    transition: transform 0.8s ease-in; }

.current_slide {
  background: rgba(0, 0, 0, 0.605); }

.is-hidden {
  display: none; }

.whatsapp_float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  background-color: #0e9736;
  color: #fff;
  border-radius: 50px;
  text-align: center !important;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100; }

.whatsapp-icon {
  top: 10%;
  left: 50%;
  transform: translate(-18%, -20%); }
  .whatsapp-icon:hover {
    color: #fff; }

/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px; }
  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 20px;
    font-size: 10px; }
  .whatsapp-icon {
    top: 10%;
    left: 50%;
    transform: translate(-24%, -26%); }
    .whatsapp-icon:hover {
      color: #fff; } }

.composition {
  position: relative; }
  .composition_photo {
    width: 55%;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.205);
    position: absolute;
    z-index: 10;
    outline-offset: 1.5rem;
    transition: all 0.2s; }
    @media (max-width: 56.25em) {
      .composition_photo {
        float: left;
        position: relative;
        width: 33.3333333%;
        box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.205); } }
    .composition_photo--p1 {
      left: 0;
      top: 5rem; }
      @media (max-width: 56.25em) {
        .composition_photo--p1 {
          left: 0;
          top: 0;
          transform: scale(1.1); } }
    .composition_photo--p2 {
      right: 0;
      top: 9rem; }
      @media (max-width: 56.25em) {
        .composition_photo--p2 {
          top: -1rem;
          transform: scale(1.3);
          z-index: 100; } }
    .composition_photo--p3 {
      left: 13%;
      top: 21rem; }
      @media (max-width: 56.25em) {
        .composition_photo--p3 {
          top: 1rem;
          left: 0;
          transform: scale(1.1); } }
    .composition_photo:hover {
      outline: 1.5rem solid #ffffff;
      transform: scale(1.3);
      box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.305);
      z-index: 20; }
  .composition:hover .composition_photo:not(:hover) {
    transform: scale(0.8) translateY(-0.5rem); }

.feature-box {
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 1.5rem;
  padding: 2.5rem;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0.8px 0.8px 3rem rgba(0, 0, 0, 0.1);
  transition: all .4s; }
  .feature-box__icon {
    font-size: 6rem;
    margin-bottom: 0.5px;
    text-shadow: 0.8px 0.8px 3rem rgba(135, 194, 6, 0.5);
    display: inline-block;
    background-image: linear-gradient(to right, #0e9736 35%, #87c206);
    -webkit-background-clip: text;
    color: transparent; }
  .feature-box:hover {
    transform: translateY(-1.5rem) scale(1.05); }

.form__group:not(:last-child) {
  margin-bottom: 1rem; }

.form__input {
  font-family: inherit;
  font-size: 1.5rem;
  color: inherit;
  padding: 1.5rem 1.5rem;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  border-bottom: 3px solid transparent;
  width: 85%;
  display: block;
  transition: all 0.3s; }
  .form__input:focus {
    outline: none;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.18);
    border-bottom: 3px solid #87c206; }
  .form__input:focus:invalid {
    border-bottom: 3px solid orangered; }
  .form__input::-webkit-input-placeholder {
    color: #999; }

.form__label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  transition: all 0.9s; }

.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4.5rem); }

.form__radio-group {
  width: 30%;
  display: inline-block; }

.form__radio-input {
  display: none; }

.form__radio-label {
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  padding-left: 3rem; }

.form__radio-button {
  height: 2rem;
  width: 2rem;
  border: 3px solid #87c206;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -0.1rem; }
  .form__radio-button::after {
    content: "";
    display: block;
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0e9736;
    opacity: 0;
    transition: opacity 0.2s; }

.form__radio-input:checked ~ .form__radio-label .form__radio-button::after {
  opacity: 1; }

.form__inputm {
  font-family: inherit;
  font-size: 1.5rem;
  color: inherit;
  padding: 2rem 2rem;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  border-bottom: 3px solid transparent;
  width: 48rem;
  display: block;
  transition: all 0.3s; }
  .form__inputm:focus {
    outline: none;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.18);
    border-bottom: 3px solid #87c206; }
  .form__inputm:focus:invalid {
    border-bottom: 3px solid orangered; }
  .form__inputm::-webkit-input-placeholder {
    color: #999; }
  .form__inputm__inputm:placeholder-shown + .form__inputm__label {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4.5rem); }

.form-subscribe {
  top: 3rem;
  margin-top: 3rem; }

.content-hidden {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600; }

.img-box {
  display: flex;
  border: none;
  height: 50rem;
  width: 50rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0.7rem 0.5rem rgba(0, 0, 0, 0.12); }
  .img-box__1 {
    background-size: cover; }

.img-section {
  left: -5rem;
  align-items: left; }
  .img-section__img {
    height: 35rem;
    width: 60rem;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.075));
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.11)); }

.img-circle {
  left: -5rem;
  align-items: left;
  -webkit-clip-path: circle(71.8% at 78% 26%);
  clip-path: circle(71.8% at 78% 26%); }
  .img-circle__img {
    height: 35rem;
    width: 60rem;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.075));
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.11)); }

.img-circle1 {
  left: -5rem;
  align-items: left;
  -webkit-clip-path: circle(58.5% at 33% 51%);
  clip-path: circle(58.5% at 33% 51%); }
  .img-circle1__img {
    height: 35rem;
    width: 60rem;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.075));
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.11)); }

.download {
  align-self: center; }

.marquee-container {
  overflow: hidden; }

.marquee {
  height: 20rem;
  overflow: hidden;
  position: relative;
  display: block;
  /* Apply animation to this element */ }
  .marquee__box {
    position: relative;
    width: 30rem;
    height: 20rem;
    margin-left: 2.7rem;
    display: inline-block;
    box-sizing: border-box;
    border: none; }
    .marquee__box {
      margin-left: 2.7rem; }
    .marquee__box--link {
      text-decoration: none;
      font-size: 1.6rem;
      font-weight: 600; }
    .marquee__box-img {
      width: 30rem;
      height: 20rem;
      position: absolute; }
    .marquee__box-heading {
      height: 50%;
      width: 100%;
      position: absolute;
      text-decoration: none;
      text-align: center;
      font-size: 1.2rem;
      color: #ffffff;
      top: 50%;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6); }
    .marquee__box-para {
      position: absolute;
      font-size: 1rem;
      color: #ffffff;
      margin-bottom: 1rem; }
  @media (max-width: 56.25em) {
    .marquee .marquee {
      height: 10rem;
      overflow: hidden;
      display: block;
      /* Apply animation to this element */ }
      .marquee .marquee__box {
        position: relative;
        width: 15rem;
        height: 10rem;
        margin-bottom: 2.7rem;
        box-sizing: border-box;
        border: none; }
        .marquee .marquee__box {
          margin-left: none !important; }
        .marquee .marquee__box--link {
          text-decoration: none;
          font-size: 1.6rem;
          font-weight: 600; }
        .marquee .marquee__box-img {
          width: 15rem;
          height: 10rem;
          position: absolute; }
        .marquee .marquee__box-heading {
          height: 50%;
          width: 100%;
          position: absolute;
          text-decoration: none;
          text-align: center;
          font-size: 1.2rem;
          color: #ffffff;
          top: 50%;
          left: 0;
          background-color: rgba(0, 0, 0, 0.6); }
        .marquee .marquee__box-para {
          position: absolute;
          font-size: 1rem;
          color: #ffffff;
          margin-bottom: 1rem; } }

#maindiv {
  overflow: hidden;
  white-space: nowrap; }

#div1 {
  display: inline-block;
  animation: marquee 30s linear infinite; }

.roi {
  height: 4rem; }

#div2 {
  display: inline-block;
  animation: marquee2 30s linear infinite;
  animation-delay: 5s; }

@keyframes marquee {
  from {
    transform: translateX(100); }
  to {
    transform: translateX(-100%); } }

@keyframes marquee2 {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-210%); } }

.offer {
  top: 30%;
  right: 3%;
  position: fixed;
  z-index: 9999; }
  @media (max-width: 56.25em) {
    .offer {
      transform: scale(0.9);
      top: 20%;
      /* right: -5%; */
     } 
    }
  @media (max-width: 37.5em) {
    .offer {
      transform: scale(0.7);
      top: 20%;
      /* right: -10%; */
     } }

.offer__text {
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  right: 1rem; }

.offer__text--link   {
  text-decoration: none;
  /* color: darkblue; */
  /* color:brown ; */
  animation: blink 2s linear infinite;
  /* font-size: 18px !important; */
  }
  
  .offer__text--link:hover {
    text-decoration: none; }
    
/*qr code*/
.qr {
height: 80px;
width: 80px;
text-align: center;
margin-bottom: 10px;
filter: drop-shadow(grey 0.6rem 0.6rem 5px);
}
.coin {
  width: 10rem;
  height: 10rem;
  margin: 50px 50px;
  transform-style: preserve-3d;
  animation: rotate3d 4s linear infinite;
  transition: all 0.3s; }

.coin__front,
.coin__back {
  position: absolute;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(assets/img/Btn-images/gold_leaf.jpg); }
  .coin__front:after,
  .coin__back:after {
    content: "";
    position: absolute;
    right: -6rem;
    bottom: 100%;
    display: block;
    height: 8rem;
    width: 24rem;
    background: #fff;
    opacity: 0.3;
    animation: shine linear 2s infinite; }

.coin__front {
  background-image: url(assets/img/Btn-images/gold_leaf.png);
  background-size: cover;
  background-blend-mode: hard-light;
  opacity: 1;
  transform: translateZ(0.05rem); }

.coin__back {
  background-image: url(assets/img/Btn-images/gold_leaf2.png);
  background-size: cover;
  opacity: 1;
  transform: translateZ(-0.05rem) rotateY(180deg); }

.coin__edge div:nth-child(1) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: black;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(94.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(2) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: black;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(99deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(3) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: black;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(103.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(4) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: black;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(108deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(5) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: black;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(112.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(6) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: black;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(117deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(7) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: black;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(121.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(8) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #0e0c00;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(126deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(9) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #1c1801;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(130.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(10) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #292301;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(135deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(11) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #362e02;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(139.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(12) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #423802;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(144deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(13) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #4e4203;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(148.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(14) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #594c03;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(153deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(15) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #645603;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(157.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(16) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #6f5f04;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(162deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(17) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #796704;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(166.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(18) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #837004;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(171deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(19) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #8c7805;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(175.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(20) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #957f05;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(180deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(21) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #9d8605;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(184.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(22) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #a58d06;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(189deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(23) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #ad9406;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(193.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(24) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #b49a06;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(198deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(25) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #ba9f06;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(202.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(26) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #c1a507;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(207deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(27) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #c7aa07;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(211.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(28) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #ccae07;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(216deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(29) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #d1b307;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(220.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(30) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #d5b707;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(225deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(31) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #daba07;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(229.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(32) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #ddbd08;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(234deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(33) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #e0c008;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(238.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(34) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #e3c208;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(243deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(35) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #e6c408;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(247.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(36) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #e8c608;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(252deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(37) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #e9c708;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(256.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(38) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #eac808;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(261deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(39) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #ebc908;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(265.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(40) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #ebc908;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(270deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(41) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #ebc908;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(274.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(42) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #eac808;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(279deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(43) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #e9c708;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(283.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(44) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #e8c608;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(288deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(45) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #e6c408;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(292.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(46) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #e3c208;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(297deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(47) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #e0c008;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(301.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(48) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #ddbd08;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(306deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(49) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #daba07;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(310.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(50) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #d5b707;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(315deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(51) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #d1b307;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(319.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(52) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #ccae07;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(324deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(53) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #c7aa07;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(328.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(54) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #c1a507;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(333deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(55) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #ba9f06;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(337.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(56) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #b49a06;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(342deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(57) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #ad9406;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(346.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(58) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #a58d06;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(351deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(59) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #9d8605;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(355.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(60) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #957f05;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(360deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(61) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #8c7805;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(364.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(62) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #837004;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(369deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(63) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #796704;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(373.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(64) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #6f5f04;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(378deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(65) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #645603;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(382.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(66) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #594c03;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(387deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(67) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #4e4203;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(391.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(68) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #423802;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(396deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(69) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #362e02;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(400.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(70) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #292301;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(405deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(71) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #1c1801;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(409.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(72) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: #0e0c00;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(414deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(73) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: black;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(418.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(74) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: black;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(423deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(75) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: black;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(427.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(76) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: black;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(432deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(77) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: black;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(436.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(78) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: black;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(441deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(79) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: black;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(445.5deg) translateX(6rem) rotateY(90deg); }

.coin__edge div:nth-child(80) {
  position: absolute;
  height: 0.471rem;
  width: 0.1rem;
  background: black;
  transform: translateY(5.7645rem) translateX(5.95rem) rotateZ(450deg) translateX(6rem) rotateY(90deg); }

.coin__shadow {
  position: absolute;
  width: 12rem;
  height: 2rem;
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 10rem 10rem #000;
  opacity: 0.125;
  transform: rotateX(90deg) translateZ(-13.2rem) scale(0.5); }

.popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-image: linear-gradient(to right, rgba(14, 151, 54, 0.95), rgba(135, 194, 6, 0.95));
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s; }
  .popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80rem;
    background-color: #fffff7;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.25);
    display: table;
    border-radius: 3px;
    overflow: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
    transition: all 0.6s 0.3s; }
    @media (max-width: 31.25em) {
      .popup__content {
        width: 40rem; } }
  .popup__left {
    width: 33.333333%;
    display: table-cell; }
    @media (max-width: 31.25em) {
      .popup__left {
        width: 0;
        height: 50%;
        display: block; } }
  .popup__right {
    width: 66.666667%;
    display: table-cell;
    vertical-align: middle;
    padding: 3rem 5rem; }
    @media (max-width: 31.25em) {
      .popup__right {
        width: 100%;
        padding: 2rem 4rem;
        display: block; } }
  .popup__img {
    display: block;
    width: 100%; }
    @media (max-width: 31.25em) {
      .popup__img {
        display: block;
        width: 100%; } }
  .popup__text {
    font-size: 1.4rem;
    margin-bottom: 4rem;
    -moz-column-count: 2;
    -moz-column-gap: 4rem;
    -moz-column-rule: 1px solid #0e9736;
    column-count: 2;
    column-gap: 4rem;
    column-rule: 1px solid #0e9736;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
    @media (max-width: 31.25em) {
      .popup__text {
        display: block; } }
  .popup:target {
    opacity: 1;
    visibility: visible; }
  .popup:target .popup__content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
  .popup__close:link, .popup__close:visited {
    position: absolute;
    color: #0e9736;
    font-size: 3rem;
    top: 2.5rem;
    right: 2.5rem;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    transition: all 0.2s; }
    .popup__close:link:hover, .popup__close:visited:hover {
      color: #87c206; }

.feedback-form {
  position: fixed;
  top: 48%;
  left: 20px;
  z-index: 100; }
  @media (max-width: 37.5em) {
    .feedback-form {
      transform: scale(0.95); } }

.feedback-form-show {
  top: -120px !important;
  right: 0 !important; }

.feedback_form_area {
  position: relative;
  display: none;
  overflow: hidden;
  top: -150px;
  left: 70px;
  background-image: linear-gradient(to right top, rgba(14, 151, 54, 0.85) 25%, rgba(135, 194, 6, 0.824)); }
  @media (max-width: 37.5em) {
    .feedback_form_area {
      left: 50px; } }

.feedback_form_area_inner {
  width: 300px;
  min-height: 450px;
  color: #fff;
  padding: 15px; }

.feedback_form_area h3 {
  margin-top: 0; }

.custom-inp {
  width: 100%;
  height: 35px;
  padding-left: 5px;
  color: #fff;
  border: 1px #fff solid;
  background: transparent; }

.custom-txt {
  width: 100%;
  height: 35px;
  padding-left: 5px;
  color: #fff;
  border: 1px #fff solid;
  background: transparent; }

.custom-inp-txt {
  width: 100%;
  height: 20px;
  padding: 5px;
  color: #fff;
  border: 1px #fff solid;
  background: transparent; }

.feedback-form-btn {
  position: absolute;
  left: -81px;
  color: #fff;
  transform: rotate(90deg) translateX(20px);
  top: 40%;
  border-radius: none !important; }

@media only screen and (max-width: 600px) {
  .feedback_form_area_inner {
    width: 260px;
    min-height: 320px;
    color: white;
    padding: 15px; } }

.mt-50 {
  margin-top: 50px; }

.fa {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%; }

.fa:hover {
  opacity: 0.7; }

.fa-facebook {
  background: #3b5998;
  color: white; }

.fa-twitter {
  background: #55acee;
  color: white; }

.fa-google {
  background: #dd4b39;
  color: white; }

.fa-linkedin {
  background: #007bb5;
  color: white; }

.fa-youtube {
  background: #bb0000;
  color: white; }

.fa-instagram {
  background: #df2597;
  color: white; }

.fa-pinterest {
  background: #cb2027;
  color: white; }

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; }

.fa-skype {
  background: #00aff0;
  color: white; }

.fa-android {
  background: #a4c639;
  color: white; }

.fa-dribbble {
  background: #ea4c89;
  color: white; }

.fa-vimeo {
  background: #45bbff;
  color: white; }

.fa-tumblr {
  background: #2c4762;
  color: white; }

.fa-vine {
  background: #00b489;
  color: white; }

.fa-foursquare {
  background: #45bbff;
  color: white; }

.fa-stumbleupon {
  background: #eb4924;
  color: white; }

.fa-flickr {
  background: #f40083;
  color: white; }

.fa-yahoo {
  background: #430297;
  color: white; }

.fa-soundcloud {
  background: #ff5500;
  color: white; }

.fa-reddit {
  background: #ff5700;
  color: white; }

.fa-rss {
  background: #ff6600;
  color: white; }

.story {
  width: 75%;
  margin: 0 auto;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 3px;
  padding: 6rem;
  padding-left: 9rem;
  font-size: 1.6rem;
  transform: skewX(-12deg); }
  @media (max-width: 56.25em) {
    .story {
      width: 100%;
      padding: 4rem;
      padding-left: 5rem; } }
  @media (max-width: 37.5em) {
    .story {
      transform: skewX(0); } }
  .story > * {
    transform: skewX(12deg); }
  .story__shape {
    width: 16rem;
    height: 16rem;
    float: left;
    -webkit-shape-outside: circle(50% at 50% 50%);
    shape-outside: circle(50% at 50% 50%);
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    transform: translateX(-3.5rem) skewX(12deg);
    position: relative; }
    @media (max-width: 37.5em) {
      .story__shape {
        transform: translateX(-3.5rem) skewX(0); } }
  .story__img {
    width: 100%;
    backface-visibility: hidden;
    transition: all 0.5s; }
  .story__text {
    transform: skewX(12deg); }
    @media (max-width: 37.5em) {
      .story__text {
        transform: skewX(0); } }
  .story__caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 30%);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.7rem;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease-in;
    backface-visibility: hidden; }
    @media (max-width: 37.5em) {
      .story__caption {
        font-size: 1.7rem; } }
  .story:hover .story__caption {
    opacity: 1;
    transform: translate(-50%, -50%); }
  .story:hover .story__img {
    filter: brightness(69%);
    backface-visibility: hidden; }
  .story__btn {
    text-align: center; }

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.1;
  overflow: hidden; }
  .bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.em-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 50rem;
  width: 100rem;
  overflow: hidden; }
  .em-video__content {
    margin-top: 6rem;
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4); }

.em-video2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 50rem;
  width: 100rem;
  overflow: hidden; }
  .em-video2__content {
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4); }

.apage-banner {
  height: 80vh;
  background-image: linear-gradient(to right, rgba(226, 255, 111, 0.82), rgba(118, 184, 82, 0.62)), url("assets/img/header/about-page.jpg");
  background-position: Top;
  position: relative;
  -webkit-clip-path: polygon(44% 0, 100% 0, 100% 84%, 66% 100%, 0 83%, 0 0);
  clip-path: polygon(44% 0, 100% 0, 100% 84%, 66% 100%, 0 83%, 0 0); }
  @media (max-width: 56.25em) {
    .apage-banner {
      clip-path: none;
      background-image: linear-gradient(to right, rgba(226, 255, 111, 0.82), rgba(118, 184, 82, 0.62)), url("assets/img/header/about-page-sm.jpg"); } }

.apage-banner__text-box {
  position: absolute;
  top: 40%;
  left: 10%;
  padding: 0.75rem;
  transform: translate(-7.5%, -50%);
  text-align: left;
  margin-top: 3rem; }

.bpage-banner {
  height: 80vh;
  background-image: linear-gradient(to right, rgba(135, 194, 6, 0.62), rgba(25, 230, 245, 0.42)), url("assets/img/header/bpage.jpg");
  background-position: Top;
  position: relative; }
  @media (max-width: 56.25em) {
    .bpage-banner {
      background-image: linear-gradient(to right, rgba(135, 194, 6, 0.62), rgba(25, 230, 245, 0.42)), url("assets/img/header/bpage-sm.jpg"); } }

.bpage-banner__text-box {
  position: absolute;
  top: 40%;
  left: 10%;
  padding: 0.75rem;
  transform: translate(-7.5%, -50%);
  text-align: left;
  margin-top: 3rem; }

.banner {
  margin: 0 auto;
  height: 101vh;
  background-image: linear-gradient(to right, rgba(226, 255, 111, 0.12), rgba(30, 58, 11, 0.12)), url("assets/img/header/header.jpg");
  background-size: cover;
  background-position: Top;
  position: relative; }

.banner__text-box {
  position: absolute;
  top: 40%;
  left: 15%;
  padding: 0.75rem;
  transform: translate(-7.5%, -50%);
  text-align: center; }

.blog-box {
  position: relative;
  background-color: #cbfcbf;
  height: 42rem;
  width: 30rem;
  transition: all 0.4s; }
  .blog-box:hover {
    transform: scale(1.09);
    box-shadow: 0.8rem 0.8rem 6rem rgba(6, 247, 174, 0.1);
    animation: Vibrate 5s linear; }
  .blog-box:not(:hover) {
    transform: scale(0.96); }
  .blog-box .blog__img img {
    height: 19rem;
    width: 30rem; }
  .blog-box .blog__text-box {
    width: 30rem;
    position: absolute;
    font-family: inherit;
    text-align: center;
    padding-bottom: 1.5rem; }
    .blog-box .blog__text-box a {
      text-decoration: none;
      font-size: 1.6rem;
      font-weight: 500;
      color: #0e9736;
      text-shadow: 0.8rem 0.8rem 2rem rgba(0, 0, 0, 0.2); }
    .blog-box .blog__text-box h4 {
      font-size: 1.6rem;
      margin-top: 1rem;
      list-style: none;
      text-decoration: none;
      margin-bottom: 1rem;
      color: #87c206; }
    .blog-box .blog__text-box-description {
      font-size: 1.4rem;
      text-align: left;
      color: #333333;
      padding: 0 10px; }

.posts__text-box {
  width: 17rem;
  height: 3rem;
  align-items: left;
  border-bottom: 2.5px solid #333333; }
  .posts__text-box__heading-section {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    color: #333333; }

.posts__img-box {
  width: 3rem;
  height: 1.5rem;
  align-items: center;
  margin-top: 3rem; }
  .posts__img-box-img {
    width: 20rem;
    height: 12rem;
    margin-bottom: 3rem; }
  .posts__img-box-des {
    margin-top: 13rem;
    width: 20rem;
    height: 5rem;
    text-align: left;
    text-decoration: none; }

.posts h4 {
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem; }

.posts p {
  font-size: 1.4rem;
  color: #000000; }

.posts a {
  text-decoration: none; }

@media (max-width: 56.25em) {
  .posts {
    display: block; } }

.cpage-banner {
  height: 70vh;
  background-image: linear-gradient(to right, rgba(14, 151, 54, 0.92), rgba(2, 142, 170, 0.82)), url("assets/img/header/contact-page.jpg");
  background-position: Top;
  position: relative;
  background-image: linear-gradient(to right, rgba(135, 194, 6, 0.62), rgba(25, 230, 245, 0.42)), url("assets/img/header/contact-page-sm.jpg"); }

.cpage-banner__text-box {
  position: absolute;
  top: 40%;
  left: 10%;
  padding: 0.75rem;
  transform: translate(-7.5%, -50%);
  text-align: left;
  margin-top: 3rem; }

.map {
  height: 540px;
  overflow: hidden;
  outline: 12px solid rgba(146, 204, 37, 0.678);
  outline-offset: 1rem;
  box-shadow: 0.8px 0.8px 4rem rgba(14, 151, 54, 0.6); }

.footer {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg");
  /* padding: 8rem 0; */
  font-size: 1.6rem; }
  .footer__logo-box {
    text-align: center;
    margin-bottom: 8rem; }
  .footer__logo {
    width: 15rem;
    height: auto; }
  .footer__list {
    padding-top: 2.5rem;
    list-style: none;
    border-top: 2px solid #0e9736; }
  .footer__item {
    display: inline-block; }
    .footer__item:not(:last-child) {
      margin-right: 2rem; }
  .footer__link:link, .footer__link:visited {
    color: #76b852;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1.5px 6px; }
    .footer__link:link:hover, .footer__link:link:active, .footer__link:visited:hover, .footer__link:visited:active {
      color: #ffffff;
      border-radius: 2.5rem;
      background-image: linear-gradient(to right, #0e9736 25%, #87c206);
      text-shadow: 0.8px 0.8px 1rem rgba(48, 232, 191, 0.5); }
  .footer__para {
    padding-top: 2rem;
    list-style: none;
    border-top: 2px solid #0e9736; }
  .footer__endeavour {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0c598d; }

.parag {
  width: 100%;
  height: auto;
  list-style: none;
  display: inline-block;
  text-align: center; }
  .parag__endeavour {
    display: inline-block;
    text-decoration: none;
    list-style: none;
    font-weight: 600;
    font-size: 1.6rem;
    color: #19547b; }

.parag__endeavour {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0c598d; }

.address-list {
  list-style: none;
  font-size: 1.8rem;
  font-weight: 600;
  background-image: linear-gradient(to right, #0e9736 15%, #87c206);
  -webkit-background-clip: text;
  color: transparent; }

.row {
  max-width: 120rem;
  margin: 0 auto;
  margin-bottom: 8rem; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
    @media (max-width: 56.25em) {
      .row:not(:last-child) {
        margin-bottom: 8rem; } }
  @media (max-width: 56.25em) {
    .row {
      max-width: 50rem; } }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 8.5rem; }
      @media (max-width: 56.25em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 0;
          margin-bottom: 8rem; } }
    @media (max-width: 56.25em) {
      .row [class^="col-"] {
        width: 100% !important; } }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row .col-1-of-2 {
    width: calc((100% - 8.5rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 8.5rem) / 3); }
  .row .col-2-of-3 {
    width: calc(
 2 * ((100% - 2 * 8.5rem) / 3) + 8.5rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 8.5rem) / 4); }
  .row .col-2-of-4 {
    width: calc(
 2 * ((100% - 3 * 8.5rem) / 4) + 8.5rem); }
  .row .col-3-of-4 {
    width: calc(
 3 * ((100% - 3 * 8.5rem) / 4) + 2 *8.5rem); }
  .row .col-4-of-4 {
    width: calc(
 4 * ((100% - 4 * 8.5rem) / 4) +3 *8.5rem); }

.row__booking {
  max-width: 100rem;
  margin: 0 auto;
  margin-bottom: 8rem; }
  .row__booking:not(:last-child) {
    margin-bottom: 8rem; }
  .row__booking [class^="col-"] {
    float: left; }
    .row__booking [class^="col-"]:not(:last-child) {
      margin-right: 8.5rem; }

.row__projects {
  max-width: 120rem;
  margin: 0 auto;
  margin-bottom: 8rem; }
  .row__projects:not(:last-child) {
    margin-bottom: 8rem; }
  .row__projects [class^="col-"] {
    float: right; }
    .row__projects [class^="col-"]:not(:last-child) {
      margin-left: 4rem; }

.project-row {
  max-width: 119rem;
  margin-bottom: 8rem;
  margin: 0 auto; }
  .project-row::after {
    content: "";
    display: table;
    clear: both; }
  .project-row:not(:last-child) {
    margin-bottom: 8rem; }
    @media (max-width: 56.25em) {
      .project-row:not(:last-child) {
        margin-bottom: 8rem; } }
  .project-row [class^="project-col"] {
    float: left; }
    .project-row [class^="project-col"]:not(:last-child) {
      margin-right: 0.5rem; }
      @media (max-width: 75em) {
        .project-row [class^="project-col"]:not(:last-child) {
          margin-right: 0; } }
      @media (min-width: 65.5em) {
        .project-row [class^="project-col"]:not(:last-child) {
          margin-right: none !important; } }
      @media (max-width: 56.25em) {
        .project-row [class^="project-col"]:not(:last-child) {
          margin-right: 0; } }
    .project-row [class^="project-col"] .project-col-1 {
      width: calc((100% - 3 * 0.5rem) / 4); }

.blog-row {
  max-width: 119rem;
  margin-bottom: 8rem;
  margin: 0 auto; }
  .blog-row::after {
    content: "";
    display: table;
    clear: both; }
  .blog-row:not(:last-child) {
    margin-bottom: 8rem; }
    @media (max-width: 56.25em) {
      .blog-row:not(:last-child) {
        margin-bottom: 8rem; } }
  .blog-row [class^="project-col"] {
    float: left; }
    .blog-row [class^="project-col"]:not(:last-child) {
      margin-right: 0.5rem; }
      @media (max-width: 75em) {
        .blog-row [class^="project-col"]:not(:last-child) {
          margin-right: 0; } }
      @media (min-width: 65.5em) {
        .blog-row [class^="project-col"]:not(:last-child) {
          margin-right: none !important; } }
      @media (max-width: 56.25em) {
        .blog-row [class^="project-col"]:not(:last-child) {
          margin-right: 0; } }
    .blog-row [class^="project-col"] .project-col-1 {
      width: calc((100% - 3 * 0.5rem) / 4); }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 4rem;
  transition: 0.6s;
  z-index: 1000000; }
  @media (max-width: 56.25em) {
    header {
      padding: 0.5rem 2rem; } }
  @media (max-width: 37.5em) {
    header {
      padding: 0.25rem 1rem; } }
  header__logo {
    height: 7rem; }
    @media (max-width: 37.5em) {
      header__logo {
        height: 5rem; } }

header.sticky {
  padding: 0.9rem 4rem;
  background: rgba(255, 255, 255, 0.95); }
  @media (max-width: 56.25em) {
    header.sticky {
      padding: 0.35rem 2rem; } }
  @media (max-width: 37.5em) {
    header.sticky {
      padding: 0.175rem 1rem; } }

header .header__logo {
  position: relative;
  height: 7rem;
  transition: 0.6s; }
  @media (max-width: 37.5em) {
    header .header__logo {
      height: 5rem; } }

header ul {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; }

header ul li {
  position: relative;
  list-style: none; }

header ul li a {
  position: relative;
  margin: 0 1.5rem;
  text-decoration: none !important;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  letter-spacing: 0.3px;
  font-weight: 500;
  font-size: 1.8rem;
  text-shadow: 0.8px 0.8px 0.5rem rgba(14, 151, 54, 0.993);
  transition: 0.3s; }
  @media (max-width: 56.25em) {
    header ul li a {
      margin: 0 1.2rem;
      font-size: 1.5rem; } }
  @media (max-width: 37.5em) {
    header ul li a {
      margin: 0 0.8rem;
      font-size: 1.2rem; } }

.header__logo-box {
  position: relative;
  top: 1rem;
  left: 0.5rem; }

header.sticky ul li a {
  color: #84cb4a;
  font-weight: 700;
  text-shadow: 0.8px 2px 0.4rem #eeeeed;
  text-decoration: none; }

header ul li a:hover {
  border-radius: 2.5rem;
  background-image: linear-gradient(to right, #0e9736 25%, #87c206);
  display: inline-block;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  text-align: center;
  text-shadow: 0.8px 0.5px 2rem rgba(0, 0, 0, 0.993); }
  @media (max-width: 56.25em) {
    header ul li a:hover {
      padding: 0.35rem 2rem; } }
  @media (max-width: 37.5em) {
    header ul li a:hover {
      padding: 0.175rem 1rem; } }

header.sticky ul li a:hover {
  background-image: linear-gradient(to right, rgba(14, 151, 54, 0.796) 25%, rgba(135, 194, 6, 0.824));
  color: #ffffff;
  text-shadow: 0.8px 0.5px 2rem rgba(0, 0, 0, 0.63); }
  @media (max-width: 56.25em) {
    header.sticky ul li a:hover {
      padding: 0.35rem 2rem; } }
  @media (max-width: 37.5em) {
    header.sticky ul li a:hover {
      padding: 0.175rem 1rem; } }

.hpage-banner {
  height: 80vh;
  width: 100%;
  background-image: linear-gradient(to right, rgba(2, 142, 170, 0.62), rgba(118, 184, 82, 0.42)), url("assets/img/header/home-page.jpg");
  background-position: Top;
  background-size: cover;
  position: relative;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 70% 85%, 25% 90%, 0 77%, 0 0);
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 70% 85%, 25% 90%, 0 77%, 0 0); }
  @media (max-width: 56.25em) {
    .hpage-banner {
      clip-path: none;
      background-image: linear-gradient(to right, rgba(2, 142, 170, 0.62), rgba(118, 184, 82, 0.42)), url("assets/img/header/home-page-sm.jpg"); } }

.hpage-banner__text-box {
  position: absolute;
  top: 40%;
  left: 15%;
  padding: 0.75rem;
  transform: translate(-7.5%, -50%);
  text-align: left;
  margin-top: 3rem; }

.lpage-banner {
  height: 80vh;
  background-image: linear-gradient(to right, rgba(25, 230, 245, 0.4), rgba(118, 184, 82, 0.4)), url("assets/img/header/loan-page.jpg");
  background-position: Top;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 65% 100%, 30% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 65% 100%, 30% 85%, 0 100%); }
  @media (max-width: 56.25em) {
    .lpage-banner {
      clip-path: none;
      background-image: linear-gradient(to right, rgba(25, 230, 245, 0.4), rgba(118, 184, 82, 0.4)), url("assets/img/header/loan-page-sm.jpg"); } }

.lpage-banner__text-box {
  position: absolute;
  top: 40%;
  left: 10%;
  padding: 0.75rem;
  transform: translate(-7.5%, -50%);
  text-align: left;
  margin-top: 3rem; }

.ypage-banner {
  height: 110vh;
  width: 100%;
  background-image: linear-gradient(to right, rgba(76, 18, 109, 0.8), rgba(195, 55, 100, 0.7), rgba(235, 87, 87, 0.7)), url("assets/img/Projects/yashwin-supernova/supernova.jpg");
  background-position: Top;
  background-size: cover;
  position: relative;
  -webkit-clip-path: ellipse(61% 54% at 49% 26%);
  clip-path: ellipse(61% 54% at 49% 26%); }
  @media (max-width: 56.25em) {
    .ypage-banner {
      height: 70vh;
      clip-path: none;
      background-image: linear-gradient(to right, rgba(76, 18, 109, 0.8), rgba(195, 55, 100, 0.7), rgba(235, 87, 87, 0.7)), url("assets/img/Projects/yashwin-supernova/supernova-sm.jpg"); } }

.ypage-banner__text-box {
  position: absolute;
  top: 40%;
  left: 10%;
  padding: 0.75rem;
  transform: translate(-7.5%, -50%);
  text-align: left;
  margin-top: 3rem; }

.dhpage-banner {
  height: 150vh;
  width: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(255, 215, 0, 0.3), rgba(241, 101, 41, 0.3)), url("assets/img/Projects/SMP-Destination_Hinjewadi/title.jpeg");
  background-position: Top;
  background-size: cover;
  position: relative;
  -webkit-clip-path: circle(35.7% at 36% 38%);
  clip-path: circle(35.7% at 36% 38%); }
  @media (max-width: 56.25em) {
    .dhpage-banner {
      height: 70vh;
      clip-path: none;
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(255, 215, 0, 0.3), rgba(241, 101, 41, 0.3)), url("assets/img/Projects/SMP-Destination_Hinjewadi/Titlesm.jpeg"); } }

.dhpage-banner__text-box {
  position: absolute;
  top: 40%;
  left: 10%;
  padding: 0.75rem;
  transform: translate(-7.5%, -50%);
  text-align: left;
  margin-top: 3rem; }

.privacy-banner {
  height: 90vh;
  background-image: linear-gradient(to right, rgba(189, 255, 243, 0.62), rgba(75, 0, 130, 0.42)), url("assets/img/privacy-policy/private.jpg");
  background-position: Top;
  position: relative; }
  @media (max-width: 56.25em) {
    .privacy-banner {
      background-image: linear-gradient(to right, rgba(189, 255, 243, 0.62), rgba(75, 0, 130, 0.42)), url("assets/img/privacy-policy/private-sm.jpg"); } }

.privacy-banner__text-box {
  position: absolute;
  top: 40%;
  left: 10%;
  padding: 0.75rem;
  transform: translate(-7.5%, -50%);
  text-align: left;
  margin-top: 3rem; }

.privacy-policy__box {
  position: absolute;
  align-items: center; }
  .privacy-policy__box--text {
    margin-left: 10rem;
    width: 80rem;
    height: 65rem;
    text-align: justify;
    line-height: 1.8rem;
    font-size: 1.4rem; }
    @media (max-width: 56.25em) {
      .privacy-policy__box--text {
        width: 50rem;
        text-align: justify;
        line-height: 2rem;
        font-size: 1.5rem; } }

.loan-card {
  width: 30rem;
  height: 45rem;
  position: relative;
  box-shadow: none;
  border-radius: 0 0 1px 1px;
  border-bottom: 5px solid rgba(135, 194, 6, 0.92);
  transition: all 0.1s ease-in; }
  .loan-card__img--1 {
    width: 100%;
    height: 20rem;
    margin-bottom: 2rem; }
  .loan-card__text-box {
    text-decoration: none;
    color: #333333; }
  .loan-card .loan-heading {
    padding: 10px;
    font-size: 1.8rem;
    font-weight: 500;
    text-shadow: 0 0.2px 1rem rgba(0, 0, 0, 0.125); }
  .loan-card .loan-paragraph {
    padding: 10px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: justify;
    text-justify: inter-word; }
  .loan-card:hover {
    border-radius: 50px;
    transform: scale(1.025);
    box-shadow: 0.2px 0.2px 4rem rgba(0, 0, 0, 0.125);
    border-bottom: none; }
  .loan-card:hover .loan-card__img--1 {
    border-radius: 50px 50px 0 0; }
  .loan-card:hover .loan-paragraph {
    font-size: 1.5rem;
    padding: 15px; }

.lcards {
  display: grid;
  gap: 40px;
  align-items: center;
  justify-items: center; }

.project {
  perspective: 190rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 52rem;
  width: 100%;
  margin-top: 1rem;
  padding-top: 1rem; }
  .project__card {
    color: #ffffff;
    font-size: 2rem;
    height: 45.5rem;
    transition: all 0.5s ease-in-out;
    position: relative;
    top: 0;
    left: 0;
    width: 28rem;
    backface-visibility: hidden;
    display: inline-block;
    margin-right: 1rem;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0.7rem 0.5rem rgba(0, 0, 0, 0.12); }
    .project__card-back {
      transform: rotateY(180deg); }
      .project__card-back--1 {
        background-image: linear-gradient(to bottom right, rgba(6, 247, 174, 0.999), rgba(2, 142, 170, 0.999)); }
    .project__card-picture {
      background-size: cover;
      height: 20rem;
      background-blend-mode: screen;
      -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 90%, 0 100%, 0 0);
      clip-path: polygon(50% 0%, 100% 0, 100% 90%, 0 100%, 0 0);
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      .project__card-picture--1 {
        background-image: linear-gradient(to bottom right, #eb5757, #007991), url(/assets/img/Projects/Teraj-Elevia/p2.jpg); }
      .project__card-picture--2 {
        background-image: linear-gradient(to bottom right, #e44d26, #f16529), url(assets/img/Projects/Saarthi-1873/p2.jpeg); }
      .project__card-picture--3 {
        background-image: linear-gradient(to bottom right, #ffee00, #007991), url(assets/img/Projects/Wadhwani-Om_Mangalam/p1.jpg); }
      .project__card-picture--4 {
        background-image: linear-gradient(to bottom right, #06f7ae, #028eaa), url(assets/img/Projects/Kalptaru-Jade/P1.jpg); }
      .project__card-picture--5 {
        background-image: linear-gradient(to bottom right, #ffee00, red), url(assets/img/Projects/Supreme-Estia/P2.jpg); }
      .project__card-picture--6 {
        background-image: linear-gradient(to bottom right, #19e6f5, #f16529), url(assets/img/Projects/ANP-Universe/P3.jpg); }
      .project__card-picture--7 {
        background-image: linear-gradient(to bottom right, #c33764, #1d2671), url(assets/img/Projects/Austin-County/p1.jpg); }
      .project__card-picture--8 {
        background-image: linear-gradient(to bottom right, gold, black), url(assets/img/Projects/Krisala-41_Cosmo/b2-1400w.webp); }
    .project__card__heading {
      font-size: 1.7rem;
      font-weight: 400;
      text-transform: uppercase;
      text-align: right;
      color: #ffffff;
      position: absolute;
      top: 12rem;
      right: 1rem;
      width: 90%; }
    .project__card__heading-span {
      padding: 1rem 1.5rem;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone; }
      .project__card__heading-span--1 {
        background-blend-mode: multiply;
        background-image: linear-gradient(to right, #eb5757, #007991); }
      .project__card__heading-span--2 {
        background-blend-mode: multiply;
        background-image: linear-gradient(to right, #e44d26, #f16529); }
      .project__card__heading-span--3 {
        background-blend-mode: multiply;
        background-image: linear-gradient(to right, #ffee00, #007991); }
      .project__card__heading-span--4 {
        background-blend-mode: multiply;
        background-image: linear-gradient(to right, #06f7ae, #028eaa); }
      .project__card__heading-span--5 {
        background-blend-mode: multiply;
        background-image: linear-gradient(to right, #ffee00, red); }
      .project__card__heading-span--6 {
        background-blend-mode: multiply;
        background-image: linear-gradient(to right, #19e6f5, #f16529); }
      .project__card__heading-span--7 {
        background-blend-mode: multiply;
        background-image: linear-gradient(to right, #c33764, #1d2671); }
      .project__card__heading-span--8 {
        background-blend-mode: multiply;
        background-image: linear-gradient(to right, gold, black); }
    .project__card-details {
      padding: 1rem; }
      .project__card-details ul {
        list-style: none;
        width: 90%;
        margin: 0 auto; }
        .project__card-details ul li {
          color: #68655e;
          text-align: center;
          font-size: 1.2rem;
          padding: 1rem; }
          .project__card-details ul li:not(:last-child) {
            border-bottom: 1.5px solid #68655e; }
  .project:hover .project__card {
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.18); }
  .project:hover .project__card:not(:hover) {
    box-shadow: none !important; }
  @media (max-width: 56.25em) {
    .project {
      position: relative;
      transform: scale(0.999);
      margin: 2rem 2rem 2rem 6rem !important; } }
  @media (max-width: 37.5em) {
    .project {
      position: relative;
      transform: scale(0.8);
      margin: 2rem 0.5rem 2rem 0.5rem !important; } }

.single-page-banner {
  height: 80vh;
  width: 100%;
  background-image: linear-gradient(to right, rgba(48, 232, 191, 0.72), rgba(241, 101, 41, 0.82)), url("assets/img/header/single-blog.jpg");
  background-position: Top;
  background-size: cover;
  position: relative;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 70% 85%, 25% 90%, 0 77%, 0 0);
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 70% 85%, 25% 90%, 0 77%, 0 0); }
  @media (max-width: 56.25em) {
    .single-page-banner {
      clip-path: none;
      background-image: linear-gradient(to right, rgba(48, 232, 191, 0.72), rgba(241, 101, 41, 0.82)), url("assets/img/header/subscribe.jpg"); } }

.single-page-banner__text-box {
  position: absolute;
  top: 40%;
  left: 15%;
  padding: 0.75rem;
  transform: translate(-7.5%, -50%);
  text-align: left;
  margin-top: 3rem; }

.blog-article {
  width: 80rem;
  height: 170rem;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 247, 0.7)), url("/assets/img/blog/blog-bg.jpg");
  box-shadow: 0.8px 0.8px 4rem rgba(135, 194, 6, 0.22); }
  .blog-article-img-1 {
    width: 80rem;
    height: 50rem; }
  .blog-article h3 {
    padding-top: 3rem; }
  .blog-article p {
    padding: 3rem;
    font-size: 1.5rem;
    color: #999;
    text-align: justify;
    overflow: contain;
    -moz-column-count: 2;
    -moz-column-gap: 4rem;
    -moz-column-rule: 1px solid #0e9736;
    column-count: 2;
    column-gap: 4rem;
    column-rule: 1px solid #0e9736;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
    .blog-article p::first-letter {
      font-size: 2rem;
      font-weight: 700;
      color: #68655e; }
    @media (max-width: 56.25em) {
      .blog-article p {
        padding: 5rem; } }
  .blog-article a {
    text-decoration: none; }
  @media (max-width: 56.25em) {
    .blog-article {
      display: block;
      margin-top: 10rem;
      transform: scale(0.7);
      left: -50rem; } }

.indent {
  text-indent: 60px; }

.author {
  padding: 2rem;
  width: 80rem;
  align-items: center;
  float: inline-end;
  margin: 0 auto; }
  .author_main {
    width: 100%;
    display: inline-block; }
  .author-pen {
    display: inline-block;
    height: 50px;
    width: 50px; }
  .author-social-media {
    display: inline-block;
    width: 2rem; }
    @media (max-width: 56.25em) {
      .author-social-media {
        transform: scale(0.8); } }

h5 {
  color: #333333;
  font-size: 1.6rem;
  text-shadow: 0.3px 0.3px 2rem rgba(0, 0, 0, 0.112); }

.text-field {
  top: 2rem;
  left: 2.3rem;
  position: relative; }

.subscribe {
  word-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 2rem; }

.section-about {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg");
  padding: 8rem; }

.section-feature {
  padding: 10rem 0;
  background-image: linear-gradient(to right, rgba(14, 151, 54, 0.7), rgba(135, 194, 6, 0.7)), url("assets/img/bg_img/bg-feature.jpg");
  background-size: cover; }

.section-projects {
  padding: 25px 0 15px 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg");
  padding: 8rem; }

.section-reviews {
  position: relative;
  padding: 15rem 0; }

.section-book {
  padding: 15rem 0;
  background-image: linear-gradient(to right bottom, rgba(14, 151, 54, 0.9), rgba(135, 194, 6, 0.9)); }

.book {
  background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 50%, transparent 50%), url("assets/img/bg_img/bg-book.jpg");
  background-size: cover;
  border-radius: 0.3rem;
  box-shadow: 0.5rem 1.5rem 5rem rgba(0, 0, 0, 0.35);
  height: 58rem; }
  .book__form {
    width: 50%;
    padding: 6rem; }

.section-about-us {
  position: relative;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg");
  padding: 8rem; }

.recent-projects {
  padding: 8rem 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg"); }

.section-hero {
  position: relative;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg");
  height: 70rem;
  padding-top: 2rem; }

.section-loan {
  position: relative;
  background-color: #fdfffa;
  padding: 8rem; }

.display-gallery {
  position: relative;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg");
  padding-top: 12rem;
  height: 70rem; }

.gallery {
  position: relative;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg");
  padding-top: 4rem;
  padding-bottom: 2rem; }

.contact-us {
  position: relative;
  background-image: linear-gradient(to right, rgba(235, 245, 194, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg");
  padding-top: 4rem;
  padding-bottom: 3rem; }

.stories {
  position: relative;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg");
  height: 50rem;
  padding-top: 3rem; }

.article {
  position: relative;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg");
  padding: 8rem; }

.display-portfolio {
  position: relative;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg");
  padding: 8rem; }

.subscribe-now {
  position: relative; }
  @media (max-width: 56.25em) {
    .subscribe-now {
      height: 16rem; } }

.subscribe-now1 {
  position: relative; }
  @media (max-width: 56.25em) {
    .subscribe-now1 {
      height: 27rem; } }

.subscribe-now2 {
  position: relative; }
  @media (max-width: 56.25em) {
    .subscribe-now2 {
      height: 50rem; } }

.subscribe-us {
  height: 8rem;
  position: relative;
  padding: 1rem;
  background-image: linear-gradient(to right, rgba(14, 151, 54, 0.85), rgba(135, 194, 6, 0.9)), url("assets/img/bg_img/subscribe.jpg");
  opacity: 0.9; }
  @media (max-width: 56.25em) {
    .subscribe-us {
      height: 20rem;
      padding: 1rem;
      margin-bottom: 10rem; } }

.cotain {
  width: 85%; }

.space {
  height: 20rem; }

.privacy-policy {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg");
  height: 450rem;
  position: relative; }
  @media (max-width: 56.25em) {
    .privacy-policy {
      height: 620rem; } }
  .privacy-policy--text {
    box-sizing: border-box;
    padding: 0 20rem 20rem 20rem;
    text-align: justify;
    height: 660rem; }
    @media (max-width: 56.25em) {
      .privacy-policy--text {
        padding: 0 25rem 25rem 25rem;
        text-align: justify; } }
    @media (max-width: 37.5em) {
      .privacy-policy--text {
        padding: 0 30rem 30rem 30rem;
        text-align: justify; } }

.Flat-layout {
  position: relative;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg");
  padding: 8rem; }

.project-yashwin {
  position: relative;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg");
  padding: 8rem; }

.circle_layout {
  position: relative;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 247, 0.8)), url("assets/img/bg_img/bg-section (2).jpg");
  padding: 4rem; }
