@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
@media (min-width:1200px){
    html.lenis {
      overflow: hidden;
    }
}

/* Root styles */
:root {
    --primary: #f6f19a;
	--secondary:#C8AC56;
	--indigo:#f3ecd9;
    --colorlight: #fff;
    --colordark: #000;
    --gap: 20px;
}
* {
	padding:0;
	margin: 0;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
    /*overflow: hidden;*/
}

body {
	margin: 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	width: 100%;
    line-height: 1.5;
    min-height: 100%;
}
ul, ol{
	padding:0px;
	list-style:none;
}

a {
    color: inherit;
    text-decoration: none;
	transition: 0.3s;
}
a:hover {
    color: inherit;
    text-decoration: none;
}

.position-relative{
	position: relative;
}

.primary-bg {
    background: var(--primary);
}
.indigo-bg {
    background: var(--indigo);
}
.dark-bg {
    background: var(--colordark);
}

.highlight{
	color:var(--secondary);
}

h1, h2, h3, h4, h5, h6{
    font-weight: 600 !important;
}
@media (min-width: 992px) {
    h2{
    	font-size:46px !important;
    }
    h3{
    	font-size:30px !important;
    }
    h4{
    	font-size:24px !important;
    }
    h5{
    	font-size:20px !important;
    }
    h6{
    	font-size:16px !important;
    }
}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}

.pt-0 {
    padding-top: 0px !important;
}

.pt-70 {
    padding-top: 70px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}

.mt-0{
	margin-top:0px !important;
}

.mb-0{
	margin-bottom:0px !important;
}
.container {
    margin: auto;
}

.heading-title {
    font-size: 54px;
    font-weight: 600;
	padding: 0;
}
.heading-title-regular{
	font-weight: 400;
}
.heading-sub-title{
    font-size:16px !important;
    color: #dbca75;
    font-weight: 500 !important;
}
.section-area {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media (min-width: 768px) {
	.section-area {
		padding-top: 130px;
		padding-bottom: 130px;
	}
}


/********** buttons ***********/
.fp-btn a{
	color:var(--secondary);
}
.fp-btn_cta {
    display: block;
    overflow: hidden;
    transform: translateZ(0);    
    transition: transform .3s;
	font-weight:500;
	padding: 13px 25px;
	border-radius: 50px;
	text-decoration: none;
	color: var(--secondary);
	cursor: pointer;
}
@media (pointer: fine) {
    .fp-btn_cta:hover {
        transform: scaleX(1.02);
        transition: transform .6s cubic-bezier(.34,5.56,.64,1);
    }
}
.fp-btn_cta-border {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: .5px;
    bottom: 1px;
    z-index: 3;
    border: 1px solid;
    border-radius: 1000px;
}
   
.fp-btn_cta-ripple {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
	transform: translateZ(0);
	border-radius: inherit;
}
.fp-btn_cta-ripple span {
    display: block;
    width: 100%;
    height: 100%;
    transform: translateY(101%);
    background: currentColor;
    border-radius: 50% 50% 0 0;
    transition: transform .5s cubic-bezier(.4,0,0,1),
	border-radius .5s cubic-bezier(.4,0,0,1);
}
@media (pointer: fine) {
    .fp-btn_cta:hover .fp-btn_cta-ripple span {
        border-radius: 0;
        transform: translateY(0);
        transition-duration: .5s, .9s;
    }
} 

.fp-btn_cta-title {
    position: relative;
    display: block;
    padding: 0 .16em 0 0;
    text-align: center;
    overflow: hidden;
    z-index: 2;
}

.fp-btn_cta-title span {
    display: block;
    transition: transform .8s cubic-bezier(.16,1,.3,1);
}
@media (pointer: fine) {
    .fp-btn_cta:hover .fp-btn_cta-title span {
        transform: translateY(-110%);
    }
}
.fp-btn_cta-title span:after {
    content: attr(data-text);
    display: block;
    position: absolute;
    top: 110%;
    left: 0%;
    color: #fff;
}

.listing-section li {
    color: var(--colordark);
    text-align: left;
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.listing-section li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
	width: 20px;
    height: 20px;
	background: url(../images/icons/arrow-right.svg) no-repeat;
}

/********** Navbar Start ***********/

/**** Overlap background ***/
#fp-navbar-backdrop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	z-index: 96;
	background: rgba(0,0,0,.5);
}
@supports (height: 100svh) {
	#fp-navbar-backdrop {
		height:100svh
	}
}
.backdrop-active{
	pointer-events: auto;
	display: block !important;
	opacity: 1;
}

