@import url('https://fonts.googleapis.com/css?family=Muli:400,400i,700,700i');
body{
  font-family: 'Muli', sans-serif;
  /* background:#ddd; */
}

/* css index */
/***************************
    CUSTOM SCROLL BAR
****************************/
/* media quires */
@media only screen and (max-width: 600px) {
 .boxy{
  width:100% !important;
  margin-left: 0px !important;
  margin: 15px;
  
 }
 .abc{
  padding-bottom: 10px;
 }
 .boxy1{
  width: 95% !important;
  margin: 15px;
  margin-left: 0px !important;
 }
 .work {

  margin-left: 136px !important;

}
.jpt {
  position: relative;
  top: 55px !important;
}

.scrolbox {

  margin-top: 20px;
}

}

/* ================================== */
html,body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


*,html{
  scroll-behavior: smooth;
  }
  *, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  :root{
  scrollbar-color: rgb(210,210,210) rgb(46,54,69) !important;
  scrollbar-width: thin !important;
  --white:#fff;
  --black:#131417;
  --gray:rgba(255,255,255,0.7);
  --lite:rgba(1,1,1,0.6);
  --palegreen:#99decc;
  --palepink:#ffe2e2;
  --paleblue:#bad7df;
  --pink:#fc9caa;
  --green:#99ddcc;
  --blue:#b6daf4;
  --default:'Josefin Sans', sans-serif;
  --title:'Cormorant Garamond', serif;
  --cursive:'Dancing Script', cursive;
  }
  ::-webkit-scrollbar {
  height: 12px;
  width: 8px;
  background: var(--dark);
  }
  ::-webkit-scrollbar-thumb {
  background: gray;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  }
  ::-webkit-scrollbar-corner {
  background: var(--paleblue);
  }
  
  
  
  
  /***************************
           DEFAULT
  ***************************/
  body{
  margin:0;
  overflow-x:hidden !important;
  /* font-family:var(--default); */
  }
  
  a{
  text-decoration:none;
  transition:0.5s;
  outline:none !important;
  }
  
  em{
  color:var(--pink);
  font-family:var(--cursive);
  }
  
  p{
  line-height:1.4em;
  }
  
  .title{
  font-family:var(--title);
  font-size:3em;
  color:var(--black);
  font-weight:200;
  }
  
  .btn1{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: var(--blue);
  background-color: var(--white);
  box-shadow: 4px 4px 0px 0px var(--blue);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--blue);
  border-radius: 0px 0px 0px 0px;
  padding: 25px 50px;
  }
  
  .btn1:hover{
  background-color:var(--blue);
  color:var(--white);
  box-shadow: 6px 6px 0px 0px #BAD7DF;
  }
  
  @media (max-width:1000px){
  .title{
  font-size:1.5em;
  }
  .btn1{
  padding:15px 25px;
  display:block;
  width:180px;
  text-align:center;
  }
  }
  
  
  
  /***************************
           ANIMATIONS
  ***************************/
  .animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
  }
  
  @-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
  }
  
  @keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
  }
  
  
  @-webkit-keyframes scroll {
  0% {
  transform: translateX(0);
  }
  100% {
  transform: translateX(calc(-250px * 7));
  }
  }
  
  @keyframes scroll {
  0% {
  transform: translateX(0);
  }
  100% {
  transform: translateX(calc(-250px * 7));
  }
  }
  .slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;
  }
  .slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
  }
  .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
  }
  .slider::before {
  left: 0;
  top: 0;
  }
  .slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
  }
  .slider .slide {
  height: 100px;
  width: 250px;
  }
  
  
  
  /***************************
            HEADER
  ***************************/
  header{
  width:100%;
  background-color:var(--palepink);
  display:flex;
  }
  
  header a{
  color:var(--lite);
  }
  
  header a:hover{
  color:var(--black);
  }
  
  header section{
  width:100%;
  padding:0.5rem 2rem;
  font-size:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  }
  
  header section span{
  padding:0 1rem;
  text-align:center;
  white-space:nowrap;
  }
  
  
  header span .fa{
  margin:0 5px;
  }
  
  header .btn1{
  padding:5px 10px !important;
  }
  
  @media (max-width:920px){
  header section:nth-child(1){
  display:none !important;
  }
  header section{
  padding:0.5rem 0rem;
  }
  } 
  
  @media (max-width:340px){
  header section span{
  padding:0 2px;
  }
  }
  
  
  
  
  
  
  
  
  /***************************
           NAVIGATION
  ***************************/
  .topnav {
  overflow: hidden;
  background-color:var(--white);
  }
  
  .topnav a {
  float:right;
  display: block;
  color: var(--lite);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight:400;
  }
  
  .topnav a:not(:first-child),.dropdown,#navbar a:not(:first-child){
  margin:15px;
  }
  
  #logo{
  float:left;
  display:flex;
  align-items:Center;
  pointer-events:none;
  }
  
  #logo b{
  position:relative;
  top:8px;
  left:5px;
  }
  
  #logo img{
  width:40px;
  position:relative;
  }
  
  #active,#navbar #active2{
  color:var(--blue);
  }
  
  .topnav .icon {
  display: none;
  position:absolute;
  right:10px;
  top:50px;
  }
  
  .dropdown, .sub-dropdown {
  float:right;
  overflow: hidden;
  }
  
  .dropbtn, .sub-dropbtn{
  transition:0.5s;
  }
  
  .dropdown .dropbtn,.sub-dropdown .sub-dropbtn  {
  font-size: 16px;    
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-weight:400;
  color: var(--lite);
  }
  
  .sub-dropdown {
  text-align:left !important;
  padding:0px 0px;
  margin:0 !important;
  float:none;
  border-bottom:1px solid rgba(1,1,1,0.05);
  }
  
  .sub-dropdown .fa{
  float:left;
  margin:0 10px;
  position:relative;
  top:3px;
  }
  
  .dropdown-content,.sub-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 111;
  border-top:2px solid var(--primary);
  }
  
  .sub-dropdown-content{
  right:100%;
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
  top:0;
  }
  
  .dropdown-content a,.sub-dropdown-content a {
  float: none;
  color: #464646;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  margin:0px !important;
  border-bottom:1px solid rgba(1,1,1,0.05);
  }
  
  .topnav a:hover, .dropdown:hover .dropbtn,.sub-dropdown:hover .sub-dropbtn {
  color: var(--primary);
  }
  
  .dropdown-content a:hover,.sub-dropdown-content a:hover {
  color: var(--primary);
  }
  
  .dropdown:hover .dropdown-content,.sub-dropdown:hover .sub-dropdown-content {
  display: block;
  }
  
  @media screen and (max-width: 840px) {
  #logo{
  float:left;
  width:90%;
  }
  #logo img{
  float:left;
  top:0;
  }
  .topnav a:not(:first-child),.dropdown,#navbar a:not(:first-child){
  margin:0px;
  }
  .topnav a:not(:first-child), .dropdown .dropbtn, .sub-dropdown .sub-dropbtn {
  display: none;
  }
  .topnav a.icon {
  float: right;
  display: block;
  }
  }
  
  @media screen and (max-width: 840px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
  position: absolute;
  right: 0;
  top: 0;
  }
  .topnav.responsive a {
  float: none;
  display: block;
  text-align: left;
  }
  .topnav.responsive .dropdown,.topnav.responsive .sub-dropdown {float: none;}
  .topnav.responsive .dropdown-content,.topnav.responsive .sub-dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn,.topnav.responsive .sub-dropdown .sub-dropbtn {
  display: block;
  width: 100%;
  text-align: left;
  }
  .dropdown-content,.sub-dropdown-content {
  position: relative;
  }
  .sub-dropdown-content{
  right:0;
  }
  }
  
  @media (max-width:400px){
  .topnav .icon {
  top:50px;
  }
  }
  
  #navbar {
  background-color:var(--white);
  position: fixed;
  top: -180px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index:99999999999;
  box-shadow:0px 6px 16px -6px rgba(1,1,1,0.2);
  }
  
  #navbar a {
  float: right;
  display: block;
  color: var(--lite);
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 16px;
  font-weight:400;
  }
  
  #navbar a:hover {
  color: var(--primary);
  }
  
  #logo2{
  float:left !important;
  }
  
  #logo2 img{
  width:40px;
  position:relative;
  }
  
  #logo2 b{
  position:relative;
  top:-7px;
  }
  
  #navbar .dropdown-content{
  min-width:160px !important;
  width:160px;
  }
  
  #navbar .dropdown-content a, #navbar .sub-dropdown-content a {
  display:block !important;
  width:100%;
  text-align:left;
  }
  
  @media (max-width:640px){
  #navbar{
  display:none !important;
  }
  }
  
  
  
  
  
  /***************************
             MAIN
  ***************************/
  main{
  width:100%;
  height:105vh;
  background-image:url("https://i.postimg.cc/h4xMcxZx/banner.jpg");
  background-size:cover;
  display:flex;
  align-items:center;
  justify-content:left;
  position:relative;
  }
  
  main:after{
  content:"";
  background-image:url("https://i.postimg.cc/pXHCTT3S/wave.png");
  background-size:100% 100%;
  position:absolute;
  bottom:-1%;
  width:100%;
  height:100px;
  }
  
  main section{
  padding:4rem;
  width:60%;
  }
  
  main section em{
  font-size:2.5em;
  line-height:0;
  }
  
  @media (max-width:920px){
  main{
  flex-wrap:wrap;
  height:100%;
  padding:8rem 0;
  }
  main:after{
  content:"";
  background-size:cover;
  }
  main section{
  padding:1rem;
  width:100%;
  }
  main section em{
  font-size:1.5em;
  }
  }
  
  
  
  
  /*SECTION1*/
  .section1{
  width:90%;
  margin:auto;
  overflow:hidden;
  }
  
  
  
  
  /***************************
           SECTION2
  ***************************/
  .section2{
  display:inline-flex;
  align-items:center;
  padding:3rem 0;
  }
  
  .section2 section{
  width:100%;
  padding:2rem;
  position:relative;
  }
  
  .section2 section:nth-child(1){
  width:40%;
  }
  
  .section2 section:nth-child(1) em{
  font-size:2.5em;
  background-image:url("../images/icon_1.png");
  background-repeat:no-repeat;
  background-position:center;
  padding:25px 25px;
  }
  
  .section2 section:nth-child(1) .title{
  line-height:0;
  white-space:nowrap;
  }
  
  .section2 section:nth-child(1) p{
  color:var(--lite);
  font-weight:300;
  }
  
  .section2 section:nth-child(2){
  display:flex;
  align-items:top;
  }
  
  .section2 section span{
  width:100%;
  margin:0 10px;
  position:relative;
  }
  
  .section2 section span:nth-child(2){
  top:4rem;
  }
  
  .section2 section span img{
  width:100%;
  }
  
  .section2 section span p{
  position:absolute;
  bottom:-4rem;
  width:90%;
  box-shadow:0px 6px 16px -6px rgba(1,1,1,.2);
  padding:1rem 2rem;
  background-color:var(--white);
  font-size:2rem;
  text-align:center;
  left:50%;
  transform: translate(-50%, 0);
  font-weight:300;
  font-family:var(--title);
  box-shadow: 5px 5px 0px 0px var(--blue);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--blue);
  border-radius: 0px 0px 0px 0px;
  }
  
  @media (max-width:1000px){
  .section2 section span p{
  font-size:1.5rem
  }
  }
  
  @media (max-width:820px){
  .section2{
  flex-wrap:wrap;
  }
  .section2 section{
  padding:1rem;
  }
  .section2 section:nth-child(1){
  width:100%;
  text-align:center;
  }
  .section2 section:nth-child(1) em{
  font-size:1.5em;
  }
  .section2 section:nth-child(2){
  flex-wrap:wrap;
  }
  .section2 section span{
  margin:10px 0;
  }
  .section2 section span:nth-child(2){
  top:0rem;
  }
  .section2 section span p{
  bottom:0;
  }
  }
  
  
  
  
  
  
  /***************************
            SECTION3
  ***************************/
  .section3{
  width:100%;
  padding:0rem 3rem;
  display:flex;
  align-items:center;
  }
  
  .section3 section{
  width:100%;
  position:relative;
  padding:2rem;
  }
  
  .section3 section img{
  width:100%;
  }
  
  .section3 section span{
  background-color: var(--white);
  box-shadow: 10px 10px 0px 0px var(--blue);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--blue);
  border-radius: 0px 0px 0px 0px;
  padding: 25px 50px;
  display:block;
  transition:0.5s;
  }
  
  .section3 section span .title{
  font-size:1.5em;
  font-weight:400;
  }
  
  .section3 section span p{
  color:var(--lite);
  line-height:1.6em;
  font-weight:300;
  }
  
  .section3 section span .btn1{
  display:block;
  width:230px;
  text-align:center;
  }
  
  @media (max-width:1000px){
  .section3 section span{
  padding: 15px 30px;
  }
  }
  
  @media (max-width:820px){
  .section3{
  flex-wrap:wrap;
  padding:0;
  }
  .section3 section{
  padding:1rem;
  }
  .section3 section figure,.section3 section img{
  height:60vh;
  padding:0;
  margin:0;
  object-fit:cover;
  }
  .section3 section img{
  height:100%;
  }
  .section3 section span{
  padding:1rem;
  }
  }
  
  
  
  
  
  /***************************
            SECTION4
  ***************************/
  .section4{
  width:100%;
  padding:0rem 3rem;
  display:flex;
  align-items:center;
  }
  
  .section4 section{
  width:100%;
  position:relative;
  padding:2rem;
  }
  
  .section4 section figure{
  width:80%;
  margin:auto;
  }
  
  .section4 section img{
  width:100%;
  height:80vh;
  }
  
  .section4 section span{
  background-color: var(--white);
  box-shadow: -10px 10px 0px 0px var(--blue);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--blue);
  border-radius: 0px 0px 0px 0px;
  padding: 25px 50px;
  display:block;
  transition:0.5s;
  }
  
  .section4 section span .title{
  font-size:1.5em;
  font-weight:400;
  }
  
  .section4 section span p{
  color:var(--lite);
  line-height:1.6em;
  font-weight:300;
  }
  
  .section4 section span .btn1{
  display:block;
  width:230px;
  text-align:center;
  }
  
  @media (max-width:820px){
  .section4{
  flex-wrap:wrap;
  padding:2rem 0;
  }
  .section4 section{
  padding:1rem;
  }
  .section4 section figure,.section4 section img{
  height:60vh;
  padding:0;
  margin:0;
  object-fit:cover;
  }
  .section4 section:nth-child(2){
  height:100%;
  display:none;
  }
  .section4 section span{
  padding:1rem;
  }
  }
  
  
  
  
  /***************************
            SECTION5
  ***************************/
  .section5{
  width:100%;
  padding:0rem 3rem;
  display:flex;
  align-items:center;
  background-color:var(--blue);
  }
  
  .section5 section{
  width:100%;
  height:100vh;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:right;
  }
  
  .section5 section span{
  width:100%;
  padding:25px 50px;
  display:block;
  text-align:center;
  position:absolute;
  right:15%;
  z-index:1;
  box-shadow: 10px 10px 0px 0px var(--white);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--white);
  border-radius: 0px 0px 0px 0px;
  transition:0.5s;
  }
  
  .section5 section span:hover{
  background-color:var(--blue);
  box-shadow: 15px 15px 0px 0px var(--white);
  right:16%;
  }
  
  .section5 section span .title{
  font-weight:900 !important;
  color:var(--white) !important;
  }
  
  .section5 section figure{
  width:100%;
  height:100vh;
  position:relative;
  }
  
  .section5 section img{
  width:100%;
  height:100%;
  }
  
  @media (max-width:1000px){
  .section5 section span .title{
  font-size:2rem;
  }
  }
  
  @media (max-width:820px){
  .section5{
  flex-wrap:wrap;
  padding:0rem;
  }
  .section5 section{
  flex-wrap:wrap;
  height:100%;
  padding:3rem 1rem;
  }
  .section5 section span{
  padding:1rem;
  position:static;
  }
  .section5 section figure{
  height:auto;
  margin:0;
  padding:0;
  }
  }
  
  
  
  
  /***************************
           SECTION6
  ***************************/
  .section6{
  padding:2rem 0;
  width:100%;
  }
  
  .section6 section{
  display:flex;
  align-items:top;
  justify-content:center;
  width:100%;
  }
  
  .section6 span{
  width:100%;
  padding:2rem;
  text-align:center;
  position:relative;
  }
  
  .section6 span:after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  transform: translate(50%, -50%);
  width:2px;
  height:40%;
  background-color:var(--palepink);
  }
  
  .section6 span img{
  display:block;
  margin:auto;
  padding:1rem;
  }
  
  .section6 span p{
  color:var(--lite);
  font-weight:300;
  }
  
  @media (max-width:820px){
  .section6 section{
  flex-wrap:wrap;
  }
  .section6 span{
  width:100%;
  padding:0.5rem 1rem;
  display:flex;
  align-items:center;
  justify-content:left;
  }
  .section6 span img{
  margin:0;
  margin-right:5px;
  width:60px;
  }
  .section6 span:after{
  display:none;
  }
  }
  
  
  
  
  
  /***************************
            FOOTER
  ***************************/
  footer{
  width:100%;
  background-color:var(--palepink);
  color:var(--lite);
  position:relative;
  background-image:url("https://i.postimg.cc/R0FXBD2V/icon-2.png");
  background-repeat:no-repeat;
  background-position:top right;
  }
  
  .top_header{
  padding:2rem;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  }
  
  .top_header section{
  width:50%;
  text-align:Center;
  }
  
  .top_header img{
  display:block;
  margin:auto;
  }
  
  .top_header .title{
  line-height:0;
  }
  
  .top_header fieldset{
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  }
  
  .top_header fieldset input{
  background-color:rgba(255,255,255,0.5);
  padding:1rem;
  border:0;
  outline:none;
  width:100%;
  }
  
  .top_header fieldset .btn2{
  background-color:var(--pink);
  color:var(--lite);
  padding:1rem;
  border:0;
  outline:none;
  width:150px;
  transition:0.5s;
  }
  
  .top_header fieldset .btn2:hover{
  color:var(--white);
  background-color:#ad5d5a;
  }
  
  
  .border-shape {
  background: rgba(1,1,1,0.5) none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 3px;
  left: 0;
  margin: 20px auto;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 80px;
  }
  
  .border-shape::before {
  background: rgba(1,1,1,0.3) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  left: 80px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 100px;
  }
  
  .border-shape::after {
  background: rgba(1,1,1,0.3) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  margin: 0 auto;
  position: absolute;
  right: 80px;
  text-align: center;
  top: 1px;
  width: 100px;
  }
  
  footer .border-shape {
  width: 40%;
  }
  
  footer .border-shape::before {
  width: 100%;
  left:120px;
  }
  
  footer .border-shape::after {
  width: 100%;
  right:120px;
  }
  
  footer .bottom_content section{
  padding:1.5rem 2rem;
  display:flex;
  align-items:center;
  justify-content:Center;
  }
  
  .bottom_content a{
  margin:0 20px;
  color:var(--lite);
  transition:0.5s;
  }
  
  .bottom_content a:hover{
  color:var(--black);
  }
  
  
  .copyright{
  padding:0.8em 0;
  background-color:var(--pink);
  text-align:center;
  color:rgba(1,1,1,0.7);
  font-size:12px;
  }
  
  @media (max-width:820px){
  .top_header{
  padding:1rem;
  display:block;
  }
  
  .top_header section{
  width:100%;
  margin:40px 0;
  align-items:left;
  justify-content:left;
  }
  footer .bottom_content section{
  padding:1rem;
  display:block;
  }
  footer .bottom_content section a{
  padding:1rem;
  font-size:12px;
  margin:0 5px;
  display:inline-block;
  }
  }
  
  
  
  
  
  /***************************
            ADDITIONAL
  ***************************/
  #roll_back{
  position:fixed;
  bottom:2rem;
  right:2rem;
  background-color:var(--palepink);
  border-radius:5px;
  border:2px solid var(--pink);
  padding:5px 10px;
  display:none;
  align-items:center;
  justify-content:center;
  z-index:999999;
  box-shadow:0px 6px 16px -6px rgba(1,1,1,0.5);
  color:var(--pink);
  font-weight:900;
  }
  
  
  
  
  
  /*REMOVE THIS*/
  .credits{
  position:fixed;
  left:0;
  bottom:2%;
  background-color:#1e1e1e;
  padding:0.5rem;
  font-size:12px;
  z-index:999;
  color:rgba(255,255,255,0.7);
  }
  
  .credits a{
  color:rgba(255,255,255,0.7);
  }
  
  .credits a:hover{
  color:white;
  }
  
  .credits .btn0{
  background-color:white;
  color:#000;
  padding:5px;
  border-radius:5px;
  border:0;
  display:block;
  margin:1vh auto;
  width:100px;
  text-align:Center;
  }
  
  .credits .btn0:hover{
  color:black;
  background-color:#b8bca7;
  }
















