@font-face {
    font-family: 'code_nextbook';
    src: url('../fonts/codnext/codenext-book-webfont.woff2') format('woff2'),
         url('../fonts/codnext/codenext-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'code_nextbookcode_nextbook';
    src: url('../fonts/codnext/codenext-bold-webfont.woff2') format('woff2'),
         url('../fonts/codnext/codenext-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'code_nextblack';
    src: url('../fonts/codnext/codenext-black-webfont.woff2') format('woff2'),
         url('../fonts/codnext/codenext-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nvrfnshddisplay_italic';
    src: url('../fonts/nvrfnshd/nvrfnshd-displayitalic-webfont.woff2') format('woff2'),
         url('../fonts/nvrfnshd/nvrfnshd-displayitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nvrfnshdregular';
    src: url('../fonts/nvrfnshd/nvrfnshd-regular-webfont.woff2') format('woff2'),
         url('../fonts/nvrfnshd/nvrfnshd-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*=============================
  Variable CSS
===============================*/
:root {
    --body-font-family: "code_nextbook", Helvetica, Arial, sans-serif;
    --heading-font-family: "code_nextbookcode_nextbook", Helvetica, Arial, sans-serif;
    --heading2-font-family: "Baskervville", Helvetica, Arial, sans-serif;
    --transparent-color:transparent;
    --primary-color:#e42b16;
    --secondary-color: #3eb397;
    --body-font-color: #FFF;
    --heading-font-color: #1b1d21;
    --paragraph-color: #676767;
    --placeholder-color: #676767;
    --menu-color:#B5B5B5;
    --section-background: #f9fbff;
    --section-background-two: #eef7ff;
    --section-background-three: #f4f4f4;
    --section-background-four: #fafafa;
    --body-font-size: 16px;
    --heading1-font-size:35px;
    --heading2-font-size:32px;
    --heading3-font-size:28px;
    --heading4-font-size:24px;
    --heading5-font-size:21px;
    --heading6font-size:18px;
    --p1-font-size: 18px;
    --p2-font-size: 16px;
    --p3-font-size: 14px;
    --body-font-weight: 400;
    --body-font-bold:600;
    --body-font-bolder: 700;
    --font-light:300;
    --line-height-p1:26px;
    --line-height-p2:24px;
    --line-height:1.2;
    --ghost-white: #f7fbff;
    --quote-color: #dcdfe5;
    --quote-color-two: #e5e5e5;
    --blog-meta-color: #6a6a6a;
    --lily-white: #e8faff;
    --widget-border-color: #d6d6d6;
    --widget-border-color-two: #efefef;
    --widget-border-color-three:#E5E5E5;
    --widget-border-color-four:#666666;
    --contact-border-color: #c8c8c8;
    ---border30-radius:30px;
    ---border20-radius:20px;
    ---border10-radius:10px;
    ---border5-radius:5px;
    --bright-turquoise: #17c7f8;
    --blue: #1c9cea;
    --blue-two: #4378e1;
    --blue-three: #14b9e9;
    --navy-blue: #082da3;
    --violets-blue: #816ef6;
    --zircon: #f4f7ff;
    --indigo: #6610f2;
    --purple: #b12aff;
    --purple-two: #e056fd;
    --magnolia: #fbf5ff;
    --pink: #ff0099;
    --red: #f9185d;
    --red-two: #ef162f;
    --blush: #fff7f9;
    --orange: #fb491a;
    --orange-two: #ff4d24;
    --sauvignon: #fff8f6;
    --yellow: #fabf1f;
    --yellow-two: #ecb40b;
    --yellow-three: #e1ab43;
    --yellow-four: #e29104;
    --island-spice: #fffaec;
    --green: #07e09b;
    --green-two: #22d361;
    --clear: #effffa;
    --teal: #20c997;
    --brown:#AF144B;
    --bubbles: #eafffb;
    --cyan: #f5f8ff;
    --white: #ffffff;
    --black: #1b1d21;
    --black-two: #010102;
    --black-three: #2D2D2D;
    --rich-black: #071022;
    --gray: #dcdcdc;
    --gray-two: #ebf2ff;
    --gray-three: #d7d7d7;
    --gray-four: #f6f9ff;
    --gray-five: #c2c2c2;
    --gray-six: #f8f8f8;
    --gray-seven: #e1e1e1;
    --gray-eight: #646464;
    --gray-nine: #9f9f9f;
    --facebook: #1877f2;
    --twitter: #1c9cea;
    --instagram: #833ab4;
    --linkedin: #0077b5;
    --pinterest: #e60023;
    --youtube: #c4302b;
    --skype: #00aff0;
    --scale: scale(1.05);

    --marquee-width: 100%;
    --marquee-height: 120px;
    --marquee-elements-displayed: 6;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 20s);
}

* {
    margin:0;
    padding:0;
}
body {
    width: 100%;
    height: 100%;
    font-family: var(--body-font-family);
    margin:0 auto;
    font-weight:var(--body-font-weight);
    color:var(--primary-color);
    background:#2b2b2b;

    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    text-rendering:optimizeLegibility;
    background:var(--white);
    overflow-x: hidden;
    position: relative;
}
html {
  width: 100%;
  height: 100%;
}
a {
  text-decoration:none;
  outline:none;
  color: #5c727d;
}
a:hover {
  text-decoration: none;
}
a img {
  border: 0px none;
}
a:hover {
  outline: none;
}
a:active {
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0px;
  text-decoration: none;
/*  color:#fff;*/
}
.clear {
  clear:both;
  overflow:hidden;
  height:0px;
  font-size:0px;
}
.clear_l {
  clear:both;
}
ul, ol {
  padding:0px;
  margin:0px;
  list-style:none;
}
input:focus, select:focus, textarea:focus, button:focus {
  outline:none;
  box-shadow:none;
}
h1, h2, h3, h4, h5, h6, p {
  margin:0px;
  padding:0px;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--heading-font-family);
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
article, section, footer, header, figure, aside, hgroup, nav {
  display:block;
}
header, nav, article, footer, section, aside, figure, figcaption {
  display:block
}
.btn,
.btn:focus,
button {
  outline: none;
  border: none;
  box-shadow: none;
}
a:hover, .btn:hover{
  -moz-transition: 0.4s all;
  -o-transition: 0.4s all;
  -webkit-transition: 0.4s all;
  transition: 0.4s all; 
}
select,
select:focus,
input:focus,
.btn:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow:none;
  outline:none;
  border-top-color: none;
  border-right-color: none;
  border-left-color: none;
}
.noPadding{
  padding:0;
}
.page-item.active .page-link {
    background-color: #567c32;
    border-color: #567c32;
}
/* :: 6.0 Buttons CSS */
.btn:focus {
  box-shadow: none;
}
embed, iframe, object {
    max-width: 100%;
}
input:focus, textarea:focus, .form-control:focus {
    outline: none;
    box-shadow: 0 5px 20px rgb(95 99 242 / 10%);
}

/**** Margin Section ***/

.mt-100 {
    margin-top: 100px;
}
.mt-15{
    margin-top:6rem;
}
.pt-30{
  padding-top: 30px;
}
.pt-60{
  padding-top: 60px;
}
.pt-80{
  padding-top: 80px;
}
.pb-30{
  padding-bottom: 30px;
}
.pb-60{
  padding-bottom: 60px;
}
.pb-80{
  padding-bottom: 80px;
}
.ptb-60 {
    padding:60px 0;
}
.ptb-80 {
    padding:80px 0;
}
.ptb-100 {
    padding:100px 0;
}
.ptb-120 {
    padding: 120px 0;
}
.ptb-160 {
    padding: 160px 0;
}
.rounded-custom {
    border-radius: 1rem !important;
}

/**** End Margin Section ***/
.w-100vw {
    min-width: 100vw !important;
}
.h-100{
    min-height:100vh;
}
.h-75{
    min-height:75vh;
}
.h-50{
    min-height:50vh;
}
.h-25{
    min-height:25vh;
}

/**** Btn Section ***/

.btn:focus, 
.btn:active:focus, 
.btn.active:focus{
    outline:none;
    box-shadow:none;
}

/* web development page css */
.rr-primary-btn {
  background-color:var(--primary-color);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding:16px 30px;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  text-align: center;
  border:1px solid var(--primary-color);
}
.rr-primary-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
.rr-primary-btn i {
  margin-left: 10px;
  font-size: 14px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.rr-primary-btn:hover {
  color: var(--white);
}
.rr-primary-btn:hover:before {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.rr-primary-btn:hover i {
  transform: rotate(0deg);
}
.rr-primary-btn:focus {
  color: var(--rr-color-common-white);
}
.rr-primary-btn.outlined {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}
.rr-primary-btn.outlined:hover {
  color: var(--white);
}
.rr-primary-btn.outlined:before {
  background-color: var(--primary-color);
}

/**** End Btn Section ***/

.bg-light-subtle {
    background-color: #fafafa !important;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

/*----------------------------------------*/
/* 03 - Background Position & Size 
/*----------------------------------------*/
 .bg-cover{
    background-size: cover;
}
 .bg-contain{
    background-size: contain;
}
 .bg-pos-l{
    background-position: left;
}
 .bg-pos-r{
    background-position: right;
}
 .bg-pos-rt{
    background-position: right top;
}
 .bg-pos-lt{
    background-position: left top;
}
 .bg-pos-rb{
    background-position: right bottom;
}
 .bg-pos-lb{
    background-position: left bottom;
}
.bg-red{
    background: var(--primary-color);
}
.bg-light-dark{
    background:#2b2b2b;
}
.bg-green{
    background:#35b498;
}

/*****  Owl dots Css  ******/
.owl-dots .owl-dot,
.owl-dots .owl-dot {
  background: transparent;
}
.owl-dots .owl-dot span,
.owl-dots .owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  margin: 0 1px;
  background: #fff;
  border: 1px solid #0061B2;
  background: transparent !important;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot.active span {
  background-color:#0061B2 !important;
  border-radius: 20px;
  border-color:#0061B2;
}
.slidenav-left.owl-theme .owl-dots,
.slidenav-left.owl-theme .owl-nav {
  text-align:center;
}
.slidenav-right.owl-theme .owl-dots,
.slidenav-right.owl-theme .owl-nav {
  text-align: right;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 2rem;
}

.site-title{
    margin-bottom:60px;
}
.site-title h2{
    color: var(--white);
    font-size:4rem;
    text-transform: uppercase;
    font-family: var(--heading-font-family);
}
.site-title p{
    color: var(--white);
    font-size:1.2rem;
}

/****  Hero css  ****/
.section{
    position: relative;
}
.hero{
    position: relative;
    background:#2b2b2b;
    background-size: cover;
    /*padding:150px 0 140px;*/
    overflow: hidden;
    height:100vh;
    overflow: hidden;
}
.hero:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(0,0,0,0.1);
    z-index: 1;
}
.hero-content{
    position: relative;
    z-index: 1;
}
.hero-content .section-title{
    text-align: left;
    margin-bottom: 30px;
}
.hero-content .section-title h1{
    font-size:60px;
    color: var(--ts-white);
    font-weight:700;
    margin-bottom:30px;
}
.hero-content .section-title h1 span{
    font-weight:300;
    display: block;
}
.hero-content .section-title p{
    color: var(--ts-white);
    font-size: 18px;
}
.hero-content-body .btn-default{
    margin-top: 10px;
}
.hero-content-footer{
    margin-top:30px;
}
.hero-content-footer .rts-btn.btn-primary{
    margin-right: 20px;
    background: var(--ts-primary-color);
    color: #000;
    text-transform: uppercase;
    font-weight:400;
}
.hero-content-footer .rts-btn.btn-primary:before{
    background-color: var(--ts-yellow);
    color:var(--ts-white);
}
.hero-content-footer .rts-btn.btn-primary:hover{
    color:var(--ts-white);
}
.hero-video .hero-bg-video{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: none !important;
    z-index: 0;
}
.hero-video .hero-bg-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-video .hero-video-overlay{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    text-align: center;
    color: var(--ts-white);
}
.hero-video .hero-video-overlay:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.hero-video .hero-video-overlay__content{
    max-width: 760px;
}
.hero-video .hero-video-overlay__content h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 1rem;
}
.hero-video .hero-video-overlay__content p{
    font-size: clamp(1.125rem, 2.5vw, 1.5rem);
    line-height: 1.6;
}
.hero.hero-slider{
    background: none;
    padding: 0;
}
.hero.hero-slider .hero-slider-layout1 .hero-slide{
    position: relative;
    padding: 310px 80px 140px;
}
.hero.hero-slider .hero-slider-layout1 .hero-slide:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(22, 51, 0, 0.65) 0%, rgba(22, 51, 0, 0.00) 100%);
    z-index: 1;
}
.hero.hero-slider .hero-slider-layout1 .hero-slide .hero-slider-image{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.hero.hero-slider .hero-slider-layout1 .hero-slide .hero-slider-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero.hero-slider .hero-slider-layout1 .hero-slide .hero-content{
    position: relative;
    z-index: 2;
}
.hero.hero-slider .hero-slider-layout1 .hero-button-prev,
.hero.hero-slider .hero-slider-layout1 .hero-button-next{
    width: 50px;
    height: 50px;
    background-color: var(--accent-color);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.hero.hero-slider .hero-slider-layout1 .hero-button-prev:hover,
.hero.hero-slider .hero-slider-layout1 .hero-button-next:hover{
    background-color: var(--primary-color);
}
@keyframes spinner {
    to {
      transform: rotate(360deg);
    }
}
.videohd{
    width: 100%;
    /*height:100vh;*/
}


.home-container {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    height: 100vh;
    margin: auto;
}
@media only screen and (max-width: 767px) {
.home-container {
    width: 100%;
    height: auto;
    min-height: 350px;
}
}
/* ============================================================== 
    # Slide Multi Section
=================================================================== */
.thecontainer {
    width: auto;
    min-width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    z-index: 7;
}
.panel {
    min-width: 100vw;
    flex: 0 0 100vw;
    height: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.panel .title {
    margin-bottom: 0;
}
.insidepanel{
    min-width:100%;
}
.multi-section {
    position: relative;
    z-index: 1;
}
.thumb-style-one {
    position: relative;
    z-index: 1;
}

.thumb-style-one img:nth-child(2) {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 70%;
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* Multi Section */
.panel.overflow-hidden {
    padding: 120px 0;
    text-align: center;
}
}
@media (max-width: 767px) {
/* Multi Section */
.panel.overflow-hidden {
    padding: 60px 0;
    text-align: center;
}
}
.leftscroll, .rightscroll, .penrotate, .awardscroll{
  position: absolute;
  z-index: 5;
}
.left-0{
    left:0
}
.right-0{
    right:0
}
.awardscroll{
    right: -5rem;
    bottom:-1rem !important;
}
.toppenscroll{
    left:-5rem !important;
}
span.penrotate.right-0 {
    bottom: -17rem !important;
}
.awardscroll img {
    width: 25vw;
}

/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden; 
}
html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.has-scroll-smooth body {
    overflow: hidden; 
}
.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh; 
}
.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0; }
    .c-scrollbar:hover {
    transform: scaleX(1.45); 
}
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
    opacity: 1; 
}
.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab; }
    .has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing; 
}
.porfoliosction {
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
@media (max-width: 768px) {
  width: 160%;
}
}
.gallery .col {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  align-self: flex-start;
  justify-self: flex-start;
}
.gallery .col:nth-child(2), 
.gallery .col:nth-child(4) {
  align-self: flex-end;
  justify-self: flex-end;
}
.gallery .image {
  width: 100%;
  filter: saturate(0);
  padding:10px;
}
.gallery .image:hover {
  z-index: 99999999999 !important;
  filter: saturate(1);
}
.gallery img {
  transition: 0.3s ease-out;
  overflow: hidden;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
  width: 100%;
}
.creation-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.creation-item a{
    width:100%;
    display:block;
    overflow: hidden;
}
.creation-item:hover {
    transform: scale(1.02);
}
.creation-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.creation-item:hover img {
    transform: scale(1.1);
}
.creation-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
    padding: 2rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}
