@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');

.cc-tribute-card {
    /* margin: 0px auto 22px; */
    padding: 0px 10px;
    text-align: center;
    position: relative;
    border-radius: 4px;
    border: solid 1px rgba(50, 61, 84, 0.18);
    overflow: hidden;
}

.cc-tribute-card .leave {
    margin: 0px auto 20px;
    display: block;
    text-align: center;
    width: 100%;
}

.cc-tribute-card .tribute-title {
    margin-bottom: 15px;
    font-family: 'Playfair Display', Arial, sans-serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #d6a28d;
    display: inline-block;
    width: 100%;
}

.cc-tribute-card .card-header {
    margin: 0px auto 50px;
}

.cc-tribute-card .tribute-name {
    margin: 0px 0px 6px;
    padding: 0px;
    font-family: 'Playfair Display', Arial, sans-serif;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
}

.cc-tribute-card .tribute-year {
    margin: 0px auto;
    font-size: 26px;
    font-family: 'Source Sans Pro', 'Mukta Malar', 'Catamaran';
    font-weight: 400;
    color: #7e7e7e;
}

.cc-tribute-card .tribute-poem {
    margin: 0px auto 30px;
    padding: 30px 20px 0px;
    border: 3px solid #ffe9ce;
    border-radius: 6px;
    position: relative;
    max-width: 96%;
}

.cc-tribute-card .tribute-poem img {
    padding: 0px 10px;
    display: block;
    width: 65px;
    height: 48px;
    background-size: 65px 48px;
    position: absolute;
    top: -30px;
    left: 45%;
    z-index: 8;
    background: #fff;
}

.cc-tribute-card .tribute-poem p {
    margin: 0px 0px 30px;
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Source Sans Pro', 'Mukta Malar', 'Catamaran';
    color: #505050;
    font-weight: 300;
    word-break: break-word;
}

.cc-tribute-card .card-footer {
    margin: 0px auto;
}

