:root {
    --accent-color: #E64356;
    --dark-color: #000000;
    --white-color: #ffffff;
    --night-color: #3e0280;
}

h1 {
    font-family: 'Chelsea Market', sans-serif;
    font-size: 4rem;
}

h2 {
    font-family: 'petrona', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 2.25rem;
}

h3 {
    font-family: 'Chelsea Market', sans-serif;
    font-size: 2.25rem;
    color: var(--accent-color);
}

p {
    font-family: "McLaren", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.25rem;
    font-size: 1.25rem;
}

a {
    color: var(--white-color);
    text-decoration: none;
    transition: color 0.3s ease;
}


a:hover {
    color: var(--accent-color);
    text-decoration: underline;

}

.p2 {
    font-family: 'Petrona', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;


}


body {
    margin: 0;
    background-color: var(--dark-color);
    max-width: 1470px;
    overflow-x: hidden;
    overflow-y: auto;

}

.background-image-1 {
    background: url('./assets/TT-bg-1400px.jpg');
    transform-origin: top left;
    width: 1470px;
    height: 7300px;
    position: absolute;
    z-index: -2;
    transition: opacity 0.5s ease;
    background-size: cover;
    background-repeat: no-repeat;
}

.background-image-2 {
    background: url('./assets/Tips-bg-3.jpg');
    transform-origin: top left;
    width: 1470px;
    height: 5000px;
    position: absolute;
    z-index: -1;
    transition: opacity 0.5s ease;
    background-size: cover;
    background-repeat: no-repeat;
}






.navbar {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    z-index: 1;
}

.logo-container img {
    padding: 1rem;
}

.logo-image {
    transition: transform 0.3s ease;
    width: 10.5rem;
}

.logo-image:hover {
    width: 10.5;
    transform: scale(1.04) rotate(-3deg);
}

.logo-home:hover .logo-image {
    content: url('assets/TT-Logo-black-300px.png');
}

.menu-items {
    display: flex;
    align-items: center;

}

.menu-item {
    font-family: 'Chelsea Market', cursive;
    font-size: 1.6rem;
    margin-left: 3rem;
    color: var(--white-color);
    text-decoration: none;

}

.menu-item:hover {
    color: var(--night-color);
    font-size: calc(1.6rem * 1.1);
    transform: rotate(-3deg);
    text-decoration: underline;
}

.subscribe-button-position {
    margin-left: 20rem;
}

.subscribe-button {
    background-color: var(--accent-color);
    color: var(--white-color);
    font-family: 'Chelsea Market', cursive;
    font-size: 1.6rem;
    border: none;
    padding: 0.6rem 1rem;
    border-radius: 1rem;
    cursor: auto;
    margin-right: 5rem;
}

.subscribe-button:hover {
    background-color: var(--night-color);
    color: var(--white-color);
    font-size: calc(1.6rem * 1.1);
    transform: rotate(-3deg);
}

.hero-image-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.hero-image-text {
    max-width: 51rem;
    width: 100%;
    height: auto;
    margin-top: 9.5rem;
    margin-left: 6.75rem;
    transition: margin-top 0.3s ease;

}

.hero-character-image {
    max-width: 67.75rem;
    width: 100%;
    height: auto;
    margin-top: -7.5rem;

}

.hero-paragraph {
    font-family: 'Petrona', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.6rem;
    color: var(--white-color);
    margin-top: -7rem;
}

.scroll-svg-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1rem;
}

.scroll-svg {

    animation: bounceUpDown 1s infinite;
}

@keyframes bounceUpDown {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.testimonial-section {
    margin-top: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 100vh;

}

.testimonial-columns {
    margin-top: 6rem;
    margin-bottom: 7.5rem;
    column-gap: 8rem;
    display: flex;
    flex-direction: row;

}

.testimonial-column-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 34.4rem;
}

.testimonial-image {
    max-width: 26.25rem;
    width: 100%;
    height: auto;
    margin-bottom: -1rem;
}

.testimonial-subtitle {
    font-family: 'Petrona', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: italic;
    margin-top: -2rem;
}

.testimonial-column-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 34.4rem;
}

.reviews {
    margin-top: rem;
    text-align: center;
}

