@font-face {
  font-family: 'tarabya';
	src: url('../fonts/pcap.otf');
  
  
}
.tarabya{font-family: 'tarabya';
letter-spacing:3px;
}

.work-area [dir=rtl] {
    direction: rtl
}

.work-area .works-wrapper {
    display: grid;
    gap: 10px
}

.work-slider-active .swiper-slide {
    width: auto
}

.work-slider-active .swiper-wrapper {
    transition-timing-function: linear
}

.work-box {
    position: relative;
    max-width: 880px
}

@media only screen and (max-width: 1919px) {
    .work-box {
        max-width:780px
    }
}

@media only screen and (max-width: 1399px) {
    .work-box {
        max-width:680px
    }
}

@media only screen and (max-width: 1199px) {
    .work-box {
        max-width:580px
    }
}

@media only screen and (max-width: 991px) {
    .work-box {
        max-width:480px
    }
}

@media only screen and (max-width: 767px) {
    .work-box {
        max-width:380px
    }
}

.work-box:hover .content {
    opacity: 1;
    visibility: visible
}

.work-box .content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background-color: rgba(255,255,255,.9);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 45px 45px 50px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    direction: ltr
}

.work-box .icon {
    position: absolute;
    inset-inline-end: 45px;
    top: 45px
}

.work-box .title {
    font-size: 30px;
    text-transform: uppercase;
    color: var(--black)
}

.work-box .meta {
    font-size: 14px;
    display: inline-block;
    margin-top: 8px;
    color: var(--black-2)
}
.clients-area {
    background-color: var(--black)
}

.dark .clients-area {
    background-color: #1b1b1b
}

.clients-area-inner {
    padding: 55px 0;
    position: relative;
    padding-inline-start:120px;margin-inline-end:calc((100vw - var(--container-max-widths))/-2)}

@media only screen and (max-width: 1399px) {
    .clients-area-inner {
        padding:35px 0;
        padding-inline-start:80px}
}

@media only screen and (max-width: 991px) {
    .clients-area-inner {
        padding-inline-start:0;
        margin-inline-end:0}
}

.clients-area-inner .shape-1 {
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 0;
    inset-inline-end: 100%;
    height: 100%;
    overflow: hidden
}

@media only screen and (max-width: 991px) {
    .clients-area-inner .shape-1 {
        display:none
    }
}

.clients-area-inner .shape-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.dir-rtl .clients-area-inner .shape-1 img {
    transform: rotateY(180deg)
}

.client-slider-active .swiper-slide {
    width: auto
}

.client-slider .swiper-wrapper {
    transition-timing-function: linear
}

.client-box img {
    opacity: .4
}
.clients-area-inner .swiper-wrapper .client-box img:hover {
    opacity:1;
	transform: scale(1.1);
}











.text-slider1 {
    padding-top: 5px
}

@media only screen and (max-width: 1919px) {
    .text-slider1 {
        padding-top:4px
    }
}

@media only screen and (max-width: 1399px) {
    .text-slider1 {
        padding-top:3px
    }
}

@media only screen and (max-width: 1199px) {
    .text-slider1 {
        padding-top:2px
    }
}

.text-slider1 .swiper-wrapper {
    transition-timing-function: linear
}

.text-slider1-item .title {
    font-size: 190px;
    font-weight: 500;
    line-height: 1.1
}

@media only screen and (max-width: 1919px) {
    .text-slider1-item .title {
        font-size:140px;
		text-transform:none;
    }
}

@media only screen and (max-width: 1399px) {
    .text-slider1-item .title {
        font-size:100px
    }
}

@media only screen and (max-width: 1199px) {
    .text-slider1-item .title {
        font-size:90px
    }
}

@media only screen and (max-width: 991px) {
    .text-slider1-item .title {
        font-size:75px
    }
}

@media only screen and (max-width: 767px) {
    .text-slider1-item .title {
        font-size:45px
    }
}

@media(max-width: 575px) {
    .text-slider1-item .title {
        font-size:35px
    }
}

.text-slider1-item .title span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    -webkit-text-stroke: 1px
}




.blog-img-leftmove img {
    transform: scale(1.1);
    transition: all .5s
}

.blog-img-leftmove:hover img {
    transform: scale(1.1) translateX(4%)
}

.blog-img-zoom {
    overflow: hidden
}

.blog-img-zoom img {
    transform: scale(1);
    transition: all 1s
}

.blog-img-zoom:hover img {
    transform: scale(1.1)
}

