@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");


@font-face {
  font-family: VISBYCF-BOLD;
  src: url(../fonts/VISBYCF-BOLD.TTF);
}
@font-face {
  font-family: VISBYCF-BOLDOBLIQUE;
  src: url(../fonts/VISBYCF-BOLDOBLIQUE.TTF);
}
@font-face {
  font-family: VISBYCF-LIGHT;
  src: url(../fonts/VISBYCF-LIGHT.TTF);
}
@font-face {
  font-family: VISBYCF-DEMIBOLD;
  src: url(../fonts/VISBYCF-DEMIBOLD.TTF);
}

@font-face {
  font-family: VISBYCF-HEAVY;
  src: url(../fonts/VISBYCF-HEAVY.TTF);
}


@font-face {
  font-family: VISBYCF-MEDIUM;
  src: url(../fonts/VISBYCF-MEDIUM.TTF);
}




:root {
  --primary: #75AF51;
  --white: #ffffff;
  --black: #000;
  --gray: #707070;
  --bg-light-gray:#EAF1DF;
  --FF-OS: "Open Sans", sans-serif;
  --FF-VISBYCF-BOLD: "VISBYCF-BOLD", sans-serif;
  --FF-VISBYCF-BOLDOBLIQUE: "VISBYCF-BOLDOBLIQUE", sans-serif;
  --FF-VISBYCF-LIGHT: "VISBYCF-LIGHT", sans-serif;
  --FF-VISBYCF-DEMIBOLD: "VISBYCF-DEMIBOLD", sans-serif;
  --FF-VISBYCF-HEAVY: "VISBYCF-HEAVY", sans-serif;
  --FF-VISBYCF-MEDIUM:"VISBYCF-MEDIUM", sans-serif;
}

