@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,500,600,700,800);


* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
    
  }
  
  body {
    font-family: 'Roboto Condensed',sans-serif;
    margin: 0px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    min-height: 2px;
    overflow-x: hidden;
   
    
  }
 
  section {
    position: relative;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
  }
  section:nth-child(1) {
    background:transparent;
    opacity: 1;
   
  }
  section:nth-child(2) {
    background-image: linear-gradient(#f5f5f5,#f5f5f5);
   
    
  }
  
  section:nth-child(3) {
    background-image: linear-gradient(#f5f5f5,#f5f5f5);
   
  }
  section:nth-child(4) {
    background-image: linear-gradient(#f5f5f5,#f5f5f5);
  }
  section:nth-child(5) {
    background-image: linear-gradient(#f5f5f5,#f5f5f5);
  }
  section:nth-child(6) {
    background-image:linear-gradient(#f5f5f5,#f5f5f5);
   
   
  }
  section:nth-child(7) {
    background-image:linear-gradient(#f5f5f5,#f5f5f5);
   
   
  }
  
  section:nth-child(8) {
    background-image:linear-gradient(#f5f5f5,#f5f5f5);
   
   
  }
  section:nth-child(9) {
    background-image:linear-gradient(#f5f5f5,#f5f5f5);
   
   
  }
  section:nth-child(10) {
    background-image:linear-gradient(#f5f5f5,#f5f5f5);
   
   
  }
  section:nth-child(11) {
    background-image:linear-gradient(#f5f5f5,#f5f5f5);
   
   
  }
  
  section .content {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
  }
  section .content h2,
  section .content p {
    padding: 1rem;
    color: white;
    background-color: transparent;
  
  }
  section .content h2 {
    display: inline-block;
    margin-bottom: 1rem;
  }
  section .content p {
    display: block;
    max-width: 700px;
  }
  
  /*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/
  .about h3 {
    font-weight: 700;
    font-size: 34px;
    color: #00c7c8;
    font-family: "Corporate A BQ",sans-serif;
  }
  
  .about h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    color: #00c7c8;
  }
  
  .about i {
    font-size: 48px;
    margin-top: 15px;
    color: #fff;
  }
  
  .about p {
    font-size: 15px;
    color: #fff;
  }
  
  @media (max-width: 991px) {
    .about .about-img img {
      max-width: 70%;
    }
  }
  
  @media (max-width: 767px) {
    .about .about-img img {
      max-width: 90%;
    }
  }
  
  button{
    color: #000;
    padding: 6px 35px;
    background: transparent;
    border: 1px solid #000;
    border-radius: 20px;
    outline: none;
    cursor: pointer;
  
  }
  button:hover{
    border: 1px solid #00c7c8;
    color: #00c7c8;
    
  }
  
  /* footer section */
  
  .pot{
    background: #f5f5f5;
    margin-top: -230px;
    
  
  
  }
  footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  
    height: 100px;
    width: 100vw;
    font-family: 'Corporate A BQ',sans-serif;
    padding-top: 40px;
    color: #000;
  
    
  
   
  }
  .footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .footer-content h3{
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
    margin-top: 80px;
  }
  .footer-content p{
    max-width: 500px;
    margin: 14px;
    line-height: 28px;
    font-size: 14px;
  }
  .socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
    margin-top: 40px;
    text-align: center;
    margin-left: -30px;
  }
  .socials li{
    margin: 0 10px;
   
  
  }
  
  .socials a{
    text-decoration: none;
    color: #000;
  
  }
  .socials a i{
    font-size: 1.1rem;
    transition: color .4s ease;
  }
  .socials a:hover{
    color: #00c7c8;
  }
  .footer-bottom{
    background: #f5f5f5;
    width: 100vw;
    padding: 10px 0;
    text-align: center;
    margin-left: 14px;
   
    /*background: rgb(255,162,255);
    background: linear-gradient(360deg, rgba(255,162,255,1) 0%, rgba(126,11,203,1) 10%, rgba(0,40,164,1) 20%, rgba(0,0,0,1) 20%);*/
    
  }
  .footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
    margin-bottom: 4px;
    text-align: center;
    margin-left: -50px;
  }
  .footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
  }
  /*button{
  color: #fbfcfd;
  padding: 9px 60px;
  background: transparent;
  border: 1px solid aliceblue;
  border-radius: 20px;
  outline: none;
  cursor: pointer;
  margin-top: 20px;
  
  }
  button:hover{
  border: 1px solid #00c7c8;
  color: #00c7c8;
  
  }*/
  .footer-content img{
    width: 1200px;
    height: 90px;
  }
  .imac {
   
    max-width: 900px;
    margin: 30px auto;
    padding: 20px;
  /*   outline: 1px solid #ccc; */
  }


  /* contact us page*/

  #section101{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: transparent;
  }
  #section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fff38e;
  }
  .container202{
    position: relative;
    min-width: 1100px;
    min-height: 550px;
    display: flex;
    z-index: 1000;
    
  }
  .container202 .contactinfo{
    position: absolute;
    top:40px;
    width: 350px;
    height: calc(100% - 80px);
    background: #595959;
    z-index: 1;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 20px 25px rgba(0,0,0,0.25);
  }

  .container202 .contactform{
    position: absolute;
    padding: 70px 50px;
    padding-left: 250px;
    margin-left: 150px;
    width: calc(100% - 150px);
    height: 100%;
    background: #000;
    box-shadow: 0 50px 50px rgba(0,0,0,0.25);
  }

  .container202 .contactinfo h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
  }
  .container202 .contactinfo ul.info{
    position: relative;
    margin: 20px 0;
  }
  .container202 .contactinfo ul.info li{
    position: relative;
    list-style: none;
    display: flex;
    margin: 20px 0;
    cursor: pointer;
    align-items: flex-start;
  }
  .container202 .contactinfo ul.info li span:nth-child(1){
    width: 30px;
    min-width: 30px;
  }
  .container202 .contactinfo ul.info li span:nth-child(1) img{
    max-width: 100%;
  }

  /*contact page */
  
  /*.contact{
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(/images/map.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .contact .content101 {
    max-width: 800px;
    text-align: center;
  }



  .contact .content101 h2{
    font-size: 36px;
    font-weight: 500;
    color: #000;
    margin-bottom: 80px;
  }

  .contact .content101 p{
    font-weight: 300;
    color: #000;
    line-height: 2rem;
    margin-top: 2px;
  }
  .container202{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
  }

  .container202 .contactInfo{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: -100px;
  }
  .container202 .contactInfo .box{
    position: relative;
    padding: 20px 0;
    display: flex;
  }
  .container202 .contactInfo .box .icon{
    min-width: 60px;
    height: 60px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
  }

  .container202 .contactInfo .box .text11{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #000;
    flex-direction: column;
  }

  .container202 .contactInfo .box .text11 h3{
    font-weight: 500;
    color: #00c7c8;
  }
  .contactForm{
    width: 40%;
    padding: 40px;
    background: #fff;
    box-shadow: 3px 9px 2px 4px #d3d3d3;
    margin-top: -120px;
  }
  .contactForm h2{
    font-size: 30px;
    color: #333;
    font-weight: 500;
  }
  .contactForm .inputBox{
    position: relative;
    width: 100%;
    margin-top: 10px;
  }
  .contactForm .inputBox input,
  .contactForm .inputBox textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
  }
  .contactForm .inputBox span{
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #666;
  }

  .contactForm .inputBox input:focus ~ span
  .contactForm .inputBox input:valid ~ span,
  .contactForm .inputBox textarea:focus ~ span,
  .contactForm .inputBox textarea:valid ~ span{
    color: #000;
    font-size: 12px;
    transform: translateY(-20px);
  }
  .contactForm .inputBox input[type="submit"]{
    width: 100%;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
    padding: 10px;
    border-radius: 50px;
  }
  .contactForm .inputBox input[type="submit"]:hover{
    color: #00c7c8;
    border: 1px solid #00c7c8;
  }

  @media(max-width:991px)
  {
    .contact{
      padding: 50px;
    }
    .container202{
      flex-direction: column;
    }
    .container202 .contactInfo{
      margin-bottom: 40px;
    }
  }*/

/*Applications*/

  .bottle {
  background-color: #f5f5f5;
  
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
 
}

.grid {
  display: grid;
  width: 114em;
  grid-gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  align-items: start;
  
}

.grid-item {
  background-color: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.2s;
  height: 600px;
}

.grid-item:hover {
  transform: translateY(-0.5%);
  box-shadow: 0 4rem 8rem rgba(0, 0, 0, 0.2);
}

.card-img {
  display: block;
  width: 100%;
  height: 15rem;
  object-fit: cover;
}

.card-content {
  padding: 2rem;
}

.card-header {
  font-size: 1.5rem;
  font-weight: 500;
  color: #00c7c8;
  margin-bottom: 1.5rem;
}

.card-text {
  font-size: 1rem;
  
  line-height: 1.7;
  color: #000;
  margin-bottom: 2.5rem;
  text-align: justify;
}


@media only screen and (max-width: 60em) {
  body {
    /* padding: 3rem; */
  }

  .grid {
    grid-gap: 3rem;
  }
}

/*FAQs*/

#section-9{
  min-height: 70vh;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title{
  font-size: 3rem;
  margin: 2rem 0rem;
}
.faq{
  max-width: 700px;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #00c7c8;
  cursor: pointer;
}
.question{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.question h3{
  font-size: 1.3rem;
}
.answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.4s ease;
}
.answer p{
  padding-top: 1rem;
  line-height: 1.6;
  font-size: 1.1rem;
}
.faq.active .answer{
  max-height: 300px;
  animation: fade 1s ease-in-out;
}

.faq.active i{
  transform: rotate(180deg);
}
i{
  transition: transform .5s ease-in;
}

@keyframes fade{
  from{
      opacity: 0;
      transform: translateY(-10px);
  }
  to{
      opacity: 1;
      transform: translateY(0px);
  }
}
/*keywords*/

.slider{
  height: 700px;
  margin: 0px;
  overflow: hidden;
  position: relative;
  width:1900px;
  padding-top: 40px;
}
.slider .slide-track{
  animation: scroll 10s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide{
  height: 1px;
  width: 340px;
}

@keyframes scroll{
  0%{
      transform: translateX(0);
  }
  100%{
      transform: translateX(calc(-250px * 7));
  }
}

.pin{
    margin: 0;
    padding: 0;
    font-family: 'Monoton',sans-serif;
    background-color: transparent;
    
}
.text1 h1{
    font-weight: 500;
    font-size: 66px;
    margin-top: 30px;
    /*background: -webkit-linear-gradient(#00c7c8 30%, #3090B3 40%,#3066A5 50%,#31429A 60%,#863886 70%,#B9337B 80%,#E52F72 90%);*/
    background: -webkit-linear-gradient(#00c7c8 -10%,#863886 70%,#B9337B 5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     background-repeat : 'no-repeat';
     animation: all 0.3s ease-in;
     background-color: #fff;
    

    /*background-color: #fff;
    background-image: linear-gradient(90deg, rgba(255,139,245,1) 0%, rgba(215,139,255,1) 8%, rgba(105,97,255,1) 16%, rgba(32,149,219,1) 24%, rgba(26,159,198,1) 32%, rgba(3,212,171,1) 40%, rgba(55,215,87,1) 48%, rgba(53,238,1,1) 56%, rgba(255,252,0,1) 64%, rgba(255,169,8,1) 72%, rgba(249,150,73,1) 80%, rgba(255,83,32,1) 88%, rgba(255,68,39,1) 96%, rgba(255,48,48,1) 100%);
    background-repeat : 'no-repeat';
    -webkit-background-clip: text;
  	-webkit-text-fill-color: transparent; 
    animation: all 0.3s ease-in;*/
  
}
.glass{
    margin-top: 90px;
}

/* popup*/


.box303 {
	text-align: center;
	margin-top: 90px;
}
.button303 {
	font-size: 1em;
	padding: 8px 35px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
	background: transparent;
	border-radius: 50px;
	border: 1px solid #000;
}
.button303:hover{
	color:#00c7c8;
	border:1px solid #00c7c8;
}
.overlay303 {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}
.overlay303:target {
	visibility: visible;
	opacity: 1;
}
.wrapper303 {
	margin: 70px auto;
	padding: 20px;
	background: #b51515;
	border-radius: 50px;
	width: 30%;
	position: relative;
	transition: all 5s ease-in-out;
}
.wrapper303 h2 {
	margin-top: 0;
	color: #333;
}
.wrapper303 .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.wrapper303 .close:hover {
	color: #06D85F;
}
.wrapper303 .content {
	max-height: 30%;
	overflow: auto;
}
/*form*/

.container303 {
	border-radius: 5px;
	background-color: #f5f5f5;
	padding: 20px 0;
}
form label {
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 0px;
}
input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 40px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}
input[type="submit"] {
	background-color: transparent;
	color: #000;
	padding: 8px 50px;
	border: 1px solid #000;
	border-radius: 50px;
	cursor: pointer;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0px;
	width: 100%;
	font-weight: 600;
}
input[type="submit"]:hover{
	color:#00c7c8;
	border:1px solid #00c7c8;
}

/* button popup */

#login-modal,#login-modal1,#login-modal2,#login-modal3,#login-modal4,#login-modal5,#login-download1,#login-download2,#login-download3,#login-download4,#login-download5,#login-download6,#login-download7,#login-download8,#login-download9,#login-download10,#login-download11,#login-download12,#login-download13,#login-download14,#login-download15,#login-download16,#login-download17{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  z-index: 100;
  display: none;
  justify-content: center;
  align-items: center;
}

.modal{
  background: #f0f0f0;
  padding: 10px 0px 20px 0;
  border-radius: 45px;
  width: 480px;
  text-align: center;
  box-shadow:  2px 2px 1px 1px #fff;
}
.top-form{
  display: flex;
  justify-content: flex-end;
}

.top-form .close-modal,.close-modal1,.close-modal2,.close-modal3,.close-modal4,.close-modal5,.close-download1,.close-download2,.close-download3,.close-download4,.close-download5,.close-download6,.close-download7,.close-download8,.close-download9,.close-download10,.close-download11,.close-download12,.close-download13,.close-download14,.close-download15,.close-download16,.close-download17{
  cursor: pointer;
  padding: 10px 30px;
  font-size: 20px;
  opacity: 0.5;
}
.top-form .close-modal,.close-modal1,.close-modal2,.close-modal3,.close-modal4,.close-modal5,.close-download1,.close-download2,.close-download3,.close-download4,.close-download5,.close-download6,.close-download7,.close-download8,.close-download9,.close-download10,.close-download11,.close-download12,.close-download13,.close-download14,.close-download15,.close-download16,.close-download17:hover{
  opacity: 1;
}
.login-form h2{
  letter-spacing:0px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.login-form form input,textarea{
  width: 75%;
  margin-bottom: 20px;
  padding: 12px 12px;
  box-sizing: border-box;
  border: 1px solid #00c7c8;
  border-radius: 10px;
}
/*.login-form form input,textarea:focus{
 
  border: 1px solid #00c7c8;
}*/
.login-form button{
  color: #000;
  padding: 8px 10px;
  width: 35%;
  background: transparent;
  border: 1px solid #000;
  border-radius: 50px;
  margin: 10px auto;
  cursor: pointer;
  font-size: 15px;
}
.login-form button:hover{
  color: #00c7c8;
  border: 1px solid #00c7c8;
}

.text22 h3{
  color:#000;
}
.text22 h3:hover{
  color: #00c7c8;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #d5d5d5;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #00c7c8;
}



/* contact page sample -2 */

.containercontact{
    min-height: 100vh;
    background: #08071d;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/images/contactbg.png") no-repeat center center/cover;
    opacity: 0.7;
   
}

.containercontact form{
    width: 700px;
    height: 800px;
    display: flex;
    justify-content: center;
    box-shadow: 20px 20px 50px rgba(0,0,0,0.3);
    border-radius: 15px;
    background: rgba(251, 250, 250, 0.801);
    backdrop-filter: blur(30px);
    flex-wrap: wrap;
}

.containercontact form h1{
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    width: 500px;
    text-align: center;
}

.containercontact form input{
    width: 290px;
    height: 40px;
    padding-left: 10px;
    outline: none;
    border: none;
    font-size: 15px;
    margin-bottom: 10px;
    background: none;
    border-bottom: 2px solid #000;
}

.containercontact form input,select::placeholder{
    color: #000;
}

.containercontact form #lastName,
.containercontact form #mobile{
    margin-left: 20px;
}

.containercontact form h4{
    color: #000;
    font-weight: 300;
    width: 600px;
    margin-top: 950px;
}

.containercontact form textarea{
    background: none;
    border: none;
    border-bottom: 2px solid #000;
    color: #000;
    font-weight: 200;
    font-size: 15px;
    padding: 10px;
    outline: none;
    min-width: 600px;
    max-width: 600px;
    min-height: 80px;
    max-height: 80px;
}

textarea::-webkit-scrollbar{
    width: 1em;
}

textarea::-webkit-scrollbar-thumb{
    background-color: rgba(194,194,194,0.713);
}

.containercontact form #button{
    border: none;
    background: transparent;
    border-radius: 50px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    width: 600px;
    padding: 0;
    margin-right: 5px;
    margin-bottom: 30px;
    transition: 0.3s;
    border: 1px solid #000;
}

.containercontact form #button:hover{
    opacity: 0.7;
    color: #00c7c8;
    border: 1px solid #00c7c8;
}
 .contactInfo{
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-top: -100px;
}
 .contactInfo .box{
  position: relative;
  padding: 20px 0;
  display: flex;
}
.contactInfo .box .icon{
  min-width: 60px;
  height: 60px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 22px;
}

 .contactInfo .box .text11{
  display: flex;
  margin-left: 20px;
  font-size: 16px;
  color: #000;
  flex-direction: column;
}

.contactInfo .box .text11 h3{
  font-weight: 500;
  color: #00c7c8;
}


/*navbar for industry page */
.navigation{
  font-family: 'Roboto Condensed',sans-serif;
  text-decoration: none;

}
.nav-bar {
  z-index: -9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  color: #000;
  padding: 10px 20px;
  text-decoration: none;
  /* width:1550px; */

}
/* Add styles for the logo */
.nav-logo {
  flex: 1;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}
/* Add styles for the navigation elements */
.nav-elements  {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  color: #000;
  font-size: 20px;
}
.nav-elements :hover{
  color: #00c7c8;
}
.nav-elements li {
  margin: 0 10px;
  list-style: none;
  color: #000;
  
}
.nav-elements li:hover{
  color: #00c7c8;
  
}
/* Add styles for the industries dropdown */
.dropdown {
  position: relative;
  display: inline-block;
  
}
.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  transition: 0.3s;
}
.dropdown:hover .dropdown-content {
  display: block;
  background-color: #5a5a5acc;
  transition: 0.3s;
}
.dropdown-content a {
  color: #333;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
 
}
.dropdown-content a:hover {
  background-color: #333;
}
/* Add styles for the contact element */
.nav-contact {
  flex: 1;
  /* text-align: right; */
  color: #000;
  margin-right: 23px;
}
.nav-contact:hover{
  color: #00c7c8;
}