.creation-item:hover .creation-overlay {
    transform: translateY(0);
}
.creation-overlay h4 {
    font-size: 1.6rem;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0.5rem;
    font-family: var(--heading2-font-family);
}

.creation-overlay p {
    font-size: 0.9rem;
    opacity: 0.8;
    margin: 0;
}
/*** Marquee Section ***/
.marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.marquee {
  width:100%;
  height:160px;
  background-color:transparent;
  overflow: hidden;
  position: relative;
}
.marquee::before,
.marquee::after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 2;
  pointer-events: none;
}
.marquee::before {
  left: 0;
  background: linear-gradient(to right, var(--primary-color) 0%, transparent 100%);
}
.marquee::after {
  right: 0;
  background: linear-gradient(to left, var(--primary-color) 0%, transparent 100%);
}
.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  align-items: center;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
  padding: 0;
  margin: 0;
}
.marquee.reverse .marquee-content {
  animation: scrolling-reverse var(--marquee-animation-duration) linear infinite;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
}
@keyframes scrolling-reverse {
  0% {
    transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
  }
  100% {
    transform: translateX(0);
  }
}
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: var(--marquee-element-width);
  height: 100%;
  padding: 10px;
}
.marquee-content li img {
  max-height: 60%;
  max-width: 100%;
  object-fit: contain;
  /*filter: invert(17%) sepia(92%) saturate(6614%) hue-rotate(258deg) brightness(96%) contrast(105%);*/
}
@media (max-width: 768px) {
  :root {
    --marquee-elements-displayed: 3;
  }
  .marquee::before,
  .marquee::after {
    width: 5rem;
  }
}
/*** End Marquee Section ***/
/*** Brand Section ***/
.brands-item {
  padding: 50px 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  background-color:transparent;
}
.brands-item:before {
  background-color: var(--primary-color);
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius:15px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .brands-item {
    padding: 40px 20px;
  }
}
.brands-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: var(--rr-color-grey-light);
  border: 1px solid var(--rr-color-grey-light);
}
.brands-item .icon img{
    height:90px;
}
.brands-item .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .brands-item .title {
    margin-top: 20px;
    font-size: 20px;
  }
}
.brands-item p {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #FFF;
  font-size: 16px;
  line-height: 28px;
}
.brands-item p:last-child {
  margin-bottom: 0;
}
.brands-item:hover:before {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.brands-item:hover p {
  color: var(--white);
}
/*** End Brand Section ***/
/*** Footer Section ***/
.footergreen .site-title {
    margin-bottom: 0;
    padding:0 3rem;
}
.footergreen .site-title h2 {
    font-size:6rem;
}
.footergreen .site-title h3 {
    font-size:4rem;
    color: var(--white);
    text-transform: uppercase;
    font-family: var(--heading-font-family);
    margin-bottom:30px;
}
.footergreen .site-title a{
    color:#fff;
    text-decoration: underline;
}
.footergreen .site-title a:hover{
    color:var(--primary-color);
}
.footergreen .site-title p{
    font-size:1.4rem;
    line-height:1.2;
}
.footergreen .footer-btnarea a {
    font-size: 1.4rem;
    font-family: var(--heading-font-family);
    display: inline-block;
    margin: 10px 0;
}
.footer-btm{
    border-top:1px solid var(--white);
    padding-top:60px;
    margin-top:60px;
}
.footer-logo img {
    height: 55px;
}
.copyright{
    text-align:right;
}
.copyright p{
    color: var(--white);
    margin-bottom: 0;
}
.footer-nav {
    display: flex;
    margin-top:30px;
    align-items: center; 
}
.footer-nav ul li{
    display: inline-block;
    margin:0 10px;
}
.footer-nav a {
    color:var(--white);
    text-decoration: none;
    position: relative;
    transition: color 0.3s;
    font-size: 16px;
    text-transform: uppercase;
}
.footer-nav a:hover {
    color:var(--primary-color); 
}
.footer-nav a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background:var(--primary-color);
    transition: width 0.3s; 
}
.footer-nav a:hover::after {
    width: 100%; 
}
.footerexplore{
    font-family: var(--heading-font-family);
    font-size:21px;
    color:var(--white);
    text-transform:uppercase;
    margin-right:30px;
}
.footer-social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px; 
    margin-bottom:30px;
}
.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width:42px;
    height:42px;
    background: transparent;
    border:1px solid var(--white);
    border-radius: 50%;
    transition: background 0.3s, transform 0.3s; 
}
.footer-social a svg,
.footer-social a i {
    color: #edf2f7;
    font-size:18px; 
}
.footer-social a:hover {
    background:var(--primary-color);
    border-color:var(--primary-color);
    transform: scale(1.1); 
}
.footer-social a:hover svg,
.footer-social a:hover i {
    color: white; 
}
.footer-info{}
.footer-info h3{
    color:var(--white);
    margin-bottom:5px;
    font-weight:600;
    font-size:22px;
}
.footer-info p{
    color:var(--white);
    line-height:1.4;
}
.footer-info p a{
    color:var(--white);
    font-size:15px;
}
/*** End Footer Section ***/
/* cursor css  */
.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}
.cb-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 80px;
  height: 30px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.cb-cursor-text {
  position: absolute;
  top: -28px;
  left: -4px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: black;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion,
  .cb-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion:before,
  .cb-cursor.-opaque:before {
    background: white;
  }
}
.cb-cursor.-normal,
.cb-cursor.-text {
  mix-blend-mode: normal;
}
.cb-cursor.-normal:before,
.cb-cursor.-text:before {
  background: currentColor;
}
.cb-cursor.-inverse {
  color: white;
}
.cb-cursor.-visible:before {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.cb-cursor.-visible.-active:before {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.cb-cursor.-pointer:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.cb-cursor.-text:before {
  background: #fff;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
}
.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.cb-cursor.-text.-active:before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.cb-cursor.-opaque:before {
  -webkit-transform: scale(1.32);
  -moz-transform: scale(1.32);
  -ms-transform: scale(1.32);
  -o-transform: scale(1.32);
  transform: scale(1.32);
}
.cb-cursor.-opaque.-active:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.cb-cursor.-lg:before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.cb-cursor.-hidden:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.-color-red {
  color: red;
}
.-color-green {
  color: #51c67d;
}
.cb-demo {
  background: #fff;
}
.cb-demo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}
.cb-demo-container {
  padding: 0 20px;
}
@media (min-width: 1600px) {
  .cb-demo-container {
    padding: 0 120px;
  }
}
.cb-demo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 30px 0;
}