/*** logo ***/
.fp-navbar-logo {
    position: absolute;
    top: 2.5rem;
    left: 1rem;
    display: block;
    width: 8.8rem;
    height: 1.9rem;
    z-index: 95;
    text-decoration: none;
}
@media (min-width: 768px) {
    .fp-navbar-logo {
        top: 3.9rem;
        left: 4rem;
        width: 12rem;
        height: 2rem;
    }
}

/*** menu text ***/
.fp-navbar-navs {
    display: none;
}
@media (min-width: 768px) {
    .fp-navbar-navs {
        display: block;
        position: absolute;
        top: 60px;
        right: 130px;
        z-index: 97;
    }
}

/**** toggle menu****/
.fp-navbar-toggle {
    position: fixed;
    top: 2.4rem;
    right: 1rem;
    z-index: 251;
    color: var(--secondary);
}
@media (min-width: 768px) {
    .fp-navbar-toggle {
        top: 3.7rem;
        right: 4rem;
    }
}
.fp-btn_menu {
    border: 1px solid !important;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fp-btn_menu{
	position: relative;
    background: 0 0;
    border: 0;
	color: inherit;
}
.fp-btn_menu span {
    display: block;
    position: absolute;
    left: 12px;
    right: 0;
    width: 25px;
    height: 2px;
    background:currentColor;
    transition: top .2s .3s, transform .3s 0s;
}
.fp-btn_menu span:first-child {
    top: calc(50% - 1px - .3rem);
}
.fp-btn_menu span:last-child {
    top: calc(50% - 1px + .3rem);
}

/*** Sidebar css ***/

.fp-navbar-menu {
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 97;
    padding: 13rem 3rem 7rem 4rem;
    background: var(--colorlight);
	transition: .6s;
	visibility: hidden;
	transform: translateX(100%);
}
.sidebar-active{
	visibility: visible;
	transform: translateX(0%);
}
@supports (height:100lvh) {
    .fp-navbar-menu {
        height: 100lvh;
        padding: 5rem 3rem calc(100lvh - 100svh + 7rem) 4rem;
    }
}

@media (min-width: 768px) {
    .fp-navbar-menu {
        left: auto;
        align-items: end;
        width: 30rem;
        padding: 6rem 5rem;
    }
}


.fp-navbar-menu-caption {
    margin: 0 0 3rem 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color:var(--secondary);
    font-size: 1.5rem;
}
.fp-navbar-menu-caption h3{
	font-size: 15px !important;
    font-weight: normal !important;
}
@media (min-width: 768px) {
    .fp-navbar-menu-caption {
        margin: 0 0 2rem 0;
    }
}

.fp-navbar.-open .fp-navbar-toggle button.fp-btn_menu span:first-child {
    top: calc(50% - 1px);
    transform: rotate(45deg);
    animation: fp-btn_menu-open-top .75s;
}
.fp-navbar.-open .fp-navbar-toggle button.fp-btn_menu span:last-child {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
    animation: fp-btn_menu-open-bottom .75s;
}

@keyframes fp-btn_menu-open-top {
	0% {
		top: calc(50% - 1px - .3rem);
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
		transform: rotate(0)
	}

	30% {
		top: calc(50% - 1px - .3rem);
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
		transform: rotate(0)
	}

	30.01% {
		top: calc(50% - 1px);
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0);
		transform: rotate(45deg)
	}

	100%,80% {
		top: calc(50% - 1px);
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
		transform: rotate(45deg)
	}
}
@keyframes fp-btn_menu-open-bottom {
	0% {
		top: calc(50% - 1px + .3rem);
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
		transform: rotate(0)
	}

	50% {
		top: calc(50% - 1px + .3rem);
		-webkit-clip-path: inset(0 0 0 100%);
		clip-path: inset(0 0 0 100%);
		transform: rotate(0)
	}

	50.1%,55% {
		top: calc(50% - 1px);
		-webkit-clip-path: inset(0 0 0 100%);
		clip-path: inset(0 0 0 100%);
		transform: rotate(-45deg)
	}

	100% {
		top: calc(50% - 1px);
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0);
		transform: rotate(-45deg)
	}
}