.blog-area .section-header {
    display: grid;
    gap: 10px 60px;
    grid-template-columns: auto auto;
    justify-content: space-between
}

.blog-area .section-header .section-title {
    max-width: 540px
}

.blog-area .section-header .text {
    max-width: 410px
}

.blog-area .section-header .btn-wrapper {
    margin-top: 28px
}

.blog-area .blogs-wrapper-box {
    margin-top: 55px
}

.blog-area .blogs-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width: 991px) {
    .blog-area .blogs-wrapper {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media only screen and (max-width: 767px) {
    .blog-area .blogs-wrapper {
        grid-template-columns:repeat(1, 1fr)
    }
}

.blog {
    padding: 43px 45px 42px;
    background-color: var(--black);
    transition: all .5s;
    overflow: hidden
}

.dark .blog {
    background-color: #1b1b1b
}

@media only screen and (max-width: 1399px) {
    .blog {
        padding:33px 35px 32px
    }
}

@media only screen and (max-width: 1199px) {
    .blog {
        padding:28px 25px 26px
    }
}

.blog:hover {
    background-color: var(--theme)
}

.blog:hover .thumb img {
    transform: scale(1.1)
}

.blog:hover .title {
    color: var(--black)
}

.blog:hover .text {
    color: var(--black)
}

.blog:hover .name {
    color: var(--black)
}

.blog:hover .meta {
    color: var(--black-2)
}

.blog .title {
    font-size: 36px;
    line-height: .88;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    transition: all .5s
}

@media only screen and (max-width: 1399px) {
    .blog .title {
        font-size:28px
    }
}

@media only screen and (max-width: 1199px) {
    .blog .title {
        font-size:24px
    }
}

.blog .thumb {
    margin-top: 38px;
    margin-inline-end:-45px;overflow: hidden
}

@media only screen and (max-width: 1199px) {
    .blog .thumb {
        margin-top:28px
    }
}

.blog .thumb img {
    width: 100%;
    transition: all .5s
}

.blog .text {
    margin-top: 20px;
    color: var(--white-2);
    transition: all .5s
}

.blog .name {
    font-size: 24px;
    color: var(--white);
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
    transition: all .5s;
	font-family:'tarabya';
}


@media only screen and (max-width: 1199px) {
    .blog .name {
        font-size:20px
    }
}

.blog .meta {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--font_teko);
    display: inline-block;
    margin-top: 8px;
    transition: all .5s
}



.cta-area {
    position: relative;
    z-index: 1
}

.cta-area .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1
}

.cta-area .bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(18,18,18,.5);
    top: 0;
    inset-inline-start: 0;
    z-index: 1
}

.cta-area .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cta-area .section-title {
    max-width: 640px;
    margin-inline:auto;color: var(--white)
}

.cta-area .section-header {
    text-align: center
}

.cta-area .section-header .section-subtitle {
    color: var(--white)
}

.cta-area .section-header .title-wrapper {
    margin-top: 100px
}

.cta-area .section-header .text {
    max-width: 550px;
    margin-inline:auto;color: var(--white)
}

.cta-area .section-header .text-wrapper {
    margin-top: 24px
}

.cta-area .section-header .btn-wrapper {
    margin-top: 43px
}

@media only screen and (max-width: 1199px) {
    .cta-area .section-header .btn-wrapper {
        margin-top:33px
    }
}

.cta-area .section-header .wc-btn-primary {
    border-color: var(--white);
    color: var(--white)
}

.cta-area .section-header .wc-btn-primary:hover {
    background-color: var(--white);
    border-color: rgba(0,0,0,0);
    color: var(--black)
}



.team-area .section-title {
    max-width: 630px
}

.team-area .section-header {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: 1fr auto;
    align-items: center
}

@media only screen and (max-width: 991px) {
    .team-area .section-header {
        grid-template-columns:1fr
    }
}

.team-area .section-header .text {
    max-width: 420px
}

.team-area .team-wrapper-box {
    margin-top: 63px
}

@media only screen and (max-width: 1399px) {
    .team-area .team-wrapper-box {
        margin-top:53px
    }
}

@media only screen and (max-width: 1199px) {
    .team-area .team-wrapper-box {
        margin-top:43px
    }
}

.team-area .team-wrapper {
    display: grid;
    gap: 40px 30px;
    grid-template-columns: repeat(4, 1fr)
}

@media only screen and (max-width: 1399px) {
    .team-area .team-wrapper {
        gap:40px 30px
    }
}

