@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
/* @font-face {
    font-family: 'Lato';
    src: url('./fonts/lato/latoregular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/lato/latosemibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('./fonts/lato/latobold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
} */



body {
    font-family: 'Open Sans', sans-serif;
}

 
.play-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100px;
height: 70px;
background-image: url('https://capslock.in.ua/wp-content/themes/capslock/img/icon-play.png');
background-size: cover;
opacity: 0.7;
}
  
.video-player {
    z-index: -1;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    /*transition: z-index 1.3s ease;*/
}

.we-title {
    text-align: center;
    width: 50%;
    margin: 30px auto;
}

.we-title p {
    font-size: 20px;
}

#why-we p  {
    font-size: 18px;
    font-weight: 600;
}

#why-we p, #why-we h3 {
    color: #515151;;
}

.we-row {
    display: flex;
    width: 50%;
}

#why-we h2, #why-we h3 {
    text-transform: uppercase;
}

#why-we .we-row h3, #why-we .we-row p {
    padding: 0 20px;
}

.we-row-1, .we-row-2 {
    border-bottom: 3px solid #ededed;
}

.we-row-1 svg, .we-row-2 svg {
    position: absolute;
    top: 40%;
    left: -1px;
}

.we-row-3 svg, .we-row-4 svg {
    position: absolute;
    rotate: 180deg;
    right: -1px;
    top: 40%;
}

.we-row-3, .we-row-4 {
    border-top: 3px solid #ededed;
    flex-direction: row-reverse;
}

.we-text-block {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.we-image-block {
    position: relative;
    width: 50%;
    padding-bottom: 50%; /* Set the height equal to width to make it square */
    overflow: hidden;
  }
  
.we-image-block img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover; /* Ensure the image fills the container */
}

.site-footer {
    background-color: #3f3f3f;
    min-height: 120px;
    margin-top: 50px;
    color: #fff;
    display: block;
}

.site-footer .copywrite {
    padding-bottom: 3px;
    text-align: center;
}

.footer-row {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 20px;
    justify-items: center;
}

.footer-row .row a {
    text-decoration:none;
    color: inherit;
}

.footer-row .row ul {
    list-style: none;
    padding-inline-start: 0px;
}
.footer-row h3 {
    text-transform: uppercase;
}

.footer-row ul.socials img {
    width: 40px;
    height: 40px;
}
.footer-row ul.socials {
    display: flex;
}

.footer-row ul.socials li {
    padding: 10px;
}

.footer-row ul li {
    padding-bottom: 5px;
}

.footer-row .row-2 {
    display: flex;
    align-items: center;
}

.zoom-instagram .zoom-instagram-widget__header {
    justify-content: center;
}

@media (max-width: 768px) {

    #why-we .container {
        padding: 0;
    }
    .we-title {
        text-align: center;
        width: 95%;
        margin: 23px auto;
    } 
    .we-row {
        display: flex;
        width: 100%;
    } 
    .we-row-2 svg {
        right: -1px;
        rotate: 180deg;
        left: unset;
    }
    
    .we-row-3 svg {
        right: unset;
        rotate: unset;
        left: -1px;
    }
    #why-we .we-row h3, #why-we .we-row p {
        padding: 0 10px;
    }
    .we-row-2 {
        border-top: 3px solid #ededed;
        flex-direction: row-reverse;
    }
    .we-row-3 {
        border-top: 3px solid #ededed;
        border-bottom: 3px solid #ededed;
        flex-direction: unset;
    }


    .footer-row {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 170px 100px;
        gap: 10px;
    }
    .footer-row .row-2 {
        grid-area: 2/1/-1/-1;
    }
    
    .footer-row .row-3 {
         text-align: end;
     }
     
    #fkcart-floating-toggler {
        right: 5px;
        top: auto;
        bottom: 10px;
        opacity: 0.9;
    }

}

@media (mix-width: 1280px) {
    .product-container{
        margin-right: 20px;
    }
    
}