/* MAIN RESPONSIVE STYLES */

.container, .container-cookies, .container-cards, .container-slideshow, .container-hero, .container-banner, .container-anim, .container-carousel, .container-tab {
    margin: 0 auto;
    position: relative;
}

.container, .container-cards, .container-hero {
    padding: 0 20px;
}

.flex-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.flex-columns {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
}


/* DESKTOP */

@media (min-width: 1600px) {
    .container {
        max-width: 1240px;
    }

    .container-cookies {
        width: 100%;
    }

    .container-hero {
        max-width: 100%;
    }
    
    .container-cards {
        max-width: 1400px;
    }
    
    .container-banner {
        max-width: 1300px;
    }

    .container-anim {
        max-width: 1240px;
    }

    .container-tab {
        max-width: 1240px;
    }
    
    .container-slideshow {
        max-width: 1400px;
    }

    #button-burguer, #mobileNav {
        display: none;
    }

    .hero-down-left, .footer-down-left {
        margin-left: 0%;
    }
    
    .hero-down-right, .footer-down-right {
        margin-right: 0%;
    }

    .hero-down-center .hero-welcome .hero-video {
        max-width: 760px;
    }

    .footer-down-center .footer-welcome .footer-video {
        max-width: 660px;
    }

    .hero-down-center .hero-welcome .hero-description, .footer-down-center .footer-welcome .footer-description {
        max-width: 760px;
    }

    .banner-wrapper .banner-image-mobile {
        display: none;
    }

    .more-trends-wrapper .more-trends-item-info, .tabs-wrapper .tabs-item-info {
        display: grid;
        align-items: center;
        align-content: stretch;
        justify-items: center;
    }

    .tab-content .tab-content-up .tabs-content-image.veryperi-icons {
        width: 650px;
    }
    
    .tab-content .tab-content-up .tabs-content-image.veryperi-icons-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1600px) {
    .container, .container-cards, .container-slideshow, .container-anim, .container-tab  {
        max-width: 1100px;
    }

    .container-cookies {
        width: 100%;
    }

    .container-banner {
        max-width: 1000px;
    }

    #button-burguer, #mobileNav {
        display: none;
    }
    
    .hero-down-left, .footer-down-left {
        margin-left: -10%;
    }

    .hero-down-right, .footer-down-right {
        margin-right: -10%;
    }

    .cards-wrapper {
        margin: 30px 0 0;
    }

    #cards-wrapper li.card {
        top: initial !important;
    }

    .tab-content .tab-content-up .tabs-content-image {
        width: 200px;
    }

    .tab-content .tab-content-down .tab-palette-color {
        height: 194px;
    }

    .hero-down-center .hero-welcome .hero-video {
        max-width: 760px;
    }

    .footer-down-center .footer-welcome .footer-video {
        max-width: 660px;
    }

    .hero-down-center .hero-welcome .hero-description, .footer-down-center .footer-welcome .footer-description  {
        max-width: 760px;
    }

    .banner-wrapper .banner-image-mobile {
        display: none;
    }

    .more-trends-wrapper .more-trends-item-info, .tabs-wrapper .tabs-item-info {
        display: grid;
        align-items: center;
        align-content: stretch;
        justify-items: center;
    }

    .tab-content .tab-content-up .tabs-content-image.veryperi-icons {
        width: 650px;
    }
    
    .tab-content .tab-content-up .tabs-content-image.veryperi-icons-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    .container, .container-cards, .container-slideshow  {
        max-width: 900px;
    }

    .container-anim {
        max-width: 100%;
    }

    .container-slideshow {
        max-width: 100%;
        padding-left: 125px;
        padding-right: 125px;
    }

    .container-tab {
        max-width: 1000px;
    }

    .hero-down-left, .footer-down-left {
        margin-left: -15%;
    }

    .hero-down-right, .footer-down-right {
        margin-right: -15%;
    }

    .hero-down-center .hero-welcome .hero-video, .footer-down-center .footer-welcome .footer-video {
        max-width: 520px;
    }

    .hero-down-center .hero-welcome .hero-description, .footer-down-center .footer-welcome .footer-description  {
        max-width: 520px;
    }

    .container-anim, .main-collection-trend {
        padding: 50px 125px;
    }

    .carousel-wrapper .carousel {
        margin: 0px 0 50px;
    }

    .carousel-wrapper .carousel-image {
        height: 300px;
    }

    .container-slideshow {
        padding-left: 0;
        padding-right: 0;
    }

    .slideshow-container .slide-item img {
        border-radius: 0px;
    }

    .tab-content {
        padding: 30px;
    }

    .tab-content .tab-content-up .tab-col {
        margin-left: 15px;
    }

    .tab-content .tab-content-up .tabs-content-heading {
        font-size: 65px;
        line-height: 60px;
    }

    .tab-content .tab-content-down .tab-palette-color {
        height: 150px;
    }

    .tab-palette-data {
        display: none;
    }
      
    .more-trends-wrapper .more-trends-item-info, .tabs-wrapper .tabs-item-info {
        display: grid;
        align-items: center;
        align-content: stretch;
        justify-items: start;
        justify-content: start;
    }

    .tab-content .tab-content-up .tabs-content-image.veryperi-icons {
        display: none;
    }
    
    .tab-content .tab-content-up .tabs-content-image.veryperi-icons-mobile {
        display: initial;
        width: 100%;
    }
}