@media (min-width: 1600px) {
  .cb-demo-row {
    margin: 60px 0;
  }
}
.cb-demo-item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 50px 30px;
  margin: 0 20px;
  color: #000;
}

@media (min-width: 1600px) {
  .cb-demo-item {
    padding: 90px 30px;
    margin: 0 30px;
  }
}
.cb-demo-item-title {
  position: relative;
  margin: 0 0 25px 0;
  font-size: 30px;
  font-weight: bold;
}
.cb-demo-item-text {
  position: relative;
  max-width: 70%;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}
.cb-demo-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #f8f8f8;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}
.cb-cursor.-green {
  color: green;
}
.cb-cursor.-green:before {
  background: green;
}
.cb-cursor.-red .cb-cursor-text {
  color: black;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  text-transform: uppercase;
}
.cb-cursor.-red {
  color: black;
  background-color: black;
  width: 5px;
  height: 5px;
}
.cb-cursor.-red:before {
  border-radius: 500px;
  background: white;
  width: 100px;
  height: 100px;
  color: #fff;
}
.cb-cursor.-portfolio:before {
  display: none;
}
.cb-cursor.-portfolio .cb-cursor-text {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  text-align: start;
}
.cb-cursor.-portfolio .content {
  position: absolute;
  top: 0px;
  left: 0px;
}
.cb-cursor.-portfolio .title {
  font-weight: 300;
  font-size: 30px;
  line-height: 27px;
  background-color: var(--white);
  padding: 15px 20px 13px;
  color: var(--black);
}
.cb-cursor.-portfolio .meta {
  font-family: var(--font_tartuffotrial);
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 27px;
  background-color: var(--white);
  display: inline-block;
  padding: 5px 15px 3px;
  margin-top: 3px;
  color: var(--black);
}