@media only screen and (max-width: 991px) {
    .team-area .team-wrapper {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media only screen and (max-width: 767px) {
    .team-area .team-wrapper {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media(max-width: 575px) {
    .team-area .team-wrapper {
        grid-template-columns:repeat(1, 1fr)
    }
}

.team-box .thumb img {
    width: 100%
}

.team-box .title {
    font-size: 24px;
    line-height: 1
}

@media only screen and (max-width: 1199px) {
    .team-box .title {
        font-size:20px
    }
}

.team-box .text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 7px
}

@media only screen and (max-width: 1199px) {
    .team-box .text {
        margin-top:3px
    }
}

.team-box .content {
    margin-top: 37px
}

@media only screen and (max-width: 1399px) {
    .team-box .content {
        margin-top:27px
    }
}


.team-details-area-inner {
    padding-top: 217px
}

@media only screen and (max-width: 1919px) {
    .team-details-area-inner {
        padding-top:147px
    }
}

@media only screen and (max-width: 1199px) {
    .team-details-area-inner {
        padding-top:127px
    }
}

@media only screen and (max-width: 991px) {
    .team-details-area-inner {
        padding-top:127px
    }
}

.team-details-area .team-thumb {
    display: inline-block;
    position: relative;
    padding-top: 60px;
    padding-inline-start:150px;z-index: 1;
    max-width: 605px
}

@media only screen and (max-width: 767px) {
    .team-details-area .team-thumb {
        padding-inline-start:130px
    }
}

@media(max-width: 575px) {
    .team-details-area .team-thumb {
        padding-inline-start:0px;
        padding-top: 0
    }
}

.dir-rtl .team-details-area .team-thumb .main-image {
    transform: rotateY(180deg)
}

.team-details-area .team-thumb .shape-1 {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    z-index: -1;
    width: 62%
}

.dir-rtl .team-details-area .team-thumb .shape-1 {
    transform: rotateY(180deg)
}

@media(max-width: 575px) {
    .team-details-area .team-thumb .shape-1 {
        display:none
    }
}

.team-details-area .content-last {
    padding-top: 60px
}

@media only screen and (max-width: 991px) {
    .team-details-area .content-last {
        padding-top:0
    }
}

.team-details-area .section-content {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: auto 1fr
}

@media only screen and (max-width: 1199px) {
    .team-details-area .section-content {
        grid-template-columns:500px 1fr
    }
}

@media only screen and (max-width: 991px) {
    .team-details-area .section-content {
        grid-template-columns:1fr
    }
}

.team-details-area .section-content .section-subtitle {
    font-size: 24px;
    line-height: 1;
    display: inline-block
}

.team-details-area .section-content .subtitle-wrapper {
    margin-top: 26px
}

.team-details-area .section-content .text-wrapper {
    margin-top: 36px;
    margin-bottom: 8px
}

.team-details-area .section-content .text-wrapper .text:not(:first-child) {
    margin-top: 25px
}

.team-details-area .section-content .meta-wrapper {
    margin-top: 40px
}

.team-details-area .section-content .meta-wrapper .title {
    font-size: 18px;
    color: var(--primary);
    margin-bottom: 22px;
    display: inline-block
}

.team-details-area .section-content .portfolio-list {
    display: flex;
    gap: 10px
}

.team-details-area .section-content .portfolio-list a {
    font-size: 14px;
    padding: 7px 14px;
    border: 1px solid var(--border);
    border-radius: 30px;
    display: inline-block
}

.team-details-area .section-content .social-links {
    display: flex;
    gap: 20px
}

.team-details-area .section-content .social-links a {
    color: var(--secondary)
}

.team-details-area .section-content .social-links a:hover {
    color: var(--primary)
}



.hero-area .contact-box {
    padding: 85px 30px 40px;
    background-color: var(--black);
    position: relative;
    z-index: 1
}

.dark .hero-area .contact-box {
    background-color: #171717
}

.hero-area .contact-box .title {
    font-size: 18px;
    color: var(--white-2);
    line-height: 1;
    display: inline-block
}

.hero-area .contact-box .link {
    font-size: 24px;
    line-height: 1;
    margin-top: 12px;
    color: var(--white)
}

.hero-area .contact-box .shape-1 {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    z-index: -1
}

.hero-area .section-content {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: 1fr 960px
}

@media only screen and (max-width: 1919px) {
    .hero-area .section-content {
        grid-template-columns:1fr 840px
    }
}

@media only screen and (max-width: 1399px) {
    .hero-area .section-content {
        grid-template-columns:1fr 760px
    }
}

@media only screen and (max-width: 1199px) {
    .hero-area .section-content {
        grid-template-columns:1fr 580px
    }
}

@media only screen and (max-width: 991px) {
    .hero-area .section-content {
        grid-template-columns:1fr
    }
}

.hero-area .content-last {
    display: grid;
    gap: 30px;
    grid-template-columns: 300px 1fr;
    align-items: flex-end
}

@media only screen and (max-width: 1199px) {
    .hero-area .content-last {
        grid-template-columns:260px 1fr
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .content-last {
        gap:15px
    }
}

@media(max-width: 575px) {
    .hero-area .content-last {
        grid-template-columns:1fr
    }
}

.hero-area .content-last .col-first {
    display: grid;
    gap: 30px
}

@media only screen and (max-width: 767px) {
    .hero-area .content-last .col-first {
        gap:15px
    }
}

.hero-area .content-last .col-second {
    display: grid;
    gap: 30px
}

@media only screen and (max-width: 767px) {
    .hero-area .content-last .col-second {
        gap:15px
    }
}

.contact-area .section-title {
    max-width: 850px
}

.contact-area .section-header {
    display: grid;
    gap: 20px 60px;
    grid-template-columns: 1fr auto
}

@media only screen and (max-width: 991px) {
    .contact-area .section-header {
        grid-template-columns:1fr
    }
}

.contact-area .section-header .text {
    max-width: 300px
}

.contact-area .contact-formwrap {
    display: grid;
    gap: 50px 30px;
    grid-template-columns: repeat(2, 1fr)
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-formwrap {
        grid-template-columns:repeat(1, 1fr);
        gap: 10px 30px
    }
}

.contact-area .contact-formwrap .messages {
    grid-column: span 2
}

@media only screen and (max-width: 767px) {
    .contact-area .contact-formwrap .messages {
        grid-column:auto
    }
}

.contact-area .contact-formfield input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid var(--border);
    outline: none;
    background-color: rgba(0,0,0,0);
    transition: all .5s
}

.contact-area .contact-formfield input:focus {
    border-color: var(--primary)
}

.contact-area .submit-btn {
    margin-top: 60px
}

@media only screen and (max-width: 767px) {
    .contact-area .submit-btn {
        margin-top:20px
    }
}

.contact-area .section-content {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: 1fr 740px;
    margin-top: 112px
}

@media only screen and (max-width: 1919px) {
    .contact-area .section-content {
        margin-top:72px
    }
}

@media only screen and (max-width: 1399px) {
    .contact-area .section-content {
        grid-template-columns:1fr 640px
    }
}

@media only screen and (max-width: 1199px) {
    .contact-area .section-content {
        grid-template-columns:1fr 600px;
        margin-top: 42px
    }
}

@media only screen and (max-width: 991px) {
    .contact-area .section-content {
        grid-template-columns:1fr
    }
}

.contact-area .info-box .text {
    font-size: 26px;
    line-height: 1.25;
    font-weight: 500;
    color: var(--primary);
    max-width: 360px
}

.contact-area .contact-list {
    margin-top: 26px
}

.contact-area .contact-list li {
    font-size: 18px;
    line-height: 24px
}

.contact-area .contact-list li:not(:first-child) {
    margin-top: 15px
}

.contact-area .contact-list li a {
    text-decoration: underline;
    text-underline-offset: 2px
}

.x-area {

    .section-header {
        text-align: center;
		margin-top:30px;
		margin-bottom:5px;

        .text {
            font-size: 36px;
			font-weight:bold;
			color:#000;
        }
    }
	}


@media only screen and (max-width: 767px) {
    .header-area .header-area__inner .header__logo {
        display:block;
    }
}
@media only screen and (min-width: 768px) {
    .header-area .header-area__inner .header__logo {
        display:none;
    }
}

.has-noisy img{
	 width: 100vw;
      height: 100vh;
      object-fit: cover;
}







.language-selector {
  position: fixed;
  bottom: 70px;
  right: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  z-index: 9999;
  width: 150px;
}

.selected-language {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
}

.selected-language img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.language-options {
  display: none;
  margin-top: 8px;
  flex-direction: column;
}

.language-options a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding: 4px 5px;
  border-radius: 4px;
  transition: background-color 0.2s;
}

.language-options a:hover {
  background-color: #f0f0f0;
}

.language-options img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

