h1:before, h2:before, h3:before,
header.site-header,
.skip-link.screen-reader-text,
footer.site-footer{
	display: none !important;
}

body{
    background-color: #000 !important;
}
img{
    max-width: 100%;
    height: auto;
}
.montserrat {
    font-family: "Montserrat", sans-serif;
}
.inriaserif {
    font-family: "Inria Serif", serif;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.headersection{
    padding: 16px 0 20px;
    text-align: center;
}
.hero_sec{
    padding: 64px 0 54px;
    /*background-image: url(https://resonads.com/wp-content/uploads/2025/07/Hero-VSL.webp);*/
    background-image: url(https://resonads.com/wp-content/uploads/2025/09/Hero-VSL-2-min-scaled.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    @media (max-width: 768px) {
        padding: 40px 0 30px;
        background-image: url(https://resonads.com/wp-content/uploads/2025/07/Hero-VSL-1.webp);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    & > *{
        position: relative;
        z-index: 111;
    }
    &:after{
        content: '';
        background-image: url(https://resonads.com/wp-content/uploads/2025/07/Group-631814-1-min.png);
        background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		bottom: -100px;
		left: 50%;
		transform: translateX(-50%);
		width: 1484px;
		height: 570px;
    }
    h1{
        text-align: center;
        font-family: "Inria Serif", serif !important;
        color: #FFF;
        font-size: 64px;
        font-weight: 700;
        line-height: 110%;
        margin-bottom: 16px;
        span{
            color: #DCB578;
        }
        @media (max-width: 768px) {
            font-size: 36px;
        }
    }
    p{
        color: #FFF;
        text-align: center;
        font-family: "Montserrat", sans-serif !important;
        font-size: 18px;
        font-weight: 500;
        line-height: 140%;
        margin-bottom: 32px;
        max-width: 788px;
        margin: 0 auto;
        span{
            color: #DCB578;
        }
        @media (max-width: 768px) {
            font-size: 14px;
            margin-bottom: 20px;            
        }
    }
    .videoArea{
        padding-top: 48px;
        position: relative;
        z-index: 111;
        @media (max-width: 768px) {
            padding-top: 0;
        }
        & > *{
            position: relative;
            z-index: 111;
        }
        &:before{
			content: '';
			max-width: 737px;
            width: 0%;
			height: 0px;
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
			bottom: -7px;
			border-radius: 50%;
			background: #000;
			filter: blur(10px);
            transition: 1s;
        }
        &.active:before{
            width: 100%;
			height: 30px;
        }
        .videoElement{
            max-width: 576px;
            margin: 0 auto;
            position: relative;
            & > *:not(.bg_elements){
                position: relative;
                z-index: 1111;

            }
            .bg_elements_unic{
                position: absolute;
                inset: 0;
                z-index: 11;
                @media (max-width: 768px) {
                    display: none;
                }
                svg{
                    transition: 2s ease-out;
                }
                svg:first-of-type{
                    position: absolute;
                    bottom: 0;
                    left: 50px;
                    opacity: 0;
                }
                svg:last-of-type{
                    position: absolute;
                    bottom: 0;
                    right: 50px;
                    opacity: 0;
           
                }
                &.active{
                    svg:first-of-type{
                        opacity: 1;
                        left: -200px;
                    }
                    svg:last-of-type{
                        opacity: 1;
                        right: -200px;
               
                    }
                }
            }
        }
    }
}
.sectionContent{
    padding: 54px 0 34px;
    background-image: url(https://resonads.com/wp-content/uploads/2025/08/BGLeute-2-2.webp);
    background-position: center 74px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    & > *{
        position: relative;
        z-index: 111;
    }
    @media (max-width: 1200px){
        background-size: cover;
    }
    &:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 86.98%, rgba(0, 0, 0, 0.70) 89.52%, #000 92.37%), linear-gradient(0deg, #000 -0.39%, rgba(0, 0, 0, 0.70) 4.66%, rgba(0, 0, 0, 0.00) 9.82%), linear-gradient(270deg, #000 1.88%, rgba(0, 0, 0, 0.00) 26.46%), linear-gradient(270deg, rgba(0, 0, 0, 0.00) 75.42%, #000 97.99%);
        bottom: 0;
        max-width: 1440px;
        margin: 0 auto;
    }

    h2.title{
        color: #FFF;
        text-align: center;
        text-shadow: 0 4px 40px rgba(0, 0, 0, 0.20);
        font-family: "Inria Serif";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 38.4px */
        max-width: 593px;
	    margin: 0 auto 32px;
        @media (max-width: 768px) {
            font-size: 24px;
            margin-bottom: 24px;
        }
    }
    a.btn{
        border-radius: 8px;
        background: #DCB578;
        box-shadow: 0 4px 20px 0 rgba(255, 255, 255, 0.10);

        color: #000;
        font-family: "Montserrat", sans-serif !important;
        font-size: 18px;
        font-weight: 700;
        line-height: 96%;
        padding: 16px 32px;
        display: inline-block;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        margin-bottom: 32px;

        width: 376px;
        height: 57px;
        transition: 0.3s;
        max-width: 100%;
        &:hover{
            opacity: 0.8;
            scale: 1.02;
        }

    }
    .gridElements{
        display: grid;
        grid-template-columns: repeat(3, minmax(100px, 1fr)); 
        gap: 32px;
        @media (max-width: 1024px) {
            grid-template-columns: repeat(2, minmax(100px, 1fr)); 
            gap: 24px;
        }
        @media (max-width: 768px) {
            grid-template-columns: repeat(1, minmax(100px, 1fr)); 
        }
        .element{
            border-radius: 8px;
            border: 1px solid #353535;
            background: #000;
            padding: 24px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            h3{
                color: #FFF;
                font-family: Montserrat;
                font-size: 20px;
                font-style: normal;
                font-weight: 500;
                line-height: 120%; /* 28.8px */
                letter-spacing: -0.48px;
                margin: 0 0 37px;
            }
            .row{
                display: flex;
                align-items: center;
                gap: 12px;
                img{
                    width: 40px;
                }
                .txt{
                    p{
                        margin: 0;
                    }
                    p.name{
                        color: #FFF;
                        font-family: Montserrat;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 120%; /* 19.2px */
                    }
                    p.position{
                        color: #DCB578;
                        font-family: Montserrat;
                        font-size: 11px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 140%; /* 16.8px */
                        border-radius: 4px;
                        background: #31291B;
                        padding: 2px 8px;
                    }
                }
            }
        }
    }
}

.footer_content{
    padding: 72px 0;
    .navarea{
        display: flex;
        justify-content: center;
        gap: 108px;
        @media (max-width: 800px) {
            flex-direction: column;
            gap: 40px;
        }
        .colEl{
            h3{
                color: #FFF;
                font-family: "Montserrat", sans-serif !important;
                font-size: 16px;
                font-weight: 600;
                line-height: normal;
                margin-bottom: 16px;
            }
            ul, li{
                margin: 0;
                padding: 0;
                list-style-type: none;
            }
            ul{
                display: flex;
                flex-direction: column;
                gap: 12px;
                li{
                    line-height: 0;
                    a{
                        color: #FFF;
                        font-family: "Montserrat", sans-serif !important;
                        font-size: 14px;
                        font-weight: 400;
                        line-height: normal;
                        text-decoration: none;
                        display: flex;
                        align-items: center;
                        gap: 8px;
                        span{
                            color: #000;
                            font-size: 10px;
                            font-style: normal;
                            font-weight: 700;
                            line-height: normal;
                            background: #DCB578;

                            padding: 2px 4px;
                        }
                    }
                }
            }
        }
    }
    .copytext{
        border-top: 1px solid rgba(255, 255, 255, 0.20);    
        padding-top: 32px;
        margin-top: 32px;
        p{
            color: rgba(255, 255, 255, 0.40);
            font-family: Montserrat;
            font-size: 10px;
            font-style: normal;
            font-weight: 400;
            line-height: 18px;
            text-align: center;
            span{
                color: #FFF;
            }
        }
        .coplinks{
            display: flex;
            justify-content: center;

            color: #FFF;
            font-size: 10px;
                font-weight: 400;
                line-height: 18px; 
                text-decoration: none;
            a{
                color: #FFF;
                    font-family: Montserrat;
                
            }
        }
    }
}