*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: 'Kanit', sans-serif;
}
/*Navbar Styling Begin*/
.navbar{
  display: flex;
  align-items: center;
}

nav{
  flex: 1;
  text-align: right;
}

nav ul{
  display: inline-block;
  list-style-type: none;
}
nav ul li{
  display: inline-block;
  margin-right: 20px;
}
nav ul li a:hover{
  color: #008080;
}
/* DROPDOWN MENU */
.services {
  position: relative;
}
.services i{
  color: grey;
}
.dropdown {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  flex: 1;
  text-align: center;
  opacity: 0.8;
}
.dropdown li {
  float: none;
  color: black;
  padding: 12px;
  text-decoration: none;
  display: block;
  text-align: center;
}
.services:hover .dropdown {
  display: block;
}
/*Navbar Styling End*/

a{
  text-decoration: none;
  color: #555;
}
p{
  color: #555;
}
.container{
  max-width: 100%;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.col-2{
  flex-basis: 50%;
  min-width: 100px;
}

.col-2 img{
  max-width: 100%;
  padding: 50px 0;
}
.col-2 h1{
  font-size: 50px;
  line-height: 60px;
  margin: 25px 0;
  font-family: franklin gothic;
}
.btn{
  display: inline-block;
  background: #fff;
  color: black;
  border: 2px solid #008080;
  padding: 8px 30px;
  margin: 30px 0;
  border-radius: 30px;
  transition: background 0.5s;
}

.btn:hover{
  background: #008080;
  color: #fff;
}

.header{
  background: radial-gradient(#fff, #008080);
}
.header .row{
  margin-top: 10px;
}
.categories{
  margin: 70px 0;
}
.col-3{
  flex-basis:  30%;
  min-width: 250px;
  margin-bottom: 30px;
}
.col-3 img{
  width: 100%;
}
.small-container{
  max-width: 1080px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.col-4{
  flex-basis: 25px;
  padding: 10px;
  min-width: 200px;
  margin-bottom: 50px;
  transition: transform 0.5s;
}
.col-4 img{
  width:130%;
  height: 250px;
}
.title{
  text-align: center;
  margin: 100px auto 80px;
  position: relative;
  line-height: 60px;
  color: #555;
}
.title::after{
  content: '';
  background: #008080;
  width: 80px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.h4{
  color: #555;
  font-weight: normal;
}
.col-4 p{
  font-size: 14px;
}
.rating .fa{
  color: #008080;
}
.col-4:hover{
  transform: translateY(5px);
}
/*-- Offer --*/
.offer{
  background: radial-gradient(#fff, #008080);
  margin-top: 80px;
  padding: 30px 0;
}
.col-2 .offer-img{
  max-width: 100%;
  padding: 50px;
  /* margin-left: -150px; */
}
@media (max-width: 600px) {
.col-2 .offer-img{
  margin-left: -25px;
}
}
.small{
  color: #555;
}

/* -- Brands --*/
.brands{
  margin: 100px auto;
}
.col-5{
  width: 160px;
}
.col-5 img{
  width: 100%;
  cursor: pointer;
  filter: grayscale(100%);
  max-width: 400px;
  height: auto;
}
.col-5 img:hover{
  filter: grayscale(0);
}

/*Footer*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);

.footer-distributed{
background: #666;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
box-sizing: border-box;
width: 100%;
text-align: left;
font: bold 16px sans-serif;
padding: 55px 50px;
bottom: 0;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
display: inline-block;
vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
width: 40%;
}

/* The company logo */

.footer-distributed h3{
color:  #ffffff;
font: normal 36px 'Open Sans', cursive;
margin: 0;
}

.footer-distributed h3 span{
color:  lightseagreen;
}

/* Footer links */

.footer-distributed .footer-links{
color:  #ffffff;
margin: 20px 0 12px;
padding: 0;
}

.footer-distributed .footer-links a{
display:inline-block;
line-height: 1.8;
font-weight:400;
text-decoration: none;
color:  inherit;
}
.footer-icons i{
  line-height: 2;
}

.footer-distributed .footer-company-name{
color:  #222;
font-size: 14px;
font-weight: normal;
margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
width: 35%;
}

.footer-distributed .footer-center i{
background-color:  #33383b;
color: #ffffff;
font-size: 25px;
width: 38px;
height: 38px;
border-radius: 50%;
text-align: center;
line-height: 42px;
margin: 10px 15px;
vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
font-size: 17px;
line-height: 38px;
}

.footer-distributed .footer-center p{
display: inline-block;
color: #ffffff;
font-weight:400;
vertical-align: middle;
margin:0;
}

.footer-distributed .footer-center p span{
display:block;
font-weight: normal;
font-size:14px;
line-height:2;
}

.footer-distributed .footer-center p a{
color:  lightseagreen;
text-decoration: none;;
}

.footer-distributed .footer-links a:before {
content: "|";
font-weight:300;
font-size: 20px;
left: 0;
color: #fff;
display: inline-block;
padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
width: 20%;
}

.footer-distributed .footer-company-about{
line-height: 20px;
color:  #92999f;
font-size: 13px;
font-weight: normal;
margin: 0;
}

.footer-distributed .footer-company-about span{
display: block;
color:  #ffffff;
font-size: 14px;
font-weight: bold;
margin-bottom: 20px;
}

.footer-distributed .footer-icons{
margin-top: 25px;
}

.footer-distributed .footer-icons a{
display: inline-block;
width: 35px;
height: 35px;
cursor: pointer;
background-color:  #33383b;
border-radius: 2px;
font-size: 20px;
color: #ffffff;
text-align: center;
line-height: 35px;
margin-right: 3px;
margin-top: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

.footer-distributed{
font: bold 14px sans-serif;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
display: block;
width: 100%;
margin-bottom: 40px;
text-align: center;
}

.footer-distributed .footer-center i{
margin-left: 0;
}

}

/*------*/
/*Overlay Styling Begin*/
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
    text-align: left;
  margin-top: 30px;
  margin-left: 20px;
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }

}
/*Overlay Styling End*/
ul{
  list-style-type: none;
}
.menu-icon{
  width: 35px;
  margin-right: 20px;
  display: none;
}
.form-caption {
  box-sizing: border-box;
  font-family: Georgia, serif;
  position: relative;
  width: 50%;
  padding: 50px;
  background-color: white;
}
.contact-form {
  box-sizing: border-box;
  font-family: Georgia, serif;
  width: 50%;
  padding: 50px;
  background-color: white;
}
.contact-form label {
  display: block;
  font-family: sans-serif;
  margin-bottom: 5px;
}
.contact-form input,
.contact-form textarea {
  font-family: Georgia, serif;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s ease-in-out;
}
.contact-form textarea {
  resize: vertical;
}
.contact-form button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #007bff;
}

/* -- Media query for menu --*/
@media only screen and (max-width: 800px){
    nav ul{
      position: absolute;
      top: 105px;
      left: 0;
      background: #333;
      width: 100%;
      min-height: 300px;
      overflow: hidden;
      transition: max-height 0.5s;
      font-size: 20px;
      visibility: collapse;
    }

    nav ul li{
      display: block;
      margin-top: 40px;
      text-align: center;
    }
    nav ul button{
      display: block;
      margin-right: 50px;
      margin-bottom: 10px;
    }
    nav ul li a{
      color: #fff;
    }
    .services i{
      color: #fff;
    }

    .menu-icon{
      display: block;
      cursor: pointer;
    }
}
/*-- All Products Page -- */
.row-2{
  justify-content: space-between;
  margin: 100px auto 50px;
}
/*Header Styling for Wesbite header Begin*/
.banner-area{
  background-image: url('images/web-design-header.jpg');
  background-size: cover;
  background-position: center center;
  text-align:  center;
  top:100px;
  height: 100vh;
  width: 100%;
  position: fixed;
  padding: 10px;
}

.banner-area::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: -1;

}
.banner-area h1{
  padding-top: 10%;
  font-size: 90px;
  color: #fff;
  text-align: center;
  font-family: New Century Schoolbook, TeX Gyre Schola, serif;

}
.banner-area h4{
  padding-top: 2%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-family: serif;
  font-style: italic;
}
.content-area{
  min-width: 100%;
  min-height: auto;
  position: relative;
  background: #fff;
  top: 600px;
}
/*Header Styling for Wesbite header End*/
/*Header Styling for Graphic header Begin*/
.banner-area-graphic{
  background-image: url('images/graphic.png');
  background-size: cover;
  background-position: center center;
  top:100px;
  height: 100vh;
  width: 100%;
  position: fixed;
}
.banner-area-graphic::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .1;
  z-index: -1;
}
.banner-area-graphic h1{
  padding-top: 8%;
  font-size: 80px;
  color: #fff;
  text-align: center;
  font-family: New Century Schoolbook, TeX Gyre Schola, serif;
}
.banner-area-graphic h4{
  padding-top: 2%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-family: serif;
  font-style: italic;
}
.banner-area-graphic h1{
  padding-top: 8%;
  font-size: 80px;
  color: #fff;
  text-align: center;
  font-family: New Century Schoolbook, TeX Gyre Schola, serif;
}
/*Header Styling for Graphic header Begin*/
/*Social Media Banner Area styling Begin*/
.banner-area-social{
  background-image: url('images/social-media-header.jpg');
  background-size: cover;
  background-position: center center;
  top:100px;
  height: 100vh;
  width: 100%;
  position: fixed;
}
.banner-area-social::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .1;
  z-index: -1;
}
.banner-area-social h1{
  padding-top: 8%;
  font-size: 80px;
  color: #fff;
  text-align: center;
  font-family: New Century Schoolbook, TeX Gyre Schola, serif;
}
.banner-area-social h4{
  padding-top: 2%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-family: serif;
  font-style: italic;
}
.banner-area-social h1{
  padding-top: 8%;
  font-size: 80px;
  color: #fff;
  text-align: center;
  font-family: New Century Schoolbook, TeX Gyre Schola, serif;
}
/*Social Media Banner Area styling End*/

