@font-face {
    font-family: 'Pacifico';
    src: url('Pacifico-Regular.woff2') format('woff2'),
        url('Pacifico-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Impact';
    src: url('Impact.woff2') format('woff2'),
        url('Impact.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica.woff2') format('woff2'),
        url('Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('Helvetica-Neue.woff2') format('woff2'),
        url('Helvetica-Neue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('BebasNeue-Regular.woff2') format('woff2'),
        url('BebasNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.woff2') format('woff2'),
        url('Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
img {
    max-width: 100%;
    width: 100%;
    display: block;
}

.page-header h1{
    font-family: 'Lato';
}

.tpl-home1 .banner {
    background-image: url(../image/imgpsh_fullsize_anim.png);
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center;
}

.tpl-home1 .banner .content {
    max-width: 512px;
}

.tpl-home1 .banner .content h2 {
    color: #FAA826;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 67.25px;
    margin-bottom: 13px;
}

.tpl-home1 .banner .content h2 span {
    color: #FAA826;
    font-family: Pacifico;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}



.tpl-home1 .trusted .slick-slide img {
    margin: 0 auto;
}

.tpl-home1 .trusted .list-logo {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    width: 100%;
    gap: 24px;
    align-items: center;
}

.tpl-home1 .trusted .list-logo img {
    width: 100%;
    display: block;
}


.tpl-home1 .everyone h2 {
    color: #FAA826;
    text-align: center;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 63px;
    margin-bottom: 55px;
}


.tpl-home1 .relax .container .content h2 span {
    color: #AB000A;
    font-family: Pacifico;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
}


.tpl-home1 .end-to-end .heading-ss {
    color: #FAA826;
    text-align: center;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
    margin-bottom: 60px;
}


.tpl-home1 .end-to-end .wrapper-our .heading h2 {
    color: #FAA826;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
}


.tpl-home1 .button-cta {
    display: inline-flex;
    gap: 18px;
    align-items: center;
    text-transform: capitalize;
    padding: 13px 25px;
    border-radius: 150px;
    background: #262626;
}

.tpl-home1 .contact button i {
    color: #FAA826;
}

.tpl-faqs .section--main-banner .heading {
    color: #FAA826;
    text-align: center;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 63.25px */
    margin-bottom: 20px;
}

.tpl-faqs .section--main-banner {
    background: #AB000A;
    padding: 80px 0 50px;
}

.tpl-faqs .section--main-banner .rte {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 22.5px */
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.tpl-faqs .button {
    display: inline-flex;
    padding: 11px 25px;
    border-radius: 150px;
    background: #262626;
    align-items: center;
    gap: 18px;
    color: #FFF;
    font-family: 'Helvetica Neue';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.4px;
    box-sizing: border-box;
}

.section--main-banner .box-button {
    text-align: center;
}

.tpl-faqs .button:hover {
    transition: 0.3s ease-in-out !important;
    height: 42px;
    border: 1px solid #262626;
    background: #ffff;
    color: #262626;
}

.tpl-faqs .nav-tabs {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
    width: 100%;
    align-items: flex-end;
    margin-top: 50px;
}

.tpl-faqs .nav-tabs .item-tab .image {
    border-radius: 15px;
    background: #FAA826;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: 0.1s;
    height: 140px;
}

.tpl-faqs .nav-tabs .item-tab .image svg {
    width: 72px;
    height: 72px;
    transition: 0.2s;
}

.tpl-faqs .nav-tabs .item-tab.active .image svg {
    width: 118px;
    height: 118px;
}

.tpl-faqs .nav-tabs .item-tab a {
    display: grid;
    gap: 23px;
    text-align: center;
}

.tpl-faqs .nav-tabs .item-tab a .title {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 31.25px */
    min-height: 62px;
}

.tpl-faqs .nav-tabs .item-tab.active .image {
    height: 182px;
    border: 5px solid #FFF;
}

.tpl-faqs .nav-tabs .item-tab.active a .title, .tpl-faqs .nav-tabs .item-tab:hover a .title {
    font-weight: 900;
}

.tpl-faqs .nav-tabs .item-tab:hover .image {
    border: 5px solid #FFF;
}

.section--main-content {
    padding: 90px 0 120px;
}

.section--main-content .tabs-content .item-content .box-content {
    display: flex;
    gap: 24px;
}

.section--main-content .tabs-content .item-content .title {
    color: #000;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 63.25px */
    max-width: 385px;
    min-width: 385px;
}

.list-faqs .item-faqs .accordion {
    all: unset;
    color: #F05421;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    border-bottom: 2px solid #959595;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.list-faqs .item-faqs .accordion svg {
    transform: rotate(180deg);
    transition: 0.2s;
}

.list-faqs .item-faqs .accordion-content {
    color: #212529;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

.section--main-content .tabs-content .item-content {
    display: none;
}

.section--main-content .tabs-content .item-content:first-child {
    display: block;
}

.list-faqs .item-faqs .accordion.is-open + div {
    margin-bottom: 40px;
}

.list-faqs .item-faqs .accordion.is-open svg {
    transform: rotate(0deg);
}




/* Events and Webstore */



.events-home .banner{
    background-image: url(../image/imgpsh_fullsize_anim.png);
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center;
} 

.events-home .banner .content{
    max-width: 512px;
}

.events-home .banner .content h2{
    color: #FFF;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 67.25px;
    margin-bottom: 13px;
}

.events-home .banner .content h2 span{
    color: #FAA826;
    font-family: Pacifico;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}

.events-home .banner .content h3{
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    margin-bottom: 15px;
}

.events-home .banner .content p{
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 36px;
}

.events-home .banner .content a{
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: HelveticaNeueCyr;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 26px */
    letter-spacing: -0.4px;
}

.events-home .trusted{
    padding-top: 85px;
    padding-bottom: 85px;
}

.events-home .trusted h2{
    color: #AB000A;
    text-align: center;
    font-family: Bebas Neue;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 57px;
    margin-bottom: 67px;
} 

.events-home .trusted h2 span{
    color: #262626;
    font-family: Pacifico;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
    
}

.events-home .trusted .list-logo{
     display: grid;
    margin: 0;
    list-style-type: none;
    grid-template-columns: repeat(8,1fr);
    row-gap: 20px;
    column-gap: 30px;
}

.events-home .trusted .list-logo img{
    display: block;
    width: 100%;
    height: 60px;
    object-fit: contain;
}



.slick-prev:before {
    content: "\f104";
    color: rgba(171, 0, 10, 1);
    font-size: 30px;
    font-family: 'FontAwesome';
  }

  .slick-next:before {
    content: "\f105";
    color: rgba(171, 0, 10, 1);
    font-size: 30px;
    font-family: 'FontAwesome';
  }


.events-home .trusted .slick-slide img{
    margin: 0 auto;
}

.events-home .everyone{
    background-color: #AB000A;
    padding-top: 65px;
    padding-bottom: 80px;
}

.events-home .everyone h2{
    color: #FAA826;
    text-align: center;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 63px; 
    margin-bottom: 55px;
}


.events-home .everyone .list-blog{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}

.events-home .everyone .list-blog .blog-item img{
    width: 100%;
}

.events-home .everyone .list-blog h3{
    color: #FFF;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 31.25px;
    margin-top: 23px;
    margin-bottom: 12px;
}

.events-home .everyone .list-blog p{
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}

.events-home .relax{
    padding: 100px 0;
}

.events-home .relax .container{
    display: flex;
    justify-content: space-between;

}

.events-home .relax .container .image{
    width: 50%;

}

.events-home .relax .container .image img{
    width: 100%;
}

.events-home .relax .container .content{
    max-width: 548px;
}

.events-home .relax .container .content h2{
    color: #000;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 63.25px;
    margin-bottom: 30px;
}

.events-home .relax .container .content h2 span{
    color: #AB000A;
    font-family: Pacifico;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
}

.events-home .relax .container .content p{
    color: #212529;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    margin-bottom: 30px;
    max-width: 544px;
}

.events-home .relax .container .content a{
    display: inline-flex;
    padding: 11px 22px;
    align-items: center;
    gap: 23px;
    border-radius: 150px;
    background: #262626;
    color: #FFF;
    font-family: HelveticaNeueCyr;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -1.2px;
}

.events-home .end-to-end{
    background-color: #AB000A;
    padding-top: 64px;
    padding-bottom: 100px;
}

.events-home .end-to-end .heading-ss{
    color: #FAA826;
    text-align: center;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
    margin-bottom: 60px;
}

.events-home .end-to-end h2 span{
    color: #FAA826;
    font-family: Pacifico;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
}


.events-home .end-to-end .list-blog{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-bottom: 95px;
}

.events-home .end-to-end .list-blog .blog-item img{
    width: 100%;
}

.events-home .end-to-end .list-blog h3{
    color: #FFF;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 31.25px;
    margin-top: 23px;
    margin-bottom: 12px;
}

.events-home .end-to-end .list-blog p{
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height:  22.5px;
    max-width: 370px;
}


.events-home .end-to-end .wrapper-our .heading h2{
    color: #FAA826;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
}

.events-home .end-to-end .wrapper-our {
    display: flex;
    justify-content: space-between;
}

.events-home .end-to-end .wrapper-our h2{
    max-width: 387px;
}

.events-home .end-to-end .product-list {
    max-width: 670px;
    width: 100%;
}

.events-home .end-to-end .product-list .box-image{
    background: #F8B308;
    text-align: center;
    padding-top: 26px;
    padding-bottom: 23px;
    margin-bottom: 32px;
}

.events-home .end-to-end .product-list .item:first-child .box-image{
    background: initial;
    text-align: center;
    padding-top: 26px;
    padding-bottom: 0;
    margin-bottom: 32px;
    margin-top: 0;
}

.events-home .end-to-end .product-list .item:first-child .box-image img{
    display: block;
}


.events-home .end-to-end .product-list .content h2{
    color: #FFF;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    margin-bottom: 12px;
}

.events-home .end-to-end .product-list .content p{
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.events-home .end-to-end .description-button{
    display: flex;
    gap: 22px;
    align-items: center;
}

.events-home .end-to-end .description-button a{
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: HelveticaNeueCyr;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 26px */
    letter-spacing: -0.4px;
}

.events-home .end-to-end .description-button p{
    max-width: 364px;
}

.events-home .end-to-end .product-list li{
    margin-bottom: 60px;
}

.events-home .end-to-end .product-list li:last-child{
    margin-bottom: 0;
}

.events-home .ready{
    padding-top: 100px;
    padding-bottom: 100px;
}

.events-home .ready .container{
    display: flex;
    gap: 47px;
}

.events-home .ready .container .content h2{
    color: #000;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    margin-bottom: 30px;
    margin-top: 30px;
} 


.events-home .ready .container .content h2 span{
    color: #AB000A;
    font-family: Pacifico;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
}

.events-home .ready .container .content p{
    color: #212529;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 35px;
    max-width: 554px;
}

.events-home .ready .container .content a{
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: HelveticaNeueCyr;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 26px */
    letter-spacing: -0.4px;
}

.events-home .contact {
    padding: 60px 0 80px;
    background: #AB000A;
    text-align: center;
}

.events-home  .contact h2{
    color: #FFF;
    text-align: center;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    margin-bottom: 45px;
}


.events-home  .contact h2 span {
    color: #FAA826;
    font-family: Pacifico;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%;
}
.events-home .contact h2,
.events-home .contact p,
.events-home .contact h3 {
    color: #ffffff;
}



.events-home .contact h3 {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    margin-bottom: 12px; 
}

.events-home .contact p{
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    max-width: 680px;
    margin: 0 auto;
}

.events-home .contact p.yl-text {
    color: #FAA826;
}
.events-home .contact input[type="text"],
.events-home .contact input[type="email"],
.events-home .contact input[type="number"]  {
    border-bottom: 1px solid #D98C90;
    color: #E9BDC0;
}
.events-home .contact input[type="text"]::placeholder,
.events-home .contact input[type="email"]::placeholder,
.events-home .contact input[type="number"]::placeholder {
    color: #E9BDC0;
}

.events-home .contact input[type="text"],
.events-home .contact input[type="email"],
.events-home .contact input[type="number"] {
    font-family: 'Lato';
    border: none;
    border-bottom: 1px solid #D98C90;
    padding: 0;
    background: transparent;
    font-size: 24px;
    margin-bottom: 30px;
    height: 45px;
    width: 100%;
    outline: none;
}

.events-home .contact input[type="submit"]{
    position: relative;
}

.events-home .contact input[type="submit"]::after{
    position: absolute;
    content: "s";
    font-family: 'FontAwesome';
}

.events-home .contact form {
    max-width: 680px;
    margin: 40px auto;
    margin-top: 50px;
    margin-bottom: 0;
}

.events-home .contact button{
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: HelveticaNeueCyr;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 26px */
    letter-spacing: -0.4px;
    border: 0;
}

.events-home .button-cta{
    display: inline-flex;
    gap: 18px;
    align-items: center;
    text-transform: capitalize;
    padding: 13px 25px;
    border-radius: 150px;
    background: #262626;
}

.events-home .contact button i{
    color: #FAA826;
}

.webstore-home .banner{
    background-image: url(../image/bannerv3.png);
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} 


.webstore-home .banner .content{
    max-width: 512px;
}

.webstore-home .banner .content h3{
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height:  22.5px;
    margin-bottom: 35px;
}

.webstore-home .banner .content h2 {
    color: #FAA826;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}

.webstore-home .banner .content p{
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
    margin-bottom: 35px;
}

.webstore-home .banner .content .button-cta{
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: HelveticaNeueCyr;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 26px */
    letter-spacing: -0.4px;
    display: inline-flex;
    padding: 13px 25px;
    border-radius: 150px;
    background: #262626;
    align-items: center;
    gap: 18px;
}

.webstore-home .banner .content .button-cta i{
    color: #FAA826;
}

.webstore-home .image-text{
    padding: 100px 0;
}

.webstore-home .image-text .container{
    display: flex;
    align-items: center;
    gap: 47px;
}

.webstore-home .image-text h3{
    color: #212529;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 1; /* 22.5px */
    margin-bottom: 35px;
} 

.webstore-home .image-text h2{
    color: #000;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px; /* 63.25px */
    margin-bottom: 15px;
    max-width: 487px;
}

.webstore-home .image-text h2 span{
    color: #AB000A;
    font-family: Pacifico;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    display: inline-block;
    margin: 0 7px;
}

.webstore-home .image-text .image{
    width: 50%;
}

.webstore-home .image-text .content{
    width: 50%;
}

.webstore-home .image-text .image img{
    display: block;
    width: 100%;
}


.webstore-home .image-text p{
    color: #212529;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
    margin-bottom: 30px;
}

.webstore-home .image-text span{
    color: #212529;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 22.5px; 
    margin-bottom: 30px;
    display: block;
}

.webstore-home .image-text .list-log{
    display: flex;
    gap: 35px;
}



.webstore-home .event{
    background-color: #AB000A ;
    padding-top: 70px;
    padding-bottom: 100px;
}


.webstore-home .event h2{
    text-align: center;
    color: #FAA826;
    text-align: center;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 63px; 
    margin-bottom: 65px;
}

.webstore-home .event .event_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
}

.webstore-home .event .event_list .icon-text{
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 20px;
}

.webstore-home .event .event_list .icon-text img{
    max-width: 52.8px;
    max-height: 50.4px;
}



.webstore-home .event .event_list .icon-text span{
    color: #FFF;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height:  31.25px;
}

.webstore-home .event .event_list p{
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}


.webstore-home .organised{
    padding-top: 70px;
    padding-bottom: 100px;
}

.webstore-home .organised h2{
    color: #000;
    text-align: center;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 63.25px;
    margin-bottom: 55px;
}

.webstore-home .organised h2 span{
    color: #AB000A;
    font-family: Pacifico;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 63.25px;
}


.webstore-home .organised .list-blog{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px
}

.webstore-home .organised .list-blog .blog-item img{
    display: block;
    margin-bottom: 23px;
    width: 100%;
}

.webstore-home .organised .list-blog h3{
    color: #F05421;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 31.25px;
    margin-bottom: 12px;
}

.webstore-home .organised .list-blog p{
    color: #212529;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px;
}

.webstore-home .event-of-all{
    padding-top: 65px;
    padding-bottom: 115px;
    background-color: #AB000A;
}

.webstore-home .event-of-all h2{
    color: #FAA826;
    text-align: center;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height:  63.25px;
    margin-bottom: 60px;
}

.webstore-home .event-of-all .list-blog{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}

.webstore-home .event-of-all .list-blog img{
    margin-bottom: 24px;
    display: block;
    width: 100%;
}

.webstore-home .event-of-all .list-blog h3{
    color: #FFF;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 31.25px;
    margin-bottom: 12px;
}

.webstore-home .event-of-all .list-blog p{
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.webstore-home .contact{
    background-color: #F2F2F2;
    padding-top: 70px;
    padding-bottom: 80px;
    text-align: center;
}

.webstore-home .contact h3{
    color: #212529;
    text-align: center;
    font-family: Lato;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 24px;
}

.webstore-home .contact h2{
    color: #000;
    text-align: center;
    font-family: Bebas Neue;
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 64px;
    margin-bottom: 30px;
}

.webstore-home .contact h2 span{
    color: #AB000A;
    font-family: Pacifico;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
}

.webstore-home .contact p{
    color: #212529;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.webstore-home .contact input[type="text"]::placeholder,
.webstore-home .contact input[type="email"]::placeholder,
.webstore-home .contact input[type="number"]::placeholder {
    color: #757575;
}

.webstore-home .contact input[type="text"],
.webstore-home .contact input[type="email"],
.webstore-home .contact input[type="number"] {
    font-family: 'Lato';
    border: none;
    border-bottom: 1px solid #B4B4B4;
    padding: 0;
    background: transparent;
    font-size: 24px;
    margin-bottom: 30px;
    height: 45px;
    width: 100%;
    outline: none;
}

.webstore-home .contact input[type="submit"]{
    position: relative;
}

.webstore-home .contact input[type="submit"]::after{
    position: absolute;
    content: "s";
    font-family: 'FontAwesome';
}

.webstore-home .contact form {
    max-width: 680px;
    margin: 40px auto;
    margin-top: 50px;
    margin-bottom: 0;
}

.webstore-home .contact button{
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: HelveticaNeueCyr;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 26px */
    letter-spacing: -0.4px;
    border: 0;
}

.webstore-home .button-cta{
    display: inline-flex;
    gap: 18px;
    align-items: center;
    text-transform: capitalize;
    padding: 13px 25px;
    border-radius: 150px;
    background: #262626;
    cursor: pointer;
}

.webstore-home .contact button i{
    color: #FAA826;
}

.webstore .contact-section input[type="email"],
.webstore .contact-section input[type="tel"],
.webstore .contact-section input[type="text"] {
    border-bottom: 1px solid #444;
    color: #444;
}
.webstore .contact-section textarea.message {
    border-bottom: 1px solid #444;
    color: #444;
}
.webstore .contact-section input[type="email"]::placeholder,
.webstore .contact-section input[type="tel"]::placeholder,
.webstore .contact-section input[type="text"]::placeholder {
    color: #444;
}
.webstore .contact-section textarea.message::placeholder {
    color: #444;
}
.webstore .contact-section .g-recaptcha {
    display: flex;
    justify-content: center;
    margin: auto auto 20px;
}

/* NEW CSS 16-11-2022 */
.tooltip {
    font-family: 'Lato';
    font-size: 12px;
}

.box-product .list-product .products .slick-list {
    margin: 0 -15px;
}

.tpl-shop,
.tpl-product{
    background: #e9eaed;
    padding: 40px 0;
}

.tpl-product .fine{
    color: #939393;
    font-size: 15px;
  }

  .tpl-product .price {
    color: #AB000A;
  }

.tpl-product .focus{
    font-size: 25px;
    font-weight: 700;
 }

 .tpl-product .info-header{

    font-weight: 700;
    color: #4a4a4a;
 }

 .tpl-product .info-details strong {
    font-weight: 900;
    
 }


.tpl-shop .breadcrumb {
    margin: 0;
    padding: 0;
    font-family: 'Lato';
}

.tpl-shop .box-nav ul {
    margin: 0;
    list-style: none;
    padding: 0;
    background: #ffffff;
    -moz-box-shadow: #cecece 2px 2px 2px;
    -webkit-box-shadow: #cecece 2px 2px 2px;
    box-shadow: #cecece 2px 2px 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 30px;
    position: relative;
}

.tpl-shop .box-nav ul li a {
    display: block;
    padding: 12px 20px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: 'Lato';
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    transition: 0.2s;
}

.tpl-shop .box-nav ul li.active a,
.tpl-shop .box-nav > ul li > a:hover {
    background-color: #ff0000;
    color: #fff;
}

.box-nav .popover {
    margin: 0;
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s;
    -moz-border-radius: 0px / 0px;
    -webkit-border-radius: 0px 0px;
    border-radius: 0px / 0px;
    -moz-box-shadow: black 0px 0px 0px;
    -webkit-box-shadow: black 0px 0px 0px;
    box-shadow: black 0px 0px 0px;
    -moz-box-shadow: #cecece 2px 2px 2px;
    -webkit-box-shadow: #cecece 2px 2px 2px;
    box-shadow: #cecece 2px 2px 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    width: 300px;
    font-size: 13px;
    padding: 20px;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tpl-shop .box-nav ul li:hover .popover {
    opacity: 1;
    visibility: visible;
}

.tpl-sub .card {
    font-family: 'Lato';
}

.tpl-sub .newPrice {
    font-size: 16px;
    font-family: 'Lato';
}

.box-nav .popover ul {
    margin: 0;
    box-shadow: none;
    padding-left: 20px;
}

.box-nav .popover .popover-content .title {
    margin-bottom: 20px;
}

.box-nav .popover .popover-content .title h4 {
    margin: 0;
    font-size: 16px;
    font-family: 'Lato';
}

.box-nav .popover ul li a {
    padding: 0 !important;
    color: #a90329;
    text-transform: capitalize;
}
.box-nav .popover ul li a:hover{
    background: transparent;
    font-weight: 600;
    color: #a90329;
}

.white-bg {
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: #cecece 2px 2px 2px;
    -webkit-box-shadow: #cecece 2px 2px 2px;
    box-shadow: #cecece 2px 2px 2px;
    padding: 20px;
}

.tpl-shop .box-nav img {
    display: block;
    -moz-box-shadow: #cecece 2px 2px 2px;
    -webkit-box-shadow: #cecece 2px 2px 2px;
    box-shadow: #cecece 2px 2px 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.box-product .list-product {
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: #cecece 2px 2px 2px;
    -webkit-box-shadow: #cecece 2px 2px 2px;
    box-shadow: #cecece 2px 2px 2px;
    padding: 20px;
}

.box-product .list-product:not(:last-child) {
    margin-bottom: 30px;
}
.slick-arrow:before {
    display: none;
}

.slick-track {
    margin-left:0;
}

.box-product .list-product ul.products .slick-arrow,
.tpl-product .slick-arrow{
    color: #333;
    background-color: #dddddd;
    font-size: 15px;
    width: 35px;
    height: 35px;
    z-index: 9;
    border-radius: 50%;
}

.box-product .list-product ul.products .slick-arrow.slick-prev {
    left: -35px;
}

.box-product .list-product ul.products .slick-arrow.slick-next {
    right: -35px;
}

.box-product .list-product ul.products .slick-arrow:hover,
.tpl-product .slick-arrow:hover{
    opacity: 0.8;
}
.box-product .list-product ul.products .slick-arrow[aria-disabled="true"],
.tpl-product .slick-arrow[aria-disabled="true"]{
    opacity: 0.3;
    cursor: none;
}
.box-product .list-product .box-title,
.tpl-product .list-product .box-title{
    position: relative;
    margin-bottom: 20px;
}

.box-product .list-product .box-title h2{
    margin: 0;
    text-align: center;
    line-height: 1.2;
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    color: #4a4a4a;
}

.box-product .list-product .box-title a ,
.tpl-product .list-product .box-title a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 15px;
    color: #4a4a4a;
    font-family: 'Lato', sans-serif;
    display: flex;
    align-items: center;
    gap: 5px;
}

.box-product .list-product .box-title a i ,
.tpl-product .list-product .box-title a i {
    font-size: 12px;
    position: relative;
    top: 1px;
}
.box-product .list-product ul,
.tpl-product .list-product ul{
    margin: 0;
    list-style: none;
}

.box-product .list-product .products .item .content-item,
.tpl-product .list-product .products .item .content-item{
    padding: 0 15px;
}

.box-product .list-product .products .item .content-item h2.item-title,
.tpl-product .list-product .products .item .content-item h2.item-title{
    color: #000000;
    font-weight: 300;
    line-height: 1.42857143;
    font-size: 14px;
    font-family: 'Lato';
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin: 15px 0 5px;
}

.box-product .list-product .products .item .content-item a:hover .item-title,
.tpl-product .list-product .products .item .content-item a:hover .item-title{
    font-weight: 400;
}

.box-product .list-product .products .item .content-item .content-item__info .item-review,
.tpl-product .list-product .products .item .content-item .content-item__info .item-review{
    display: flex;
    align-items: center;
    color: #a90329;
    font-size: 11px;
    margin-bottom: 8px;
    font-family: 'Lato';
}

.box-product .list-product .products .item .content-item .content-item__info .item-review .item-review__count,
.tpl-product .list-product .products .item .content-item .content-item__info .item-review .item-review__count{
    color: #777;
    margin-left: 3px;
}

.box-product .list-product .products .item .content-item .content-item__info .item-review ul,
.tpl-product .list-product .products .item .content-item .content-item__info .item-review ul{
    display: flex;
}

.box-product .list-product .products .item .content-item .content-item__info .item-badge,
.tpl-product .list-product .products .item .content-item .content-item__info .item-badge{
    display: flex;
    gap: 5px;
}

.box-product .list-product .products .item .content-item .content-item__info .item-badge .label,
.tpl-product .list-product .products .item .content-item .content-item__info .item-badge .label{
    padding: 0.2em 0.6em;
    display: block;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    border-radius: 0.25em;
    font-weight: 300;
    font-family: 'Lato';
}

.box-product .list-product .products .item .content-item .content-item__info .item-badge .label.label-warning ,
.tpl-product .list-product .products .item .content-item .content-item__info .item-badge .label.label-warning {
    background-color: #f0ad4e;
}

.box-product .list-product .products .item .content-item .content-item__info .item-badge .label.label-info,
.tpl-product .list-product .products .item .content-item .content-item__info .item-badge .label.label-info{
    background-color: #5bc0de;
}


/* END NEW CSS 16-11-2022 */

/* CSS PRODUCT PAGE */

.tpl-product .breadcrumb {
    margin: 0;
    padding: 0;
    font-family: 'Lato';
}

.tpl-product ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.tpl-product .main-image--large {
    margin-bottom: 20px;
}

.main-image--large .image {
    display:none;
}


.main-image--large .image.active {
    display:block;
}


.tpl-product .main-image--thumbnail {
    margin: 0 -10px;
}

.tpl-product .p-price{

}

.tpl-product .main-image--thumbnail .item {
    padding: 0 10px;
}
.main-image--thumbnail button.slick-prev.slick-arrow {
    left: -10px;
}

.main-image--thumbnail button.slick-next.slick-arrow {
    right: -10px;
}
.tpl-product .main-image--thumbnail .item img {
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    opacity: .6;
    cursor: pointer;
    padding: 10px;
    background: #fff;
}

.tpl-product .main-image--thumbnail .item.slick-current img,.tpl-product .main-image--thumbnail .item:hover img {
    opacity: 1;
    border: 1px solid #a90329;
}
.main-image--large img {
    border-radius: 4px;
}



.main-product .main-info .content-info {
    font-family: 'Lato';
    padding: 15px 2%;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: #cecece 2px 2px 2px;
    -webkit-box-shadow: #cecece 2px 2px 2px;
    box-shadow: #cecece 2px 2px 2px;
}

.main-product .main-info .title-p {
    font-family: 'Lato';
    font-weight: 600;
}

.main-product .main-info .content-info .size label {
    font-family: 'Lato', sans-serif;
    color: #939393;
    display: block;
    margin-bottom: 8px;
}

.tpl-product .select {
    position: relative;
    border: 1px solid #939393;
    border-radius: 5px;
    overflow: hidden;
    max-width: 300px;
}

.tpl-product .select select {
    border: 0;
    appearance: none;
    background: transparent;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    color: #939393;
}

.tpl-product .select i {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #939393;
    pointer-events: none;
}

.main-product .main-info .title-p {
    font-family: 'Lato';
}

.main-product .main-info .content-info .size {
    margin-bottom: 10px;
}

.main-product .main-info .content-info .p-price {
    display: flex;
    align-items: baseline;
}

.main-product .main-info .content-info .p-price p {
    margin: 0;
    font-family: 'Lato';
    color: #939393;
}

.main-product .main-info .content-info .p-price .price {
    color: #a90329;
    font-size: 25px;
    font-weight: 700;
}

.content-info hr {
    margin: 20px 0;
    background-color: #939393;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(255,255,255,.3);
    height: 0px;
}
.variant label {
    font-family: 'Lato';
    color: #939393;
    display: block;
    margin-bottom: 15px;
}

.main-info .variant .info-block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.main-info .variant .info-block li.item-block {
    position: relative;
}

.main-info .variant .info-block li.item-block input[type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}

.main-info .variant .info-block li.item-block label {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #333;
    border: 1px solid #ccc;
    opacity: .5;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 4px;
    min-height: 54px;
    margin: 0;
    transition: 0.5s;
}

.main-image--thumbnail .thumbnail {
    opacity: 0.6;
    border-radius: 4px;
}

.main-image--thumbnail .thumbnail.active {
    opacity: 1;
    border: 1px solid #a90329;
    background-color: #e9eaed;
}

.main-image--thumbnail .thumbnail.hover {
    opacity: 1;
    border: 1px solid #a90329;
    background-color: #e9eaed;
}


.main-info .variant .info-block li.item-block label img {
    max-width: 40px;
}

.content-info .variant {
    margin-bottom: 20px;
}

.main-info .info-block li.item-block input[type="radio"]:checked ~ label {
    opacity: 1;
    border: 1px solid #a90329;
    background-color: #e9eaed;
}

.tpl-product .product-description {
    font-family: 'Lato';
    color: #4c4c4c;
}

.tpl-product .product-description .description-header{
    font-weight: 700;
    color: #000000;
}


.main-product .accordion .item-accordion:not(:last-child) {
    margin-bottom: 15px;
}

.main-product .accordion .item-accordion .accordion-header {
    margin-bottom: 10px;
}

.main-product .accordion .item-accordion .button-accordion {
    width: 100%;
    font-family: 'Lato';
    text-align: left;
    line-height: 1.4;
    background-color: #fafafa;
    min-height: 45px;
    padding: 12px;
    border-radius: 4px;
    position: relative;
    color: #939393;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-product .accordion .item-accordion .button-accordion:after {
    content: "\f0d8";
    font-family: "Font Awesome 6 Pro";
    color: #939393;
}

.main-product .accordion .item-accordion .button-accordion.collapsed:after {
    content: "\f0d7";
}
.main-product .accordion .item-accordion .accordion-body {
    padding: 0;
    font-family: 'Lato';
}

.main-product .accordion .item-accordion .accordion-body table {
    margin: 0;
    border: 1px solid #ddd;
    font-family: 'Lato';
}

.main-product .accordion .item-accordion .accordion-body table * {
    text-align: center !important;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    padding: 8px;
    line-height: 1.42857143;
    box-shadow: none;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}

.table-bordered thead tr th {
    font-weight: 700;
}
.main-product .add-to-cart {
    padding: 15px 30px;
    font-size: 15px;
    color: #fff;
    line-height: 1.3333333;
    border-radius: 6px;
    background-color: #d7204b;
    text-transform: uppercase;
    font-family: 'Lato';
    margin-top: 33px;
}

.main-product .add-to-cart:hover {
    opacity: 0.8;
}
.tpl-product .main-product,
.tpl-product .main-reviews,
.tpl-product .gallery{
    margin-bottom: 50px;
}

.tpl-product .main-reviews h2,
.tpl-product .gallery h2,
.tpl-product .list-product .box-title h2{
    text-align: center;
    font-family: 'Lato';
    font-weight: 600;
}
.tpl-product .gallery h2 span{
    color: #e8e8e8;
}

.tpl-product .main-product-other {
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: #cecece 2px 2px 2px;
    -webkit-box-shadow: #cecece 2px 2px 2px;
    box-shadow: #cecece 2px 2px 2px;
    padding: 40px 50px;
}

.tpl-product .main-reviews .review-score {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 5px;
}

.tpl-product .main-reviews .review-score ul {
    gap: 1px;
    display: flex;
}

.tpl-product .main-reviews .review-score ul li i {
    color: #EDB867;
}

.tpl-product .main-reviews .review-score span {
    font-family: 'Lato';
    color: #333;
}

.tpl-product .main-reviews .review-summary-number {
    text-align: center;
    display: block;
    font-family: 'Lato';
    color: #939393;
    margin-bottom: 40px;
}
.tpl-product .main-reviews .list-reviews .item .item-content {
    padding: 30px 20px;
    background-color: #fafafa;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-family: 'Lato';
}

.tpl-product .main-reviews .list-reviews .item {
    padding: 0 15px;
}

.tpl-product .main-reviews .list-reviews {
    margin: 0 -15px;
}

.tpl-product .main-reviews .list-reviews .item .item-content .author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tpl-product .main-reviews .list-reviews .item .item-content .author img {
    border: 1px inset #333;
    border-radius: 50%;
    max-width: 50px;
}

.tpl-product .main-reviews .list-reviews .item .item-content .author span.review-time {
    color: #cccccc;
    font-style: italic;
    font-size: 14px;
}
.tpl-product .main-reviews .list-reviews .item .item-content p {
    font-size: 15px;
    line-height: 1.4;
    color: #252525;
}
.tpl-product .gallery h2 {
    margin-bottom: 30px;
}

.tpl-product .gallery .list-gallery .item {
    padding: 20px;
}

.tpl-product .gallery .list-gallery {
    margin: 0 -20px;
}
.tpl-product .gallery .list-gallery .item .content-item {
    border: 1px solid transparent;
    padding: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 20px 3px rgba(132,129,129,0.25);
    -moz-box-shadow: 0px 0px 20px 3px rgba(132,129,129,0.25);
    box-shadow: 0px 0px 20px 3px rgba(132,129,129,0.25);
}
.slick-lightbox .slick-arrow:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
}

.slick-lightbox .slick-arrow {
    color: #333;
    background-color: #dddddd;
    font-size: 0;
    width: 35px;
    height: 35px;
    z-index: 9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-lightbox .slick-next:after {
    content: "\f105";
}

.slick-lightbox .slick-prev:after {
    content: "\f104";
}
/* END CSS PRODUCT PAGE */

a.button-primary {
    font-family: 'Helvetica Neue';
    background: #262626;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 40px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    gap: 10px;
    font-weight: 700;
    margin-bottom: 4px;
}
.contact-section form input[type="submit"]:hover,
.studies-section a:hover,
a.button-primary:hover {
    color: #262626;
    background: #FFFFFF;
    border: 1px solid #262626;
}
a.button-primary i {
    color: #FAA826;
    font-size: 20px;
    margin-top: 2px;
}

.header-band {
    background-image: url("https://gift-market.imgix.net/header-band.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height:10px;
    padding: 0;
    margin: 0;
}

.header {
    padding: 10px 0;
}

.header a {
    color: #000000;
    font-family: 'Helvetica Neue';
}

.menu-mobi {
    display: none;
    z-index: 9;
}
.box-nav ul.nav {
    display: flex;
    justify-content: end;
    margin: 0;
}
.box-nav .nav>li>a {
    padding: 0 15px;
    font-size: 15px;
    font-weight: 400;
}
.box-nav .nav>li>a:hover {
    color: #AB000A;
}
.box-nav .nav>li:last-child>a {
    padding-right: 0;
}
.banner-section img {
    width: 100%;
    display: block;
}
.story-section {
    background: #AB000A;
    padding: 100px 0;
    text-align: center;
}
.story-section h2 {
    font-size: 50px;
    line-height: initial;
    font-family: 'Bebas Neue';
    color: #FFFFFF;
    margin-bottom: 40px;
    line-height: 54px;
    font-weight: bold;
}
.story-section h2 span {
    font-family: 'Pacifico';
    color: #FAA826;
    font-weight: 400;
}
.story-section p {
    font-family: 'Lato';
    color: #ffffff;
    font-size: 18px;
    max-width: 915px;
    margin: 0 auto 60px;
    line-height: 25px;
}
.story-section h3 {
    font-family: 'Lato';
    color: #ffffff;
    font-size: 34px;
    margin: 50px 0 0;
    line-height: 43px;
}
.story-section h3 span {
    color: #FAA826;
    font-family: 'Pacifico';
}
.story-section img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    display: block;
}
.founder-section {
    padding: 80px 0;
}
.founder-section .ceo-box {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 80px;
}
.founder-section .ceo-box .box-img {
    width: 35%;
}
.founder-section .ceo-box .box-img img {
    width: 100%;
    display: block;
}
.founder-section .ceo-box .box-content {
    width: 65%;
}
.founder-section .ceo-box .box-content p {
    font-family: 'Lato';
    font-size: 18px;
    line-height: 25px;
}
.founder-section img {
    width: 100%;
}

.founder-section .text-bottom {
    margin-top: 45px;
}

.founder-section .text-bottom p {
    font-family: 'Lato';
    font-size: 26px;
    line-height: 40px;
}
.founder-section .text-bottom p:last-child  {
    color: #AB000A;
    font-weight: 600;
}
.contact-section {
    padding: 90px 0;
    background: #F2F2F2;
    text-align: center;
}
.contact-section h2 {
    font-size: 55px;
    line-height: 58px;
    font-family: 'Bebas Neue';
    color: #262626;
    margin-bottom: 40px;
    font-weight: 700;
}
.contact-section h2 span {
    font-family: 'Pacifico';
    color: #AB000A;
    font-weight: 400;
}
.contact-section h3 {
    margin: 0;
    font-size: 24px;
    font-family: 'Lato';
    font-weight: 700;
    line-height: 37px;
}
.contact-section input[type="email"],
.contact-section input[type="tel"],
.contact-section input[type="text"] {
    font-family: 'Lato';
    padding: 0;
    border: none;
    background: transparent;
    font-size: 24px;
    border-bottom: 1px solid #B4B4B4;
    margin-bottom: 30px;
}
.contact-section textarea.message {
    font-family: 'Lato';
    padding: 0;
    border: none;
    background: transparent;
    font-size: 24px;
    border-bottom: 1px solid #B4B4B4;
    margin-bottom: 30px;
    height: 150px;
    max-width: 700px;
    min-height: 150px;
    max-height: 300px;
}
.contact-section label.hs-main-font-element,
.contact-section label.hs-error-msg {
    font-size: 18px;
    color: #b4b4b4;
}
.contact-section .g-recaptcha {
    display: flex;
    justify-content: center;
    margin: auto auto 20px;
}
.contact-section form {
    max-width: 680px;
    margin: 40px auto;
}
.contact-section form input[type="submit"] {
    font-family: 'Bebas Neue';
    background: #262626;
    color: #FFFFFF;
    border: none;
    font-size: 27px;
    padding: 0;
    border-radius: 40px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.contact-section p {
    font-size: 24px;
    font-family: 'Lato';
    line-height: 33px;
}
.contact-section p.yl-text {
    color: #FAA826;
    font-weight: 600;
}
.box-top-footer {
    padding: 60px 0;
}
.box-top-footer .box-nav > ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    list-style-type: none;
}
.box-top-footer .box-nav h3 {
    color: #F05421;
    font-family: 'Lato';
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 33px;
    font-weight: 700;
}
.box-top-footer .box-nav > ul li ul {
    list-style-type: none;
    margin: 0 0 10px;
}
.box-top-footer .box-nav > ul li ul a {
    color: #343434;
    font-family: 'Lato';
    font-size: 18px;
    line-height: 24px;
}
.box-top-footer .box-nav > ul li ul a:hover {
    color: #F05421;
}
.box-top-footer .box-nav .tshirt-link {
    color: #343434;
}
.box-top-footer .box-nav .tshirt-link:hover {
    color: #0000FF;
}
.box-bottom-footer {
    background: #AB000A;
    padding: 20px 30px;
    text-align: center;
}
.box-bottom-footer p {
    font-family: 'Lato';
    color: #ffffff;
    font-size: 19px;
    margin: 0;
    line-height: 33px;
}
.button-mb {
    display: none;
}
.button-mb i {
    font-size: 30px;
}
.button-mb i:last-child {
    display: none;
}
.button-mb.active i:first-child {
    display: none;
}
.button-mb.active i:last-child {
    display: block;
}
.menu-mobi {
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 20px 0;
}
.menu-mobi ul {
    margin: 0;
    list-style: none;
}
.menu-mobi li {
    border-bottom: 1px dashed #000;
}
.menu-mobi li a {
    padding: 10px 0px;
    font-family: 'Helvetica';
    color: #000;
    display: block;
    font-weight: 700;
}
/*ABOUT PAGE*/
.our-services .banner-section {
    position: relative;
}
.our-services .banner-section h2 {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 78px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Bebas Neue';
    line-height: 78px;
    font-weight: bold;
}
.our-services .banner-section img {
    min-height: 615px;
    object-fit: cover;
}
.our-services .banner-section h2 span {
    font-family: 'Pacifico';
    color: #FAA826;
    text-transform: lowercase;
    font-weight: 400;
}
.content-section {
    padding: 50px 0;
    background-image: url(../images/about-us/7.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.content-section h3 {
    font-family: 'Lato';
    color: #ffffff;
    font-size: 34px;
    line-height: 43px;
}
.content-section h2 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 40px;
    line-height: 58px;
    font-family: 'Bebas Neue';
    font-weight: bold;
    margin: 30px 0 0;
}
.content-section h2 span {
    font-family: 'Pacifico';
    color: #FAA826;
    text-transform: lowercase;
    font-weight: 400;
}
.our-services .story-section {
    background: #ffffff;
    padding-bottom: 30px;
}
.our-services .story-section p.subtitile {
    color: #2A2A2A;
    font-size: 22px;
    max-width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    font-family: 'Lato';
}
.our-services .story-section h2 {
    color: #262626;
    margin: 35px 0 60px
}
.our-services .story-section h2 span {
    color: #AB000A;
}
.our-services .story-section .row {
    margin-bottom: 30px;
}
.our-services .story-section .row img {
    height: 415px;
    object-fit: cover;
}
.our-services .story-section .img-left .box-text {
    padding-left: 28px;
}
.our-services .story-section .img-right .box-text {
    padding-right: 28px;
}
.our-services .story-section h3 {
    color: #F05421;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: left;
    margin-top: 0;
    line-height: initial;
}
.our-services .story-section p {
    color: #484848;
    font-size: 18px;
    max-width: 100%;
    margin: 0;
    text-align: left;
}
.global-section {
    text-align: center;
    padding-bottom: 60px;
}
.global-section h2 {
    color: #F05421;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: 'Lato';
    font-size: 34px;
    line-height: 43px;
}
.global-section p {
    color: #484848;
    font-size: 18px;
    margin: 0 auto 40px;
    max-width: 940px;
    font-family: 'Lato';
    line-height: 25px;
}
.global-section h3 {
    font-size: 60px;
    line-height: 58px;
    margin: 20px 0 0;
    text-transform: uppercase;
    color: #AB000A;
    font-family: 'Bebas Neue';
    font-weight: 700;
}
.global-section h3 span {
    color: #FAA826;
    font-size: 74px;
}

.global-section .image-container {
    padding: 0 200px;

}
.ideas-section {
    background: #AB000A;
    text-align: center;
    padding-bottom: 90px;
}
.ideas-section img {

    margin-bottom: 90px;
}
.ideas-section p {
    color: #ffffff;
    font-size: 18px;
    max-width: 100%;
    margin: 0;
    font-family: 'Lato';
    line-height: 25px;
}
.ideas-section h2 {
    font-size: 55px;
    line-height: 58px;
    font-family: 'Bebas Neue';
    color: #FFFFFF;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 80px;
}
.ideas-section h2 span {
    font-family: 'Pacifico';
    color: #FAA826;
    text-transform: lowercase;
    font-weight: 400;
}
.ideas-section .row:not(:last-child) {
    margin-bottom: 90px;
}
.ideas-section .img-right .box-text {
    padding-right: 45px;
}
.ideas-section .img-left .box-text {
    padding-left: 45px;
}
.ideas-section .row h3 {
    color: #FCD393;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    margin-top: 0;
    font-size: 35px;
    font-family: 'Lato';
    line-height: 43px;
}
.ideas-section .row p {
    text-align: left;
}
.ideas-section .row img {
    margin-bottom: 0;
    height: 375px;
    object-fit: cover;
}
.studies-section {
    padding: 60px 0 75px;

}
.studies-section h2 {
    font-size: 55px;
    line-height: 58px;
    font-family: 'Bebas Neue';
    color: #000000;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.studies-section .link-container{
    text-align: center;
}

.studies-section a.button-primary {
    margin: 0 auto;
}

.studies-section h2 span {
    font-family: 'Pacifico';
    color: #AB000A;
    text-transform: lowercase;
    font-weight: 400;
}
.studies-section img {
    margin-bottom: 24px;
}
.studies-section .small-img img {
    height: 215px;
    object-fit: cover;
}

.our-services .contact-section {
    padding: 60px 0 75px;
    background: #AB000A;
    text-align: center;
}
.our-services .contact-section h2 span {
    color: #FAA826;
}
.our-services .contact-section h2,
.our-services .contact-section p,
.our-services .contact-section h3 {
    color: #ffffff;
}
.our-services .contact-section p.yl-text {
    color: #FAA826;
}
.our-services .contact-section input[type="email"],
.our-services .contact-section input[type="tel"],
.our-services .contact-section input[type="text"] {
    border-bottom: 1px solid #D98C90;
    color: #E9BDC0;
}
.our-services .contact-section input[type="email"]::placeholder,
.our-services .contact-section input[type="tel"]::placeholder,
.our-services .contact-section input[type="text"]::placeholder {
    color: #E9BDC0;
}
.our-services .contact-section textarea.message {
    border-bottom: 1px solid #D98C90;
    color: #E9BDC0;
}
.our-services .contact-section textarea.message::placeholder {
    color: #E9BDC0;
}
.our-services .contact-section .g-recaptcha {
    display: flex;
    justify-content: center;
    margin: auto auto 20px;
}
/*HOME*/

.brands-section {
    padding: 30px 0 30px;
}
.brands-section h2 {
    text-align: center;
    font-family: 'Bebas Neue';
    font-size: 50px;
    font-weight: 700;
    line-height: 54px;
    text-transform: uppercase;
    color: #AB000A;
    margin-bottom: 60px;
}
.brands-section h2 span {
    font-family: 'Pacifico';
    color: #FAA826;
    text-transform: lowercase;
    font-weight: 400;
    color: #262626;
}
.brands-section ul {
    display: grid;
    margin: 0;
    list-style-type: none;
    grid-template-columns: repeat(8,1fr);
    row-gap: 20px;
    column-gap: 30px;
}
.brands-section ul img {
    height: 60px;
    object-fit: contain;
}

.tpl-home .banner-section {
    height:500px;
}

.tpl-home .banner-section .img-item{
    height:500px;
    object-fit: cover;
}

.tpl-home .banner-section .owl-carousel .owl-dots {
    position: absolute;
    bottom: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.tpl-home .contact-section {
    padding: 60px 0 75px;
    background: #AB000A;
    text-align: center;
}
.tpl-home .contact-section h2 span {
    color: #FAA826;
}
.tpl-home .contact-section h2,
.tpl-home .contact-section p,
.tpl-home .contact-section h3 {
    color: #ffffff;
}
.tpl-home .contact-section p.yl-text {
    color: #FAA826;
}
.tpl-home .contact-section input[type="email"],
.tpl-home .contact-section input[type="tel"],
.tpl-home .contact-section input[type="text"] {
    border-bottom: 1px solid #D98C90;
    color: #E9BDC0;
}
.tpl-home .contact-section textarea.message {
    border-bottom: 1px solid #D98C90;
    color: #E9BDC0;
}
.tpl-home .contact-section input[type="email"]::placeholder,
.tpl-home .contact-section input[type="tel"]::placeholder,
.tpl-home .contact-section input[type="text"]::placeholder {
    color: #E9BDC0;
}
.tpl-home .contact-section textarea.message::placeholder {
    color: #E9BDC0;
}
.relationships-section {
    position: relative;
}
.relationships-section img {
    height: 350px;
    object-fit: cover;
}

.relationships-section .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(171, 0, 10, 0.6);
    top: 0;
}
.relationships-section .content {
    position: absolute;
    top: 55%;
    left: 50%;
    width: max-content;
    transform: translate(-50%, -50%);
    text-align: center;
}

.relationships-section .content h2 {
    font-size: 55px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: 700;
    line-height: initial;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.relationships-section .content p.subtitile {
    font-size: 34px;
    line-height: 43px;
    font-family: 'Lato';
    color: #ffffff;
    margin-bottom: 60px;
}
.relationships-section .content p.subtitile span {
    font-family: 'Pacifico';
    color: #FAA826;
}
.way-section {
    padding: 40px 0 50px;
    text-align: center;
}
.way-section h2 {
    font-size: 50px;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: 700;
    line-height: initial;
    margin-bottom: 30px;
}
.way-section h2 span {
    font-family: 'Pacifico';
    color: #AB000A;
    text-transform: initial;
    font-weight: 400;
}
.way-section p {
    font-size: 28px;
    font-family: 'Lato';
    margin-bottom: 40px;
}
.way-section h3 {
    max-width: 215px;
    margin: 15px auto 0;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}
.leverage-section {
    padding: 40px 0;
    background: #AB000A;
    text-align: center;
}
.leverage-section h2, .leverage-section h1 {
    font-size: 45px;
    color: #FAA826;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: 700;
    line-height: initial;
    margin-bottom: 40px;
}
.leverage-section h2 span {
    font-family: 'Pacifico';
    color: #FAA826;
    text-transform: initial;
    font-weight: 400;
}
.leverage-section img {
    height: 285px;
    object-fit: cover;
}

.leverage-section p {
    font-size: 22px;
    font-family: 'Lato';
    color: #ffffff;
}
.leverage-section h3 {
    font-family: 'Lato';
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0 50px;
    color: #ffffff;
}
.leverage-section a.button-primary {
    margin: 0 auto;
}
.partner-section {
    position: relative;
    text-align: center;
}


.relationships-section .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(171, 0, 10, 0.6);
    top: 0;
}

.partner-section {
    position: relative;
}
.partner-section img {
    height: 980px;
    object-fit: cover;
}
.partner-section .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(171, 0, 10, 0.6);
    top: 0;
}


.partner-section .content {
    
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}
.partner-section h2 {
    color: #ffffff;
    font-size: 55px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: 700;
    line-height: 1;
    margin-bottom: 60px;
}
.partner-section h2 span {
    font-family: 'Pacifico';
    color: #FAA826;
    text-transform: initial;
    font-weight: 400;
}
.partner-section h3 {
    color: #FAA826;
    font-size: 92px;
    line-height: initial;
    font-family: 'Bebas Neue';
    font-weight: 700;
    margin-bottom: 20px;
}
.partner-section p {
    color: #ffffff;
    font-size: 25px;
    line-height: 36px;
    font-family: 'Helvetica Neue';
    max-width: 285px;
    margin: 0 auto;
    letter-spacing: 2px;
    font-weight: 300;
}
/*ABOUT US*/
.about-us .banner-section img {
    height: 615px;
    object-fit: cover;
}
.about-us .story-section {
    padding: 60px 0 80px;
}
.about-us .contact-section input[type="email"],
.about-us .contact-section input[type="tel"],
.about-us .contact-section input[type="text"] {
    border-bottom: 1px solid #444;
    color: #444;
}
.about-us .contact-section textarea.message {
    border-bottom: 1px solid #444;
    color: #444;
}
.about-us .contact-section input[type="email"]::placeholder,
.about-us .contact-section input[type="tel"]::placeholder,
.about-us .contact-section input[type="text"]::placeholder {
    color: #444;
}
.about-us .contact-section textarea.message::placeholder {
    color: #444;
}
.about-us .contact-section .g-recaptcha {
    display: flex;
    justify-content: center;
    margin: auto auto 20px;
}
/*OUR WORKS*/

.our-works .banner-section {
    height:500px;
}

.our-works .banner-section .img-item{
    height:500px;
    object-fit: cover;
}

.our-works .banner-section .owl-carousel .owl-dots {
    position: absolute;
    bottom: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.owl-carousel .owl-dots .owl-dot {
    background: #adadad;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.owl-dot.active{
    background: #AB000A !important;
}


.our-works .contact-section {
    padding: 60px 0 75px;
    background: #AB000A;
    text-align: center;
}
.our-works .contact-section h2 span {
    color: #FAA826;
}
.our-works .contact-section h2,
.our-works .contact-section p,
.our-works .contact-section h3 {
    color: #ffffff;
}
.our-works .contact-section p.yl-text {
    color: #FAA826;
}
.our-works .contact-section input[type="email"],
.our-works .contact-section input[type="tel"],
.our-works .contact-section input[type="text"] {
    border-bottom: 1px solid #D98C90;
    color: #E9BDC0;
}
.our-works .contact-section input[type="email"]::placeholder,
.our-works .contact-section input[type="tel"]::placeholder,
.our-works .contact-section input[type="text"]::placeholder {
    color: #E9BDC0;
}
.our-works .contact-section textarea.message {
    color: #E9BDC0;
}
.our-works .contact-section textarea.message::placeholder {
    color: #E9BDC0;
}
.our-works.contact-section .g-recaptcha {
    display: flex;
    justify-content: center;
    margin: auto auto 20px;
}
.box-modal .modal {
    padding: 0 !important;
}
body.modal-open {
    padding: 0 !important;
}
.our-works .gift-section {
    padding: 60px 0;
    text-align: center;
    background: #AB000A;
}
.our-works .gift-section h2 {
    font-size: 50px;
    line-height: initial;
    font-family: 'Bebas Neue';
    color: #FFFFFF;
    margin-bottom: 65px;
    line-height: 54px;
    font-weight: bold;
}
.our-works .gift-section span {
    font-family: 'Pacifico';
    color: #FAA826;
    font-weight: 400;
}
.our-works .gift-section p {
    font-family: 'Lato';
    color: #FAA826;
    font-size: 18px;
    max-width: 915px;
    margin: 0 auto;
    line-height: 25px;
}
.our-works .shop-section {
    padding: 65px 0 20px;
}
.our-works .shop-section h2 {
    font-family: 'Lato';
    font-size: 34px;
    text-align: center;
    line-height: 43px;
    max-width: 820px;
    margin: 0 auto 80px;
}



.our-works .shop-section img {
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}
.our-works .shop-section .box-product {
    margin-bottom: 60px;
}
.our-works .shop-section .box-product .box-text {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.our-works .shop-section .box-product .box-text h3 {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    max-width: 195px;
}
.our-works .shop-section .box-product .box-text button {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #F2F2F2;
    height: 35px;
    width: 90px;
    padding: 0;
    border-radius: 0;
}
.our-works .shop-section .box-product .box-text button:focus,
.our-works .shop-section .box-product .box-text button:active {
    border: none;
}
.box-modal .modal-content .list-content li {
    display: none;
}

.box-modal .modal-content .list-content li.active {
    display: block;
}
.box-modal .modal-dialog {
    max-width: 985px;
}
.box-modal .modal-dialog .modal-body {
    padding: 0;
    border-top: 16px solid #AB000A;
    border-bottom: 32px solid #AB000A;
}
.box-modal .modal-dialog .modal-content {
    border-radius: 0;
}
.box-modal .modal-dialog .modal-content .box-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 35px 50px 20px;
}
.box-modal .modal-dialog .modal-content h3 {
    margin: 35px 0 20px;
    text-align: center;
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 42px;
    line-height: 1;
    position: relative;
    z-index: 1;
    padding: 0 100px;
}
.box-modal .modal-dialog .modal-content .box-nav div {
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.box-modal .modal-dialog .modal-content .box-nav i {
    color: #AB000A;
    font-size: 36px;
    font-weight: 900;
}
.box-modal .modal-dialog .modal-content ul.list-content {
    margin: 0;
    list-style-type: none;
}
.box-modal .modal-dialog .modal-content ul.list-content .owl-carousel img {
    height: 460px;
    object-fit: cover;
}
.box-modal .modal-dialog .modal-content ul.list-content .owl-carousel .owl-dots {
    position: absolute;
    bottom: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 25px;
}


.box-modal .modal-dialog .modal-content ul.list-content .box-content {
    padding: 55px 55px 50px;
}
.box-modal .modal-dialog .modal-content ul.list-content .box-content h3 {
    margin: 0px 0 15px;
    text-align: left;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 26px;
    color: #AB000A;
    padding: 0;
}
.box-modal .modal-dialog .modal-content ul.list-content .box-content p {
    font-family: 'Lato';
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 25px;
}
.box-modal .modal-dialog .modal-content ul.list-content .box-content p:last-child {
    margin-bottom: 0;
}

/* Image Gallery Section Styles */
.our-works .image-gallery-section {
    padding: 0 0 65px;
}

.our-works .image-gallery-section .gallery-item {
    margin-bottom: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.our-works .image-gallery-section .gallery-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
}

.our-works .image-gallery-section .gallery-item:hover .gallery-image {
    transform: scale(1.05);
}

/* Image Popup Modal Styles */
.image-popup-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.95);
}

.image-popup-modal .popup-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    animation: zoomIn 0.3s;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.image-popup-modal .close-popup {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.image-popup-modal .close-popup:hover,
.image-popup-modal .close-popup:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1280px) {
    .everyone .list-blog h3,
    .tpl-home1 .everyone .list-blog h3,
    .tpl-home2 .organised .list-blog h3,
    .end-to-end .list-blog h3,
    .tpl-home1 .end-to-end .list-blog h3 {
        font-size: 19px;
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 1;
    }

    .everyone .list-blog p,
    .tpl-home1 .everyone .list-blog p,
    .tpl-home2 .organised .list-blog p,
    .end-to-end .list-blog p,
    .tpl-home1 .end-to-end .list-blog p {
        font-size: 16px;
    }
}

@media (max-width: 1230px) {
    .tpl-home1 .relax .container,
    .relax .container {
        gap: 20px;
    }

    .relax .container .content h2,
    .tpl-home1 .relax .container .content h2 {
        margin-bottom: 15px;
    }

    .relax .container .content p {
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 1024px) {
    .tpl-shop .box-nav ul li a {
        font-size: 15px;
        letter-spacing: 0;
        padding: 10px 15px;
    }
    .our-services .banner-section h2 {
        font-size: 50px;
        line-height: 1.2;
    }
    .global-section h3 {
        font-size: 30px;
    }
    .global-section h3 span {
        font-size: 35px;
    }

    .global-section .image-container {
        padding: 0;
    }

    .tpl-faqs .nav-tabs .item-tab a .title {
        font-size: 20px;
    }

    .tpl-faqs .nav-tabs {
        gap: 15px;
    }

    .tpl-home h2,
    .tpl-home1 h2,
    .tpl-home2 h2,
    .tpl-home h2 span,
    .tpl-home1 h2 span,
    .tpl-home2 h2 span {
        font-size: 45px !important;
    }
}

@media screen and (max-width: 991px) {

    .end-to-end .description-button,
    .tpl-home1 .end-to-end .description-button {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }


    .everyone .list-blog,
    .tpl-home1 .everyone .list-blog,
    .tpl-home2 .organised .list-blog {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .tpl-shop .box-nav {
        display: none;
    }

    .tpl-shop  .box-product {
        width: 100%;
    }
    .button-mb {
        display: block;
        text-align: right;
    }
    .box-nav ul.nav {
        display: none;
    }
    .story-section img {
        height: 300px;
        margin-bottom: 30px;
    }
    .story-section p {
        max-width: 100%;
    }
    .studies-section .small-img img {
        height: 110px;
    }
    .box-top-footer .box-nav h3 {
        font-size: 18px;
    }
    .box-top-footer .box-logo svg {
        max-width: 100%;
    }
    .leverage-section h3,
    .contact-section p,
    .contact-section h3,
    .contact-section h2,
    .studies-section h2,
    .ideas-section h2,
    .global-section h3,
    .global-section h2,
    .our-services .story-section h2,
    .our-services .story-section p.subtitile,
    .content-section h2,
    .content-section h3,
    .box-top-footer .box-nav h3 {
        line-height: initial;
    }

    .tpl-home1 .trusted .list-logo {
        grid-template-columns: repeat(6, 1fr);
        column-gap: 60px;
    }

    .tpl-home1 .ready .container .content h2 {
        margin-top: 0;

    }

    .tpl-home1 .ready .container {
        gap: 20px;
    }
    .our-services .story-section h2 {
        margin: 20px 0 35px;
    }
    .ideas-section img {
        margin-bottom: 30px;
    }
    .ideas-section h2 {
        margin-bottom: 25px;
        margin-top: 30px;
    }
    .ideas-section .row:not(:last-child) {
        margin-bottom: 30px;
    }
    .brands-section ul {
        row-gap: 30px;
        column-gap: 40px;
    }
    .way-section h3 {
        font-size: 20px;
        line-height: initial;
    }
    .partner-section h3 {
        font-size: 65px;
        margin-bottom: 10px;
    }
    .partner-section p {
        font-size: 24px;
        line-height: initial;
        max-width: 100%;
    }
    .relationships-section .content {
        width: 100%;
    }
    .our-works .banner-section img {
        height: 500px;
        object-fit: cover;
    }

    .tpl-home .banner-section img {
        height: 500px;
        object-fit: cover;
    }

    .our-works .banner-section h2 {
        font-size: 55px;
        line-height: 1;
    }
    .our-works .gift-section h2 {
        font-size: 40px;
        margin-bottom: 35px;
        line-height: 1;
    }
    .our-works .shop-section h2 {
        font-size: 28px;
        line-height: 1.2;
        margin: 0 auto 30px;
    }
    .box-modal .modal-dialog {
        max-width: 90%;
    }

    .tpl-faqs .nav-tabs .item-tab.active .image svg {
        width: 90px;
        height: 90px;
    }

    .tpl-faqs .nav-tabs .item-tab.active .image {
        height: 170px;
    }
}

@media (max-width: 768px) {
    .tpl-product .main-image--thumbnail .item {
        padding: 0 5px;
    }

    .tpl-product .main-image--thumbnail {
        margin: 0 -5px;
    }
    .main-product .main-info .content-info {
        padding: 20px;
    }

    
    .tpl-faqs .nav-tabs {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .ideas-section h2,
    .studies-section h2,
    .story-section h2,
    .tpl-home1 h2 span,
    .tpl-home1 h2,
    .content-section h2 
    
    {
        font-size: 30px;
    }
    .content-section h3 {
        font-size: 20px;
    }
    .img-right {
        flex-direction: column-reverse;
    }
    .ideas-section .row p,
    .ideas-section .row h3,
    .our-services .story-section p,
    .our-services .story-section h3 {
        text-align: center;
    }
    .ideas-section .row img {
        margin-bottom: 15px;
    }
    .brands-section ul {
        grid-template-columns: repeat(2,1fr);
    }
    .tpl-home .banner-section h2 {
        font-size: 60px;
        line-height: 1.1;
    }
    .way-section h3 {
        margin-bottom: 25px;
    }

    .end-to-end .product-list .box-image,
    .tpl-home1 .end-to-end .product-list .item:first-child .box-image,
    .tpl-home1 .end-to-end .product-list .box-image {
        margin-bottom: 15px;
    }

    .tpl-home1 .trusted .list-logo {
        grid-template-columns: repeat(4, 1fr);
    }

    .tpl-home1 .end-to-end .product-list .content h2 {
        width: 100%;
        margin-bottom: 10px !important;
        font-size: 29px !important;
    }

    
    .everyone .list-blog {
        grid-template-columns: repeat(2, 1fr);
    }


    .way-section h2,
    .partner-section h2,
    .leverage-section h2 {
        font-size: 40px;
    }
    .box-top-footer .box-logo {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .ideas-section .img-right .box-text {
        padding-right: 0px;
    }
    .ideas-section .img-left .box-text {
        padding-left: 0px;
    }
    .story-section img {
        height: auto;
        margin-bottom: 20px;
    }
    .about-us .story-section {
        padding: 50px 0;
    }
    .story-section h2 {
        margin-bottom: 30px;
        line-height: 1;
    }
    .founder-section .text-bottom {
        margin-top: 20px;
    }
    .founder-section .text-bottom p {
        line-height: initial;
    }
    .box-modal .modal-dialog .modal-content h3 {
        margin: 25px 0 15px;
        font-size: 28px;
        padding: 0 60px;
    }
    .box-modal .modal-dialog .modal-content .box-nav {
        padding: 25px 25px 20px;
    }
    .box-modal .modal-dialog .modal-content .box-nav i {
        font-size: 24px;
    }
    .box-modal .modal-dialog .modal-content ul.list-content .box-content {
        padding: 30px 25px;
    }
}

@media (max-width: 680px) {
    .tpl-home1 .trusted .list-logo {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media screen and (max-width: 600px) {
    .tpl-product .main-product-other {
        padding: 40px 20px;
    }
    .tpl-product .slick-arrow.slick-prev {
        left: 0;
    }

    .tpl-product .slick-arrow.slick-next {
        right: 0;
    }
    .main-image--thumbnail button.slick-prev.slick-arrow {
        left: -2px;
    }

    .main-image--thumbnail button.slick-next.slick-arrow {
        right: -2px;
    }

    .tpl-product .main-product {
        gap: 30px;
    }
    .our-works .gift-section,
    .leverage-section,
    .way-section,
    .brands-section,
    .our-services .contact-section,
    .studies-section,
    .our-services .story-section,
    .content-section,
    .contact-section,
    .founder-section,
    .story-section {
        padding: 50px 0;
    }
    .ideas-section,
    .global-section {
        padding-bottom: 30px;
    }
    .partner-section h2,
    .leverage-section h2,
    .way-section h2,
    .relationships-section .content h2,
    .brands-section h2,
    .contact-section h2,
    .story-section h2 {
        font-size: 32px;
    }
    .partner-section h2,
    .leverage-section h2,
    .way-section h2,
    .relationships-section .content h2,
    .brands-section h2,
    .contact-section h2,
    .founder-section .ceo-box,
    .story-section p,
    .story-section h2 {
        margin-bottom: 20px;
        line-height: 1.2;
    }
    .story-section h3 {
        font-size: 22px;
        margin: 0;
    }
    .ideas-section .row h3,
    .our-services .story-section h3 {
        font-size: 22px;
        margin: 0px 0 15px;
    }
    
    .contact-section input[type="text"],
    .contact-section p,
    .contact-section h3,
    .founder-section .text-bottom p {
        font-size: 18px;
    }
    .box-top-footer .box-nav > ul {
        flex-direction: column;
        text-align: center;
    }
    .box-top-footer .box-nav > ul li ul {
        margin-bottom: 30px;
    }
    .box-top-footer .box-logo {
        text-align: center;
    }
    .founder-section .ceo-box {
        flex-direction: column;
    }
    .founder-section .ceo-box .box-content {
        width: 100%;
        text-align: center;
    }
    .our-services .banner-section h2 {
        font-size: 40px;
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        width: max-content;
        text-align: center;
    }
    .global-section h3 {
        font-size: 20px;
    }
    .global-section h3 span {
        font-size: 25px;
    }
    .our-services .banner-section img {
        min-height: 500px;
    }
    .studies-section a {
        font-size: 20px;
        margin: 30px auto 0;
    }
    .studies-section a i {
        font-size: 18px;
    }

    .relationships-section .content p.subtitile {
        font-size: 22px;
        line-height: initial;
        margin-bottom: 30px;
    }
    .way-section p {
        margin-bottom: 30px;
    }
    .way-section h3 {
        margin-bottom: 25px;
    }
    .leverage-section h3 {
        font-size: 22px;
        margin: 20px 0 40px;
    }
    .partner-section .content {
        top: 40px;
    }
    .partner-section h3 {
        font-size: 40px;

    }
    .partner-section p {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .relationships-section img {
        height: 250px;
    }
    .our-services .story-section h2 {
        margin: 20px 0 50px;
    }
    .our-services .story-section .row:last-child {
        margin-bottom: 0;
    }
    .about-us .banner-section img {
        height: 400px;
    }
    .our-works .banner-section img {
        min-height: 500px;
    }
    .our-works .gift-section h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .our-works .shop-section {
        padding: 50px 0 20px;
    }
    .our-works .shop-section .box-product {
        margin-bottom: 30px;
    }
    .box-modal .modal-dialog .modal-content ul.list-content .owl-carousel img {
        height: 300px;
    }
    .box-modal .modal-dialog .modal-content h3 {
        font-size: 26px;
        padding: 0 40px;
    }
    .box-modal .modal-dialog .modal-content ul.list-content .box-content h3 {
        font-size: 20px;
    }
    .box-modal .modal-dialog .modal-content ul.list-content .box-content p {
        line-height: 1.2;
        font-size: 16px;
    }
    .box-modal .modal-dialog .modal-content ul.list-content .box-content {
        padding: 30px 15px;
    }
}
@media screen and (max-width: 575px) {
    .our-works .shop-section img {
        height: auto;
    }
    .box-modal .modal-dialog {
        margin: 20px auto;
    }
}
@media screen and (max-width: 515px) {
    .box-top-footer .box-nav > ul,
    .everyone .list-blog,
    .end-to-end .list-blog,
    .tpl-home1 .everyone .list-blog,
    .tpl-home1 .end-to-end .list-blog,
    .tpl-home2 .event .event_list,
    .tpl-home2 .organised .list-blog,
    .tpl-home2 .event-of-all .list-blog {
        grid-template-columns: 1fr;
    }


    .box-modal .modal-dialog .modal-content .box-nav {
        padding: 35px 15px 20px;
    }
}
@media (max-width: 480px) {

    .box-product .list-product,
    .tpl-product .list-product{
        position: relative;
        padding-bottom: 50px;
    }

    .box-product .list-product .box-title,
    .tpl-product .list-product .box-title{
        position: initial;
    }

    .box-product .list-product .box-title a ,
    .tpl-product .list-product .box-title a {
        bottom: 20px;
        top: auto;
        transform: none;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        color: #F05421;
    }
    .box-product .list-product ul.products .slick-arrow.slick-next {
        right: -15px;
    }

    .box-product .list-product ul.products .slick-arrow.slick-prev {
        left: -15px;
    }

    .tpl-faqs .nav-tabs {
        grid-template-columns: repeat(2, 1fr);
    }

    .list-faqs .item-faqs .accordion svg {
        min-width: 15px;
        max-width: 15px;
    }

    .list-faqs .item-faqs .accordion {
        gap: 20px;
        font-size: 20px;
    }

    .list-faqs .item-faqs .accordion-content {
        font-size: 16px;
    }
}

@media (max-width: 375px) {
    .tpl-product .main-reviews h2, .tpl-product .gallery h2, .tpl-product .list-product .box-title h2 {
        font-size: 30px;
    }
    .box-product .list-product .box-title h2 {
        font-size: 25px;
    }

    .tpl-faqs .section--main-banner .heading,
    .section--main-contact .heading {
        font-size: 45px;
    }

    .tpl-faqs .section--main-banner .rte {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .tpl-faqs .nav-tabs .item-tab a {
        gap: 15px;
    }

    .tpl-faqs .nav-tabs .item-tab .image svg {
        width: 60px;
        height: 60px;
    }

    .tpl-faqs .nav-tabs .item-tab .image {
        height: 120px;
    }

    .tpl-faqs .nav-tabs .item-tab.active .image svg {
        width: 80px;
        height: 80px;
    }

    .tpl-faqs .nav-tabs .item-tab.active .image {
        height: 150px;
    }
}