@media (max-width: 1300px) and (min-width:768px){
    .more-trends-wrapper .more-trends-columns {
        padding: 50px 0 30px;
    }

    .more-trends-wrapper .more-trends-heading, .tabs-wrapper .tabs-heading {
        padding-left: 0;
        padding-right: 0;
    }

    .more-trends-wrapper .more-trends-columns, .tabs-wrapper .tabs-columns {
        display: flex;
        flex-direction: column;
    }

    .more-trends-wrapper .more-trends-item, .tabs-wrapper .tabs-item {
        padding: 0;
        margin-bottom: 40px;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }

    .more-trends-wrapper .more-trends-item-image, .tabs-wrapper .tabs-item-image {
        margin: 0 40px 0 0;
        width: 250px;
    }
    
    .more-trends-wrapper .more-trends-item-info, .tabs-wrapper .tabs-item-info {
        text-align: left;
    }

    .more-trends-wrapper .more-trends-item-heading, .tabs-wrapper .tabs-item-heading {
        text-align: left;
    }

    .more-trends-wrapper .more-trends-item-paragraph, .tabs-wrapper .tabs-item-paragraph {
        text-align: left;
    }

    .more-trends-wrapper button.collection-button {
        float: left;
        margin-top: 25px;
    }
}

@media only screen and (max-width: 1240px) {
    .container-banner {
        max-width: 800px;
    }

    .container-tab {
        max-width: 800px;
    }

    .hero-down-center .hero-welcome .hero-video, .footer-down-center .footer-welcome .footer-video {
        max-width: 480px;
    }

    .hero-down-center .hero-welcome .hero-description, .footer-down-center .footer-welcome .footer-description  {
        max-width: 480px;
    }

    .hero-down-center .hero-welcome .hero-button, .footer-down-center .footer-welcome .footer-button {
        font-size: 15px;
    }
    
    .main-collection-trend {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: space-around;
        justify-content: space-between;
        align-items: stretch;
    }

    .trend-section-intro p {
        text-align: center;
        font-size: 17px;
      }

    .main-collection-trend .info-wrap {
        width: 80%;
        padding: 40px 0;
        text-align: center;
        margin: 0 auto;
        order: 2;
        -webkit-order: 2;
    }

    .main-collection-trend .anim-wrap {
        width: 80%;
        margin: 0 auto;
        order: 1;
        -webkit-order: 1;
    }

    .tab-content {
        margin-top: 0;
    }

    .tab-col-1 {
        display: none !important;
    }

    .tab-content .tab-content-up .tabs-content-image {
        width: 220px;
        margin-bottom: 15px;
    }
}


/* TABLET */

