*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Kanit", sans-serif;
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  color: #676767;
  background: var(--black);
}

:root {
  --primary:#DEAF1C;
  --text-color:#A6A6A6;
  --black:#000;
  --white:#fff;
}

img {
  max-width: 100%;
  height: auto;
}
p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
  color: #A6A6A6;
  margin-bottom: 0px;
}

h1 {
    font-size: 80px;
    line-height:85px;
    font-weight: 600;
    margin-bottom: 0px;
}
h2 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 0px;
    font-weight: 500;
}
h3 {
    font-size:50px;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 0px;

}

h4 {
    font-size:40px;
    line-height: 120%;
    font-weight: 600; 
    margin-bottom: 0px;
}
h5 {
    font-size:30px;
    margin-bottom: 0px;
    line-height: 120%;
    font-weight: 600;
}
h6 {
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 0px;

}
ul {
  padding: 0px;
  margin: 0px;
  list-style-type:none;
}
ul li {
  font-size: 18px;
  line-height:18px;
  font-weight: 400;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1410px;
  margin: 0 auto;
  padding: 0px;
}
.py-60 {
  padding-left: 60px;
  padding-right: 60px;
}
.header-area {
  border-bottom: 1px solid rgb(255 255 255 / 20%);
  position: absolute;
  top:0px;
  left: 0px;
  right: 0px;
  z-index: 20;
}
.logo {
  max-width: 210px;
}
.main-menu ul {
  display: flex;
  gap:40px;
}
.main-menu ul li {
  font-weight: 500;
  text-transform: uppercase;
}
.main-menu ul li a { 
  color: var(--text-color);
}
.header-area {
  padding: 20px 100px;
}
.header-area .container {
  max-width: 1720px;
}
.hamburger-menu {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: #282828;
  cursor: pointer;
}
.hamburger-menu-wrap {
 gap: 5px;
 width: 20px;
}
.hamburger-menu span {
  width: 100%;
  height: 3px;
  border-radius: 30px;
  background: var(--white);
  display: block;
  transition: all .3s ease;
}
.hamburger-menu span:first-child {
  width: 12px;
  margin-left: auto;
}
.hamburger-menu span:last-child {
  width: 12px;
  margin-right: auto;
}
.hamburger-menu:hover span {
  width: 100%;
}
.search-box {
    padding-right: 120px;
} 

.hero-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:50px;
}
.hero-art {
    width: 710px;
    min-width: 710px;
} 
.mockup-section {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 40px 0;
}
.phone-mockup {
    position: relative;
    overflow: hidden;
    width: 290px;
    z-index: 10;
}
.phone-frame {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 2;
}
.phone-video-wrapper {
    position: absolute;
    top: 10px;
    left: 14px;
    width: 89%;
    height: 96%;
    overflow: hidden;
    border-radius: 22px;
}
.phone-mockup.small-left,
.phone-mockup.small-right {
    position: absolute;
    bottom: 6%;
    width: 226px;
    z-index: 1;
    border-radius: 10px;
}
.phone-mockup.small-left {
    left: 6%;
    transform: rotate(-15deg);
}
.phone-mockup.small-right {
    transform: rotate(15deg);
    left: initial;
    right: 7%;
}
.banner-area .container {
  max-width: 1400px;
}

.phone-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 4;
}
.card-mockup {
  position: relative;
}
.banner-area  {
  background: url(./assets/image/banner-5.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 160px;
  padding-bottom: 60px;
}
.banner-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0px;
  background:url(./assets/image/banner-overlay.png);
  background-repeat:no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-content {
  position: relative;
  z-index: 2;
}
.hero-title h1 {
  font-weight: 300;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 66px;
  line-height: 72px;
  padding-bottom: 50px;
}
.hero-title h1 strong {
  font-weight: 600;
  color: var(--white);
}


a.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 23.5px;
  overflow: hidden;
  text-decoration: none;
  background:transparent;
  border: 1px solid rgb(255 255 255 / 40%);
  color: #fff;
}

.button__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 40px;
  border-radius: 22.5px;
  background: transparent;
}

a.button:hover .button__text {
  color: #0a0a0a;
}