.cc-tribute-card .card-footer small, .cc-tribute-card .poem-signatures small {
    margin: 0px auto;
    font-family: 'Source Sans Pro', 'Mukta Malar', 'Catamaran', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.cc-tribute-card .card-footer .signature1 {
    margin: 0px auto;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Source Sans Pro', 'Mukta Malar', 'Catamaran';
    color: #000;
    font-weight: 600;
    max-width: 80%;
}

.cc-tribute-card .card-footer .signature2, .card-footer .signature3 {
    margin: 0px;
    font-family: 'Source Sans Pro', 'Mukta Malar', 'Catamaran';
    font-size: 17px;
    line-height: 18px;
    font-weight: 400;
    color: #7e7e7e;
}

.cc-tribute-card .bouquet {
    margin: 0px auto;
    display: block;
    max-width: 92%;
}

.cc-tribute-card .bouquet img {
    display: block;
    width: 100%;
}

.cc-tribute-card .tribute-poem .quotes {
    margin: 0px auto 15px;
    padding: 0px 10px;
    display: block;
    width: 65px;
    height: auto !important;
    background-size: 65px 48px;
    position: relative !important;
    top: 0px !important;
    left: auto !important;
    text-align: center;
}

.cc-tribute-card .poem-signatures {
    margin: 0px auto 30px;
}

.cc-tribute-card.dark .card-footer small {
    color: #685240;
}

.cc-tribute-card .poem-signatures .signature1 {
    margin: 0px auto;
    padding: 0px 15px;
    font-family: 'Source Sans Pro', 'Mukta Malar', 'Catamaran';
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}

.cc-tribute-card .poem-signatures .signature2, .poem-signatures .signature3 {
    margin: 0px auto;
    color: #666;
    font-size: 17px;
    font-family: 'Source Sans Pro', 'Mukta Malar', 'Catamaran';
}

.cc-tribute-card.dark {
    padding: 100px 30px 50px;
    background: #0f0b0a;
}

.cc-tribute-card.dark .tribute-title {
    color: #d4a881;
    position: relative;
    z-index: 99;
}

.cc-tribute-card.dark .tribute-name {
    color: #fff;
    position: relative;
    z-index: 99;
}

.cc-tribute-card.dark .tribute-year {
    margin: 0px auto 0px;
    color: #7f644d;
    position: relative;
    z-index: 99;
}

.cc-candle-img {
    margin: -165px auto -70px;
    display: block;
    text-align: center;
    width: 100%;
    z-index: 10;
    position: relative;
}

.cc-tribute-card.dark .tribute-poem {
    margin: 0px auto;
    border: 2px solid #372516;
}

.cc-tribute-card.dark .tribute-poem p {
    color: #fff;
    position: relative;
    z-index: 50;
}

.cc-tribute-card.dark .card-footer {
    margin: 30px auto 0px;
}

.cc-tribute-card.dark .card-footer .signature1 {
    font-size: 20px;
    line-height: 28px;
    max-width: 100%;
    color: #d4a881;
}

.cc-tribute-card.dark .signature2, .cc-tribute-card.dark .signature3 {
    color: #685240;
}

.cc-lamp-img {
    margin: 0px auto -137px;
    display: block;
    text-align: center;
    height: 400px;
    z-index: 10;
    position: relative;
}

.cc-lamp-img.mb-2 {
    margin: 0px auto;
}

.tribute-letter {
    margin: 0px 0px 22px;
    padding: 30px 20px;
    border-radius: 9px;
    position: relative;
    background: var(--bg-strip) #f0e3d4;
}

.cc-letter-title {
    margin: 0px 80px 30px 0px;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #795548;
}

.logo-stamp {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    background: var(--stamp) no-repeat;
    background-size: 80px;
}

.tribute-letter .card-header, .tribute-letter2 .card-header {
    margin: 0px 0px 30px;
}

.tribute-letter .tribute-name, .tribute-letter2 .tribute-name {
    margin: 0px;
    font-size: 18px;
    line-height: 22px;
    color: #422e1f;
}

.tribute-letter .tribute-country, .tribute-letter2 .tribute-country {
    font-family: 'Source Sans Pro', 'Mukta Malar', 'Catamaran';
    font-size: 15px;
    color: #4a3728;
}

.letter-poem {
    margin: 0px auto 30px;
    text-align: center;
    color: #4a3728;
}

.letter-poem p {
    margin-top: 0px;
    font-family: monospace;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}

.cc-letter-signature1 {
    margin-bottom: 2px;
    font-family: monospace;
    font-size: 16px;
    font-weight: 500;
    color: #422e1f;
}

.cc-letter-signature2 {
    margin: 0px;
    font-family: monospace;
    font-size: 16px;
    color: #3d5c6b;
}

.cc-letter-signature3 {
    margin-bottom: 0px;
    font-family: monospace;
    font-size: 14px;
    font-weight: 500;
}

.cc-letter-signature4 {
    font-family: monospace;
    font-size: 14px;
    font-weight: 500;
}

.tribute-memories {
    margin: 0px auto;
    padding: 20px 15px;
    text-align: center;
    border: solid 1px rgba(50, 61, 84, 0.18);
}

.tribute-memories .card-header {
    margin-bottom: 50px;
}

.tribute-memories .tribute-name {
    margin: 0px;
    padding: 0px;
    font-family: 'Playfair Display', Arial, sans-serif;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
}

.tribute-memories .tribute-year {
    margin: 0px auto;
    font-size: 26px;
    font-family: 'Source Sans Pro', 'Mukta Malar', 'Catamaran';
    font-weight: 400;
    color: #7e7e7e;
}

.cc-memorial-bage {
    margin: -70px auto 0px;
    display: block;
    height: 70px;
    position: relative;
    bottom: -35px;
    z-index: 8;
    -moz-transform: rotate(9deg);
    -o-transform: rotate(-9deg);
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
}

.tribute-memories .cc-memories-thumb {
    margin: 0px auto 30px;
    position: relative;
}

.tribute-memories .cc-memories-thumb img {
    display: block;
    width: 100%;
}

.cc-memories-thumb figcaption {
    margin: -20px auto 0px;
    text-align: center;
}

.cc-memories-thumb figcaption span {
    margin: 0px auto;
    padding: 12px 20px;
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    font-style: italic;
    letter-spacing: 0.08rem;
    background: #ffd95a;
    border-radius: 12px;
    max-width: 90%;
}

.tribute-memories .memories-poem {
    margin: 0px auto 30px;
    max-width: 70%;
}

.tribute-memories .memories-poem p {
    margin: 0px;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-family: 'Source Sans Pro', 'Mukta Malar', 'Catamaran';
}

.tribute-letter2 {
    margin-bottom: 20px;
    padding: 30px;
    position: relative;
    border: solid 1px rgba(50, 61, 84, 0.18);
}

.logo-stamp2 {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 80px;
    height: 80px;
    background: var(--stamp2) no-repeat;
    background-size: 80px;
    z-index: 8;
}

.letter-container {
    padding: 40px 20px;
    position: relative;
    border: 8px solid transparent;
    -webkit-border-image: var(--borderimg3) 40 no-repeat;
    -o-border-image: var(--borderimg3) 40 no-repeat;
    border-image: var(--borderimg3);
    border-image-repeat: round;
    border-image-slice: 40;
    background-color: rgba(255, 255, 255, 0);
    background-image: var(--paper-bg);
    background-position: center center;
    background-repeat: repeat;
}

.letter-container .cc-letter-title {
    margin: 0px 0px 30px 0px;
}

.cc-lamp-poem {
    margin: 55px auto 0px !important;
}

.cc-banner-tribute1 {
    padding: 60px 80px;
    text-align: center;
    position: relative;
    background: #2c292a;
    font-family: 'Source Sans Pro','Mukta Malar','Catamaran';
}

.bt1-btl {
    content: " ";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
    height: 136px;
    background: var(--border-abs3-tl) no-repeat;
    background-size: 120px 136px;
}

.bt1-btr {
    content: " ";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 120px;
    height: 136px;
    background: var(--border-abs3-tr) no-repeat;
    background-size: 120px 136px;
}

.bt1-bbl {
    content: " ";
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 120px;
    height: 136px;
    background: var(--border-abs3-bl) no-repeat;
    background-size: 120px 136px;
}

.bt1-bbr {
    content: " ";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 120px;
    height: 136px;
    background: var(--border-abs3-br) no-repeat;
    background-size: 120px 136px;
}

.bt1-linetop {
    position: absolute;
    top: 22px;
    left: 130px;
    right: 130px;
    border: 0.12rem solid #d59758;
}

.bt1-lineright {
    position: absolute;
    top: 148px;
    left: auto;
    right: 20px;
    bottom: 148px;
    border: 0.12rem solid #d59758;
}

.bt1-linebottom {
    position: absolute;
    bottom: 21px;
    left: 130px;
    right: 130px;
    border: 0.12rem solid #d59758;
}

.bt1-lineleft {
    position: absolute;
    top: 148px;
    right: auto;
    left: 21px;
    bottom: 148px;
    border: 0.12rem solid #d59758;
}

.bt1-header {
    margin: 0px auto 30px;
}

.bt1-title {
    font-size: 54px;
    line-height: 72px;
    font-weight: 600;
    color: #fff;
}

.bt1-thumb-container {
    margin: 20px 0px 50px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.bt1-dates {
    margin: 0px auto;
    text-align: center;
    position: absolute;
    width: 150px;
    top: 20px;
}

.bt1-dates.birthdate {
    left: 66px;
}

.bt1-dates .head {
    margin: 0px auto 5px;
    padding: 0px;
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.bt1-dates span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    color: #fff;
}

.bt1-dates.deathdate {
    right: 66px;
}

.bt1-tribute-frame {
    position: relative;
}

.bt1-frame {
    width: 185px;
    height: 250px;
    display: block;
    background: var(--frame1) no-repeat;
    background-size: 185px 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bt1-tribute-photo {
    margin: 0px auto;
    display: block;
    height: 190px;
    width: 130px;
    background-color: #000;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.bt1-tribute-photo img {
    margin: 0px auto;
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bt1-content {
    margin-bottom: 30px;
}

.bt1-person-name {
    margin: 0px auto 5px;
    font-size: 40px;
    line-height: 50px;
    color: #d59758;
}

.bt1-person-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.bt1-blessing {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.bt1-footer {
    margin: 0px;
}

.bt1-footer .signature1 {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.bt1-footer .signature2 {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}

.bt1-footer .signature3 {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}

.bt1-footer .post-time {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

.cc-banner-tribute2 {
    padding: 60px 80px;
    text-align: center;
    position: relative;
    background-image: linear-gradient(to right bottom, #141728, #1b1728, #211828, #261826, #2b1925);
    font-family: 'Source Sans Pro','Mukta Malar','Catamaran';
}

.bt2-btl {
    content: " ";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 120px;
    height: 120px;
    background: var(--border-abs5-tl) no-repeat;
    background-size: 120px 120px;
}

.bt2-btr {
    content: " ";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 120px;
    height: 120px;
    background: var(--border-abs5-tr) no-repeat;
    background-size: 120px 120px;
}

.bt2-bbl {
    content: " ";
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 120px;
    height: 120px;
    background: var(--border-abs5-bl) no-repeat;
    background-size: 120px 120px;
}

.bt2-bbr {
    content: " ";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 120px;
    height: 120px;
    background: var(--border-abs5-br) no-repeat;
    background-size: 120px 120px;
}

.bt2-linetop {
    position: absolute;
    top: 25px;
    left: 130px;
    right: 130px;
    border: 2px solid #d5b449;
}

.bt2-lineright {
    position: absolute;
    top: 130px;
    left: auto;
    right: 25px;
    bottom: 130px;
    border: 2px solid #d5b449;
}

.bt2-linebottom {
    position: absolute;
    bottom: 25px;
    left: 128px;
    right: 128px;
    border: 2px solid #d5b449;
}

.bt2-lineleft {
    position: absolute;
    top: 128px;
    right: auto;
    left: 25px;
    bottom: 128px;
    border: 2px solid #d5b449;
}

.bt2-header {
    margin: 0px auto 30px;
}

.bt2-title {
    font-size: 54px;
    line-height: 72px;
    font-weight: 600;
    color: #fff;
}

.bt2-thumb-container {
    margin: 20px 0px 50px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.bt2-dates {
    margin: 0px auto;
    text-align: center;
    position: absolute;
    width: 150px;
    top: 20px;
}

.bt2-dates.birthdate {
    left: 66px;
}

.bt2-dates .head {
    margin: 0px auto 5px;
    padding: 0px;
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.bt2-dates span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 42px;
    color: #fff;
}

.bt2-dates.deathdate {
    right: 66px;
}

.bt2-tribute-frame {
    position: relative;
}

.bt2-frame {
    width: 185px;
    height: 250px;
    display: block;
    background: var(--frame3) no-repeat;
    background-size: 185px 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bt2-tribute-photo {
    margin: 0px auto;
    display: block;
    height: 190px;
    width: 130px;
    background-color: #000;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.bt2-tribute-photo img {
    margin: 0px auto;
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.bt2-content {
    margin-bottom: 30px;
}

.bt2-person-name {
    margin: 0px auto 5px;
    font-size: 40px;
    line-height: 50px;
    color: #d5b449;
}

.bt2-person-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.bt2-blessing {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.bt2-footer {
    margin: 0px;
}

.bt2-footer .signature1 {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.bt2-footer .signature2 {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}

.bt2-footer .signature3 {
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}

.bt2-footer .post-time {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

.cc-tribute-card3 {
    padding: 40px;
    position: relative;
    background-image: linear-gradient(to right, #373844,#232429);
    border: 10px solid #fff;
}

.cc-tribute-card3 .watermark {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 25px;
}

.tc3-head {
    margin-bottom: 40px;
}

.tc3-title {
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 120px;
    line-height: 100%;
    font-family: 'Playfair Display',Arial, sans-serif;
    color: #fff;
}

.tc3-name {
    margin-bottom: 5px;
    font-size: 42px;
    font-family: 'Playfair Display',Arial, sans-serif;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
}

.tc3-year {
    font-family: 'Playfair Display',Arial, sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 100%;
}

.tc3-detail {
    padding: 0px;
    display: flex;
    text-align: left;
    width: 100%;
}

.cc-tribute-card3 .tc3-flower {
    margin-bottom: 50px;
}

.cc-tribute-card3 .tc3-flower p {
    font-family: 'Playfair Display', 'Catamaran', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #f1f1f1;
}

.tc3-footer {
    margin: 0px;
    font-family: 'Playfair Display',Arial, sans-serif;
}

.tc3-footer .signature1 {
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.tc3-footer .signature2 {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}

.tc3-footer .post-time {
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
}

.tc3-flower2 {
    height: 150px;
}

.cc-tribute-card4 {
    padding: 70px 0px 0px;
    position: relative;
    background-image: linear-gradient(to bottom, #343d52, #302d3c, #261f28, #181316, #000000);
    border: 10px solid #fff;
}

.cc-tribute-card4 .watermark {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 25px;
}

.tc4-head {
    margin-bottom: 40px;
    padding: 0px 40px;
}

.tc4-title {
    margin-bottom: 40px;
    font-weight: 900;
    font-size: 70px;
    line-height: 100%;
    color: #afe19b;
    font-family: 'Playfair Display',Arial, sans-serif;
}

.tc4-name {
    font-size: 50px;
    font-family: 'Playfair Display',Arial, sans-serif;
    margin-bottom: 5px;
    line-height: 100%;
    font-weight: 600;
    color: #fff;
}

.tc4-year {
    font-family: 'Playfair Display',Arial, sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 100%;
}

.tc4-footer {
    margin: 0px;
    padding: 0px 40px;
    font-family: 'Playfair Display',Arial, sans-serif;
}

.tc4-footer .signature1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
    margin-bottom: 5px;
    line-height: 100%;
    color: #fff;
}

.tc4-footer .signature2 {
    font-size: 22px;
    font-weight: 400;
    font-family: 'Playfair Display', 'Catamaran', Arial, sans-serif;
    margin-bottom: 5px;
    line-height: 100%;
    color: #fff;
}

.tc4-flower {
    width: 100%;
    margin-bottom: -5px;
}

.tc4-footer .post-time {
    color: #fff;
}

.cc-tribute-card5 {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #e7e4e7;
    background-image: var(--card-bg2);
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
}

.tc5-detail {
    padding: 60px 40px 60px 200px;
    width: 100%;
    text-align: center;
}

.tc5-title {
    margin-bottom: 40px;
    color: #000;
    font-family: 'Source Sans Pro',Mukta Malar,'Catamaran';
    font-size: 50px;
    font-weight: 600;
    line-height: 100%;
}

.tc5-body {
    margin-bottom: 40px;
}

.tc5-body .blessing-word {
    font-family: 'Playfair Display', 'Catamaran', Arial, sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}

.tc5-footer .signature1 {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    line-height: 100%;
}

.tc5-footer .signature2 {
    margin-bottom: 0px;
    font-size: 22px;
    color: #000;
    line-height: 30px;
    font-family: 'Source Sans Pro','Mukta Malar','Catamaran';
}

.tc5-footer .signature3 {
    margin-bottom: 6px;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    font-family: 'Source Sans Pro','Mukta Malar','Catamaran';
}

.tc5-footer  .post-time span {
    font-family: 'Source Sans Pro','Mukta Malar','Catamaran';
}

.cc-tribute-card6 {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #f7dadf;
    background-image: var(--card-bg3);
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

.tc6-detail {
    padding: 60px 40px 60px 300px;
    width: 100%;
    text-align: center;
}

.tc6-title {
    margin-bottom: 40px;
    color: #ff4437;
    font-family: 'Playfair Display',Arial, sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 100%;
}

.tc6-body {
    margin-bottom: 40px;
}

.tc6-body .blessing-word {
    font-family: 'Playfair Display', 'Catamaran', Arial, sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
}

.tc6-footer .signature1 {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    line-height: 100%;
}

.tc6-footer .signature2 {
    margin-bottom: 0px;
    font-size: 22px;
    color: #000;
    line-height: 30px;
    font-family: 'Playfair Display', 'Catamaran', Arial, sans-serif;
}

.tc6-footer .signature3 {
    margin-bottom: 6px;
    font-size: 20px;
    color: #000;
    line-height: 24px;
    font-family: 'Playfair Display', 'Catamaran', Arial, sans-serif;
}

.tc6-footer .post-time span {
    font-family: 'Playfair Display', 'Catamaran', Arial, sans-serif;
}

@media (max-width: 359px) {
    .cc-tribute-card.dark {
        padding: 50px 10px 50px;
    }

    .cc-candle-img {
        margin: -150px auto -47px;
        width: 175%;
        left: -40%;
    }

    .cc-tribute-card .tribute-poem img {
        left: 33%;
    }

    .cc-lamp-img {
        margin: 30px auto -70px;
        height: 200px;
    }

    .letter-container {
        padding: 30px 20px;
    }

    .cc-lamp-poem {
        margin: 25px auto 0px !important;
    }
}

@media (min-width: 360px) and (max-width: 413px) {

    .cc-tribute-card.dark {
        padding: 50px 10px 50px;
    }

    .cc-tribute-card .tribute-poem img {
        left: 39%;
    }

    .cc-candle-img {
        margin: -145px auto -55px;
        width: 175%;
        left: -40%;
    }

    .cc-lamp-img {
        margin: 30px auto -70px;
        height: 200px;
    }

    .letter-container {
        padding: 30px 20px;
    }

    .cc-lamp-poem {
        margin: 25px auto 0px !important;
    }
}

@media (min-width: 414px) and (max-width: 479px) {

    .cc-tribute-card.dark {
        padding: 50px 10px 50px;
    }

    .cc-tribute-card .tribute-poem img {
        left: 39%;
    }

    .cc-candle-img {
        margin: -180px auto -60px;
        width: 175%;
        left: -40%;
    }

    .cc-lamp-img {
        margin: 30px auto -70px;
        height: 250px;
    }

    .letter-container {
        padding: 30px 20px;
    }

    .cc-lamp-poem {
        margin: 25px auto 0px !important;
    }
}

@media (min-width: 480px) and (max-width: 620px) {

    .cc-candle-img {
        margin: -180px auto -70px;
        width: 175%;
        left: -36%;
    }
}

@media (max-width: 619px) {
    .cc-tribute-card .tribute-name, .tribute-memories .tribute-name, .tribute-memories .tribute-year {
        font-size: 26px;
        line-height: 30px;
    }

    .cc-tribute-card .tribute-year {
        font-size: 20px;
    }

    .tribute-memories .memories-poem p {
        font-size: 20px;
        line-height: 24px;
    }

    .tribute-letter2 {
        padding: 50px 10px 10px 10px;
    }

    .letter-container .cc-letter-title {
        margin: 0px 50px 30px 0px;
        font-size: 20px;
        line-height: 24px;
    }

    .cc-letter-title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    main {
        max-width: 100% !important;
    }

    .bt1-dates {
        display: none;
    }

    .bt1-btl, .bt1-btr, .bt1-bbl, .bt1-bbr {
        width: 40px;
        height: 45px;
        background-size: 40px 45px;
    }

    .cc-banner-tribute1 {
        padding: 35px 34px;
    }

    .bt1-linetop {
        top: 14px;
        left: 50px;
        right: 50px;
        border: 0.0125rem solid #d59758;
    }

    .bt1-lineright {
        top: 55px;
        left: auto;
        right: 13px;
        bottom: 55px;
        border: 0.025rem solid #d59758;
    }

    .bt1-linebottom {
        bottom: 14px;
        left: 50px;
        right: 50px;
        border: 0.05rem solid #d59758;
    }

    .bt1-lineleft {
        top: 50px;
        right: auto;
        left: 13px;
        bottom: 50px;
        border: 0.025rem solid #d59758;
    }

    .bt1-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bt1-person-name {
        font-size: 24px;
        line-height: 30px;
    }

    .bt1-person-title {
        font-size: 15px;
        line-height: 22px;
    }

    .bt2-btl, .bt2-btr, .bt2-bbl, .bt2-bbr {
        width: 45px;
        height: 45px;
        background-size: 40px 45px;
    }

    .cc-banner-tribute2 {
        padding: 35px 34px;
    }

    .bt2-linetop {
        top: 14px;
        left: 50px;
        right: 50px;
        border: 0.0125rem solid #d5b449;
    }

    .bt2-lineright {
        top: 55px;
        left: auto;
        right: 13px;
        bottom: 55px;
        border: 0.025rem solid #d5b449;
    }

    .bt2-linebottom {
        bottom: 14px;
        left: 50px;
        right: 50px;
        border: 0.05rem solid #d5b449;
    }

    .bt2-lineleft {
        top: 50px;
        right: auto;
        left: 13px;
        bottom: 50px;
        border: 0.025rem solid #d5b449;
    }

    .bt2-title {
        font-size: 30px;
        line-height: 40px;
    }

    .bt2-person-name {
        font-size: 24px;
        line-height: 30px;
    }

    .bt2-person-title {
        font-size: 15px;
        line-height: 22px;
    }

    .bt2-btr, .bt2-bbr {
        right: 4px;
    }

    .cc-tribute-card3 {
        padding: 40px 12px;
        text-align: center;
    }

    .cc-tribute-card3 .watermark, .cc-tribute-card4 .watermark {
        height: 12px;
    }

    .tc3-title {
        margin-bottom: 20px;
        font-size: 48px;
    }

    .tc3-head {
        margin-bottom: 20px;
    }

    .tc3-name {
        font-size: 24px;
    }

    .tc3-year {
        font-size: 16px;
    }

    .tc3-detail {
        flex-wrap: wrap;
        text-align: center;
    }

    .tc3-content {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tc3-flower2 {
        margin: 0px auto 12px;
        -ms-flex-order: 1;
        order: 1;
        height: 108px;
        top: 0px;
    }

    .cc-tribute-card3 .tc3-flower p {
        font-size: 13px;
        line-height: 20px;
    }

    .cc-tribute-card3 .tc3-flower {
        margin-bottom: 0px;
    }

    .tc3-footer .signature1 {
        font-size: 13px;
        line-height: 22px;
    }

    .tc3-footer .signature2 {
        font-size: 16px;
        line-height: 24px;
    }

    .tc3-footer .post-time {
        font-size: 12px;
    }

    .cc-tribute-card4 {
        text-align: center;
    }

    .tc4-head {
        padding: 0px 12px;
    }

    .tc4-title {
        font-size: 30px;
        margin-bottom: 35px;
    }

    .tc4-name {
        font-size: 30px;
        line-height: 36px;
    }

    .tc4-year {
        font-size: 20px;
    }

    .tc4-footer {
        padding: 0px 12px;
    }

    .tc4-footer .signature1 {
        font-size: 13px;
    }

    .tc4-footer .signature2 {
        font-size: 16px;
    }

    .tc5-detail {
        padding: 30px 15px;
        width: 100%;
        text-align: center;
    }

    .tc5-title {
        margin-bottom: 30px;
        font-size: 25px;
    }

    .tc5-body {
        margin-bottom: 25px;
    }

    .tc5-body .blessing-word {
        font-size: 16px;
        line-height: 24px;
    }

    .tc6-detail {
        padding: 30px 15px;
        width: 100%;
        text-align: center;
    }

    .tc6-title {
        margin-bottom: 30px;
        font-size: 25px;
    }

    .tc6-body {
        margin-bottom: 25px;
    }

    .tc6-body .blessing-word {
        font-size: 16px;
        line-height: 24px;
    }
}