.p-content{
  font-size: 16px;
  line-height: 18px;
  margin: 10px 0 10px 10px;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}
.h2-content{
  line-height: 1;
  font-family: calibri, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 10px 0;
  text-align: center;
  padding-top: 100px;
  font-size: 25px;
}

/*Business Process box styling Begin*/
.row .box-process{
  position: relative;
  width: calc(400px - 30px);
  height: calc(300px - 30px);
  background: #fff;
  float: left;
  margin: 15px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
}

.row .box-process .icon{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #008080;
  transition: 0.5s;
  z-index: 1;
}
.row .box-process:hover .icon{
  top: 20px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.row .box-process .icon .fa{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  color: #fff;
  font-size: 140px;
}
.row .box-process:hover .icon .fa{
  font-size: 40px;
}
.row .box-process .content{
  position: absolute;
  top: 100%;
  height: calc(100% - 100px);
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.5s;
  opacity: 0;
}
.row .box-process:hover .content{
  top: 100px;
  opacity: 1;
}
.row .box-process .content h3{
  margin: 0 0 10px;
  padding: 0;
  color: #000;
  font-size: 24px;
}
.row .box-process .content p{
  margin: 0;
  padding: 0;
  color: #000;
}
@media (max-width: 880px) {
  .row .box-process .icon .fa{
    font-size: 40px;
  }
  .row .box-process .icon{
    top: 20px;
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .row .box-process .content{
    top: 100px;
    opacity: 1;
  }
}

/*Business Process box styling End*/

/*Product cards styling on home screen Begin*/
@import url("https://fonts.googleapis.com/css2?family=Istok+Web:wght@400;700&display=swap");
.card {
position: relative;
width: 320px;
height: 480px;
background: #191919;
border-radius: 20px;
overflow: hidden;
padding-top: 25px;
margin-right: 20px;
margin-bottom: 50px;
}

.card::before {
content: "";
position: absolute;
top: -50%;
width: 100%;
height: 100%;
background: #008080;
transform: skewY(345deg);
transition: 0.5s;
}

.card:hover::before {
top: -70%;
transform: skewY(390deg);
}

.card::after {
position: absolute;
bottom: 0;
left: 0;
font-weight: 600;
font-size: 6em;
color: rgba(0, 0, 0, 0.1);
}

.card .imgBox {
position: relative;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
padding-top: 20px;
z-index: 1;
}
/*
.card .imgBox img {
max-width: 100%;

transition: .5s;
}

.card:hover .imgBox img {
max-width: 50%;

}
*/
.card .contentBox {
position: relative;
padding: 20px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
z-index: 2;
}

.card .contentBox h3 {
font-size: 18px;
color: white;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 1px;
}

.card .contentBox .price {
font-size: 24px;
color: white;
font-weight: 700;
letter-spacing: 1px;
}

.card .contentBox .buy {
position: relative;
top: 100px;
opacity: 0;
padding: 10px 30px;
margin-top: 15px;
color: #000000;
text-decoration: none;
background: #008080;
border-radius: 30px;
text-transform: uppercase;
letter-spacing: 1px;
transition: 0.5s;
}

.card:hover .contentBox .buy {
top: 0;
opacity: 1;
}

.mouse {
height: 250px;
width: auto;
}
/*Product cards styling on home screen End*/
/*Styling for redirect to top button Begin*/
#button-top {
  display: inline-block;
  background-color: #008080;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 40px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button-top:hover {
  cursor: pointer;
  background-color: #333;
}
#button-top:active {
  background-color: #555;
}
#button-top.show {
  opacity: 1;
  visibility: visible;
}
/*Styling for redirect to top button End*/
/* -- Media query for less then 600 screen size --*/
@media only screen and (max-width: 600px){
  .row{
    text-align: center;
  }
  #button-top {
    margin: 10px;
  }
  .col-2, .col-3, .col-4{
    flex-basis: 100%;
  }
  .single-product .row{
    text-align: left;
  }
  .single-product .col-2{
    padding: 20px 0;
  }
  .single-product h1{
    font-size: 26px;
    line-height: 32px;
  }


}