.button__text {
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  transition: 300ms ease;
}

.button__spotlight {
  position: absolute;
  z-index: 1;
  height: 10px;
  width: 10px;
  opacity: 1;
  border-radius: 50%;
  background: rgb(255 255 255 / 40%);
  inset: 0;
  top: 50%;
  transform: scale(0);
}
.hero-info p {
  padding-bottom: 40px;
}
.text-bar {
  position: relative;
}
.text-bar::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  background:  url(./assets/image/text-bar.png)no-repeat;
  bottom: 0px;
  left: 0px;

}
.slicknav_btn.slicknav_collapsed {
    display: none;
}
.search-box {
  position: relative;
}

.message {
  width: 0em;
  position: absolute;
  right: 70px;
  border: 0;
  border-radius: 12px;
  margin-top:40px;
  background: transparent;
  box-shadow: 0px 0px 0px #c4c6c6;
  font-size:20px;
  color: #ddd;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 12px 20px;
}
.message:focus {
  outline: none;
}
.message.active {
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  width: 20em;
  box-shadow: 0px 0px 10px #c4c6c6ab !important;
}
.tear {
    width: 20px;
    height: fit-content;
    cursor: pointer;
}
.tear.active {
  color: #fff;
}
.about-us-area {
  color: var(--white);
  background: var(--black);
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}
.dash-bar {
  background: var(--black);
}
.about-us-photo {
    width: 610px;
    min-width: 610px;
    background: url(./assets/image/circule-line.png)no-repeat;
    background-size: 100% auto;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.about-photo-main.character {
  max-width: 540px;
}
.circle-gradient-bg {
  z-index: -1;
  width: 151%;
  top: -15%;
  left: -24%;
}

.about-us-content {
  gap: 100px;
}
.about-us-info  {
  position: relative;
  z-index: 2;
}
.sub-title h6 {
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight:500;
  padding-left: 38px;
  background: url(./assets/image/sub-arrow.png)no-repeat;
  background-position: left center;
}
.sub-title {
  padding-bottom: 30px;
}
.common-title h2 {
  font-weight: 300;
  padding-bottom: 30px;
  color: var(--white);
  text-transform: uppercase;
}
.common-title h2 strong {
  font-weight: 500;
}
.about-us-info p {
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.about-us-info p strong {
  font-weight: 500;
}
.about-us-info a.button {
  margin-top: 20px
}
.round-left.position-absolute {
  top: 0px;
  left: 40px;
}

.round-right {
  bottom: 100px;
  right: 40px;
}
.our-partners-area {
  padding-top: 24px;
  padding-bottom: 24px;
  background: var(--white);
}
.our-partners-title h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  color: #888888;
  text-transform: uppercase;
}
.our-partners-title {
    width: 230px;
    min-width: 230px;
}
.our-partners-wrap {
    width: 74%;
    margin-left: auto;
}
.our-partners-content {
  gap: 30px;
}
.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.creative-ads-area {
  padding:60px 60px;
  padding-bottom: 0px !important;
}
.testimonials-innr-bg,
.creative-ads-bg {
  background: #1C1D20;
  border-radius: 20px;
  padding: 150px;
}
.ads-title-text {
  width: 33%;
}
.ads-title-text p {
  font-size: 16px;
  line-height: 28px;
  color: #A6A6A6;
}
.creative-ads-title .common-title {
  width: 40%;
}
.creative-ads-title {
  gap: 30px;
}
.text-outline {
  font-size: 50px;
  font-weight: 500;
  text-fill-color: transparent;
  text-stroke: 2px rgb(255 255 255 / 22%);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgb(255 255 255 / 22%);
  -moz-text-fill-color: transparent;
}
.creative-ads-item:hover .text-outline {
  -webkit-text-fill-color: #DEAF1C; 
  -webkit-text-stroke-color:#DEAF1C;
}
.ads-item-title h3 {
  font-size: 50px;
  line-height: 1;
  padding-top: 15px;
  color: #888888;
  font-weight: 500;
  text-transform: uppercase;
}
.creative-ads-item:hover h3 {
  color: var(--white);
}
.creative-ads-item  {
  gap:20px;
}
.ads-item-text {
    width: 20%;
    padding-top: 60px;
}
.ads-item-text p {
  font-size: 16px;
  line-height: 28px;
}
.ads-item-photo {
    width: 40%;
} 
.ads-item-photo img {
  border-radius: 8px;
}
.ads-item-title {
    width: 35%;
}
.creative-ads-item {
  padding: 40px 0px;
  border-top: 1px solid rgb(255 255 255 / 22%);
  background: #1C1D20;
/*  position: sticky;
  top: 50px;*/
  transition: none;
}
.creative-ads-wrap {
    padding-top: 35px;
}
.creative-ads-item:last-child {
  padding-bottom: 0px;
}


.slider-track {
    display: flex;
    gap: 30px;
    padding: 0 20px;
    width: max-content;
}

.slider-item {
    height: 160px;
    width: 160px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.slider-row {
    padding-bottom: 29px;
}
.game-showcaes-area {
  padding-top: 150px;
  padding-bottom: 80px;
  overflow: hidden;
  background: url(./assets/image/showcase-bg.png) no-repeat;
  background-position: top -65px center;
  background-size: 75% auto;


}

.left-overlay {
    position: absolute;
    z-index: 2;
    left: 0px;
}
     
 .right-overlay {
    position: absolute;
    z-index: 2;
    right: 0px;
}
.overlay-wrap {
  position: relative;
}
.slider-container {
    padding-bottom: 80px;
}
.game-download-box {
  max-width: fit-content;
  margin: 0 auto;
  padding: 0px 20px;
  gap: 30px;
  position: relative;
  z-index: 2;
}
.game-download-btn {
  background: #1C1D20;
  border-radius: 60px;
  padding: 15px 22px;
  gap:20px;
}
.game-download-btn h6 {
  font-size: 20px;
  line-height: 24px;
  color: #ABABAB;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 50px;
}
.app-store-btn {
  background: var(--white);
  border-radius: 60px;
  padding: 11px 30px;
  font-size: 16px;
  line-height: 28px;
  gap:10px;
  color: #0B0E13;
  font-weight: 500;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  justify-content: center;

}
.much-more-btn {
  font-size: 16px;
  line-height: 28px;
  border-radius: 60px;
  padding: 16px 30px;
  text-transform: uppercase;
  align-items: center;
  display: flex;
  color: var(--primary);
  font-weight: 500;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 20%);
  gap: 20px;
  font-size: 20px;
}
.much-more-btn img {
  max-width: 46px;
}
.our-work-items-box {
  gap:20px;
  position: relative;
  z-index: 2;
}
.our-work-item {
  width:calc((100% - 80px) / 5);
  padding: 30px;
  background: url(./assets/image/work-bg.png)no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  border-radius: 10px;
  height: fit-content;
}
.our-work-area {
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
}

.our-work-area .common-title {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}
.our-work-area .common-title .sub-title h6 {
  width: fit-content;
  margin: 0 auto;
  padding-right: 38px;
  background: url(./assets/image/sub-arrow.png) no-repeat left center,
              url(./assets/image/sub-arrow-2.png) no-repeat right center;
}
.work-item-sl {
  font-size: 16px;
  color: var(--black);
  background: var(--primary);
  line-height: 16px;
  border-radius: 100px;
  padding:7px 10px;
  width: fit-content;
}
.our-work-item h3 {
  padding-top: 30px;
  font-size: 24px;
  line-height: 32px;
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 24px;
}
   
.our-work-item p {
  font-size: 16px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;  
  overflow: hidden;

}   
.our-work-wrap {
    padding-top: 55px;
}
.our-work-item-2 {
    margin-top: 90px;
}
.our-work-item-3 {
  margin-top: 180px
}
.our-work-item-4 {
  margin-top: 270px
}
.our-work-item-5 {
  margin-top: 360px
}
.angle-shap {
    position: absolute;
    top: 0px;
    left: 127px;
}
.game-controller {
    max-width: 390px;
    position: absolute;
    top: -18px;
    right: -140px;
}
.geometric-shapes {
    max-width: 322px;
    position: absolute;
    bottom: -30px;
    left: -140px;
}


.testimonials-area {
  padding-top: 70px;
  padding-bottom: 70px
}
.testimonials-innr-bg {
  background: url(./assets/image/testmonials-bg.jpg)no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 1;

}
.testimonials-innr-bg::before {
  content: '';
  position: absolute;
  width: 104%;
  height: 100%;
  top:0px;
  left: 0px;
  background-position: center center;
  background: url(./assets/image/testimonials-overlay.png)no-repeat;
  background-size: cover;
  border-radius: 20px;
  z-index: -1;
}
.card-number {
  display: none;
}
.testimonial-text {
    padding-bottom: 60px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.client-info {
  padding-top: 60px
}

  /* CARDS SECTION */
.cards-stack {
  position: relative;
  width: 707px;
  min-height: 750px;
}

.testimonial-card {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1C1D20;
  border: 6px solid #DEAF1C;
  border-radius: 20px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
}

.testimonial-card.active {
  z-index: 3;
  transform: rotate(0deg) translateY(0px);
}

.testimonial-card.second {
  z-index: 2;
  transform: rotate(5deg) translateY(-5px) translateX(15px);
  /*opacity: 0.8;*/
}

.testimonial-card.third {
  z-index: 1;
  transform: rotate(-7deg) translateY(-5px) translateX(-10px);
  /*opacity: 0.6;*/
}

.client-photo {
  min-width: 290px;
  width: 290px;
  height: 290px;
  min-height: 290px;
  border-radius: 50%;
  margin: 0 auto 40px;
  position: relative;
}

.client-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}


.testimonial-text p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  color: #ABABAB;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-style: italic;

}


