/* 
Theme Name: FRTech Brand Presentation
Theme URI: https://frtech.ir
Author: Faramarz Jalaei (FRTech)
Author URI: https://frtech.ir
Designed By: FRTech
Version: 1.1.0
Description: This is Present the FRTech brand.
*/
/* FRTech Start Load Fonts */

/* Shabnam Light - وزن 300 */
@font-face {
    font-family: "Shabnam";
    src: url('assets/fonts/shabnam-light.woff2') format('woff2'),
    url('assets/fonts/shabnam-light.woff') format('woff'),
    url('assets/fonts/shabnam-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Shabnam Regular - وزن 400 (معمولی) */
@font-face {
    font-family: "Shabnam";
    src: url('assets/fonts/shabnam.woff2') format('woff2'),
    url('assets/fonts/shabnam.woff') format('woff'),
    url('assets/fonts/shabnam.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Shabnam Medium - وزن 500 */
@font-face {
    font-family: "Shabnam";
    src: url('assets/fonts/shabnam-medium.woff2') format('woff2'),
    url('assets/fonts/shabnam-medium.woff') format('woff'),
    url('assets/fonts/shabnam-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Shabnam Bold - وزن 700 (اگر فایل جداگانه دارید) */
@font-face {
    font-family: "Shabnam";
    src: url('assets/fonts/shabnam-bold.woff2') format('woff2'),
    url('assets/fonts/shabnam-bold.woff') format('woff'),
    url('assets/fonts/shabnam-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* FRTech End Load Fonts */
/* General */
:root{
    
    --brand-color:#FFCE31;
    
    --primary-color-9 : #fff;
    --primary-color-10 : #fff;
       
    --neutral-color-8 :#BEB6A6 ;
    --neutral-color-9 :#E2D9CA ;
    
    --dark-1: #0a0a0a;
    --dark-2: #1a1a1a;
    --dark-3: #2d2d2d;
    --dark-4: #3a3a3a;
    
    --root-gradient : linear-gradient(-11deg, var(--dark-1) 0%, var(--dark-2) 20%,
        var(--dark-3) 40%, var(--dark-4) 60%, var(--dark-3) 80%, var(--dark-2) 100%);
    
    --root-circle : radial-gradient(circle, var(--brand-color) 0%, transparent 70%);
        
    --background-static : rgba(0, 0, 0, 0.25);
    --background-fallback : #1b1b1b;
    
    --line-height-paraghraph : 1.8;
    --line-height-paraghraph-high : 2;
    
    --font-family: "shabnam";
    
    --bs-body-text-align : right;
    
    --service-top-background :  linear-gradient(45deg , #E5B71E 0%, #B2A883 100%);
    
    --radius-4 : 0.22222rem;
    --radius-8 : 0.44444rem;
    --radius-10 : 0.55555rem;
    --radius-12 : 0.66666rem;
    --raduis-50 : 50%;
       
}

.breadcrumb {
    --bs-breadcrumb-margin-bottom : 0;
    --bs-breadcrumb-font-size: 1rem;
    font-size: 1.05rem;
    color: var(--neutral-color-8);
    line-height: var(--line-height-paraghraph);
}

.frtech-golden-background{
    background: hsla(46, 83%, 52%, 1);
    background: linear-gradient(93deg, hsla(46, 83%, 52%, 1) 0%, hsla(47, 94%, 86%, 1) 100%);
    background: -moz-linear-gradient(93deg, hsla(46, 83%, 52%, 1) 0%, hsla(47, 94%, 86%, 1) 100%);
    background: -webkit-linear-gradient(93deg, hsla(46, 83%, 52%, 1) 0%, hsla(47, 94%, 86%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#EABA1F", endColorstr="#FDEFBC", GradientType=1 );
}

.frtech-text-background {
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent;
	color: transparent !important;
}

.frtech-gradient-outline-btn {
    background-image: linear-gradient(-6deg, hsl(46.1, 82.9%, 52%) 0%, hsl(46.6, 94.4%, 86.1%) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    position: relative;
}

.frtech-gradient-outline-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    background: linear-gradient(-6deg, hsl(46.1, 82.9%, 52%) 0%, hsl(46.6, 94.4%, 86.1%) 100%) border-box;
    -webkit-mask: 
        linear-gradient(#fff 0 0) padding-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.frtech-gradient-fill-btn {
    color: #080400; 
    position: relative;
}

.frtech-gradient-fill-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(-2deg, #EABB1F 0%, #FDEEBA 100%);
  z-index: -1;
  border-radius: var(--radius-4);
}

.btn{
    --bs-btn-padding-x: 0.888888rem !important;
    --bs-btn-padding-y: 0.4444444rem !important;
}

html{
    background: var(--root-gradient);
    scroll-padding-top: 0em; 
    scroll-behavior: smooth;
}

body{
    background: var(--root-gradient);
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    font-family: "Shabnam";
    font-weight: 400;
    font-size: 16px;
}

.general-header{
	text-align: center;
	font-family: var(--font-family);
	font-size: 2.125rem;
	color: var(--primary-color-10);
	text-shadow: 0 10px 8px hsla(0, 0%, 0%, 0.3);
	width: 100%;
}
.general-header span , .general-header .pre-header{
    position: relative;
    text-align: center;
}
.general-header .image-container {
	position: absolute;
	left: 0;
	width: 100%;
    max-width: 100%;
	margin-top: 0.5rem;
	top: 100%;
}
.general-header .image-container img{
    width: 100%;
}

.frtech-hero, .frtech-services .container, .frtech-about-us .container, .frtech-portfolio .container, .frtech-contact-us, .frtech-footer{
    padding-top: calc(var(--bs-gutter-x) * 7.5);
    padding-bottom: calc(var(--bs-gutter-x) * 5.583333);
}

img{
    height: auto;
}

.all-pagination{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.all-pagination .pagination{
    margin-bottom: 0;
    --bs-pagination-font-size: 1.1rem;
    --bs-pagination-padding-x: 1.05rem;
    --bs-pagination-padding-y: 0.575rem;
    --bs-pagination-border-color: transparent;
    --bs-pagination-bg: transparent;
    --bs-pagination-disabled-border-color: transparent;
    border-radius: 0.4rem;
    box-shadow: 0 1.25rem 4.375rem RGBA(255, 206, 49, 0.10);
    --bs-pagination-border-radius: 0.4rem;
    --bs-pagination-hover-border-color: RGBA(255, 206, 49, 0.10);
    overflow: hidden;
    --bs-pagination-hover-bg: transparent;
    --bs-pagination-hover-color: transparent;
    --bs-pagination-active-border-color: RGBA(255, 206, 49, 0.35);
    --bs-pagination-color: transparent;
    --bs-pagination-focus-color: RGBA(255, 206, 49, 0.35);
}
.all-pagination .pagination .page-item{
    border-left: 1px solid #ffffff0f;
}
.all-pagination .pagination .page-item:last-child{
    border-left: 0;
}
.all-pagination .pagination .disabled{
    opacity: 0.4;
}

/* End General */

/* FRTech Start Header */
header{
    position: relative;
    overflow: hidden;
}
header:before{
    background: url('assets/img/hero-full-back.svg') #242424ba no-repeat center;
}

/* FRTech Start Navigation */
.frtech-navigation  {
  box-shadow: 0px 0px 15px #00000030;
  position: relative;
  z-index: 2;
}
.frtech-navigation .navbar {
	--bs-navbar-padding-y: 1.5rem;
}
.frtech-navigation .navbar-brand{
    margin-right: var(--bs-navbar-brand-margin-end);
    margin-left: 0;
    transition : 0.3s
}
.frtech-navigation .navbar-brand:hover{
    transform: scale(1.04);
}
.frtech-navigation .navbar-brand .image{
	width: 7.78rem;
	height: auto;
    max-width: 7.78rem;
}
.frtech-navigation .navbar-toggler{
    margin-left: var(--bs-navbar-brand-margin-end);
}
.frtech-navigation .nav-item{
    margin-left:1.5rem;
}
.frtech-navigation .nav-item:last-child{
    margin-left: 0 !important;
} 
.frtech-navigation .nav-item a{
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 1.125rem;
    color: var(--neutral-color-8);
    padding: 0.5rem 0.88em;
}
.frtech-navigation .nav-item a:hover{
    color: var(--neutral-color-9);
}
/* FRTech End Navigation */

/* FRTech Start Hero */
.frtech-hero{
    margin: 4.3rem 0;
    position: relative;
    margin-bottom: 6.5rem;
}
.frtech-hero .container .image .ellipse-big{
    position: absolute;
    width: 100%;
    height: 100%;
}
.frtech-hero .container .image .ellipse-big .full-ellipse {
    content: '';
    position: absolute;    
    background: linear-gradient(0deg, #2B2B2B 0% , #0D0D0D 100%);
    border-radius: 50%;
    box-shadow: 0.25rem 0.625rem 0.5rem hsla(0, 0%, 0%, 0.25);
    pointer-events: none;
    width: 57.1em;
    height: 54.5em;
    right: 1em;
    bottom: -2rem;
}
.frtech-hero .row{
    gap:2em 0;
}
.frtech-hero .image , .frtech-hero .texts {
	flex: 0.5 0 53%;
	display: flex;
	justify-content: center;
	text-align: right;
}
.frtech-hero .image{
    justify-content: end;
    align-items: baseline;
    position: relative;
}
.frtech-hero .image .hero-pic{
    width: 72% !important;
    filter: drop-shadow(0px 2px 130px #ffce3129);
    position: relative;
    top: 22px;
}
.frtech-hero .texts{
    flex-direction: column;
    font-family: var(--font-family);
    flex: 0 0 47%;
    padding-right: 0;
}
.frtech-hero .pre-title-content{
    margin-bottom: 1rem;
}
.frtech-hero .texts .pre-title {
	color: var(--neutral-color-9);
	font-size: 1rem;
	word-spacing: 2;
	padding: 0.75rem 1.5rem;
	border: 1px solid #EABB1F;
	border-top-color: #FDEEBA;
	background: rgba(0, 0, 0, 0.001);
	box-shadow: 0px 0.25rem 0.25rem rgba(0, 0, 0, 0.79);
	border-radius: 12.5rem;
}
.frtech-hero .texts .brand {
	letter-spacing: 4.3px;
	font-weight: 800;
	line-height: 1.5;
	font-size: 3.111rem;
	margin: 1rem 0;
	text-shadow: 0px 2px 14px #00000063;
}
.frtech-hero .texts .title-text {
	font-size: 2.222rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.5;
	background: linear-gradient(to Right , #FFF 19%, #999 50% , #FFF 100%);
	filter: drop-shadow(0 0.25rem 0.5rem #0009);
}
.frtech-hero .texts .description {
	color: var(--neutral-color-9);
	line-height: var(--line-height-paraghraph);
	margin: 2.5rem 0;
	font-size: 1.167rem;
	width: 93%;
	filter: drop-shadow(0 0.25rem 0.5rem #0009);
}
.frtech-hero .texts .description strong{
    color: var(--brand-color);
}
.frtech-hero .texts .action-btn {
	display: flex;
	flex-wrap: wrap;
	gap: 1.3333rem;
	justify-content: start;
}
.frtech-hero .texts .action-btn a , .frtech-contact-us .text a{
    --bs-btn-padding-x: 1.77777777rem !important;
    --bs-btn-padding-y: 0.888888rem !important;
    font-weight: 500;
    backdrop-filter: blur(30px);
    filter: drop-shadow(0 0.25rem 0.375rem #0000006b);
}
/* FRTech End Hero */

header .ellipse-down , header .ellipse-up {
	position: absolute;
	width: 5rem;
	height: 5rem;
	bottom: -14.7%;
	filter: drop-shadow(0px 4px 13px rgba(255, 248, 49, 0.17));
	border-radius: 0.75rem;
	left: 30%;
	padding: 0;
}

header .ellipse-up{
    left: 0;
    top: -2.1vw;
    bottom: inherit;
}

header .ellipse {
    width: 58.4444%;
    position: absolute;
    top: -30.5%;
    left: -7.555%;
    height: 123.888%;
    background: linear-gradient(-50deg, #2B2B2B 0% , #0D0D0D 100%);
    border-radius: 50%;
    transform: rotate(50.76deg);
    box-shadow: 11px 0px 8px hsla(0, 0%, 0%, 0.25);
    pointer-events: none;
}

/* FRTech End Header */


/* FRTech Start Services */
.frtech-services , .frtech-portfolio , .frtech-about-us , .frtech-footer{
    position: relative;
    overflow: hidden;
    scroll-margin-top: -8em;
}
header:before, header:after , .frtech-services:before, .frtech-portfolio:before , .frtech-portfolio:after , .frtech-about-us:after , .frtech-about-us:before ,
.frtech-footer:after , .frtech-footer:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: blur(6.25rem);
  background-size: contain !important;
}
.frtech-services:before{
    background: url('assets/img/service-back.svg') #242424ba no-repeat center;
}
.frtech-services .header , .frtech-about-us .header , .frtech-portfolio .header , .frtech-contact-us .header{
    text-align: center;
    display: flex;
    flex-direction: column;
}
.frtech-services .service-boxes , .frtech-about-us .all-contents, .frtech-portfolio .port-boxes,
.frtech-contact-us .all-contents , .single-portfolio .service-boxes{
	margin-top: 7.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 6.25rem 4.7rem;
	font-family: var(--font-family);
}
.frtech-services .service-boxes , .single-portfolio .service-boxes{
    justify-content: center;
    position: relative;
}
.frtech-services .service-boxes .box , .single-portfolio .service-boxes .box{
	max-width: 22rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.30);
	border-radius: 2rem;
	padding: 2.65rem 2.9rem;
	padding-top: 0;
	box-shadow: 0 1.25rem 5rem rgba(128, 103, 25, 0.20);
	width: 100%;
}
.frtech-services .service-boxes .box .top , .single-portfolio .service-boxes .box .top {
	width: 9.375rem;
	height: 9.375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	left: 0;
	right: 0;
	margin: auto;
	top: -1.208rem;
	background: var(--service-top-background);
	transform: rotate(-45deg) translateZ(0);
	border-radius: 1rem 1.5625rem 1rem 3.75rem;
	box-shadow: 0.875rem 1.5625rem 4.375rem 0 RGBA(255, 206, 49, 0.17);
}
.frtech-services .service-boxes .box .top img , .single-portfolio .service-boxes .box .top img {
	width: 5.5rem;
	transform: rotate(45deg);
}
.frtech-services .service-boxes .box .mobile-pic img{
    width: 3.8125rem;
}
.frtech-services .service-boxes .box .headphone-pic img{
    width: 6.625rem;
}
.frtech-services .service-boxes .box .text , .single-portfolio .service-boxes .box .text{
    margin-top: 1.25rem;
}
.frtech-services .service-boxes .box .text .text-header , .single-portfolio .service-boxes .box .text .text-header {
	background: linear-gradient(0deg , #EABB1F 0% , #FDEEBA 87%);
	font-size: 1.525rem;
	font-weight: 500;
	line-height: var(--line-height-paraghraph-high);
}
.frtech-services .service-boxes .box .text .detail-text , .single-portfolio .service-boxes .box .text .detail-text {
	margin-bottom: 0;
	margin-top: 1.2rem;
	text-align: justify;
	color: var(--neutral-color-9);
	line-height: var(--line-height-paraghraph-high);
	font-weight: 300;
	font-size: 1rem;
	padding-top: 1rem;
}

/* FRTech End Services */

/* FRTech Start Portfolio */
.frtech-portfolio:before{
    background: url('assets/img/portfolio-back.svg') #242424ba no-repeat center;
    z-index: 0;
}
.frtech-portfolio:after , .frtech-about-us:after , .frtech-footer:after , header:after{
    background: #242424ba;
    z-index: 0;
}
.frtech-portfolio .container , .frtech-about-us .container , .frtech-footer .container , header .container{
    position: relative;
    z-index: 1;
}
.frtech-portfolio .port-boxes{
    gap: 0 0;
    position: relative;
    margin-top: 5.1rem;
}
.frtech-portfolio .index-swip{
    width: 100%;
    height:41.625rem;
    padding: 0 1.5rem;
    max-height: 52.625rem;
}
.frtech-portfolio .swiper-button-disabled{
      pointer-events: all !important;
}
.frtech-portfolio .index-swip .box , .archive-page .box {
	height: 95%;
	position: relative;
}
.frtech-portfolio .index-swip .box .image , .archive-page .box .image{
	overflow: hidden;
	height: 84.15%;
	border-radius: 8.205%;
	box-shadow: 0 1.25rem 4.375rem RGBA(255, 206, 49, 0.10);
	border-radius: 2rem;
}
.frtech-portfolio .index-swip .box-landing .image {
	display: flex;
	justify-content: center;
	align-items: center;
}
.frtech-portfolio .index-swip .box .bottom , .archive-page .box .bottom{
	position: absolute;
	width: 10.58888rem;
	height: 10.58888rem;
	background: var(--service-top-background);
	transform: rotate(-45deg) translateZ(0);
	bottom: 2.1875rem;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	border-radius: 1.2345rem 1.587rem 1.2345rem 3.528rem;
	text-align: center;
	filter: drop-shadow(-0.4375rem 0.5rem 1.9375rem RGBA(255, 206, 49, 0.18));
	box-shadow: 0.125rem -0.1875rem 0.6875rem RGBA(0, 0, 0, 0.12);
}
.frtech-portfolio .index-swip .box .bottom .text , .archive-page .box .bottom .text{
    transform: rotate(45deg) translateZ(0);
}
.frtech-portfolio .index-swip .box .bottom .text h5 , .archive-page .box .bottom .text h5 {
	font-size: 1.250rem;
	color: var(--primary-color-10);
	text-shadow: 0px 1px 4px #0000004d;
}
.frtech-portfolio .index-swip .box .bottom .text p , .archive-page .box .bottom .text p{
	color: var(--primary-color-10);
	margin-bottom: 0;
	text-shadow: 0px 1px 4px #0000004d;
	font-size: 1rem;
}
.frtech-portfolio .swiper-button-prev , .frtech-portfolio .swiper-button-next {
	margin-top: calc(0px - var(--swiper-navigation-size)/0.7) !important;
	width: calc(var(--swiper-navigation-size) + 0.75rem) !important;
	height: calc(var(--swiper-navigation-size) + 0.75rem) !important;
}
.frtech-portfolio .swiper-button-prev{
    right: var(--swiper-navigation-sides-offset,-65px) !important;
}
.frtech-portfolio .swiper-button-next{
    left: var(--swiper-navigation-sides-offset,-65px) !important;
}
.frtech-portfolio .swiper-buttons{
    display: none;
}
/* FRTech End Portfolio */

/* FRTech Start About Us */
.frtech-about-us:before{
    background: url('assets/img/about-back.svg') #242424ba no-repeat center;
    z-index: 0;
}
.frtech-about-us .general-header img{
    bottom: -15px;
    right: 0;
}
.frtech-about-us .all-contents {
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2rem 4.5rem rgba(128, 103, 25, 0.08);
	border-radius: 1.5rem;
	position: relative;
	margin-top: 14.113rem;
	justify-content: center;
}
.frtech-about-us .all-contents .top , .frtech-footer .top {
	position: absolute;
	width: 13.8rem;
	height: 13.8rem;
	left: calc(50% - 13.8rem / 2);
	top: -6.5rem;
	box-shadow: 0.875rem 1.5625rem 4.375rem rgba(255, 206, 49, 0.17);
	border-radius: 1.075rem 2.313rem 1.075rem 4.75rem;
	transform: rotate(-45deg);
	background: var(--service-top-background);
	display: flex;
	justify-content: center;
	align-items: center;
}
.frtech-about-us .all-contents .top img , .frtech-footer .top img {
	width: 58%;
	transform: rotate(45deg) translateZ(0);
}
.frtech-about-us .all-contents .text-image{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px 0;
	width: 66.358%;
	margin-top: 15.975rem;
}
.frtech-about-us .all-contents .text-image .after-title{
	font-size: 2.1rem;
	line-height: 1.5;
	margin-bottom: 0;
	filter: drop-shadow(0 0.25rem 0.25rem #000);
}
.frtech-about-us .all-contents .text-image .text {
	font-size: 1.338rem;
	line-height: var(--line-height-paraghraph);
	text-align: justify;
	color: var(--neutral-color-9);
	margin-bottom: 5rem;
	filter: drop-shadow(0 0.25rem 0.5rem #000);
	width: 100%;
	text-align-last: center;
}
/* FRTech End About Us */

/* FRTech Start Contact US */
.frtech-contact-us:before{
    background: url('assets/img/contact-us-back.svg') #242424ba no-repeat center;
    z-index: 0;
}
.frtech-contact-us .general-header img{
    bottom: -75.4310%;
    right: -2%;
}
.frtech-contact-us .all-text .pre-title {
	text-align: center;
	font-size: 1.625rem;
	filter: drop-shadow(0 0.25rem 0.5rem #000);
}
.frtech-contact-us .all-contents .text-image .text{
    margin-bottom: 1.5rem;
    font-size: 1.313rem;
}
.frtech-contact-us .all-contents .text-image .btn{
    width: 100%;
    --bs-btn-padding-x: 0.889rem !important;
    --bs-btn-padding-y: 1.244rem !important;
    margin-bottom: 5rem;
    backdrop-filter: blur(1.875rem);
    font-size: 1.25rem;
}
.frtech-contact-us .frtech-gradient-fill-btn::before{
    border-radius: var(--radius-8);
    filter: drop-shadow(0 0.25rem 0.375rem #0000006e);
}
/* FRTech End Contact US */

/* FRTech Start Footer */
.frtech-footer:before{
    background: url('assets/img/footer-back.svg') #242424ba no-repeat center;
    z-index: 0;
}
.frtech-footer .row{
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.frtech-footer .contents {
	margin-top: 18.625rem;
	position: relative;
	background: rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2rem 4.5rem rgba(128, 103, 25, 0.08);
	border-radius: 1.5rem;
	margin-bottom: 1rem;
	padding-top: 16.775rem;
}
.frtech-footer .top {
	top: -6.5625rem;
	background: rgba(36, 36, 36, 0.2);
	box-shadow: 0px 1.375rem 2.375rem rgba(0, 0, 0, 0.8);
	border-radius: 2rem;
	backdrop-filter: blur(3.125rem);
	border: 1px solid #EABB1F;
	border-top-color: #FDEEBA;
	border-right-color: #FDEEBA;
	width: 18.75rem;
	height: 18.75rem;
	left: calc(50% - 18.75rem/2);
}
.frtech-footer .top img{
    width: 85.46%;
}
.frtech-footer .navbar-nav {
	flex-direction: row;
	gap: 0 1.5rem;
}
.frtech-footer .navbar-nav a{
    font-size: 1.3125rem;
    color: var(--neutral-color-9);
}
.frtech-footer .navbar-nav a:hover{
    color: var(--primary-color-9);
}
.frtech-footer .copyright {
	margin-top: 3.788rem;
	margin-bottom: 3.375rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	color: var(--neutral-color-8);
}
.frtech-footer .copyright > *{
    font-size: 1.025rem;
    line-height: var(--line-height-paraghraph-high);
}
/* FRTech End Footer */

/* FRTech Start Modals */
.modal-backdrop{
    --bs-backdrop-opacity : 1;
    background: url('assets/img/pic-modal.webp') no-repeat center;
    background-size: cover;
}
#signup-modal {
	--bs-modal-width: 29rem !important;
	--bs-modal-border-color: transparent;
	--bs-modal-inner-border-radius: 1.5rem;
	--bs-modal-bg: transparent;
	--bs-modal-padding: 0.8rem 2.25rem 1.188rem 2.25rem;
	--signup-modal-top-top: -2.6785rem;
	--bs-modal-margin: 3.85rem;
    overflow: hidden;
}
#signup-modal .modal-content{
    bottom: calc(var(--signup-modal-top-top) / 2);
    background: #0000006e;
    border-radius: 1.5rem;
    box-shadow: 0px 2rem 3.5rem rgba(0, 0, 0, 0.3);
    border: 1px solid #17171763;
    transition: transform .3s ease-out ,backdrop-filter 1s;
}
#signup-modal .top {
	position: relative;
	left: 0;
	top: var(--signup-modal-top-top);
	width: 11rem;
	height: 11rem;
	box-shadow: -12px 0.875rem 2.375rem rgba(0, 0, 0, 0.58);
	border-radius: 2rem;
	border: 1px solid #EABB1F;
	border-top-color: #FDEEBA;
	border-right-color: #FDEEBA;
	transform: rotate(-45deg);
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	transition: background 0.7s;
}
#signup-modal .top img {
	width: 14.625rem;
	transform: rotate(45deg) translateZ(0);
	margin-right: 1rem;
	margin-top: -0.375rem;
	filter: drop-shadow(0 0.625rem 0.5625rem rgba(0, 0, 0, 0.20));
}
#signup-modal .header {
	font-size: 1.625rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 0;
	margin-top: .75rem;
	text-shadow: 0 0.5rem .5rem #00000030;
}
#signup-modal form {
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
    margin-top: 2.5rem;
}
#signup-modal form .input-box{
    position: relative;
}
#signup-modal form .input-box input {
	padding: 1.125rem 1.5rem;
	font-size: 1.1875rem;
	background: rgba(0, 0, 0, 0.30);
	border-color: transparent;
	border-radius: 0.5rem;
	color: var(--neutral-color-9);
	padding-right: 3.2rem;
	direction: rtl;
}
#signup-modal form .input-box input::placeholder{
    color: var(--neutral-color-8);
}
#signup-modal form .input-box img {
	position: absolute;
	top: calc( 50% - 2rem / 2 );
	width: 1.9rem;
	height: 2rem;
	right: 0.7rem;
}
#signup-modal form .tel img{
    width: 1.8rem;
}
#signup-modal form .btn-custom{
    z-index: 0;
    --bs-btn-padding-x: 0rem !important;
    --bs-btn-padding-y: 0rem !important;
    font-size: 1.1875rem;
    overflow: hidden;
    pointer-events: none;
}
#signup-modal form .btn-custom:before{
    border-radius: var(--radius-8);
}
#signup-modal form .btn-custom input {
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 1rem 1.125rem;
	position: relative;
	pointer-events: all;
	border: transparent;
	color: #080400;
}
#signup-modal form .form-text{
    margin: 0;
    color: #878787;
    text-align: center;
    line-height: var(--line-height-paraghraph);
    font-size: 0.77em;
}
#signup-modal .back-btn {
	position: absolute;
	top: 4%;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	gap: 0 0.55rem;
	right: 2%;
	color: var(--neutral-color-9);
	border: transparent;
	background: #00000069;
	border-radius: 0.25rem;
	padding: 0.25rem .5rem;
	backdrop-filter: blur(8px);
}
#signup-modal .back-btn svg {
	width: 1.6rem;
	height: 1.8rem;
}
#signup-modal .back-btn svg path {
	fill: var(--neutral-color-8);
}
/* FRTech End Modals */

/* FRTech Start Back To Top */

.frtech-back-to-top {
    position: fixed;
    bottom: 1.875rem;
    right: 1.875rem;
    width: 56px;
    height: 56px;
    background: linear-gradient(0deg , #E5B71E 0%, HSL(46.5, 25.7%, 58.6%) 100%);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.25rem .5rem rgba(0, 0, 0, 0.5);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px) scale(0.6);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.frtech-back-to-top.visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
}

.frtech-back-to-top:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 0.25rem 1.5625rem rgba(0, 0, 0, 0.77);
}

.frtech-back-to-top:active {
    transform: translateY(0) scale(0.95);
    transition: transform 0.1s ease;
}

.frtech-back-to-top:hover::after {
    transform: scale(1.4);
}
.frtech-back-to-top svg {
	width: 70%;
	height: 70%;
}
/* FRTech End Back To Top */

/* FRTech Start Single */
.single-frtech-navigation{
  position: sticky;
  z-index: 2;
  padding: 0;
  transition: transform .3s ease-in;
}
.single-portfolio{
    margin-top: -6.0625rem;
}
.single-portfolio .container{
    padding-top: calc(var(--bs-gutter-x) * 5);
}
.single-portfolio .single-title{
    font-size: 1.9rem !important;
}
.single-portfolio .all-contents .text-image{
    margin-bottom: 2rem;
    gap: 4rem;
    margin-top: 13rem;
    width: initial;
}
.single-portfolio .all-contents .text-image a {
	width: 50.001%;
	overflow: hidden;
	border-radius: 2rem;
	box-shadow: 0 1.25rem 4.375rem RGBA(255, 206, 49, 0.10);
}
.single-portfolio .all-contents .text-image .single-picture{
    width: 100%;
    object-fit: cover;
}
.single-portfolio .all-contents .top img{
    width: 68%;
}
.single-portfolio .service-boxes{
    margin-top: 3rem;
    gap: 7.25rem 4.25rem;
}
.single-portfolio .service-boxes .box{
    width: 18rem;
    border-radius: 1.5rem;
    padding-bottom: 1rem;
}
.single-portfolio .service-boxes .box .top{
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 1rem 1.5rem 1rem 3.25rem;
}
.single-portfolio .service-boxes .box .text{
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.single-portfolio .service-boxes .box .text .text-header{
    font-size: 1.500rem;
}
.single-portfolio .service-boxes .box .text .detail-text{
	line-height: 1.5;
	margin-top: 2.2rem;
	padding-top: 0;
	font-size: 1.438rem;
	text-align: center;
}
.single-portfolio .service-boxes .box .top img  {
	width: 55% !important;
}
.single-portfolio:before , .archive-page .frtech-about-us:before{
    background-size: cover !important;
}
/* FRTech End Single */

/* FRTech Start Not Found */
.frtech-not-found:before{
    background: linear-gradient(0deg, hsla(329.8, 100%, 61%, 0.34) 0%, hsla(329.8, 100%, 61%, 0) 40%, hsla(329.8, 100%, 61%, 0) 60%, hsla(329.8, 100%, 61%, 0.73) 100%) !important;
}
.frtech-not-found .en-error{
    direction: ltr;
}
.frtech-not-found .all-contents .top img{
    width: 60%;
}
.frtech-not-found .all-contents .text-image img{
    width: 31.5em;
}
/* FRTech End Not Found */

/* FRTech Start Archive Page */
.archive-page header{
    overflow: visible;
}
.archive-page header:before{
    background: transparent !important;
    filter: none;
}
.archive-page .frtech-navigation .nav-item a , .frtech-navigation .nav-item a{
    padding-right: 0;
}
.archive-page .frtech-about-us {
	margin-top: -6.1rem;
}
.archive-page .frtech-about-us .container {
	padding-top: calc(var(--bs-gutter-x) * 5.5);
}
.archive-page .frtech-about-us .all-contents{
    margin-top: 11rem;
    padding-bottom: 2rem;
}
.archive-page .after-title{
    width: 100%;
    text-align: center;
}
.archive-page .frtech-about-us .all-contents .text-image {
	width: initial;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 4rem;
	padding: 0 2rem;
	margin: 0;
}
.archive-page .breadcrumb {
	margin-top: 12.975rem;
	width: 100%;
	justify-content: center;
}
.archive-page .box{
    height: 36rem;
    width: 22rem;
}
.archive-page .box-landing .image {
	display: flex;
	justify-content: center;
	align-items: center;
}
.archive-page .box-landing .image .content , .archive-page .box-landing .image .content img , 
.archive-page .box .image .content img{
	width: 100%;
}
.archive-page .all-contents .text-image .text{
    margin: 0;
}
/* FRTech End Archive Page */































