/* CSS Reset & Normalize */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
}

/* Global section styles for overflow protection */
section, main {
    max-width: 100%;
    box-sizing: border-box;
}

/*--header--*/
.header-all{
    background-image: url(img/da27bd438630da03b62a1aaa9ec31dd0.jfif);
    border-radius: 0.625rem;
    height: 85vh;
    min-height: 500px;
    max-height: 900px;
    margin: 0.625rem;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
li {
    list-style-type: none;
    position: relative;
}
.header-a{
    color: rgb(255, 255, 255);
    text-decoration: none; 
}
.header-nav{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 3.125rem;
    padding: 0 1rem;
    height: 5rem;
    align-items: center;
    border-bottom: 0.0625rem solid hsla(0, 0%, 100%, 0.2);
    flex-wrap: wrap;
}
.header-nav-text-all{
    display: flex;
    justify-content: space-between;
    width: 17.1875rem;
    max-width: 100%;
    position: relative;
    height: 0.9375rem;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.header-nav-text1, .header-nav-text2, .header-nav-text3, .header-nav-text4{
    font-size: 0.8125rem;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
}
.header-a {
    position: relative;
    display: inline-block;
    transition: color 0.5s ease;
}
.header-a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0.0625rem;
    background-color: rgb(255, 255, 255);
    transition: width 0.5s ease;
}
.header-a:hover::after {
    width: 100%;
}
.header-title{
    font-family: 'Recife Display', serif;
    font-size: 3rem;
    color: rgb(255, 255, 255);
    margin-right: auto;
    margin-left: auto;
}
.header-p{
    font-family: 'Recife Display', serif;
    color: rgb(255, 255, 255);
    font-size: clamp(2rem, 5.3125rem, 8vw);
    margin: 0 0 0 3.125rem;
    margin-top: 3.75rem;
    line-height: 1.1;
    word-break: break-word;
}
.header-btn{
    background-color: #1f1e1e;
    color: rgb(255, 255, 255);
    text-decoration: none;
    width: 15.9375rem;
    height: 2.8125rem;
    text-align: center;
    text-transform: uppercase;
    margin: 1.875rem 0 0 3.125rem;
    display: inline-block;
    border-radius: 0.4375rem;
    border: none;
    font-size: 0.8125rem;
    transition: all 0.4s;
    cursor: pointer;
}
.header-btn a{
    color: rgb(255, 255, 255);
}
.header-btn span{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
}
.header-btn span:after{
    content: ' your color';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -1.25rem;
    transition: 0.7s;
}
.header-btn:hover span {
    padding-right: 5.9375rem;
}
.header-btn:hover span:after {
    opacity: 4;
    right: 0;
}
/*--main--*/
.advantages{
    font-family: "DM Mono", monospace;
    color: #3c3c3c;
    display: flex;
    justify-content: space-evenly;
    font-size: 0.75rem;
    margin-top: 4.6875rem;
    text-transform: uppercase;
    flex-wrap: wrap;
    padding: 0 1rem;
    gap: 1rem;
    max-width: 100%;
}
.advantages-1, .advantages-2, .advantages-3, .advantages-4{
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 150%;
}
.advantages-number{
    font-size: 1.5625rem;
    margin-right: 1.25rem;
}
.colours-title{
    font-family: 'Recife Display', serif;
    color: #1f1e1e;
    font-size: clamp(3rem, 10rem, 15vw);
    font-weight: 100;
    display: flex;
    justify-content: center;
    margin: 3.4375rem 0 5.3125rem 0;
    text-align: center;
    word-break: break-word;
}
.colours{
    width: 13.3125rem;
    border-radius: 50%;
    margin-bottom: 1rem;
}
.colours-img-1 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.colours-img-1 img {
    transition: transform 0.3s ease;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
}
.colours-img-1::before {
    content: "";
    background: url(img/colour-1.jfif) no-repeat center center;
    background-size: cover;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.colours-img-1:hover::before {
    opacity: 1;
}
.colours-img-2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.colours-img-2 img {
    transition: transform 0.3s ease;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
}
.colours-img-2::before {
    content: "";
    background: url(img/colour-2.png) no-repeat center center;
    background-size: cover;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.colours-img-2:hover::before {
    opacity: 1;
}
.colours-img-3 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.colours-img-3 img {
    transition: transform 0.3s ease;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
}
.colours-img-3::before {
    content: "";
    background: url(img/colour-3.png) no-repeat center center;
    background-size: cover;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.colours-img-3:hover::before {
    opacity: 1;
}
.colours-img-4 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.colours-img-4 img {
    transition: transform 0.3s ease;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
}
.colours-img-4::before {
    content: "";
    background: url(img/colour-4.png) no-repeat center center;
    background-size: cover;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.colours-img-4:hover::before {
    opacity: 1;
}
.colours-img-5 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.colours-img-5 img {
    transition: transform 0.3s ease;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
}
.colours-img-5::before {
    content: "";
    background: url(img/colour-5.png) no-repeat center center;
    background-size: cover;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.colours-img-5:hover::before {
    opacity: 1;
}
.colours-img-6 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.colours-img-6 img {
    transition: transform 0.3s ease;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
}
.colours-img-6::before {
    content: "";
    background: url(img/colour-6.png) no-repeat center center;
    background-size: cover;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.colours-img-6:hover::before {
    opacity: 1;
}
.colours-img-7 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.colours-img-7 img {
    transition: transform 0.3s ease;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
}
.colours-img-7::before {
    content: "";
    background: url(img/colour-7.png) no-repeat center center;
    background-size: cover;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.colours-img-7:hover::before {
    opacity: 1;
}
.colours-img-8 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.colours-img-8 img {
    transition: transform 0.3s ease;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
}
.colours-img-8::before {
    content: "";
    background: url(img/colour-8.png) no-repeat center center;
    background-size: cover;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.colours-img-8:hover::before {
    opacity: 1;
}
.colours-img-9 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.colours-img-9 img {
    transition: transform 0.3s ease;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
}
.colours-img-9::before {
    content: "";
    background: url(img/colour-9.png) no-repeat center center;
    background-size: cover;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.colours-img-9:hover::before {
    opacity: 1;
}
.colours-img-10 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.colours-img-10 img {
    transition: transform 0.3s ease;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
}
.colours-img-10::before {
    content: "";
    background: url(img/colour-10.png) no-repeat center center;
    background-size: cover;
    width: 13.3125rem;
    height: 13.3125rem;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.colours-img-10:hover::before {
    opacity: 1;
}
.colours-list{
    justify-content: center;
    grid-column-gap: 5rem;
    grid-row-gap: 3.125rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0 2.5rem;
    margin: 1rem 0 3.125rem 0;
}
.colour-name{
    font-family: "DM Mono", monospace;
    color: #3c3c3c;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    justify-content: center;
}
.colours-btn{
    font-family: "DM Mono", monospace;
    background-color: #1f1e1e;
    color: rgb(255, 255, 255);
    width: 11.875rem;
    height: 2.8125rem;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    border-radius: 0.4375rem;
    border: none;
    font-size: 0.75rem;
    padding: 0;
}
.colours-btn:hover{
    background-color: rgb(255, 255, 255);
    border: 0.0625rem solid black;
}
.colours-btn a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.colours-btn a:hover{
    color: black;
}
.mission-title{
    font-family: "DM Mono", monospace;
    color: #3c3c3c;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    justify-content: center;
    margin: 8.125rem 0 0 0;
}
.mission-text{
    font-family: 'Recife Display', serif;
    color: #1f1e1e;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: clamp(1.5rem, 3.375rem, 6vw);
    margin: 1.875rem 0 0 0;
    padding: 0 1rem;
    word-break: break-word;
    line-height: 1.2;
}
.mission{
    margin: 0 4rem 0 4rem;
    padding: 0 clamp(2rem, 16rem, 20%);
    padding-bottom: 8rem;
    border-bottom: 0.0625rem solid hsla(30, 7%, 11%, 0.15);
    max-width: 100%;
    box-sizing: border-box;
}
.about-2-no{
    max-width: 100%;
    overflow: hidden;
    padding: 0 1rem;
    box-sizing: border-box;
}

.about-1{
    margin: 4rem 4rem 2.8125rem 4rem;
    display: flex;
    width: calc(100% - 8rem);
    max-width: 100%;
    overflow: hidden;
}
.about-1-img{
    width: 39.125rem;
    max-width: 50%;
    flex-shrink: 0;
    border-radius: 0.625rem;
    margin-right: 0.6875rem;
    object-fit: cover;
}
.about-1-text{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
    background-color: #F4EDE6;
    border-radius: 0.625rem;
    width: 100%;
    flex: 1;
    min-width: 0;
}
.about-1-text-h2{
    font-family: 'Recife Display', serif;
    color: #425E44;
    font-size: clamp(2rem, 4.8125rem, 8vw);
    font-weight: 100;
    text-align: center;
    width: 90%;
    max-width: 50%;
    min-height: 15rem;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.95;
    margin-bottom: 0.625rem;
    padding: 1rem;
    word-break: break-word;
    box-sizing: border-box;
}
.about-1-text-h5{
    font-family: "DM Mono", monospace;
    color: #425E44;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}
.about-2-title{
    font-family: 'Recife Display', serif;
    color: #1f1e1e;
    font-size: clamp(3rem, 16.25rem, 25vw);
    font-weight: 100;
    display: flex;
    justify-content: center;
    margin: 0;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
}
.about-2-text{
    font-family: 'Recife Display', serif;
    color: #1f1e1e;
    font-weight: 100;
    display: flex;
    justify-content: center;
    font-size: 1.875rem;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 2rem;
}
.about-2-btn{
    font-family: "DM Mono", monospace;
    background-color: #1f1e1e;
    color: rgb(255, 255, 255);
    width: 10rem;
    height: 2.8125rem;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    border-radius: 0.4375rem;
    border: none;
    font-size: 0.75rem;
    padding: 0;
}
.about-2-btn:hover{
    background-color: rgb(255, 255, 255);
    border: 0.0625rem solid black;
}
.about-2-btn a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.about-2-btn a:hover{
    color: black;
}
.about-3-sticker{
    margin: 4rem;
    display: flex;
    width: calc(100% - 8rem);
    max-width: 100%;
    overflow: hidden;
}
.about-3-img-text-container{
    position: relative;
    display: flex;
    flex: 1;
    min-width: 0;
}
.about-3-img-left{
    width: 99%;
    height: 43.125rem;
    border-radius: 0.625rem;
    margin-right: 0.6875rem;
    object-fit: cover;
    flex-shrink: 0;
}
.about-3-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0);
    color: white;
    padding: 1.25rem;
    border-radius: 0.3125rem;
}
.about-3-text h2{
    font-family: 'Recife Display', serif;
    font-weight: 100;
    margin: 0 0 2rem 0;
    color: #1f1e1e;
}
.about-3-h2{
    font-size: clamp(1.5rem, 4.125rem, 7vw);
    width: 90%;
    max-width: 32.5rem;
    text-align: center;
    line-height: 1.1;
    word-break: break-word;
}
.about-3-btn{
    font-family: "DM Mono", monospace;
    background-color: #1f1e1e;
    color: rgb(255, 255, 255);
    width: 11.875rem;
    height: 2.8125rem;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    border-radius: 0.4375rem;
    border: none;
    font-size: 0.75rem;
    padding: 0;
}
.about-3-btn:hover{
    background-color: rgb(255, 255, 255);
    border: 0.0625rem solid black;
}
.about-3-btn a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.about-3-btn a:hover{
    color: black;
}
.about-3-img-right{
    width: 43.125rem;
    max-width: 45%;
    flex-shrink: 0;
    height: 43.125rem;
    border-radius: 0.625rem;
    object-fit: cover;
}
.cooperation-list{
    margin: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: calc(100% - 8rem);
}
.cooperation-img{
    width: 16rem;
}
.gallery{
    margin: 0 4rem 1.3125rem 4rem;
    max-width: 100%;
    overflow: hidden;
}
.gallery-collage1{
    display: flex;
    height: 43.125rem;
    width: 99.5%;
    max-width: 100%;
    overflow: hidden;
}
.gallery-collage1-img{
    width: 43.75rem;
    max-width: 50%;
    flex-shrink: 0;
    height: 43.75rem;
}
.gallery1-img1{
    margin: 0 0.375rem 0.375rem 0;
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
}
.gallery1-img01 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
    margin: 0 0.375rem 0.375rem 0;
}
.gallery1-img01::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(106, 114, 125);
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery1-img01:hover::after {
    opacity: 1;
}
.gallery1-img2{
    margin-bottom: 0.375rem;
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
}
.gallery1-img02 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
    margin-bottom: 0.375rem;
}
.gallery1-img02::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(68, 95, 69); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery1-img02:hover::after {
    opacity: 1;
}
.gallery1-img3{
    margin: 0 0.375rem 0.375rem 0;
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
}
.gallery1-img03 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
    margin: 0 0.375rem 0.375rem 0;
}
.gallery1-img03::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(224, 195, 176); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery1-img03:hover::after {
    opacity: 1;
}
.gallery1-img4{
    margin-bottom: 0.375rem;
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
}
.gallery1-img04 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
    margin-bottom: 0.375rem;
}
.gallery1-img04::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(35, 33, 33); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery1-img04:hover::after {
    opacity: 1;
}
.gallery-collage1-text{
    flex: 1;
    min-width: 0;
    height: 43.125rem;
    background-color: #c6bc8a;
    border-radius: 0.625rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.gallery-collage1-h2-instagram{
    display: grid;
    justify-content: center;
    height: 30rem;
    text-align: center;
}
.agallery-collage1-text-h2{
    font-family: 'Recife Display', serif;
    color: #425E44;
    font-size: clamp(1.5rem, 4.625rem, 8vw);
    font-weight: 100;
    width: 90%;
    max-width: 34.375rem;
    min-height: 10rem;
    height: auto;
    line-height: 1.1;
    margin: 0;
    display: flex;
    text-align: center;
    align-items: end;
    letter-spacing: 0.0625rem;
    word-break: break-word;
    padding: 1rem;
    box-sizing: border-box;
}
.gallery-instagram{
    font-family: 'Recife Display', serif;
    color: #425E44;
    font-size: 1.75rem;
    font-weight: 100;
    text-decoration: none;
    height: 2rem;
    width: 9.375rem;
    margin: 0 auto;
}
.gallery-collage1-text-h5{
    font-family: "DM Mono", monospace;
    color: #425E44;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-top: 5rem;
    letter-spacing: 0.025rem;
}
.gallery-collage2{
    margin-top: 0.625rem;
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.gallery-collage2-big-img{
    flex: 1;
    min-width: 0;
    height: 43.125rem;
    margin-right: 0.625rem;
}
.gallery2-img1{
    width: 100%;
    height: 43.125rem;
    border-radius: 0.625rem;
    object-fit: cover;
}
.gallery-collage2-img{
    width: 43.75rem;
    max-width: 50%;
    flex-shrink: 0;
    height: 43.125rem;
}
.gallery2-img2{
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
    margin-bottom: 0.375rem;
    margin-right: 0.375rem;
}
.gallery2-img02 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
    margin-bottom: 0.375rem;
    margin-right: 0.375rem;
}
.gallery2-img02::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(198, 188, 138); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery2-img02:hover::after {
    opacity: 1;
}
.gallery2-img3{
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
    margin-bottom: 0.375rem;
}
.gallery2-img03 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
    margin-bottom: 0.375rem;
}
.gallery2-img03::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(224, 201, 174); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery2-img03:hover::after {
    opacity: 1;
}
.gallery2-img4{
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
    margin-right: 0.375rem;
}
.gallery2-img04 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
    margin-right: 0.375rem;
}
.gallery2-img04::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(214, 208, 196); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery2-img04:hover::after {
    opacity: 1;
}
.gallery2-img5{
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
}
.gallery2-img05 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
}
.gallery2-img05::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(196, 193, 198); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery2-img05:hover::after {
    opacity: 1;
}
.gallery-collage3{
    margin-top: 0.625rem;
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.gallery-collage3-big-img{
    flex: 1;
    min-width: 0;
    height: 43.125rem;
}
.gallery3-img5{
    width: 99%;
    height: 43.125rem;
    border-radius: 0.625rem;
    object-fit: cover;
}
.gallery-collage3-img{
    width: 43.75rem;
    max-width: 50%;
    flex-shrink: 0;
    height: 43.125rem;
}
.gallery3-img1{
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
    margin-right: 0.375rem;
    margin-bottom: 0.375rem;
}
.gallery3-img01 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
    margin-right: 0.375rem;
    margin-bottom: 0.375rem;
}
.gallery3-img01::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(214, 208, 196); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery3-img01:hover::after {
    opacity: 1;
}
.gallery3-img2{
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
    margin-bottom: 0.375rem;
}
.gallery3-img02 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
    margin-bottom: 0.375rem;
}
.gallery3-img02::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(68, 67, 68); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery3-img02:hover::after {
    opacity: 1;
}
.gallery3-img3{
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
    margin-right: 0.375rem;
}
.gallery3-img03 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
    margin-right: 0.375rem;
}
.gallery3-img03::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(145, 159, 133); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery3-img03:hover::after {
    opacity: 1;
}
.gallery3-img4{
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
}
.gallery3-img04 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
}
.gallery3-img04::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(220, 206, 197); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery3-img04:hover::after {
    opacity: 1;
}
.gallery-collage4-text{
    flex: 1;
    min-width: 0;
    height: 43.125rem;
    background-color: #c6bc8a;
    border-radius: 0.625rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 0.625rem;
    flex-direction: column;
}
.gallery-collage4-h2-instagram{
    display: grid;
    justify-content: center;
    height: 30rem;
    text-align: center;
}
.agallery-collage4-text-h2{
    font-family: 'Recife Display', serif;
    color: #425E44;
    font-size: clamp(1.5rem, 4.625rem, 8vw);
    font-weight: 100;
    width: 90%;
    max-width: 34.375rem;
    min-height: 10rem;
    height: auto;
    line-height: 1.1;
    margin: 0;
    display: flex;
    text-align: center;
    align-items: end;
    letter-spacing: 0.0625rem;
    word-break: break-word;
    padding: 1rem;
    box-sizing: border-box;
}
.gallery-instagram{
    font-family: 'Recife Display', serif;
    color: #425E44;
    font-size: 1.75rem;
    font-weight: 100;
    text-decoration: none;
    height: 2rem;
    width: 9.375rem;
    margin: 0 auto;
}
.gallery-collage4-text-h5{
    font-family: "DM Mono", monospace;
    color: #425E44;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-top: 5rem;
    letter-spacing: 0.025rem;
}
.gallery-collage4{
    margin-top: 0.625rem;
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.gallery-collage4-img{
    width: 43.75rem;
    max-width: 50%;
    flex-shrink: 0;
    height: 43.125rem;
}
.gallery4-img2{
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
    margin-bottom: 0.375rem;
    margin-right: 0.375rem;
}
.gallery4-img02 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
    margin-bottom: 0.375rem;
    margin-right: 0.375rem;
}
.gallery4-img02::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(128, 134, 88); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery4-img02:hover::after {
    opacity: 1;
}
.gallery4-img3{
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
    margin-bottom: 0.375rem;
}
.gallery4-img03 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
    margin-bottom: 0.375rem;
}
.gallery4-img03::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(162, 69, 74); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery4-img03:hover::after {
    opacity: 1;
}
.gallery4-img4{
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
    margin-right: 0.375rem;
}
.gallery4-img04 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
    margin-right: 0.375rem;
}
.gallery4-img04::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(177, 159, 156); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery4-img04:hover::after {
    opacity: 1;
}
.gallery4-img5{
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
}
.gallery4-img05 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
}
.gallery4-img05::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(169, 168, 164); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery4-img05:hover::after {
    opacity: 1;
}
.gallery-collage5{
    margin-top: 0.625rem;
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.gallery-collage5-big-img{
    flex: 1;
    min-width: 0;
    height: 43.125rem;
}
.gallery5-img5{
    width: 99%;
    height: 43.125rem;
    border-radius: 0.625rem;
    object-fit: cover;
}
.gallery-collage5-img{
    width: 43.75rem;
    max-width: 50%;
    flex-shrink: 0;
    height: 43.125rem;
}
.gallery5-img1{
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
   margin-right: 0.375rem;
   margin-bottom: 0.375rem;
}
.gallery5-img01 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
    margin-right: 0.375rem;
    margin-bottom: 0.375rem;
}
.gallery5-img01::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(160, 79, 61); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery5-img01:hover::after {
    opacity: 1;
}
.gallery5-img2{
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
    margin-bottom: 0.375rem;
}
.gallery5-img02 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
    margin-bottom: 0.375rem;
}
.gallery5-img02::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(247, 234, 191); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery5-img02:hover::after {
    opacity: 1;
}
.gallery5-img3{
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
    margin-right: 0.375rem;
}
.gallery5-img03 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
    margin-right: 0.375rem;
}
.gallery5-img03::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(10, 12, 27); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery5-img03:hover::after {
    opacity: 1;
}
.gallery5-img4{
    width: 21.25rem;
    height: 21.25rem;
    border-radius: 0.4375rem;
}
.gallery5-img04 {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 21.25rem;
    height: 21.25rem;
}
.gallery5-img04::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.25rem;
    height: 11.25rem; 
    border-radius: 50%;
    background-color: rgb(55, 60, 70); 
    opacity: 0;
    transition: opacity 0.5s ease;
}
.gallery5-img04:hover::after {
    opacity: 1;
}
/*--footer--*/
.footer{
    padding: 4rem;
    height: 43.9375rem;
}
.contact{
    padding: 1.25rem 0;
    height: 21.25rem;
    border-bottom: 0.0625rem solid hsla(30, 7%, 11%, 0.15);
    border-top: 0.0625rem solid hsla(30, 7%, 11%, 0.15);
    display: flex;
}
.footer-email{
    width: 54.875rem;
    height: 17.0625rem;
    border-right: 0.0625rem solid hsla(30, 7%, 11%, 0.15);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-h3{
    font-family: 'Recife Display', serif;
    font-weight: 100;
    font-size: 3.3125rem;
    color: #1f1e1e;
    margin: 0;
    line-height: 1.1;
}
.footer-p{
    font-family: "DM Mono", monospace;
    color: #3c3c3c;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.025rem;
    margin: 0;
}
.relative {
    position: relative;
    margin-top: 0.9375rem;
}
.input-container {
    display: flex;
    align-items: center;
    width: 100%;
}
.footer-email-btn{
    display: flex;
}
.email-input {
    flex: 1;
    padding: 0.75rem 1.5rem 0.75rem 1.5rem;
    border-radius: 1rem;
    border: 0.0625rem solid #ccc;
    background-color: transparent;
    font-size: 0.875rem;
    line-height: 1.5;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    outline: none;
    width: 11.25rem;
}
.email-btn {
    margin-left: 0.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    background-color: #3c3c3c;
    color: #fff;
    transition: background-color 0.3s ease;
    border: none;
}
.email-btn:hover {
    background-color: #666;
}
.email-btn svg {
    width: 1.5rem;
    height: auto;
}
.footer-nav-and-contact{
    margin-left: 3.75rem;
    font-family: "DM Mono", monospace;
    color: #3c3c3c;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.025rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.footer-nav-and-contact a{
    color: #3c3c3c;
    text-decoration: none;
}
.footer-nav-list{
    display: flex;
    flex-direction: column;
    grid-row-gap: 0.4375rem;
    width: fit-content;
    font-size: 0.8125rem;
    font-weight: 400;
    letter-spacing: 0.025rem;
}
.footer-nav-list a{
    letter-spacing: 0.0125rem;
}
.footer-nav-a {
    position: relative;
    display: inline-block;
    color: #333;
    transition: color 0.3s ease;
}
.footer-nav-a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0.05625rem;
    background-color: #3c3c3c;
    transition: width 0.3s ease;
}
.footer-nav-a:hover::after {
    width: 100%;
}
.footer-contact{
    display: flex;
    grid-column-gap: 1.25rem;
}
.footer-icons{
    width: 0.9375rem;
    margin-right: 0.3125rem;
}
.footer-instagram{
    display: flex;
    align-items: center;
}
.footer-gmail{
    display: flex;
    align-items: center;
}
.footer-phone-number{
    display: flex;
    align-items: center;
}
.footer-footer {
    margin-top: 0.5rem;
}
.footer-title {
    text-transform: uppercase;
    font-family: "Recife Display", serif;
    font-size: 20.625rem;
    font-weight: 100;
    color: #1f1e1e;
    margin: 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
    line-height: 0.8;
    width: 100%;
    padding-bottom: 1rem;
}
.trustpilot-and-admin {
    display: flex;
    justify-content: space-between;
}
.trustpilot {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.trustpilot-img {
    width: 6.5625rem;
    margin-right: 0.6875rem;
}
.trustpilot h5{
    font-family: "DM Mono", monospace;
    color: #3c3c3c;
    font-size: 0.625rem; 
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05rem;
    display: flex;
    align-items: flex-end;
}
.f-f-admin-text{
    font-family: "DM Mono", monospace;
    color: #3c3c3c;
    font-size: 0.75rem; 
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.025rem;
}
.trustpilot-h5-rating{
    margin-right: 0.6875rem;
}
@media (max-width: 767px) {
.header-all {
    height: auto;
    padding: 1.25rem;
}
.header-text {
    text-align: center;
}
.header-title {
    font-size: 2rem;
    margin-right: 0;
}
.header-nav {
    margin: 0;
    border-bottom: none;
    display: contents;
}
.header-p {
    font-size: 2.625rem;
    width: auto;
    margin: 1.25rem 0;
    text-align: center;
}
.header-nav {
    margin: 0;
    border-bottom: none;
}
.header-nav-text-all {
    width: 100%;
    justify-content: center;
    display: flex;
    grid-row-gap: 0.625rem;
    margin-bottom: 1.25rem;
}
.header-btn {
    width: 100%;
    margin: 0;
}
.advantages {
    flex-wrap: wrap;
}
.advantages-1, .advantages-2, .advantages-3, .advantages-4 {
    width: 100%;
    margin-bottom: 1.25rem;
    margin-left: 20%;
}
.colours-title {
    font-size: 4.375rem;
    margin: 1.875rem 0;
}
.colours-list {
    justify-content: center;
}
.colours-img-1, .colours-img-2, .colours-img-3, .colours-img-4,
.colours-img-5, .colours-img-6, .colours-img-7, .colours-img-8,
.colours-img-9, .colours-img-10 {
    margin: 0.625rem;
}
.mission {
    padding: 1.25rem;
    margin: 0;
}
.mission-text {
    font-size: 2rem;
}
.about-1, .about-3-sticker {
    display: flex;
    flex-direction: column;
}
.about-1-img, .about-1-text{
    width: 100%;
    max-width: 100%;
    margin: 0.625rem 0;
}
.about-1-text-h2{
    font-size: 2.1875rem; 
    max-width: 100%;
}
.about-2-title {
    font-size: 3.75rem;
}
.about-2-text {
    font-size: 1.4375rem;
}
.about-3-h2 {
    font-size: 2.1875rem;
    width: auto;
}
.about-3-img-left{
    width: 100%;
    margin: 0.625rem 0;
    height: 20rem;
}
.about-3-img-right{
    width: 100%;
    max-width: 100%;
    margin: 0.625rem 0;
    height: 16.375rem;
}
.cooperation-list {
    flex-wrap: wrap;
    justify-content: center;
}
.cooperation-img {
    margin: 0.625rem;
}
.gallery{
    margin: 0 2.3125rem;
}
.gallery2-img1{
    width: 0;
    height: 0;
}
.gallery3-img5{
    width: 0;
    height: 0;
}
.gallery5-img5{
    width: 0;
    height: 0;
}
.gallery-collage1, .gallery-collage2, .gallery-collage3, .gallery-collage5 {
    flex-wrap: wrap;
}
.gallery-collage5 {
    margin: 0;
}
.gallery-collage2 {
    display: block;
}
.gallery-collage4{
    display: block;
    width: 21.3rem;
}
.gallery-collage1-text{
    width: 100%;
    margin: 0.625rem 0;
    background-color: #fff;
}
.agallery-collage1-text-h2 {
    font-size: 0;
}
.gallery-collage1-text-h5 {
    font-size: 0;
}
.gallery-collage1-img, .gallery-collage2-img,
.gallery-collage3-big-img, .gallery-collage3-img, .gallery-collage4-img,
.gallery-collage5-big-img, .gallery-collage5-img {
    width: 100%;
    margin: 0.625rem 0;
}
.gallery-collage4-img {
    margin: 0;
}
.gallery-collage2-big-img {
    height: 0;
}
.gallery-collage4-text{
    height: 38.75rem;
    width: 100%;
    margin-bottom: 0.625rem;
}
.gallery1-img1, .gallery1-img2, .gallery1-img3, .gallery1-img4, .gallery2-img2, .gallery2-img3,
.gallery3-img1, .gallery3-img2, .gallery3-img3, .gallery3-img4,
.gallery4-img2, .gallery4-img3, .gallery4-img5, .gallery5-img1, .gallery5-img2,
.gallery5-img3, .gallery5-img4 {
    width: 100%;
    height: auto;
}
.gallery2-img4{
    width: 0;
    height: 0;
}
.gallery2-img5{
    width: 0;
    height: 0;
}
.gallery4-img4{
    width: 0;
    height: 0;
}
.gallery4-img5{
    width: 0;
    height: 0;
}
.agallery-collage4-text-h2 {
    font-size: 3rem;
    width: auto;
    height: auto;
}
.footer {
    width: auto;
    padding: 1.25rem;
}
.footer-p{
    font-size: 0;
}
.contact {
    flex-wrap: wrap;
    height: auto;
}
.footer-email {
    width: 100%;
    border-right: none;
    padding-bottom: 1.25rem;
}
.footer-instagram{
     margin-top: 0.9375rem;
}
.footer-nav-and-contact {
    margin-left: 0;
    margin-top: 1.25rem;
}
.footer-nav-list {
    margin-bottom: 1.25rem;
    grid-row-gap: 1.25rem;
}
.footer-contact {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    grid-row-gap: 0.9375rem;
    border-top: 0.0625rem solid black;
}
.footer-title {
    font-size: 5rem;
    letter-spacing: 0;
}
.trustpilot-and-admin {
    flex-wrap: wrap;
    justify-content: center;
}
.trustpilot {
    margin-bottom: 1.25rem;
}
}

