.wordart-heading {
    font-family: 'gill_sans_novalight', sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    text-align: center;
}

.wordart-showcase-container {
    @media only screen and (max-width:1023px) {
        padding: 2rem;
    }

    @media only screen and (max-width:767px) {
        padding: 0;
    }
}

.wordart-wrapper-outer,
.caption {
    max-width: 933px;
    margin: 2rem auto 0 auto;
    padding: 3rem;

    @media only screen and (max-width:1023px) {
        max-width: auto;
        margin: 1rem auto 0 auto;
    }
}

.wordart-wrapper-outer {
  max-width: fit-content;
  padding: 30px 30px 30px;
  transition: all 0.2s ease-in;

  @media only screen and (max-width: 768px) {
    padding: 15px 15px 15px;
  }
}

.frame-filters-wrapper,
.frame-dimensions-wrapper {
    max-width: 1100px;
    margin: 2rem auto 0 auto;
    padding: 3rem;

    @media only screen and (max-width:1023px) {
        max-width: auto;
        margin: 1rem auto 0 auto;
    }
}

.wordart-wrapper {
    /* border: 1px solid #E5E5E5; */
    /* padding: 2rem; */
    display: flex;
    overflow-x: auto;
}

.frame-black-white {
  background: #fff;
  color: #000;
  border: 20px solid #000;
  box-shadow: rgba(0, 0, 0, 0.4) 10px 10px 10px,
    rgb(210, 210, 210) 10px 10px 5px 1px inset;
  @media only screen and (max-width: 768px) {
    border: 16px solid #000;
  }
}

.frame-white-white {
  background: #fff;
  color: #000;
  border: 20px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 10px 10px 10px,
    rgb(210, 210, 210) 10px 10px 5px 1px inset,
    rgb(210, 210, 210) 0px 0px 5px 1px inset;
  @media only screen and (max-width: 768px) {
    border: 16px solid #fff;
  }
}

.frame-black-black {
  background: #000;
  color: #fff;
  border: 20px solid #333;
  box-shadow: 12px 12px 4px 0px #00000040;
  @media only screen and (max-width: 768px) {
    border: 16px solid #333;
  }
}

.caption {
    color: #fff;
    padding: 0 1rem;

    @media only screen and (max-width:1023px) {
        padding-top: 0;
    }
}

.caption-input {
    font-weight: bold;
}

.caption-input::placeholder {
    text-align: center;
    font-family: 'gill_sans_novalight', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.caption-btn {
    /* border: 1px solid #3EBA90; */
    background: #000000B2;
    color: #fff;
    padding: 8px 16px 8px 16px;
    opacity: 0.9;

    &:hover {
        /* border: 1px solid #3EBA90; */
        background: #000000B2;
        opacity: 1;
    }
}

.frame-filters-wrapper {
    padding: 0 1rem;
}

.color-frame {
    margin: 0 1rem;
    border: 2px solid #000;
    border-radius: 4px;
    transition: border 0.3s ease-in-out;
    cursor: pointer;

    img {
        border-radius: 4px;
    }

    @media only screen and (max-width: 1023px) {
        margin: 0 0.75rem;
    }

    &:nth-of-type(1) {
        margin-left: 0;
    }
}

.color-frame.active {
    border: 2px solid #3EBA90;
}

.frame-size {
    background-color: transparent;
    color: #fff;
    text-transform: capitalize;
    font-family: 'gill_sans_novalight', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 16px;
    border-radius: 4px;
    border: 1px solid #fff;
    margin: 0 1rem;
    transition: all 0.3s ease-in-out;
    cursor: pointer;

    @media only screen and (max-width: 1023px) {
        margin: 0 0.75rem;
    }

    &:nth-of-type(1) {
        margin-left: 0;
    }
}

.frame-size.active {
    background: #000;
    border-color: #000;
}

.frame-dimensions-wrapper {
    padding: 0 1rem;
}

.wordart-hero-section {
    background: url('/assets/img/new-icons/deniche-wordart-background.jpg');
    background-size: cover;
    background-position: bottom;
    padding-bottom: 2rem;
}

.customised-frame-details-wrapper {
    max-width: 1200px;
    margin: 0 auto;

    @media only screen and (max-width:1023px) {
        max-width: auto;
        padding: 0 1rem;
    }
}

.customised-frame-details-btn-container button {
    color: #fff;
    border: none;
    outline: none;
    background: #00000066;
    opacity: 1;
    padding: 12px 32px;
    border-radius: 4px;
    transition: opacity 0.3s ease-in-out;

    @media only screen and (min-width:767px) {
        opacity: 0.9;

        &:hover {
            opacity: 1;
        }
    }
}

.product-specification-container {
    background: #2B2927;
    padding: 36px 0;
}

.product-specification-wrapper {
    max-width: 1200px;
    margin: 0 auto;

    @media only screen and (max-width:1200px) {
        padding: 0 1rem;
    }

    .heading {
        font-family: 'gill_sans_novalight', sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }

    .description {
        font-family: 'gill_sans_novalight', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }
}

.product-specification-detail {
    font-family: 'gill_sans_novalight', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;

    @media only screen and (max-width:767px) {
        margin: 0.75rem 0;

        &:nth-of-type(1) {
            margin-top: 0;
        }
    }

    span {
        &:nth-of-type(1) {
            color: #3EBA90;
        }
    }
}

.product-specification-footer-btn-container {
    button {
        border: none;
        outline: none;
        background: #2B2927;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 12px 1rem;
        font-family: 'gill_sans_novalight', sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;

        /* &:nth-of-type(3) {
            background: #3EBA90;
        } */

        @media only screen and (max-width:450px) {
            width: 100%;
            /* text-align: center; */

            &:nth-of-type(2) {
                margin: 1rem 0;
            }
        }
    }
}

.arrow-img-container {
    img {
        display: block;
    }

    i {
        display: none;
    }

    @media only screen and (max-width:450px) {
        img {
            display: none;
        }

        i {
            display: block;
        }
    }
}

.customised-wordart-arrow {
    @media only screen and (max-width:450px) {
        flex-direction: column;
        align-items: center;
    }
}

.word-art-image {
  height: 105px;

  @media only screen and (max-width: 768px) {
    height: 100px;
  }
}