.fp-navbar-menu-bottom{
	margin-top:50px;
}

.fp-navbar-menu-nav {
	padding-bottom: 20px;
    font-size: 20px;
    line-height: 100%;
    font-weight: 500 !important;
    transition: all .3s ease-in-out;
}
.fp-navbar-menu-nav:hover a{
    padding-left: 5px;
    color: var(--secondary);
}
@media (min-width: 768px) {
    .fp-navbar-menu-nav {
        font-size: 24px;
    }
}
/*** Navbar End ****/


/*** hero banner ****/
.hero-banner {
    position: relative;
	padding-top: 210px;
    padding-bottom: 70px;
}
.hero-banner-content-box{
	width:100%;
}
.hero-banner-title {
    font-size: 32px;
    line-height: 1.4;
    color: #000;
}
.hero-circle-shape {
    position: absolute;
    top: 0%;
    left: 20%;
    transform: translate(-0%, -20%);
    z-index: -1;
}
.hero-circle-shape span {
    height: 300px;
    width: 300px;
    display: inline-block;
    filter: blur(150px);
    border-radius: 100%;
    background: #F1EA93;
}
@media (max-width: 767px) {
	.xs-hide{
		display:none;
	}
	.hero-banner {
		padding-top: 180px;
		overflow: hidden;
	}
	.hero-banner-content-box{
		padding-bottom:50px;
	}
	.innerbnr .hero-banner-content-box{
		padding-bottom:0px !important;
	}
	.e-text-path {
		width: 200px;
		margin: auto;
	}
}
@media (min-width: 768px) {
	.hero-banner-content-box{
		width:90%;
		padding-bottom:0px;
	}
	.hero-banner-title {
		font-size: 64px;
	}
	
	.innerbnr .hero-banner-title{
	    font-size: 50px !important;
	}
}
/* Circle text rotation with SVG */
.round-btn{
	position: absolute;
    top: 36%;
    left: 37%;
	width: 50px;
    height: auto;
}
.e-text-path{
	position:relative;
	width: 200px;
	margin-left: auto;
}
.e-text-path svg {
	animation: rotate 20s linear infinite;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}
@-webkit-keyframes rotate {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}
/* Circle text rotation with SVG End*/

/*--- Hero Video Section ---*/
.hero-image-wrapper{
    width: 100%;
    margin: auto;
}
.fp-video-preview{
	position: relative;
    overflow: hidden;
    padding-bottom: 100%;
	border-radius: 20px;
    transform: translateZ(0);    
}

@media (min-width: 768px) {
	.fp-video-preview{
		 padding-bottom: 48.25%;
	}
}

.fp-video-preview-media{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.hero-image-wrapper img, .hero-image-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Services Area*/
.services{
	background:var(--primary);
}
.services-info{
display:flex;
gap: 20px;
}
.services-info .col{
	padding: 70px 70px 70px 70px; 
    border-right: 1px solid rgb(200 172 86 / 50%);
}
.services-info .col:last-child{
	border-right:0;
	border-bottom: 0;
}
.services-info .col h3{
	font-size:36px !important;
	padding-bottom: 35px;
    font-weight: 500 !important;
}

@media (max-width: 767px) {
	.services{
		padding:30px 16px;
	}
	.services-info {
		display: block;
	}
	.services-info .col{
		padding: 30px 0px;
		border-right: 0;
		border-bottom: 1px solid rgb(200 172 86 / 50%);
	}
	.services-info .col h3{
	   font-size: 24px !important;
	}
	.heading-title {
		font-size: 28px;
	}
}


/* Home About Section */
.home-about{
	
}
.planet {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#planet-1 {
	margin: -160px 0 0 -70px;
	width: 170px; 
}

#planet-2 {
	margin: -75px 0 0 10px;
	width:170px;
}
.home-about .about-info .rhs p{
	margin-top:180px;
}
@media screen and (max-width: 767px) {
    .planet{
    	display:none;
    }
    .home-about .about-info .rhs p {
        margin-top: 0px;
    }
}


