


.demo-font {
  font-family: var(--tp-ff-inter);
  font-size: 16px;
  color:#000;
  position: relative;
  z-index: 99;
}
.d-none{
    display: none!important;
}

.showcase-form input {
	width: 280px!important;
	height: 40px!important;
	border: 1px solid #ddd!important;
	padding: 0 20px!important;
	border-radius: 7px!important;
    color: #000!important;
    font-family: var(--tp-ff-inter)!important;
}
.showcase-form input::placeholder {
    color: #000;
}
.showcase-form input:focus {
    border-color: #ff6d00!important;
}
.showcase-title span {
	color: #ff6d00;
}

.tp-hero-wrap img{
    width: 100%;
    height: 100%;
}


.help-links{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #fff;
    width: 40px;
    z-index: 99;
}

.help-links-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-shadow: 5px 6px 50px 5px rgba(16, 48, 42, 0.23);
    background: #fff;
}

.help-links-wrapper a{
    --width: 40px;
    width: var(--width);
    height: var(--width);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    position: relative;
}

.help-links-wrapper a {
   border-bottom: 1px solid #ECF2F7;
}

.help-links-wrapper a:not(:first-child) {
   border-left: 1px solid #ECF2F7;
}

.help-links-wrapper a:hover .help-tooltip {
    opacity: 1;
    visibility: visible;
    right: calc(100% + 10px);
}
.help-envato svg{
    width: 20px;
    height: 20px;
}

.help-tooltip{
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    padding: 2px 15px;
    border-radius: 6px;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    background: #000;
}
.help-tooltip::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -13px;
	transform: translateY(-50%);
	border: 7px solid transparent;
	border-left-color: #000;
}
.tp-showcase-modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.5);
    z-index: 1;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.tp-showcase-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}
.showcase-row{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.showcase-container{
    width: 1600px;
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    overflow-y: auto;
    border-radius:10px;
    height: calc(100vh - 60px);
    position: relative;
    z-index: 3;
}
/* Chrome, Edge, Safari */
.showcase-container::-webkit-scrollbar {
    width: 5px;
}

.showcase-container::-webkit-scrollbar-track {
    background: transparent;
}

.showcase-container::-webkit-scrollbar-thumb {
    background: rgba(116, 116, 116, 0.28);
    /* #74747447 */
    border-radius: 5px;
}

/* Firefox */
.showcase-container {
    scrollbar-width: thin;
    /* thin scrollbar */
    scrollbar-color: rgba(116, 116, 116, 0.28) transparent;
    /* thumb and track */
}

/* Optional: for IE 10+ (limited support) */
.showcase-container {
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.tp-showcase-modal-toggle{
    position: absolute;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease; 
}
.tp-showcase-modal-toggle.active{
    opacity: 1;
    visibility: visible;
}
.tp-showcase-modal-close{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.17);
    transform: translate(50%, -50%);
    cursor: pointer;
    color: #000;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease;
}
.tp-showcase-modal-close:hover{
    background: #000;
    color: #fff;
}
.showcase-container-inner{
    display: inline-block;
    position: relative;
    margin: 0 20px;
}
.tp-showcase-modal-close svg {
    width: 20px;
    height: 20px;
}
.anim-zoomin-wrap {
    border-radius: 16px;
}
.tp-demo-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}
.tp-demo-thumb img {
    border-radius: 16px;
    transition: 0.5s;
    width: 100%;
}
.tp-demo-figma {
    margin: 25px;
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 2;
    gap: 9px;
    opacity: 0;
    visibility: hidden;
    padding: 7px 18px;
    transition: 0.3s;
    border-radius: 42px;
    border: 1px solid #FFF;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.tp-demo-figma span {
    color: #0E0F11;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    font-family: var(--tp-ff-inter)!important;
}
.tp-demo-thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.4);
}

.tp-demo-item:hover .tp-demo-thumb::after {
    opacity: 1;
    visibility: visible;

}
.tp-demo-btn-wrap {
    position: absolute;
    padding: 25px;
    padding-bottom: 20px;
    bottom: -10px;
    left: 0;
    z-index: 2;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.tp-demo-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    border-radius: 14px;
    padding: 10px 18px;
    padding-bottom: 7px;
    display: inline-block;
    text-transform: capitalize;
    color: #000;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 5px;
}
.tp-demo-btn span {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}
.tp-demo-btn span span.text-1 {
    position: relative;
    display: block;
    transition: 0.3s;
}
.tp-demo-btn span span {
    line-height: 1.3;
    font-family: var(--tp-ff-inter)!important;
}
.tp-demo-btn span span.text-2 {
    position: absolute;
    top: 100%;
    display: block;
    transition: 0.3s;
}
.tp-demo-btn:hover {
    background: #B4E717;
    color: #000;
}
.tp-demo-btn:hover span span.text-1 {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
}
.tp-demo-btn:hover span span.text-2 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tp-demo-item:hover .tp-demo-btn-wrap {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.tp-demo-item:hover .tp-demo-figma {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.tp-demo-item {
	margin-bottom: 20px;
}

.tp-demo-title a {
    color: #0E0F11;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    text-decoration: none;
}
.tp-demo-title a:hover {
    color: rgba(14, 15, 17, 0.8);
}
.tp-demo-content-wrap {
    padding: 25px 15px;
    padding-bottom: 5px;
    text-align: center;
}
.showcase-title{
    font-size: 48px;
    color: #000;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.showcase-dec{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5a5a67;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}
.showcase-header{
    text-align: center;
    margin-bottom: 30px;
}

/* ustom-tabs */
.custom-tabs {
  width: 100%;
}

.custom-tabs__nav {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.custom-tabs__btn {
    padding: 8px 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    transition: all 0.3s ease;
    background: #f1eee2;
    border-radius: 50px;
    font-size: 13px;
    line-height: 1;
    font-family: var(--tp-ff-inter)!important;
}

.custom-tabs__btn:hover {
  color: #000;
  background: #B4E717;
}

.custom-tabs__btn.is-active {
  color: #000;
  background: #B4E717;
}
.tp-demo-btn-wrap :nth-child(3) {
    display: none;
}
.custom-tabs__nav {
  margin-bottom: 30px;
}

.custom-tabs__pane {
  display: none;
  animation: fadeIn 0.6s ease-in-out;
}

.custom-tabs__pane.is-active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.showcase-container{
    width: 1600px;
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    overflow-y: auto;
    border-radius:10px;
    height: calc(100vh - 60px);
    position: relative;
    z-index: 3;
}
@media (max-width: 1699.98px) {
    .showcase-container{
        width: 1400px;
    }
}
@media (max-width: 1599.98px) {
    .showcase-container{
        width: 1300px;
    }
}
@media (max-width: 1399.98px) {
    .showcase-container{
        width: 1150px;
    }
}
/* lg device */
@media (max-width: 1199.98px) {
    .showcase-row {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .showcase-container{
        width: 950px;
    }
}
@media (max-width: 991.98px) {
    .showcase-container{
        width: 750px;
    }
}

/* md device */
@media (max-width: 767.98px) {
    .showcase-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .showcase-dec br{
        display: none;
    }
    .showcase-container{
        width: 550px;
    }
}

/* sm */
@media (max-width: 575px) {
    .showcase-title {
        font-size: 24px;
    }
    .showcase-container {
        padding: 30px 15px;
    }
    .showcase-container-inner {
        margin: 0 10px;
    }
    .showcase-container{
        width: 100%;
    }
}