html {
  scroll-behavior: smooth;
}
html.has-scroll-smooth {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

a,
a * {
  cursor: pointer !important;
}

a:hover {
  cursor: pointer !important;
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: var(--FF-VISBYCF-LIGHT);
}

.bg-black {
  background-color: var(--black) !important;
}
.bg-white {
  background-color: var(--white) !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}

.of-none {
  overflow: hidden !important;
}

.clr-primary {
  color: var(--primary) !important;
}

.clr-black {
  color: var(--black) !important;
}

.clr-white {
  color: var(--white) !important;
}

.clr-new{
  color: #4e4e4e;
  font-family: var(--FF-CD);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea,
label {
  margin: 0;
  padding: 0;
  font-family: var(--FF-OS);
}
li {
  list-style: none;
}
* {
  margin: 0;
  padding: 0;
}
a,
a:hover {
  text-decoration: none;
  font-family: var(--montserrat);
}
a:focus {
  text-decoration: none;
}
button,
input {
  outline: none !important;
}
::-webkit-scrollbar {
  width: 8px;
  background: #000;
}
::-webkit-scrollbar-track {
  background: #363636;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

.container {
  max-width: calc(100vw - 12vw);
}

.loader {
  z-index: 500;
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  background-image:url(../images/loading_cards.gif);
}

.loader h2 {
  font-family: var(--FF-VISBYCF-HEAVY);
  font-size: 1.5625vw;
  color: var(--black);
}

.opacity-0 {
  opacity: 0;
}

.d-none {
  display: none;
}
.d-block {
  display: block;
}

.main-header {
  /* position: fixed; */
  position: absolute;
  height: fit-content;
  width: 100%;
  z-index: 100 !important;
  /* background-color: var(--black); */
  /* padding: 0.5rem 0 0.5rem 0; */
}

.navbar-expand-md .navbar-nav{
  align-items: center;
}

.custom-nav {
  padding: 0;
}


.main-header .nav-main .nav-item {
  /* padding-left: 1.04vw;
  padding-right: 1.04vw; */
  position: relative;
}

.navbar-expand-md .navbar-nav .nav-item  {
  /* grid-gap: 3rem; */
  justify-content: center;
  align-items: center;
  margin-right: 3.3vw;
}
.mr-0 {
  margin-right: 0 !important;
}

.main-header .nav-main .nav-item .nav-link {
  color: var(--black);
  padding: 0;
  font-size: 1.3020833333333333vw;
  font-family: var(--FF-VISBYCF-DEMIBOLD);
  transition: all 0.5s ease-in-out;
}
.main-header .nav-main .nav-item .nav-link:hover {
  color: var(--primary);
}

.mr-1vw{
  margin-right: 1vw !important;
}


input[type=text], select, textarea, email {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
 background-color: #7cb256;
    color: white;
    padding: 12px 45px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 21px;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/*.container {*/
/*  border-radius: 5px;*/
/*  background-color: #f2f2f2;*/
/*  padding: 20px;*/
/*}*/

h3.contact-fo {
    font-size: 3.90625vw;
    line-height: 4.6875vw;
    font-family: var(--FF-VISBYCF-HEAVY);
    color: var(--black);
    margin-bottom: 20px;
    margin-top: -80px;
}

.main-header .nav-contact .nav-item .btn-nav{
  display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 0.3rem;
    background-color: var(--black);
    border-radius: 10px;
    padding: 0.5rem 1rem;
    height: 3.125vw;
    transition: all 0.3s ease-in-out;
}
.main-header .nav-contact .nav-item .btn-nav img {
  width: 2vw;
  transition: all 0.3s ease-in-out;
  transform: translateX(0px);
}

.main-header .nav-contact .nav-item .btn-nav:hover img {
  transform: translateX(-5px);
}
.main-header .nav-contact .nav-item .btn-nav:hover {
  background-color: var(--primary);
}

.main-header .nav-contact .nav-item .btn-nav .btn-content h4{
font-family: var(--FF-OS);
color: var(--white);
font-size: 0.5vw;
text-transform: uppercase;
}
.main-header .nav-contact .nav-item .btn-nav .btn-content h3{
  font-family: var(--FF-VISBYCF-BOLD);
  color: var(--white);
  font-size: 1.14vw;
  text-transform: uppercase;
  }

.logo-header {
  width: 70%;
  transform: translateY(1vw);
}

.btn-custom {
  font-size: 0.8vw;
  font-weight: 500;
  font-family: var(--FF-CD);
  letter-spacing: 1px;
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid;
  border-radius: 2.6vw;
  transition: all 0.5s ease-in-out;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 16vw;
  text-transform: uppercase;
  border-color: var(--primary);
}
.btn-custom:hover,
.btn-custom:focus {
  color: var(--white);
  font-weight: 500;
  font-family: var(--FF-CD);
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-custom span {
  font-size: 1.3vw;
  line-height: 1.3vw;
  font-weight: 600;
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
}

.btn-custom:hover span {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.banner {
  height: 100vh;
  display: flex;
  align-items: center;
  /* background-color: var(--black); */
  background-image: url(../images/Slider/BG.png);
  background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  position: relative;
  padding-top: 0rem;
}

.banner1 {
  height: 60vh !important;
   display: flex;
  align-items: center;
  /* background-color: var(--black); */
  background-image: url(../images/Slider/BG.png);
  background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  position: relative;
  padding-top: 0rem;
}

.banner .sub-heading {
  font-size:1.3020833333333333vw;
  font-family: var(--FF-VISBYCF-BOLD);
  color: var(--black);
}
.banner h1, .banner h1 span {
  font-size: 3.90625vw;
  line-height: 4.6875vw;
  font-family: var(--FF-VISBYCF-HEAVY);
  color: var(--black);
}

.banner1 h1, .banner1 h1 span {
  font-size: 3.90625vw;
  line-height: 4.6875vw;
  font-family: var(--FF-VISBYCF-HEAVY);
  color: var(--black);
}

.banner p {
  font-size: 1.45vw;
  line-height: 2.08vw;
  font-family: var(--FF-VISBYCF-DEMIBOLD);
  color: var(--black);
  margin: 3rem 0;
}

.purchase-btns {
  display: flex;
  flex-direction: row;
  grid-gap: 1rem;
}

.purchase-btns .btn-stores{
  display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 0.5rem;
    background-color: var(--black);
    border-radius: 10px;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease-in-out;
}
.purchase-btns .btn-stores img {
  width: 2vw;
  transition: all 0.3s ease-in-out;
  transform: translateX(0px);
}


.purchase-btns .btn-stores:hover img {
  transform: translateX(-5px);
}
.purchase-btns .btn-stores .btn-content h4{
font-family: var(--FF-OS);
color: var(--white);
font-size: 0.52vw;
text-transform: uppercase;
}

.purchase-btns .btn-stores .btn-content h3{
  font-family: var(--FF-VISBYCF-BOLD);
  color: var(--white);
  font-size: 1.14vw;
  text-transform: uppercase;
  }

  .purchase-btns .btn-stores:hover {
    background-color: var(--primary);
  }

.italicbold {
  font-weight: 600;
  font-style: italic;
}

.bg-green-oval {
  /* background-image: url(../images/Slider/Rectangle\ 44.png);
  background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; */
  position: relative;
  text-align: center;
}
.bg-green-oval img.bg{
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /* transform: scale(1.1); */
}

.bg-green-oval .bg-content {
  z-index: 5;
  position: relative;
  width: 18.802083333333332vw;
  margin: 0 auto;
}
.bg-green-oval .bg-content img.mobile {
  z-index: 5;
  position: relative;
  transform: scale(1);
  width: 18.59375vw;
}

.box-small {
  position: absolute;
  top: 23%;
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  grid-gap: 0.5rem;
  justify-content: center;
  width: 18.59375vw;
}
.box-small img{
  width: 4.1vw;
  transform: scale(1);
  transition:all 1.5s ease-in-out;
}

/* .banner .box-1-grow {
  left: 0%;
  top: 23%;
}

.banner:hover .box-1-grow{
  transform: scale(1.5);
  left: -10%;
  } */
  

.box-large {
  position: absolute;
  top: 43%;
  z-index: 10;
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  grid-gap: 0.5rem;
  justify-content: center;
  width: 18.59375vw;
  transform: scale(1);
  transition:all 1.5s ease-in-out;
}

.banner.animation .box-large {
  transform: scale(1.7);
  right: -25%;
  top: 48%;
}
.banner1.animation .box-large {
  transform: scale(1.7);
  right: -25%;
  top: 48%;
}
.box-large img{
  width: 4.42vw;
  position: relative;

}

.box-large img:hover{
  border: 1px solid var(--primary);
  border-radius: 15px;
}
.box-large img:first-child:hover{
  border: none !important;
  border-radius: 0 !important;
}

.banner.animation .box-large .img-1 {
  animation-delay:5s ;
  animation: MoveUpDownImg-1 3s linear infinite;
}
.banner1.animation .box-large .img-1 {
  animation-delay:5s ;
  animation: MoveUpDownImg-1 3s linear infinite;
}

@keyframes MoveUpDownImg-1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}


.banner.animation .box-large .img-2 {
  animation-delay:5s ;
  animation: MoveUpDownImg-2 3s linear infinite;
}
.banner1.animation .box-large .img-2 {
  animation-delay:5s ;
  animation: MoveUpDownImg-2 3s linear infinite;
}

@keyframes MoveUpDownImg-2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.banner.animation .box-large .img-3 {
  animation: MoveUpDownImg-3 3s linear infinite;
}
.banner1.animation .box-large .img-3 {
  animation: MoveUpDownImg-3 3s linear infinite;
}
@keyframes MoveUpDownImg-3 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

.coins {
  position: absolute;
  width: 18.59375vw;
  height: 37.552083333333336vw;
  top: 0;
}

.coin-left-bottom{
  position: absolute;
  bottom: 15%;
  z-index: 15;
  left: -15%;
  transition-duration: 0.8s;
  transition-property: transform;
  transition:2s ease-in-out;
  animation-direction: revert;
width: 7.0vw;
}


.coin-top-right{
  position: absolute;
  top: 10%;
  z-index: 15;
  right: -10%;
  transition-duration: 0.8s;
  transition-property: transform;
  transition:2s ease-in-out;
  animation-direction: revert;
  width:4.375vw;
}

.coin-mid-right{
  position: absolute;
  top: 36%;
  z-index: 15;
  right: -35%;
  transition-duration: 0.8s;
  transition-property: transform;
  transition:2s ease-in-out;
  animation-direction: revert;
  width: 3.3vw;
}

.coin-bottom-right{
  position: absolute;
  bottom: 10%;
  z-index: 15;
  right: -10%;
  transition-duration: 0.8s;
  transition-property: transform;
  transition:2s ease-in-out;
  animation-direction: revert;
  width: 4.11vw;
}


.banner.animation .coin-left-bottom{
  transform: rotate(-30deg);
  -webkit-transform:rotate(-30deg);
  animation: UpDownCoin-left-bottom 1.5s linear infinite;
}
.banner1.animation .coin-left-bottom{
  transform: rotate(-30deg);
  -webkit-transform:rotate(-30deg);
  animation: UpDownCoin-left-bottom 1.5s linear infinite;
}
@keyframes UpDownCoin-left-bottom {
  0% {
    bottom: 15%;
  }
  50% {
    bottom: 14%;
  }
  100% {
    bottom: 15%;
  }
}

.banner.animation .coin-top-right{
  transform: rotate(-30deg);
  -webkit-transform:rotate(-30deg);
  animation: UpDownCoin-top-right 1.3s linear infinite;
}
.banner1.animation .coin-top-right{
  transform: rotate(-30deg);
  -webkit-transform:rotate(-30deg);
  animation: UpDownCoin-top-right 1.3s linear infinite;
}

@keyframes UpDownCoin-top-right {
  0% {
  bottom: 10%;
  }
  50% {
    top: 11%;
  }
  100% {
    top: 10%;
  }
}

.banner.animation .coin-mid-right{
  transform: rotate(30deg);
  -webkit-transform:rotate(30deg);
  animation: UpDownCoin-mid-right 1.8s linear infinite;
}
.banner1.animation .coin-mid-right{
  transform: rotate(30deg);
  -webkit-transform:rotate(30deg);
  animation: UpDownCoin-mid-right 1.8s linear infinite;
}

@keyframes UpDownCoin-mid-right {
  0% {
    top: 36%;
  }
  50% {
    top: 35%;
  }
  100% {
    top: 36%;
  }
}

.banner.animation .coin-bottom-right{
  transform: rotate(-30deg);
  -webkit-transform:rotate(-30deg);
  animation: UpDownCoin-bottom-right 1.6s linear infinite;
}
.banner1.animation .coin-bottom-right{
  transform: rotate(-30deg);
  -webkit-transform:rotate(-30deg);
  animation: UpDownCoin-bottom-right 1.6s linear infinite;
}

@keyframes UpDownCoin-bottom-right {
  0% {
    bottom: 10%;
  }
  50% {
    bottom: 12%;
  }
  100% {
    bottom: 10%;
  }
}


.banner.animation .mobile{
 
  animation: MoveUpDownMobile 3s linear infinite;
}

.banner1.animation .mobile{
 
  animation: MoveUpDownMobile 3s linear infinite;
}

@keyframes MoveUpDownMobile {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
}


.banner.animation .box-small {
  animation: MoveUpDownMobile 3s linear infinite;
}

.banner1.animation .box-small {
  animation: MoveUpDownMobile 3s linear infinite;
}




.awards {
  overflow: hidden !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 1rem 0;
}

.sub-heading {
  font-family: var(--FF-CD);
  font-size: 1.5vw;
  font-weight: 400;
}
.main-heading {
  font-family: var(--FF-CD);
  font-size: 3.12vw;
  line-height: 3.3vw;
  font-weight: 500;
}
.main-para {
  font-family: var(--FF-OS);
  font-size: 1.3vw;
  font-weight: 400;
}




@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}


.app-works {
  padding: 10rem 0;
}

.sec-heading , .sec-heading * {
  font-family: var(--FF-VISBYCF-HEAVY);
  color: var(--black);
  font-size: 3.90625vw;
  line-height: 3.90625vw;
  
}

.app-works .grid-app-works {
  display: flex;
  flex-direction: row;
  align-items: center;
  grid-gap: 5rem;
  padding: 0 3rem;
  
}

.app-works .grid-app-works .partition {
  width: 30%;
  display: flex;
    flex-direction: column;
    justify-content: center;
    grid-gap: 3rem;
}

.app-works .grid-app-works .partition-image {
  width: 40%;
}


.app-works .grid-app-works .partition .number .count{
  margin-bottom: 2rem;
  background-color: var(--bg-light-gray);
  color: var(--black);
  font-size: 2.34375vw;
  padding: 1.0vw 1.5vw;
  display: inline-block;
  font-family: var(--FF-VISBYCF-BOLD);
  border-radius: 0.9vw;
  transition: all 0.3s ease-in-out;
}

.app-works .grid-app-works .partition .number:hover .count{
  background-color: var(--primary);
  color: var(--white);
}
.app-works .grid-app-works .partition .number:hover {
  cursor: default;
}

.app-works .grid-app-works .partition .number .title {
  font-family: var(--FF-VISBYCF-HEAVY);
  font-size: 1.5625vw;
  color: var(--black);
  margin-bottom: 1rem;
}
.app-works .grid-app-works .partition .number .para{
  font-family: var(--FF-VISBYCF-MEDIUM);
  font-size: 1.3vw;
  line-height: 2vw;
  color: var(--black);
  margin-bottom: 1rem;
}

.app-works .grid-app-works .partition .center-image {
 text-align: center;
 position: relative;
 filter: drop-shadow(20px 20px 30px #808080a6);
}
.app-works .grid-app-works .partition .center-image .front {
  position: relative;
  z-index: 5;
  width: 18.645833333333332vw;
  /* -webkit-filter: drop-shadow(5px 5px 5px #222 );
  filter: drop-shadow(5px 5px 5px #222); */
}

.app-works .grid-app-works .partition .center-image .back{
  width: 20vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;

}

.app-works .grid-app-works .partition .center-image .startAnimation{
  width: 30.260416666666668vw;
transition: width 4s ease-in;

}
.app-works .grid-app-works .partition .center-image .startAnimation img{ 
animation: rotation 15s infinite linear;
width: 30.260416666666668vw;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.download {
  padding: 6rem 0;
  background-image: url(../images/Download/bg.png);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.download .download-img  {
  position: relative;
  text-align: center;
}
.download .download-img .backimage{
position: relative;
z-index: 1;
}

.download .download-img .frontimage{
  position: absolute;
  z-index: 2;
  top: 20%;
  right: 0;
  background-color: #e9ecef5c;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  animation: MoveUpDown 3s linear infinite;
  -webkit-filter: drop-shadow(40px 60px 30px #00000038);
  filter: drop-shadow(40px 60px 30px #00000038);
  /* mix-blend-mode: multiply; */
  }
  .download .download-img .frontimage img {
    width: 14.270833333333334vw;
  }
  @keyframes MoveUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-30px);
    }
  }
  .download .sec-heading{
margin-bottom: 3rem;
  }
  .download p{
    font-family: var(--FF-VISBYCF-MEDIUM);
    font-size: 1.3vw;
    line-height: 2vw;
    color: var(--black);
    margin-bottom: 3rem;
  }
   .app-works p{
    font-family: var(--FF-VISBYCF-MEDIUM);
    font-size: 1.3vw;
    padding-top:10px;
    line-height: 2.5vw;
    color: var(--black);
    margin-bottom: 3rem;
  }
  
  

.download .download-wrap {
  width: 70%;
  margin: 0 auto;
}

.features {
  padding:0 0 5rem 0;
  position: relative;
  overflow: hidden;
}
.features .sec-heading {
  margin-bottom: 5rem;
}
.features .box {
  display: flex;
  flex-direction: row;
  grid-gap: 3rem;
  margin-bottom: 6rem;
}

.features .box .bg{
  background-color: var(--white);
  padding: 1.5rem;
  border-radius: 15px;
  filter: drop-shadow(20px 20px 30px #808080a6);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
  width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features .content {
  width: 80%;
}
.features .content .title {
  font-family: var(--FF-VISBYCF-BOLD);
    font-size: 1.3vw;
    color: var(--black);
    margin-bottom: 1rem;
}
.features .content .para {
  font-family: var(--FF-VISBYCF-MEDIUM);
  font-size: 1.3vw;
  line-height: 2vw;
  color: var(--black);
}
.features .box:hover .bg{
 
  transform: translateY(-30px);
}


.features .screens {
  position: relative;
  z-index: 5;
}
.features .screens .bg-img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
}

.features .container-feature {
  max-width: calc(100vw - 6vw);
  margin: 0 0 0 auto;

}

.features .screens .grid-screen {
  position: relative;
  z-index: 5;
  display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    transform: rotate(-25deg);
 
    right: -15%;
}
.features .screens .grid-screen .items{
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
}

.features .screens .grid-screen .items img{
  filter: grayscale(1) drop-shadow(20px 20px 30px #808080a6);
  transform: scale(0.95);

  transition: all 0.3s ease-in-out;
}

.features .screens .grid-screen .items img:hover {
  filter: saturate(1) drop-shadow(20px 20px 30px #808080a6);
  transform: scale(1);
}
.features .screens  .bg-img {
  filter: grayscale(1)
}

.features .screens .grid-screen .items img.hovered {
  filter: saturate(1) !important;
}

footer {
  background-image: url(../images/Footer/bg.png);
  background-position: bottom;
  background-size: 100vw 60vw;
  background-repeat: no-repeat;
  position: relative;
}

.container-footer {
  max-width: calc(100vw - 30vw);
  margin: 0 auto;
}

footer .screens {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  grid-gap: 3rem;
}
footer .screens .img img {
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
  -webkit-filter: drop-shadow(40px 60px 30px #00000038);
  filter: drop-shadow(40px 60px 30px #00000038);
}
footer .screens .img:hover img {
  transform: translateY(-0.78125vw);
  -webkit-filter: drop-shadow(40px 60px 30px #0000005e);
  filter: drop-shadow(40px 60px 30px #0000005e);
}

footer .screens .img .img-first {
  width: 18.6vw;
}
footer .screens .img .img-second {
  width: 22.2vw;
}

footer .contact {
  background-color: #96c54745;
  border-radius: 30px;
  padding-bottom: 2rem;
}


footer .contact .contact-wrap{
  width: 50%;
  margin: 0 auto;
  padding: 5rem 0 1rem;
  display: flex;
    flex-direction: column;
    grid-gap: 2rem;
    align-items: center;
    justify-content: center;
}

footer .contact .contact-wrap h2 {
  font-family: var(--FF-VISBYCF-HEAVY);
  color: var(--white);
  font-size: 2.6vw;
  line-height:2.6vw;
  text-align: center;
}
footer .contact .contact-wrap p {
  font-family: var(--FF-VISBYCF-MEDIUM);
  font-size: 1.14vw;
  line-height: 1.6vw;
  color: var(--white);
  text-align: center;
}

footer .contact .contact-wrap .form-Subscribe{
  background-color: #ffffff5c;
  outline: none;
  border: none;
  box-shadow: none;
  color: var(--white);
  font-size: 0.9vw;
  font-family: var(--FF-VISBYCF-BOLD);
  border-radius: 10px;
  z-index: 1;
}
footer .contact .contact-wrap .form-Subscribe::placeholder {
  color: var(--white);
}
footer .contact .contact-wrap .form-Subscribe:focus, footer .contact .contact-wrap .form-Subscribe:hover {
  background-color:#ffffff96;
  color: var(--black);
}

footer .contact .contact-wrap .form-Subscribe:focus::placeholder, footer .contact .contact-wrap .form-Subscribe:hover::placeholder{
  color: var(--black);
}
footer .contact .contact-wrap .btn-Subscribe {
  background-color: var(--white);
  color: var(--black);
  font-size: 0.9vw;
  font-family: var(--FF-VISBYCF-BOLD);
  padding: 15px !important;
  border-radius: 10px !important;
  margin-left: -20px !important;
  width: 20%;
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
footer .contact .contact-wrap .btn-Subscribe:hover, footer .contact .contact-wrap .btn-Subscribe:focus {
  background-color: var(--black);
  color: var(--primary);
}

footer .copyrights {
  padding: 3rem 0;
}
footer .copyrights .copyrights-para {
font-family: var(--FF-VISBYCF-MEDIUM);
font-size: 1.04vw;
color: var(--white);
}

footer .copyrights .purchase-btns .btn-stores {
  width: 50%;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--black);
}
footer .copyrights .purchase-btns .btn-stores:hover {
  border: 1px solid var(--white);
}

footer .copyrights .purchase-btns .btn-stores img {
  transition: all 0.3s ease-in-out;
  transform: translateX(0px);
}

footer .copyrights .purchase-btns .btn-stores:hover img {
  transform: translateX(-5px);
}


footer .copyrights .socials {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  grid-gap: 2.5rem;
}
footer .copyrights .socials a {
  color: var(--white);
}
footer .copyrights .socials i {
  font-size: 1.5vw;
  color: var(--white);
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}

footer .copyrights .socials a:hover i {
  transform: translateY(-10px);
}