@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-VariableFont_wght.ttf) format('truetype');
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Italic-VariableFont_wght.ttf) format('truetype');
    font-weight: 300 700;
    font-style: italic;
    font-display: swap;
}

* {
    font-family: Montserrat, sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat, sans-serif !important;
    font-weight: 700 !important;
}

p, li, a, span {
    font-family: Montserrat, sans-serif !important; 
    font-weight: 400 !important;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    font-family: Montserrat, sans-serif;
}




.main-menu a.active,
.mobile-menu a.active {
    color: #C1ED08;
}

.header-1.header-new {
    position: initial;
}

.header-1 {
    background-color: #11112C;
    box-shadow: 0 6px 6px rgba(117, 123, 131, .4);
    padding: 10px 0;
}


.header-main-2 {
    display: grid;
    grid-template-columns: .8fr auto 1fr; 
    align-items: center;
}

.logo img {
    height: 55px;
}

.main-menu ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu ul li a {
    color: white;
    font-weight: 350;
    text-decoration: none;
}

.main-menu ul li a:hover {
    color: #9900FF;
}

.main-menu ul li a.active  {
    color: #C1ED08;
}

.right-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 60px;
}

.contact-button {
    background-color: #9900FF;
    color: white;
    padding: 12px 28px;
    border-radius: 999px;
    cursor: pointer;
    transition: .2s ease;
    border: none;
}

.contact-button:hover {
    background-color: #9900FF;
}

.bi-search {
    color: white;
    font-size: 20px;
}



.mobile-menu {
    display: none;
}


@media (max-width: 1334px) {


    .header-main-2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .main-menu,
    .right-menu {
        display: none !important;
    }


    .mobile-toggle {
        display: block;
    }


    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 75%;
        height: 100vh;
        background-color: #11112C;
        box-shadow: -4px 0 10px rgba(0,0,0,.4);
        transition: right .3s ease;
        z-index: 9999;
        padding: 20px;
    }


    .mobile-menu.active {
        right: 0;
    }

    .mobile-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }

    .mobile-logo {
        height: 45px;
    }

    .close-mobile-menu {
        background: none;
        border: none;
        font-size: 40px;
        color: white;
        cursor: pointer;
    }


    .mobile-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .mobile-menu ul li a {
        color: white;
        font-size: 20px;
        text-decoration: none;
    }

    .mobile-menu ul li a:hover {
        color: #9900FF;
    }

    .logo img {
        height: 40px;
    }

    
    .mobile-logo {
        height: 35px;
    }

}





body {
    background-color: #11112C;
}



.gt-footer-section {
    background-image:
        linear-gradient(rgba(9, 9, 12, .7), rgba(7, 7, 12, .7)),
        url(../images/Esportazione_Immagini_sito/Homepage/impianto-audio-professionale-live.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    padding: 40px 0;
    z-index: 9;
}

.gt-footer-section .container {
    max-width: 1200px;
    margin: 0 auto;
}


.footer-top {
    text-align: center;
    margin-bottom: 25px;
}

.footer-logo img {
    width: 140px;
    height: auto;
    margin-bottom: 15px;
}


.gt-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gt-list li {
    margin: 5px 0;
    font-size: 14px;
}

.gt-list i {
    margin-right: 8px;
    color: #fff;
}


.gt-footer-section hr {
    border-color: rgba(255, 255, 255, .4);
    margin: 25px 0;
}


.footer-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    text-align: left;
}

.footer-col h4 {
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-col hr,
.footer-col-gallery hr {
    border: none;
    height: 2px;
    width: 96px;
    background: linear-gradient(
        to right,
        #fff 0 15px,
        transparent 15px 25px,
        #fff 25px 100%
    );
    margin-bottom: 15px;
}

.footer-col-gallery h4{
    color: white;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin: 8px 0;
}

.footer-col ul li a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.footer-col ul li a:hover {
    color: #C1ED08;
}


.footer-col-gallery ul {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin-top: 10px;
}

.footer-col-gallery ul li img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}



.footer-col .social a {
    margin-right: 10px;
    font-size: 22px;
    transition: .3s;
}

.footer-col .social a:hover {
    opacity: .7;
}


.gt-footer-bottom {
    text-align: center;
    margin-top: 20px;
}

.gt-footer-bottom p {
    font-size: 14px;
    opacity: .8;
}






@media (max-width: 992px) {

    .footer-columns {
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
    }

    .footer-col hr,
    .footer-col-gallery hr {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-col ul li {
        text-align: center;
    }

    .footer-col-gallery ul {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .footer-col ul li a:hover {
        color: #C1ED08;
    }
}


@media (max-width: 600px) {

    .footer-logo img {
        width: 110px;
    }

    .footer-columns {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-col ul li {
        text-align: center;
    }

    .footer-col-gallery ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .gt-list li {
        font-size: 13px;
    }

    .footer-col ul li a:hover {
        color: #C1ED08;
    }
}


.hero-section {
    position: relative;
    width: 100%;
    height: 75vh;
    overflow: hidden;
    padding-top: 120px;
}


.gt-top-image-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}


.gt-top-image-1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 48, .54);
    z-index: 2;
}

