body {
  margin: 0;
}
canvas {
  vertical-align: bottom;
} 
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
} 
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #cfcdcd;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
}
#stats,
.count-particles {
    user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#particles-js{
  position: absolute;
  top: 0;
  width: 100%;
  height: 50rem;
  background: #ebebeb;
}
#typewriter {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  display: inline; 
}
#typewriter::after {
  content: "|";
  animation: blink 0.7s infinite;
  margin-left: 2px;
  color: #0c2340; 
}


.cursor {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  display: inline-block;
  animation: blink 0.7s infinite;
  color: inherit;
  margin-left: 5px;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.home-brands{
    background: rgba(140,183,183,.75) !important;
    position: relative;
}


.home-brands::after{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    z-index:1;

    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);

    background-size:7px 7px;
}

.home-brands > .content-section{
    position: relative;
    z-index: 2;
}


.brands-link-section .skip-button{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
    transition:all .35s ease;
}

.brands-link-section .skip-button i{
    transition:.35s;
}

.brands-link-section .skip-button:hover{
    transform:translateY(5px);
    box-shadow:0 12px 25px rgba(0,0,0,.15);
}

.brands-link-section .skip-button:hover i{
    transform:translateY(4px);
}

.arrow-down{
    width:12px;
    height:12px;
    border-right:2px solid #111;
    border-bottom:2px solid #111;
    transform:rotate(45deg);
    margin-top:-4px;
}

.arrow-dark{
    border-color:#111;
}


.footer-wrapper{
    position: relative;
    overflow: hidden;
    background:#07111a !important; 
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    left: 0;
    right: 0;
    box-sizing: border-box;
}
#footer-wave{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    z-index:1;
    pointer-events:none;
    display:block;
}

.content-section.footer {

    background: transparent !important;
    position: relative;
    z-index: 2;
    padding: 30px 0 30px; 
    overflow: hidden;
}




.footer-main {
    position: relative;
    z-index: 2; 
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 30px;
    
    padding-left: 10%;  
    padding-right: 10%; 
    box-sizing: border-box;
}


.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1); 
    padding-top: 30px;
    margin-top: 40px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; 
    
    padding-left: 10%;  
    padding-right: 10%; 
    box-sizing: border-box;
}

.footer-main aside:first-of-type, 
.footer-info-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important; 
    text-align: left !important;        
}

.address {
    display: block !important;
    color: #a0aec0;
    font-size: 13.5px;
    line-height: 1.6;
    text-decoration: none;
    max-width: 280px;         
    margin-top: 25px;         
    margin-bottom: 20px;
}


.phone, .mail {
    display: block !important;
    color: #a0aec0;
    font-size: 13.5px;
    text-decoration: none;
    margin-bottom: 10px;
}

.phone {
    margin-top: 10px !important; 
}

.address:hover, .phone:hover, .mail:hover {
    color: #ffffff;
}

.footer-main aside:not(:first-child) .content-title-wrapper{
    border-top:1px solid rgba(255,255,255,.15);
    padding-top:15px;
    margin-bottom:20px;
}

.content-title {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.footer-main aside ul{
    list-style:none;
    margin:0;
    padding:0;
}

.footer-main aside ul li{
    margin-bottom:14px;
}

.footer-main aside ul li a{
    color:#a0aec0;
    text-decoration:none;
    transition:.25s;
}

.footer-main aside ul li a:hover{
    color:#fff;
}


.has-tag {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tag {
    background-color: #ffffff;
    color: #030b14 !important;
    font-size: 10px !important;
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}


.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1); 
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}


.media {
    background-color: #f7f9fa;
    border-radius: 50px;
    padding: 12px 35px;
}

.media ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.media-item {
    text-decoration: none;
    color: #4a5568;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.2s;
}

.media-item:hover {
    color: #000000;
}


.footer-bottom-links {
    display: flex;
    gap: 40px;
    align-items: center;
}

.sitemap {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}

.copyright {
    color: #718096;
    font-size: 13px;
}


@media (max-width: 992px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 25px;
        text-align: center;
    }
}
@media (max-width: 576px) {
    .footer-main {
        grid-template-columns: 1fr;
    }
}
.footer-logo img,
.footer-wrapper #logo {
    height: 32px;            
    width: auto;
    display: block;
    margin-bottom: 0;
    filter: none !important;
}

.footer-logo {
    display: inline-flex !important;
    align-items: center;
    width: fit-content;
}
.skip-button{
    width:60px;
    height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    background:#fff;
    cursor:pointer;
}

.arrow-down{
    width:12px;
    height:12px;
    display:block;
    border-right:3px solid #1f2d3d;
    border-bottom:3px solid #1f2d3d;
    transform:rotate(45deg);
    margin-top:-4px;
    transition:.3s ease;
}

.skip-button:hover .arrow-down{
    transform:rotate(45deg) translate(4px,4px);
}

.arrow-dark{
    border-color:#1f2d3d;
}
/* HOME SLIDER OKLARI */

.home-slider-prev,
.home-slider-next{
    width:50px;
    height:50px;
    border:1px solid rgba(255,255,255,.6);
    border-radius:50%;
    background:transparent;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    transition:.3s;
}

.home-slider-prev:hover,
.home-slider-next:hover{
    background:#fff;
}

.home-slider-prev i,
.home-slider-next i{
    display:block !important;
}

.arrow-left,
.arrow-right{
    width:10px;
    height:10px;
    display:block;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
}

.arrow-left{
    transform:rotate(-135deg);
}

.arrow-right{
    transform:rotate(45deg);
}

.home-slider-prev:hover .arrow-left,
.home-slider-next:hover .arrow-right{
    border-color:#111;
}