/* PRODUCT CARDS */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Teko:700);
.snip1543 {
  background-color: #fff;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  /* margin: 10px; */
  max-width: 315px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.snip1543 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.snip1543:before,
.snip1543:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #0a23c7;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.snip1543:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}
.snip1543:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}
.snip1543 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}
.snip1543 figcaption:before,
.snip1543 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0a23c7;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}
.snip1543 figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}
.snip1543 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}
.snip1543 h4,
.snip1543 p,
.snip1543 .button {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.snip1543 h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}
.snip1543 p {
  font-size: 0.9em;
}
.snip1543:hover h4,
.snip1543.hover h4,
.snip1543:hover p,
.snip1543.hover p,
.snip1543:hover .button,
.snip1543.hover .button {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.snip1543:hover:before,
.snip1543.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.snip1543:hover:after,
.snip1543.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}
.snip1543:hover figcaption:before,
.snip1543.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.snip1543:hover figcaption:after,
.snip1543.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.snip1543 p,h4{
  color: #fff;
}
.snip1543{
  height: 15em;
}
.snip1543 img{
  margin: 3em 0 0 3em;
}
.snip1543 .button{
  border: 1px solid #8c88da;
  border-radius: 3px;
  padding: 0.5em;
  vertical-align: bottom;
}
.snip1543 span{
  color: white;
}
.read-more{
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.snip1543 span:hover{
  color: #8c88da;
  font-size: 19px;
}
/* Product Button */
div[class*=box] {
	height: 33.33%;
	/* width: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0; */
  display: block;
  margin: auto;
}
.btn-button {
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 250px;
	cursor: pointer;
}
.btn-three {
	color: #0a23c7;
	transition: all 0.5s;
	position: relative;
}
.btn-three::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(10,35,199,0.1);
	transition: all 0.3s;
}
.btn-three:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.btn-three::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid rgba(10,35,199,0.5);
	transform: scale(1.2,1.2);
  
}
.btn-three:hover::after {
	opacity: 1;
	transform: scale(1,1);
}

/* NAVBAR */
.underline {
  background: linear-gradient(0deg, #0002ba, #0002ba) no-repeat right bottom / 0 var(--bg-h);
  transition: background-size 500ms;
  --bg-h: 100%;
  padding-bottom: 2px;
  --bg-h: 2.5px;
  text-decoration: none;
  color: inherit;
  line-height: 1;
  border-radius: 3px;
}
.underline:where(:hover, :focus-visible) {
  background-size: 100% var(--bg-h);
  background-position-x: left;
}
.nav-menu>li:hover>a{
  color: #000!important;
}

/* SERVİCES CARD */
figure.snip1321 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  /* margin: 10px; */
  /* min-width: 230px;
  max-width: 315px; */
  width: 100%;
  color: #000000;
  text-align: center;
  -webkit-perspective: 50em;
  perspective: 50em;
}
figure.snip1321 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
figure.snip1321 img {
  max-width: 100%;
  vertical-align: top;
  height: 282px;
  object-fit: cover;
}
figure.snip1321 figcaption {
  top: 50%;
  left: 20px;
  right: 20px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}
figure.snip1321 h2,
figure.snip1321 h4 {
  margin: 0;
  color: #000;
}
figure.snip1321 h2 {
  font-weight: 600;
}
figure.snip1321 h4 {
  font-weight: 400;
}
figure.snip1321 i {
  font-size: 32px;
}
figure.snip1321:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
}
figure.snip1321 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1321:hover:after,
figure.snip1321.hover:after {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0.9;
}
/* SERVİCES PROVİDED */
.slider img {
  width: 100%;
  height: 100%;
  margin: 0 7em;
  animation: scroll 35s linear infinite;
  object-fit: contain;
}
.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}
@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}
/* PARTNERS */
.ase{
  margin: 0 5.3em;
  width: 180px;
}
.section-partners img:hover{
  transform: scale(1.1);
}
/* ABOUT */
/* .contact-margin{
  margin-bottom: 5em;
} */
/* RESPONSIVE */
@media (min-width:768px) {
  .contact-margin{
    min-height: 69vh
  } 
}
@media (max-width: 992px) {
  .ase {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 105px;
  }
}
@media (max-width:800px){
  .snip1543 img {
    margin: 3em 0 0 2em;
  }
}
@media (max-width:768px){
  .footer-res{
    text-align: center;
  }
  .ase {
    margin: 2em auto;
    width: 250px;
    display: block;
  }
  .social-icons {
    margin: -12px;
  }
  .social-icons li{
    padding: 0px 0px 13px 0px;
  }
  .snip1543{
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width:400px) {
  .nav-brand img{
    width: 250px;
  }
  .contact-info-section p{
    font-size: 13px;
  }
} 
@media (max-width:300px) {
  .nav-brand img{
    width: 200px;
  }
  .btn-button{
    width: 160px;
  }  
  .contact-info-section p{
    font-size: 11px;
  }
} 
@media (max-width:250px) {
  .snip1543{
    min-width: 200px;
  }
  .contact-info-section p{
    font-size: 9px;
  }
}
@media (max-width:230px) {
  .nav-brand img{
    width: 150px;
  }
}
#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.main-video{
  width: 100%;
}
