/*
Theme Name:         UNCADR
Theme URI:          https://UNCADR.om
Description:        آنکادر
Version:            2.0
Text Domain:        U N C A D R
*/
/* [ Fonts ] */

@font-face { 
    font-family: 'uncadr';
    src: url('fonts/uncadr.woff') format('woff-variations'),
    /* will be the standard and works in Safari now */
    url('fonts/uncadr.woff') format('woff');
    /* for the other supporting browsers */
    font-display: fallback;
}
.vf-wght {
    font-variation-settings: "wght" 100
}
.vf-slnt {
    font-variation-settings: "slnt" 8
}
.vf-wdth {
    font-variation-settings: "wdth" 75
}
.vf-full {
    font-variation-settings: "wght" 900, "wdth" 75, "slnt" 8
}
/* [ Basic Settings ] */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;outline:none}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block}ol, ul,li{list-style:none}blockquote, q{quotes:none}blockquote:before, blockquote:after, q:before, q:after{content:'';content:none}strong{font-weight:bold;}input{outline:none; }table{border-collapse:collapse;border-spacing:0;}*, *:before, *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}A{text-decoration:none}IMG, A IMG{border:0}.clear{clear:both}.clear:before, .container:after{content:"";display:table}.clear_none{display:none}.block{display:block}.inline-block{display:inline-block}.left{float:left}.right{float:right}
/* [ SLIDER ] */
.owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-stage-outer{ position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-item,.owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-item{min-height:1px;float:right;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-item img{display:block;width:100%}.owl-dots.disabled,.owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-dot,.owl-nav .owl-next,.owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-nav button,.owl-nav button,button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.animated{animation-duration:1s;animation-fill-mode:both}.owl-animated-in{z-index:0}.owl-animated-out{z-index:1}.fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-item img.owl-lazy{transform-style:preserve-3d}.owl-video-wrapper{position:relative;height:100%;background:#000}.owl-video-plaP-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-video-plaP-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-video-playing .owl-video-plaP-icon,.owl-video-playing .owl-video-tn{display:none}.owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-video-frame{position:relative;z-index:1;height:100%;width:100%}object{pointer-events:none}
.owl-rtl{
	position:relative;
    overflow: initial;
}
.owl-nav button{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -40px;
    background: #fdfdfd;
    border-radius: 34%;
    font-size: 30px;
    line-height: 0;
    color: #38414f;
    transition: 0.1s;
}
.owl-nav button.owl-prev{
	right:-50px;
}
.owl-nav button.owl-next{
	left:-50px;
}
.owl-nav button:hover{
	background:#C30A0C;
    color: #fff;
}
.owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
button.owl-dot {
    display: inline-block;
    width: 40px;
    height: 10px;
    background: #fff;
    cursor: pointer;
    transition: .2s;
    margin: 0 5px;
}
.owl-nav button span{
    font-family: math;
}
.space1{
    height: 100px;
}
.space2{
    height: 50px;
}
/* [ THEME ] */
body{
	font:400 17px uncadr;
	text-align:center;
	direction:rtl;
	cursor:default;
    background: #fff;
    color: #000;
    --color-primary: #000;
    --color-secoudary: #FBC001;
}
h1{
    font-size: xx-large;
    font-weight: bold;
}
h2{
    font-size: x-large;
    font-weight: bold;
}
h3{
    font-size: large;
    font-weight: bold;
}
h4{
    font-size: medium;
    font-weight: bold;
}
h5{
    font-size: larger;
    font-weight: bold;
}
h6{
    font-size: small;
    font-weight: bold;
}
a{
    color: #000;
    transition: 0.1s;
}
b{
    font-weight: 500;
}
stronge{
    font-weight: 700;
}
.d1000{
	width:1500px;
	margin:0 auto;
}
.d100{
	min-width:1200px;
}
.d80{
    width: 90%;
    margin: 0 auto;
	min-width:1200px;
    border-radius: 20px;
}
@media (max-width:1400px){
	.d100, .d80{
		width:100%;
		min-width:100%;
        border-radius: 0;
	}
	.d1000{
		width:98%;
	}
}
.mb75{
    margin-bottom: 75px;
}
.flex {
    display: flex;
    align-items: center;
    gap:10px;
}
.relative{
    position: relative;
}
.button{
    background: #000;
    padding: 8px 20px;
    color: #fff;
    border: 1px solid #000;
}
.button.button-white{
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.button.button-yellow{
    background: var(--color-secoudary);
    color: #000;
    border: 1px solid #000;
}
.button:hover{
    background:var(--color-secoudary);
    color: #000;
}
.button.button-yellow:hover{
    background:#fff;
}
.bg-white{
    background: #fff;
}
.bg-dark{
    background: #000;
}
.bg-light{
    background: #F4F4F4;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.p-1{
    padding: 5px;
}
.p-2{
    padding: 10px;
}
.p-3{
    padding: 15px;
}
.p-4{
    padding: 20px;
}
.p-5{
    padding: 30px;
}
.p-6{
    padding: 30px;
}
.p-7{
    padding: 100px 50px;
}
.pt-1{
    padding-top: 5px;
}
.pt-2{
    padding-top: 10px;
}
.pt-3{
    padding-top: 15px;
}
.pt-4{
    padding-top: 20px;
}
.pt-5{
    padding-top: 30px;
}
.pb-1{
    padding-bottom: 5px;
}
.pb-2{
    padding-bottom: 10px;
}
.pb-3{
    padding-bottom: 15px;
}
.pb-4{
    padding-bottom: 20px;
}
.pb -5{
    padding-bottom: 30px;
}
/* [ HEADER ] */
body > header{
    border-bottom: 1px solid #000;
    padding: 20px;
    position: fixed;
    top: 0; 
    width: 100%;
    transition: 0.3s;
    z-index: 999;
    background: rgba(255, 255, 255, 0.6); /* نیمه شفاف برای شیشه‌ای */
    backdrop-filter: blur(10px); /* افکت شیشه‌ای */
    -webkit-backdrop-filter: blur(10px); /* پشتیبانی سافاری */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

header.show {
    padding: 10px 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    
}
body > header .d1000{
    justify-content: space-between;
}
body > header .tel span{
    margin-right: 5px;
}
body > header .tel:hover span{
    color:#000;
}
body > main{
    margin-top: 120px;
     position: relative;
  z-index: 1;
    background: #fff;
}
.headerlogo{
    line-height: 0;
}
.navbar{
    margin-right: auto;
}
.menu{
    gap:10px;
    margin-right: auto;
    position: relative;
}
.menu > li{
    padding:10px;
    position: relative;
}

.menu li a {
    text-decoration: none;
    color: #333;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.arrow {
    font-size: 10px;
    transition: transform 0.3s ease;
        margin-right: 10px;
}

.submenu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #000;
    list-style: none;
    min-width: 150px;
    z-index: 10;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease;
    color: #fff;
    padding: 10px;
}
.submenu li a {
    padding: 8px 12px;
    white-space: nowrap;
    color: #fff;
}

.menu li:hover > .submenu {
    max-height: 500px;
    opacity: 1;
}

.menu li:hover > a .arrow {
    transform: rotate(-90deg);
}

/* موبایل */
.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}
/* [ FOOTER ] */
body > footer{
    background: #000;
    color: #fff;
      position: sticky;
  bottom: 0;
  z-index: 0;
}
body > footer > .d1000{
    padding: 50px;
}
body > footer a{
    color: #fff;
}
.hero{
    margin: 2rem 0;
}
.heroLinks{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20%;
}
.heroLinks a{
    margin: 5px;
}
.hero video{
    width: 100%;
    filter: grayscale(1);
}
.bigTitle{
    padding: 30px 0;
    line-height: 2;
}
.bigTitle h2{
    font-size: 40px;
    margin-bottom: 10px;
}
.bigTitle span{
    font-weight: 600;
}
.bigTitle p{
    line-height: 1.5;
}
.boxes{
    margin: 30px auto;
    gap:4%;
    align-items: flex-start;
    justify-content: center;
}
.boxes-3 .box{
    width: 32%;
}
.box img{
    height: auto;
    width: 100%;
}
.box h3{
    font-size: 25px;
    line-height: 3;
}
.moreLink{
    justify-content: center;
}
.brandsindex .text{
    width: 30%;
}
.brandsindex .logo{
    margin-right: auto;
    width: 70%;
}

.swiper {
  width: 100%;
  padding: 20px 0;
}

.swiper-wrapper {
  align-items: center;
}
.swiper-button-next, .swiper-button-prev {
    color: #000 !important;
}
.logo-swiper {
  width: 100%;
  padding: 20px 0;
}
.logo-swiper .swiper-slide img {
  filter: grayscale(100%);
  transition: 0.3s;
}

.logo-swiper .swiper-slide img:hover {
  filter: none;
  transform: scale(1.05);
}
.review-swiper .swiper-slide {
  text-align: right;
  font-size: 18px;
    border: 1px solid #000;
    padding: 45px;
}
.review-swiper p{
    margin: 20px 0;
}
.review-swiper .costumer{
    font-size: 14px;
    align-items: flex-end;
}
.review-swiper .costumer .right span{
    display: block;
}
.review-swiper .costumer a{
    margin-right: auto;
}
.review-swiper .costumer img{
    border-radius: 50%;
}
.review-swiper .swiper-slide img {
    filter: grayscale(100%);
    transition: 0.3s;
}
.review-swiper .swiper-slide:hover img {
    filter: grayscale(0);
}
.callus {
    justify-content:center;
    gap:10%;
}
.callus > div {
    width: 40%;
}
.callus h4{
    font-size: 40px;
    line-height: 3;
}
.blog-swiper{
    line-height: 2;
    text-align: right;
    font-size: 14px;
}
.blog-swiper img {
    display: block;
    max-width: 100%;
    height: auto;
    aspect-ratio: 5 / 3;
    filter: grayscale(1);
    margin-bottom: 20px;
    transition: 0.1s;
}
.blog-swiper .swiper-slide:hover img {
    filter: grayscale(0);
}
.blog-swiper h3{
    font-size: 20px;
}
.blog-swiper a:hover{
    text-decoration: underline;
}
.blog-swiper span{
    text-align: left;
    color: #aaa;
    display: block;
}
.faq-container {
    margin: auto;
    text-align: right;  
}
.faq-item {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #000;
    cursor: pointer;
    padding: 15px;
    position: relative;
    transition: background 0.3s;
}
.faq-item:hover {
    background: #f9f9f9;
}
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
}
.faq-question span {
    flex: 1;
}
.faq-arrow {
    transition: transform 0.3s ease;
    font-size: 16px;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding-right: 5px;
    transition: max-height 0.4s ease, padding 0.4s ease;
}
.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 10px 5px;
}
.faq-item.active .faq-arrow {
    transform: rotate(-90deg);
}
.castbox {
    align-items: stretch; 
    gap:50px;
}
.castbox img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}
.castbox main{
    padding: 30px;
    line-height: 2;
}
.castbox main h3{
    font-size: 30px;
}
.castbox main A:hover{
    text-decoration: underline;
}
.castbox .podcast{
    width: 30%;
    background: #fff;
    text-align: right;
}
.castbox .videocast{
    width: 70%;
    background: #fff;
    text-align: right;
}
.brandsindex {
    gap:50px;
    text-align: right;
}
.brandsindex svg{
    max-height: 80px;
}

