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

.about{
    padding: 100px 0;

}

.max-width{
    max-width: 1300px;
    padding: 0 45x;
    margin: auto;
    text-align: center;
}

.max-width h2{
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-top: 5vh;
   
}


/*----------------------------------------CARDS---------------------------------------------------*/

.resell-table{
  max-width: 100vw;
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  padding-top: 5vh;
  margin-top: -30vh;
}


.col{
  flex: 33%;
  padding: 30px;
  max-width: 430px;
  box-sizing: border-box;
  margin-top:  12vh;
}

.table{
  background: #fff;
  font-family: 'Times New Roman', Times, serif;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px #00000070;
  border-radius: 15px;
  padding: 1.5rem;
}


.table h2{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 2vh;
  margin-top: 1vh;
}

.table ul{
  margin: 0;
  padding: 0;
}

.table ul li{
 padding: 10px 0; 
 list-style: none;
 font-size: 14px;
 text-align: center;
}

h2>span{
  font-size: 13px;
}


.table a{
  text-decoration: none;
  color: black;
  border: 1px solid;
  display: block;
  padding: 8px 0;
  margin: 10px 0;
  border-radius: 40px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  transition: 0.4s linear;
  margin-top: 3vh;
  min-width: 15vw;
}

.table a:hover{
 background: linear-gradient(#4EB9AB, #6EBA77, #5CB05F);
 color: #fff;
}

/*----------------------------------------LOADER-------------------------------------------------*/

.containerload{
  width: 100%;
  min-height: 40vh;
  display: flex;
  background-color: white;
  justify-content: center;
  align-items: center;
}

.loader{
  position: relative;
  width: 100vw;
  height: 20vh;
  background: white;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  color: black;
  overflow: hidden;
 font-size: 20px;
 margin-top: -10vh;
}


.loader h2{
  color: black;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  animation: typing 5s steps(16) infinite;
  margin-right: 2vh;
  font-size: 24px;
  font-weight: 500;
 
  margin-bottom: -3vh;
}
.loader p{
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
}

.loader span{
  position: absolute;
  display: block;
}

.loader span:nth-child(1){
  top: 0;
  left: -100%;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, transparent, #4EB9AB, #6EBA77, #5CB05F);
  animation: animate1 2s linear infinite;
  animation-delay: 0s;
}
@keyframes animate1{
  0%
  {
      left: -100%;
  }
  50%, 100%
  {
      left: 100%;
  }
}

.loader span:nth-child(3){
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 5px;
  background: linear-gradient(270deg, transparent, #4EB9AB, #6EBA77, #5CB05F);
  animation: animate3 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animate3{
  0%
  {
      right: -100%;
  }
  50%, 100%
  {
      right: 100%;
  }
}

.loader span:nth-child(2){
  top: -100%;
  right: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #4EB9AB, #6EBA77, #5CB05F);
  animation: animate2 2s linear infinite;
  animation-delay: 0.5s;
}
@keyframes animate2{
  0%
  {
      top: -100%;
  }
  50%, 100%
  {
      top: 100%;
  }
}

.loader span:nth-child(4){
  bottom: -100%;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #4EB9AB, #6EBA77, #5CB05F);
  animation: animate4 2s linear infinite;
  animation-delay: 1.5s;
}
@keyframes animate4{
  0%
  {
      bottom: -100%;
  }
  50%, 100%
  {
      bottom: 100%;
  }
}

/*-----------------------------------------------------MARKETPLACE-----------------------------------------------------------*/

.row{
	display: flex;
	flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
}

img{
	max-width: 100%;
	vertical-align: middle;
}

.title{
  text-align: center;
  text-transform: uppercase;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.title h2{
  font-weight: 500;
}


/*.gallery*/
.gallery{
	width: 100%;
	display: block;
	min-height: 100vh;
	background-color: white;
	padding: 100px 0;
  margin-top: -20vh;
}

.gallery .gallery-filter{
	padding: 0 15px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.gallery .gallery-filter .filter-item{
	color: gray;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	margin:0 10px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	line-height: 1.2;
	transition: all 0.3s ease-in-out;
}

.gallery .gallery-filter .filter-item.active{
	color: green;
	border-color : green;
}

.gallery .gallery-item{
	width: calc(100% / 4);
	padding: 15px;
}

/*.gallery .gallery-item:hover{
	filter: grayscale(100%);
}

.gallery .gallery-item span{
  display: none;
  position: absolute;
  top: 20vh;
  left: 10vw;
}

.gallery .gallery-item:hover span{
  display: block;
}

.gallery .gallery-item span input[type="button"]{
  width: 10vw;
  height: 5vh;
  border-radius: 5px;
  background-color: black;
  color: white;
  border: black;
  cursor: pointer;
}*/


.gallery .gallery-item-inner img{
	width: 100%;
}

.gallery .gallery-item.show{
	animation: fadeIn 0.5s ease;
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.gallery .gallery-item.hide{
	display: none;
}

/*responsive*/
@media(max-width: 991px){
	.gallery .gallery-item{
		width: 50%;
	}
}
@media(max-width: 767px){
    .gallery .gallery-item{
		width: 100%;
	}	
	.gallery .gallery-filter .filter-item{
		margin-bottom: 10px;
	}
}


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

#join{
    background-color: white;
    padding-top: 4vh;
    padding-bottom: 5vh;
    margin-top: -10vh;
  }
  
  .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 and (max-width: 991px) {
    .max-width{
        padding: 0 25px;
    }

    .abtcard{
      /*  width: calc(50% - 10px);*/
        width: 100%;
        margin-bottom: 20px;
    }

    .b1{
        margin-top: 0vh;
    }

    #join .btn-trial2{
        min-width: 55vw;
    }
}


@media screen and (max-width: 800px) {
  
  .abtcard{
      width: 100%;
  }

  #join .btn-trial2{
    min-width: 55vw;
    margin-top: 5px;
  }

  .table1, .table2{
    margin-bottom: -10vh;
  }

  .about h2, 
  .gallery h2, 
  #join h1{
    font-size: 20px;
  }

  .about p{
    font-size: 14px;
  }

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

  .loader p{
    padding-left: 10px;
    font-size: 14px;
    max-width: 80vw;
  }
}


@media screen and (max-width: 730px) {
  
    .abtcard{
        width: 100%;
    }

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

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

@media screen and (max-width: 600px) {
  
  .abtcard{
      width: 100%;
  }

  .btn-trial2{
    min-width: 25vw;
    margin-top: 5px;
  }
}