.hero-content {
    text-align: center;
    position: relative;
    z-index: 3;
}

.hero-content h1,h3{
    text-align: center;
    text-transform: none; 
    font-weight: 500; 
    color: white;
}

.btn-home{
    display: flex;
    justify-content: center;
    gap: 24px;
}


@media (max-width: 992px) {

    .hero-section {
        padding-top: 110px;
    }

    .hero-1 .hero-content h1 {
        font-size: 72px;
    }

    .hero-content h3 {
        font-size: 18px;
        margin-top: 10px;
    }

    .btn-home {
        flex-direction: row;
        gap: 16px;
    }
}


@media (max-width: 600px) {


    .hero-1 .hero-content h1 {
        font-size: 32px;
    }


    .hero-1{
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 2px 0 15px;
        padding: 0 10px;
        overflow: visible;
        background-image: none !important;
    }

    .hero-1 .hero-content {
        position: relative;
        z-index: 999;
    }

    .hero-section {
        height: 70vh;
        padding-top: 110px;
        position: relative;
        overflow: hidden;
    }


    .gt-top-image-1 {
        position: absolute;
        width: 100%;
        height: 100%; 
        overflow: hidden;
        z-index: 1;
    }


    .hero-video {
        width: 100%;
        height: 80vh;
        object-fit: cover;
        display: block;
    }


    .gt-top-image-1::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(28, 28, 48, .45);
        z-index: 2;
    }


    .hero-content {
        position: absolute;
        bottom: 12%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        z-index: 3;
        text-align: center;
    }


    .hero-content h3 {
        font-size: 14px;
        margin-top: 8px;
    }


    .btn-home {
        flex-direction: column;
        gap: 10px;
        margin-top: 14px;
    }

    .btn-home a {
        font-size: 16px;
        padding: 8px 14px;
    }
}






.gt-sponsor-logo img {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
    filter: grayscale(1) brightness(0.6) contrast(1.2);
    transition: .3s ease;
}

.gt-sponsor-secton {
    margin-top: 64px;
}

.equipment-span{
    color: #9900FF;
}

.equipment-h2{
    color: white;
    margin-bottom: 24px;
}

.gt-icon-logo {
    width: 270px;
    height: 270px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    padding: 30px;
    margin-bottom: 84px;
}

.gt-icon-logo img {
    width: 70px;
    height: auto;
    margin-bottom: 5px;
}

.gt-icon-logo p {
    color: gray;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.gt-icon-logo h2 {
    color: white;
    font-size: 48px;
    font-weight: bold;
}


@media (max-width: 992px) {

    .gt-sponsor-logo img {
        width: 100px;
        height: auto;
        margin-bottom: 10px;
        filter: grayscale(1) brightness(0.6) contrast(1.2);
        transition: .3s ease;
    }

    .gt-icon-logo {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        border: 1px solid #ccc;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 0;
        padding: 30px;
        margin-bottom: 84px;
    }

    .gt-icon-logo img {
        width: 64px;
        height: auto;
        margin-bottom: 5px;
    }

    .gt-icon-logo p {
        color: gray;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 16px;
    }

    .gt-icon-logo h2 {
        color: white;
        font-size: 32px;
        font-weight: bold;
    }

    .col-6 {
        flex: 0 0 auto;
        width: 33%;
    }
}


@media (max-width: 600px) {

    .gt-sponsor-logo img {
        width: 80px;
        height: auto;
        margin-bottom: 10px;
        filter: grayscale(1) brightness(0.6) contrast(1.2);
        transition: .3s ease;
    }

    .gt-icon-logo {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        border: 1px solid #ccc;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
        padding: 20px;
        margin-bottom: 24px;
    }

    .gt-icon-logo img {
        width: 80px;
        height: auto;
        margin-bottom: 8px;
    }

    .gt-icon-logo p {
        color: rgb(255, 255, 255);
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.1;
    }

    .gt-icon-logo h2 {
        color: white;
        font-size: 20px;
        font-weight: bold;
        margin-top: 6px;
    }

    .col-6 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

}



.gt-event-schedule-content h2{
    color: white;
    
}

.gt-event-schedule-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 150px; 
    margin-bottom: 84px;
    width: 100%;
}

.gt-event-schedule-item-2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 150px; 
    margin-bottom: 84px;
    width: 100%;
}


.gt-dot-shape img {
    width: 650px;
    height: auto;
    border-radius: 10px;
    flex-shrink: 0;
}


.gt-event-schedule-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    max-width: 580px;
}

.gt-text{
    margin-top: 16px;
    text-transform: none;
    font-size: small;
    font-weight: 300;
}

.gt-event-schedule-content span {
    color: #9900FF;
}

.gt-event-button {
    margin-top: 20px;
    width: 300px;
}