/* card css */
.shell{
  padding:80px 55px;
}
.wsk-cp-product{
  background:#fff;
  padding:15px;
  /* border-radius:6px; */
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  position:relative;
  width: 260px;
  margin:20px auto;
}

.view{
    color: #000066;
    font-size: 13px;
    text-decoration: none;

}
.wsk-cp-img{
  position:absolute;
  top:5px;
  left:50%;
  transform:translate(-50%);
  -webkit-transform:translate(-50%);
  -ms-transform:translate(-50%);
  -moz-transform:translate(-50%);
  -o-transform:translate(-50%);
  -khtml-transform:translate(-50%);
  width: 100%;
  padding: 5px;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-img img{
  width:100%;
  transition: all 0.2s ease-in-out;
  /* border-radius:6px; */
}
.wsk-cp-product:hover .wsk-cp-img{
  top:-40px;
}
.wsk-cp-product:hover .wsk-cp-img img{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.wsk-cp-text{
  padding-top:73%;
}
.wsk-cp-text .category{
  text-align:center;
  font-size:12px;
  font-weight:bold;
  padding:5px;
  margin-bottom:45px;
  position:relative;
  transition: all 0.2s ease-in-out;
}
.wsk-cp-text .category > *{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
    
}

  .wsk-cp-text .category > span {
    padding: 2px 19px;
    /* border: 1px solid #313131; */
    background: red;
    color: #fff;
    /* box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%); */
    /* border-radius: 27px; */
    transition: all 0.05s ease-in-out;
    box-shadow:2px 2px 2px 2px rgb(201, 201, 201);
    margin-top: 4px;
}








    

.wsk-cp-product:hover .wsk-cp-text .category > span{
    border-color: #ddd;
    box-shadow: none;
    padding: 6px 18px;
}

.wsk-cp-product:hover .wsk-cp-text .category{
  margin-top: 0px;
}
.wsk-cp-text .title-product{
  text-align:center;
  margin-top: -30px;
}
.wsk-cp-text .title-product h3{
  font-size:16px;
  font-weight:bold;
  margin:15px auto;
  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  width:100%;
}
.wsk-cp-text .description-prod p{
  margin:0;
}
/* Truncate */
.wsk-cp-text .description-prod {
  /* text-align:center;
  width: 100%;
  height:62px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  margin-bottom:15px; */


  text-align: center;
  width: 100%;
  height: 90px;
  overflow: hidden;
  display: -webkit-box;
  /* -webkit-line-clamp: 3; */
  -webkit-box-orient: vertical;
  /* margin-bottom: 10px; */
  /* margin-top: -8px; */
  font-size: 12px;
  text-align: left;
}



.stary{
text-align: center;
    /* margin: 0px; */
    /* padding: 0px 34px; */
    font-size: 12px;
    /* background-color: red; */
    color: red;
    margin-top: -2px;
}




    .cal {
        color: grey;
        font-size: 16px;
        padding-left: 33px 34px;
        /* padding-left: 38px; */
        margin-top: 6px;
        text-align: center;
    }


.price1{
   text-align: center;
   font-size: 12px;
}

.sliver12{
    position: relative;
    top:-12px;
}



.card-footer{
  /* padding: 25px 0 5px; */
  border-top: 1px solid #ddd;
  background-color: rgb(230, 230, 230);
}
.card-footer:after, .card-footer:before{
  content:'';
  display:table;
}
.card-footer:after{
  clear:both;
}

.card-footer .wcf-left{
  float:left;
  
}

.card-footer .wcf-right{
  float:right;
}

.price{
  font-size:15px;
  font-weight:bold;
}

a.buy-btn{
  display:block;
  color:#212121;
  text-align:center;
  font-size: 18px;
  width:35px;
  height:35px;
  line-height:35px;
  border-radius:50%;
  border:1px solid #212121;
  transition: all 0.2s ease-in-out;
}
a.buy-btn:hover , a.buy-btn:active, a.buy-btn:focus{
  border-color: #FF9800;
  background: #FF9800;
  color: #fff;
  text-decoration:none;
}
.wsk-btn{
  display:inline-block;
  color:#212121;
  text-align:center;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
  border-color: #FF9800;
  background: #FF9800;
  padding:12px 30px;
  border-radius:27px;
  margin: 0 5px;
}
.wsk-btn:hover, .wsk-btn:focus, .wsk-btn:active{
  text-decoration:none;
  color:#fff;
}  
.red{
  color:#F44336;
  font-size:22px;
  display:inline-block;
  margin: 0 5px;
}
@media screen and (max-width: 991px) {
  .wsk-cp-product{
    margin:40px auto;
  }
  .wsk-cp-product .wsk-cp-img{
  top:-40px;
}
.wsk-cp-product .wsk-cp-img img{
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
  .wsk-cp-product .wsk-cp-text .category > span{
  border-color:#ddd;
  box-shadow: none;
  padding: 11px 28px;
}
.wsk-cp-product .wsk-cp-text .category{
  margin-top: 0px;
}
a.buy-btn{
  border-color: #FF9800;
  background: #FF9800;
  color: #fff;
}
}
/* media quries */
@media only screen and (max-width: 600px) {
    .wsk-cp-product {
       
        width: 168px !important;
       
    }
.sliver12{
    font-size: 11px;
}

    .card-title {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    

    .wsk-cp-img {
        padding: 0px !important;
    }

    .wsk-cp-product .wsk-cp-img {
        top: 0px;
    }

    .wsk-cp-product .wsk-cp-text .category > span {
        border-color: #ddd;
        box-shadow: none;
        padding: 0px 0px !important;
        width: 99px !important;
    }
.sep{
    font-size:10px !important;
}

.view {
   
        color: #000066;
        font-size: 13px;
        text-decoration: none;
        /* text-align: center; */
        /* margin-left: 3px; */
        position: relative !important;
        left: -22px !important;
    
}




.price {
    font-size: 13px;
    font-weight: bold;
    /* text-align: center; */
    margin-left: 0px !important;
}


/* .card-footer {
    padding:0px !important;
    
} */


.wsk-cp-product .wsk-cp-img img {
  box-shadow: 2px 2px 2px 2px rgb(201, 201, 201);
}

.cal{
    font-size: 13px !important;
}


.wsk-cp-text .description-prod {
 
    height: 100px !important;
  }

}
/* ipad media quries */
@media only screen and (max-width: 820px) {
    .wsk-cp-product {
       
        
            width: 245px;
        }
       
    



    .wsk-cp-img {
        padding: 0px !important;
    }

    .wsk-cp-product .wsk-cp-img {
        top: 0px;
    }

    .wsk-cp-product .wsk-cp-text .category > span {
        border-color: #ddd;
        box-shadow: none;
        padding: 0px 0px !important;
        width: 99px !important;
    }
.sep{
    font-size:13px ;
}

.view {
   
   position: relative;
        left: -5px;
    
}




.price {
    font-size: 13px;
    font-weight: bold;
    /* text-align: center; */
    margin-left: 6px;
}


/* .card-footer {
    padding:0px !important;
    
} */


.wsk-cp-product .wsk-cp-img img {
  box-shadow: 2px 2px 2px 2px rgb(201, 201, 201);
}

.cal{
    font-size: 15px ;
}


.wsk-cp-text .description-prod {
 
    height: 72px;
  }
  .sliver12{
    font-size: 11px;
}

    .card-title {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    
}

/* 

.sliver{
    position: relative;
    top: -12px;
} */




.card-title {
    color: #fff;
    position: absolute;
    /* bottom: 129px; */
    left: 0;
    max-width: 100%;
    padding: 15px;
    height: 17px;
    top: 0;
    margin-top: 5px;
}
.card-title {
    font-size: 24px;
    font-weight: 300;
}
.card-title {
    font-weight: 300;
    font-size: 1rem;
    text-shadow: 0 0 2px #000;
    /* border-top-right-radius: 67.5px; */
    background: rgba(0,0,0,0.7);
    margin-left: 5px;
    opacity: 0.7;

}
/* csss section2 */
/* .num{
  border-radius: 100%;
  background-color:#000066;
  color: white;
font-size:18px;

} */








.listing-section, .cart-section {
  width: 100%;
  float: left;
  padding: 1%;
  /* border-bottom: 0.01em solid #dddbdb; */
  /* border: 1px solid rgb(179, 179, 179); */
  box-shadow: 2px 2px 2px 2px rgb(185, 185, 185);
  background-color: rgb(241, 241, 241);
}

.product {
  float: left;
  width: 12%;
  border-radius: 2%;
  margin: 1%;
  margin-left: 13px !important;
}

.product:hover {
  box-shadow: 1.5px 1.5px 2.5px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1.5px 1.5px 2.5px 3px rgba(0, 0, 0, 0.4);  
  -moz-box-shadow:    1.5px 1.5px 2.5px 3px rgba(0, 0, 0, 0.4);
}

.image-box {
  width: 100%;
  overflow: hidden;
  border-radius: 2% 2% 0 0;
  height: 155px;
}

.images {
  /* height: 15em;
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat;
  border-radius: 2% 2% 0 0;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease; */
  
    height: 8em;
    background-size: cover;
    background-position: center center;
    width: 155px;
    background-repeat: no-repeat;
    border-radius: 2% 2% 0 0;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;

}

/* .images:hover {
  transform: scale(1.2);
  overflow: hidden;
  border-radius: 2%;
} */

/* IMAGES */
/* #image-1 {background-image: url("picture/lk.jpg");}

#image-2 {background-image: url("picture/ik.jpg")} */

/* #image-3 {background-image: url("https://sc01.alicdn.com/kf/UT8ovSIXQNaXXagOFbXt/Fresh-Passion-Fruit-with-Best-Price-and.jpg")}

#image-4 {background-image: url("http://www.foodmatters.com/media/images/articles/16-powerful-reasons-to-eat-pineapple.jpg")}

#image-5 {background-image: url("http://membrillo.com.au/wp-content/uploads/2016/11/bg-mango-01.jpg")}

#image-6 {background-image: url("http://ell.h-cdn.co/assets/16/27/980x490/landscape-1467750721-gettyimages-146896572.jpg")}

#image-7 {background-image: url("http://www.hesca.org/wp-content/uploads/2016/08/banana.jpg")}

#image-8 {background-image: url("http://www.baag.com.au/pictures/produce/plums2.jpg")}

#image-9 {background-image: url("https://ecowatchroar-img.rbl.ms/simage/https%3A%2F%2Fassets.rbl.ms%2F9458277%2F1200x600.jpg/2000%2C2000/J9vl96eLQCOEy3Xy/img.jpg")}

#image-10 {background-image: url("https://www.parhlo.com/wp-content/uploads/2016/04/Valencia_market_-_lemons-1940x1454.jpg")} */

.text-box {
  width: 100%;
  float: left;
  border: 0.01em solid #dddbdb;
  border-radius: 0 0 2% 2%;
padding: 4px;
font-size: 15px;
}

/* h2, h3 {
  float: left;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0.2em auto;
} */

.item, .price {
  
    clear: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-transform: lowercase;
    overflow: hidden;
}


.price {
  color: Grey;
}

.description, label, button, input {
  float: left;
  clear: left;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1em;
  text-align: center;
  margin: 0.2em auto;
}

input:focus {
  outline-color: #fdf;
}

label {
  width: 60%;
}

.text-box input {
  width: 15%;
  clear: none;
}

.text-box button {
  margin-top: 1em;
}

button {
  padding: 2%;
  background-color: #dfd;
  border: none;
  border-radius: 2%;
}

button:hover {
  bottom: 0.1em;
}

button:focus {
  outline: 0;
}

button:active {
  bottom: 0;
  background-color: #fdf;
}

.table-heading, .table-content {
  width: 75%;
  margin: 1% 12.25%;
  float: left;
  background-color: #dfd;
}

.table-heading h2 {
  padding: 1%;
  margin: 0;
  text-align: center;
}

.cart-product {
  width: 50%;
  float: left;
}

.cart-price {
  width: 15%;
  float: left;
}

.cart-quantity {
  width: 10%;
  float: left;
}

.cart-total {
  width: 25%;
  float: left;
}

.cart-image-box {
  width: 20%;
  overflow: hidden;
  border-radius: 2%;
  float: left;
  margin: 1%;
}

.cart-images {
  height: 7em;
  background-size: cover; 
  background-position: center center; 
  background-repeat: no-repeat;
}

.cart-item {
  width: 20%;
  float: left;
  margin: 3.2em 1%;
  text-align: center;
}
.cart-description {
  width: 53%;
  float: left;
  margin: 3.2em 1%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1em;
  text-align: center;
}

.cart-price h3, .cart-total h3 {
  margin: 3.2em 5% 3.2em 20%;
  width: 60%;
}

.cart-quantity input {
  margin: 3.2em 1%;
  border: none;
}

.remove {
  width: 10%;
  margin: 1px;
  float: right;
  clear: right;
}

.coupon {
  width: 20%;
  background-color: #dfd;
  margin: 1% 1% 1% 12.25%;
  float: left;
  height: 6em;
}

.coupon input {
  width: 60%;
  border: none;
  margin: 12.75% 5%;
  padding: 1%;
}

.coupon button {
  width: 25%;
  float: left;
  clear: right;
  margin: 12% 5% 12% 0;
}

.keep-shopping {
  width: 15%;
  height: 6em;
  float: left;
  margin: 1% auto;
  padding: 1%;
  background-color: #dfd;
}

.keep-shopping button {
  text-transform: uppercase;
  margin: 12% auto;
  
}

.checkout {
  width: 37.25%;
  margin: 1% 12.75% 1% 1%;
  float: right;
  background-color: #dfd;
  height: 6em;
}

.checkout button {
  width: 30%;
  clear: none;
  margin: 5.4% 0 5.4% 5.5%;
  text-transform: uppercase;
}

.final-cart-total {
  width: 15%;
  float: right;
  margin: 7%;
  background-color: White;
}

.final-cart-total h3 {
  color: Black;
}  


.okay{
  border: 1px solid grey;
}









/* css */
.titi{
  font-size:13px;
}
.boxy{
  background-color: #070707;
  height: 300px;
  width: 285px;
  /* margin: 10px; */
  margin-left: 15px;
  transition: transform .4s; /* Animation */
  box-shadow: 2px 5px 2px 2px rgb(173, 173, 173);
}

.boxy:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}




marquee{
  background-color: #000066;
  color: white;
  height: 40px;
}
.boxy1{
  background-color:#ff0000;
  height: 300px;
  width: 285px;
  margin: 10px;
  margin-left: 20px;
  box-shadow: 2px 5px 2px 2px rgb(173, 173, 173);
}
.boxy1:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.find{
COLOR: white;
    color: 2px;
    font-size: 18px;
    font-weight: 800;
    margin-left: 37px;
    margin-top: 20px;
}



.work{
color: #fcf8e3;
    font-size: 35px;
    margin-top: 20px;
    margin-left: 105px;
    /* border: 4px solid #ff0000; */
    padding: 13px;
    border-radius: 100%;
    background-color: red;
}
.lily{
  color:white;
  padding: 10px;
  text-align: center;
}
/* change color when hovering wala css haru */


button {
  padding: 10px 20px;
  font-size: 1em;
}

.container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  text-align: center;
}




/* OPTION 1 */
.overlay-outer {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.overlay {
  background: rgba(3, 11, 121, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

a:hover .overlay {
  opacity: 1;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}

.overlay-outer:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn_bottom {
  top: 80%;
}
/*  */

/* OPTION 2 */
.hover_color {
  position: relative;
  margin: 0;
  display: inline-block;
}

.hover_color::before {
  position: absolute;
  content: '';
  left: 0;
  top: 100%;
  right: 0;
  bottom: 0;
  background: rgba(3, 11, 121, 0.7);
  transition: all 350ms;
  opacity: 0.3;
  /*this. this is stupid. to get rid of that empty space. I don't know what causes it*/
/*   margin-bottom: 3px;  */
}

/* top or bottom, to choose where it starts */
.hover_color:hover::before {
  top: 0;
}

.hover_color img {
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  /*alternate solution for that stupid space at the bottom*/
  margin-bottom: -3px;
/*  if the title is always there and you need to darken the background:
 filter: brightness(40%); */
}

.hover_color .hover_color-inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hover_title {
    transform: translateY(-4px);
    opacity: 0; /*or 1, if the title is always visible*/
    transition: all 350ms;
}

.hover_color a {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

/* don't need this if the title is always visible */
.hover_color:hover .hover_title {
  transform: translateY(0);
  opacity: 1;
}
/* scroll page for fb css */
.scrolbox{
  background-color: #000066;
  color:white;
  padding: 10px;

height: 100%;
box-shadow: 4px 4px 4px 4px rgb(194, 194, 194);

}
.scroltitle{
font-weight: 600;
border-bottom: 2px solid white;
padding: 5px;



}
.oho{
  width:12%;
}

.scrollcontent{
overflow-y: scroll;

height: 150px;
}
.jpt{
  position: relative;
  top: 48px;
  z-index: 2;
  left: 21px;
  /* background-color: #464646;
  width: 90%;
  color: white; */

}
.pt{
  font-weight: 700;
}
.fcb{
  font-size: 29px;
  margin-left: 80px;
}
/* css code for form wizard */


.zandgar__wizard {
  display: block;
  height: 100%;
  position: relative;
}

.zandgar__wizard .zandgar__step {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  transform: translateY(20px);
}
.zandgar__wizard .zandgar__step.zandgar__step__active {
  opacity: 1;
  z-index: 1;
  transform: translateY(0);
  transition: 
    opacity .5s ease-out, 
    transform .5s ease-out;
}

.form-input-hint {
  display: none;
}

.form-input-hint.is-visible {
  display: block;
}