@media only screen and (max-width: 1124px) {
    .hero-down-center .hero-welcome .hero-video, .footer-down-center .footer-welcome .footer-video {
        max-width: 450px;
    }

    .hero-down-center .hero-welcome .hero-description, .footer-down-center .footer-welcome .footer-description  {
        max-width: 450px;
    }
    
    .container  {
        max-width: 700px;
    }

    .container-banner {
        max-width: 700px;
    }

    .container-tab {
        max-width: 700px;
    }

    .hero-down-left, .footer-down-left {
        margin-left: -25%;
    }

    .hero-down-right, .footer-down-right {
        margin-right: -25%;
    }

    .tab-content {
        padding: 35px;
    }

    .tab-content .tab-content-up {
        display: flex;
        flex-direction: column;
    }

    .tab-content .tab-content-up .tab-col {
        margin-left: 0;
        margin-right: 15px;
    }

    .tab-text {
        margin-bottom: 30px;
    }

    .tab-col-1 {
        display: initial !important;
    }

    .tab-content .tab-content-up .tabs-content-image {
        width: 200px;
        margin-bottom: 0;
    }

    #footer-end .flex-footer {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: stretch;
        justify-content: center;
        text-align: center;
    }

    #footer-end ul.list-footer {
        margin: 20px auto 0;
    }

    #footer-end ul.fp-projects {
        margin: 10px auto 0;
    }

    #footer-end ul.list-footer li {
        margin-right: 6px;
    }

    #footer-end ul.list-footer li i.icon {
        font-size: 18px;
    }

    .trend-section-heading h2 {
        font-size: 70px;
        line-height: 70px;
        font-weight: 800;
        margin: 0 0 20px 0;
        text-align: center;
    }
}

