


.floating_google_reviews {
    width: 200px;
    height: 80px;
    background-color: white;
    position: fixed;
    bottom: 1rem;
    right: 1rem;

    z-index: 10;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;


    display: none;
}

.heading_section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}


span.boldanditalic {
    font-style: italic;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-color: #CC0000;
    text-underline-offset: 6.5px;
    font-family: 'outfit bold';
    letter-spacing: -1px;
}

span.med {
    font-family: 'outfit reg';
}

span.boldandred{
    font-weight: 900;
    text-decoration: underline;
    text-decoration-color: #CC0000;
    text-underline-offset: 6.5px;


}
span.boldanditalicblack {
    font-style: italic;
    font-weight: 900;
    text-decoration: underline;
    text-decoration-color: black;
    text-underline-offset: 6.5px;

}
span.boldanditalicnone {
    font-style: italic;
    font-weight: 900;
}

.heading_section h1 {
    font-size: 4rem;
    font-family: 'outfit semibold';
}


.heading_section p {
    font-size: 1.1rem;
    text-align: center;
    font-family: 'outfit reg';
}

.heading_section p.big {
    font-size: 1.4rem;
    text-align: center;
    font-family: 'outfit semibold';
}



.heading_section2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
.heading_section2 p.tag {
    font-size: 1rem;
    text-align: center;
    letter-spacing: 20px;

    font-family: 'outfit reg';

    color: #CC0000;
}

.heading_section2 h1 {
    font-size: 4rem;
    text-align: center;

    font-family: 'outfit semibold';
}


.heading_section2 button {
    padding: 0.75rem 1.75rem;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 0px;
    border: 2px solid white;
    font-size: 1.25rem;

    transform: skew(-15deg);
    text-transform: uppercase;
    
    border-radius: 7.5px 0px 7.5px 0;

}

.heading_section2 button p {
    transform: skew(15deg);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0.75rem;

    font-family: 'outfit med';
}


@media only screen and (max-width: 900px) {
    
    .heading_section2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        padding: 0 var(--padding_size);
    }
    .heading_section2 p.tag {
        font-size: 1rem;
        text-align: center;
        letter-spacing: 10px;

        font-family: 'outfit reg';

        color: #CC0000;
    }

    .heading_section2 h1 {
        font-size: 3.1rem;
        text-align: center;

        font-family: 'outfit bold';
        line-height: 110%;

    }



    .heading_section {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 5rem;
        text-align: center;
        padding: 0 var(--padding_size);
    }

    .heading_section h1 {
        line-height: 110%;
    }

    span.boldanditalic {
        font-style: italic;
        font-weight: 900;
        text-decoration: underline;
        text-decoration-color: #CC0000;
        text-underline-offset: 6.5px;
        font-family: 'outfit bold';
        letter-spacing: -1px;
    }

    .heading_section h1 {
        font-size: 3.1rem;
        font-family: 'outfit semibold';
    }


    .heading_section p {
        font-size: 1rem;
        text-align: center;
        font-family: 'outfit reg';
        padding: 0 var(--padding_size);
    }

}

/* slashdivider */
.slashdivider {
    width: 100%;
    height: 100px;
    background-color: #CC0000;
    /* background-color: rgb(0, 0, 0, 0.15); */

    position: relative;
    margin: 40px 0 0 0;
    /* opacity: 0.1; */

    overflow: hidden;


}

.slashdivider .slash:nth-child(1) {

    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    rotate: 5deg;
    bottom: -30px;
    left: -40px;
}


.slashdivider .slash:nth-child(2) {

    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    rotate: -5deg;
    bottom: -30px;
    right: -40px;
}





.slashdivider .black {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom:  0px;
    background-color: black;
}



/* vidgifdivider */

.vidgifdivider {
    width: 100%;
    height: 100px;
    background-color: black;
    margin-bottom: 100px;
    /* rotate: 3deg; */
}


/* linedesign */

.linedesign {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 3rem; */
    overflow: hidden;
    margin: 4rem 0;
}

.linedesign.top {
    margin: 0rem 0 0rem 0;
}

.linedesign .lined {
    height: 150%;
    width: 3px;
    background-color: black;
    rotate: 35deg;
    opacity: 0.05;
    z-index: -1;
}


.sectionarrowwrapper {
    width: 100%;
    position: relative;
    height: 100px;

    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -30px;

    top: -50px;

    display: none;
}
.sectionarrowwrapper .arrow {
    width: 53%;
    height: 100%;
    background-color: white;

    position: absolute;
}

.sectionarrowwrapper .arrow:nth-child(1) {
    transform: skew(50deg);
    left: 0;
}
.sectionarrowwrapper .arrow:nth-child(2) {
    transform: skew(-50deg);
    right: 0;
}

/* googlereviews */

.contentslash {
    width: 100%;
    /* background-color: black; */
    position: relative;
    z-index: 1;
    
     padding: 50px var(--padding_size);

     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     gap: 1rem;

     /* background-color: rgba(0, 0, 0, 0.025);
     background-color: #f6f6f8; */
}


.googlereviews {
    width: 100%;
    display: flex;
    gap: 1.5rem;
}

.googlereviews .googlereview {
    width: 200px;
    padding: 2rem;
    background-color: white;
     background-color: #f6f6f8;
     flex-grow: 1;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 1rem;
}

@media only screen and (max-width: 900px) {
    .googlereviews {
        flex-direction: column;
    }
    .googlereviews .googlereview {
       width: 100%; 
    }
}