.navigation-dots {
  position: absolute;
  top: -30px;
  right: 20px;
  display: flex;
  gap: 8px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: background 0.3s;
}

.dot.active {
  background: #ffd700;
}

.navigation-dots {
  display: none;
}
.quoto-icon {
  max-width: 110px;
  position: absolute;
  bottom: 0px;
  right: -10px;
}
.client-info {
  text-align: center;
}
.client-name h6 {
  font-weight: 600;
  color: var(--white);
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.client-role {
  font-weight: 600;
  color: var(--primary);
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.testimonials-section {
  width: 30%;
}
#total-slides {
    font-size: 18px;
    font-weight: 700;
    font-family: "Chakra Petch", sans-serif;

}
.current {
  color: #fff;
  font-weight: 700;
  font-family: "Chakra Petch", sans-serif;
  font-size: 24px;
}

.slide-counter {
    color: rgb(255 255 255 / 50%);
}
.frequently-questions-body {
  display: none;
}
.frequently-questions-area {
  padding-top: 70px;
  padding-bottom: 120px;
}
.frequently-questions-area .common-title p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.frequently-questions-area .common-title {
  max-width: 730px;
  margin: 0 auto;
}
.frequently-questions-content {
    max-width: 930px;
    margin: 0 auto;
}
.frequently-questions-header h6 {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  position: relative;
  transition: all .3s ease;
  padding-right: 30px;
}
.frequently-questions-header h6::after {
   content: "\f107";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    top: 3px;
    right: 1px;
    cursor: pointer;
    transition: all .3s ease;
}
.frequently-questions-header h6 span {
  color: var(--primary);
  padding-right: 15px;
}
.frequently-questions-item {
  background: #1C1D20;
  border-radius: 6px;
  margin-bottom: 15px
}
.frequently-questions-header {
    padding: 20px 20px;
}
.frequently-questions-header {
  cursor: pointer;
}
.frequently-questions-body p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: 0px 30px 50px 60px;
}
.frequently-questions-body img {
  width: 100%;
  border-radius: 0px 0px 6px 6px;
}