@media only screen and (max-width: 900px) {
    .container {
        max-width: 600px;
        padding: 0 30px;
    }

    .container-cookies {
        width: 100%;
        padding: 0 20px;
    }

    .container-banner {
        max-width: 600px;
    }

    .container-tab {
        max-width: 600px;
    }
    
    .nav-left.ready {
        left: 15px;
    }

    .nav-left .section-links li .icon-piki {
        width: 26px;
    }

    .nav-left .section-links li .icon-section {
        width: 40px;
        border: 4px solid #ffffff14;
    }

    .nav-left .section-links li .icon-name {
        font-size: 14px;
    }

    .nav-left .section-links .scroll-link-heading {
        font-size: 16px;
        top: -10px;
    }

    .nav-left .section-links li .icon-vt2022 {
        width: 62px;
    }

    .nav-right .share-links-heading {
        font-size: 16px;
    }

    .nav-right .share-links li.share-links-icon {
        margin: 7px 0;
    }

    img.icon-share {
        height: 20px;
    }

    .hero-down-left, .footer-down-left {
        margin-left: 0;
    }

    .hero-down-right, .footer-down-right {
        margin-right: 0;
    }

    .hero-down-left .hero-image.down, .footer-down-left .footer-image.down {
        margin-left: -25%;
    }

    .hero-down-right .hero-image.down, .footer-down-right .footer-image.down {
        margin-left: 25%;
    }

    .hero-down-center .hero-welcome .hero-logo-wrapper span, .footer-down-center .footer-welcome .footer-logo-wrapper span {
        margin-right: 10px;
        font-size: 28px;
    }

    .hero-down-center .hero-welcome .hero-logo-wrapper .hero-logo img, .footer-down-center .footer-welcome .footer-logo-wrapper .footer-logo img {
        width: 200px;
    }

    .more-trends-wrapper .more-trends-heading, .tabs-wrapper .tabs-heading {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .more-trends-wrapper .more-trends-heading-color, .tabs-wrapper .tabs-heading-color {
        margin-right: 10px;
        line-height: 68px;
    }

    .tab-col-3 {
        display: none !important;
    }

    .tab-content .tab-content-up .tabs-content-image {
        width: 255px;
    }
}


/* MOBILE */

@media only screen and (max-width: 768px) {
    .container, .container-banner, .container-anim, .container-tab {
        max-width: 500px;
        padding: 0 30px;
    }

    .trend-section {
        margin-bottom: 50px;
    }

    .container-anim {
        padding: 0 30px;
    }

    #hero-wrapper {
        margin-top: -150px;
    }

    .hero-down-center .hero-welcome .hero-video, .footer-down-center .footer-welcome .footer-video {
        max-width:280px;
    }
    
    .hero-down-center .hero-welcome .hero-description, .footer-down-center .footer-welcome .footer-description  {
        max-width: 300px;
    }

    .hero-down-left .hero-image.down, .footer-down-left .footer-image.down {
        margin-left: -15%;
    }

    .hero-down-right .hero-image.down, .footer-down-right .footer-image.down {
        margin-left: 15%;
    }

    .hero-down-left .hero-image.up, .hero-down-right .hero-image.up, .footer-down-left .hero-image.up, .footer-down-right .hero-image.up {
        border-radius: 0;
    }

    .hero-down-center .hero-welcome .hero-description, .footer-down-center .footer-welcome .footer-description {
        font-size: 16px;
        line-height: 28px;
    }

    .trend-section-heading h2 {
        font-size: 60px;
        text-align: center;
        line-height: 58px;
        margin-bottom: 25px;
    }

    .main-collection-trend .info-wrap {
        width: 100%;
    }

    .main-collection-trend .anim-wrap {
        width: 100%;
    }

    .carousel-wrapper .carousel {
        margin: 20px 0 50px;
    }

    .more-trends-wrapper .more-trends-columns {
        padding: 60px 0 0;
    }

    .more-trends-wrapper .more-trends-columns, .tabs-wrapper .tabs-columns {
        display: flex;
        flex-direction: column;
    }

    .more-trends-wrapper .more-trends-item, .tabs-wrapper .tabs-item {
        padding: 0;
        margin-bottom: 75px;
    }

    .container-slideshow {
        padding-left: 0;
        padding-right: 0;
    }
    .slideshow-container .slide-item img {
        border-radius: 0;
    }

    .tab-content {
        border-radius: 40px;
        margin: 0px 0 60px;
    }

    .tab-content .tab-content-up .tabs-content-image {
        width: 100%;
    }

    .more-trends-wrapper .more-trends-item-info, .tabs-wrapper .tabs-item-info {
        display: grid;
        align-items: center;
        align-content: stretch;
        justify-items: center;
    }

    .display-fix {
        display: none;
    }
}

