@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html{
  scroll-behavior: smooth;
}


.containerindex{
  width: 100%;
  min-height: 100vh;
  background-color: white;
}

.containerindex .title{
 width: 100%;
 display: flex;
 align-items: center; 
 justify-content: center;
 text-transform: uppercase;
 font-size: 22px;
 color: black;
 padding: 20vh 0;
 padding-bottom: 3vh;
}

.containerindex h2{
  font-weight: 500;
}

.containerindex .title h1::after{
  content: "";
  height: 6px;
  width: 180px;
  background-color: black;
  border-radius: 6px;
  position: relative;
  display: block;
  margin: auto;
}

.content{
  width: 85%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 30px auto;
}

.content .desc{
  background-color: white;
  border-radius: 10px;
  height: 30vh;
  padding: 25px 25px;
  opacity: 0.95;
  margin-top: 13vh;
  text-align: center;
}

/*.content .desc h2{
  color: black;
  font-size: 22px;
  line-height: 1.5;
  
}*/

.content .desc p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5;
  color: black;
  font-weight: 400;
}

.content .desc .ttext{
color: gray;
margin-top: -1vh;
font-size: 0.8em;
}

.emailinput{

   width: 100%;
   margin-top: 10px;
   display: inline-block;
   text-align: center;
}

.emailinput input{
height: 5vh;
border-radius: 5px;
margin-right: 5px;
text-align: center;
}

.btn-trial{
  width: 22vw;
  font-weight: 400;
  background:  linear-gradient(#4EB9AB, #6EBA77, #5CB05F);
  color: white;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px;
  font-size: 90%;
  margin: 0 auto;
  margin-bottom: 3vh;
  text-decoration: none;
  text-align: center;
}

.image-sec img{
  width: 90%;
  height: 70vh;
  margin-left: 5vw;
  margin-top: -3vh;
  
}

 /*------------------------------------------SELL ANYWHERE-----------------------------------------------------*/
  .containersell{
    height: 25vh;
    background: white;
    margin-bottom: 5vh;
    margin-top: -5vh;
  }

 .containersell .heading{
  width: 100%;
  display: flex;
  align-items: center; 
  justify-content: center;
  text-transform: uppercase;
  font-size: 22px;
  color: black;
  background: white;
  padding: 10vh 0;
 
}

.containersell h2{
  text-align: center;
  margin-top: -5vh;
  text-transform: uppercase;
  font-weight: 500;
}

.containersell p{
  color: black;
  font-size: 16px;
  margin-top: -10vh;
  text-align: center;
  margin-bottom: 5vh;
}

.card-sec{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1vh;

  background-size: cover;
  margin-bottom: -15vh;
  padding-bottom: 10vh;
}


.card-sec2{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1vh;
  
    background-size: cover;
    margin-bottom: -15vh;
    margin-top: 5vh;
    padding-bottom: 10vh;
  }

.card {
  display: grid;
  grid-template-columns: 300px;
  grid-template-rows: 210px 210px;
  grid-template-areas: "image" "text";
  border-radius: 18px;
  background: white;
  color:black;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.9);
  font-family: roboto;
  text-align: justify;
  margin:40px;
  transform-style: preserve-3d;
  transform: perspective(1000px);
  margin-bottom: 10vh;
  margin-top: -3.5vh;
  height: 55vh;
}


.js-tilt-glare {
  border-radius: 18px;
}

.card-text {
  grid-area: text;
  margin: 25px;
  transform: translateZ(30px);
  text-align: center;
}

.card-text h2 {
  margin-top: -6vh;
  font-size:22px;
  text-align: center;
  margin-bottom: 2vh;
  text-transform: capitalize;
}

.card-text p {
  color: black;
  text-decoration: none;
  font-size:15px;
  font-weight: 300;
}

.card-text a:hover{
  color: green;
}


.card-image.card1 {
  background: url("../images/Shopespot-point-of-sale-icon1.png") no-repeat;
  background-size: 70%;
  background-position: center;
  overflow: hidden;
}

/*card2*/
.card-image.card2 {
  background: url("../images/Shopespot-point-of-sale-icon2.png") no-repeat;
  background-size: 70%;
  background-position: center;
  overflow: hidden;
}


/*card3*/
.card-image.card3 {
  background: url("../images/Shopespot-point-of-sale-icon3.png") no-repeat;
  background-size: 70%;
  background-position: center;
  overflow: hidden;
}

/*card4*/
.card-image.card4 {
  background: url("../images/Shopespot-point-of-sale-icon4.png") no-repeat;
  background-size: 70%;
  background-position: center;
  overflow: hidden;
}