/* ===================================================================
   3. Global Navigation & Overlay Menu 
=================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:2rem 4rem;
  z-index: 90;
}
.site-header .logo img {
  height: 3rem;
  width: auto;
}
.menu-icon {
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.navigation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: var(--brand-red);
  z-index: 999;
  display: flex;
  flex-direction: column;
  padding: 2rem 4rem;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.5, 0, 0.25, 1), opacity 0.6s,
    visibility 0.6s;
}
.navigation-overlay.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.background-graphic {
  position: absolute;
  top: -16%;
  left: -22%;
  width: 150vmin;
  height: 150vmin;
  z-index: 2;
  pointer-events: none;
  filter: brightness(0.8);
  opacity: 0.5;
}
.nav-header,
.nav-content,
.nav-footer {
  position: relative;
  z-index: 3;
}
.nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-group {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.logo-main {
  height: 25px;
  width: auto;
}
.close-icon {
  font-size: 4.5rem;
  color: var(--brand-black);
  cursor: pointer;
}
.menu-button-target {
  cursor: pointer;
  position: absolute;
  z-index: 200;
  right: 60px;
  top:25px;
  height: 50px;
  padding: 0 10px;
  transition: all 0.2s;
}
.menu-button-target.active {
  background-color: transparent;
}
.menu-button-target.active .menu-button {
  background-color: transparent;
}
.menu-button-target.active .menu-button:before {
  transform: translateY(0%) rotate(45deg);
  background-color: #ffffff;
}
.menu-button-target.active .menu-button:after {
  transform: translateY(0%) rotate(-45deg);
  background-color: #ffffff;
}
.menu-button {
  position: relative;
  top: 50%;
  left: 0;
  display: block;
  width: 50px;
  height:5px;
  margin-top: -2px;
  background-color: #ffffff;
  transition: all 0.2s;
}
.menu-button:before,
.menu-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #ffffff;
  transition: all 0.2s;
}
.menu-button:before {
  transform: translateY(-250%);
}
.menu-button:after {
  transform: translateY(250%);
}
.menu-overlay {
  width: 100%;
  height: 100vh;
  background-color: var(--primary-color);
  display: none;
  position: fixed;
  z-index:12;
  /*position: fixed;
  z-index: 99;*/
}
.menu-overlay.active nav ul {
  margin-top: 100px;
}
nav {
  overflow: hidden;
}
.nav-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left:5rem;
}
.nav-links li{
    margin-bottom:5px;
    padding:15px 0;
}
.nav-links li a{
  font-size:6.2vw;
  font-weight: 900;
  line-height: 1.1;
  font-family: 'code_nextbookcode_nextbook', 'Poppins', Arial;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  /*opacity: 0;*/
  transform: translateY(20px);
  color: var(--black);
}
.nav-links li a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -9rem;
    width: 7rem;
    height: 3.4rem;
    background-repeat: no-repeat;
    background: url(../images/menu-arrow.png);
    display: none;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-links li a:hover{
  transform: translateX(10px);
  color: var(--white);
}
.nav-links li:hover a:before{
    display:flex;
}
.nav-links li .arrow {
  font-family: sans-serif;
  font-size: 0.8em;
  color: var(--brand-white);
  position: absolute;
  left: 105%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.nav-links li:hover > .arrow {
  opacity: 1;
}
.nav-footer {
  display: flex;
  justify-content: flex-end;
}
.nav-social {
  display: flex;
  gap: 1rem;
}
.nav-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--brand-black);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-black);
  font-size: 1.2rem;
  opacity: 0;
  transform: translateY(10px);
  transition: background-color 0.3s, color 0.3s, opacity 0.4s ease-out,
    transform 0.4s ease-out;
}
.nav-social a:hover {
  background-color: var(--brand-black);
  color: var(--brand-white);
}
.navigation-overlay.is-open .nav-link-item,
.navigation-overlay.is-open .nav-social a {
  opacity: 1;
  transform: translateY(0);
}
.navigation-overlay.is-open .nav-link-item:nth-child(1) {
  transition-delay: 0.3s;
}
.navigation-overlay.is-open .nav-link-item:nth-child(2) {
  transition-delay: 0.35s;
}
.navigation-overlay.is-open .nav-link-item:nth-child(3) {
  transition-delay: 0.4s;
}
.navigation-overlay.is-open .nav-link-item:nth-child(4) {
  transition-delay: 0.45s;
}
.navigation-overlay.is-open .nav-link-item:nth-child(5) {
  transition-delay: 0.5s;
}
.navigation-overlay.is-open .nav-social a:nth-child(1) {
  transition-delay: 0.4s;
}
.navigation-overlay.is-open .nav-social a:nth-child(2) {
  transition-delay: 0.45s;
}
.navigation-overlay.is-open .nav-social a:nth-child(3) {
  transition-delay: 0.5s;
}
.navigation-overlay.is-open .nav-social a:nth-child(4) {
  transition-delay: 0.55s;
}
.menusocials {
    position: absolute;
    bottom: 1rem;
    right: 5rem;
}
.menusocials .footer-social {
    gap:20px;
}
.menusocials .footer-social a {
    border: 1px solid var(--black);
    width: 58px;
    height: 58px;
}
.menusocials .footer-social a svg, 
.menusocials .footer-social a i {
    color: #000;
    font-size: 21px;
}
.sectionporfolio{
    min-height:100vh;
}
.about-bg-section {
    position: relative;
}
.aboutpostitle{
    position: relative;
    /*bottom:-8rem;*/
}
.imgport{
    margin:15px 0;
}
/* .menubg{
    top: 50%;
    left:-12%;
    transform: translateY(-50%);
    width: clamp(260px, 32vw, 440px);
    overflow: visible;
    pointer-events: none;
} */
.menubg {
    top: 50%;
    left: -28%;
    transform: translateY(-50%);
    width: clamp(260px, 50vw, 50vw);
    overflow: visible;
    pointer-events: none;
}
.menubg img{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    opacity: 0.5;
}
@media (max-width: 767px){
    .menubg{
        width: clamp(180px, 60vw, 300px);
    }
}
.worldRotate {
    -webkit-animation: worldRotate 20s linear infinite;
    animation: worldRotate 20s linear infinite;
}