/* Home Blog Section */
.blog-info{

}
.home-blog-card-img {
    height: 300px;
    object-fit: cover;
    object-position: center;
	width: 100%;
	-webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.home-blog-card h4 {
	font-size:18px !important;
    color: #000;
    margin-top: 20px;
	margin-bottom: 0;
}
.home-blog-card:hover h4{
	color: var(--secondary);
}

.home-blog-card:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.home-blog-meta{
	z-index: 1;
    position: absolute;
    left: 20px;
	bottom: -100px;
	transition: all 800ms cubic-bezier(.13,.43,0,.94);
}
.home-blog-card:hover .home-blog-meta{
	bottom: 20px;
}
.home-blog-meta .date{
	color: #000;
	list-style: none;
	display: inline-flex;
	align-items: center;
	gap: 15px;
	padding: 10px 25px;
	border-radius: 150px;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.cover-photo {
    position: relative;
    overflow: hidden;
}

.section-button-wrapper {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}
@media screen and (max-width: 767px) {
	.blog-info {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.home-blog-section .heading-title{
		margin-left:-3px;
		margin-bottom:0 !important;
	}
    .section-button-wrapper {
        justify-content: center;
        position: static;
    }
	.home-blog-card{
		margin-bottom: 40px;
        display: block;
	}
	
	.home-blog-meta{
		position: absolute;
		bottom: 20px;
		width: 90%;
	}
	.home-blog-card:hover .home-blog-meta{
		bottom: 20px;       
	}
	
	.home-blog-section .col:last-child{
		margin-bottom:50px;
	}
}

@media (min-width: 768px) {
	.home-blog-section .heading-title{
		margin-left:-3px;
	}
	.home-blog-section .section-button-wrapper{
		top:12%;
		right: 7.5%;
	}
	
	.home-blog-card-img {
		height: 400px;
	}
}

/*About Page*/
.about-mission-title{
	font-size:18px;
}
.about-mission-left{

}
.about-mission-left svg{
    position: absolute;
    bottom: 0;
    left: 30px;
}
.about-mission-right{
	padding-left:70px;
}

@media (max-width:767px){
    .about-mission-title {
        font-size: 16px;
    }
    .about-mission-left svg{
        width:100px;
    }
    .about-mission-right {
        padding-top:70px;
        padding-left: 0px;
    }
}

/*Career Page*/
.career-hero-txt{
	font-size:18px;
}

/*Services Page*/
.service-grid {
    display:flex;	
}
.service-grid .details {
	background: var(--indigo);
	margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.5s;
}
.service-grid .details:hover {
    background: #e1d9c2;
}
.service-grid .details img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: top;
}


/*Contact us page*/
.contact-form-label {
    color: var(--colordark);
    margin-bottom: 8px;
    font-weight: 500;
}
.form-input-field {
    border-style: none none solid;
    border-width: 1px 1px 1px;
    border-color: var(--colordark);
    color: var(--colordark);
    background-color: #0000;
    border-radius: 0;
    height: 44px;
    margin-bottom: 5px;
    padding-left: 0;
    font-size: 14px;
    line-height: 32px;
    padding: 8px 0px;
    width:100%;
}
.form-message-input-field {
    min-height: 80px;
    /*margin-bottom: 56px;*/
    padding-top: 0;
}
.form-input-field:focus{
    border-color: var(--secondary);
    outline: 0;
}

.form-group {
    margin-bottom: 35px;
}

.contact-item-details{
    font-size:22px;
}
.contact-grid span:after {
    left: 50% !important;
    transform: translateX(-50%);
}
@media (min-width: 768px) {
  .contact-item-details{
        font-size:28px;
    }  
}

/*Footer Services*/
footer{
	color:var(--colorlight);
	padding-top:130px;
	padding-bottom:40px;
}
.footer-content-top h2{	
	font-size:50px;
	font-weight: 600;
}
.footer-content-top em{	
	font-weight: 400;
}

.footer-grid{
	padding-top:130px;
	padding-bottom:250px;
}
.footer-grid .lhs{
	font-size:22px;
}
.footer-grid .lhs a{
	margin-top:6px;
	display: block;
}
.footer-grid .lhs a:hover{
	color:var(--secondary);
}
.ft-nav{
	gap:30px;
	margin-bottom: 40px;
}
.ft-nav a:hover{
	color:var(--secondary);
}

.social-link{
	display:flex;
	justify-content: end;
	gap:15px;
}
.social-link svg{
	width: 45px;
	 fill:#C8AC56;
	transition: 0.3s;
}
.social-link svg:hover{
	transform: scaleX(1.2) scaleY(1.2);
}

.ft-overly-logo {
	width: 100%;
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translate(-50%, 10px);
	height: 132px;
	font-size: 150px;
	font-weight: 600;
	text-align: center;
	opacity: .4;
	color: #C8AC56;
	user-select: none;
	border-bottom: 2px solid rgb(200 172 86 / 45%);	
	overflow: hidden;
}

.ft-overly-logo span {
	margin-top: 50px;
	display: block;
}

@media (max-width: 768px) {
	footer {
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.footer-content-top h2 {
		font-size: 26px;
	}
	.footer-grid {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.footer-grid .lhs {
		font-size: 16px;
	}
	.ft-nav{
		margin-top: 40px;
	}
	.ft-nav li{
		margin-bottom: 18px;
	}
	.social-link {
		justify-content: start;
	}
	.social-link svg {
		width: 35px;
	}
	.ft-overly-logo {
		height: 38px;
		bottom: -60px;
		font-size: 42px;
	}

	.ft-overly-logo span {
		margin-top: 75px;
	}
}


.copyright{
	color:#fff;
	text-align:center;
}



/*svg Animation*/
.fpsvg_0 {
    stroke-dasharray: 5670 5672;
    stroke-dashoffset: 5671;
    animation: VqhhhUFr_draw_0 7000ms linear 0ms infinite, VqhhhUFr_fade 7000ms linear 0ms infinite;
}
@keyframes VqhhhUFr_draw {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes VqhhhUFr_fade {
    0% {
        stroke-opacity: 1;
    }
    94.28571428571429% {
        stroke-opacity: 1;
    }
    100% {
        stroke-opacity: 1;
    }
}
@keyframes VqhhhUFr_draw_0 {
    8.571428571428571% {
        stroke-dashoffset: 5671;
    }
    37.142857142857146% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.inner-image-wrapper{
	padding-left:100px;
	padding-bottom:100px;
	margin-top:30px;
}


/*parallax image*/
.parallax-section {
  height: 800px;
  overflow: hidden;
  position: relative;
  border-bottom-left-radius: 500px;
}
.parallax-section .parallax-image {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 800px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    /*-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);*/
    width: 100%;
    z-index: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
@media (max-width:767px){
    .inner-image-wrapper {
        padding-left: 0px;
        padding-bottom: 60px;
        margin-top: 0px;
    }
    .inner-image-wrapper .brand-svg svg{
        display:none;
    }
    .parallax-section {
        border-bottom-left-radius: 0px;
        height: 400px;
        z-index: -1;
    }
}
@media (min-width:1024px){
.brand-svg{
    margin-top: -200px; 
    margin-left: -60px;
    }
}


/*Product gallary Style*/

.category-filter {
    text-align: center;
}

.filter-btn {
    background-color: transparent;
    color: var(--secondary);
    border: none;
    padding: 4px 15px;
    margin: 6px 4px;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid var(--secondary);
    transition: .3s;
    font-size: 15px;
}

.filter-btn:hover {
    background-color: var(--secondary);
     color: #fff;
}


.filter-btn.active {
     background-color: var(--secondary);
     color: #fff;
}

.fp-work-items {
    display: grid;
    gap: 20px;
}

.fp-work-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.fp-work-preview {
    position: relative;
    border: 1px solid #efefef;
}

.fp-work-preview-media img {
    max-width: 100%;
    height: auto;
}

.produt-link {
    position: absolute;
    top: 10px;
    right: 10px;
}

.fp-work-content {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
}