@media (max-width: 992px) {


    .gt-event-schedule-content h2{
        color: white;
        font-size: large;
    }

    .gt-event-schedule-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 50px;
        margin-top: 24px;
        margin-bottom: 12px;
        width: 100%;
    }

    .gt-event-schedule-item-2 {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        gap: 50px;
        margin-top: 24px;
        margin-bottom: 12px;
        width: 100%;
    }

    
    .gt-dot-shape img {
        width: 350px;
        height: auto;
        border-radius: 5%;
        flex-shrink: 0;
    }

    
    .gt-event-schedule-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: white;
    }

    .gt-event-schedule-content h2{
        font-size: 28px;
    }

    .gt-event-schedule-content p{
        font-size: 12px;
        line-height: 20px;
    }

    .gt-text{
        margin-top: 16px;
        text-transform: none;
        font-size: small;
        font-weight: 300;
    }

    .gt-event-schedule-content span {
        color: #9900FF;
        font-size: smaller;
    }

    .gt-event-button {
        margin-top: 20px;
        width: 250px;
    }

    .gt-event-button a{
        font-size: small;
    }
}

@media (max-width: 600px) {

    .gt-event-schedule-content h2{
        color: white;
    }

    .gt-event-schedule-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .gt-event-schedule-item-2 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 50px;
        margin-top: 24px;
        margin-bottom: 12px;
        width: 100%;
    }


    .gt-dot-shape img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 10%;
        flex-shrink: 0;
        margin-bottom: 20px;
    }


    .gt-event-schedule-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        color: white;
        text-align: center;
        align-items: center;
    }

    .gt-text{
        margin-top: 16px;
        text-transform: none;
        font-size: small;
        font-weight: 300;
    }

    .gt-event-schedule-content span {
        color: #9900FF;
    }

    .gt-event-button {
        margin-top: 20px;
        width: 300px;
    }


}



.gt-sponsor-bg-section {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.hero-video-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 80%;
    object-fit: cover; 
    transform: translate(-50%, -50%);
    border-radius: 24px;
    z-index: 2;
}


@media (max-width: 992px) {

    .gt-sponsor-bg-section {
        position: relative;
        width: 100%;
        height: 700px;
        overflow: hidden;
    }

    .hero-video-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 50%;
        object-fit: cover; 
        transform: translate(-50%, -50%);
        border-radius: 24px;
        z-index: 2;
    }
}


@media (max-width: 600px) {

    .gt-sponsor-bg-section {
        position: relative;
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

    .hero-video-2 {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 86%;
        height: 50%;
        object-fit: cover; 
        transform: translate(-50%, -50%);
        border-radius: 24px;
        z-index: 2;
    }
}



.swiper-events {
    width: 100%;
    padding: 20px 0;
}

.swiper-events .swiper-slide {
    width: 120px; 
    height: 620px;
}

.event-card {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.event-card img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    display: block;
}


.overlay-fb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .3s ease;
}


.overlay-fb i {
    font-size: 48px;
    color: #fff;
}


.event-card:hover .overlay-fb {
    opacity: 1;
}

.event-card a {
    position: relative;
    z-index: 10;
}


.event-card p {
    width: 100%;
    color: white;
    padding: 12px;
    font-size: 16px;
    background: rgba(200, 200, 200, .086);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .363);
    border-radius: 0 0 24px 24px;
}

.gt-section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gt-section-title span{
    color: #9900FF;
}

.gt-section-title h2{
    color: white;

}

.carousel-controls {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    margin-top: 12px;
}


.arrow-btn {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s ease;
}

.arrow-btn:hover {
    background: #9900FF;
}

.arrow-btn i {
    color: white;
    font-size: 20px;
}



@media (max-width: 992px) {

    .swiper-events {
        width: 100%;
        padding: 20px 0;
    }

    .swiper-events .swiper-slide {
        width: 120px; 
        height: 380px; 
    }

    .title-block span{
        font-size: smaller;
    }

    .title-block h2{
        font-size: 28px;
    }
 
}


@media (max-width: 600px) {

   .swiper-events {
        width: 100%;
        padding: 20px 0;
    }

    .swiper-events .swiper-slide {
        width: 210px !important; 
        height: 250px; 
    }

    .title-block span{
        font-size: smaller;
    }

    .title-block h2{
        font-size: 28px;
    }

    .event-card p{
        font-size: 12px;
    }
    
    .arrow-btn {
        width: 25px;
        height: 25px;
        border: 1px solid white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: .3s ease;
    }

    .arrow-btn:hover {
        background: #9900FF;
    }

    .arrow-btn i {
        color: white;
        font-size: 10px;
    }
}


.scrolling-wrap .comm .cmn-textslide {
    font-size: 96px;
    font-weight: 200;
    line-height: 80px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    display: flex;
    align-items: center;
    gap: 30px;
    color: white;
    transition: all .4s ease-in-out;
    border: none !important; 
    outline: none !important;
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
    z-index: 1;
}

.scrolling-wrap .comm .cmn-textslide:hover{
    color: #9900FF;
}


@media (max-width: 992px) {

    .scrolling-wrap .comm .cmn-textslide {
        font-size: 72px;
        font-weight: 120;
        line-height: 80px;
        text-transform: uppercase;
        font-family: Montserrat, sans-serif;
        display: flex;
        align-items: center;
        gap: 30px;
        color: white;
        transition: all .4s ease-in-out;
        border: none !important; 
        outline: none !important;
        -webkit-text-stroke: 0 !important;
        text-shadow: none !important;
        z-index: 1;
    }

}