/*--- spinner keyframe ---*/
@keyframes worldRotate {
    0% {    
        transform: rotate(0deg) translateX(0px) rotate(0deg); 
    }
    100% { 
        transform: rotate(0deg) translateY(0px) rotate(-360deg); 
    }
}
/*** 
====================================================================
Page Title
====================================================================
***/
.portfolio-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding:175px 0 75px;
}
.portfolio-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #131313;
  opacity: 0.7;
  content: "";
}
.portfolio-title .title {
    font-size: 4.5rem;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .portfolio-title .title {
    font-size: 50px;
    line-height: 60px;
  }
}
.portfolio-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}
.portfolio-title .image-curve {
  background-image: url(../images/main-slider/slide-shape-bottom.png);
  position: absolute;
  width: 100%;
  height: 69px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.portfolio-title .large-title {
  color: rgba(255, 255, 255, 0.1);
  bottom: -50px;
  font-size: 216px;
  line-height: normal;
  font-family: "Cormorant";
  font-style: normal;
  font-weight: 700;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .portfolio-title .large-title {
    bottom: -30px;
    font-size: 150px;
  }
}
@media (max-width: 767.98px) {
  .portfolio-title .large-title {
    display: none;
  }
}

/*.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}
.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.page-breadcrumb li:after {
  position: absolute;
  content: "\ed69";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "icofont";
  color: #ffffff;
}
.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.page-breadcrumb li:last-child::after {
  display: none;
}
.page-breadcrumb li a {
  color: var(--theme-color-light);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-breadcrumb li a:hover {
  color: var(--theme-color-light);
}
.title-outer {
    position: relative;
}*/

/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.project-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  max-height:500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 10px 10px 10px 10px;
  padding: 40px 0;
  margin-bottom:40px;
}
@media (max-width: 991.98px) {
  .project-details__img {
    height: 470px;
  }
}
@media (max-width: 767.98px) {
  .project-details__img {
    height: 350px;
  }
}
@media (max-width: 575.98px) {
.project-details__img {
    height: 250px;
}
}
.project-details__img img {
  width: 100%;
  border-radius: 10px;
}
.project-details__content {
  position: relative;
  display: block;
  margin-top:30px;
}
.project-details__content .title {
  margin-top: 50px;
  color: var(--primary-color);
}
.project-details__content .text {
  color:var(--white);
  line-height:1.6;
}
@media (max-width: 1199.98px) {
.project-details__content .project-title-big-title {
    font-size: 40px;
    line-height: 60px;
}
}
.project-details__content .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.project-details__content .feature-list ul {
  max-width: 45%;
  width: 100%;
}
.project-details__content .feature-list ul li {
  color: #8f8c94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  gap: 10px;
  margin-bottom: 10px;
}
.project-details__content .feature-list ul li .icon {
  color: var(--theme-color1);
}
.project-details__content-left {
  position: relative;
  display: block;
  margin-top: 31px;
}
.project-details__content-right {
  position: relative;
  display: block;
  margin-top: 40px;
}
.project-details__details-box {
  position: relative;
}
.project-details__details-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
@media (max-width: 991.98px) {
  .project-details__details-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
  }
}
@media (max-width: 575.98px) {
  .project-details__details-list {
    gap: 0;
  }
}
.project-details__details-list li {
  position: relative;
  display: block;
  padding: 12px 0;
  max-width:33.333%;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .project-details__details-list li {
    max-width: 45%;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .project-details__details-list li {
    max-width: 100%;
  }
}
.project-details__details-list li:after {
  position: absolute;
  top: 0;
  right: 50px;
  width: 1px;
  height: 88px;
  content: "";
  background-color: rgba(255, 255, 255, 0.17);
}
@media (max-width: 1199.98px) {
  .project-details__details-list li:after {
    display: none;
  }
}
.project-details__details-list li:last-child:after {
  display: none;
}

.project-details__client {
  font-size: 16px;
  color: var(--secondary-color);
  line-height: 24px;
  margin: 0;
}

.project-details__name {
  font-size:18px;
  line-height: 24px;
  font-family: var(--body-font-family);
  color: var(--white);
  margin-top:5px;
}

.project-details__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-details__social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--theme-color1);
  color: var(--text-color-bg-theme-color1);
  font-size: 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.project-details__social a:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.project-details__social a + a {
  margin-left: 10px;
}
.project-details__pagination-box {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #ece9e0;
  border-bottom: 1px solid #ece9e0;
  padding: 30px 0;
  margin-top: 117px;
}
.project-details__pagination {
  position: relative;
  display: block;
}
.project-details__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.project-details__pagination li a {
  font-size: 14px;
  color: #757873;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-details__pagination li a:hover {
  color: var(--theme-color1);
}
.project-details__pagination li a:hover i {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  border: 2px solid var(--theme-color2);
}
.project-details__pagination li .content {
  position: relative;
  display: block;
}
.project-details__pagination li.next {
  float: left;
  position: relative;
}
.project-details__pagination li.next i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-right: 20px;
  z-index: 1;
}
.project-details__pagination li.next .content {
  text-align: left;
}
.project-details__pagination li.previous {
  position: relative;
  float: right;
}
.project-details__pagination li.previous i {
  position: relative;
  height: 52px;
  width: 52px;
  border: 2px solid #0e2207;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #0e2207;
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-left: 20px;
  z-index: 1;
}
.project-details__pagination li.previous .content {
  text-align: right;
}
.slideporfolio{
    padding:30px 0;
}

/*----------------------------------------*/
/* job css
/*----------------------------------------*/
.section-title-wrapper {
    margin-top:7rem;
    color: #FFF;
    margin-bottom:5rem;
}
.section-title-wrapper h2{
    font-size:3rem;
    text-transform: uppercase;
    /*font-family: 'code_nextblack';*/
}
.rs-job-area{
    padding:2rem 0 5rem;
}
.rs-job-one .job-wrapper .job-item:first-child {
  border-top: 1px solid #F1F1F1;
}
.rs-job-one .job-item {
  padding: 40px 40px 40px 40px;
  display: grid;
  grid-template-columns: 480px 530px auto;
  gap: 30px;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
  border-bottom: 1px solid #F1F1F1;
  cursor: pointer;
}
@media only screen and (max-width: 1600px) {
  .rs-job-one .job-item {
    padding: 30px 30px 30px 30px;
    grid-template-columns: 400px 450px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-job-one .job-item {
    grid-template-columns: auto 400px auto;
  }
}
@media only screen and (max-width: 991px) {
  .rs-job-one .job-item {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 767px) {
  .rs-job-one .job-item {
    grid-template-columns: auto;
    gap: 20px;
  }
}
.rs-job-one .job-item:hover {
  background: rgba(0,0,0,0.3);
}
.rs-job-one .job-item:hover .job-number {
  color:var(--primary-color);
}
.rs-job-one .job-item:hover .job-title {
  color: #acd601;
}
.rs-job-one .job-item:hover .rs-btn-circle {
  background: var(--primary-color);
}
.rs-job-one .job-btn .rs-btn-circle {
    width: 50px;
    height: 50px;
    border-radius: 0;
    background: var(--white);
    line-height: 50px;
    text-align: center;
}
.rs-job-one .job-item:hover .job-btn .rs-btn-circle {
    border-radius:50%;
    background: var(--secondary-color);
}
.rs-job-one .job-btn .rs-btn-circle svg {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    line-height: 50px;
    display: inline-block;
}
.rs-job-one .job-btn .rs-btn-circle svg path {
  fill: var(--black);
}
.rs-job-one .job-item-info {
  display: flex;
  gap: 20px 30px;
}
@media only screen and (max-width: 480px) {
  .rs-job-one .job-item-info {
    flex-wrap: wrap;
  }
}
.rs-job-one .job-descrip {
    margin-bottom: 0;
    transition: all 0.4s ease;
    color: var(--white);
    font-size: 16px;
    line-height: 1.4;
}
.rs-job-one .job-number {
  font-size: 26px;
  color: var(--secondary-color);
  font-weight: 700;
  line-height: 1.35;
  transition: all 0.4s ease;
  font-family: 'code_nextblack';
}
@media only screen and (max-width: 1366px) {
  .rs-job-one .job-number {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-job-one .job-number {
    font-size: 30px;
  }
}
.rs-job-one .job-title {
  font-size: 28px;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 1366px) {
  .rs-job-one .job-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-job-one .job-title {
    font-size: 26px;
  }
}
.rs-job-one .job-title a {
  color:var(--white);
}
.rs-job-one .job-title a:hover {
  color:var(--primary-color);
}
.rs-job-one .job-meta-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    color: var(--white);
}
.rs-job-one .job-meta-wrapper span {
  line-height: 20px;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 480px) {
  .rs-job-one .job-meta-wrapper span {
    font-size: 14px;
  }
}
.rs-job-one .job-meta-wrapper span:first-child {
  border-inline-end: 1px solid rgba(0, 0, 0, 0.2);
  padding-inline-end: 8px;
  margin-inline-end: 8px;
}
.rs-job-one .job-meta-wrapper span:first-child::before {
  position: absolute;
  content: "";
  width: 10px;
}
.rs-job-one .job-btn {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .rs-job-one .job-btn {
    justify-content: start;
  }
}

/*========================================
=        21. Video Popup Css            =
==========================================*/
.single-popup-wrap {
  position: relative;
}

.video-link {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
}
.video-link .ht-popup-video.video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(8, 106, 216, 0.8);
}
.video-link .ht-popup-video.video-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.video-link .ht-popup-video.video-button .video-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%, -50%);
      -ms-transform: translateY(-50%, -50%);
          transform: translateY(-50%, -50%);
  pointer-events: none;
}
.video-link .ht-popup-video.video-button .video-mark .wave-pulse {
  width: 1px;
  height: 0;
  margin: 0 auto;
}
.video-link .ht-popup-video.video-button .video-mark .wave-pulse::after, .video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid var(--primary-color);
  -webkit-animation: zoomBig 3.25s linear infinite;
          animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.video-link .ht-popup-video.video-button .video-mark .wave-pulse::before {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.video-link .ht-popup-video .video-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.video-link .ht-popup-video .video-button__one {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-link .ht-popup-video .video-button__one .video-play {
  width: 72px;
  height: 72px;
  background: transparent;
  border: 6px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
}
.video-link .ht-popup-video .video-button__one .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 1px;
}
.video-link .ht-popup-video .video-button__one .video-play-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
}
.video-link .ht-popup-video .video-button__two {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-link .ht-popup-video .video-button__two .video-play {
  width: 78px;
  height: 78px;
  background:var(--primary-color);
  -webkit-box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
          box-shadow: 0 2px 41px 0 rgba(91, 99, 254, 0.36);
  border-radius: 50%;
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -o-transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1) !important;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
}
.video-link .ht-popup-video .video-button__two .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  margin-left: 1px;
}
.video-link .ht-popup-video .video-button__two .video-play-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 19px;
  border-left-color: #ffffff;
}
.video-link:hover .video-play {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
          transform: scale3d(1.15, 1.15, 1.15);
}