/* Add media query for responsive design */
@media screen and (max-width: 600px) {
  .nav-elements {
    display: none;
  }
  .nav-contact {
    flex: 1;
    text-align: center;
  }
}

/*popup home */

.popup-screen{
  z-index:999999;
  position: fixed;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  transition: 0.5s ease;
  transition-property: visibility;
}
.popup-screen.active{
  visibility: visible;
}

.popup-box{
  position: relative;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 5px 25px rgb(0 0 0 / 20%);
 transform: scale(0);
  transition: 0.5s ease;
  transition-property: transform;
}
.popup-screen.active .popup-box{
  transform: scale(1);

}
.popup-box h2{
  font-size: 2.1em;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
}
.popup-box p{
  font-size: 1rem;
  margin-bottom: 30px;
  text-align: center;
}
.popup-box .btn{
  color: #000;
  background: transparent;
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 87px;
  border-radius: 50px;
  border: 1px solid #000;
  text-decoration: none;
}
.popup-box .btn:hover{
  color: #00c7c8;
  border: 1px solid #00c7c8;
}
.close-btn{
  position: absolute;
  font-size: 1em;
  top: 0;
  right: 0;
  margin: 15px;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s ease;
  transition-property: opacity;
}
.close-btn:hover{
  opacity: 1;
}