@media (max-width: 600px) {

    .scrolling-wrap .comm .cmn-textslide {
        font-size: 36px;
        font-weight: 120;
        line-height: 80px;
        text-transform: uppercase;
        font-family: Montserrat, sans-serif;
        display: flex;
        align-items: center;
        gap: 15px;
        color: white;
        transition: all .4s ease-in-out;
        border: none !important; 
        outline: none !important;
        -webkit-text-stroke: 0 !important;
        text-shadow: none !important;
        z-index: 1;
    }

}

.gallery-title-block {
    text-align: center;
    color: #9900FF;
}

.gallery-title-block h2{
    text-align: center;
    color: white;
}

.gallery-grid-new {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}


.gallery-card,
.gallery-card-wide {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}


.gallery-card {
    aspect-ratio: 1 / 1;
}


.gallery-card-wide {
    aspect-ratio: 2 / 1;
    grid-column: span 2;
}


.gallery-card img,
.gallery-card-wide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}


.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .3s ease;
}

.gallery-icon {
    width: 40px;
    height: 40px;
    pointer-events: auto;
}


.gallery-card:hover .gallery-overlay,
.gallery-card-wide:hover .gallery-overlay {
    opacity: 1;
}

.evento-hero {
    width: 100%;
    padding: 100px 0;
    background-image: url(../images/Esportazione_Immagini_sito/Homepage/preventivo-service-audio-luci.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.evento-hero-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 50px;
}

.evento-col-sx {
    flex: 1;
}

.evento-img-sx {
    width: 70%;
    border-radius: 10px;
}

.evento-col-dx {
    flex: 1;
    color: #fff;
}

.evento-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #9900FF;
}

.evento-title {
    color: white;
    font-size: 40px;
    margin: 10px 0 20px;
    line-height: 1.2;
}

.evento-description {
    margin-bottom: 25px;
    font-size: 12px;
    text-transform: none;
}

.evento-btn {
    display: inline-block;
    background: #9900FF;
    color: #fff;
    padding: 14px 24px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
}

.evento-form {
    margin-bottom: 25px;
}

.evento-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.evento-input {
    flex: 1;
    padding: 10px 0;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    outline: none;
}

.evento-input::placeholder {
    color: #fff;
    opacity: .8;
}

.evento-textarea {
    width: 100%;
    padding: 10px 0;
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    color: #fff;
    outline: none;
    min-height: 120px;
    resize: vertical;
}

.evento-textarea::placeholder {
    color: #fff;
    opacity: .8;
}





.evento-privacy {
    margin: 20px 0 25px;
}

.evento-privacy .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    user-select: none;
}

.evento-privacy .custom-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.evento-privacy .custom-checkbox .checkmark {
    order: -1;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, .4);
    border-radius: 6px;
    background: transparent;
    position: relative;
    transition: all .25s ease;
}


.evento-privacy .custom-checkbox .checkmark::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .2s ease;
}


.evento-privacy .custom-checkbox input[type=checkbox]:checked ~ .checkmark {
    background: #9900FF;
    border-color: #9900FF;
}

.evento-privacy .custom-checkbox input[type=checkbox]:checked ~ .checkmark::after {
    opacity: 1;
}


.evento-privacy .custom-checkbox:hover .checkmark {
    border-color: #9900FF;
}


.evento-privacy .custom-checkbox input[type=checkbox]:focus-visible ~ .checkmark {
    outline: 2px solid #C1ED08;
    outline-offset: 2px;
}


.evento-privacy .custom-checkbox a {
    color: #C1ED08 !important;
    text-decoration: none;
    font-weight: 500 !important;
    transition: opacity .2s ease;
}

.evento-privacy .custom-checkbox a:hover {
    opacity: .8;
    text-decoration: underline;
}


#success_page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
}

#success_page h5 {
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
}

#success_page h5 span {
    display: block;
    color: rgba(255, 255, 255, .7);
    font-weight: 400 !important;
    font-size: 14px;
    margin-top: 8px;
    text-transform: initial !important;
}


@media (max-width: 992px) {
    .evento-privacy .custom-checkbox {
        font-size: 13px;
    }
}


@media (max-width: 600px) {
    .evento-privacy {
        margin: 16px 0 20px;
    }

    .evento-privacy .custom-checkbox {
        font-size: 12px;
        gap: 10px;
    }

    .evento-privacy .custom-checkbox .checkmark {
        width: 20px;
        height: 20px;
    }
}







.modal-title.text-primary{
    color: #9900FF !important;
}

.modal .btn_1.outline{
    background: #fff;
    border: 2px solid #9900FF;
    color: #9900FF;
}

.modal .btn_1.outline:hover{
    background: #9900FF;
    border: 2px solid #9900FF;
    color: #fff;
}

.modal li{
    text-transform: initial !important;
}





.gt-events-schedule-section {
    position: relative;
    z-index: 1;
    overflow: visible;
}