@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
.flipContainer{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.flipContainer .front,
.flipContainer .back{
  background-size: cover;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
  border-radius: 10px;
  background-position: center;
  -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height:30rem;
  height: auto;
  color: #fff;
  font-size: 1.5rem;
  border-radius:0;
}
.flipContainer .back{
  /*text-align: center;*/
  background:rgba(53, 180, 152, 1.0);
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
}
.flipContainer .front:after{
  position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color:rgba(223, 42, 21, 0.3);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.flipContainer:hover .front,
.flipContainer:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.flipContainer .back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
}
.flipContainer .back:after{
  position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color:rgba(53, 180, 152, 0.3);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.flipContainer .inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding:60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}
.flipContainer .front .inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-20%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}
.flipContainer .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
.flipContainer .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.flipContainer:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flipContainer:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.flipContainer .front .inner h2{
  font-size:28px;
  margin-bottom:20px;
  font-family: var(--heading-font-family);
}
.flipContainer .front .inner ul li {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.flipContainer .back .inner h2{
  font-size:22px;
  margin-bottom:20px;
}
.flipContainer .back .inner p{
  font-size:18px;
  margin-bottom:15px;
  line-height:1.4;
}
.flipContainer .back .inner ul{
    padding-left:15px;
}
.flipContainer .back .inner ul li {
    font-size: 16px;
    margin: 5px 0;
    list-style: disc;
    line-height:1.4;
}
.text > p > div {
    background-image: linear-gradient(to right, #f9f4e8 50%, #383C3E 50%);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    margin-left: 50px;
    line-height: 1.2;
    font-size: 3vw;
    font-family: var(--heading-font-family);
    /*padding:10px 0;*/
    letter-spacing:2px;
}

.aside-social {
    position: fixed;
    right: 0;
    top:50%;
    z-index:10;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
}
.aside-social ul li{
    list-style:none;
}
.aside-social ul li a {
    background:#000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.aside-social ul li a:hover{
    background:var(--primary-color);
}

.modalportfolio .modal-dialog {
    max-width: 100% !important;
    min-height: 100%;
    margin: 0;
    position: fixed;
    width: 100%;
}
.modalportfolio .modal-content {
  height: 100%;
  border-radius:0;
}
.modalportfolio .modal-body {
  height: calc(100% - 110px); /* Adjust 110px based on your header/footer height */
  overflow: auto;
}
button.close {
    position: absolute;
    color: #FFF;
    top: 30px;
    right: 30px;
    z-index: 9;
    background:rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 25px;
}
button.close:hover{
    background: var(--primary-color);
}
.text {
    padding: 0 10%;
}
.dgm-service-active{
    width:90%;
    margin:0 auto;
    position: relative;
    padding-bottom: 100px;
    overflow: visible;
}
.dgm-service-active {
  margin-right: -200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .dgm-service-active {
    margin-right: 0;
  }
}
.protfolioinside{
    min-height:100vh;
}
.project-details{
    padding:3rem;
}
.project-title {
    font-size: 5rem;
    color: var(--white);
    line-height: 0.9;
    margin: 5rem 0 1rem 0;
}
.project-category {
    font-size: 1.1rem;
    color: var(--white);
    margin-bottom: 2.5rem;
    font-weight: bold;
}
.project-description p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--white);
    max-width: 500px;
    margin-bottom: 1rem;
}
.project-meta {
    margin-top: 3rem;
    border-top: 1px solid var(--white);
    padding-top: 2rem;
}
.project-meta p {
    margin-bottom: 1rem;
    color: var(--white);
    font-weight: bold;
}
.project-meta p strong {
    color: var(--brand-white);
    margin-right: 1rem;
}
/* --- Right Column: Image Scroller --- */
.project-images {
    grid-column-start: 2;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: var(--bg-dark-gray);
}
.projectdetails{
    padding:3rem;
}

.text-panel{
    color: #FFF;
    text-align: center;
}
.text-panel h2 {
    font-family: var(--heading-font-family);
    font-size:4rem;
    line-height: 1;
}
.text-panel h3{
    font-family: 'Baskervville', Helvetica, Arial, sans-serif;
    font-size:5rem;
    font-weight:normal;
    line-height:1;
}
.text-panel h4{
    font-size:4rem;
    font-family: var(--heading-font-family);
}
.text-panel h4.lightfont{
    font-family: var(--body-font-family);
}
.text-panel h4.lightfont strong{
    font-family: var(--heading-font-family);
}
.text-panel p{
    font-family: 'Baskervville', Helvetica, Arial, sans-serif;
    font-size:3.8rem;
    font-weight:normal;
    font-style: italic;
}
.wrapper {
  display: flex;
}
.clients-slider.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}
.footer-logo p{
    color:var(--white);
    margin-top:15px;
}
.footer-logo p a{
    color:var(--white);
    position: relative;
}
.footer-logo p a:hover{
    color:var(--primary-color);
}
.footer-logo p a:before{
    content:"";
    position:absolute;
    width:100%;
    bottom:-10px;
    left:0;
    height:3px;
    background:var(--white);
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
.scrollbar::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}
.scrollbar::-webkit-scrollbar-track {
    background-color:#fff
}
.scrollbar::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color:#babac0;
    border-radius:16px;
    border:5px solid #fff
}
.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}
.scrollbar::-webkit-scrollbar-button {display:none}
.scrollbar {
    height:95vh;
    width: 100%;
    min-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.overflow{
    min-height: 100vh;
}
.body_content {
  position: relative;
  margin-top:10px;
  padding:5px;
  max-height:95vh;
  height:92vh;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, 
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: var(--white);
    background-color: var(--white);
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, 
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{
    width:5px;
}
.video-popup{
    margin-bottom:30px;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width:60%;
  height:70%;
  max-width: calc(100% - 20%);
  max-height: calc(100% - 180x);
  overflow: visible;
  background: #fff;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.single-projectimg{
    margin-bottom:30px;
}
.c-direction-block_item {
  position: absolute;
  font-size: 10vw;
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
}
.c-direction-block_item span {
  display: block;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 20px;
}
.c-direction-block_item.-two {
  top:0;
}
.c-direction-block_item.-five {
  bottom:0;
}



/* contact page css */
/* Loading effect */
/*.contact-area-contact-page{
  padding:0 60px 30px;
  min-height:100vh;
}*/
.success-message {
  color: green;
  margin-top: 10px;
}
.error-message {
  color: red;
  margin-top: 10px;
}
#response-message {
  margin-top: 10px;
}
.contactspage .section-header {
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
.contactspage .section-header {
    padding-top: 7px;
}
}
.contactspage .section-title-wrapper {
    display: grid;
    gap: 15px 60px;
    grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
.contactspage .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
}
}
@media only screen and (max-width: 1399px) {
.contactspage .section-title-wrapper {
    grid-template-columns: 1fr 850px;
}
}
@media only screen and (max-width: 1199px) {
.contactspage .section-title-wrapper {
    grid-template-columns: 1fr 750px;
}
}
@media only screen and (max-width: 991px) {
.contactspage .section-title-wrapper {
    grid-template-columns: 1fr;
}
}
.contactspage .subtitle-wrapper {
  margin-top: 8px;
}
.contactspage .section-title {
  max-width: 90%;
}
/*@media only screen and (max-width: 1919px) {
.contactspage .section-title {
    max-width: 675px;
}
}*/
@media only screen and (max-width: 1399px) {
.contactspage .section-title {
    max-width: 495px;
}
}
.contactspage .section-content-wrapper {
    margin-top: 90px;
    margin-bottom: 4px;
    /*display: grid;
    gap: 40px 60px;
    grid-template-columns: 1fr 1030px;
    align-items: flex-start;*/
}
@media only screen and (max-width: 1919px) {
.contactspage .section-content-wrapper {
    margin-top: 60px;
    grid-template-columns: 1fr 730px;
}
}
@media only screen and (max-width: 1399px) {
.contactspage .section-content-wrapper {
    grid-template-columns: 1fr 680px;
}
}
@media only screen and (max-width: 1199px) {
.contactspage .section-content-wrapper {
    grid-template-columns: 1fr 550px;
}
}
@media only screen and (max-width: 991px) {
.contactspage .section-content-wrapper {
    grid-template-columns: 1fr;
}
}
.contactspage .contact-mail .title {
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
    color: var(--secondary-color);
    padding: 0;
    font-family: 'code_nextbookcode_nextbook';
}
.contactspage .contact-mail .text {
    font-size: 25px;
    font-weight: 310;
    line-height: 1.4;
    letter-spacing: -0.07em;
    color: var(--white);
    max-width: 410px;
    /*margin-top: 24px;*/
    padding: 0;
}
@media only screen and (max-width: 1919px) {
.contactspage .contact-mail .text {
    font-size: 24px;
    max-width: 330px;
}
}
@media only screen and (max-width: 1199px) {
    .contactspage .contact-mail .text {
    font-size: 20px;
    max-width: 280px;
}
}
.contactspage .contact-mail .text a {
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    color: #FFF;
    font-size: 20px;
}
.contactspage .contact-mail .text a:hover {
  color: var(--secondary);
}
.contactspage .contact-social {
  margin-top: 51px;
}
.contactspage .contact-social .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: var(--white);
}
.contactspage .contact-social .social-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
}
.contactspage .contact-social .social-links a {
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--white);
  display: inline-block;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .contactspage .contact-social .social-links a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .contactspage .contact-social .social-links a {
    font-size: 20px;
  }
}
.contactspage .contact-social .social-links a:hover {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.contactspage .contact-formwrap {
  display: grid;
  gap: 60px 60px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1399px) {
  .contactspage .contact-formwrap {
    gap: 40px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .contactspage .contact-formwrap {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contactspage .contact-formwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contactspage .contact-formwrap .message {
  grid-column: span 2;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .contactspage .contact-formwrap .message {
    grid-column: auto;
  }
}
.contactspage .contact-formfield input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--white);
  outline: none;
  background-color: transparent;
  transition: all 0.5s;
  color: var(--white);
}
.contactspage .contact-formfield input:focus {
  border-color: var(--white);
}
.contactspage .contact-formfield input::placeholder {
  color: var(--white);
}
.contactspage .contact-formfield input:-webkit-autofill,
.contactspage .contact-formfield input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.contactspage .contact-formfield select {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--white);
  outline: none;
  background-color: transparent;
  transition: all 0.5s;
  color: var(--white);
}
.contactspage .contact-formfield select:focus {
  border-color: var(--white);
}
.contactspage .contact-formfield select option {
  width: 100%;
  max-width: 100%;
}
.dark .contactspage .contact-formfield select option {
  background-color: var(--black);
}
.contactspage .contact-formfield select option[disabled] {
  background-color: var(--black) !important;
}
.contactspage .submit-btn {
  margin-top: 50px;
}
@media only screen and (max-width: 1399px) {
  .contactspage .submit-btn {
    margin-top: 40px;
  }
}
.contact-map iframe {
    width: 100%;
    height:450px;
}
.rr-btn {
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 5;
  padding: 26px 42px;
  background-color: var(--primary-color);
  color: var(--black);
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  letter-spacing: -0.02em;
}
.dark .rr-btn {
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .rr-btn {
    padding: 18px 29px;
  }
}
.rr-btn:hover::before,
.rr-btn:focus::before {
  height: 100%;
}
.rr-btn:hover .btn-wrap .text-one,
.rr-btn:focus .btn-wrap .text-one {
  transform: translateY(-150%);
}

.rr-btn:hover .btn-wrap .text-two,
.rr-btn:focus .btn-wrap .text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--black);
}