.frequently-questions-item.active .frequently-questions-header h6 span {
  color: var(--white);
}
.frequently-questions-item.active .frequently-questions-header h6 {
  color: var(--primary);
}
.frequently-questions-item.active .frequently-questions-header h6::after {
  transform: rotate(180deg);
}
.frequently-questions-column {
    padding-top: 50px;
}
.contact-from-area {
  /*background: #1C1D20;*/
  background: url(./assets/image/contact-bg.png)no-repeat;
  background-size: cover;
   background-position: center center;
}
.contact-from-area .about-us-photo {
  background: none;
}
.contact-from-area .about-photo-main.character {
  display: flex;
  justify-content: center;
}
.contact-from-area .circle-gradient-bg {
  z-index: -1;
  width: 140%;
  top: -5%;
  left: -26%;
}
.from-control label {
  font-size: 14px;
  color: var(--white);
  display: block;
  text-transform: uppercase;
}
.input-field {
    width: 100%;
    background: #000;
    outline: none;
    border: none;
    height: 56px;
    border-radius: 6px;
    padding: 10px 20px;
    border: 1px solid rgb(255 255 255 / 20%);
    color: #fff;
}
textarea.input-field {
    height: 140px;
}
.from-control {
  padding-bottom: 24px
}
.submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border-radius: 100px;
    overflow: hidden;
    text-decoration: none;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 20%);
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}
.submit-button:hover {
   background: rgb(255 255 255 / 20%);
}
.contact-from-area .about-photo {
    display: flex;
    justify-content: center;
}
.foorer-area {
  padding-top: 100px
}
.foorer-top  {
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.footer-logo {
  max-width: 230px;
}
.foorer-copyright  {
  padding: 40px 0px;
  flex-wrap:wrap;
  gap: 10px
}
.foorer-copyright p {
  font-size: 16px;
  line-height: 18px;
  color: #888888;
  text-transform: uppercase;
}


/*our works css */
.work-area .works-wrapper-box {
    margin-top: 67px;
}
.works-wrapper-1 {
    display: grid;
    gap: 60px 40px;
    grid-template-columns: repeat(2, 1fr);
}
.works-wrapper-1 .work-box .thumb:hover .t-btn {
  opacity: 1;
}

.works-wrapper-1 .work-box .thumb .image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  transform: scale(0.9);
}