@media (max-width: 992px) {
    .gt-events-schedule-section .bg-image {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 600px) {
    .gt-events-schedule-section .bg-image {
        width: 100%;
        height: auto;
    }
}

.gt-testimonial-section {
    position: relative;
    z-index: 1;
}

.gt-testimonial-section .bg-image-2 {
    position: absolute;
    top: 10%;
    left: 10%;
    transform:scale(0.8);
    transform-origin: top center;
    z-index: -1;
    pointer-events: none;

}

.gt-testimonial-section {
    overflow: visible;
}

.gallery-section {
    position: relative;
    z-index: 1;
}

.gallery-section .bg-image-3 {
    position: absolute;
    top: 480px;
    left: 70%;
    transform: translateX(-50%) scale(0.8);
    transform-origin: top center;
    z-index: -1;
    pointer-events: none;

}

.gallery-section {
    overflow: visible;
}

@media (max-width: 992px) {

    .evento-col-sx { 
        display: none; 
    }

    .evento-hero-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .evento-col-sx,
    .evento-col-dx {
        width: 100%;
    }

    .evento-img-sx {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .evento-row {
        flex-direction: column;
        gap: 15px;
    }

    .evento-input {
        width: 100%;
    }

    .evento-btn {
        display: inline-block;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {

    .evento-col-sx { 
        display: none; 
    }

    .evento-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .evento-description {
        font-size: 15px;
    }

    .evento-form {
        width: 100%;
    }

    .evento-textarea {
        width: 100%;
    }

    .evento-btn {
        width: 100%;
        text-align: center;
        padding: 14px 0;
    }
}





.contact-hero-1{
    width: 100%;
    height: 40vh;
}



.contact-hero-1 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 20px;
    text-align: center;
}


.contact-hero-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 48, .6);
    z-index: 1;
}

.contacts-title {
    position: relative;
    z-index: 2;
    align-content: center;
}

.contacts-title h2 {
    font-size: 48px;
    margin-bottom: 20px;
}

.contacts-title span {
    font-size: 14px;
}


@media (max-width: 992px) {
    .contact-hero-1 {
        padding: 100px 20px;
    }

    .contacts-title h2 {
        font-size: 36px;
    }
}


@media (max-width: 600px) {
    .contact-hero-1 {
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .contacts-title h2 {
        font-size: 28px;
    }

    .contacts-title span {
        font-size: 12px;
    }
}

.evento-hero-contacts {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    
    padding: 100px 0;
    padding-bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.contacts-phone, .contacts-email{
    display: flex;
    justify-content: start;
    flex-direction: row;
    width: 100%;
    height: 100%;
    color: white;
    padding: 32px;
    font-size: 16px;
    background: rgba(200, 200, 200, .086);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .363);
    border-radius: 24px;
    margin-top: 24px;
    gap: 24px;
}

.phone-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.phone-text h4, .email-text h4{
    color: white;
}

.evento-col-sx{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.evento-hero-contacts .contacts-image {
    position: absolute;
    top: 150px;
    left: 14%;
    transform: translateX(-50%) scale(0.8);
    transform-origin: top center;
    z-index: -1;
    pointer-events: none;
}

.contacts-map {
    margin-top: 100px;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 0;
}


@media (max-width: 992px) {
    .evento-hero-contacts {
        height: auto;
        flex-direction: column;
        padding: 60px 20px;
        padding-bottom: 150px;
    }

    .contacts-phone, .contacts-email {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 24px;
        margin-top: 16px;
    }

    .evento-col-sx {
        width: 100%;
        justify-content: center;
        margin-bottom: 30px;
    }

    .evento-col-dx {
        width: 100%;
    }

    .evento-hero-contacts .contacts-image {
        display: none;
    }

    .contacts-map {
        margin-top: 20px;
        margin-bottom: 24px;
    }
}


@media (max-width: 600px) {
    .evento-hero-contacts {
        height: auto;
        flex-direction: column;
        padding: 40px 16px;
        padding-bottom: 120px;
    }

    .contacts-phone, .contacts-email {
        width: 100%;
        height: auto;
        flex-direction: column;
        padding: 16px;
        margin-top: 12px;
        gap: 16px;
    }

    .phone-icon, .email-icon {
        width: 40px;
    }

    .phone-icon img, .email-icon img {
        width: 100%;
    }

    .phone-text, .email-text {
        flex: 1;
    }

    .phone-text h4, .email-text h4 {
        font-size: 14px;
        margin: 8px 0;
    }

    .phone-text p, .email-text p {
        font-size: 12px;
        margin: 4px 0;
    }

    .evento-col-sx {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }

    .evento-col-dx {
        width: 100%;
    }

    .evento-title {
        font-size: 24px;
    }

    .evento-description {
        font-size: 12px;
    }

    .evento-hero-contacts .contacts-image {
        display: none;
    }

    .contacts-map {
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .contacts-map iframe {
        height: 250px !important;
    }
}




.gt-event-button-about{
    margin-top: 32px;
    display: flex;
    justify-content: start;
    gap: 24px;
    margin-bottom: 50px;
}

.data-schema{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;    
    z-index: 2;
}

.data-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    height: 200px;
    width: 300px;
    background: rgba(200, 200, 200, .086);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .363);
    border-radius: 24px;
    margin-top: 24px;
}

.container-text {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.container-text h3{
    font-size: 64px;
}

.container-text h4{
    color: white;
    font-size: 16px;
}


@media (max-width: 992px) {
    .data-schema {
        flex-direction: column;
        gap: 16px;
    }

    .data-container {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .container-text h3 {
        font-size: 48px;
    }

    .container-text h4 {
        font-size: 18px;
    }

    .gt-event-button-about {
        justify-content: center;
        flex-wrap: wrap;
    }
}


@media (max-width: 600px) {

    .gt-event-schedule-item-2{
        display: flex;
        flex-direction: column;
    }

    .data-schema {
        flex-direction: column;
        gap: 12px;
    }

    .data-container {
        width: 100%;
        height: auto;
        padding: 16px;
        margin-top: 16px;
    }

    .container-text h3 {
        font-size: 36px;
        margin: 0;
    }

    .container-text h4 {
        font-size: 16px;
        margin-top: 8px;
    }

    .gt-event-button-about {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .gt-event-button-about a {
        width: 100%;
        text-align: center;
    }
}

.gt-events-schedule-section { position: relative; overflow: visible; }

.gt-events-schedule-section .gt-dot-shape { position: relative; z-index: 2; }

.gt-events-schedule-section .bg-image-about{
    position: absolute;
    top: -20px;
    right: 6%;
    width: 420px;
    max-width: 40%;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: -2;
    opacity: .95;
    transform: translateZ(0) scale(2.4);
    filter: saturate(0.95) brightness(0.95);
}


.gt-sponsor-secton,
.gt-sponsor-secton.fix {
    position: relative;
    z-index: 10;
}

.gt-sponsor-secton .container,
.gt-sponsor-secton .data-schema,
.gt-sponsor-secton .data-container {
    position: relative;
    z-index: 11;
}

.gt-events-schedule-section .bg-image-about-2{
    position: absolute;
    top: 550px;
    width: 420px;
    max-width: 40%;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: -2;
    opacity: .95;
    transform: translateZ(0) scale(2.4);
    filter: saturate(0.95) brightness(0.95);
}



.gt-dot-shape-2{
    width: 100%;
    display: flex;
    flex-direction: row;
    height: 500px;
    gap: 12px;
}

.gt-dot-shape-2 img {
    flex: 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    margin-right: 0;
}

.gt-event-schedule-item-2-services {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 150px;
  margin-bottom: 84px;
  width: 100%;
}

.gt-event-schedule-item-3-services {
    display: flex;
    flex-direction: column-reverse;
    align-content: flex-start;
}


.bg-image-services-2{
    position: absolute;
    top: 50px;
    right: 5%;
    width: 420px;
    max-width: 40%;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: -2;
    opacity: .95;
    transform: translateZ(0) scale(2.4);
    filter: saturate(0.95) brightness(0.95);
}

.gt-event-schedule-content-2{
    display: flex;
    justify-content: space-between;
}

.gt-event-schedule-content-2 p, h2{
    color: white;
}

.gt-event-schedule-content-2 span{
    color: #9900FF;
}

.text-dx {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;

}


.bg-image-services-3{
    position: absolute;
    top: 1250px;
    left: 5%;
    width: 420px;
    max-width: 40%;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: -2;
    opacity: .95;
    transform: translateZ(0) scale(2.4);
    filter: saturate(0.95) brightness(0.95);
}


@media (max-width: 992px) {

    .gt-event-schedule-content-2{
        display: flex;
        flex-direction: column;
    }

    .gt-dot-shape-2 {
        width: 100%;
        height: auto;
        flex-direction: row;
        gap: 16px;
    }

    .gt-dot-shape-2 img {
        flex: 1;
        width: 48%;
        height: 250px;
        object-fit: cover;
    }

    .gt-event-schedule-item-2-services {
        gap: 50px;
        width: 100%;
        margin-bottom: 60px;
    }

    .gt-event-schedule-content h2 {
        font-size: 24px;
    }

    .gt-event-schedule-content p {
        font-size: 14px;
    }

    .gt-event-button {
        width: 200px;
    }

    .gt-event-schedule-item-3-services {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
    }

    .gt-event-schedule-content-2 {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .gt-text {
        line-height: normal;
    }
}


@media (max-width: 600px) {
    .gt-dot-shape-2 {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 20px;
    }

    .gt-dot-shape-2 img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        margin-right: 0;
        margin-bottom: 0;
        border-radius: 10px;
    }

    .gt-event-schedule-item-2-services {
        flex-direction: column;
        gap: 20px;
        width: 100%;
        margin-bottom: 40px;
    }

    .gt-event-schedule-content {
        text-align: center;
        align-items: center;
    }

    .gt-event-schedule-content h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .gt-event-schedule-content p {
        font-size: 13px;
        line-height: 18px;
    }

    .gt-event-schedule-content span {
        display: block;
        margin-bottom: 8px;
    }

    .gt-event-button {
        width: 100%;
        margin-top: 16px;
    }

    .gt-event-button a {
        display: block;
        text-align: center;
        padding: 12px 0;
    }

    .gt-event-schedule-content-2 {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .text-dx {
        width: 100%;
        display: block;
    }
    
    .gt-text {
        line-height: normal;
    }

}



.gt-events-schedule-section .bg-image {
    position: absolute;
    top: 620px;
    right: 6%;
    width: 420px;
    max-width: 40%;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: -2;
    opacity: .95;
    transform: translateZ(0) scale(2.4);
    filter: saturate(0.95) brightness(0.95);
}

 

.gallery-grid-new-events {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.gallery-card-events {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.gallery-card-events {
    aspect-ratio: 1 / 1.1;
}

.gallery-card-events img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}


.gallery-overlay-events {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.75) 0, rgba(0,0,0,.45) 30%, rgba(0,0,0,0) 65%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 16px 12px;
    box-sizing: border-box;
    text-align: center;
    pointer-events: none;
    transition: background .25s ease;
    z-index: 1;
}

.gallery-card-events:hover .gallery-overlay-events {
    background: linear-gradient(to top, rgba(0,0,0,.9) 0, rgba(0,0,0,.6) 35%, rgba(0,0,0,0) 70%);
}

.gallery-caption {
    display: flex;
    flex-direction: column;
    align-items: first baseline;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 8px 12px;
    text-shadow: 0 1px 3px rgba(0,0,0,.6);
    z-index: 2;
    pointer-events: none;
}

.gallery-icon-events {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity .18s ease, transform .18s ease;
    pointer-events: none;
    z-index: 3;
    align-self: flex-start;
}

.gallery-card-events:hover .gallery-icon-events {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


@media (max-width: 992px) {
    .gallery-grid-new-events {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .gallery-card-events {
        aspect-ratio: 1 / 1.1;
    }

    .gallery-caption {
        font-size: 14px;
        padding: 6px 10px;
    }

    .gallery-icon-events {
        width: 35px;
        height: 35px;
    }
}


@media (max-width: 600px) {
    .gallery-grid-new-events {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 20px;
    }

    .gallery-card-events {
        aspect-ratio: 1 / 1;
    }

    .gallery-caption {
        font-size: 12px;
        padding: 4px 8px;
    }

    .gallery-caption h4 {
        font-size: 12px;
        margin: 0;
    }

    .gallery-icon-events {
        width: 30px;
        height: 30px;
        margin-bottom: 4px;
    }

    .gallery-overlay-events {
        padding: 12px 10px;
    }
}

.events-image {
    position: absolute;
    left: -12%;
    bottom: 20px;
    bottom: 0;
    right: 0;
    width: 1400px;
    height: auto;
    z-index: -1;
    pointer-events: none;
    opacity: .95;
}

.gt-testimonial-section{
    position: relative;
}

.filter {
    width: 220px;
    height: 480px;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    font-family: Montserrat, sans-serif;
    position: relative;
}

.item, .item-has-sub {
    padding: 8px 5px;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
}

.item:hover, .item-has-sub:hover {
    background: #f2f2f2;
}

.item-has-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}


.item-has-sub input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 12px;
    width: 100%; 
    list-style: none;
    z-index: 999;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    opacity: 0;
    transform: translateY(5px);
    transition: opacity .25s ease, transform .25s ease;
}

.item-has-sub input:checked ~ .submenu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.submenu li {
    padding: 8px 0;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: color .2s ease, padding-left .2s ease;
}


.submenu li:hover {
    color: #9900FF;
    padding-left: 6px;
}

.item-has-sub i {
    transition: transform .2s;
}

.item-has-sub input:checked + i {
    transform: rotate(90deg);
}

.equipments {
    display: flex;
    gap: 40px;
    flex-direction: row-reverse; 
    padding: 16px;
}


@media (max-width: 992px) {

  .equipments {
    flex-direction: column;
    padding: 16px;
  }
  .products-area {
    width: 100%;
    margin-bottom: 40px;
    order: 2 !important;
  }
  .products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }
  .filter {
    width: 100%;
    margin-bottom: 32px;
    order: 1 !important;
  }
}

@media (max-width: 600px) {

    .equipments {
        flex-direction: column;
        padding: 16px;
    }

    .item-has-sub input:checked ~ .submenu {
        display: block;
    }

    .submenu li {
        padding: 6px 15px;
        margin-left: 10px;
        transition: color .2s ease, padding-left .2s ease;
    }

    .submenu li:hover {
        color: #9900FF;
        padding-left: 20px;
    }

    .equipments {
        flex-direction: column;
        padding: 0 4px;
    }

    .products-area {
        width: 100%;
        margin-bottom: 32px;
        order: 2 !important;
    }

    .products-grid {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 16px;
    }

    .product {
        padding: 10px 0;
    }

    .filter {
        width: 100%;
        height: auto;
        max-height: none;
        margin-bottom: 24px;
        order: 1 !important;
        padding: 15px;
        overflow: visible;
    }

    .filter h3 {
        font-size: 16px;
        margin: 0 0 10px 0;
    }

    .filter hr {
        margin-bottom: 10px;
    }


    .gt-section-title h2 {
        font-size: 28px;
    }

    .gt-section-title span {
        font-size: 13px;
    }
}



.products-area {
    flex: 1;
}

.products-grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.product {
    background: #fff20;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 8px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    gap: 10px;
}


.product h4{
    color: white;
}

.product h6{
    color: white;
    font-size: smaller;
    font-weight: 200;
}

.product p {
    font-size: small;
    font-weight: 400;
    line-height: 150%;
}

.product img {
    width: 250px;
    height: 200px;
    display: block;
    margin: 0 auto;
    border-radius: 16px;
}



@media (max-width: 992px) {

    .equipments {
        flex-direction: column;
        gap: 24px;
        align-items: stretch;
    }

    .products-area {
        order: 1;
        width: 100%;
    }

    .filter {
        order: 2;
        width: 100%;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-top: 16px;
    }

    .product {
        padding: 18px;
        align-items: center;
        text-align: center;
    }

    .product img {
        width: 100%;
        max-width: 420px;
        height: 260px;
        object-fit: cover;
        border-radius: 12px;
        margin: 0 auto 8px;
    }

}

@media (max-width: 600px) {

    .equipments {
        flex-direction: column;
        gap: 20px;
        padding: 16px;
    }

    .products-area {
        order: 1;
        width: 100%;
    }

    .filter {
        order: 2;
        width: 100%;
    }

    .products-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 12px;
    }

    .product {
        padding: 14px;
        border-radius: 12px;
    }

    .product img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 12px;
        margin-bottom: 10px;
    }

    .product h4, .product h6, .product p {
        text-align: left;
        width: 100%;
    }

    .filter h3 { color: #fff; }

}

.equipments-image {
    position: absolute;
    bottom: 30%;
    left: 60%;
    width: 1400px;
    height: auto;
    z-index: -1;
    pointer-events: none;
    opacity: .95;
}



.section-thanks {
    position: relative;
    margin-top: 64px;
    margin-bottom: 256px;
}

.bg-image-thanks{
    position: absolute;
    z-index: -1;
    pointer-events: none;
    bottom: 0;
    right: 192px;
}

.thanks{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;

}

.thanks img{
    height: 150px;
    width: 150px;
    margin-bottom: 64px;
}

.thanks p{
    color: #9900FF;
    margin-bottom: 32px;
}

.thanks h1{
    color: white;
    margin-bottom: 64px;
}

.page-nav-wrap ul li.active .page-numbers {
  background: linear-gradient(180deg, #9900FF 0, #C1ED08 100%);
  color: var(--gt-white);
  border: 1px none;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  background: transparent;
  color: var(--gt-header);
  font-weight: 400;
  transition: all .3s ease-in-out;
  margin: 0 2px;
}
.page-nav-wrap ul li .page-numbers.current {
  background: linear-gradient(180deg, #9900FF 0, #C1ED08 100%);
  color: var(--gt-white);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
  color: var(--gt-theme);
  transition: all .4s ease-in-out;
}
.page-nav-wrap ul li .page-numbers:hover {
  border-radius: 12px;
  background: linear-gradient(180deg, #9900FF 0, #C1ED08 100%);
  color: var(--gt-white);
  border: 1px none;
}
.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--gt-white);
}







.privacy-section {
    padding: 80px 0 100px;
    position: relative;
    z-index: 2;
}

.privacy-content {
    max-width: 860px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .85);
    line-height: 1.8;
    font-size: 15px;
}

.privacy-update {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.privacy-block {
    margin-bottom: 40px;
}

.privacy-block h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 16px;
    
    border-left: 3px solid #9900FF;
    padding-left: 16px;
    text-align: left !important
}

.privacy-block p {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .75);
}

.privacy-block ul {
    list-style: none;
    padding: 0;
    margin: 12px 0 16px;
}

.privacy-block ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .75);
    line-height: 1.7;
}

.privacy-block ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9900FF;
}

.privacy-block ul li strong {
    color: #fff;
}

.privacy-block a {
    color: #C1ED08 !important;
    text-decoration: none;
    font-weight: 500 !important;
    transition: opacity .2s ease;
    text-transform: initial !important;
}

.privacy-block a:hover {
    opacity: .8;
    text-decoration: underline;
}


@media (max-width: 992px) {
    .privacy-section {
        padding: 60px 0 80px;
    }

    .privacy-content {
        max-width: 100%;
        padding: 0 20px;
    }

    .privacy-block h3 {
        font-size: 20px;
    }

    .privacy-content {
        font-size: 14px;
    }
}


@media (max-width: 600px) {
    .privacy-section {
        padding: 40px 0 60px;
    }

    .privacy-content {
        padding: 0 16px;
        font-size: 13px;
        line-height: 1.7;
    }

    .privacy-block {
        margin-bottom: 30px;
    }

    .privacy-block h3 {
        font-size: 18px;
        padding-left: 12px;
    }

    .privacy-update {
        font-size: 12px;
        margin-bottom: 30px;
    }
}