/*card5*/
.card-image.card5 {
    background: url("../images/Shopespot-point-of-sale-icon5.png") no-repeat;
    background-size: 70%;
    background-position: center;
    overflow: hidden;
  }

  /*card6*/
.card-image.card6 {
    background: url("../images/Shopespot-point-of-sale-icon6.png") no-repeat;
    background-size: 70%;
    background-position: center;
    overflow: hidden;
  }


/*------------------------------------------------DASHBOARD-----------------------------------------*/
.containermanage{
  width: 100%;
  min-height: 100vh;
  background-color: white;
  margin-top: -25vh;
}

.containermanage .title{
 width: 100%;
 display: flex;
 align-items: center; 
 justify-content: center;
 text-transform: uppercase;
 font-size: 22px;
 color: black;
 padding: 20vh 0;
 padding-bottom: 4vh;
}

.containermanage h2{
  font-weight: 500;
}

.containermanage .title h1::after{
  content: "";
  height: 6px;
  width: 180px;
  background-color: black;
  border-radius: 6px;
  position: relative;
  display: block;
  margin: auto;
}

.content .desc2{
  background-color: white;
  border-radius: 10px;
  height: 30vh;
  padding: 25px 25px;
  opacity: 0.95;
  margin-top: 2vh;
  text-align: left;
}

.content .desc2 p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5;
  color: black;
  font-weight: 500;
}

.containermanage img{
  height: 60vh;
  width: 40vw;
  margin-left: 3vw;
}

.containermanage p{
  margin-bottom: 5vh;
}

.btn-exp{
  width: 25vw;
  font-weight: 400;
  background: green;
  color: white;
  border: 2px solid green;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px;
  font-size: 90%;
  margin: 0 auto;
  margin-bottom: 3vh;
  text-decoration: none;
  text-align: center;
}


/*------------------------------------------------REPORTING-----------------------------------------*/

.containerpos{
  width: 100%;
  min-height: 100vh;
  background-color: white;
  margin-top: -15vh;
}

.containerpos .title{
 width: 100%;
 display: flex;
 align-items: center; 
 justify-content: center;
 text-transform: uppercase;
 font-size: 22px;
 color: black;
 padding: 20vh 0;
 padding-bottom: 4vh;
}

.containerpos h2{
  font-weight: 500;
}

.containerpos .title h1::after{
  content: "";
  height: 6px;
  width: 180px;
  background-color: black;
  border-radius: 6px;
  position: relative;
  display: block;
  margin: auto;
}

.containerpos img{
  height: 70vh;
  margin-top: -8vh;
}

.btn-pos{
  width: 25vw;
  font-weight: 400;
  background:  linear-gradient(#4EB9AB, #6EBA77, #5CB05F);
  color: white;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px;
  font-size: 90%;
  margin: 0 auto;
  margin-bottom: 3vh;
  text-decoration: none;
  text-align: center;
}

/*------------------------------------------------NO HARDWARE-----------------------------------------*/
.containerhardware{
    width: 100%;
    min-height: 100vh;
    background-color: white;
    margin-top: -25vh;
    margin-bottom: -5vh;
  }
  
  .containerhardware .title{
   width: 100%;
   display: flex;
   align-items: center; 
   justify-content: center;
   text-transform: uppercase;
   font-size: 22px;
   color: black;
   padding: 20vh 0;
   padding-bottom: 4vh;
   margin-top: 5vh;
  }

  .containerhardware h2{
    font-weight: 500;
  }
  
  .containerhardware .title h1::after{
    content: "";
    height: 6px;
    width: 180px;
    background-color: black;
    border-radius: 6px;
    position: relative;
    display: block;
    margin: auto;
  }
  
  .content .desc2{
    background-color: white;
    border-radius: 10px;
    height: 30vh;
    padding: 25px 25px;
    opacity: 0.95;
    margin-top: 2vh;
    text-align: left;
  }
  
  .content .desc2 p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5;
    color: black;
    font-weight: 500;
  }

  .containerhardware .image-sec{
      margin-top: -5vh;
  }
  
  .containerhardware img{
    height: 65vh;
    width: 35vw;
    margin-left: 3vw;
  }
  
  .containerhardware p{
    margin-bottom: 5vh;
  }
  
  .btn-exp{
    width: 25vw;
    font-weight: 400;
    background:  linear-gradient(#4EB9AB, #6EBA77, #5CB05F);
    color: white;
    border: 1px solid;
    border-radius: 5px;
    cursor: pointer;
    padding: 8px;
    font-size: 90%;
    margin: 0 auto;
    margin-bottom: 3vh;
    text-decoration: none;
    text-align: center;
  }


/*-----------------------------------------------BOTTOM SECTION------------------------------------------------*/


#join{
  background-color: white;
  padding-top: 4vh;
  padding-bottom: 5vh;
}