.works-wrapper-1 .work-box .thumb .image img {
  transform-origin: center;
}

.works-wrapper-1 .work-box .thumb img {
  width: 100%;
}

.works-wrapper-1>* .image {
  transform-origin: bottom right;
}

.works-wrapper-1>*:nth-child(2n) .image {
  transform-origin: bottom left;
}
.work-box {
    display: flex;
    gap: 30px;
}
.work-box-title h3 {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}
.work-box-title h3 a {
  color: #fff;
}
.work-info-title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.all-btn-wrapper .button__wrapper {
    width: fit-content;
    height: 40px;
    padding: 0px 24px;
}
.all-btn-wrapper  {
  padding-top: 70px;
}
.work-area  {
  padding-top: 100px;
  padding-bottom: 70px;
}
.ads-item-photo img{
    width: 35%;
    object-fit: cover;
    height: 250px;
}
.ads-item-photo {
  text-align: end;
}
.work-btn-arrow {
  transition: all .3s ease;
}
.work-btn-arrow:hover {
    transform: rotate(45deg);
}
.work-area .big-text {
    font-size: 300px;
    font-weight: 600;
    line-height:56%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}
.work-area .common-title .sub-title{
  width: fit-content;
  margin: 0 auto;
}

/*.testimonial-row css */


  .testimonial-row {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .testimonial-left {
    flex: 0 0 70%;
  }
  .testimonial-right {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding-left: 20px;
  }

  .testimonial-section {
    background: url(./assets/image/test-bg.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 40px;
    z-index: 1;
    overflow: hidden;
  }
/*  .testimonial-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: -1;
    background: url(./assets/image/testimonials-overlay.png)no-repeat;
  }
*/
  .pin-area {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .pin-inner {
    width: 100%;
    max-width: 700px;
    height: 100%;
    position: relative;
  }

  .testimonial-sticky-hover {
    position: absolute;
    left: 50%;
    top: calc(50% - 400px);
    transform: translateX(-50%);
    width: 100%;
    max-width: 700px;
    padding: 20px;
    opacity: 0;
    pointer-events: none;
  }

  /* NEW CARD STYLE */
  .testimonial-card-box {
    border-radius: 20px;
    border: 6px solid var(--primary);
    background: #1C1D20;
    padding: 40px 30px;
    text-align: center;
    max-width: 700px;
    margin-inline: auto;
    height: 700px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: auto;
  }
  .work-info-title {
    width: 52px;
    min-width: 52px;
  }
  .work-title-text {
      max-width: 30px;
  }
  .work-info-title {
    width: 40px;
      min-width: 40px;
  }
  .circle-gradient-bg {
    border-radius: 10px;
  }
  .phone-video img {
    position: absolute;
    z-index: 2;
    height: 100%;
    object-fit: cover;
  }
  .slider-item img {
    border-radius: 20px;
  }

.contact-from-area .about-us-info.content {
  max-width: 700px;
  margin-left: auto;
}
.text-bar {
  color: var(--primary);
}


.work-title-text {
  writing-mode: vertical-rl; /* vertical top to bottom */
  text-orientation: mixed;
  transform: rotate(-180deg);

}
.work-title-text span {
  display: block;
  font-size: 14px;
  color: #888888;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
} 
.work-title-text h5 {
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.video-mockup-middle .phone-video-wrapper {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: initial;
    padding: 2px;
}
.phone-video video {
  object-fit: contain;
}
.phone-mockup.video-mockup-middle {
  width: 406px;
  overflow: hidden;
  padding: 0px;
}
.video-mockup-middle .phone-frame {

}
.video-mockup-middle .phone-video video {
  position: initial;
  margin-top: 10px;
  border-radius: 40px;
}
.mockup-section {
  padding-top: 0px;
}
.phone-mockup.small-right {
  right: 2%;
}
.phone-mockup.small-left {
  left: 2%;
}

.mockup-section {
  padding-top: 0px !important;
}
.header-search {
  display: none !important;
}

.phone-video-wrapper {
  position: initial;
}
.phone-video img {
  position: initial;
}
.phone-frame {
  position: absolute;
  height: 99%;
  margin-left: 5px;
  width: 99%;
}
.phone-video-wrapper {
  width: 100%;
  height: 100%;
}
.phone-video {
    padding: 10px;
}
.phone-video img {
    border-radius: 20px;
}

.video-mockup-middle .phone-video {
  padding: 12px;
  margin-left: 10px;
}


/*new banner phone video css*/
.hero-phone-video video {
  max-width: 325px;
  position: relative;
  background: linear-gradient(145deg, #000000, #000000);
  border-radius: 24px;
  padding: 8px;
  min-height: 400px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4), 0 10px 25px rgba(0, 0, 0, 0.3), inset 0 1px 2px rgba(255, 255, 255, 0.1);

}
.hero-phone-video {
    width: fit-content;
    position: relative;
}
.card-mockup {
    display: flex;
    justify-content: center;
}

/* Side buttons */
.side-button {
    position: absolute;
    background: linear-gradient(145deg, #333, #333);
    border-radius: 4px;
}

.power-button {
    right: -4px;
    top: 150px;
    width: 8px;
    height: 80px;
}

.volume-up {
    left: -4px;
    top: 120px;
    width: 8px;
    height: 50px;
}

.volume-down {
    left: -4px;
    top: 180px;
    width: 8px;
    height: 50px;
}

.action-button {
    left: -4px;
    top: 80px;
    width: 8px;
    height: 30px;
}

.dynamic-island {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 116px;
    height: 28px;
    background: linear-gradient(145deg, #000000, #000000);
    border-radius: 20px;
    z-index: 10;
}
.dynamic-island::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #8d8787;
    top: 10px;
    right: 12px;
}
  /* Bottom indicator (Home indicator area) */
.home-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 134px;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    z-index: 10;
}
.main-menu ul li a:hover {
  color: var(--primary);
}
.founder-area {
  padding-top: 50px;
  padding-bottom: 80px;
}
.founder-info {
  width: 55%;
  padding-right: 40px;
}
.founder-info ul {
  padding-top: 20px;
}
.founder-info ul li {
  font-size: 22px;
  color: #fff;
  line-height: 120%;
  padding-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.founder-info ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  top: 8px;
  left: 0px;
  background: var(--primary);
}
.founder-photo {
  width: 42%;
}