/*About Us video box style Begin*/
.video-box a{
	text-decoration: none;
	color: #fff;
	cursor: pointer;
  font-family: nexa;
  z-index: 3;
}
.video-box {
	display: flex;
	flex-direction: column;
	align-items: center;
  z-index: -1;
}
@media (max-width: 1000px) {
	.video-box {
		padding: 100px 50px;
	}
}
@media (max-width: 600px) {
	.video-box {
		padding: 125px 30px;
	}
}
.video-box {
	position: relative;
	justify-content: center;
	min-height: 100vh;
	color: #fff;
	text-align: center;
}
.video-box video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.video-box h1 {
	margin-bottom: 15px;
	font-size: 65px;
	text-transform: uppercase;
  font-family: nexa;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.video-box h3 {
	margin-bottom: 40px;
	font-size: 25px;
  font-family: nexa;
}
.video-box a.boxBtn {
	padding: 15px 35px;
	background: transparent;
	border-radius: 50px;
	color: #fff;
	text-transform: uppercase;
	border: 4px solid #fff;
	transition: all .5s;
}
.video-box a.boxBtn:hover {
	background: #fff;
	color: #000;
}
@media (max-width: 800px) {

	.video-box {
		min-height: 600px;
	}
	.video-box h1 {
		font-size: 32px;
	}
	.video-box h3 {
		font-size: 20px;
	}
	.video-box a.boxBtn {
		padding: 15px 40px;
	}
}
.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px;
  z-index: inherit;
}