/*blog new*/

.wall-item{
    display: block;
    margin: 0 0 24px 0;
    padding: 12px;
    background: #fff;
    transition: all 200ms;
    border-radius: 20px;
}
.wall-item:hover{
    transform: translateY(-6px);
    transition: all 200ms;
}
.wall-item > img{
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    border-radius: 20px;
    outline: 2px solid #00c7c8;
}
.wall-item h2{
    text-align: center;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
}
.wall-column{
    display: block;
    position: relative;
    width: 33.3333%;
    float: left;
    padding: 0 12px;
    box-sizing: border-box;
}

@media (max-width:640px) {
    .wall-column {
        width: 50%;
    }
}

@media (max-width:480px) {
    .wall-column{
        width: auto;
        float: none;
    }
}


/*about us new*/


.col-text {
  height:20em;
}
.grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-direction: row; 
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-around;
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.col-left {
  -webkit-box-ordinal-group:-1;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.col-text{
  display: flex;
  align-items: center;
  justify-content: center;
}
.Aligner-item {
  width: 60%;
}
.col-image {
  background-size: cover;
  background-position:center center;
}

@media (max-width: 640px) {
  .grid-flex {
    height: 90em;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column; 
   }
  /* .col {
    order:vertical;
  } */
  .col-left {
    order:vertical;
    -webkit-box-ordinal-group:0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .col-text div p {
    padding: 1em;
  }
  .Aligner-item {
    width: 90%;
  }
}



/* product cards new*/



/* This pen */
body {
  /* font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  color: #ffffff; */
  text-rendering: optimizeLegibility;
  /* font-weight: initial; */
}

/* .dark {
  background: #110f16;
} */

.light {
  background: #f5f5f5;
}

a, a:hover {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
  margin: 2rem 0;
  text-transform: uppercase;
  text-align: center;
  font-size: 2.5rem;
}

/* Cards */
.postcard {
  flex-wrap: wrap;
  display: flex;
  /* box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66); */
  border-radius: 10px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
  color: #ffffff;
}
.postcard.dark {
  background-color: #18151f;
}
.postcard.light {
  background-color: #e1e5ea;
}
.postcard .t-dark {
  color: #18151f;
}
.postcard a {
  color: inherit;
}
.postcard h1, .postcard .h1 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.postcard .small {
  font-size: 80%;
}
.postcard .postcard__title {
  font-size: 1.75rem;
}
.postcard .postcard__img {
  max-height: 180px;
  width: 100%;
  /* object-fit: cover; */
  position: relative;
}
.postcard .postcard__img_link {
  display: contents;
}
.postcard .postcard__bar {
  width: 60px;
  height: 4px;
  margin: 10px 0;
  border-radius: 2px;
  background-color: #B9337B;
  transition: width 0.2s ease;
}
.postcard .postcard__text {
  /* padding: 1.5rem; */
  position: relative;
  display: flex;
  flex-direction: column;
}
.postcard .postcard__preview-txt {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  height: 100%;
}
.postcard .postcard__tagbox {
  display: flex;
  flex-flow: row wrap;
  font-size: 14px;
  margin: 20px 0 0 0;
  padding: 0;
  justify-content: center;
}
.postcard .postcard__tagbox .tag__item {
  display: inline-block;
  /* background: rgba(83, 83, 83, 0.4); */
  border-radius: 50px;
  padding: 2.5px 30px;
  margin: 0 5px 5px 0;
  cursor: pointer;
  user-select: none;
  transition:  0.3s;
  text-decoration: none;
  border: 1px solid #000;
  color: #000;
}
.postcard .postcard__tagbox .tag__item:hover {
  border: 1px solid #00c7c8;
  color: #00c7c8;
}
.postcard:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background-image: linear-gradient(-70deg, #ffffff, transparent 50%); */
  opacity: 1;
  border-radius: 10px;
}
.postcard:hover .postcard__bar {
  width: 100px;
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
  }
  .postcard .postcard__title {
    font-size: 2rem;
  }
  .postcard .postcard__tagbox {
    justify-content: start;
  }
  .postcard .postcard__img {
    max-width: 300px;
    max-height: 100%;
    transition: transform 0.3s ease;
  }
  .postcard .postcard__text {
    /* padding: 3rem; */
    width: 100%;
  }
  .postcard .media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #18151f;
    top: -20%;
    height: 130%;
    width: 55px;
  }
  .postcard:hover .postcard__img {
    transform: scale(1.1);
  }
  .postcard:nth-child(2n+1) {
    flex-direction: row;
  }
  .postcard:nth-child(2n+0) {
    flex-direction: row-reverse;
  }
  .postcard:nth-child(2n+1) .postcard__text::before {
    left: -12px !important;
    transform: rotate(4deg);
  }
  .postcard:nth-child(2n+0) .postcard__text::before {
    right: -12px !important;
    transform: rotate(-4deg);
  }
}
@media screen and (min-width: 1024px) {
  .postcard__text {
    padding: 2rem 3.5rem;
  }

  .postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    top: -20%;
    height: 130%;
    width: 55px;
  }

  .postcard.dark .postcard__text:before {
    background: #18151f;
  }

  .postcard.light .postcard__text:before {
    /* background: #e1e5ea; */
  }
}
/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
  background: #080808;
  color: black;
}