@media only screen and (max-width: 625px) {
    .container, .container-cards, .container-banner, .container-slideshow  {
        max-width: 100%;
    }

    .container-banner {
        padding: 0;   
    }

    .banner-wrapper .banner-image {
        border-radius: 0;
    }

    header .header-wrapper {
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    #button-burguer, #mobileNav {
        display: initial;
    }

    #nav-left, #nav-right {
        display: none;
    }

    header ul.multilang-list {
        display: none;
    }

    .hero-circles {
        display: none;
    }

    .banner-wrapper .banner-image, .banner-wrapper .banner-image.path {
        display: none;
    }

    .banner-wrapper .banner-image-mobile {
        display: block;
    }

    .year-animation-xl {
        margin-left: 0px;
    }

    .trend-section-heading h2 {
        font-size: 60px;
        font-weight: 800;
        margin: 0 auto;
        text-align: center;
    }

    .footer-down {
        align-items: stretch;
    }

    .footer-welcome {
        padding: 50px 0;
    }

    .footer-image.down {
        display: none;
    }

    .banner-wrapper {
        padding: 0 0 50px 0;
    }

    .year-animation-xl, .year-animation-sm {
        margin-left: 0px;
        width: 180px;
    }

    .trend-section {
        margin-bottom: 30px;
    }
 
    .trend-section-heading h2 {
        font-size: 45px;
        line-height: 72px;
        text-align: center;
        margin: 0 10px 0 0;
    }

    h2.more-trends-heading-color {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .main-collection-trend .info-wrap .boxes-title {
        font-size: 70px;
        line-height: 60px;
        font-weight: 800;
        color: transparent;
        margin: 0;
        -webkit-text-stroke-width: 2px;
    }

    .slideshow-container .slide-item {
        width: 150%;
        left: -25%;
    }

    .slideshow-container .prev-arrow, .slideshow-container .next-arrow {
        width: 40px;
        height: 40px;
    }

    .slideshow-container .prev-arrow {
        left: 3%;
    }

    .slideshow-container .next-arrow {
        right: 3%;
    }

    .slideshow-container .prev-arrow i.icon {
        left: -3px;
        top: -3px;
    }

    .slideshow-container .next-arrow i.icon {
        left: -1px;
        top: -4px;
    }

    .slideshow-container button a {
        padding: 10px 40px;
    }

    .tab-content .tab-content-up .tabs-content-heading {
        font-size: 55px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 480px) {
    .container, .container-cards, .container-slideshow  {
        max-width: 900px;
    }

    #hero-wrapper .hero-top img:nth-child(3), #hero-wrapper .hero-top img:nth-child(4) {
        display: none;
    }

    #hero-wrapper .hero-image {
        width: 475px;
    }

    #hero-wrapper .hero-image.up, #hero-wrapper .hero-image.down {
        margin-left: 0;
    }

    .hero-down-left .hero-image.up, .footer-down-left .footer-image.up, .hero-down-right .hero-image, .footer-down-right .footer-image {
        border-radius: 0;
    }

    .hero-down-left .hero-image.down, .footer-down-left .hero-image.down {
        border-radius: 0 0 20px 0;
    }

    .hero-down-right .hero-image.down, .footer-down-right .hero-image.down {
        border-radius: 0 0 0 20px;
    }

    .hero-down-center, .footer-down-center {
        margin: 0 50px;
    }

    .hero-down-center .hero-welcome .hero-title, .footer-down-center .footer-welcome .footer-title {
        margin-bottom: 20px;
    }

    .hero-down-center .hero-welcome .hero-logo-wrapper, .footer-down-center .footer-welcome .footer-logo-wrapper {
        margin-top: 22px;
    }

    .footer-top {
        display: none;
    }

    #cards-wrapper {
        margin-top: 40px;
        padding: 0;
    }

    #cards-wrapper li.card .card-item {
        width: 290px;
    }

    #cards-wrapper li.card .card-item .card-title {
        font-size: 40px;
        margin-bottom: 35px;
    }

    .slideshow-container .button-absolute {
        bottom: -20%;
    }

    .slideshow-container .dot-wrapper {
        bottom: -35%;
    }

    .section-wrap {
        padding-bottom: 150px;
    }

}

@media only screen and (max-width: 380px) {
    header .logo-freepikcompany {
        width: 160px;
        vertical-align: middle;
    }

    .hero-down-center .hero-welcome .hero-video, .footer-down-center .footer-welcome .footer-video {
        max-width: 100%;
    }

    .hero-down-center .hero-welcome .hero-description, .footer-down-center .footer-welcome .footer-description  {
        max-width: 100%;
    }

    .container, .container-cards, .container-slideshow  {
        max-width: 900px;
    }

    .hero-down {
        padding-top: 40px;
    }

    .hero-down-left, .hero-down-right, .footer-down-left, .footer-down-right {
        display: none;
    }

    .hero-down-center, .footer-down-center {
        margin: 0;
        padding: 0 30px;
    }

    .hero-down-center .hero-welcome .hero-title, .footer-down-center .footer-welcome .footer-title {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .hero-down-center .hero-welcome .hero-logo-wrapper span, .footer-down-center .footer-welcome .footer-logo-wrapper span {
        font-size: 35px;
        margin-right: 0;
        display: none;
    }

    .hero-down-center .hero-welcome .hero-logo-wrapper, .footer-down-center .foooter-welcome .footer-logo-wrapper {
        flex-direction: column;
        text-align: center;
    }

    #footer-end .footer-end-inner {
        margin-top: 20px;
    }
}