@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@font-face {
	font-family: 'K2D';
	src: url('../fonts/K2D-ExtraLight.woff2') format('woff2'),  url('../fonts/K2D-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'K2D';
	src: url('../fonts/K2D-ExtraBold.woff2') format('woff2'),  url('../fonts/K2D-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'K2D';
	src: url('../fonts/K2D-Bold.woff2') format('woff2'),  url('../fonts/K2D-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'K2D';
	src: url('../fonts/K2D-Light.woff2') format('woff2'),  url('../fonts/K2D-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'K2D';
	src: url('../fonts/K2D-Medium.woff2') format('woff2'),  url('../fonts/K2D-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'K2D';
	src: url('../fonts/K2D-Regular.woff2') format('woff2'),  url('../fonts/K2D-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'K2D';
	src: url('../fonts/K2D-SemiBold.woff2') format('woff2'),  url('../fonts/K2D-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'K2D';
	src: url('../fonts/K2D-Thin.woff2') format('woff2'),  url('../fonts/K2D-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Mulish';
	src: url('../fonts/Mulish-Black.woff2') format('woff2'),  url('../fonts/Mulish-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Mulish';
	src: url('../fonts/Mulish-ExtraBold.woff2') format('woff2'),  url('../fonts/Mulish-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Mulish';
	src: url('../fonts/Mulish-ExtraLight.woff2') format('woff2'),  url('../fonts/Mulish-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Mulish';
	src: url('../fonts/Mulish-Bold.woff2') format('woff2'),  url('../fonts/Mulish-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Mulish';
	src: url('../fonts/Mulish-Regular.woff2') format('woff2'),  url('../fonts/Mulish-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Mulish';
	src: url('../fonts/Mulish-Light.woff2') format('woff2'),  url('../fonts/Mulish-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Mulish';
	src: url('../fonts/Mulish-Medium.woff2') format('woff2'),  url('../fonts/Mulish-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Mulish';
	src: url('../fonts/Mulish-ExtraLight.woff2') format('woff2'),  url('../fonts/Mulish-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Mulish';
	src: url('../fonts/Mulish-SemiBold.woff2') format('woff2'),  url('../fonts/Mulish-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


@font-face {
    font-family:'Grestal Script DEMO';
    src: url('../fonts/Grestal Script DEMO Regular.eot');
	src: url('../fonts/Grestal Script DEMO Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Grestal Script DEMO Regular.woff2') format('woff2'),
		url('../fonts/Grestal Script DEMO Regular.woff') format('woff'),
		url('../fonts/Grestal Script DEMO Regular.svg#Grestal Script DEMO Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-007A;
}
@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/Pacifico-Regular.woff2') format('woff2'),
        url('../fonts/Pacifico-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
	margin: 0px;
	padding: 0px;
}
.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}
body {
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	font-family: 'Mulish', sans-serif;
	font-size: 15px;
	position: relative;
}
ul {
	list-style: none;
	margin: 0px !important;
}
a:focus, :focus {
	outline: none !important;
}
a:hover {
	text-decoration: none !important;
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
h1 {
	font-size: 25px;
	color: #454545;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 22px;
	color: #454545;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 20px;
	color: #454545;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 18px;
	color: #454545;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 15px;
	color: #454545;
	margin: 0;
	padding: 0;
}
h6 {
	font-size: 14px;
	color: #454545;
	margin: 0;
	padding: 0;
}
p {
	font-family: 'Mulish', sans-serif;
	font-size: 12px;
	color: #454545;
	margin: 0;
	padding: 0;
}
a {
	padding: 0px;
	margin: 0px;
	outline: none;
}
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
label {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul li {
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}
a:hover {
	outline: none !important;
	text-decoration: none;
}
a:active {
	outline: none !important;
	text-decoration: none;
}
a {
	text-decoration: none !important;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
img {
	vertical-align: middle;
	border-style: none;
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none;
}
:root {
 --main-blue: #2C3E50;
 --main-yellow: #D4AF37;
 --main-grey:#D6D8D9;
}



.deet-trfl-trib {
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
	margin-bottom: 26px;
	max-width: 700px;
	margin: 0 auto;
}
.trfl-txt span svg {
	top: 0px;
	position: relative;
}
.trfl-trbt-inr {
	padding: 33px 22px 0px 22px;
	/*background-image: url(../images/trfl-trbt-bg.png);
	background-size: auto;
	background-position: center bottom;
	background-repeat: no-repeat;*/
}
.trfl-txt {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.trfl-txt h6 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #E2BC40;
	margin-bottom: 10px;
}
.trfl-txt h1 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 800;
	font-size: 38px;
	line-height: 46px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #2A3B4B;
	margin: 0 0 16px 0;
}
.trfl-txt h2 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 700;
	font-size: 29px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #2A3B4B;
	margin-bottom: 17px;
}
.trfl-txt span {
  width: auto;
  background: #FFFFFF;
  border: 1px solid #C0CBCE;
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.06);
  border-radius: 55px;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #394149;
  margin-bottom: 31px;
  padding: 6px 18px 8px 18px;
}
.trfl-txt p {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	/*width: 644px;*/
	max-width: 100%;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0.01em;
	color: #2C3E50;
}
.trfl-txt p img {
	display: block;
	width: 21.33px;
	height: 16px;
}
.trfl-who {
	margin-bottom: 7px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	width: 100%;
	z-index: 3;
}
.trfl-who::after {
	position: absolute;
	content: '';
	display: block;
	height: 13px;
	background: #FFFFFF;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #C0CBCE;
	border-radius: 14px 14px 0px 0px;
	left: 0px;
	right: 0px;
	top: 21px;
	z-index: -1;
}
.trfl-who img {
	display: block;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 8px;
}
.trfl-who h3 {
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 23px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #394149;
}
.trfl-who h3 span {
	color: #9199A2;
}
.trfl-who p {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 7px;
	font-family: 'Mulish';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #808A93;
}
.trfl-who p em {
	width: 4px;
	height: 4px;
	background: #999999;
	display: block;
	border-radius: 50%;
}
.trfl-img {
	display: block;
	max-width: 350px;
	height: auto;
	max-width: auto;
	margin: 0 auto;
}
.main_pict{
	display:block;
	overflow:hidden;
	width:100%;
}

/*1*/
.template_1 .trfl-who {
  margin: 25px 0 12px 0;
}
.template_1 .trfl-who::after {
  top: -10px;
}

/*2*/
.template_2 {
  background: #33343e;
}
.template_2 .trfl-txt h1 {
  color: #fff;
}
.template_2 .trfl-txt h2 {
  color: #fbc03d;
  margin-bottom: 5px;
}
.template_2 .trfl-txt p {
  color: #fff;
  color: #ececec;
  font-weight: 400;
  text-align:left;
}
.template_2 .trfl-who h3 {
  color: #fff;
}
.template_2 .trfl-who p {
  color: #fff;
}
.template_2 .trfl-who::after {
  background: #33343e;
  border-color: #646363;
}
.template_2 .trfl-txt {
  align-items: start;
}
.template_2 .trfl-txt span {
  width: auto;
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: left;
  color: #fff;
  padding: 0;
}
.template_2 .trfl-who {
  margin: 32px 0;
}






/*3*/
.template_3 {
    background: #3c5259;
    position: relative;
    padding-bottom: 5px;
}
.template_3 .trfl-who::after {
	display:none;
}
.template_3 .trfl-who {
  align-items: start;
}
.template_3 h4 {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
}
.template_3 .trfl-txt span {
  font-size: 20px;
  line-height: 23px;
}
.template_3 .trfl-txt p {
  width: 62%;
}
.template_3 .trfl-img {
  max-width: 264px;
  bottom: 22px;
  right: 0;
}
.template_3 h5 {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0 0 12px 0;
}
.for_vertical_align {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;

  border: 1px solid #596e75;
  padding: 10px 15px;
  border-radius: 15px;
}




/*diya_1*/
.diya_1 .trfl-txt p {
  margin: 40px 0 20px 0;
}
.diya_1{
	background: #000;
	position:relative;
	padding-bottom: 5px;
}
.diya_1 .trfl-txt h1 {
  color: #fff;
}
.diya_1 .trfl-txt h2 {
  color: #fbc03d;
  margin-bottom: 5px;
}
.diya_1 .trfl-txt p {
  color: #fff;
  color: #ececec;
  font-weight: 400;
}
.diya_1 .trfl-who h3 {
  color: #fff;
}
.diya_1 .trfl-who p {
  color: #fff;
}
.diya_1 .trfl-who::after {
  background: #000;
  border-color: #5b5858;
}
.diya_1 .trfl-txt span {
  background: #000;
  border: none;
  box-shadow: none;
  border-radius: 55px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  padding: 0;
  color: #fff;
}
.diya_1 .trfl-txt h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  margin: 0 0 14px 0;
}
/*.diya_1 .trfl-txt {
  border: 1px solid #6F6F6F;
  padding: 20px 20px 0 20px;
  border-radius: 10px;
}
.diya_1{
  padding: 15px;
}*/







/*diya 2*/
.diya_2 .trfl-txt span {
  border: 2px solid #646464;
  margin-top: 10px;
  color: #d7d7d7;
  padding: 6px 18px 8px 18px;
}
.diya_2 .trfl-txt h1 {
  font-size: 25px;
  line-height: 25px;
  margin: 0 0 18px 0;
  color: #fbc03d;
}
.diya_2 .trfl-txt h2 {
  color: #fff;
}
.diya_2 .trfl-txt p {
  text-align: left;
  margin: 15px 0 25px 0;
   width: 62%;
}
.diya_2 .trfl-img {
  max-width:250px;
}
.diya_2 .for_vertical_align p img{
	float:left;
}
.diya_2 .for_vertical_align p strong{
	float:left;
}
.diya_2 .trfl-txt {
  border: 1px solid #6F6F6F;
  padding: 20px 20px 0 20px;
  border-radius: 10px;
}
.diya_2{
  padding: 15px;
}
.diya_2 .trfl-who::after {
  background: #000;
  border-color: transparent;
}




/*leter_1*/
.leter_1 {
	background-image: url(../images/tribute/bg1.png);
	background-size: auto;
	background-size: cover;
	background-position: center center;
	background-color: rgba(0,0,0,0.8);
	box-sizing: border-box;
	padding: 15px;
}
.leter_1 .trfl-txt p {
	width: 100%;
}
.leter_1 .trfl-txt h1 {
  font-weight: 700;
  font-size: 27px;
  line-height: 32px;
  margin: 0 0 14px 0;
}
.leter_1 .trfl-txt span {
  font-size: 19px;
  line-height: 21px;
}
.leter_1 .trfl-txt p {
  margin-bottom: 15px;
}
.leter_1 .trfl-txt p {
  color: #171515;
}
.leter_1 .trfl-txt h1 {
  color: #000;
}
.leter_1 .trfl-txt h2 {
  color: #fff;
}
.leter_1 .trfl-who h3 {
  color: #f2f2f2;
}
.leter_1 .trfl-trbt-inr {
  padding: 22px;
  border: 1px solid #000;
}
.leter_1 .trfl-who-02 h3 {
  color: #f2f2f2;
}
.leter_1 .trfl-who-02 {
  margin: 32px 0;
  background: rgba(164, 138, 117, 0.5);
  padding: 8px 10px;
  border-radius: 5px;
  box-sizing: border-box;
}

/*leter_2*/
.leter_2 {
	background-image: url(../images/tribute/bg2.png);
	height: 490px;
	padding: 10px 15px;
}
.leter_2 .trfl-trbt-inr {
  padding: 22px;
  border: 1px solid #a8a8a8;
}
.leter_2 .trfl-who {
  margin: 0;
}
.leter_2 .trfl-txt h2 {
  color: #000;
}
.leter_2 .trfl-txt span {
  color: #000;
}
.leter_2 .trfl-txt h1 {
  font-size: 25px;
}
.leter_2 .trfl-who h3 {
  color: #000;
}
.bor_top{
  border-top: 1px solid #bfbfbf;
  padding-top: 10px;
}



/*4*/
.full_width{
  width: 100%;
  padding-left: 15px;
}
.template_4 .trfl-txt p {
  width: 100% !important;
  margin-bottom: 17px;
  color: #352f2f;
  font-weight: 600;
  font-size: 17px;
}
.all-centerr {
  text-align: center;
  width: 100%;
  display: block;
  border-bottom: 1px solid #ebbac7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.border_tb{
	border-bottom: none;
	border-top: 1px solid #ebbac7;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.template_4 {
   background: rgb(232,175,190);
background: linear-gradient(90deg, rgba(232,175,190,1) 0%, rgba(242,218,225,1) 47%, rgba(238,205,214,1) 100%);
}
.template_4 .trfl-txt h2 {
  color: #aa4d4d;
}
.template_4 .trfl-who h3 {
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
.template_4 h4 {
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  color: #221f1f;
}
.template_4 .trfl-txt h1 {
  font-size: 25px;
  line-height: 28px;
}






.template_7 .trfl-img {
  max-width: 450px;
}
.template_7 .trfl-who::after {
  display: none;
}
.template_7 .trfl-who {
  background: #f7f7f7;
  padding: 10px;
  box-sizing: border-box;
}
.template_7 {
  padding: 33px 22px 0px 22px;
  background-image: url(../images/tribute/bgg01.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.template_7 .trfl-txt p {
  font-weight: 700;
  font-size: 16px;
}
.template_7 .trfl-who h3 {
  font-weight: 800;
}










.template_8 .trfl-who::after {
  display: none;
}
.template_8 .trfl-who {
  margin: 15px 0 22px 0;
  border: 1px solid #c6c6c6;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.template_8 .trfl-txt h1 {
  font-size: 24px;
  line-height: 26px;
  color: #fcb71e;
  margin: 0 0 8px 0;
}
.bbg {
  background: #f7f7f7;
  width: 100%;
  padding: 5px !important;
  margin: 15px 0 0 0;
}
.template_8 .trfl-img {
  max-width: 100%;
}
.template_8 .trfl-txt {
  margin-bottom: 8px;
}
.template_8 > img {
  margin-bottom: 32px;
}
.trcode123{
	top:27px;
}
.select2-container .select2-choice {
    height: 47px;
    border-radius: 5px;
}
.preview_new_style .preview_the_template{
	padding: 0;
    margin: 0 !important;
	width: 100% !important;
}
.preview_new_style .trfl-trbt-inr {
    padding: 12px 15px 0px 15px;
}
.preview_new_style .trfl-img {
    max-width: 200px;
}
.preview_new_style .trb-box h3 {
    height: auto;
	padding:  0;
	width: auto;
}
.preview_new_style .trb-box h3::after {
	display: none;
}
.preview_new_style .for_vertical_align {
    width: 100%;
}



/*upload-css*/
/*.cursor-upload .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}*/
.cursor-upload .inputfile {
    width: 100%;
    height: 350px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    background: #fb3434;
    left: 0;
}
.cursor-upload .inputfile + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    height: 350px;
    border-radius: 3px;
    width: 100%;
    padding: 15px;
    color: #000;
    font-weight: 500;
    text-align: center;
    font-family: 'Mulish', sans-serif;
    font-size: 15px;
    float: left;

    background: #c9cacb;
    text-transform: unset;
    line-height: 45px;
    border-radius: 8px;
	border: 2px solid #e0e0e0;
	margin-bottom: 22px;
}

.cursor-upload .inputfile + label:hover {
    background: #2c3e50;
    border: 2px solid #2c3e50;
	color: #fff;
}
.cursor-upload .inputfile + label img {
	float: none;
	padding: 12px 9px;
	width: auto !important;
}
.cursor-upload span{
      display: block;
    width: 100%;
    margin-top: 62px;
}


.moment_img_preview{
	display: block;

	width: 100%;
    height: 350px;
    border-radius: 3px;
    padding: 0;
	position: relative;
	border-radius: 8px;
    border: 1px solid #e0e0e0;
}
.moment_img_preview span{
	display: block;
    overflow: hidden;
	height: 100%; /*can be anything*/
	width: 100%; /*can be anything*/
	display: inline-block;
	position: relative;
}
.moment_img_preview span img{
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.change_mphoto {
    position: absolute;
    z-index: 999;
    bottom: 0;
	    width: 200px;
}
.change_mphoto {
    position: absolute;
    z-index: 999;
    bottom: 0;
    right: 15px;
}
.change_mphoto .inputfile + label {
    height: 40px !important;
	line-height: 20px;
	padding:9px;
	color: #fff;
    background: #D4AF37;
    border: 2px solid #D4AF37;
}
.change_mphoto .inputfile {
    width: 100%;
    height: 40px;
}
.hover_text {
    position: relative;
    margin-top: 22px;
    display: block;
    width: 100%;
    float: left;
}
.hover_text h5 {
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    /* font-family: 'Grestal Script DEMO'; */
    font-family: "Pacifico", cursive;
    margin: 0 auto;
    top: -17px;
    color: #ff3333;
    display: inline-block;
    max-width: fit-content;
    transform: rotate(-25deg);
    z-index: 999;
}
.tmoments .dash-inpt-grp {
    width: 100% !important;
}
/*.cookie-regular {
  font-family: "Cookie", cursive;
  font-weight: 400;
  font-style: normal;
}*/
.tmoments .dash-inpt-grp select, .dash-inpt-grp .select2-choices {
    appearance: none;
    background-image: url(../images/select-drop.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

/*  */
.main_pict{
	position:relative;
  overflow: visible;
}
.for_image_pre .main_pict h6 {
  position: absolute;
  /* font-family: 'Grestal Script DEMO'; */
  font-family: "Pacifico", cursive;
  z-index: 99;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  max-width: fit-content;
  font-size: 58px;
  line-height: 62px;
  color: #ee3131;
  transform: rotate(-20deg);
  text-shadow: 0px 4px 5px rgba(219, 219, 219, 0.7);
}
.for_image_pre .trfl-who h1 {
  font-size: 22px;
  line-height: 24px;
  color: #454545;
  font-family: 'Mulish', sans-serif;
  margin: 0 0 16px 0;
}
.for_image_pre .trfl-who p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #41474D;
  margin-bottom: 5px;
}
.for_image_pre .bbg {
  background: #fbc03d;
  border-radius: 4px;
}
.for_image_pre .trfl-txt {
  border: 1px solid #e6e6e6;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 48px;
  background: #fbfbfb;
}
.for_image_pre .trfl-txt h2 {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 12px;
}
.for_image_pre .trfl-txt span {
  margin-bottom: 0px;
}
.for_image_pre {
  padding: 20px;
}
.for_image_pre .trfl-who {
  border: 1px solid #dddbdb;
  border-radius: 5px;
}
.for_image_pre .main_pict {
  position: relative;
  overflow: visible;
  border-radius: 5px;
}
.for_image_pre .main_pict img{
  border-radius: 5px;
}
.for_image_pre .trfl-who h3 {
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  color: #000;
}
.for_image_pre .trfl-who h3 span {
  color: #FFF;
}









/*////////////////////////////////////////////////////////////////////////
Rabin - New - Template - start - 08.02.2025
///////////////////////////////////////////////////////////////////////*/

/*1 + (all)*/
.card_1{
	background: #2B302F;
	box-shadow: none;
	border-radius: 2px;
	margin-bottom: 26px;
	max-width: 700px;
	margin: 0 auto;
	padding: 0px;
	position:relative;
	overflow:hidden;
	display:block;
	border-top: 6px solid #000;
	/*height:467px;*/
	box-sizing: border-box;
	height: auto;
	padding-bottom: 118px;

	/*background: #2B302F url(../images/Card4.png) no-repeat !important;
	background-size: 100% !important;*/
}
.card_textt {
	overflow: hidden;
	display: block;
	text-align: center;
	position: relative;
	z-index: 9;
	max-width: 551px;
	float: right;
	padding-top: 36px;
}
.card_textt h1 {
	font-family: 'Ms Madi';
	font-style: normal;
	font-weight: 400;
	font-size: 68px;
	line-height: 87px;
	color: #FFFFFF;
}
.card_textt h2{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
}
.card_textt p {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	margin: 21px 0 0 0;
	padding: 0 58px;
}

.card_1 > span{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index:1;
	width: 100%;
}
.card_1 > span img{
	max-width: 442px;
}

.card_bottom{
	background:#2E3D50;
	position:absolute;
	z-index:98;
	bottom:0;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.card_bottom p {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    color: #FFFFFF;
    padding: 0 20px;
}
.preview_the_template .card_bottom p {
    margin-bottom: 0px !important;
}
.bg_color{
	background:#CEAF32 !important;
	color:#2E3D50 !important;
	padding: 0 42px !important;
}


/*2*/
.card_2 > span img {
	max-width: 100% !important;
}
.card_2 .card_textt{
	margin: 0 auto !important;
	float: none !important;
}
.card_2 .card_textt h1 {
	font-family: "Mrs Sheppards", serif;
	font-size: 72px;
}

/*3*/
.card_3{
	background:#71863B;
	padding-bottom: 165px;
}
.card_3 .card_textt {
	width: 100%;
	float: none;
	padding: 36px 25px;
	box-sizing: border-box;
	max-width: 100%;
}
.card_3 .card_textt h1 {
	font-family: 'Orelega One';
}
.card_3 .card_textt p {
  padding: 0;
  line-height: 22px;

}
.card_3 > span {
  text-align: center;
}
.card_3 > span img {
  max-width: 491px;
}




/*4*/
.card_4{
	background:#8C7B2B;
}
.card_4 > span img {
  max-width: 380px;
}



/*5*/
.card_5{
	background:#5B5F6A;
	padding-bottom: 90px;
}
.card_5 > span img {
  max-width: 100%;
  margin-top: 87px;
}
.card_5 > span {
  bottom: auto;
  width: 214px;
  height: 100%;
  padding: 16px;
}
.card_5 .card_textt h1 {
	font-family: 'Orelega One';
}
.card_5 .card_textt {
  max-width: 476px;
  padding-top: 49px;
}
.card_5 .card_textt h2 {
  margin: 8px 0 0 0;
}
.card_5 .card_textt p {
  padding: 0 21px;
}




/*6*/
.card_6{
	background:#FDFFCA;
	padding-bottom: 90px;
}
.card_6 > span img {
  max-width: 100%;
  margin-top: 30px;
}
.card_6 > span {
  bottom: auto;
  width: 246px;
  height: 100%;
  padding: 0;
}
.card_6 .card_textt h1 {
	font-family: 'Orelega One';
}
.card_6 .card_textt {
  max-width: 466px;
  padding-top: 49px;
}
.card_6 .card_textt h2 {
  margin: 8px 0 0 0;
}
.card_6 .card_textt p {
  padding: 0 21px;
}
.card_6 .card_textt h1 {
  color: #000;
}
.card_6 .card_textt h2 {
  color: #000;
}
.card_6 .card_textt p {
  color: #000;
}




/*7*/
.card_7{
	background:#C76B09;
	padding-bottom: 50px;
}
.card_7 > span img {
  max-width: 100%;
  margin-top: 0;
}
.card_7 > span {
  bottom: auto;
  width: 180px;
  height: 100%;
  padding-left: 26px;
}
.card_7 .card_textt h1 {
	font-family: 'Orelega One';
}
.card_7 .card_textt {
  max-width: 476px;
  padding-top: 49px;
  float: right;
}
.card_7 .card_textt h2 {
  margin: 8px 0 0 0;
}
.card_7 .card_textt p {
  padding: 0;
}
/*.card_7{
	background: #2B302F url(../images/Card7.png) no-repeat !important;
	background-size: 100% !important;
}*/


/*8*/
.card_8{
	background:#622D4C;
	padding-bottom: 88px;
}
.card_8 .card_textt {
  padding: 58px 0 0 0;
  width: 436px;
  margin: 0 auto;
}
.card_8 h2 {
  margin: 8px 0 0 0;
}
.card_8 .card_textt p {
  line-height: 20px;
}
.card_8 > span img {
  max-width: 100%;
}
.card_8 > span {
  left: 0;
  bottom: auto;
  width: 98%;
  top: 0;
  margin: 0 auto;
  right: 0;
}
/*.card_8{
	background: #2B302F url(../images/Card8.png) no-repeat !important;
	background-size: 100% !important;
}*/

/* letter card */
.letter_1{
width: 700px;
height: auto;
background: linear-gradient(111.43deg, #FBF2E9 0%, #FEFCF8 100%);
padding: 13px; /* 26px */
max-width: 100%;
}
.letter_1-inr{
  width: auto;
  height: 100%;
  background-color: transparent !important;
  background-image: url(../images/tribute/letter-border.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding:16px;
}
h1.letter-hdng {
  font-family: 'Orelega One';
  font-style: normal;
  font-weight: 400;
  font-size: 47px;
  line-height: 1;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.letter-inr{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 20px;
}
.ltr-inr-lft {
  padding-right: 19px;
  margin-right: 10px;
  border-right: 2px solid #ADAFA4;
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ltr-inr-lft p{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 1.5;
text-align: center;
color: #000000;
}
.ltr-inr-rt{
  width: calc(52% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 20px;
}
.stamp {
  display: flex;
  margin-bottom: 28px;
  margin-left: auto;
  width: 152px;
  height:fit-content;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.stamp img{
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
h2.person-name {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
  color: #000000;
}
h2.person-name span {
  font-family: 'Orelega One';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  color: #000000;
  display: block;
  margin-top: 3px;
}
img.letter-lines{
  display: block;
  margin: 0 auto;
  width:92%;
  height: auto;
}
.letter_1-inr .card_bottom{
  position: static;
}
/* letter card */

/*////////////////////////////////////////////////////////////////////////
Rabin - New - Template - END - 08.02.2025
///////////////////////////////////////////////////////////////////////*/


.preview_the_template .card_6 > span img {
    opacity: 0.8;
}
.preview_the_template .card_7 > span img {
    opacity: 0.8;
}
.preview_the_template .card_8 > span img {
    opacity: 0.8;
}














@media screen and (max-width:1199px) {
}
/*1199*/



@media screen and (max-width:991px) {
}
/*991*/




@media screen and (max-width:767px) {
.trfl-txt h2 {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 15px;
}
.trfl-txt h1 {
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 12px 0;
}
.for_vertical_align {
  margin: 0;
  display: block;
}
.template_3 .trfl-txt p {
  width: 100%;
}
.template_3 .trfl-img {
  max-width: 200px;
  margin-top: 25px;
}
.trfl-trbt-inr {
  padding: 22px 16px 2px 16px;
}
.diya_1 .trfl-txt h1 {
  font-size: 27px;
  line-height: 28px;
  margin: 0 0 14px 0;
}
.trfl-txt h2 {
  font-size: 20px;
  line-height: 23px;
}
.diya_2 .trfl-txt p {
  margin: 15px 0 25px 0;
   width: 100%;
}
.diya_2 .trfl-img {
  max-width:250px;
}
.full_width {
  padding-left: 0px;
}
.template_7 .trfl-img {
  max-width: 350px;
}




/*Rabin - New*/
.card_bottom {
  display: block;
  text-align: center;
}
.card_bottom p {
  font-size: 15px;
  line-height: 27px;
  padding: 0 10px;
  letter-spacing: 0.4px;
}
.card_textt h2 {
    font-size: 30px;
    line-height: 35px;
}
.card_textt h1 {
  font-size: 55px;
  line-height: 66px;
}
.card_1 {
  height: auto;
  padding-bottom: 132px;
}
.card_textt {
  padding: 36px 15px 0 15px;
}
.card_textt p {
  padding: 0;
}
.card_1 > span {
  bottom: 54px;
}
.card_1 > span img {
  max-width: 300px;
  opacity: 0.8;
}



.card_2 .card_textt h1 {
  font-size: 55px;
}
.card_2 > span img {
  max-width: 300px;
  opacity: 1;
}
.card_textt h1 {
  font-size: 50px;
}



.card_3 .card_textt {
  padding: 25px 15px 50px 15px;
}
.card_3 > span img {
  opacity: 1;
}



.card_4 > span img {
  max-width: 220px;
  opacity: 1;
}


.card_5 > span {
  width: 100%;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  padding: 0 16px 0 0;
}
.card_5 .card_textt p {
  padding: 0;
}
.card_5 > span img {
  max-width: 250px;
  opacity: 0.8;
}



.card_6 > span {
  width: 100%;
}
.card_6 > span img {
  max-width: 180px;
  opacity: 0.5;
  margin-top: 138px;
}



.card_7 > span img {
  max-width: 210px;
  opacity: 0.8;
}
.card_7 > span {
  /*width: 100%;*/
  height: 100%;
  padding-left: 55px;
}




.card_8 .card_textt {
  width: 100%;
}
.card_8 {
  padding-bottom: 70px;
}
.card_8 > span img {
  max-width: 100%;
}
.card_8 .card_textt p {
    padding: 0px 55px;
}
/* letter card */
h1.letter-hdng {
  font-size: 38px;
  margin-bottom: 16px;
  margin-top:3px;
}
h2.person-name {
  font-size: 27px;
}
.ltr-inr-lft {
  padding-right: 11px;
  margin-right: 7px;
  width: 51%;
}
.ltr-inr-rt {
  width: calc(47% - 10px);
}
h2.person-name span {
  font-size: 21px;
}
.stamp {
  width: 115px;
}
.card_8 > span img {
	max-width: inherit;
	width: calc(100% + 35px);
	margin-left: -18px;
}
/* letter card */
}
/*767*/




@media screen and (max-width:575px) {

  /* letter card */
  .letter-inr {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .ltr-inr-lft {
    padding-right: 0px;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 11px;
    padding-bottom: 11px;
    border-bottom: 2px solid #adafa4;
    border-right: 0px solid transparent;
  }
  .ltr-inr-rt {
    width: 100%;
    padding-bottom: 0px;
    }
    img.letter-lines {
      display: block;
      margin: 4px auto 0 auto;
      width: 55%;
      height: auto;
    }

  /* letter card */

}
/*575*/



@media screen and (max-width:480px) {
.trfl-img {
    max-width: 95%;
}
.card_8 .card_textt p {
    padding: 0px 0px;
}

.card_8 > span img {
	max-width: initial;
	max-width: auto;
	width: calc(100% + 30px);
	height: 121px;
	margin-left: -15px;
}
.card_textt h1 {
	font-size: 43px;
}
.card_textt h2 {
	font-size: 30px;
	line-height: 35px;
	font-size: 23px;
	line-height: 31px;
	PADDING: 0 25PX;
}
.card_textt p {
	font-size: 15px;
	line-height: 21px;
}
.template_scroll {
	overflow-x:hidden;
}
.template_scroll > .card_1,
.template_scroll > .card_2,
.template_scroll > .card_3,
.template_scroll > .card_4,
.template_scroll > .card_5,
.template_scroll > .card_6,
.template_scroll > .card_7,
.template_scroll > .card_8 {
	width: 100%;
}
.card_7 > span {
    width: 100%;
    height: 100%;
    padding-left: 0;
}
}
/*480*/



@media screen and (max-width:360px) {
}
/*360*/