.dark .rr-btn:hover .btn-wrap .text-two,
.dark .rr-btn:focus .btn-wrap .text-two {
  color: var(--white);
}
.rr-btn:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn::before {
  background-color: var(--white);
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
}
.dark .rr-btn::before {
  background-color: var(--black);
}
.rr-btn .btn-wrap {
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn .btn-wrap .text-one,
.rr-btn .btn-wrap .text-two {
  display: flex;
  align-items: center;
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  display: block;
  color: var(--white);
  transition: all 0.5s;
}
.dark .rr-btn .btn-wrap .text-one {
  color: var(--black);
}
.rr-btn .btn-wrap .text-two {
  position: absolute;
  top: 100%;
  display: block;
  color: var(--white);
  transition: all 0.5s;
}
.dark .rr-btn .btn-wrap .text-two {
  color: var(--black);
}
.rr-btn.btn-border {
  border: 1px solid rgba(17, 17, 17, 0.15);
  background-color: transparent;
  color: var(--white);
  padding: 25px 42px;
}
.dark .rr-btn.btn-border {
  border-color: rgba(255, 255, 255, 0.15);
}
.rr-btn.btn-border:hover,
.rr-btn.btn-border:focus {
  border-color: transparent;
  color: white;
}
.rr-btn.btn-border:hover .text-two,
.rr-btn.btn-border:focus .text-two {
  color: #F9F9F9;
}
.rr-btn.btn-border .btn-wrap .text-one {
  color: var(--white);
}
.rr-btn.btn-border .btn-wrap .text-two {
  color: var(--white);
}
.rr-btn.btn-border-white {
  border: 1px solid rgba(252, 247, 243, 0.1);
  background-color: transparent;
}
.rr-btn.hover-bg-theme {
  border-width: 0;
}
.rr-btn.hover-bg-theme:hover .btn-wrap .text-two,
.rr-btn.hover-bg-theme:focus .btn-wrap .text-two {
  color: var(--white);
}
.rr-btn.hover-bg-theme::before {
  background-color: var(--theme);
}
.rr-btn.hover-bg-theme.btn-border {
  border-width: 1px;
}

.slider__pagination {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-20%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0;
    width: auto;
    z-index: 5;
    pointer-events: auto;
}
.slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: #ffffff;
  /* border: 1px solid #ffffff; */
  /* opacity: 0.5; */
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e42b16;
  border-color: #e42b16;
  width: 30px;
  transition-delay: 0s;
}
.text-black{
    color:var(--black) !important;
}
.italic-text{
    font-style: italic;
}
.footermarquee .marquee::before {
  left: 0;
  background: linear-gradient(to right, #2b2b2b 0%, transparent 100%);
}
.footermarquee .marquee::after {
  right: 0;
  background: linear-gradient(to left, #2b2b2b 0%, transparent 100%);
}
.social-icons svg {
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.career-details-page-banner-area {
  padding-top: 210px;
}
.career-details-page-banner-area .content {
  margin-bottom: 75px;
}
.career-details-page-banner-area .content .left-side {
  max-width: 447px;
}
.career-details-page-banner-area .content .left-side h1 {
  font-size: 110px;
  line-height: 0.95;
  color: var(--white);
}
.career-details-page-banner-area .content .left-side h1 span {
  color: var(--white);
  font-weight: normal;
}
.career-details-page-banner-area .content .right-side {
  margin-left: -25px;
}
.career-details-page-banner-area .content .right-side .item {
  margin-right: 89.5px;
}
.career-details-page-banner-area .content .right-side .item h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--white);
}
.career-details-page-banner-area .content .right-side .item span {
  font-size: 20px;
  font-family:'Baskervville', Helvetica, Arial, sans-serif;
  font-style: italic;
  color: var(--white);
}
.career-details-page-banner-area .content .right-side .item:last-child {
  margin-right: 0;
}

/*================================================
Career Details Area CSS
=================================================*/
.career-details-info {
  border:1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  margin-right: 3px;
  padding: 30px;
}
.career-details-info ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.career-details-info ul li span {
  color: var(--white);
  margin-bottom: 11px;
  font-size:21px;
  font-family:'Baskervville', Helvetica, Arial, sans-serif;
  font-style: italic;
}
.career-details-info ul li h3 {
  font-size: 20px;
  color:var(--white);
}
.career-details-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
.career-details-info button {
  border: 0;
  width: 100%;
  display: block;
  margin-top: 40px;
  text-align: start;
  position: relative;
  border-radius: 60px;
  padding: 20.5px 20px;
  color: var(--white);
  transition: var(--transition);
  background-color: var(--primary-color);
}
.career-details-info button i {
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: var(--primary-color);
  transform: translateY(-50%);
  background-color: var(--white);
}
.career-details-info button:hover {
  background-color: var(--secondary-color);
}

.career-details-desc {
  padding-left: 3px;
}
.career-details-desc .details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.career-details-desc .details h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: var(--white);
}
.career-details-desc .details ul li {
  color: var(--white);
  margin-bottom: 11px;
  padding-left: 17px;
}
.career-details-desc .details ul li::before {
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--white);
}
.career-details-desc .details ul li:last-child {
  margin-bottom: 0;
}
.career-details-desc .details p {
  margin-bottom: 20px;
  color: var(--white);
  line-height:1.5;
}
.career-details-desc .details p:last-child {
  margin-bottom: 0;
}
.career-details-desc .details:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}

