.hero {padding: 9rem 1rem 1rem 1rem;position: relative;}.hero .container {min-height: 64vh;background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .6)), url('../../images/services-background.jpg');background-repeat: no-repeat;background-position: center center;background-size: cover;display: flex;justify-content: space-between;align-items: center;gap: 5rem;padding: 0 3rem;position: relative;border-radius: .5rem;-webkit-border-radius: .5rem;-moz-border-radius: .5rem;-ms-border-radius: .5rem;-o-border-radius: .5rem;}.hero .content {flex: .8;}.hero .images {flex: 1;}.hero .content .title {font-size: 2.2rem;text-transform: uppercase;color: var(--white);font-weight: 700;letter-spacing: 2.4px;}.hero .content span {font-size: 1.8rem;font-weight: 600;color: var(--white);}.hero .title > span {color: var(--white);font-weight: 700;font-size: 2rem;}.hero .images img {max-width: 100%;object-fit: cover;position: absolute;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}.hero .images .hat {right: 3rem;top: 3rem;}.hero .images .b {top: -17rem;left: 40%;}.hero .images .bags {bottom: -17rem;left: 40%;}.hero .images .label {left: 2rem;bottom: -10rem;}.hero .images .bottle {left: 3rem;top: -13rem;}.hero .images .shirt {top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);}.hero .images .cap {right: 2rem;top: -12rem;}.hero .cta {margin-top: 3rem;}.hero .cta a {background-color: var(--primary);text-transform: uppercase;letter-spacing: 2px;color: var(--white);width: 100%;padding: 1rem;font-weight: 600;font-size: 1rem;border-radius: .5rem;-webkit-border-radius: .5rem;-moz-border-radius: .5rem;-ms-border-radius: .5rem;-o-border-radius: .5rem;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;}.hero .cta a:hover {opacity: .8;}@media screen and (max-width: 1300px) {.hero .images .hat {right: 0;top: 3rem;}.hero .images .b {top: -17rem;left: 40%;}.hero .images .bags {bottom: -17rem;left: 40%;}.hero .images .label {left: 0;bottom: -10rem;}.hero .images .bottle {left: 0;top: -13rem;}.hero .images .cap {right: 0;top: -12rem;}}@media screen and (max-width: 1000px) {.hero .container {min-height: 40vh;gap: 2rem;}.hero .content {flex: 1;}.hero .content .title {font-size: 2rem;}.hero .images {flex: .8;}.hero .images img:not(:nth-child(4)) {display: none;}}@media screen and (max-width: 800px) {.hero .content .title {font-size: 1.8rem;}}@media screen and (max-width: 768px) {.hero {padding: 9rem 0 1rem 0;}.hero > .container {flex-direction: column;justify-content: center;align-items: center;text-align: center;gap: 0;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;}.hero .content {display: flex;flex-direction: column;justify-content: center;align-items: center;}.hero .content .title {color: var(--white);opacity: 1;line-height: 1.6;}.hero .images {display: none;}}@media screen and (max-width: 640px) {.hero .content .title {font-size: 1.6rem;}}@media screen and (max-width: 540px) {.hero {padding-top: 5rem;}.hero .container {height: 45vh;}}@media screen and (max-width: 372px) {.hero .cta {display: none;}}.services, .top-categories {padding: 4rem 2rem;}.services > .container, .top-categories > .container {padding: 7rem 2rem;background-repeat: no-repeat;background-position: center center;background-size: cover;border-radius: .5rem;-webkit-border-radius: .5rem;-moz-border-radius: .5rem;-ms-border-radius: .5rem;-o-border-radius: .5rem;}.services > .container {background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('../../images/needle-embroidery.jpg');}.top-categories > .container {background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url('../../images/services-background.jpg');}.services .container > .header, .top-categories .container > .header {margin-bottom: 2.5rem;display: flex;justify-content: space-between;align-items: center;gap: 2rem;}.services .container > .header a, .top-categories .container > .header a {color: var(--white);padding: .5rem .8rem;font-size: 1.05rem;border: 1px solid var(--white);font-weight: 600;border-radius: .5rem;-webkit-border-radius: .5rem;-moz-border-radius: .5rem;-ms-border-radius: .5rem;-o-border-radius: .5rem;}.services .container > .header .heading, .top-categories .container > .header .heading {color: var(--white);font-size: 2rem;font-weight: 700;}.services .container > .header .subheading, .top-categories .container > .header .subheading {color: var(--white);max-width: 500px;font-weight: 600;opacity: .95;font-size: 1.3rem;}.services .services-container, .top-categories .top-categories-container {display: grid;grid-template-columns: repeat(3, 1fr);gap: 1.5rem;}.services .service, .top-categories .category {flex: 1;background-color: var(--background);padding: 1.5rem;border-radius: .3rem;-webkit-border-radius: .3rem;-moz-border-radius: .3rem;-ms-border-radius: .3rem;-o-border-radius: .3rem;}.services .service .title, .top-categories .category .title {margin-bottom: 1rem;font-size: 1.3rem;font-weight: 600;color: var(--text-main);}.services .service .description {color: var(--text-main);font-size: 1.15rem;opacity: .8;}.top-categories .category .description {color: var(--text-main);font-size: 1.15rem;opacity: .9;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}.top-categories .category .cta {margin-top: 1.5rem;}.top-categories .category .cta a {color: #2E2E2E;border: 1px solid #2E2E2E;padding: .3rem .8rem;font-weight: 600;border-radius: .5rem;-webkit-border-radius: .5rem;-moz-border-radius: .5rem;-ms-border-radius: .5rem;-o-border-radius: .5rem;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;}.services .service .cta a:hover, .top-categories .category .cta a:hover {opacity: .8;}@media screen and (max-width: 1000px) {.services .services-container, .top-categories .top-categories-container {grid-template-columns: repeat(2, 1fr);}}@media screen and (max-width: 768px) {.services, .top-categories {padding: 5rem 0;}.services .container > .header .heading, .top-categories .container > .header .heading {font-size: 1.8rem;font-weight: 600;}.services .container > .header .subheading, .top-categories .container > .header .subheading {font-weight: 500;font-size: 1.25rem;}.services .container > .header a, .top-categories .container > .header a {display: none;}.services > .container, .top-categories > .container {border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;-ms-border-radius: 0;-o-border-radius: 0;}}@media screen and (max-width: 700px) {.services .services-container, .top-categories .top-categories-container {grid-template-columns: 1fr;}}