.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 3px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

.arrows path.a1 {
  animation-delay:-1s;
  -webkit-animation-delay:-1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
  animation-delay:-0.5s;
  -webkit-animation-delay:-0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
  animation-delay:0s;
  -webkit-animation-delay:0s; /* Safari 和 Chrome */
}

/*About Us video box style End*/
/*About US pop up boxes style Begin*/
.wrapperSliced {
  display: grid;
  place-content: center;
  background-color: var(--background-color);
  min-height: 20vh;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.5rem, 1rem + 18vw, 15rem);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color);
}

.wrapperSliced > div {
  grid-area: 1/1/-1/-1;
}
.topSliced {
  clip-path: polygon(0% 0%, 100% 0%, 100% 48%, 0% 58%);
}

:root {
  --background-color: black;
  --text-color: hsl(0, 0%, 100%);
}

.container {
max-width: 1280px;
width: 95%;
margin: 0 auto;
}

.scroll-container {
height: 100vh;
min-height: 450px;
padding: 2rem 1rem;
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
}

.scroll-container h3{
  font-size: 20px;
  color: #008080;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 70px 30px;
}
.scroll-container h2{
  font-size: 30px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding: 30px 30px;
}
.scroll-container span{
  font-size: 20px;
  color: #008080;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 70px 0;
}
/*--------------- Who --------------*/
.wrapperSliced:nth-of-type(2){
  background-color: #fff;
  color: #008080;
}
.scroll-container:nth-of-type(3) {
background-color: #fff;
height: 50%;
}
.bottomSliced {
  clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
  color: transparent;
  background: -webkit-linear-gradient(177deg, #fff 53%, var(--text-color) 65%);
  background: linear-gradient(177deg, #fff 53%, rgb(0, 128, 128) 65%);
  background-clip: text;
  -webkit-background-clip: text;
  transform: translateX(-0.02em);
}
.scroll-element1 {
  min-height: 300px;
  height: 40%;
  background-color: #008080;
  color: #fff;
  border-radius: 25px;
  margin: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
}
.scroll-element1 h3{
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 70px 30px;
}
/*-------------------------------*/
/*--------------- Mission --------------*/
.wrapperSliced:nth-of-type(4){
  background-color: #008080;
}
.scroll-container:nth-of-type(5) {
background-color: #008080;
height: 50%;
}
.scroll-container:nth-of-type(5) {
background-color: #008080;
height: 50%;
}
.bottomSliced2 {
  clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
  color: transparent;
  background: -webkit-linear-gradient(177deg, #008080 53%, var(--text-color) 65%);
  background: linear-gradient(177deg, #008080 53%, var(--text-color) 65%);
  background-clip: text;
  -webkit-background-clip: text;
  transform: translateX(-0.02em);
}
/*-------------------------------------*/
/*--------------- Why --------------*/
.wrapperSliced:nth-of-type(6){
  background-color: #fff;
  color: #008080;
}
.scroll-container:nth-of-type(7) {
background-color: #fff;
height: 50%;
}
.bottomSliced3 {
  clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
  color: transparent;
  background: -webkit-linear-gradient(177deg, #fff 53%, var(--text-color) 65%);
  background: linear-gradient(177deg, #fff 53%, rgb(0, 128, 128) 65%);
  background-clip: text;
  -webkit-background-clip: text;
  transform: translateX(-0.02em);
}
/*----------------------------------*/
/*--------------- Team --------------*/
.wrapperSliced:nth-of-type(8){
  background-color: #008080;
}
.scroll-container:nth-of-type(9) {
background-color: #008080;
height: 50%;
}

.bottomSliced4 {
  clip-path: polygon(0% 60%, 100% 50%, 100% 100%, 0% 100%);
  color: transparent;
  background: -webkit-linear-gradient(177deg, #008080 53%, var(--text-color) 65%);
  background: linear-gradient(177deg, #008080 53%, var(--text-color) 65%);
  background-clip: text;
  -webkit-background-clip: text;
  transform: translateX(-0.02em);
}
/*----------------------------------*/


.scroll-container:nth-of-type(even) {
flex-direction: row-reverse;
}

.scroll-element,
.scroll-caption {
width: 80%;
}

.scroll-element {
min-height: 300px;
height: 40%;
background-color: #eaeaea;
border-radius: 25px;
margin: 10px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
}

.scroll-caption {
margin: 1rem;
transform: rotate(-90deg);
}
@media screen and (max-width: 750px) {
.scroll-container,
.scroll-container:nth-of-type(even) {
  flex-direction: column;
  align-content: inherit;
}

.scroll-element {
  height: 100%;
}

.scroll-element,
.scroll-caption {
  width: 100%;
}
}
/**Styling scrollable elements*/

.js-scroll {
opacity: 0;
transition: opacity 500ms;
}

.js-scroll.scrolled {
opacity: 1;
}

.scrolled.fade-in {
animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
animation: slide-in-right 1s ease-in-out both;
}

/* ----------------------------------------------
* Generated by Animista on 2021-2-11 23:32:31
* Licensed under FreeBSD License.
* See http://animista.net/license for more info.
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

@keyframes slide-in-left {
0% {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}
100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
}

@keyframes slide-in-right {
0% {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}
100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
}

@keyframes fade-in-bottom {
0% {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
}

@keyframes fade-in {
0% {
  opacity: 0;
}
100% {
  opacity: 1;
}
}
/*About US pop up boxes style End*/
/*Contact US page styling Begin*/
.contact{

      min-height: 100vh;
      padding: 50px 100px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background: url('images/contact-banner.jpg');
      background-size: cover;
      top: -45px;

    }
    .contact .content-contact-us{
      max-width: 800px;
      text-align: center;
    }
    .contact .content-contact-us h2{
      font-size: 36px;
      font-weight: 500;
      color: #fff;
    }
    .contact .content-contact-us p{
      font-weight: 300;
      color: #fff;
    }
    .container-contact-us{
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 30px;
    }
    .container-contact-us .contactInfo{
      width: 50%;
      display: flex;
      flex-direction: column;
    }
    .container-contact-us .contactInfo .box-contact-us{
      position: relative;
      padding: 20px 0;
      display: flex;
    }
    .container-contact-us .contactInfo .box-contact-us .icon-contact-us{
      min-width: 60px;
      height: 60px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      font-size: 22px;
    }
    .container-contact-us .contactInfo .box-contact-us .text{
      display: flex;
      margin-left: 20px;
      font-size: 16px;
      color: #fff;
      flex-direction: column;
      font-weight: 300;
    }
    .container-contact-us .contactInfo .box-contact-us .text h3{
      font-weight: 500;
      color: #00bcd4;
    }
    .container-contact-us .contactInfo .box-contact-us .text p{
      color: #fff;
    }
    .contactForm{
      width: 40%;
      padding: 40px;
      background: #fff;
    }
    .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;
      resize: 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: #e91e63;
      font-size: 12px;
      transform: translateY(-20px);
    }
    .contactForm .inputBox input[type="submit"]{

      background: #008080;
      color: #fff;
      border: none;
      cursor: pointer;
      padding: 12px 40px;
      border-radius: 40px;
    }

    .contactForm .inputBox input[type="submit"]:hover {
        background-color: #60a0a3;
    }


    @media  (max-width: 991px){
      .contact{
        padding: 50px;
      }
      .container-contact-us{
        flex-direction: column;
      }
      .container-contact-us .contactInfo{
        margin-bottom: 40px;
      }
      .container-contact-us .contactInfo,
      .contactForm{
        width: 100%;
      }
    }
/*Contact US page styling End*/
/*Faq page styling Begin*/
.border-faq{
  margin: auto;
  width: 98%;
  margin-bottom: 30px;
}
.collapsible {
  background-color: #008080;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}
.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.activeF:after {
  content: "\2212";
}

.activeF, .collapsible:hover {
  background-color: #60a0a3;
}
.faq-content {
  padding: 30px 38px 30px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}
.hero-text h1 {
  font-size: 70px;
  font-weight: 600;
  /* background-image: radial-gradient(#fff, #008080); */
  /* color: transparent; */
  font-family: calibri, sans-serif;
  color: #fff;
  background-clip: text;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/faq-banner.jpg");
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}
/*Faq page styling End*/
/*Styling for product container Begin*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
.product-body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  flex: 33.33%;
  margin: 50px;
  height: auto;

}
.product-card {
  position: relative;
  width: calc(300px - 30px);
  height: calc(300px - 30px);
  background: #fff;
  float: left;
  margin: 15px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;

}
.product .product-card .product-img{
z-index: 1;
position: absolute;
text-align: center;
width: 150px;
height: 140px;
bottom: 120px;
left: 60px;
}
.product .product-card img{
-webkit-transition: -webkit-transform 1s;
}
.product .product-card img:hover{
-webkit-transform: rotate(360deg) translateZ(0);
}

.product .product-card .name{
z-index: 1;
color: #008080;
position: absolute;
width: 100%;
text-align: center;
bottom: 70px;
font-size: 20px;
letter-spacing: 1px;
font-family: New Century Schoolbook, TeX Gyre Schola, serif;
}

.product .product-card .price{
z-index: 1;
color: #ADD8E6;
font-family: serif;
font-style: italic;
bottom: 50px;
}

.product .product-card p{
z-index: 1;
color:black;
font-size: 15px;
font-family: serif;
position: absolute;
width: 100%;
text-align: center;
bottom: 50px;
font-size: 16px;
font-weight: 300;
line-height: 18px;
}


.product .product-card .popup-btn{
z-index: 1;
color: black;
background: #fff;
position: absolute;
border: 2px solid #008080;
bottom: 2px;
left: 50%;
transform: translateX(-50%);
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
letter-spacing: 1px;
padding: 10px 15px;
border-radius: 20px;
cursor: pointer;

}

/*Styles for popup view*/

.product .popup-view{
z-index: 2;
background: rgba(255, 255, 255, 0.5);
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
visibility: hidden;
transition: 0.5s;
}

.product .popup-view.active{
opacity: 1;
visibility: visible;
}

.product .popup-card{
position: relative;
display: flex;
width: 800px;
height: 500px;
margin: 20px;

}

.product .popup-card .product-img{
z-index: 2;
background: #008080;
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 45%;
height: 90%;
transform: translateY(25px);
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
opacity: 0.9;

}

.product .popup-card .product-img img{
z-index: 2;
position: relative;
width: 250px;
left: 0;
}

.product .popup-card .info{
z-index: 2;
background: #fff;
display: flex;
flex-direction: column;
width: 55%;
height: 100%;
box-sizing: border-box;
padding: 40px;
border-radius: 10px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.product .popup-card .close-btn{
color: #555;
z-index: 3;
position: absolute;
right: 0;
font-size: 20px;
margin: 20px;
cursor: pointer;
}

.product .popup-card .info h2{
font-size: 40px;
line-height: 30px;
margin: 10px;
}

.product .popup-card .info h2 span{
font-size: 15px;
text-transform: uppercase;
letter-spacing: 2px;
}

.product .popup-card .info p{
font-size: 15px;
margin: 10px;
}


.product .popup-card .info .add-cart-btn{
color: #000;
background: #fff;
border: 2px solid #008080;
cursor: pointer;
font-size: 16px;
font-weight: 600;
text-align: center;
text-decoration: none;
text-transform: uppercase;
margin: 100px auto;
padding: 10px 50px;
border-radius: 20px;
}
/*Responsive styles*/

@media (max-width: 920px){
.product .popup-card{
flex-direction: column;
width: 540px;
height: auto;
}

.product .popup-card .product-img{
z-index: 3;
width: 100%;
height: 200px;
transform: translateY(0);
border-bottom-left-radius: 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.product .popup-card .product-img img{
left: initial;
max-width: 100%;
}

.product .popup-card .info{
width: 100%;
height: auto;
padding: 20px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}

.product .popup-card .info h2{
margin: 20px 5px 5px 5px;
font-size: 25px;
}

.product .popup-card .info h2 span{
font-size: 10px;
}

.product .popup-card .info p{
margin: 5px;
font-size: 13px;
}

.product .popup-card .info .price{
margin: 5px;
font-size: 30px;
}

.product .popup-card .info .add-cart-btn{
margin: 5px auto;
padding: 5px 40px;
font-size: 14px;
}

.product .popup-card .close-btn{
z-index: 4;

}
}
/*Styling for product container End*/
/*Styling for pop up notification Begin*/
.notification-overlay {
  font-family: Arial, sans-serif;
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
justify-content: center;
align-items: center;
z-index: 999;
}

.notification-container {
background-color: white;
border-radius: 8px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
overflow: hidden;
width: 30em;
opacity: 0;
transform: scale(0.8);
transition: all 0.3s ease-in-out;
}

.notification-card {
padding: 20px;
text-align: center;
}

.notification-card h2 {
font-size: 24px;
margin-bottom: 10px;
}

.notification-card p {
font-size: 16px;
margin-bottom: 20px;
}

#close-popup {
background-color: #008080;
color: white;
border: none;
padding: 10px 20px;
border-radius: 4px;
cursor: pointer;
font-size: 18px;
}

#close-popup:hover {
background-color: #60a0a3;
}

/*Styling for pop up notification End*/
.contact-banner {
    background-color: #008080;
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;

    display: flex;
  flex-wrap: wrap;
  position: relative;
}
.contact-banner h1{
  text-align: center;
  color: #fff;
}
.contact-banner-text {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.contact-banner-button {
    color: #fff;
    background: inherit;
    border: 2px solid #fff;
    padding: 12px 40px;
    cursor: pointer;
    border-radius: 40px;

}
.contact-banner-button:hover {
    background-color: #fff;
    color: #008080;
}

/*services banner styling Begin*/
.services-header {
  text-align: center;
  width: 100%;
  height: auto;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 85% 85% / 30%;
}

.services-overlay{
  background-image: url('images/web-design-header.jpg');
  min-height: 600px;
  width: 100%;
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7);
  padding-top: 150px;
}

.services-overlay h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 80px;
  margin-bottom: 30px;
  color: #FFF;

}

.services-overlay p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-family: serif;
  font-style: italic;
}

/*services banner styling End*/
/*Contact-Us Services select Styling Begin*/
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 40px;
  outline: none;
  border: none;
  outline: none;
  border-bottom: 2px solid #333;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  background: #fff;
  padding: 5px 0;
}
.custom-select:hover {
  border-bottom: 2px solid #333;
}
.custom-select:focus {
  border-bottom: 3px solid #333;
  /* box-shadow: 0 3px 5px 0 rgba(0,0,0,.2); */
}
/*Contact-Us Services select Styling End*/
/*Serives Page accordion styling Begin*/
/* ---- Create Accordion --- */
.content-area .accordion{
max-width: 1080px;
height: 400px;
display: flex;
overflow: hidden;
margin: 50px auto;
box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.9);
}

.accordion .tab{
position: relative;
width: 20%;
height: inherit;
padding: 20px;
background: #000;
color: #FFF;
cursor: pointer;
transition: width .5s ease;
}

.accordion .tab img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: all .5s ease;
}

.caption{
position: absolute;
z-index: 2;
top: 150px;
width: 450px;
opacity: 0;
}

.caption h2{
margin-bottom: 2px;
text-overflow:clip;
font-size:24px;
text-transform:uppercase;
}

.caption p{
margin: 0;
font-family: 'Open Sans';
font-size: .9rem;
color: #fff;
}

/* --- Hover Effects --- */

.accordion .tab:hover img{
opacity: .6;
}

.accordion .tab:hover{
width: 80%;
}

.accordion .tab:hover .caption{
transition: all .5s ease;
opacity: 1;
}
@media only screen and (max-width: 600px){
.content-area  .accordion{
    padding: 2px;
  }
  .caption{
    z-index: 2;
    opacity: 1;
    transform: rotate(-90deg);
    position: relative;
    display: flex;
    font-size:5vw;
    top: 300px;
    white-space: nowrap;
    vertical-align: middle;
    width: 20%;
  }
  .caption h2{

  text-transform:uppercase;
  }
  .caption p{
  opacity: 0;
  }
  .accordion .tab img{
  opacity: .6;
  }
  .accordion .tab:hover{
    width: 20%;
  }
}
/*Serives Page accordion styling End*/
/*Promotion Page Styling Begin*/
.promotional {
  background: linear-gradient(to bottom right, #008080, lightblue);
  width: 95%;
  height: auto;
  margin: auto;
  border: 3px solid lightblue;
  padding: 10px;
  text-align: center;
  color: #fff;
}
.col-img img{
  width: auto;
  height: 300px;
}
.popup-btn-promotion{
  display: inline-block;
  background: #fff;
  color: black;
  border: 2px solid #008080;
  padding: 8px 30px;
  margin: 30px 0;
  border-radius: 30px;
  transition: background 0.5s;
  cursor: pointer;
}

    .timer {
      --smaller: .75;
      height: 100%;
      margin: 0;
      align-items: center;
      border: 3px solid #fff;
      display: flex;
      font-family: -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      Oxygen-Sans,
      Ubuntu,
      Cantarell,
      "Helvetica Neue",
      sans-serif;
    }

    .timer-container {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    }

    .timer-container h1 {
    font-weight: normal;
    letter-spacing: .125rem;
    text-transform: uppercase;
    }

    .timer-container li {
    display: inline-block;
    font-size: 1.0em;
    color: #fff;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    }
    .timer-container li span {
    display: block;
    font-size: 4.5rem;
    }

    .emoji {
    display: none;
    padding: 1rem;
    }

    .emoji span {
    font-size: 4rem;
    padding: 0 .5rem;
    }

    @media all and (max-width: 768px) {
    .timer-container h1 {
      font-size: calc(1.5rem * var(--smaller));
    }

    .timer-container li {
      font-size: calc(1.125rem * var(--smaller));
    }

    .timer-container li span {
      font-size: calc(3.375rem * var(--smaller));
    }
    }
/*Promotion Page Styling End*/
