@media screen and (max-width:1024px) {
    .social-links {
        margin-left: 0;
    }
    .pageskin {
        position: fixed;
        background-size: cover;
        background-position: center;
        height: 100%;
    }
    h1 {
        font-size: 2.4em;
    }
    h1::after {
        display: none;
    }
    h2 {
        font-size: 2em;
    }
    .content p {
        max-width: 100%;
    }
    .site-links {
        flex-direction: column;
        align-items: stretch;
    }
    .social-links {
        justify-content: center;
        grid-template-columns: repeat(4, auto);
        gap: 1em
    }
    .login-site {
        order: -1;
        margin-bottom: 1em;
        font-size: 1em;
    }
    .login-site::after {
        display: none;
    }
    .container {
        padding-left: 1em;
        padding-right: 1em;
    }
    .grid-yontemler,
    .grid-yontemler.hizlilink {
        grid-template-columns: 1fr 1fr;
        gap: .5em
    }
    .image-grid,
    .image-grid.saglayici {
        grid-template-columns: repeat(3, 1fr);
    }
    footer span {
        margin-top: 0em;
        display: block;
    }
    .grid-yontemler>a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width:900px) {
	.product-list-wrapper > a {
		padding:5px;
		height:232px;
		margin-bottom:10px;
		
	}
	.product-list-wrapper img{
		height:232px;
	}
	.bgContainer{
		padding:0.9rem;
	}
	.product-list-wrapper2 a{
		height:258px;
	}
	.product-list-wrapper2 img{
		height:258px;
	}
	
	.product-list-wrapper #image_5{
		display:none
	}
	.mobHide{
		display:none;
	}
	
	
	
	
:root {
  --textColor1: #008cff;
  --textColor2: #fff;
  --textColor3: #737594;
}

.button {
  display: block;
  margin: 20px 0;
  height: 50px;
	padding: 35px 0%;
  font-family: "Lucida Grande", "Helvetica", sans-serif;
  font-size: 26px;
  line-height: 4px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border: none;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  background-position: top center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  transition-property: background, color;
}

.button2 {
  position: relative;
  color: var(--textColor2);
  border-radius: 50px 5px 50px 5px;
  background-image: linear-gradient(203deg, #279e46, #23d84e, #001d06, #00ff58, #fbff00, #00fff8);
  background-size: 400%;
  background-position: 0% 0%;
	animation: gradientRotate 2s infinite;
}
.button2::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50px 5px 50px 5px;
  background-image: linear-gradient(203deg, #279e46, #23d84e, #001d06, #00ff58, #fbff00, #00fff8);
  background-size: 500%;
  background-position: 0% 0%;
  filter: blur(10px);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.2s;
}
.button2:hover {
  animation: gradientRotate 2s infinite;
}
.button2:hover::before {
  opacity: 1;
  animation: gradientRotate 2s infinite;
}
.button2:active {
  color: #c3c4d5;
}
.button2:focus::before {
  opacity: 1;
}

@keyframes gradientRotate {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}

.button2:before {
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 20px #82bedc, 0 0 30px #82bedc, 0 0 40px #82bedc, 0 0 50px #82bedc, 0 0 60px #82bedc;
  opacity: 1;
  animation: gradientRotate 2s infinite;
}

.button2 {
	border-radius: 50px 5px 50px 5px;
	animation: rotate 0.7s ease-in-out both;
	
}


@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}


	
	
	header {
		display:block;
	}
	.headLogo {
		background: #1a2a41 !important;
		padding: 20px 0px 20px 0px!important;
	}
	
	.us_custom_c278ddf4 {
    color: #ffffff!important;
    font-weight: 600!important;
    font-size: 14px!important;
    width: 100%!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    position: fixed!important;
    bottom: 0!important;
    background: #d8ad48!important;
	}
	.us_custom_b6904144 {
    color: #ffffff!important;
    font-weight: 600!important;
    font-size: 14px!important;
    width: 100%!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    top: 0!important;
    background: #d8ad48!important;
	}
	
}


@media screen and (max-width:640px) {
    .grid-yontemler,
    .grid-yontemler.hizlilink {
        grid-template-columns: 1fr;
        gap: .5em
    }
    header nav {
        flex-direction: column;
    }
    .logo {
        margin-bottom: 1em;
    }
}

@media screen and (max-width:320px) {
    .grid-yontemler,
    .grid-yontemler.hizlilink {
        grid-template-columns: 1fr;
        gap: .5em
    }
    .social-links {
        justify-content: space-between;
        gap: 1em;
        grid-template-columns: repeat(4, 1fr);
    }
    .social-links a {
        width: unset;
    }
    header nav ul li a {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (max-height:812px) {
    .content-fixed {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 0em;
        flex-wrap: nowrap;
    }
}