.googlereview .googleuser {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
}
.googlereview .googleuser .pfpwrapper{
    position: relative;
}

.googlereview .googleuser .pfpwrapper img {
    width: 50px;
    border-radius: 100px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.googlereview .googleuser .pfpwrapper img:nth-child(2) {
    width: 25px;
    position: absolute;
    bottom: 0;
    right: -5px;
    background-color: white;
    border-radius: 100px;
    padding: 2px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.googlereview .googleuser .userinfo p:nth-child(1) {
    font-weight: 500;

    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    font-size: 1.1rem;
    font-family: 'outfit reg';

}

.googlereview .googleuser .userinfo p:nth-child(1) img {
    width: 18px;
}
.googlereview .googleuser .userinfo p:nth-child(2) {
    font-family: 'outfit reg';
    opacity: 0.5;
    font-size: 1rem;
}

.reviewstats {
    display: flex;
    align-content: start;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
}

.reviewstars {
    display: flex;
    align-content: center;
    justify-content: start;
}

.reviewstats p {
    font-family: 'outfit reg';

}

.reviewstats img {
    width: 50%;
    aspect-ratio: 1/1;
    margin-top: 0.75rem;
    object-fit: cover;

    border-radius: 5px;
}



/* reviewstop */ 
.reviewstop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;

    position: relative;
}

.reviewstop .left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

img.googletext {
    height: 70px;
}

.reviewstop span.rating {
    font-size: 2rem;
    color: black;
    font-family: 'outfit bold';
}

.reviewstop .reviewstars svg {
    width: 30px;
    height: 30px;
}

.reviewstop .reviewstars span {
    color: black;
    opacity: 0.7;
    font-family: 'outfit bold';

}


.reviewstop button {

    font-family: 'outfit semibold';

    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border-radius: 0rem;
    border: 0;
    color: white;
    background-color: #CC0000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transform: skew(-12.5deg);

    position: absolute;
    right: 0;
    border-radius: 7.5px 0 7.5px 0;
}

.reviewstop button p {
    transform: skew(12.5deg);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


/* Faq Wrapper */
.faqwrapper {
    width: 100%;
    padding: 0 var(--padding_size);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
} .faqwrapper .question {
    width: 80%;
    border-bottom: 1px solid black;

    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 0;

    user-select: none;
    cursor: pointer;
} .faqwrapper .question p {
    font-size: 1.5rem;
    font-family: 'outfit reg';
} .faqwrapper .question .icon {
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
} .faqwrapper .question .icon svg {
    width: 25px;
    height: 25px;
}

.faqwrapper .question .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.faqwrapper .question .answer {
    font-family: 'outfit light';
    font-size: 1.2rem;
}

.answer {
  display: none;
}

.answer.active {
  display: block;
}

.icon svg {
  transition: transform 0.3s ease;
}

.icon svg.rotate {
  transform: rotate(180deg);
}

@media only screen and (max-width: 900px) {
    .faqwrapper .question {
        width: 100%;
    } 
}



/* Collection Of Locks */
.collectionoflocks {
    width: 100%;
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;

    padding: 0 var(--padding_size);

    margin-top: 50px;
} .collectionoflocks .lock {
    width: 450px;
    flex-grow: 1;
    background-color: #f6f6f8;


    background: linear-gradient(to right,rgb(246, 246, 248, 0.25), #f6f6f8, #f6f6f8, rgb(246, 246, 248, 0.5));
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-radius: 7.5px 0px 7.5px 0;
    transform: skew(-2.5deg);

    padding: 1.5rem 0;


    position: relative;

    overflow: hidden;
    gap: 1rem;

    border: 2px solid rgba(0, 0, 0, 0.075);
}

h2.hovering {
    position: absolute;
    bottom: -50px;
    right: -10px;
    font-size: 10rem;
    font-family: 'outfit black';
    opacity: 0.025;
}

.collectionoflocks .lock img {
    transform: skew(2.5deg);
    width: 200px;

    aspect-ratio: 5/6;
    object-fit: cover;
}


.collectionoflocks .lock .lockinfo {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    padding: 0rem 0 0 0;

    position: relative;
    z-index: 1;
}


.collectionoflocks .lock .lockinfo button {
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 1);
    border: 0px solid white;
    display: flex;
    align-items: center;
    justify-content: center;

    text-transform: uppercase;
    
    font-family: 'outfit med';

    font-size: 1.1rem;

    padding: 0.5rem 1.5rem;

    margin-top: 15px;

    gap: 0.5rem;

    transform: skew(-12.5deg);

    border-radius: 7.5px 0 7.5px 0;

}

.collectionoflocks .lock .lockinfo button p {
    transform: skew(12.5deg);
}

.collectionoflocks .lock .lockinfo button svg {
    transform: skew(12.5deg);
}


.collectionoflocks .lock .lockinfo p.name {
    text-align: left;
    width: 100%;
    font-size: 3rem;
    font-family: 'outfit bold';
    line-height: 100%;
    margin-bottom: 15px;

}

@media only screen and (max-width: 900px) {
    .collectionoflocks .lock img {
        width: 40%;
    }
    .collectionoflocks .lock .lockinfo p.name {
        font-size: 2.5rem;
    }
    .collectionoflocks .lock .lockinfo button {
        font-size: 1rem;
    }
}


.collectionoflocks .lock .lockinfo span {
    text-align: left;
    width: 100%;
    font-size: 0.9rem;
    font-family: 'outfit reg';
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