.green .postcard__title:hover {
  color: #79dd09;
}

.green .postcard__bar {
  background-color: #79dd09;
}

.green::before {
  background-image: linear-gradient(-30deg, rgba(238, 243, 245, 0.1), transparent 50%);
}

.green:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(121, 221, 9, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
  background: #2c292913;
}

.blue .postcard__title:hover {
  color: #000;
}

.blue .postcard__bar {
  background-color: #BB2693;
}

.blue::before {
   background-image: linear-gradient(-30deg, rgba(247, 241, 241, 0.1), transparent 50%); 
}

.blue:nth-child(2n)::before {
   background-image: linear-gradient(30deg, rgba(0, 118, 189, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
  background: #bd150b;
}

/* .red .postcard__title:hover {
  color: #bd150b;
}

.red .postcard__bar {
  background-color: #bd150b;
}

.red::before {
  background-image: linear-gradient(-30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.red:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(189, 21, 11, 0.1), transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
  background: #bdbb49;
  color: black;
}

.yellow .postcard__title:hover {
  color: #bdbb49;
}

.yellow .postcard__bar {
  background-color: #bdbb49;
}

.yellow::before {
  background-image: linear-gradient(-30deg, rgba(189, 187, 73, 0.1), transparent 50%);
}

.yellow:nth-child(2n)::before {
  background-image: linear-gradient(30deg, rgba(189, 187, 73, 0.1), transparent 50%);
} */

@media screen and (min-width: 769px) {
  .green::before {
    background-image: linear-gradient(-80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }

  .green:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(121, 221, 9, 0.1), transparent 50%);
  }

  .blue::before {
    background-image: linear-gradient(-80deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }

  .blue:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(0, 118, 189, 0.1), transparent 50%);
  }

  .red::before {
    background-image: linear-gradient(-80deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }

  .red:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(189, 21, 11, 0.1), transparent 50%);
  }

  .yellow::before {
    background-image: linear-gradient(-80deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }

  .yellow:nth-child(2n)::before {
    background-image: linear-gradient(80deg, rgba(189, 187, 73, 0.1), transparent 50%);
  }
}