.bottominput{
 
  width: 100%;
  margin-top: -2vh;
  margin-bottom: 2vh;
  display: inline-block;
  text-align: center;
}

.bottominput input{
height: 5vh;
border-radius: 5px;
margin-right: 5px;
text-align: center;
}

.bottom{
  margin: 0 auto;
}

#join .btn-trial2{
  width: 15vw;
  text-transform: uppercase;
  font-weight: 400;
  background: linear-gradient(#4EB9AB, #6EBA77, #5CB05F);
  color: white;
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
  padding: 6px;
  font-size: 90%;

  margin-bottom: 3vh;
  text-decoration: none;
}


#join h1{
  font-size: 26px;
    text-align: center;
    margin-top: 3vh;
    margin-bottom: 3vh;
    text-transform: uppercase;
    font-weight: 500;
}

/*------------------------------------------------MEDIA SCREEN -----------------------------------------*/


@media screen and (max-width: 991px) {
    .content{
    
        grid-template-columns: repeat(1, 1fr);
        
    }

    .btn-trial{
      min-width: fit-content;
      padding-left: 10px;
      padding-right: 10px;
      margin: 10px;
      margin-bottom: 15px;
    }

    .btn-exp{
      min-width: fit-content;
      padding-left: 10px;
      padding-right: 10px;
      margin: 10px;
      margin-bottom: 15px;
    }

    .btn-pos{
      min-width: fit-content;
      padding-left: 10px;
      padding-right: 10px;
      margin: 10px;
      margin-bottom: 15px;
    }

    .btn-trial2{
      min-width: 30vw;
      padding-left: 10px;
      padding-right: 10px;
      margin: 10px;
      margin-bottom: 15px;
    }
    
    .title{
      text-align: center;
    }

    .desc{
       text-align: center; 
       min-height: 50vh;
       margin-bottom: 5vh;
    }

    .heading{
      text-align: center;
    }

    .card{
      margin-left: 30px;
      margin-right: 30px;
    }

    .platsec{
      margin-top: 0.5vh;
      margin-bottom: -1vh;
    }

    #join h1{
      margin-top: 1vh;
    }

    .desc2{
      min-height: 30vh;
      margin-bottom: -10vh;
      
    }

  .image-sec{
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .containerindex .desc{
    margin-top: -5vh;
  }

  .containerindex .image-sec{
    margin-top: -25vh;
  }

  
  .containermanage .image-sec img{
    margin-bottom: -10vh;
    width: 80vw;
  }



  .containerpos .title{
    margin-bottom: -10vh;
    margin-top: 15vh;
    text-align: center;
  }


  .containerpos .image-sec {
    margin-top: 10vh;
  }

  .containerpos .image-sec img{
    height: 50vh;
    width: 50vw;
    margin-top:  -20vh;
  }

  .containerhardware{
    margin-top: -20vh;
    margin-bottom: 10vh;
  }

  .containerhardware .image-sec img{
    height: 50vh;
    width: 50vw;
  }

  .containerhardware .content p{
    margin-top: -10vh;
  }
 

  .loader h2{
    font-size: 20px;
  }

  .loader p{
    font-size: 15px;
  }

}
 
  @media screen and (max-width: 800px) {
    .containerpos .image-sec {
      margin-top: 20vh;
    }

    .btn-exp{
      margin-bottom: 5vh;
    }

    .loader h2{
      font-size: 17px;
    }
  
    .loader p{
      font-size: 14px;
    }

    .card-sec .card:nth-child(1){
      margin-top: 5vh;
    }

    .containerindex .image-sec img{
      margin-top: -10vh;
    }

    .containerpos{
      margin-top: -25vh;
    }

    .containerhardware .image-sec img{
      width: 70vw;
    }

    .btn-trial2{
      min-width: 40vw;
    }

  }



@media screen and (max-width: 600px) {

  .desc{
    min-height: 65vh;
    
  }

  .containerindex .image-sec img{
   height: 50vh;
  }

  .containerpos .title{
    margin-bottom: -10vh;
  }

  .containerpos .desc2{
    text-align: center;
  }

  .containermanage .desc2{
    text-align: center;
  }

  .containermanage .image-sec img{
    height: 35vh;
    width: 70vw;
    margin-bottom: -10vh;
   
  }

  .containerpos .image-sec img{
    height: 40vh;
    width: 70vw;
  }

  .btn-exp{
    margin-bottom: 5vh;
  }

  .containersell{
    margin-bottom: 8vh;
  }

  .containerpos .image-sec img{
    margin-top: -10vh;
  }


}