.about {
    padding-top: 50rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    height: 100vh;
}

.about-title {

    padding-bottom: 1rem;
}

.about-info {
    max-width: 55rem;
    margin-top: 3rem;
    text-align: center;
}

.recycle {
    margin-top: -12rem;
    padding-bottom: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.recycle-desc {
    max-width: 26rem;
    text-align: center;


}

.first-word {
    font-size: 2rem;

}

.ocean-trash {
    margin-top: -36rem;
    max-width: 91.9rem;
}

.tips-tricks {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white-color);
}

.tips-tricks-title {
    color: var(--accent-color);
    margin-top: -2rem;

}

.tips-desc {
    max-width: 52.5rem;
    text-align: center;
    margin-top: -1rem;
}


.tips-row-1 {
    margin-top: 7rem;
    display: flex;
    justify-content: space-around;
}

.thumbnail-container-1 {
    position: relative;
    display: inline-block;
    align-items: center;
}

.inside-out-thumbnail {
    transition: transform 0.5s;
    width: 25rem;
}

.thumbnail-container-1:hover .inside-out-thumbnail {

    content: url('assets/Insite-out-1-hover.png');
}

.p3 {
    font-family: 'Petrona', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    font-style: italic;
    text-align: center;

}

.thumbnail-container-2 {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    display: inline-block;
    align-items: center;
}

.cardboard-furniture {
    transition: transform 0.5s;
    width: 25rem;
}

.thumbnail-container-2:hover .cardboard-furniture {

    content: url('assets/Card-furn-hover.png');
}

.thumbnail-container-3 {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    display: inline-block;
    align-items: center;
}

.two-ply-tissue {
    transition: transform 0.5s;
    width: 25rem;
}

.thumbnail-container-3:hover .two-ply-tissue {

    content: url('assets/tissue-hover.png');
}

.tips-row-2 {
    margin-top: 2.75rem;
    display: flex;
    justify-content: space-around;
}

.thumbnail-container-4 {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    display: inline-block;
    align-items: center;
}

.old-socks {
    transition: transform 0.5s;
    width: 25rem;
}

.thumbnail-container-4:hover .old-socks {

    content: url('assets/old-socks-hover.png');
}

.thumbnail-container-5 {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    display: inline-block;
    align-items: center;
}

.plastic-bottle-broom {
    transition: transform 0.5s;
    width: 25rem;
}

.thumbnail-container-5:hover .plastic-bottle-broom {

    content: url('assets/Broom-diy-hover.png');
}

.tips-link {
    padding-top: 2rem;
    font-family: 'Petrona', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    font-style: italic;
    color: var(--white-color);
    transition: color 0.3s ease, text-decoration 0.3s ease;
    z-index: 1;
}

.tips-link:hover {
    color: var(--accent-color);
    text-decoration: underline;
}

.clouds {
    opacity: 50%;
    margin-top: -3rem;
    margin-left: 2rem;
    max-width: 94rem;

}

.benjamin {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -16rem;

}

.bf-quotes {
    font-family: 'petrona', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 2rem;
    width: 60.4rem;
    color: var(--white-color);
    line-height: 150%;
    margin-left: 11rem;
    margin-top: 5rem;
    text-align: center;

}

.bf-kite {
    margin-right: 4rem;
    max-width: 32.75rem;
    margin-top: -4rem;
}

#goToTopBtn {

    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background-color: var(--white-color);
    color: var(--dark-color);
    border: none;
    border-radius: 50px;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}

#goToTopBtn:hover {
    background-color: var(--accent-color);
}


.footer-main {
    margin-top: -9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.footer-title {
    color: var(--white-color);
    margin-bottom: -2rem;
    margin-left: 6rem;
}

.footer-subtitle {
    color: var(--white-color);
    margin-bottom: -1rem;
    margin-right: -10rem;
    font-size: 2.5rem;
    color: var(--accent-color);

}



.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.thrifty-gang {
    width: 45rem;
    margin-top: -5rem;

}

.newsletter-container {
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    margin-left: -7rem;
    margin-top: 4rem;
}




iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow: hidden;
}