.portfoliobox .port {
    text-align: right;
    align-items: flex-start;
    line-height: 2;
    padding: 10px 0; 
    justify-content: space-between;
    border-bottom: 1px solid #000;
    overflow: hidden;
    max-height: 110px;
    transition: max-height 0.5s ease, padding 0.3s ease;
}

.portfoliobox .port:first-child {
    border-top: 1px solid #000;
}

.portfoliobox .port:hover {
    max-height: 500px;
    padding: 30px 0; 
}
.portfoliobox .port h3{
    font-size: 30px;
}
.portfoliobox .port .tagsbox{
    margin: 10px 0;
}
.portfoliobox .port .tagsbox a{
    background: #f5f5f5;
    padding: 5px 10px;
}
.footerMain{
    border-bottom: 1px solid #fff;
    align-items: baseline;
    padding: 50px 0;
    justify-content: space-around;
    text-align: right;
    line-height: 2;
}
.footerMain .logo img{
    filter: invert();
}
.footerMain .link{
    gap:40px;
    align-items: flex-start;
}
.footerMain ul li a{
    font-weight: 200;
    font-size: 14px;
}
.footerMain ul li.main a{
    font-weight: 500;
    font-size: 14px;
}
.footerMain .newsletter{
    width: 40%;
}
.footerMain .newsletter p{
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
}
.footerMain .newsletter form{
    margin: 10px 0;
}
.footerMain .newsletter input{
    width: 100%;
    background: #000;
    border: 1px solid #fff;
    padding: 5px 10px;
}
.footerSub{
    font-size: 15px;
    font-weight: 200;
    margin: 20px 0;
}
.footerSub a{
    border-bottom: 1px solid #ddd;
}
.footerSub .social{
    margin-right: auto;
    gap: 20px;
    direction: ltr;
}
footer .social svg{
    filter: invert(1);
}
footer .social a{
    border-bottom: none;
}