.contact-social .footer-social {
    justify-content: flex-start;
}
.contact-mail p {
    color: var(--white);
    font-size: 18px;
    line-height: 1.6;
}
.back-btnarea{
    padding:3rem 0 2rem;
    display: block;
    text-align: center;
}
.back-btnarea .rr-primary-btn {
    /*border: none;
    border-bottom: 1px solid;*/
    display: inline-block;
    width: auto;
    border-radius:30px;
}
.col-cards {
    padding: 15px 0;
}

/* WhatsApp Floating Button CSS */
#whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}
#whatsapp-button a img {
    width: 60px; /* Adjust size as needed */
    height: auto;
}


/*=========================
 * Portfolio Page Grid 
 * ======================*/


#portfolio-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid !important;
    height: max-content;
    padding: 0px 5%;
  
   
}


#portfolio-grid .creation-item {
   height: 600px;
    padding: 20px;
    border: 10px solid #2b2b2b;
    background-size: cover;
    background-position: center;
}


/*=========================
 * Our Work Section Filter 
 * ======================*/


 /* Filter Buttons */
.filter-buttons {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   gap: 15px;
   margin-bottom: 40px;
}

.filter-btn {
   background: transparent;
   border: 2px solid #fff;
   color: #fff;
   padding: 12px 28px;
   font-size: 16px;
   font-weight: 500;
   cursor: pointer;
   transition: all 0.3s ease;
   border-radius: 30px;
   position: relative;
   overflow: hidden;
   z-index: 1;
}

.filter-btn::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 0;
   height: 100%;
   background: #ffffff00;
   transition: width 0.3s ease;
   z-index: 0;
}

.filter-btn:hover {
   color: #000;
   border-color: #fff;
	background: #fff;
}

.filter-btn:hover::before {
   width: 100%;
}

.filter-btn.active {
   background: #fff;
   color: #000;
   border-color: #fff;
}

.filter-btn.active::before {
   width: 100%;
}

.filter-btn.active:hover {
   background: #f0f0f0;
}

/* Portfolio Items */
.creation-item {
   opacity: 1;
   transform: translateY(0);
   transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
   margin-bottom: 30px;
}

.creation-item.hidden {
   opacity: 0;
   transform: translateY(30px);
   pointer-events: none;
	display:none;
}

.creation-item.visible {
   opacity: 1;
   transform: translateY(0);
   pointer-events: auto;
}


 #work-title {
font-size: 10vw !important;
   }




.cursor-tail-images {
  position: absolute;
  width: 20vw;
  height: 20vw;
  pointer-events: none;
    opacity: 0;
  
}

.cursor-tail-images img {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  box-shadow: none !important;

}


#timeline-year{
  font-size: 20rem;
}




/* Responsive */
@media (max-width: 768px) {
   .filter-buttons {
      flex-direction: column;
      align-items: center;
   }
   
   .filter-btn {
      width: 100%;
      max-width: 300px;
   }
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media screen and (max-width:1700px){ 
.text > p > div {
    font-size: 3.5vw;
}
}
@media screen and (max-width:1600px){
}
@media screen and (max-width:1500px){ 
}
@media screen and (max-width:1400px){
.text > p > div {
    font-size: 3vw;
}
.flipContainer .front, .flipContainer .back{
    min-height:50vh;
}
}
@media screen and (max-width:1366px){
.text-panel h2{
    font-size: 4.5rem;
}
.text-panel h3{
    font-size: 4rem;
}
.text-panel h4{
    font-size: 3rem;
}
.text-panel p{
    font-size: 2.8rem;
}
.site-title h2 {
    font-size: 3.5rem;
}
.footergreen .site-title h2 {
    font-size: 5rem;
}
.videohd {
    width: 100%;
    /* height: 100vh; */
}
}
@media screen and (max-width:1300px){
}
@media screen and (max-width:1280px){
.text {
    padding: 0 5%;
}
.footer-logo img {
    height: 50px;
}
}
@media screen and (max-width:1200px){
  .site-title h2 {
    font-size: 3rem;
}
.flipContainer .front .inner{
    padding: 30px;
}
.flipContainer .front .inner h2 {
    font-size: 18px;
}
.flipContainer .back .inner ul li {
    font-size: 10px;
}
.footergreen .site-title p {
    font-size: 1rem;
}
.footergreen .footer-btnarea a {
    font-size: 1.2rem;
}
.copyright p {
    font-size: 14px;
}
}
@media screen and (max-width:1150px){
}
@media screen and (max-width:1100px){
.site-title h2 {
    font-size: 3rem;
}
.flipContainer .front .inner{
    padding: 30px;
}
.flipContainer .front .inner h2 {
    font-size: 18px;
}
.flipContainer .back .inner ul li {
    font-size: 10px;
}
.footergreen .site-title p {
    font-size: 1rem;
}
.footergreen .footer-btnarea a {
    font-size: 1.2rem;
}
.copyright p {
    font-size: 14px;
}
}
@media screen and (max-width:1024px){
.aside-social{
    display:none;
}
}
@media screen and (max-width:991px){
}
@media screen and (max-width:900px){
}
@media screen and (max-width:800px){
}
@media screen and (max-width:767px){
}
@media screen and (max-width:715px){
}
@media screen and (max-width:630px){
}
@media screen and (max-width:600px){
.site-header {
    padding: 0.85rem 1.5rem;
    background: #000;
}
.text-panel h2 {
    font-size:2.2rem;
}
.text-panel h4 {
    font-size: 2.5rem;
}
.text-panel p {
    font-size:1.6rem;
}
.text-panel h4 {
    font-size:1.8rem;
}
.text-panel h3 {
    font-size: 2.5rem;
}
.flipContainer .front, .flipContainer .back{
    min-height:60vh;
}
.footergreen .site-title {
    text-align: center;
}
.footergreen .site-title h2 {
    font-size:2.5rem;
}
.site-header .logo img {
    height: 2rem;
}
.site-header {
    padding: 1.5rem 2rem;
    z-index: 90;
}
.menu-button-target {
    right: 15px;
    top: 15px;
}
.nav-links {
    margin-left: 2rem;
}
.text > p > div {
    font-size:5vw;
}
.footer-logo {
    text-align: center;
    margin-bottom:30px;
}
.footer-social {
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
}
.copyright {
    text-align: center;
}
.site-title h2 {
    font-size: 2.5rem;
}
.hero {
    height: 60vh;
}
.videohd {
    height: 60vh;
}
.text > p > div{
    margin-left: 0;
}
}
@media screen and (max-width:575px){
.site-header .logo img {
    height: 2rem;
    margin-top: 20px;
}
.footergreen .site-title {
    margin-bottom: 0;
    padding-right: 0;
}
.multi-section .panel span.awardscroll img {
    max-width: 54%;
}
.toppenscroll {
    display: none;
}
.nav-links li a {
    font-size: 2rem;
}
}
@media screen and (max-width:480px){
.text-panel h4 {
    font-size: 1.8rem;
}
.text-panel h2 {
    font-size: 2rem;
}
.text-panel h3 {
    font-size: 2rem;
}
.project-title {
    font-size: 3rem;
}
.project-description p {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 15px;
}
.text > p > div {
    font-size: 6vw;
}
.flipContainer .front, .flipContainer .back {
    min-height: 50vh;
}
.footer-logo img {
    height: 35px;
}
}
@media screen and (max-width:390px){
}
@media screen and (max-width:320px){
}