.social-media {
    margin-top: -9rem;
    margin-left: 7rem;
    color: var(--white-color);
    font-size: 3rem;
    font-weight: 600;

}

.social-icons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 7rem;
}

svg:hover {
    transform: scale(110%);
}

.copyright-notice {
    margin-top: 0rem;
    color: var(--white-color);
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 0.5rem;

}

.copyright-subtitle {
    margin-left: 2rem;
    color: var(--accent-color);
    font-size: 1rem;
}

.copyright-title {
    font-size: 1rem;
}



.background-image-tips {
    background-image: url('assets/Tips-bg-3.jpg');
    /* Replace 'your-image-path.jpg' with the actual path to your image */
    background-size: cover;
    background-position: top;
    width: 1470px;
    height: 5000px;
    position: absolute;
    z-index: -1;

}

.logo-image-2 {
    transition: transform 0.3s ease;
    width: 10.5rem;
}

.logo-image-2:hover {
    width: 10.5;
    transform: scale(1.04) rotate(-3deg);
    background-size: cover;
}

.logo-home-tips:hover .logo-image-2 {
    content: url('assets/TT-Logo-purple-300px.png');
}

.breadcrumb {
    color: var(--accent-color);
    font-family: 'Petrona', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: italic;
    padding: 20rem;
    margin-bottom: -9rem;

}

.tips-page-container {
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tips-1-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 3.25rem;
}

.inside-out-info {
    margin-left: -7rem;
    width: 43rem;
}

.inside-out-img {
    margin-left: -14rem;
    transition: transform 0.2s ease;
}

.inside-out-img:hover {
    transform: scaleX(-1);
}

.inside-out-title {
    margin-top: 10rem;
    margin-bottom: 2rem;
}

.tips-2-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: -4rem;
}

.card-furn-info {
    margin-left: 7rem;

    margin-top: 3rem;
}

.card-furn-desc {
    width: 41rem;
}

.card-furn-img {
    width: 35rem;

    transition: transform 0.2s ease;
}

.card-furn-img:hover {
    transform: scaleX(-1);
}

.tips-3-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: -4rem;
}

.tissue-info {
    margin-left: 2rem;
    margin-top: 3rem;
}

.tissue-desc {
    width: 39rem;
}

.tissue-img {
    width: 35rem;
    transform: scaleX(-1);
    transition: transform 0.2s ease;
}

.tissue-img:hover {
    transform: scaleX(1);
}

.tips-4-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: -6rem;
}

.old-socks-info {
    margin-left: 2rem;
    margin-right: -5rem;
    margin-top: 3rem;
}

.old-socks-desc {
    width: 43rem;
}

.old-socks-img {
    width: 35rem;
    margin-top: 4rem;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
}

.old-socks-img:hover {
    transform: rotate(7deg);
}


.clouds-2 {
    opacity: 50%;
    margin-top: -13rem;
    margin-left: 42rem;
    z-index: -1;
    width: 114rem;
    animation: moveLeftRight 4s infinite linear;
    /* Adjust the duration as needed */
}

@keyframes moveLeftRight {

    0%,
    100% {}

    50% {
        margin-left: 43rem;
        /* Middle position */
    }
}

.tips-5-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: -10rem;
}

.broom-diy-info {
    margin-left: 0rem;
    margin-right: -5rem;
    margin-top: 3rem;
}

.broom-diy-desc {
    width: 40rem;
}

.broom-diy-img {
    width: 35rem;
    margin-top: -5rem;
    margin-left: -6rem;
    transform: rotate(0deg);
    animation: bounceUpDown 1s infinite alternate;
    /* Apply the animation */
}

@keyframes bounceUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.breadcrumb-bottom {
    margin-top: 10rem;
    color: var(--accent-color);
    font-family: 'Petrona', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    font-style: italic;

}

.benjamin-tips {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: -9rem;

}

.fb-ico {
    width: 3rem;
}

.snap-ico {
    width: 3rem;
}

.insta-ico {
    width: 3rem;
}

.fb-ico:hover {
    transform: scale(110%);
}

.snap-ico:hover {
    transform: scale(110%);
}

.insta-ico:hover {
    transform: scale(110%);
}