@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;
}


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

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

/*-------------------------------------------PAGE TWO----------------------------------------------------------*/
.containerg{
  height: 25vh;
  background: white;
  margin-bottom: 5vh;
  margin-top: -5vh;
}

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

}

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

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

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

.card-sec2 .card-2 {
  display: grid;
  grid-template-columns: 270px;
  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);
  text-align: justify;
  margin:40px;
  transform-style: preserve-3d;
  transform: perspective(1000px);
  margin-bottom: 15vh;
  margin-top: -3.5vh;
  height: 55vh;
  font-weight: 400;
}

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

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

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

.card-2 .card-text p {
  color: black;
  text-decoration: none;
  font-size:14px;
  font-weight: 400;
}


.card-2 .card-image.card1 {
  background: url("../images/Shopespot-homepage-icon4.png") no-repeat;
  background-size: 70%;
  background-position: center;
  overflow: hidden;
}

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


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

/*------------------------------------------------PAGE ONE-----------------------------------------*/
.containerfb{
  width: 100%;
  min-height: 100vh;
  background-color: white;
  margin-bottom: 5vh;
}

.containerfb .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;
}

.containerfb h2{
  font-weight: 500;
}

.containerfb .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: 10vh;
  text-align: left;
  margin-left: -5vw;
}

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

.content .desc2 .nocredit{
  color: gray;
  font-size: 13px;
}

.containerfb .image-sec{
  margin-top: -5vh;
  margin-left: 5vw;
}

.containerfb img{
  height: 70vh;
  width: 35vw;
  margin-left: -2vw;
}

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

.btn-exp{
  width: 10vw;
  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: -1.5vh;
  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);
        
    }

    .desc2 .nocredit{
      margin-left: 1.5vw;
    }

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

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

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

    .heading{
      text-align: center;
    }

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

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


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

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

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

  .containerg{
    margin-top: 10vh;
  }


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

  .desc2 p:nth-child(1){
    margin-top: -5vh;
  }

}

@media screen and (max-width: 720px) {
    
  h2{
    font-size: 85%;
  }

  
 .containerfb .desc2 p{
  font-size: 13px;
}

.containersell p{
  font-size: 13px;
}
 

  #join h1{
    font-size: 22px;
  }

  .btn-trial2{
    min-width: 40vw;
    margin: 10px;
    margin-bottom: 15px;
  }
  
}
 
  @media screen and (max-width: 800px) {
    
    .btn-exp{
      margin-bottom: -1vh;
    }

    
    .desc2 .nocredit{
      margin-left: 1.5vw;
    }

    .btn-trial2{
      min-width: 40vw;
      margin: 10px;
      margin-bottom: 15px;
    }
  }



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

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

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

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

  .containersell{
    margin-bottom: 8vh;
  }


}


